@charset "UTF-8";

article section {
	position:relative;
}

/*  SLIDE */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img {width:100%; max-width:none; display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Dots */
.slick-dots {
    position: absolute;
		left:50%;
    bottom:30px;
    display:block;
    width:100%;
		max-width:1400px;
    padding:0 15px;
    list-style:none;
    text-align:right;
    z-index: 1;
		transform: translateX(-50%);
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width:50px;
    height:2px;
    margin:0 5px;
    padding:0;
    cursor:pointer;
}
.slick-dots li button {
    font-size:0;
    line-height:0;
    display:block;
    width:50px;
    height:2px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background:#fff;
}
.slick-dots li.slick-active button {
    background:#d19248;
}

.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}

.slide-navigation {
	width:calc(100% + 10px) !important;
	margin-right:-10px;
	display:flex;
	flex-wrap:nowrap;
	margin:0;
}
.slide-navigation li {
	width:98px !important;
	min-width:98px;
	height:60px;
	margin:10px 10px 0 0;
	position:relative;
	cursor:pointer;
	overflow:hidden;
}
.slide-navigation li::after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	border:solid 4px #000;
	opacity:0.5;
	display:none;
	box-sizing: border-box;
}
.slide-navigation li.slick-current::after {
	display:block;
}
.slide-navigation li img {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.slide-navigation .slick-track {
	width:100% !important;
	transform:none !important;
}

/* Arrows */
.slick-prev,
.slick-next {
	color:#fff;
  font-size:15px;
  line-height:1;
  position:absolute;
  top:6px;
  display:block;
  width:15px;
  height:15px;
  padding:0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  z-index:3;
  opacity:1;
  transition:opacity ease .3s;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color:#d19248;
	text-decoration:underline;
  outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev {
	left:50%;
	transform: translate(-75px, 0);
}
[dir='rtl'] .slick-prev {
	left: auto;
  right:50%;
	transform: translate(75px, 0);
}
.slick-next {
  right:50%;
	transform: translate(75px, 0);
}
[dir='rtl'] .slick-next {
  right: auto;
  left:50%;
	transform: translate(-75px, 0);
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  visibility:hidden;
}
div#business-calendar p.holiday-string.tenjigae span:before {
	color:#53688d;
}
div#business-calendar table .tenji tr td div {
	background:#53688d;
}
div#business-calendar {
	width:422px;
}
.calendar .slick-slide {
	padding-left:1px;
	padding-right:1px;
}

#title {
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}
article h1 {
	font-family:adobe-garamond-pro, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Helvetica, Arial, sans-serif;
	color:#fff;
	font-size:36px;
	font-weight:400;
	line-height:1;
	letter-spacing:0.2em;
}
article .section h1 {
	color:#142f5e;
}
.toppage article h1 {
	font-size:50px;
}
article h1 span {
	font-size:18px;
	letter-spacing:0.2em;
	display:inline-block;
}

#exhibition {
	margin:100px 0 0;
	padding:0 0 140px;
	position:relative;
}
.exhibition #exhibition {
	padding:0 !important;
}
#exhibition::after {
	content:"";
	width:100%;
	height:490px;
	position:absolute;
	bottom:0;
	left:0;
	background:#eee;
	z-index:-1;
}
.exhibition #exhibition::after {
	display:none;
}
#exhibition .inner {
	width:100%;
	max-width:1500px;
	margin:0 auto;
}
.exhibition #exhibition .inner {
	max-width:1400px;
	box-sizing: content-box;
}
.exhi_top {
	width:50%;
	padding:40px 55px 30px;
	background:#142f5e;
	position:relative;
	z-index:2;
	box-sizing:border-box;
	float:left;
}
.exhibition .exhi_top {
	width:100%;
	margin:0 0 -70px;
	padding:25px 30px;
	box-sizing: border-box;
	left:0;
	float:none;
	display: flex;
	flex-wrap: nowrap;
}
.exhi_image {
	width:50%;
	padding:210px 0 0;
	float:right;
}
.exhibition .exhi_image {
	text-align:center;
	width:auto;
	padding:0;
	float:none;
}
.exhibition .exhi_image img {
	max-width:1320px;
	margin:0 auto;
	display:inline-block;
}
.exhi_top .calendar_area {
	margin:30px auto 0;
}
.exhi_top .calendar_area img {
	display: block;
}
#exhibition h1 {
	margin:0 0 20px;
}
.exhibition #exhibition h1 {
	font-size:68px;
	margin:0 45px 0 0;
	white-space:nowrap;
}
#exhibition h1 span {
	margin:0 0 0 0.7em;
}
.exhi_top h2 {
	color:#fff;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.05em;
	padding:7px 9px 5px;
	margin:5px 0 0;
	border:solid 1px #fff;
	display:inline-block;
}
.exhi_top h3 {
	color:#fff;
	font-size:26px;
	font-weight:normal;
	line-height:1.3;
	letter-spacing:0.05em;
	margin:12px 0 15px;
}
.extext {
	width:100%;
}
.exhibition .exhi_top h3 {
	width:100%;
	font-size:22px;
	letter-spacing:0;
	margin:12px 0 0;
	display: flex;
	justify-content: space-between;
}
.exhibition .exhi_top h3 span {
	display:block;
}
.exhi_top p {
	color:#fff;
	font-size: 14px;
	line-height: 1.66;
	letter-spacing:0.05em;
	margin:15px 0 0;
}
.exhi_top .notion {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	margin-top: 30px;
}
.exhi_top .notion a{
	color: #FFF;
	text-decoration: underline;
}
.exhi_top .notion-box{
	color: #dd3c3c;
	background: #FFF;
	/* background: #53688d; */
	padding: 0.5em 1em;
	margin-top: 30px;
	font-weight:bold;
}
.exhi_top .notion-box p{
	color: #dd3c3c;
	margin-top: 0;
}
.exhi_top .notion-box a{
	color: #dd3c3c;
}
.exhi_top .notion-box2{
	background: #FFF;
	color: #000066;
	/* background: #53688d; */
	padding: 0.5em 1em;
	margin-top: 30px;
}
.exhi_top .notion-box2 p{
	color: #000066;
	margin-top: 0;
}
.exhi_top p.pc {
	color:#192950;
	font-size:16px;
	margin:0;
	position:absolute;
	left:50%;
	bottom:-50px;
	transform:translateX(-50%);
	white-space:nowrap;
}
.exhi_top p.pc a {
	color:#192950;
	text-decoration: underline;
}
.exhi_top p .time {
	padding-left:5.2em;
	display:block;
	position:relative;
}
.exhi_top p .time .hd {
	position: absolute;
	left:0;
}
.exhi_image .slick-dots {
	bottom:10px;
}
.exslide li p {
	font-size:14px;
	line-height:1.3;
	margin:10px 0 0;
	padding:0 140px 0 80px;
}
.exhibition .exslide li p {
	padding-left:0;
}
.exslide .slick-dots li button {
	background:#e5d2bc;
}
.exslide .slick-dots li.slick-active button {
  background:#d19248;
}
#sec .inner {
	width:100%;
	display: flex;
	flex-wrap: nowrap;
}
#gallery,
#collection {
	width:50%;
	position: relative;
}
#sec a {
	display:block;
}
#sec .image {
	overflow:hidden;
}
#sec .image img {
	width:100%;
	max-width: none;
	display:block;
}
#sec h1 {
	text-align:center;
	position: absolute;
	top:50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
	white-space:nowrap;
}
#sec h1 span {
	margin:15px 0 0;
	display: block;
}

