@charset "utf-8";

@import url("reset.css");

/***** BASE **************************************************/
body {
	width:100%;
	min-width:980px;
	background:url(/img_common/tit_bg.gif) center top repeat-x;
	word-break:break-all;
	word-wrap: break-word;
}
#wrap {
	width:100%;
	min-width:980px;
	overflow:hidden;
	padding:3px 0 0 0;
}
header {
	position:relative;
	width:980px;
	height:130px;
	margin:0 auto;
}
#logo {
	position:absolute;
	top:-2px;
	left:0;
	width:150px;
	height:132px;
}
header nav {
	position:absolute;
	top:82px;
	left:210px;
	width:770px;
	height:25px;
	background:url(/img/common/gnav_bg.gif) left top no-repeat;
}
header nav li {
	float:left;
}
header nav li a {
	display:block;
}
header .current img {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
header aside {
	position:absolute;
	top:12px;
	left:728px;
	width:125px;
	height:16px;
}
header aside ul {
	width:125px;
	height:16px;
	background:url(/img_common/lngnav_bg.gif) left top no-repeat;
}
header aside li {
	float:left;
	margin-right:10px;
}
header aside li img {
	vertical-align:top;
}
header aside li a {
	display:block;
}
#h-contact {
	position:absolute;
	top:0;
	right:0;
	width:111px;
	height:34px;
	background:url(/img_common/h_contact_bg.gif) left top no-repeat;
}

#pagetit {
	position:relative;
	width:980px;
	height:120px;
	margin:0 auto;
}
#pagetit img {
	position:absolute;
	top:0;
	left:0;
}
#path {
	padding:5px 0;
	border-bottom:1px dotted #CCCCCC;
}
#path p {
	width:980px;
	margin:0 auto;
}
#path strong {
	font-weight:normal;
	color:#CC1225;
}
#container {
	width:980px;
	margin:0 auto 80px auto;
}
#contents {
	width:730px;
	float:left;
}
#contents .sec {
	margin-top:20px;
}
#contents .sec h2 {
	padding:0 0 5px 5px;
	background:url(/img_common/tit_line.gif) left bottom no-repeat;
}
#contents .sec .inner {
	padding:20px 10px;
}
#contents .br1 {
	margin-top:10px;
}
.list-white {
	margin-bottom:10px;
}
.list-white li {
	padding-left:16px;
	margin-bottom:5px;
	background:url(/img_common/arrow_white.gif) left 4px no-repeat;
}
#contents .img-frame {
	border:1px solid #E1E1E1;
	padding:4px!important;
}
#contents .left,
#contents .center {
	float:left;
}
#contents .right {
	float:right;
}
#contents .float2 .left,
#contents .float2 .right {
	width:350px;
}
#contents .float3 .left {
	width:230px;
	margin-right:10px;
}
#contents .float3 .center,
#contents .float3 .right {
	width:230px;
}
#contents .txt-block {
	padding:5px;
	width:340px!important;
}
#contents .sec section {
	margin-top:20px;
}
#contents .sec section.first {
	margin-top:0;
}
#contents .inner .inner {
	padding:10px 10px 0 10px!important;
}
#contents .t-right {
	text-align:right;
}
#contents .link a {
	padding-left:15px;
	background:url(/img_common/arrow_black.gif) left center no-repeat;
}
#contents .sec .inner p {
	padding-bottom:10px;
}
#contents .sec .inner table {
	border-top:1px dotted #F1F1F1;
}
#contents .sec .inner th {
	border-bottom:1px dotted #F1F1F1;
	padding:5px 10px;
	font-weight:normal;
	white-space:nowrap;
}
#contents .sec .inner td {
	border-bottom:1px dotted #F1F1F1;
	padding:5px 10px;
	width:100%;
}
#contents .sec .inner .even {
	background:url(/img_common/bg_gray.gif);
}
#contents .small {
	font-size:10px;
}
#contents em {
	font-style:normal;
	color:#CE0E26;
}
#contents ul.list li {
	list-style:disc;
	margin-left:1em;;
}



