<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}
.top_greeting{
	/*width: 1200px;*/
	margin: 104px auto 0 auto !important;
}
.article-body h2 {
    border-left: solid 4px #161410;
	margin: 56px 0 40px 0;
padding: 8px 0 8px 16px;
border-left: solid 4px #9b8d77;
background-color: #f0f0f0;
line-height: 1.5;
font-size: 20px;
font-size: 2.0rem;
}
.article-body h3 {
    border-bottom: solid 2px #161410;

    margin: 48px 0 32px 0;
    padding: 6px 0;
    border-bottom: solid 2px #9b8d77;
    line-height: 1.5;
}
hr {
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #e2e5e8;
}
.sld{
	height: 800px;
}
.slick-prev::before, .slick-next::before {
    
    font-size: 40px!important;
  
}
.slick-prev {

    z-index: 2;
	left: 11px!important;
}
.slick-next {
    right: 25px!important;
	 z-index: 2;
}
.slick-prev::before, .slick-next::before {

    color: black!important;
 
}
.slick-slide img {
    
    width: 100%!important;
}
body p:empty:before {
  content: none !important;
}
.zoomslider {
  height: 800px;
}
.nav-content ul li.menu-item {
  position: relative; /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1; /*ドロップダウンしたメニューが隠れないように*/
}
.nav-content ul li ul.sub-menu {
  display: none;
  position: absolute; /*絶対配置にしておかないとうまくいかない*/
  top: 20px;
  left: 0;
  border-top: 1px solid #EEE; /*ボーダートップを指定*/
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.5s;
}
.nav-content ul li:hover ul.sub-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  transition: all 0.5s;
}
.sub-menu a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  display: block;
  transition: all 0.5s;
}
.sub-menu a:hover {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #1da1f2;
  display: block;
  transition: all 0.5s;
}
.sub-menu li {
  margin: 0 !important;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
 /* min-width: 1300px;*/
}
header {
  position: fixed;
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px 0 13px;
  width: 100%;
  z-index: 3;
  top: 0;
}
header nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
}
header nav a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
header nav a:hover::after {
  transform: scale(1, 1);
}
.sub-menu a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1da1f2;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.sub-menu a:hover::after {
  transform: scale(1, 1);
}
.navToggle {
  display: none;
}
.hed_wrap {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.hed_logo {
  margin: 7px 0 0 0;
}
.hed-menu_wrap {
  text-align: right;
  font-family: din-2014, sans-serif;
}
.hed_sns {
  display: flex;
  justify-content: flex-end;
  order: 1;
}
.hed_sns a:first-child {
  margin: 0;
}
.hed_sns a {
  margin: 0 0 0 20px;
}
.hed_blog {
  border-radius: 3px;
  background-color: #000000;
  font-family: din-2014, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  width: 40px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hed_contact {
  border-radius: 3px;
  background-color: #c7000a;
  font-family: din-2014, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  width: 121px;
  height: 18px;
  vertical-align: top;
  text-align: center;
}
.hed_contact::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url("images/top-mail.png");
  background-size: contain;
  vertical-align: unset;
  margin: 0 11px 0 0;
}
.hed-menu_wrap nav {
  margin: 10px 0 0 0;
  order: 2;
}
.hed-menu_wrap li {
  display: inline-block;
  margin: 0 0 0 41px;
  letter-spacing: 1px;
}
.top-mainvisual {
  max-height: 800px;
 
  position: relative;
}
.top-mainvisual_logo {
  position: absolute;
  /*width: 1200px;*/
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  z-index: 2;
  display: flex;
  align-self: flex-end;
}
.top-mainvisual_logo img {
  height: 40px;
  margin: auto 0 4% auto;
}
.top-subvisual_bk {
  background-color: #ecf3f3;
  padding: 53px 0;
}
.top-subvisual_wrap {
 /* width: 1200px;*/
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.subvisual_wrap {
  /*width: 1200px;*/
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.single-360_txt {
  text-align: center;
  margin: 27px 0 10px 0;
  letter-spacing: 2px;
}
/*.top-subvisual_wrap div {
  margin: 0 0 0 10px;
}
.top-subvisual_wrap div:last-child {
  margin: 0 0 0 auto;
}
.top-subvisual_wrap div:first-child {
  margin: 0;
}
.top-subvisual_wrap div:nth-child(3) {
  margin: 0 0 0 10px;
}*/
.top-meta-slider {
  margin: 0 50px 0 0;
  width: 50%;
}
.top-meta-slider02 {
  width: 50%;
}
.meta-ttl {
  margin: 0 0 7px;
  text-align: center;
  font-family: din-2014, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.pano-wrap {
  width: 100% !important;
}
.top-subvisual_wrap img {
  width: 100%;
  max-height: 387px;
}
.single_wrap {
  padding: 95px 0 47px 0;
}
.single_contents {
  margin: 0 auto;
  max-width: 1200px;
  line-height: 1.6;
}
.artistDetail {
  width: 90%;
  margin: 50px auto 30px auto;
  overflow: hidden;
}
.breadcrumbs {
  margin: 10px 0 40px 0;
  font-size: 12px;
}
.fontSizeS {
  font-size: 14px;
}

.top-exhibition_mainttl {
  font-family: din-2014, sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin:0 auto 35px;
  letter-spacing: 3px;
	/*width: 1200px;*/
	
}
.top-exhibition_mainttl::before, .top-exhibition_mainttl::after {
  background: #333;
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.top-exhibition_mainttl::before {
  margin: 0 20px 0 0;
}
.top-exhibition_mainttl::after {
  margin: 0 0 0 20px;
  ;
}
.top-pickup_wrap {
  margin: 53px auto 0;
  /*width: 1200px;*/
}
.top-pickup_mainttl {
  font-family: din-2014, sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 35px;
  letter-spacing: 3px;
}
.top-pickup_mainttl::before, .top-pickup_mainttl::after {
  background: #333;
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.top-pickup_mainttl::before {
  margin: 0 20px 0 0;
}
.top-pickup_mainttl::after {
  margin: 0 0 0 20px;
  ;
}
.top-pickup-card_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-pickup-card_wrap::after {
  content: "";
  display: block;
  width: 30%;
}
.top-pickup_card {
  width: 30%;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 30px 0 0 0;
}
.top-pickup_img {}
.top-pickup_img img {
  width: 100%;
  height: auto;
}
.top-pickup_txt {
  padding: 0 25px 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 33px 0 0 0;
}
.top-pickup_txt div:nth-child(2) {
  margin: 0 0 62px 0;
}
.top-pickup-list-ttl{
	margin: 0 0 34px;
}
.top-pickup_btn {
  margin: auto auto 0;
  width: 239px;
  height: 37px;
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: din-2014, sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 2px;
  background: linear-gradient(to right, #999999, #999999 33%, transparent 66%, transparent) 100% 0 / 300% 100%;
  transition: background-position 0.3s;
}
.top-pickup_btn:hover {
  background-position: 0 0;
  color: #fff;
}
.top-pickup_more {
  width: 360px;
  height: 42px;
  border-width: 1px;
  border-style: solid;
  background-color: #bebebe;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: din-2014, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  background: linear-gradient(to right, #fff, #fff 33%, transparent 66%, transparent) 100% 0 / 300% 100%, #999999;
  margin: 50px auto 0;
  letter-spacing: 2px;
  transition: background-position 0.3s;
  padding: 0 0 0 106px;
  box-sizing: border-box;
}
.top-pickup_more::after {
  content: '';
  display: inline-block;
  width: 43px;
  height: 5px;
  background-image: url("images/pickup-more_arrow.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 50px;
}
.top-pickup_more:hover {
  background-position: 0 0;
  color: #000;
}
.top-pickup_more:hover::after {
  content: '';
  display: inline-block;
  width: 43px;
  height: 5px;
  background-image: url("images/pickup-more_arrow02.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 50px;
}
.top-360view_wrap {
 /* width: 1200px;*/
  height: 151px;
  margin: 66px auto 0;
  background: url("images/vr-sample.png") no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top-360view_ico {
  text-align: center;
}
.top-360view_txt {
  text-align: center;
  font-family: din-2014, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  background: url("images/vr-arrow.png") no-repeat center right 500px;
}
.top-sns_wrap {
  /*width: 1200px;*/
  margin: 0 auto;
}
.topsns {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.top-sns_mainttl {
  font-family: din-2014, sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 58px 0 50px;
  letter-spacing: 3px;
}
.top-sns_mainttl::before, .top-sns_mainttl::after {
  background: #333;
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.top-sns_mainttl::before {
  margin: 0 41px 0 0;
}
.top-sns_mainttl::after {
  margin: 0 0 0 41px;
}
.top-sns-contents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-sns_face, .top-sns_twitter, .top-sns-inst-blog_wrap {
  width: 30%;
}
.fb_iframe_widget, .twitter-page {
  margin: 0 0 52px auto;
}
.top-sns_inst, .top-sns_blog {
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  flex-direction: column;
  background: url("images/top-sns-link.png") no-repeat top 15px right 15px;
}
.top-sns_inst:hover, .top-sns_blog:hover {
  background-color: #f9f9f9;
  transition: 0.3s;
}
.top-sns_inst::before {
  content: '';
  display: block;
  width: 81px;
  height: 82px;
  background: url("images/top-inst.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 23px;
}
.top-sns_inst {
  margin: 0 0 52px 0;
	text-align: center;
}
.top-map_wrap {
  /*width: 1200px;*/
  margin: 0 auto;
}
.top-map_mainttl {
  font-family: din-2014, sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 103px 0 20px;
  letter-spacing: 2px;
}
.top-map_mainttl::before, .top-map_mainttl::after {
  background: #333;
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.top-map_mainttl::before {
  margin: 0 26px 0 0;
}
.top-map_mainttl::after {
  margin: 0 0 0 26px;
}
.top_map {
  margin: 51px 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.map_ttl {
  margin: 0 0 20px;
  text-align: center;
  font-family: din-2014, sans-serif;
	font-weight: normal;
font-size: 16px;
}
.top-map_contents {
  width: 48%;
}
.top-map_contents iframe {
  width: 100%;
}
.top-others_wrap {
 /* width: 1200px;*/
  margin: 0 auto 118px;
}
.top-others_mainttl {
  font-family: din-2014, sans-serif;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 104px 0 20px;
  letter-spacing: 2px;
}
.top-others_mainttl::before, .top-others_mainttl::after {
  background: #333;
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.top-others_mainttl::before {
  margin: 0 28px 0 0;
}
.top-others_mainttl::after {
  margin: 0 0 0 28px;
}
.top-others-bana_wrap {
  margin: 51px 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-others-bana_01, .top-others-bana_02, .top-others-bana_03 {
  border-width: 1px;
  border-color: #999999;
  border-style: solid;
  background-color: #f9f9f9;
  background-image: linear-gradient(-135deg, #f00 15px, transparent 0);
  width: 30%;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

}
.top-others-bana_01 h3, .top-others-bana_02 h3, .top-others-bana_03 h3 {

	font-size: 16px;
font-weight: normal;
}
.top-others-bana_01:hover, .top-others-bana_02:hover, .top-others-bana_03:hover {
  background-color: #fff;
  transition: 0.3s;
}
.top-others-bana_01::before {
  content: '';
  display: inline-block;
  width: 78px;
  height: 48px;
  background-image: url("images/other-01.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 29px 0 0;
}
.top-others-bana_02::before {
  content: '';
  display: inline-block;
  width: 96px;
  height: 76px;
  background-image: url("images/other-02.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 29px 0 0;
}
.top-others-bana_03::before {
  content: '';
  display: inline-block;
  width: 57px;
  height: 49px;
  background-image: url("images/other-03.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 29px 0 0;
}
footer {
  background-color: #999999;
  padding: 61px 0 0 0;
}
.foot-wrap {
 /* width: 1200px;*/
  margin: 0 auto 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.foot-wrap li {
  font-family: din-2014, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 5px;
  letter-spacing: 1.5px;
}
.foot-wrap li a {
  display: block;
  padding: 10px;
  color: #fff;
}
.foot-wrap li a:hover {
  background: #fff;
  border-radius: 10px;
  color: #999999;
  transition: background-color .5s ease;
}
.foot-contact_wrap {
  margin: 15px 0 0 0;
}
.foot-contact_add {
  margin: 9px 0 0 0;
  font-family: 'Kozuka Gothic Pr6N';
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1.5px;
}
.foot-contact_add h4{
	font-weight: normal;
}
.foot-contact_add div {
  margin: 0 0 25px;
}
.foot-contact_add div:last-child {
  margin: 0;
}
.foot-sns_wrap {
  margin: 29px 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.foot-sns_wrap a {
  margin: 0 28px 0 0;
}
.foot-sns_wrap a:nth-child(4) {
  width: 65px;
  height: 30px;
  border-radius: 2px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot-sns_wrap a:last-child {
  margin: 0;
  background: url("images/foot-mail_ico.png") no-repeat center left 10px;
  width: 206px;
  height: 30px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps-number {
  font-family: 'Kozuka Gothic Pr6N';
  color: #ffffff;
  font-size: 14px;
  padding: 12px 0;
  border-top: 1px #ffffff solid;
  text-align: center;
  letter-spacing: 1.5px;
}
.copylight {
  background-color: #000000;
  font-family: din-2014, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  padding: 11px 0;
  text-align: center;
  letter-spacing: 1px;
}
/*ページナビ*/
.pnavi {
  margin: 40px 0;
  text-align: center;
}
.pagination {
  margin: 40px 0 0;
}
.nav-links {
  display: flex;
  padding: 30px 0;
  justify-content: center;
}
.page-numbers {
  display: inline-block;
  margin-right: 20px;
  padding: 20px 25px;
  color: #333;
  border-radius: 5px;
  /* box-shadow:0 3px 3px #999;*/
  background: #fff;
  border: 1px solid;
}
.current, .page-numbers:hover {
  padding: 20px 25px;
  background: #999999;
  color: #fff;
}
.page-numbers .prev, .page-numbers .next {
  background: transparent;
  box-shadow: none;
  color: #69a4db;
}
.page-numbers .dots {
  background: transparent;
  box-shadow: none;
} /*ページトップ*/
#page_top {
  font-size: 0;
}
#page_top a {
  display: block;
  position: fixed;
  bottom: 60px;
  right: 50px;
  width: 64px;
  height: 64px;
  background-image: url(images/top.png);
  background-size: 100%;
  text-indent: -9999px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*gallery*/
.gallery-article-header {
  margin: 78px auto 0;
 /* width: 1200px;*/
}
.gallery-body .at-above-post-page {
  margin: 0 auto;
  /*width: 1200px;*/
}
.single_mainttl {
  font-family: din-2014, sans-serif;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0 0 30px;
  letter-spacing: 3px;
}
.single_mainttl::before, .single_mainttl::after {
  background: #333;
  content: "";
  flex-grow: 1;
  height: 1px;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.single_mainttl::before {
  margin: 0 41px 0 0;
}
.single_mainttl::after {
  margin: 0 0 0 41px;
}
.single-blue_bk {
  background-color: #ecf3f3;
  padding: 44px 0;
  margin: 49px 0 0 0;
}
.venue_wrap {
  padding: 57px 0 0 0;
}
.venue-txt_jp {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0 0 0;
  letter-spacing: 1.5px;
}
.venue-txt_jp p {
  margin: 0 0 24px 0;
}
.venue-txt_en {
  font-size: 16px;
  font-weight: 300;
  font-family: din-2014, sans-serif;
}
.venue-txt_en p {
  margin: 0 0 24px 0;
  letter-spacing: 1.5px;
  line-height: 30px;
}
.venue_more {
  width: 360px;
  height: 42px;
  border-width: 1px;
  border-style: solid;
  background-color: #bebebe;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: din-2014, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  background:url("images/pickup-more_arrow.png") no-repeat center right 15px,linear-gradient(to right, #fff, #fff 33%, transparent 66%, transparent) 100% 0 / 300% 100%, #999999;
  margin: 75px auto;
  letter-spacing: 2px;
  transition: 0.3s;

  box-sizing: border-box;
	text-decoration: none!important;
}

/*.venue_more::after {
  content: '';
  display: inline-block;
  width: 43px;
  height: 5px;
  background-image: url("images/pickup-more_arrow.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 50px;
}*/
.venue_more:hover {
  background:url("images/pickup-more_arrow02.png") no-repeat center right 15px,linear-gradient(to left, #fff, #fff 33%, transparent 66%, transparent) 100% 0 / 300% 100%, #999999;
  color: #000;
	
}
/*.venue_more:hover::after {
  content: '';
  display: inline-block;
  width: 43px;
  height: 5px;
  background-image: url("images/pickup-more_arrow02.png");
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 50px;
}*/
.galleryspace_wrap {
  padding: 57px 0 0 0;
}
.gallery-ttl{
	/*width: 1200px;*/
	margin: 0 auto 30px;
}
.tab-wrap {
  margin: 64px 0 40px;
}
.tab-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end;
}
.tab {
  flex-grow: 1;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  background: url("images/tab-arrow02.png") no-repeat right 40px center, #fff;
  text-align: center;
  padding: 9px 0;
  margin: 0 3px 0px 0;
  letter-spacing: 1.5px;
	cursor: pointer;
}
.tab:last-child {
  margin: 0;
}
.panel-group {
  min-height: 100px;
  padding: 43px 0;
}
.panel {
  display: none;
}
.tab.is-active {
  background: url("images/tab-arrow01.png") no-repeat right 40px center, #bebebe;
}
.panel.is-show {
  display: block;
}
.tab-contents-01_01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 65px;
}
.tab-contents-01-01_txt div:first-child {
  margin: 20px 0 0 0;
}
.tab-contents-01-01_txt div:nth-child(2) {
  margin: 25px 0 0 0;
  font-size: 22px;
  letter-spacing: 3.5px;
}
.tab-contents-01-01_txt div:nth-child(3) {
  margin: 8px 0 0 0;
  font-size: 22px;
  letter-spacing: 2.5px;
}
.tab-contents-01-01_txt div:nth-child(4) {
  margin: 12px 0 0 0;
  line-height: 60px;
  font-size: 19px;
  letter-spacing: 0;
}
.tab-contents-01_02 {
  line-height: 59px;
  padding: 48px 56px 0;
  letter-spacing: 3px;
  font-size: 19px;
}
.tab-contents-02_01 {
  position: relative;
  height: 992px;
  padding: 0 54px;
}
.tab-contents-02-01_logo {
  position: absolute;
  top: 20px;
}
.tab-contents-02-01_logo div:nth-child(2) {
  margin: 25px 0 0 0;
  font-size: 22px;
  letter-spacing: 3.5px;
}
.tab-contents-02-01_logo div:nth-child(3) {
  margin: 8px 0 0 0;
  font-size: 22px;
  letter-spacing: 2.5px;
  color: #303392;
}
.tab-contents-02-01_logo div:nth-child(4) {
  margin: 17px 0 0 0;
  line-height: 37px;
  font-size: 19px;
  letter-spacing: 0;
}
.tab-contents-02-01_img {
  position: absolute;
  top: 106px;
  right: 22px;
}
.tab-contents-02_02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tab-contents-02-02_card {
  width: 50%;
}
.tab-contents-02-02_card:first-child {
  border-right: 1px solid #000;
}
.tab-contents-02-02_ttl01 {
  text-align: center;
  color: #e31111;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2px;
}
.tab-contents-02-02_ttl02 {
  text-align: center;
  color: #303392;
  font-size: 22px;
  line-height: 36px;
}
.tab-contents-02-02_img {
  text-align: center;
  margin: 29px 0 0 0;
}
.tab-contents-02-02_txt {
  margin: 44px 0 0 0;
  line-height: 45px;
  padding: 0 69px;
  font-size: 19px;
  letter-spacing: 1px;
}
.tab-contents-02-02_txt span {
  letter-spacing: 0;
}
.tab-contents-02_03 {
  line-height: 59px;
  padding: 48px 56px 0;
  letter-spacing: 3px;
  font-size: 19px;
}
.agreement_ttl {
  color: #000000;
  font-size: 18px;
  position: relative;
  margin: 52px auto 58px;
  border-bottom: 3px solid #000;
  letter-spacing: 2.5px;
}
.agreement_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 384px;
  height: inherit;
  border-bottom: 3px solid #df0940;
}
.agreement_ttl02 {
  color: #000000;
  font-size: 18px;
  position: relative;
  margin: 80px auto 65px;
  border-bottom: 3px solid #000;
}
.agreement_ttl02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 384px;
  height: inherit;
  border-bottom: 3px solid #df0940;
}
.ac_header {
  background-color: #fff;
  background: url("images/tab-arrow02.png")no-repeat right 60px center, #fff;
}
.p-faq__q-txt, .p-faq__a-txt {
  margin: 0 !important;
}
.accordion_area .open {
  background: url("images/tab-arrow01.png")no-repeat right 60px center, #bebebe;
}
.accordion_area .accordion_one .ac_header {
  border: 1px solid #000;
  padding: 9px 0;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  letter-spacing: 1.5px;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 22px 36px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  background-color: #f2f1f1;
  line-height: 35px;
  letter-spacing: 1.5px;
}
.agreement-sub_txt {
  border-top: 1px solid #000;
  padding: 25px 0 0;
  font-size: 16px;
  line-height: 36px;
  margin: 66px 0;
  letter-spacing: 1.2px;
}
.agreement-sub_txt p {
  margin: 16px;
}
.agreement-sub-txt_jp {}
.agreement-sub-txt_en {}
@media screen and (max-width:480px) {
	.top-exhibition_mainttl {

	width: 100%;
	
}
	.slick-slider {

    max-height: 160px!important;
}
	.slick-list
{
    max-height: 160px!important;
}
  .tab {
   padding: 10px 43px 7px;
  }
	.tab-contents-02-01_logo div:nth-child(2) {

    font-size: 5vw;

}
	.tab-contents-01-01_txt div:nth-child(2) {
    font-size: 5vw;
}
  .tab.is-active {
    padding-bottom: 15px;
  }
}
.article-body {
  /*padding: 0 16px 16px 16px;*/
}
.article-body:after {
  display: block;
  clear: both;
  content: "";
}
.article-body a {
  text-decoration: underline;
}
.article-body a:hover {
  text-decoration: none;
}
/*.article-body h2 {
  margin: 56px 0 40px 0;
  padding: 8px 0 8px 16px;
  border-left: solid 4px #9b8d77;
  background-color: #f0f0f0;
  line-height: 1.5;
  font-size: 20px;
}*/
.article-body h3 {
  margin: 48px 0 32px 0;
  padding: 6px 0;
  border-bottom: solid 2px #9b8d77;
  line-height: 1.5;
}
.article-body h4 {
  margin: 48px 0 16px 0;
  line-height: 1.5;
}
.article-body h5 {
  margin: 40px 0 8px 0;
  line-height: 1.5;
}
.article-body h6 {
  margin: 32px 0 8px 0;
  line-height: 1.5;
}
.article-body ol {
  margin: 0px 0px 40px 24px;
  counter-reset: item;
  list-style-type: none;
  color: #333;
}
.article-body ol li {
  margin: 8px 0;
}
.article-body ol li:before {
  counter-increment: item;
  content: counters(item, "-")". ";
}
.article-body ol li ol {
  margin: 0px 0px 16px 24px;
}
.article-body ul {
  margin: 0px 0px 40px 24px;
  list-style: disc;
  color: #333;
}
.article-body ul li {
  margin: 8px 0;
}
.article-body ul li ul {
  margin: 0px 0px 16px 24px;
  list-style: circle;
}
.article-body ul li ul li ul li {
  position: relative;
  list-style: none;
}
.article-body ul li ul li ul li:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -13px;
}
.article-body p {
  margin-bottom: 40px;
  line-height: 2.0;
}
.article-body table {
  margin-bottom: 40px;
}
.article-body th {
  background-color: #f4f6fa;
  font-weight: bold;
}
.article-body img {
  max-width: 100%;
  height: auto;
}
.article-body .alignleft, .article-body img.alignleft {
  max-width: 50%;
  margin: 0 16px 16px 0;
}
.article-body .alignright, .article-body img.alignright {
  max-width: 50%;
  margin: 0 0 16px 16px;
}
.article-body .aligncenter, .article-body img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.article-body .btn {
  margin-bottom: 40px;
}
.article-body .btn a {
  text-decoration: none;
}
.box-default {
  margin: 0 0 40px 0;
  padding: 24px;
  border: solid 2px #e2e5e8;
}
.box-info {
  margin: 0 0 40px 0;
  padding: 24px;
  background: #f4f6fa;
  border: solid 2px #e2e5e8;
}
.box-default h2, .box-default h3, .box-default h4, .box-default h5, .box-default h6, .box-info h2, .box-info h3, .box-info h4, .box-info h5, .box-info h6 {
  margin: 0 0 16px 0;
}
.box-default p:last-child, .box-info p:last-child {
  margin-bottom: 0;
}
.box-default li:last-child, .box-info li:last-child {
  margin-bottom: 0;
}
.box-default ul, .box-info ul, .box-default ol, .box-info ol {
  margin-bottom: 0;
}
.text-center {
  text-align: center;
}
.alignright {
  display: inline;
  float: right;
  margin: 0 0 16px 32px;
}
/* SNS Share Button */
.share-btn {
  text-align: center;
}
.share-btn .sns-name {
  display: none;
}
.share-btn .fa {
  color: #fff;
}
.share-btn ul {
  margin: 16px 0;
}
.share-btn li {
  display: inline-block;
  margin: 6px 0;
  width: 18%;
  list-style: none;
}
.share-btn li a {
  display: block;
  padding: 8px 6px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
.share-btn a:hover {
  color: #fff;
  opacity: 0.8;
}
.share-btn .count {
  font-size: 10px;
  font-size: 1.0rem;
}
.twitter a {
  background-color: #00acee;
}
.facebook a {
  background-color: #305097;
}
.googleplus a {
  background-color: #db4a39;
}
.hatebu a {
  background-color: #5d8ac1;
}
.hatebu-icon:before {
  content: 'B!';
  font-weight: bold;
}
.pocket a {
  background-color: #f03e51;
}
/* SNS Share Button Mobile */
.share-mobile {
  display: table;
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 100%;
  text-align: center;
  z-index: 999;
}
.share-mobile a {
  display: block;
  padding: 4px;
  line-height: 2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.share-mobile .fa {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.share-mobile ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.share-mobile li {
  display: table-cell;
}
/* Article Footer */
.article-footer {
  padding: 48px 16px;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0 32px 16px 0;
}
.addthis_tool {
  margin: 40px auto;
  /*width: 1200px;*/
}
/*access*/
.vr {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.access-subvisual_img {

	text-align: center;
width: 806px;
margin: 0 auto;
height: auto;
}
.access-subvisual-txt_jp {
  margin: 49px 0 0 0;
  font-size: 18px;
  line-height: 32px;
}
.access_subvisual-txt_en {
  margin: 51px 0 0 0;
  font-family: din-2014, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}
.access-map_wrap {
  margin: 77px 0 0 0;
}
.access-map_img {
  text-align: center;
  margin: 62px 0 0 0;
}
.map_txt {
  margin: 34px 0 0 0;
  font-size: 16px;
  line-height: 32px;
}
.root_wrap {
  margin: 82px 0 0 0;
}
.root_txt {
  margin: 33px 0 0 0;
  font-size: 16px;
  line-height: 40px;
}
.root-card_wrap {
  margin: 31px 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.root-card {
  margin: 0 2px 0 0;
  width: 33.3%;
}
.root-card:last-child {
  margin: 0;
}
.root-card_ttl01, .root-card_ttl02, .root-card_ttl03 {
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  color: #221815;
  font-size: 16px;
  line-height: 40px;
  background: url("images/tab-arrow01.png")no-repeat center right 10px, #c6bbbb;
  text-align: center;
}
.root-card_img {
  margin: 59px 0 0 0;
  text-align: center;
  padding: 0 15px;
}
.root-card_img img {
  width: 100%;
}
.root-card_txt {
  margin: 26px 0 0 0;
  padding: 0 15px;
  font-size: 16px;
  line-height: 30px;
  height: 110px;
}
.root-card_txt_170 {
  margin: 26px 0 0 0;
  padding: 0 15px;
  font-size: 16px;
  line-height: 30px;
  height: 180px;
}
.root-card_arrow {
  text-align: center;
}
.rootmenu {
  display: block;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  color: #221815;
  font-size: 16px;
  line-height: 40px;
  background: url("images/tab-arrow01.png")no-repeat center right 10px, #c6bbbb;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.content {
  overflow: hidden;
  transition-duration: 0.4s;
}
.content.is-open {
  line-height: normal;
  height: auto;
}
/*会社概要*/
.repre_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 41px 0 0 0;
}
.repre-img_wrap {
  margin: 0 45px 0 0;
}
.repre_img {
  margin: 10px 0 0 0;
  width: 575px;
  height: auto;
}
.repre_name {
  margin: 9px 0 0 0;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.5px;
}
.repre-txt_jp p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 32px;
  letter-spacing: 1.5px;
}
.repre-txt_jp p:last-child {
  margin: 0;
}
.repre-txt_en {
  margin: 115px 0 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  font-family: din-2014, sans-serif;
  letter-spacing: 1.5px;
}
.history_wrap {
  margin: 64px 0 0 0;
}
.comp_wrap {
  margin: 83px 0 0 0;
}
.comp_table {
  margin: 69px 0 0 0;
}
.comp_table table {
  width: 100%;
}
.comp_table td:nth-child(odd) {
  border-top: solid 2px #df0940;
  white-space: nowrap;
  padding: 3px 4px 45px 1px;
  font-size: 16px;
  line-height: 36px;
  vertical-align: top;
  letter-spacing: 1.5px;
}
.comp_table td:nth-child(even) {
  border-top: solid 2px #000;
  padding: 3px 5px 45px 10px;
  font-size: 16px;
  line-height: 36px;
  vertical-align: top;
  letter-spacing: 1.5px;
}
.comp-sub_txt {
  margin: 28px 0 0 0;
  padding: 39px 0 0 0;
  border-top: 2px #000000 solid;
  letter-spacing: 1.5px;
}
.comp-sub-txt_jp:first-child {
  margin: 0;
}
.comp-sub-txt_jp {
  margin: 24px 0 0 0;
  font-size: 16px;
  line-height: 36px;
}
.comp-sub-txt_en {
  margin: 27px 0 0 0;
  font-family: din-2014, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
}
.concept_wrap {
  margin: 40px 0 0 0;
}
.concept_txt {
  margin: 31px 0;
}
.concept_txt ul {
  padding: 10px 0 0 23px;
}
.concept_txt li {
  list-style: none;
  text-indent: -0.7em;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.5px;
}
.concept_txt li::before {
  content: '●';
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.actual_wrap {
  margin: 96px 0 0 0;
}
.actual_contents {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 34px 0 0 0;
}
.actual_card {
  width: 50%;
  margin: 0 45px 0 0;
}
.actual_card:last-child {
  margin: 0;
}
.actual_ttl {
  font-size: 16px;
  line-height: 36px;
  background-color: #e6e6e6;
  padding: 3px 55px;
  text-align: center;
  letter-spacing: 1.5px;
}
.actual_txt {
  margin: 18px 0 0 0;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1.5px;
}
/*　　お問い合わせ
-------------------------------------------------------*/
.mw_wp_form .horizontal-item {
	margin-left: 10px;
}
.mwform-checkbox-field{
	display: block;
}
.contactForm tr div:first-child{
	margin: 0 0 10px;
}
.contact-txt_en{
	
}
.contact-visual {
  background: url("images/contact-visual-img.png") no-repeat top center;
  background-size: auto;
  background-size: cover;
  height: 300px;
  margin: 90px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: a-otf-ryumin-pr6n, serif;
  color: rgba(255, 255, 255, 0.97);
  font-size: 30px;
  font-weight: 700;
  text-shadow: 1px 1px 8px #000;
  letter-spacing: 5px;
}
.single-contact_main {
 /* width: 1200px;*/
  margin: 72px auto 0;
}
.contact_txt01 {
 /* width: 1200px;*/
  margin: 55px auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
}
.company-pro_txt {
  margin: 0 0 74px;
  text-align: center;
}
.access-map {
  height: 450px;
}
.privacy-box {
  padding: 40px;
  text-align: center;
}
.icon-required {
  display: inline-block;
  font-size: 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 10px;
  padding: 2px 8px 2px;
  background-color: #cf1126;
  color: #fff;
  vertical-align: middle;
  border-radius: 3px;
}
.form-initialize {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contactForm {}
.contactForm th, .contactForm td {
  font-size: 16px;
  font-size: 1rem;
}
.contactForm select {
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 0;
}
.contactForm input {
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 0;
	box-sizing: border-box;
}
.contactForm input[type="radio"] {
  vertical-align: baseline;
}
.contactForm .select-menu {
  height: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
}
.contactForm textarea {
  padding: 3px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 0;
}
.contactForm input[type="file"] {
  padding: 0;
  border: 0;
}
.contactForm .btn-box {
  padding-top: 30px;
  text-align: center;
}
.contactForm .btn-send {
  width: 423px;
  border-radius: 5px;
  color: #ffffff;
  background: #999999;
  transition-duration: 0.2s;
  text-align: center;
  padding: 22px 0;
  margin: 50px auto 0;
  cursor: pointer;
}
.contactForm .btn-send:hover {
  transform: scale(1.05);
}
.contactForm .btn-modify {
 width: 423px;
border-radius: 5px;
color: #ffffff;
background: #999999;
transition-duration: 0.2s;
text-align: center;
padding: 22px 0;
margin: 50px auto 0;
cursor: pointer;
}
.contactForm .btn-modify:hover {
  background-color: #898989;
  transform: scale(1.05);
}
.contactForm .select-menu {
  height: 40px;
  font-size: 1vw;
  line-height: 1.6;
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
}
.table-design2, .table-design2-sp-block {
  width: 100%;
  border-bottom: 1px solid #cbd8e6;
}
.table-design2 &gt; tbody &gt; tr &gt; th, .table-design2-sp-block &gt; tbody &gt; tr &gt; th {
  padding: 20px 0 20px 20px;
  font-weight: 700;
  border-top: 1px solid #cbd8e6;
  vertical-align: top;
  text-align: left;
}
.table-design2 &gt; tbody &gt; tr &gt; td, .table-design2-sp-block &gt; tbody &gt; tr &gt; td {
  padding: 20px 0 20px 40px;
  border-top: 1px solid #cbd8e6;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
	.top_greeting{
	width: 100%;
	padding: 0 20px;
		box-sizing: border-box;
}
  .hed-menu_wrap {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
  }
  header {
    position: static;
    text-align: center;
  }
  .zoomslider {
    height: 155px;
  }
  .hed_logo {
    width: 100%;
  }
  .hed-menu_wrap ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hed-menu_wrap ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 80%;
    border-bottom: 1px dotted #333;
    display: block;
    margin: 0 auto;
    text-align: left;
  }
  .hed-menu_wrap ul li:last-child {}
  .hed-menu_wrap ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
  }
  .hed-menu_wrap.active {
    transform: translateY(0%);
    display: flex;
    flex-direction: column;
  }
  .hed_sns {
    justify-content: center;
    margin: 40px 0 0;
    order: 2;
  }
  .hed-menu_wrap nav {
    order: 1;
  }
  .navToggle {
    display: block;
    position: fixed;
    right: 13px;
    top: 15px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 5;
    background: #666;
    text-align: center;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 28px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hed_wrap {
    width: 100%;
  }
	.top-mainvisual {
    max-height: 160px;

}
  .top-mainvisual_logo {
    width: 100%;
  }
  .top-mainvisual_logo img {
    height: auto;
    margin: auto 4% 10px auto;
    width: 38%;
  }
  .top-subvisual_wrap {
    width: 100%;
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .top-subvisual_wrap div {
    margin: 0 0 20px;
  }
  .top-subvisual_wrap div:last-child {
    margin: 0;
  }
  .top-subvisual_wrap img {
    width: 100%;
  }
  .top-pickup_wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 40px auto 0;
  }
  .top-pickup_img img {
    width: 100%;
  }
  .top-pickup-card_wrap {
    display: block;
    box-sizing: border-box;
  }
  .top-pickup_card {
    width: 100%;
    margin: 0 0 40px;
  }
  .top-pickup_card:last-child {
    margin: 0;
  }
  .top-pickup_more {
    width: 100%;
  }
  .top-360view_wrap {
    width: 100%;
  }
  .top-sns_wrap {
    width: 100%;
  }
  .top-sns-contents {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .top-sns_face, .top-sns_twitter {
    width: 100%;
    margin: 0 0 20px;
  }
  .fb_iframe_widget, .twitter-page {
    display: block !important;
    margin: 0 0 20px;
  }
  .top-sns_face img, .top-sns_twitter img {
    width: 100%;
  }
  .top-sns-inst-blog_wrap {
    width: 100%;
    margin: 0;
  }
  .top-sns_inst {
    margin: 0 0 20px;
  }
  .top-map_mainttl, .top-others_mainttl {
    margin: 50px 0 20px;
  }
  .top-map_wrap {
    width: 100%;
  }
  .top_map {
    margin: 31px 0 0 0;
  }
  .top-map_contents {
    width: 100%;
  }
  .map_ttl {
    margin: 20px 0 24px;
  }
  .top_map iframe {
    width: 100%;
  }
  .top_map img {
    width: 100%;
  }
  .top-others_wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto 63px;
  }
  .top-others-bana_wrap {
    display: block;
  }
  .top-others-bana_01, .top-others-bana_02 {
    width: 100%;
    margin: 0 0 20px;
  }
  .top-others-bana_03 {
    width: 100%;
    margin: 0;
  }
  .foot-wrap {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
  }
  footer {
    padding: 30px 0 0 0;
  }
  .foot-sns_wrap a {
    margin: 0 13px 0 0;
  }
  .foot-wrap li {
    border-bottom: dotted 2px;
    padding: 17px 0 22px;
  }
  .foot-contact_wrap {
    margin: 40px 0 0 0;
  }
  .foot_logo img {
    width: 80%;
  }
  .foot-contact_bana {
    padding: 0 0 0 25px;
  }
  .foot-sns_wrap a:last-child {
    background: url("images/foot-mail_ico.png") no-repeat center left 20px;
    background-color: #ffffff;
  }
  /*single*/
	
  .single_contents {
    width: 100%;
    line-height: 1.6;
  }
  .single_contents iframe {
    width: 100%
  }
  .single_wrap {
    padding: 0;
  }
  .breadcrumbs {
    margin: 10px 0 20px 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .article-body {
    padding: 0 20px 16px;
	      overflow: hidden;
  }
  .article-header {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .article-body .alignleft, .article-body img.alignleft {
    max-width: 100%;
    height: auto;
  }
  .article-body .alignright, .article-body img.alignright {
    max-width: 100%;
    height: auto;
  }
  .addthis_tool {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .subvisual_wrap {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tab-contents-01_01 {
    flex-wrap: wrap;
  }
  .tab-contents-01-01_img img {
    width: 100%;
  }
  .top-meta-slider {
    margin: 0;
    width: 100%;
  }
  .top-meta-slider02 {
    margin: 0;
    width: 100%;
  }
  .agreement_ttl::before, .agreement_ttl02::before {
    width: 28vw;
  }
  .tab {
    margin: 0 0 8px 0;
  }
  .meta-ttl {
    margin: 20px 0;
  }
  .single_mainttl {
    margin: 0 0 0px;
    font-size: 6vw;
  }
  .single_mainttl::before {
    margin: 0 11px 0 0;
  }
  .single_mainttl::after {
    margin: 0 0 0 11px;
  }
  .galleryspace_wrap {
    padding: 24px 0 0 0;
  }
  .tab-contents-01_01 {
    padding: 0;
	  line-height: 43px;
  }
  .tab-contents-01_02 {
    padding: 48px 0 0;
    font-size: 5vw;
	  line-height: 43px;
  }
  .panel-group {
    padding: 43px 0 0;
  }
  .agreement_ttl02 {
    margin: 45px 20px 65px;
  }
  .venue_wrap {
    padding: 50px 20px 0;
    box-sizing: border-box;
  }
  .single-blue_bk {}
  .venue-txt_jp {
    padding: 50px 0 0 0;
  }
  .venue_more {
    width: 100%;
  }
  .tab-wrap {
    margin: 64px 0 40px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tab-contents-01-01_txt div:nth-child(3) {
    font-size: 5vw;
  }
  .tab-contents-01-01_txt div:nth-child(4) {
    font-size: 5vw;
  }
  .tab-contents-02_01 {
    position: static;
    height: auto;
    padding: 0;
  }
  .tab-contents-02_02 {
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .tab-contents-02-02_card {
    width: 100%;
  }
  .tab-contents-02-02_card:first-child {
    border-right: none;
  }
  .tab-contents-02-02_txt {
    padding: 0;
    font-size: 5vw;
  }
  .tab-contents-02_03 {
    padding: 0;
  }
  .tab-contents-02-01_img {
    position: static;
  }
  .tab-contents-02-01_img img {
    width: 100%;
  }
  .tab-contents-02-01_logo {
    position: static;
  }
  .tab-contents-02-01_logo div:nth-child(3) {
    font-size: 5vw;
  }
  .tab-contents-02-01_logo div:nth-child(4) {
    font-size: 5vw;
  }
  .tab-contents-02-02_ttl02 {
    margin: 16px 0 0 0;
  }
  .agreement_ttl {
    margin: 52px 20px 58px;
  }
	.agreement-sub_txt {
   
    margin: 40px 0;

}
  .accordion_area {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .agreement-sub_txt p {
    margin: 16px 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .single-360_txt {
    padding: 0 20px;
  }
  .gallery-article-header {
    width: 100%;
    margin: 0 auto;
  }
  .page-numbers {
    display: flex;
    margin-right: 1vw;
    padding: 1vw 1vw;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .nav-links {
    padding: 0 20px;
  }
  .nav-content ul li.menu-item {
    position: static;
    z-index: 1;
  }
  .nav-content ul li ul.sub-menu {
    display: block;
    position: static;
    top: 20px;
    left: 0;
    border-top: 1px solid #EEE;
    width: 100%;
    background: rgba(255, 255, 255, 1.00);
  }
  .sub-menu li {
    width: 100% !important;
  }
  .sub-menu a {
    text-align: left;
  }
  .gallery-body .at-above-post-page {
    width: 100%;
  }
	.gallery-ttl{
	width: 100%;
		margin: 0;
}
  /*access*/
  .access-subvisual_wrap, .access-map_wrap {
    margin: 40px 0 0 0;
  }
	.access-subvisual_img {

    width: 100%;

    height: auto;
}
  .access-subvisual_img img {
    width: 100%;
  }
  .access-map_img img {
    width: 100%;
  }
  .access-subvisual-txt_jp, .access_subvisual-txt_en {
    padding: 0 20px;
  }
  .root_wrap {
    margin: 20px 0 0 0;
  }
  .root_txt {
    padding: 0 20px;
  }
  .root-card_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .root-card {
    width: 100%;
    margin: 0 20px;
	  margin: 0 20px 40px;
  }
  .root-card:last-child {
    margin: 0 20px;
  }
  .root-card_ttl01 {
    margin: 0 20px;
  }
  .root-card_ttl02, .root-card_ttl03 {
    margin: 30px 20px 0;
  }
	.root-card_txt,.root-card_txt_170 {


padding: 0 15px 32px;

height: auto;
}
  .map_txt {
    margin: 34px 0 23px 0;
    padding: 0 20px;
  }
  .addthis_tool {
    width: 100%;
  }
  .content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.4s;
  }
  .content.is-open {
    padding: 10px;
    line-height: normal;
    height: auto;
    opacity: 1;
  }
  /*会社概要*/
  .repre-main_wrap {
    padding: 0 20px;
  }
  .repre_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .repre-img_wrap {
    margin: 0;
  }
	.repre_name {
    margin: 9px 0 36px 0;

}
  .repre_img {
    width: 100%;
  }
  .repre_img img {
    width: 100%;
  }
  .repre-txt_en {
    margin: 40px 0 0 0;
  }
  .comp_wrap {
    margin: 40px 0 0 0;
  }
  .comp_table {
    padding: 0 20px;
    margin: 40px 0 0 0;
  }
  .comp_table td {
    display: block;
  }
  .comp-sub_txt {
    margin: 0;
  }
  .comp_table td:nth-child(2n) {
    padding: 3px 5px 45px 1px;
  }
  .history_wrap {
    margin: 40px 0 0 0;
  }
  .concept_txt {
    margin: 40px 0;
    padding: 0 20px;
  }
	.actual_wrap {
    margin: 40px 0 0 0;
}
  .actual_contents {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0 0;
    padding: 0 20px;
  }
  .actual_card {
    width: 100%;
    margin: 0;
  }
  .concept_txt {
    margin: 40px 0;
    padding: 0 20px;
  }
  .contact-visual {
    height: 27vw;
    margin: 23px 0 0;
  }
  /*お問い合わせ*/
	.mwform-checkbox-field label, .mwform-radio-field label {

    display: block;
}
	.contactForm textarea {

    width: 100%;
}
	.contactForm input,.contactForm select {
   
    
}
  .contactForm .btn-box {
    padding-top: 20px;
    text-align: center;
  }
  .single-contact_main {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .contact_txt01 {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .contactForm .select-menu {
    font-size: 4vw;
  }
  .contact_table td {
    text-align: left;
  }
  .privacy-box {
    padding: 20px;
  }
  .contactForm .btn-send, .contactForm .btn-modify {
    width: 80%;
    color: #ffffff;
    background-image: -webkit-linear-gradient(2deg, #0983ea 0%, #71fdf5 100%);
    background-image: -moz-linear-gradient(2deg, #0983ea 0%, #71fdf5 100%);
    background-image: -o-linear-gradient(2deg, #0983ea 0%, #71fdf5 100%);
    background-image: url("images/gallery-btn_ico.png"), linear-gradient(88deg, #0983ea 0%, #71fdf5 100%);
    background-position: right 10% center, center;
    background-repeat: no-repeat;
    margin: 0 auto 20px;
    padding: 10px 0px;
    text-align: center;
    transition-duration: 0.2s;
    border-radius: 6px;
    font-size: 5.5vw;
  }
  .table-design2-sp-block &gt; tbody &gt; tr &gt; th {
    display: block;
    width: 100% !important;
    padding: 15px 10px 15px 10px;
    text-align: left;
    border-top: 1px solid #cbd8e6;
    box-sizing: border-box;
  }
  .table-design2-sp-block &gt; tbody &gt; tr &gt; td {
    display: block;
width: 100% !important;
padding: 15px 0px 15px 0;
border-top: 0;
box-sizing: border-box;
  }

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
    background-size: cover!important;


    


}
	.sld{
		height: 160px;
	}
}
/*--page custom css--*/
.floatL {
  float: left;  
}

.floatR {
  float: right;
  width: 70%;
}

.floatC {
  clear: both;
  line-height: 200%;
}
.itemList{
  margin-bottom:20px;
  overflow:hidden;
}
.itemList p{
  margin-bottom:0;
  font-size:12px;
  line-height:30px
}
.itemList .webOnly{
  background-color: #F0EFF0;
  color:#A38741;
  font-weight:bold;
  margin:10px 0;
  text-align:center;
  padding:5px 0;
  font-size:90%;
}
.itemList .other {
  padding-top:53px;
}
.itemList .item{
  float:left;
  margin:10px 15px;
  width:30%;
}

.itemList .item .itemImg{
  height:220px;
}

.itemList .itemDtl{
  margin:10px 0;
  border-top:solid 1px #F0EFF0;
  border-bottom:solid 1px #F0EFF0;
}
.itemList .item-ttl{
  color:#A38741;
  font-weight:bold;
  margin-top:2px;
  text-align:center;
  border-top:solid 3px #F0EFF0;
  border-bottom:dotted 2px #F0EFF0;
}
.itemList span.item-Cap{
  float:left;
  font-weight:bold;
}
.itemList .item-ttlE{
  text-align:center;
  color:#A38741;
}
.itemList .item-workYear{
  border-top:solid 1px #F0EFF0;
}
.itemList .item-Mtrl{
  border-top:solid 1px #F0EFF0;
  font-size:70%;
}
.itemList .item-size{
  border-top:solid 1px #F0EFF0;
}

.itemList .item-price{
  padding:5px 10px 5px 10px;
  margin-bottom:2px;
  background-color: #F0EFF0;
  text-align:right;
  font-weight:bold;
}
.itemList .soldOut{
  color: red; font-weight: bold;
}
.txtGold{
  color: #a38741;
}
.fontS{
  font-size:14px;
}
@media screen and (max-width: 480px) {
  .floatL {
    width: 100%;
  }
  .floatL img {
    width: 100%;
  }
  .floatR {
    float: none;
    width: initial;
  }
.itemList .item{
  float:none;
  margin:10px 15px;
  width:auto;
}
}
</pre></body></html>