#news,
#access {
	margin:100px 0 0;
}
#access {
	padding:0 0 100px;
}
#news h1,
#access h1 {
	color:#192950;
	text-align: center;
}
#news h1 span,
#access h1 span {
	margin:15px 0 0;
	display: block;
}
#news .inner {
	max-width:1420px;
	padding:0 20px 0 27.5%;
  margin:0 auto;
  position:relative;
	box-sizing:border-box;
}
#news .inner ul {
  margin:60px 0 0;
}
#news .inner ul li {
  margin:20px 0 0;
	padding:0 30px 20px;
	border-bottom:solid 1px #eee;
}
#news .inner ul li a {
	color:#192950;
	width:100%;
	display:flex;
	flex-wrap:nowrap;
	transition:ease .3s;
}
#news .inner ul li a.disabled {
	pointer-events:none;
	cursor: default;
}
#news .inner ul li h2 {
	min-width:140px;
	width:140px;
	white-space:nowrap;
	padding-right:20px;
	box-sizing:border-box;
}
#news .inner ul li h2,
#news .inner ul li p {
  font-size:16px;
  line-height:1.5;
	letter-spacing:0.05em;
}
#news .inner ul li h2 .date {
	text-align:right;
	white-space:pre;
}

.maparea {
	margin:30px 0 0;
}
.maparea iframe {
	width:100%;
	height:500px;
	display:block;
	border:0;
}
.maptext {
	width:100%;
	max-width:1420px;
	padding:0 20px;
	margin:30px auto 0;
	box-sizing:border-box;
	display:flex;
	justify-content:center;
	align-items:center;
}
.maptext h2 {
	padding:0 30px 0 0;
}
.maptext h2 img {
	display:block;
	transform:translateY(-10px);
}
.maptext .text {
	padding:0 0 0 30px;
	border-left:solid 1px #dcdcdc;
}
.maptext p {
	font-size:14px;
	line-height:1.5;
	margin:0 0 10px;
}
.maparea iframe,
.maparea object,
.maparea embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.calendar_area #year-month p {
	font-size:16px;
	margin:0;
}
.calendar_area p.holiday-string {
	font-size:14px;
	line-height:1;
}
div#business-calendar table tr th, div#business-calendar table tr td {
	font-size:14px;
	line-height:1;
	font-weight:normal;
}
div#business-calendar table tr th, div#business-calendar table tr td div {
	padding:17px 0;
}
div#business-calendar table tr#year-month th {
	padding:0 0 5px;
}
.detail dl {
	width:100%;
	margin:40px 0 0;
	display:flex;
	flex-wrap:nowrap;
}
.detail dt,
.detail dd p,
.detail dd ul li {
	font-size:20px;
	line-height:1.5;
	letter-spacing:0.1em;
}
.detail dd a {
	transition:ease .3s;
}
.detail dt {
	width:130px;
	min-width:130px;
	text-align:right;
	margin:0 50px 0 0;
}
.detail dd p.txt-r {
	margin-top:15px;
}
.detail dd p + p {
	margin:30px 0 0;
}
.detail dd span {
	display:inline-block;
}
.detail dd ul li {
	padding:0 0 0 1.5em;
	position:relative;
}
.detail dd ul li .num {
	position:absolute;
	left:0;
}

.exhi_detail {
	max-width:1200px;
	padding:40px 20px;
	margin:100px auto 0;
	background:#fff;
	box-sizing:border-box;
	position:relative;
}
#exhibitions ul.snslink {
	width:auto;
	margin:0;
	display:flex;
	justify-content:flex-start;
	flex-wrap:nowrap;
	position:absolute;
	top:20px;
	right:20px;
}
#exhibitions ul.snslink li {
	width:38px;
	margin:0 0 0 15px;
}
.exhi_detail .cat {
	margin:0 10px 0 0;
	float:none;
	position:relative;
	top:-3px;
}
.exhi_detail h2 {
	color:#fff;
	font-size:22px;
	line-height:1.2;
	padding:10px 30px;
	margin:15px -30px 20px;
	background:#000;
	clear:both;
	position:relative;
}
.exhi_detail h2::before,
.exhi_detail h2::after {
	content:"";
	width:10px;
	height:10px;
	display:block;
	background:url(https://www.marubeni.com/gallery/common/images/ribon.png) no-repeat 0 0;
	position:absolute;
	bottom:-10px;
	left:0;
}
.exhi_detail h2::after {
	left:auto;
	right:0;
	transform:rotate(-90deg);
}
.gaiyo, .shosai {
	margin:100px 0 0;
}
.exhi_detail h2 + .gaiyo,
.exhi_detail h2 + .shosai {
	margin-top:50px !important;
}
.map {
	margin:120px 0 0;
}
.exhi_detail h3 {
	font-size:30px;
	margin:0 -20px 30px;
	padding:2px 20px 15px;
	line-height:1.2;
	position:relative;
	border-bottom:solid 1px #e5e5e5;
	background:url(https://www.marubeni.com/gallery/common/images/ico_midashi.png) no-repeat 10px 0;
	background-size:3px auto;
}
.exhi_detail h4 {
	font-size:22px;
  line-height:1.4;
  letter-spacing:0.05em;
  margin:40px 0 15px;
}
.exhi_detail p {
	font-size:18px;
	line-height:1.666;
}
.exhi_detail p.sml {
	font-size:16px;
}
.exhi_detail p + p {
	margin-top:30px;
}
.exhimap {
	margin:15px 0 0;
}
.exhimap iframe {
	width:100%;
	height:400px;
	border:0;
	display:block;
}
.exhi_detail dl {
	width:100%;
	display:flex;
	margin:0 0 35px;
}
.exhi_detail table th,
.exhi_detail table td,
.exhi_detail dl dt,
.exhi_detail dl dd {
	font-size:16px;
	line-height:1.666;
}
.exhi_detail dl dt {
	width:190px;
	min-width:190px;
}
.exhi_detail table th {
	text-align:left;
	white-space:nowrap;
	padding:0 20px 5px 0;
}
.exhi_detail table td {
	padding:0 0 5px;
}
#calendar {
	height:0;
	display:block;
	position:relative;
	top:-160px;
}

/* 共通 */
.yumin {
	font-family:'Yu Mincho', serif;
}
.mac .yumin {
	font-family:YuMincho, serif;
}
#main_visual .image {
	max-height:400px;
	overflow: hidden;
}
#main_visual img {
	width:100%;
	max-width:100%;
}
#main_visual .pc {
	display:block;
}
#main_visual h1 {
	font-size:36px;
	font-weight:400;
	line-height:1.5;
	letter-spacing:0.2em;
	white-space: nowrap;
}
.section {
	padding:100px 20px;
}
.section .inner {
	max-width:1200px;
	margin:0 auto;
}
article .section h1 {
	text-align: center;
	margin:0 0 80px;
}
.section p {
	font-size:18px;
	line-height:2;
}
#amenu {
	width:100%;
	padding:15px 20px;
	background:#142f5e;
	display:flex;
	justify-content:center;
}
#amenu li {
	padding:0 40px;
	margin:0;
	border-right:solid 1px #fff;
}
#amenu li:first-child {
	border-left:solid 1px #fff;
}
#amenu li a {
	color:#fff;
	font-size:18px;
	line-height:1.5;
}