#side {
	width:230px;
	float:right;
	margin-top:-10px;
}
#home #side {
	margin-top:0;
}
#access-info {
	position:relative;
	border:1px solid #D9D9D9;
	padding:32px 9px 9px 9px;
	margin-bottom:10px;
	background-color:#FFFFFF;
}
#access-info h2 {
	position:absolute;
	top:-4px;
	left:4px;
	width:70px;
	height:27px;
	padding:5px 0 0 1px;
	border-left:4px solid #CF1225;
}
#access-info h3 {
	padding:5px 0;
}
#access-info p {
	font-size:12px;
}
.s-bnrs li {
	border:1px solid #D9D9D9;
	padding:4px;
	margin-bottom:5px;
}

#locationsSec {
	width:980px;
	margin:0 auto 80px;
}
#locationsSec h2 {
  position: relative;
  padding:0 0 5px 5px;
  background:url(/img_common/tit_line.gif) left bottom no-repeat;
  font-family: Georgia,'Times New Roman','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','游明朝','Yu Mincho',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
  font-weight: normal;
  font-size: 1.3125rem;
  line-height: 1.2;
  margin-bottom: 20px;
  width: 100%;
}
#locationsSec h2::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 260px;
  height: 1px;
  background-color: #000;
  content: '';
  display: block;
}
.locationList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.locationList li {
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  grid-gap: 10px;
}
.locationList li > * {
  font-size: 1rem;
  width: 100%;
}
.locationList img {
  max-width: 100%;
  height: auto;
}
.locationList .name {
  font-weight: bold;
}
.locationList .sns {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 5px;
  justify-content: flex-start;
}

#f-wrap {
	width:100%;
	min-width:980px;
	background:url(/img_common/f_bg.gif) center bottom repeat-x;
}
footer {
	width:980px;
	margin:0 auto;
	border-top:1px solid #E0E0E0;
}
footer #fnav {
	padding:15px 0 20px 0;
}
footer #fnav li {
	float:left;
	margin-right:18px;
}
footer #fnav li a,
footer #fnav li span {
	padding:0 0 0 16px;
	background:url(/img_common/arrow_black.gif) center left no-repeat;
	font-weight:bold;
	display:inline-block;
	margin-bottom:5px;
}
footer #fnav li li {
	float:none;
	margin-right:0;
	font-size:12px;
}
footer #fnav li li a {
	background:url(/img_common/arrow_white.gif) center left no-repeat;
	font-weight:normal;
	margin-bottom:0;
}
#f-bottom {
	position:relative;
	width:980px;
	height:63px;
	overflow:hidden;
}
address img {
	position:absolute;
	bottom:0;
	left:0;
}
#address-tel {
	position:absolute;
	left:170px;
	top:20px;
	line-height:120%;
}
#f-bottom address {
	font-style:normal;
}
#f-bottom address img {
	bottom:0;
	left:0;
}
footer small {
	position:absolute;
	bottom:18px;
	right:116px;
	width:260px;
	height:20px;
	padding:5px 18px;
	border-left:1px solid #E1E1E1;
}
#pagetop {
	position:absolute;
	bottom:18px;
	right:0;
	width:78px;
	height:20px;
	padding:5px 18px;
	border-left:1px solid #E1E1E1;
	border-right:1px solid #E1E1E1;
}
#pagetop a {
	background:url(/img_common/pagetop_bg.gif) left top no-repeat;
}


/***** HEADER **************************************************/

/***** FOOTER **************************************************/


/***** HOME **************************************************/