/* 展覧会 */
#meaning p {
	margin:50px 0 0;
}
#works {
	background:#e8ebf1;
}
#works ul {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#works ul li {
	width:calc(50% - 15px);
	margin:50px 0 0;
	padding:20px;
	background:#fff;
	box-sizing: border-box;
}
#works ul li:nth-child(1),
#works ul li:nth-child(2) {
	margin:0;
}
#works ul li .image,
.lbbox .image {
	text-align: center;
}
#works ul li .image a,
.lbbox .image a {
	display:inline-block;
	position: relative;
}
#works ul li .image a::after,
.lbbox .image a::after {
	content:"";
	width:23px;
	height:23px;
	display: block;
	position: absolute;
	bottom:0;
	right:-33px;
	background:url(https://www.marubeni.com/gallery/common/images/ico_zoom.png) no-repeat 0 0;
	background-size:100% auto;
}
#domestic .lbbox .image a::after,
#weaving .lbbox .image a::after,
#overseas .inner .twocol:nth-child(3) .lbbox .image a::after {
	right:0;
	bottom:-33px;
}
#works ul li .image img,
.lbbox .image img {
	margin:0 auto;
	display: block;
}
#works ul li h2,
.lbbox h2 {
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	margin:15px 0 2px;
}
#works ul li h2, #works ul li p {
	max-width:460px;
	margin-left:auto;
	margin-right:auto;
}
#works ul li p,
.twocol .lbbox p {
	font-size:14px;
	line-height:1.5;
	overflow-wrap:break-word;
}


/* ギャラリーについて */
#concept p {
	font-size:20px;
	line-height:2;
	text-align: center;
}
#overview {
	background:#e8ebf1;
}
article #overview h1 {
	letter-spacing:0.6em;
}
#overview .inner {
	width:100%;
	display:flex;
	flex-wrap: nowrap;
}
#overview .image {
	width:430px;
	min-width:430px;
}
#overview .table {
	padding:0 0 0 40px;
}
#overview .table dl {
	width:100%;
	display:flex;
	flex-wrap: nowrap;
	margin:15px 0 0;
}
#overview .table dl:first-child {
	margin:0;
}
#overview .table dl dt,
#overview .table dl dd {
	font-size:18px;
	line-height:1.66;
}
#overview .table dl dt {
	width:140px;
	min-width:140px;
}
#overview .table dl dd p.chushaku {
	font-size:14px;
	line-height:1.66;
	padding-left:1em;
	text-indent: -1em;
	margin:9px 0 0;
}
.twocol {
	width:100%;
	display:flex;
	justify-content: space-between;
}
.twocol .leftarea,
.twocol .rightarea {
	width:calc(50% - 30px);
}
.colbox {
	width:100%;
	display:flex;
	flex-direction: column;
}
#thelogo .image img {
	margin:0 auto;
	display: block;
}
#thelogo .twocol .leftarea .image {
	margin:0 0 100px;
}
#works .twocol h3,
#works .onecol h3,
#overseas .twocol h3,
#domestic .twocol h3,
#weaving .twocol h3,
#dyeing .twocol h3 {
	font-size:24px;
	line-height:1.3;
	font-weight:bold;
}
#works .twocol h4,
#overseas .twocol h4,
#domestic .twocol h4,
#weaving .twocol h4,
#dyeing .twocol h4 {
	font-size:18px;
	line-height:1.3;
	font-weight:bold;
	margin:10px 0 0;
}
#works .onecol p,
.twocol .leftarea p,
.twocol .rightarea p {
	line-height:1.66;
	margin:35px 0 0;
}
.twocol .leftarea p.spec, .twocol .rightarea p.spec {
	margin:5px 0 0 !important;
	font-size:14px;
}
#thelogo .twocol .rightarea p {
	color:#000;
	text-align: center;
	line-height:1.66;
	margin:18px 0 0;
}
#works .twocol .lbbox .image,
#weaving .twocol .lbbox .image,
#dyeing .twocol .lbbox .image,
#overseas .twocol .lbbox .image {
	padding:60px 20px;
	background:#fff;
	position: relative;
}
#works .twocol .lbbox .image a,
#weaving .twocol .lbbox .image a,
#dyeing .twocol .lbbox .image a,
#overseas .twocol .lbbox .image a {
	position:static;
}
#works .twocol .lbbox .image a::after,
#weaving .twocol .lbbox .image a::after,
#dyeing .twocol .lbbox .image a::after,
#overseas .twocol .lbbox .image a::after {
	right:10px;
	bottom:10px;
}
#works .twocol .lbbox p,
#overseas .twocol .lbbox p,
#domestic .twocol .lbbox p,
#weaving .twocol .lbbox p,
#dyeing .twocol .lbbox p {
	line-height:1.5;
	margin:0;
}
#works .onecol p:last-child,
.twocol .leftarea p:last-child,
.twocol .rightarea p:last-child {
	margin-bottom:0 !important;
}
#thelogo .twocol .rightarea p span {
	font-size:14px;
	margin:2px 0 0;
	display: block;
}
.exhibition .threecol .inner {
width:100%;
max-width: 1200px;
margin: 0 auto 60px;
}
.exhibition .threecol ul {
width:100%;
overflow: hidden;
}
.exhibition .threecol ul {
width:100%;
overflow: hidden;
}
.exhibition .threecol li {
width:30%;
float: left;
padding-top:20px;
margin-right:5%;
}
.exhibition .threecol li:last-child {
margin-right:0;
}
.exhibition .threecol li span {
padding-top:20px;
font-size:14px;
}
.exhibition_information .inner {
width:1200px;
margin: 60px auto 0;
text-align: center;
line-height:1.66;
border: 1px solid #CCCCCC;
}
.exhibition_information .inner p {
margin: 30px 20px;
}
#origin p {
	margin:40px 0 0;
}
#overseas,
#weaving {
	background:#e8ebf1;
}
#dyeing {
	background:#f1f0e8;
}
#works .twocol + .twocol,
#works .colbox + .twocol,
#overseas .twocol + .twocol,
#domestic .twocol + .twocol,
#weaving .twocol + .twocol,
#dyeing .twocol + .twocol {
	margin-top:100px;
}
#works .colbox .onecol + .twocol {
	margin-top: 60px;
}
#buttonarea {
	padding-top:50px;
}
.button a {
	color:#fff;
	text-align:center;
	max-width:480px;
	margin:0 auto;
	display:block;
	background:#153162;
	border-radius:6px;
	box-shadow: 0px 3px 0px 0px #d19248;
}
.button a .arrow {
	font-size:24px;
	line-height:1.3;
	padding:22px 0 22px 22px;
	display: inline-block;
	background:url(https://www.marubeni.com/gallery/common/images/ico_button.png) no-repeat 0 center;
	background-size:11px auto;
}
.button.disabled a {
	max-width:480px;
	pointer-events:none;
	cursor: default;
	background:#999;
	box-shadow:0px 3px 0px 0px #666;
}
.button.disabled a .arrow {
	padding:22px 0;
	background:transparent;
}
.button .coming {
	color:#fff;
	font-size:70%;
	margin:0 0 0 5px;
	display:inline-block;
}

article #guide h1 {
	text-align:left;
	margin:0 0 40px;
}
#guide .twocol p,
#guide .map_con p {
	font-size:20px;
	line-height:2;
}
#guide .twocol p span.indent {
	font-size:18px;
	text-indent:-1em;
	padding-left:1em;
	display:block;
}
#guide .twocol p a {
	text-decoration:underline;
}
#guide .twocol p a.arrow {
	padding:0 0 0 14px;
	display:inline-block;
	background:url(../images/ico_link.png) no-repeat 0 14px;
	background-size:7px auto;
}
#guide .map_con p a {
	text-decoration:underline;
}
#guide .map_con p a.arrow {
	padding:0 0 0 14px;
	display:inline-block;
	background:url(../images/ico_link.png) no-repeat 0 14px;
	background-size:7px auto;
}
.access_map {
	margin:0;
	padding-top: 120px;
}
#guide .twocol + .twocol {
	margin-top:90px;
}
.map_con {
	max-width:790px;
	margin:0 auto;
	padding:0 0 40px;
}
.map_con .image img {
	margin:0 auto;
	display: block;
}
.map_con .image,
.linkbtn {
	text-align:right;
}
.map_con .image a,
.linkbtn a {
	font-size:16px;
	line-height:1.2;
	margin:18px 0 0;
	padding:0 0 0 15px;
	display: inline-block;
	background:url(https://www.marubeni.com/gallery/common/images/ico_button.png) no-repeat 0 center;
	background-size:7px auto;
}
.linkbtn a {
	color:#fff;
	margin:0 !important;
}
#guide .map_con p {
	margin:35px 0 0;
}
#guide .map_con p.chushaku {
	font-size:18px;
	line-height:1.66;
	padding-left:1em;
	text-indent:-1em;
}
#guide .map_con p.add {
	margin:10px 0 0;
	padding-left:3em;
	position: relative;
}
#guide .map_con p.tel {
	margin:0 0 55px;
	padding-left:3em;
	position: relative;
}
#guide .map_con p.add span,
#guide .map_con p.tel span {
	position: absolute;
	left:0;
}
#privacy,
#terms {
	padding-top:50px;
}
article #privacy h1,
article #terms h1 {
	margin-bottom:50px;
}
#privacy .inner,
#terms .inner {
	max-width:1000px;
}
#privacy p.lead,
#terms p.lead {
	font-size:16px;
	line-height:1.85;
}
#terms p.lead + p.lead {
	margin-top:35px;
}
.pr_cont {
	margin:45px 0 0;
}
.pr_cont h2 {
	font-size:20px;
	font-weight:bold;
	line-height:1.3;
	letter-spacing:0.1em;
	padding:0 0 8px;
	margin:0 0 15px;
	border-bottom:solid 1px #eee;
}
.pr_cont h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	letter-spacing:0.05em;
	margin:20px 0 2px;
}
.pr_cont p,
.pr_cont ul li {
	font-size:16px;
	line-height:1.85;
	margin:0;
}
.pr_cont ul li.mrt,
.pr_cont p + ul {
	margin:35px 0 0;
}
.pr_cont ul.numlist li {
	padding-left:1em;
	position: relative;
}
.pr_cont ul.numlist li span {
	position: absolute;
	left:0;
}
.pr_cont ul li ul {
	margin-left:1.1em;
}
.pr_cont p a {
	text-decoration:underline;
}
.te_cont h2.mid {
	font-size:24px;
	font-weight:bold;
	line-height:1.3;
	text-align:center;
	letter-spacing:0.2em;
	margin:100px 0 40px;
}


/*ニュース詳細　不要であれば削除*/
.nav-links {
  font-size:16px;
  width:100%;
	margin:30px 0 0;
  display:flex;
  justify-content:center;
  align-items:center;
}
.nav-links .page-numbers {
	color:#020000;
	font-size:16px;
	line-height:30px;
  padding:0 8px;
	margin:0 8px;
	background:transparent;
	border:solid 1px #020000;
  display:inline-block;
	transition:ease .3s;
	box-sizing:border-box;
}
.nav-links .page-numbers.current {
	color:#fff;
	background:#020000;
}
.nav-links .prev.page-numbers {
  margin-right:10px;
}
.nav-links .next.page-numbers {
  margin-left:10px;
}
.nav-links .prev.page-numbers,
.nav-links .next.page-numbers {
	color:#020000;
	font-size:14px;
	line-height:30px;
	text-align:center;
  width:20px;
  height:30px;
  padding:0;
	border:0;
  background:transparent;
  display:block;
  position:relative;
}
.news_detail {
	margin:40px 0 0;
	padding:30px;
	background:rgba(255,255,255,0.6);
}
.news_head {
	padding:30px 0 0;
	position:relative;
}
.news_head .date {
	font-size:16px;
	line-height:1;
	position:absolute;
	top:0;
	right:0;
}
.news_head h2 {
  font-size:30px;
  font-weight:normal;
  margin:0 0 30px;
  padding:0 5px 15px;
  border-bottom:solid 1px #020000;
}
#news .blog_edit h1 {
  font-size:30px;
  line-height:1.3;
  letter-spacing:0.05em;
  text-align:left;
  padding:0;
	margin:30px 0 20px;
}
#news .blog_edit h1::after {
	display:none;
}
.blog_edit p, .blog_edit ul li {
  font-size: 18px;
  line-height: 1.66;
}
.blog_edit p {
	margin:15px 0 0;
}
.blog_edit p a {
	text-decoration:underline;
	transition:ease .3s;
}
.blog_edit h2 {
  font-size:26px;
  line-height:1.4;
  letter-spacing:0.05em;
	margin:30px 0 15px;
}
.blog_edit h3 {
  font-size:24px;
  line-height:1.4;
  letter-spacing:0.05em;
	margin:25px 0 15px;
}
.blog_edit h4 {
  font-size:22px;
  line-height:1.4;
  letter-spacing:0.05em;
	margin:20px 0 15px;
}
.blog_edit h5 {
  font-size:20px;
  line-height:1.4;
	margin:20px 0 10px;
}
.blog_edit h6 {
  font-size:18px;
	font-weight:bold;
  line-height:1.4;
	margin:20px 0 10px;
}
.blog_edit blockquote {
  margin:20px 0;
  padding:20px;
  position:relative;
  border:solid 1px #959595;
}
.blog_edit blockquote *:first-child {
	margin-top:0;
}
#news .inner .blog_edit ul {
	margin:25px 0 20px;
}
#news .inner .blog_edit ul li {
  margin:10px 0 0;
  padding:0 10px 10px 18px;
  border-bottom:solid 1px #d2d2d2;
	position:relative;
}
#news .inner .blog_edit ul li::before {
  content:"";
  width:6px;
  height:6px;
  display:block;
  background:#c0c0c0;
  position:absolute;
  border-radius:5px;
  top:11px;
  left:3px;
}
.back_link {
	text-align:right;
	margin:30px 0 0;
}
.back_link a {
	font-size:16px;
	padding:10px 20px 10px 38px;
	border:solid 1px #020000;
	display:inline-block;
	position:relative;
	transition:ease .3s;
}
.back_link a::before {
	content:"<";
	position:absolute;
	top:50%;
	left:10px;
	transform:translateY(-50%);
}

#faq ul li {
	padding:30px 0;
	border-bottom:solid 1px #e0e0e0;
}
#faq ul li:first-child {
	padding-top:0;
}
#faq ul li h2 {
	color:#1b2f5b;
	font-size:18px;
	font-weight:normal;
	line-height:1.6;
	padding:7px 0 7px 62px;
	margin:0 0 35px;
	background:url(../../faq/images/ico_q.png) no-repeat 0 0px;
	background-size:42px auto;
}
#faq ul li p {
	color:#1b2f5b;
	font-size:18px;
	line-height:1.6;
	padding:7px 0 7px 62px;
	margin:0;
	background:url(../../faq/images/ico_a.png) no-repeat 0 0px;
	background-size:42px auto;
}
#faq ul li p a {
	text-decoration:underline;
}
.slope {
	padding:10px 0 0 62px;
}
.slope img {
	display:block;
}