#opening {
	position:absolute;
	top:0;
	left:0;
	background-color:#FFFFFF;
	width:100%;
	height:1250px;
	text-align:center;
	z-index:9999;
	overflow:hidden;
}
#opening p#op-logo {
	position:absolute;
	width:150px;
	height:130px;
	overflow:hidden;
	display:none;
	z-index:1;
}
#opening p#op-logo img {
	position:absolute;
	top:-2px;
	left:0;
}
#opening p#op-img {
	position:absolute;
	bottom:0;
	right:0;
	overflow:hidden;
	display:none;
}
#main {
	width:100%;
	height:320px;
	background:url(/img_home/main_bg.gif) center top repeat-x;
}
#main ul {
	position:relative;
	width:980px;
	height:320px;
	margin:0 auto;
}
#main li {
	position:absolute;
	top:0;
	left:-150px;
	width:1280px;
	height:320px;
	display:none;
}
#home #container {
	margin-top:20px;
}
#pickup-sec {
	background:url(/img_home/pickup_bg.gif);
	border:1px solid #D9D9D9;
	padding:4px 0 4px 4px;
	overflow:hidden;
	height:182px;
	width:726px;
}
#pickup-sec section {
	float:left;
	position:relative;
	width:168px;
	height:168px;
	margin-right:3px;
	padding:6px 5px;
}
#pickup-sec section h2 {
	position:absolute;
	top:20px;
	left:-5px;
	width:155px;
	height:26px;
	z-index:1;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 0 20px rgba(0,0,0,0.15);
	box-shadow: 0 0 20px rgba(0,0,0,0.15);
}
#pickup-sec section .txt {
	display:none;
}
#pickup-sec section a {
	position:absolute;
	top:0;
	left:0;
	padding:55px 16px 30px 16px;
	display:block;
	width:146px;
	height:95px;
	color:#FFFFFF;
	z-index:2;
	text-decoration:none;
	overflow:hidden;
}
#pickup-shop-sec {
	background:url(/img_home/pickup_shop_bg.jpg) left top no-repeat;
}
#pickup-artist-sec {
	background:url(/img/home/pickup_artist_bg.jpg) left top no-repeat;
}
#pickup-artwork-sec {
	background:url(/img_home/pickup_artwork_bg.jpg) left top no-repeat;
}
#pickup-interior-sec {
	background:url(/img_home/pickup_interior_bg.jpg) left top no-repeat;
}

#exhibition-sec .inner {
	padding:10px 0!important;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#exhibition-sec article {
	display: flex;
	position:relative;
	width:350px;
	padding:4px;
	border:1px solid #E1E1E1;
	cursor:pointer;
	overflow:hidden;
}
#exhibition-sec article:nth-child(n+3) {
	margin-top: 10px;
}
#exhibition-sec article a{
	display: flex;
	justify-content: space-between;
	width: 100%;
	text-decoration: none;
}
#exhibition-sec article .img {
	text-align:center;
	padding:0!important;
	width:120px;
}
#exhibition-sec article .img img {
	width:120px;
	height:auto;
}
#exhibition-sec article .txt {
	width: 220px;
	padding: 10px 0;
}
#exhibition-sec article .tit {
	font-weight: bold;
	line-height: 1.2;
}
#exhibition-sec .btn {
	text-align:right;
}

#news-sec .inner {
	padding:10px 0!important;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
}
#news-sec article {
	position:relative;
	float:left;
	margin-right:8px;
	width:172px;
	padding:1px;
	border:1px solid #E1E1E1;
	cursor:pointer;
	overflow:hidden;
}
#news-sec article.last {
	margin-right:0;
}
#news-sec article .img {
	text-align:center;
	padding:0!important;
	width:172px;
	height:112px;
}
#news-sec article .img img {
	width:172px;
	height:112px;
}
#news-sec article .cat {
	position:absolute;
	top:1px;
	left:1px;
	width:60px;
	height:22px;
}
#news-sec article time {
	color:#CE1126;
	padding:8px 3px 3px 3px;
}
#news-sec article .tit {
	line-height:120%;
	padding:0 3px 3px 3px!important;
}
#news-sec .btn {
	text-align:right;
}


/***** HOME **************************************************/
#traditional-lineup-sec ul {
	float:left;
	margin-right:20px;
}
.lang-en #traditional-lineup-sec ul {
	margin-right:12px;
}
#traditional-lineup-sec li {
	padding-left:15px;
	background:url(/img_common/arrow_red.gif) left center no-repeat;
	line-height:180%;
}
#access-sec .left {
	width:470px;
}
#access-sec .right {
	width:220px!important;
}


/***** Producing **************************************************/

#producing #contents section .inner {
	width:710px;
}
.producing-list {
	position:relative;
	margin: -10px -10px 0 0;
	padding:0;
	/zoom: 1;/* for IE6,7 */
}
.producing-list li {
	position:relative;
	width:230px;
	float:left;
	margin:10px 10px 0 0;
}
.producing-list li a {
	display:block;
	width:220px;
	height:147px;
	background:url(/img_business/producing/img_bg.gif) center center no-repeat;
	padding:5px;
	float:left;
	margin-bottom:5px;
}
.producing-list li span {
	padding-left:16px;
	background:url(/img_common/arrow_black.gif) left center no-repeat;
}
#contact-bnr {
	text-align:center;
	margin-top:40px;
}


/***** Art Work **************************************************/