.event_area h2 {
	color:#1b2f5b;
	font-size:30px;
	padding:0 0 10px;
	margin:0 0 20px;
	border-bottom:solid 2px #1b2f5b;
}
.event_area ul.tags {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.event_area ul.tags li {
	min-width:178px;
	margin:10px 10px 0 0;
}
.event_area ul.tags li a {
	color:#fff;
	font-size:16px;
	line-height:1;
	text-align: center;
	padding:10px;
	background:#1b2f5b;
	border:solid 1px #1b2f5b;
	box-sizing:border-box;
	display: block;
}
.event_area .twocol {
	margin:85px 0 0;
}
.event_area .twocol .image {
	min-width:547px;
}
.event_area .twocol .image img {
	display: block;
}
.event_area .twocol .image ul.tags {
	margin:10px 0 0;
}
.event_area .twocol .image ul.tags li {
	min-width:inherit;
	margin:10px 9px 0 0;
}
.event_area .twocol .image ul.tags li a {
	color:#666;
	font-size:13px;
	padding:8px 10px;
	background:#fff;
	border:solid 1px #666;
}
.event_area .twocol .text {
	width:100%;
	padding:0 0 0 55px;
	box-sizing: border-box;
}
.event_area .twocol .text h3 {
	color:#1b2f5b;
	font-size:20px;
	line-height:1.6;
	font-weight:bold;
	margin:0 0 18px;
}
.event_area .twocol .text p {
	color:#1b2f5b;
	font-size:17px;
	line-height:1.6;
	margin:0;
}
.event_area .twocol .text .indenttxt {
	margin:27px 0 0;
	padding:0 0 0 4.5em;
	position: relative;
}
.event_area .twocol .text .indenttxt + .indenttxt {
	margin:0;
}
.event_area .twocol .text .indenttxt h4 {
	color:#1b2f5b;
	font-size:17px;
	line-height:1.6;
	margin:0;
	width:6em;
	position: absolute;
	top:0;
	left:0;
}
.event_area .twocol .text .indenttxt p a {
	text-decoration:underline;
}
#archives {
	margin:100px 0 0;
}
.event_area ul.years {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	margin:5px 0 0;
}
.event_area ul.years li {
	margin:10px 10px 0 0;
}
.event_area ul.years li a {
	color:#fff;
	font-size:16px;
	line-height:1;
	text-align: center;
	padding:10px 15px;
	background:#6f80aa;
	border:solid 1px #6f80aa;
	box-sizing:border-box;
	display: block;
}


@media only screen and (max-width:1499px) {
.exhi_top {
	padding:30px;
}
.exhi_image {
	padding:174px 0 0;
}
.exhibition .exhi_image {
	padding:0 0 0 60px;
}
.exhibition .exhi_top {
	left:0;
}
.exhibition .exhi_top h3 {
	font-size:21px;
}

}

@media only screen and (max-width:1399px) {
article h1 {
}
.toppage article h1 {
	font-size:42px;
}
article h1 span {
	font-size:16px;
}
.exhi_top h2 {
	font-size:14px;
}
.exhi_top h3 {
	font-size:22px;
}
.exhi_top .calendar_area {
  margin: 40px auto 0;
}
.exhi_top p.pc {
	font-size:16px;
	bottom: -45px;
}
.exhi_image {
  padding:154px 0 0;
}
.exhibition .exhi_image img {
	max-width:100%;
	display: block;
}
.exhibition #exhibition h1 {
	margin:0 35px 0 0;
}
.exhibition .exhi_top h3 {
  font-size:20px;
}
#exhibition::after {
	height:660px;
}


}

@media only screen and (max-width:1299px) {
.exhi_top p.pc {
	left:0;
	transform: translateX(0);
}
.exhibition .exhi_top {
	width:90%;
}
.exhi_image {
  padding:134px 0 0;
}
.exhibition #exhibition h1 {
	font-size:64px;
}
.exhibition .exhi_top {
	margin:0 0 -50px;
}
.exhibition .exhi_top h3 {
  font-size:19px;
	margin:8px 0 0;
}

}

@media only screen and (max-width:1199px) {
article .section h1 {
	margin:0 0 60px;
}
#exhibition {
	margin:60px 0 0;
	padding:0 0 100px;
}
.exhibition #exhibition {
  padding:0;
}
.exhi_top {
	width:100%;
	padding:30px 50% 10px 10px;
	left:0;
}
.exhibition .exhi_top {
  padding:20px 25px;
}
#exhibition .inner {
	padding:30px;
	background:#142f5e;
	display: flex;
	flex-flow: nowrap;
}
.exhibition #exhibition .inner {
	padding:0;
	background:none;
	display:block;
}
.exhi_top p.pc {
	font-size:14px;
	left:10px;
}
.exhi_image {
	width:45%;
	padding:20px 20px 40px;
	background:#eee;
	position:absolute;
	top:30px;
	right:30px;
	z-index:3;
}
.exhibition .exhi_image {
	width:auto;
	padding:0 20px;
	background:transparent;
	position:relative;
	top:0;
	right:0;
	z-index:1;
}
.exhibition #exhibition h1 {
  font-size:60px;
	margin:0 30px 0 0;
}
.exhi_top h2 {
	margin:3px 0 0;
}
.exhibition .exhi_top h3 {
	font-size:17px;
	justify-content: flex-start;
}
.exhibition .exhi_top h3 span + span {
	margin:0 0 0 1em;
}
.exhi_image .slick-dots {
	bottom:-15px;
}
.exhi_top p.pc {
	bottom:-60px;
}
.exslide li p {
	padding:0;
}
.exhi_image .slick-dots {
	padding:0;
}
.exhibition .threecol .archive-slides li {
	padding-top:40px !important;
}
#works .twocol h3,
#works .onecol h3,
#overseas .twocol h3,
#domestic .twocol h3,
#weaving .twocol h3,
#dyeing .twocol h3 {
	font-size:18px;
}
#works .twocol h4,
#overseas .twocol h4,
#domestic .twocol h4,
#weaving .twocol h4,
#dyeing .twocol h4 {
	font-size:16px;
}
#meaning p {
  margin: 40px 0 0;
}
#overview .image {
  width: 380px;
  min-width: 380px;
}
#overview .table {
  padding:0 0 0 30px;
}
#overview .table dl dt {
  width: 110px;
  min-width: 110px;
}
#overview .table dl dt, #overview .table dl dd {
	font-size:16px;
}
.twocol .leftarea, .twocol .rightarea {
  width:calc(50% - 20px);
}
#thelogo .twocol .leftarea .image {
  margin: 0 0 80px;
}
#thelogo .twocol .leftarea .image img {
	width:70%;
}
#works .onecol p,
.twocol .leftarea p,
.twocol .rightarea p {
	font-size:16px;
}
#works ul li .image a::after,
.lbbox .image a::after,
#overseas .inner .twocol:nth-child(3) .lbbox .image a::after {
	width:18px;
  height:18px;
	bottom:-24px;
	right:0;
}
#dyeing .lbbox .image a::after {
	right:-24px;
	bottom:0;
}
#works .twocol + .twocol, #works .colbox + .twocol, #overseas .twocol + .twocol, #domestic .twocol + .twocol, #weaving .twocol + .twocol, #dyeing .twocol + .twocol {
  margin-top:80px;
}
#works .onecol + .twocol {
	margin-top: 50px;
}
.event_area .twocol .image {
  min-width:480px;
}
.event_area .twocol .text {
	padding:0 0 0 45px;
}

}

@media only screen and (max-width:1099px) {
.exhibition .exhi_top h3 {
	font-size:18px;
	display:block;
}
.exhibition .exhi_top h3 span + span {
	font-size:75%;
	margin:5px 0 0;
}
.exhibition .exhi_top h2 {
	font-size:12px;
}
.exhibition .exhi_top {
	align-items: center;
}

}

@media only screen and (max-width:999px) {
.exhi_top {
	padding:20px 50% 10px 10px;
}
.exhi_image {
	right:20px;
}
.exhi_top p,
.linkbtn a {
	font-size:14px;
}
.exhi_top .calendar_area {
  margin: 30px auto 0;
}
#exhibition .inner {
	padding:20px;
}
.exhibition #exhibition .inner {
	padding:0;
}
#main_visual h1 {
	font-size:34px;
}
#amenu {
	padding:10px 20px;
}
#amenu li {
	padding:0 35px;
}
#amenu li a {
	font-size:16px;
}

.toppage article h1 {
	font-size:36px;
}
article h1 span {
  font-size: 14px;
}
div#business-calendar table tr#year-month ul li#prev {
	margin-left: 28%;
}
div#business-calendar table tr#year-month ul li#next {
	margin-right: 28%;
}
#works ul li h2,
.lbbox h2 {
  font-size:14px;
  margin:17px 0 2px;
}
#works ul li h2 {
	padding-right:20px;
	margin-left:auto;
	margin-right:auto;
}
.lbbox h2 {
	margin:24px 0 0;
}
#works ul li p,
.twocol .lbbox p {
	font-size:14px;
}
.lbbox .image a::after,
#domestic .lbbox .image a::after,
#weaving .lbbox .image a::after,
#overseas .inner .twocol:nth-child(3) .lbbox .image a::after {
	width:18px;
  height:18px;
	bottom:-24px;
	right:0;
}
#concept p {
	font-size:18px;
}
#overview .image {
  width: 320px;
  min-width: 320px;
}
#overview .table dl {
	margin:10px 0 0;
}
#overview .table dl dd p.chushaku {
	margin:5px 0 0;
}
#works .onecol p,
.twocol .leftarea p,
.twocol .rightarea p {
	margin:25px 0 0;
}
#thelogo .twocol .rightarea p {
	font-size:16px;
	margin:15px 0 0;
}
.map_con {
	padding:0 0 20px;
}
#guide .twocol p, #guide .map_con p {
  font-size:18px;
}
#guide .twocol p span.indent {
	font-size:16px;
}
#guide .map_con p {
  margin:30px 0 0;
}
#guide .map_con p.chushaku {
	font-size:16px;
}
#guide .map_con p.tel {
  margin:0 0 40px;
}
#terms p.lead + p.lead {
  margin-top:30px;
}
div#business-calendar {
	width:95%;
	margin:0 auto;
}
.event_area .twocol .image {
	width:calc(50% - 35px);
  min-width:inherit;
}
.event_area .twocol .text {
	width:calc(50% + 35px);
	padding:0 0 0 35px;
}
.event_area h2 {
	font-size:28px;
}
.event_area ul.tags li {
  min-width:150px;
}
.event_area ul.tags li a {
	font-size:14px;
	padding:8px;
}
.event_area .twocol {
  margin:65px 0 0;
}
.event_area .twocol .image ul.tags li {
	margin:8px 8px 0 0;
}
.event_area .twocol .image ul.tags li a {
	font-size:12px;
}
.event_area .twocol .text h3 {
	font-size:18px;
}
.event_area .twocol .text p,
.event_area .twocol .text .indenttxt h4 {
	font-size:15px;
}
.event_area .twocol .text .indenttxt {
	margin:20px 0 0;
	padding:0 0 0 4em;
}
.event_area ul.years li {
	margin:8px 8px 0 0;
}
.event_area ul.years li a {
	font-size:14px;
	padding:8px 12px;
}
#calendar {
	top:-140px;
}
#news .inner ul li h2 {
	min-width:130px;
	width:130px;
}

}

@media only screen and (max-width:899px) {
.exhi_top h3 {
	font-size:20px;
}
.exhi_image {
	padding:15px 15px 35px;
}
.exhi_top p,
.linkbtn a {
  font-size:13px;
}
#works ul li {
	width:calc(50% - 10px);
}
#works .colbox .onecol + .twocol {
	margin-top: 50px;
}
#concept p {
	font-size:16px;
}
#overview .inner {
	display:block;
}
#overview .image {
  width: 430px;
  min-width: 430px;
	margin:0 auto 20px;
}
#overview .table {
  padding:0;
}
.twocol .leftarea, .twocol .rightarea {
  width: calc(50% - 15px);
}
.exhibition #exhibition h1 {
	font-size:54px;
}
.event_area .twocol .text {
	padding:0 0 0 25px;
}

}

@media only screen and (max-width:767px) {
.slick-dots {
	bottom:-25px;
	text-align: center;
}
.slick-dots li button {
	background:#f1dec8;
}
.exhibition #exhibition {
	margin:40px 0 0;
}
.exhi_top {
	padding:30px 10px 0;
}
.exhibition .exhi_top {
  padding:15px 20px;
	margin-bottom:0 !important;
}
.exhi_top,
.exhibition .exhi_top,
.exhi_image,
.exhibition .exhi_image {
	width:100%;
}
.exhi_image .slick-dots {
	text-align: right;
}
.exhi_image,
.exhibition .exhi_image {
	padding:15px 15px 45px;
	margin:30px 0 0;
	position: relative;
	top:0;
	right:0;
	float: none;
	clear: both;
}
.exhibition .exhi_image {
	margin:0;
	padding-bottom:0 !important;
}
.exhibition #exhibition h1 {
  font-size:50px;
	margin:0 20px 0 0;
}
.exhi_top h3 {
	font-size:22px;
}
.exslide li p {
	color:#192950;
}
#exhibition h1,
.toppage .exhi_top h2,
.exhi_top h3,
.exhi_top p {
	margin-left:10px;
	margin-right:10px;
}
.toppage article h1 {
	font-size:42px;
}
.exhibition .exhi_top h3 {
	font-size:17px;
}
#exhibition h1 span {
	font-size:16px;
}
.exhi_top p {
  font-size: 16px;
	margin:15px 10px 0;
}
.linkbtn a {
	font-size:16px;
}
.exhi_image .slick-dots {
	padding:0;
	bottom:-25px;
}
.exhi_top .calendar_area {
	margin:40px auto 0;
}
.exhi_top p.pc {
	display:block !important;
}
#works .onecol p, .twocol .leftarea p, .twocol .rightarea p {
	margin:0 0 25px;
}
div#business-calendar table tr#year-month ul li#prev {
	margin-left: 33%;
}
div#business-calendar table tr#year-month ul li#next {
	margin-right: 33%;
}
#sec .inner {
	display: block;
}
#gallery,
#collection {
	width:auto;
}
#news .inner {
	padding:0 20px;
}
#news .inner ul li h2 {
	width:130px;
}
.maparea iframe {
	height:400px;
}
.maptext {
	margin:20px 0 0;
	display: block;
}
.maptext h2 {
	padding:0;
}
.maptext h2 img {
	transform:translateY(0);
}
.maptext .text {
	padding:25px 0 0;
	margin:25px 0 0;
	border-top:solid 1px #dcdcdc;
	border-left:0;
}
.maptext p {
	margin:0 0 2px;
}
#main_visual h1 {
	font-size:30px;
}
article .section h1 {
	margin:0 0 50px;
}
#meaning p {
  margin: 30px 0 0;
}
#works ul li {
	margin:40px 0 0;
	padding:15px 10px;
}
#works ul li .image a::after,
.lbbox .image a::after,
#domestic .lbbox .image a::after,
#weaving .lbbox .image a::after,
#overseas .inner .twocol:nth-child(3) .lbbox .image a::after {
	width:15px;
  height:15px;
	bottom:-21px;
	right:0;
}
#works ul li h2,
.lbbox h2 {
	margin:21px 0 5px;
}
#works ul li h2 {
	margin-left:auto;
	margin-right:auto;
}