#designer-sec #ai-takaoka strong {
	font-size:16px!important;
	line-height:120%;
	font-weight:normal;
}
#designer-sec .float2 .left {
	width:460px;
}
#designer-sec .float2 .right {
	width:230px;
}
#official-sec .left {
	width:360px;
}
#official-sec .right {
	width:350px;
	padding:5px;
}
#official-sec .right p {
	margin-bottom:10px;
}


/***** Interior **************************************************/

#interior-catch {
	margin:20px 0 40px 0;
	border-bottom:1px dotted #F1F1F1;
}
#interior-catch .txt {
	padding:20px 0;
	text-align:center;
	background:url(/img_interior/catch_bg.gif) center center no-repeat;
}


/***** News **************************************************/

#news-list-sec {
	margin-top:20px;
}
#news-list-sec .inner {
	padding:10px 0!important;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
}
#news-list-sec article {
	position:relative;
	float:left;
	margin:0 10px 10px 0;
	width:220px;
	padding:7px;
	border:1px solid #E1E1E1;
	cursor:pointer;
}
#news-list-sec article.last {
	margin-right:0;
}
#news-list-sec article .img {
	text-align:center;
	padding:0!important;
}
#news-list-sec article .cat {
	position:absolute;
	top:1px;
	left:1px;
	width:60px;
	height:22px;
}
#news-list-sec article time {
	color:#CE1126;
	padding:8px 3px 3px 3px;
}
#news-list-sec article .tit {
	line-height:120%;
	padding:0 3px 3px 3px!important;
}
#news-list-sec .btn {
	text-align:right;
}


/***** News **************************************************/

#catList {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-right: 1px solid #CCC;
	margin: 40px 0;
}
#catList li {
	display: table-cell;
	text-align: center;
	border-left: 1px solid #CCC;
	padding: 0 5px;
}
#catList li a {
	display: block;
	padding: 10px 0;
	margin: -10px 0;
}
#catList li a.current {
	background: #CE1126;
	color: #FFF;
	text-decoration: none;
}
#news-post {
	margin-top:20px;
}
#news-post .inner {
	padding:20px 10px;
}
#news-post header {
	padding:0 0 10px 5px;
	background:url(/img_common/tit_line.gif) left bottom no-repeat;
	margin:0;
	width:auto;
	height:auto;
}
#news-post h2 {
	font-size:16px;
	font-weight:bold;
	width:620px;
	float:left;
}
#news-post time {
	float:right;
	width:80px;
	padding-top:5px;
	text-align:right;
}
#news-post .img {
	margin-bottom:10px;
}
#news-post footer {
	padding:5px;
	border-top:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	width:auto;
}
#news-post footer p {
	float:left;
	width:70px;
	height:22px;
}
#news-post footer ul {
	float:right;
	width:120px;
	height:22px;
}
#news-post footer li {
	float:right;
	width:60px;
	height:22px;
}
.wp-pagenavi {
	position:relative;
	width:158px;
	height:22px;
	margin:30px auto 0 auto;
}
.wp-pagenavi .previouspostslink {
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:22px;
	background:url(/img_news/btn_prev.gif) center center no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}
.wp-pagenavi .nextpostslink {
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:22px;
	background:url(/img_news/btn_next.gif) center center no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
}
.wp-pagenavi .extend {
	display: none;
}


/***** Contact **************************************************/

#contact table td .txt{
	border:1px solid #E0E0E0;
	padding:2px;
}

#contact-table td .txt,
#contact-table td select{
	border:1px solid #E0E0E0;
	padding:2px;
}

#contact-table td .txt[size="10"]{
	width: 60px;
}

#contact-table td .txt[size="25"]{
	width: 150px;
}

#contact-table td .txt[size="30"]{
	width: 180px;
}

#contact-table td .txt[size="35"]{
	width: 210px;
}

#contact-table td .txt[size="50"]{
	width: 300px;
}

#contact-table td .txt[size="60"]{
	width: 360px;
}

#contact-table td textarea{
	width: 390px;
	height: 48px;
}

.wpcf7-not-valid-tip{
	color: #F00;
}

.g-recaptcha > div{
	margin: 30px auto 0;
}


/***** Artist **************************************************/