#works .twocol h4 + p,
#works .twocol h3 + p,
#works .onecol h3 + p,
#overseas .twocol h4 + p,
#domestic .twocol h4 + p,
#weaving .twocol h4 + p,
#dyeing .twocol h4 + p,
#works .twocol p.spec + p,
#overseas .twocol p.spec + p,
#domestic .twocol p.spec + p,
#weaving .twocol p.spec + p,
#dyeing .twocol p.spec + p {
	margin-top:25px;
}
#concept p {
	text-align:left;
}
#thelogo .twocol {
	display: block;
}
#thelogo .twocol .leftarea, #thelogo .twocol .rightarea {
  width:auto;
}
#thelogo .twocol .leftarea {
	margin:0 0 50px;
}
#thelogo .twocol .leftarea .image {
  margin: 0 0 60px;
}
#thelogo .image img {
	max-width:410px;
}
#origin p {
  margin:30px 0 0;
}
#guide .twocol {
	display: block;
}
#guide .twocol .leftarea, #guide .twocol .rightarea {
	width:auto;
}
#guide .twocol .rightarea,
.access_map {
  margin:80px 0 0;
}
#guide .twocol + .twocol {
	margin-top:80px;
}
article #guide h1 {
  margin:0 0 30px;
}
#guide .map_con p.add {
	margin:15px 0 0;
}
.te_cont h2.mid {
	margin:85px 0 35px;
}
#works .twocol .lbbox .image,
#weaving .twocol .lbbox .image,
#dyeing .twocol .lbbox .image,
#overseas .twocol .lbbox .image {
	padding:50px 20px;
}
#amenu li {
	text-align:center;
	width:25%;
	padding:0;
}
#amenu li:first-child {
	border-left:0;
}
#amenu li:last-child {
	border-right:0;
}
.event_area .twocol {
	display:block;
}
.event_area .twocol .image,
.event_area .twocol .text {
	width:auto;
	padding:0;
}
.event_area .twocol .image {
	margin:0 0 30px;
}
.event_area .twocol .text h3 {
	font-size:20px;
}
.event_area .twocol .text p, .event_area .twocol .text .indenttxt h4 {
	font-size:16px;
}
.event_area .twocol .text ul.tags {
	margin:20px 0 0;
	display:flex !important;
}
.event_area .twocol .text ul.tags li {
	min-width:inherit;
}
.event_area .twocol .text ul.tags li a {
	color:#666;
	background:#fff;
	border:solid 1px #666;
}

.exhibition .threecol .inner {
width:100%;
margin: 0 auto 60px;
}
.exhibition .threecol ul {
width:100%;
overflow: hidden;
}
.exhibition .threecol ul {
width:100%;
overflow: hidden;
}
.exhibition .threecol li {
width:100%;
float: none;
padding-top:20px;
margin-right:0;
}
.exhibition .threecol li span {
padding-top:20px;
font-size:14px;
}
.exhibition_information .inner {
width:93%;
margin: 60px auto 0;
text-align: center;
line-height:1.66;
border: 1px solid #CCCCCC;
}
.exhibition_information .inner p {
margin: 30px 20px;
}


}


@media only screen and (max-width:639px) {
#amenu li a {
	font-size:14px;
}
article h1 {
	font-size:30px;
}
.section {
  padding:80px 20px 30px;
}
.toppage article h1 {
	font-size:36px;
}
#exhibition h1 span {
  font-size: 14px;
}
#news, #access {
  margin: 100px 0 0;
}
#news .inner ul li {
	padding:0 0 10px;
}
.maparea iframe {
  height: 300px;
}
.maptext h2 img {
	width:240px;
}
div#business-calendar table tr#year-month ul li#prev {
	margin-left: 32%;
}
div#business-calendar table tr#year-month ul li#next {
	margin-right: 32%;
}
#main_visual h1 {
	font-size:28px;
}
#meaning p,
#origin p {
  font-size:16px;
}
#works ul li h2,
.lbbox h2 {
	font-size:14px;
}
#works ul li h2, .lbbox h2 {
  margin:21px 0 2px;
}
#works ul li h2 {
	margin-left:auto;
	margin-right:auto;
}
#works ul li p,
.twocol .lbbox p {
	font-size:12px;
	text-align:left;
}
#works .twocol,
#overseas .twocol,
#domestic .twocol,
#weaving .twocol,
#dyeing .twocol {
	flex-wrap:wrap;
}
#works .twocol .leftarea, #works .twocol .rightarea,
#overseas .twocol .leftarea, #overseas .twocol .rightarea,
#domestic .twocol .leftarea, #domestic .twocol .rightarea,
#weaving .twocol .leftarea, #weaving .twocol .rightarea,
#dyeing .twocol .leftarea, #dyeing .twocol .rightarea {
  width:100%;
}
#works .twocol,
#works .colbox,
#domestic .twocol,
#dyeing .twocol {
	flex-direction: column-reverse;
}
#works .colbox > .twocol {
	flex-direction: column;
}
#works .colbox .onecol + .twocol {
    margin-top: 10px;
}
.lbbox {
	margin:0 0 25px;
}
#buttonarea {
  padding-top:40px;
}
.button a .arrow {
  font-size: 20px;
  padding: 18px 0 18px 18px;
  background: url(https://www.marubeni.com/gallery/common/images/ico_button.png) no-repeat 0 center;
  background-size: 9px auto;
}
article #guide h1 {
  margin:0 0 25px;
}
#guide .twocol p, #guide .map_con p {
  font-size:16px;
}
#guide .twocol p span.indent {
	font-size:14px;
}
#guide .map_con p {
  margin:20px 0 0;
}
#guide .map_con p.tel {
  margin: 0 0 30px;
}
#guide .map_con p.chushaku {
  font-size:14px;
}
.map_con .image a {
	font-size:14px;
	margin:15px 0 0;
}
.pr_cont {
  margin:40px 0 0;
}
.pr_cont h2 {
	font-size:18px;
}
.pr_cont p, .pr_cont ul li {
	font-size:14px;
}
.pr_cont ul li.mrt, .pr_cont p + ul {
  margin:30px 0 0;
}
.te_cont h2.mid {
	font-size:22px;
}
.exhibition .exhi_top {
	align-items: flex-start;
}
.exhibition #exhibition h1 {
  font-size: 40px;
  margin:10px 15px 0 0;
}
.exhibition .exhi_top h3 {
  font-size:16px;
}
.exhibition .exhi_top h3 span + span {
  font-size: 80%;
}
.event_area h2 {
  font-size:24px;
}
.event_area .twocol .text h3 {
  font-size:18px;
}
.event_area .twocol .text p, .event_area .twocol .text .indenttxt h4 {
  font-size:14px;
}
.event_area .twocol .text ul.tags {
	margin:10px 0 0;
}
.event_area ul.tags li a {
	font-size:12px;
}
.event_area .twocol .text .indenttxt {
	padding:0 0 0 3.5em;
}
.slope {
	padding:10px 0 0;
}
.slope img {
	margin:0 auto;
}
#calendar {
	top:-120px;
}

}

@media only screen and (max-width:559px) {
div#business-calendar table tr#year-month ul li#prev {
	margin-left: 30%;
}
div#business-calendar table tr#year-month ul li#next {
	margin-right: 30%;
}
#main_visual h1 {
	font-size:26px;
}
#works ul li {
	width:100%;
}
#works ul li,
#works ul li:nth-child(2) {
  margin:30px 0 0;
}
#overview .table dl {
	margin:15px 0 0;
	display: block;
}
#overview .table dl dt {
	font-weight:bold;
	width:auto;
	min-width: inherit;
}
#thelogo .rightarea .image img {
	width:80%;
}
#terms p.lead + p.lead {
  margin-top:25px;
}
.te_cont h2.mid {
  margin:75px 0 30px;
}
.pr_cont h3 {
	font-size:14px;
	margin:15px 0 2px;
}
#exhibition .inner {
	padding:10px 10px 20px;
}
.exhi_top p.pc {
  bottom:-70px;
}
.exhi_top .notion {
	font-size: 12px !important;
}
.exhibition .exhi_top {
	display: block;
}
.exhibition .exhi_image {
	padding:0;
}
.exhibition #exhibition h1 {
  font-size: 36px;
  margin: 5px 15px 15px 0px;
}
#faq ul li h2 {
	font-size:15px;
	padding:5px 0 5px 46px;
	margin:0 0 26px;
	background:url(../../faq/images/ico_q.png) no-repeat 0 0px;
	background-size:30px auto;
}
#faq ul li p {
	font-size:15px;
	padding:5px 0 5px 46px;
	background:url(../../faq/images/ico_a.png) no-repeat 0 0px;
	background-size:30px auto;
}

}

@media only screen and (max-width:479px) {
.slick-dots {
	bottom:-20px;
}
#title img {
	min-width:224px;
}
#amenu {
	padding:10px 0;
}
#amenu li a {
	font-size:13px;
}
article h1 {
	font-size:24px;
}
article .section h1 {
  margin:0 0 40px;
}
.toppage article h1 {
  font-size:32px;
}
#main_visual h1 {
	font-size:24px;
}
.exhibition #exhibition {
	margin:30px 0 0;
}
.exhi_top {
  padding:20px 5px 0;
}
#exhibition h1, .toppage .exhi_top h2, .exhi_top h3, .exhi_top p {
  margin-left:5px;
  margin-right:5px;
}
#exhibition h1 span,
.exhi_top h2 {
  font-size: 12px;
}
.exhi_top h3 {
  font-size:18px;
}
.exhi_top p,
#meaning p,
.linkbtn a {
	font-size:14px;
}
.exhibition #exhibition h1 {
	font-size:30px;
}
.exhi_image {
  padding: 10px 10px 40px;
}
.exslide li p {
	font-size:12px;
}
.exhi_top .calendar_area {
	padding:0;
}
.exhi_top p.pc {
	font-size:13px;
	white-space: normal;
}
.exhi_top p.pc {
	left:0;
	padding:0 10px;
}
#news, #access {
  margin: 70px 0 0;
}
#news .inner ul li h2, #news .inner ul li p {
	font-size:13px;
}
#news .inner ul li h2 {
  width:100px;
	min-width:100px;
}
.maptext h2 img {
  width: 170px;
}
.maptext p {
	font-size:13px;
}
div#business-calendar table tr#year-month ul li#prev {
	margin-left: 26%;
}
div#business-calendar table tr#year-month ul li#next {
	margin-right: 26%;
}
#overview .image {
  width:100%;
  min-width:inherit;
}
#overview .table dl dt, #overview .table dl dd {
	font-size:14px;
}
#overview .table dl dd p.chushaku {
	font-size:12px;
}
#thelogo .twocol .leftarea .image {
  margin: 0 0 40px;
}
#works .onecol p,
.twocol .leftarea p,
.twocol .rightarea p {
	font-size:14px;
  margin:0 0 20px;
}
#thelogo .twocol .leftarea {
  margin: 0 0 40px;
}
#thelogo .twocol .rightarea p {
	margin:15px 0 0;
}
#thelogo .twocol .rightarea p span {
  font-size: 12px;
	margin:0;
}
.button a .arrow {
  font-size:18px;
}
.button .coming {
	font-size:80%;
}
#guide .twocol .rightarea, .access_map {
  margin:70px 0 0;
}
#guide .twocol + .twocol {
	margin-top:70px;
}
article #privacy h1,
article #terms h1 {
  margin-bottom:40px;
}
#privacy p.lead,
#terms p.lead,
#works .twocol h4, #overseas .twocol h4, #domestic .twocol h4, #weaving .twocol h4, #dyeing .twocol h4 {
	font-size:14px;
}
.pr_cont h2,
#works .twocol h3, #works .onecol h3,
#overseas .twocol h3, #domestic .twocol h3, #weaving .twocol h3, #dyeing .twocol h3 {
  font-size:16px;
}
.te_cont h2.mid {
	font-size:20px;
}
div#business-calendar {
	width:100%;
}
.event_area h2 {
  font-size: 20px;
	margin:0 0 15px;
}
.event_area ul.tags {
	justify-content:space-between;
}
.event_area ul.tags li {
	min-width:inherit;
	width:calc(50% - 7px);
	margin:10px 0 0;
}
.event_area .twocol {
  margin:55px 0 0;
}
.event_area .twocol .image {
	margin:0 0 20px;
}
.event_area .twocol .text h3 {
	font-size:15px;
}
.event_area .twocol .text p, .event_area .twocol .text .indenttxt h4 {
  font-size:13px;
}
.event_area ul.tags li a {
  font-size:11px;
}
.event_area .twocol .text ul.tags {
	justify-content:flex-start;
}
.event_area .twocol .text ul.tags li {
	width:auto;
	margin:10px 7px 0 0;
}
#calendar {
	top:-100px;
}

}

@media only screen and (max-width:419px) {
div#business-calendar table tr#year-month ul li#prev {
	margin-left: 22%;
}
div#business-calendar table tr#year-month ul li#next {
	margin-right: 22%;
}

}

@media only screen and (max-width:359px) {
div#business-calendar table tr#year-month ul li#prev {
	margin-left: 20%;
}
div#business-calendar table tr#year-month ul li#next {
	margin-right: 20%;
}
#event .image img {
	width: 335px;
	height: 188px;
}

}

@media only screen and (min-width:768px) {
#works ul li .image a,
.lbbox .image a,
.button a,
.map_con .image a,
.linkbtn a,
#amenu li a,
#guide .twocol p a,
.event_area ul.tags li a,
.event_area ul.years li a {
	transition:ease .3s;
}
.button a:hover {
	color:#d19248;
	box-shadow: 0px 0px 0px 0px #d19248;
	transform: translateY(3px);
}
#news .inner ul li a:hover,
.detail dd a:hover,
#about .two_col .text p.link a:hover,
.map_con .image a:hover,
.linkbtn a:hover {
	color:#d19248;
  text-decoration:underline;
}
#amenu li a:hover,
.event_area .twocol .text .indenttxt p a:hover {
	text-decoration:underline;
}
.exhi_top p.pc a:hover,
.pr_cont p a:hover,
#guide .twocol p a:hover,
.event_area .twocol .text .indenttxt p a:hover,
#guide .twocol p a.arrow:hover,
#faq ul li p a:hover {
	text-decoration:none;
}
#exhibitions ul li a:hover,
#news ul li a:hover .pickup,
#works ul li .image a:hover,
.lbbox .image a:hover {
	opacity:.7;
}
.nav-links a.page-numbers:hover,
.back_link a:hover {
	color:#fff;
	background:#020000;
}
.nav-links a.prev.page-numbers:hover,
.nav-links a.next.page-numbers:hover {
	color:#020000;
	background:transparent;
}
#sec a .image img {
	transition:ease .5s;
}
#sec a:hover .image img {
	transform: scale(1.2);
	opacity:.9;
}
.event_area ul.tags li a:hover {
	color:#1b2f5b;
	background:#fff;
	border:solid 1px #1b2f5b;
}
.event_area .twocol .image ul.tags li a:hover {
	color:#fff;
	background:#666;
}
.event_area ul.years li a:hover {
	color:#6f80aa;
	background:#fff;
	border:solid 1px #6f80aa;
}


}