#artist-cats {
	margin-top: -10px;
}
#artist-cats li {
	position: relative;
	float: left;
	margin-right: 15px;
	cursor: pointer;
	line-height: 12px;
	margin-top: 10px;
}
#artist-cats li:before {
	display: inline-block;
	content: '';
	width: 14px;
	height: 14px;
	border: 1px solid #CCC;
	margin-right: 5px;
	vertical-align: middle;
} 
#artist-cats li.active:after {
	position: absolute;
	top: 2px;
	left: 2px;
	display: inline-block;
	content: '';
	width: 12px;
	height: 12px;
	background: #CF1225;
}

.artistList {
	margin: -20px 0 0 -10px;
}
.artistList li {
	float: left;
	width: 25%;
	text-align: center;
	padding: 20px 0 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.artistList li.hashi {
	clear: left;
}
.artistList li.top {
	clear: left;
}
.artistList li figure {
	margin-bottom: 5px;
}
.artistList li figure img {
	width: 100%;
	height: auto;
}
.artistList li .en {
	font-size: 12px;
}

#artist-post {
	margin-top: 20px;
}
#artist-post header {
	width: auto;
	height: auto;
	margin: 0;
	position: relative;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
#artist-post .tit {
	font-family:Georgia,'Times New Roman','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','游明朝','Yu Mincho',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-weight: normal;
	line-height: 1.2;
}
#artist-post header h2 {
	float: left;
	font-size: 21px;
}
#artist-post header h2:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	content: '';
	width: 150px;
	height: 1px;
	background: #CF0F26;
}
#artist-post header h2 .en {
	margin-left: 10px;
	font-size: 16px;
}
#artist-post header .cat {
	float: right;
	font-size: 13px;
	line-height: 21px;
}
#artist-post #artist-main {
	text-align: center;
}
#artist-post #artist-main img {
	max-width: 100%;
	height: auto;
}
#artist-post h3 {
	font-size: 18px;
	border-left: 2px solid #CF1225;
	line-height: 1.2;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
}
#artist-post #artist-profile {
	float: left;
	width: 240px;
	margin: 0 20px 0 0;
}
#artist-post #artist-profile img {
	max-width: 100%;
	height: auto;
}
#artist-post #artist-works {
	margin: -5px 0 0 -5px;
}
#artist-post #artist-works li {
	float: left;
	width: 230px;
	margin: 5px 0 0 5px;
}
#artist-post #artist-works li img {
	max-width: 100%;
	height: auto;
}


/***** Exhibition **************************************************/

#exhibition-list {
	margin: 10px 0 0 -10px;
}
#exhibition-list li {
	position:relative;
	float: left;
	margin:10px 0 0 10px;
	width:220px;
	padding:7px;
	border:1px solid #E1E1E1;
	cursor:pointer;
}
#exhibition-list li:nth-child(3n+1) {
	clear: left;
}
#exhibition-list li figure img {
	width: 100%;
	height: auto;
}
#exhibition-list li p.tit {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}
#exhibition-list li p.kikan {
	font-size: 12px;
	margin-top: 5px;
}

#exhibition-post {
	margin-top: 20px;
}
#exhibition-post header {
	width: auto;
	height: auto;
	margin: 0;
	position: relative;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
#exhibition-post .tit {
	font-family:Georgia,'Times New Roman','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','游明朝','Yu Mincho',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
	font-weight: normal;
	line-height: 1.2;
}
#exhibition-post header h2 {
	float: left;
	font-size: 21px;
}
#exhibition-post header h2:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	content: '';
	width: 150px;
	height: 1px;
	background: #CF0F26;
}
#exhibition-post time {
	font-weight: bold;
	font-size: 16px;
}
#exhibition-post .withEyecatch .txt {
	float: left;
	width: 225px;
}
#exhibition-post .withEyecatch .txt > *:nth-child(n+2) {
	margin-top: 20px;
}
#exhibition-post .withEyecatch figure.img {
	float: right;
	width: 485px;
}
#exhibition-post .withEyecatch figure.img img {
	width: 100%;
	height: auto;
}
#exhibition-post .inner > *:nth-child(n+2) {
	margin-top: 20px;
}
#exhibition-imgs {
	margin:35px 0 0 -5px;
}
#exhibition-imgs li {
	float: left;
	width: 240px;
	margin: 5px 0 0 5px;
}
#exhibition-imgs li:nth-child(3n+1) {
	clear: left;
}
#exhibition-imgs li img {
	max-width: 100%;
	height: auto;
}