@charset "utf-8";
/*----------------------------------------
	下層共通
-----------------------------------------*/
body .contents {
  padding: 5em 0;
}
body .contents:last-of-type {
  padding-bottom: 0;
}
body .contents h2 {
  font-size: 23px;
}
body .contents p, body .contents li {
  font-size: 18px;
  line-height: 1.7;
}
/*--- div.title ---*/
#contents div.title {
  padding-top: 1.6em;
}
#contents div.title h1 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 0.3em;
  position: relative;
  padding-top: 0.6em;
}
#contents div.title h1 .sub {
  font-size: 60%;
}
#contents div.title h1 .nav {
  position: absolute;
  top: 2.5em;
  right: 1em;
  font-size: 18px;
  padding: 0.2em 0;
  font-weight: 300;
}
#contents div.title h1 .nav a {
  display: inline-block;
  margin: 0 0.5em;
}
#contents div.title h1 .nav a.active {
  border-bottom: 1px solid;
}
#contents div.title h1 .vol {
  display: block;
  font-weight: 200;
  margin-top: 2em;
}
#contents div.title h1 .jpn {
  font-size: 16px;
  display: block;
  margin-top: 0.8em;
  font-weight: 200;
}
#contents div.title figure.visual {
  margin-top: 2.3em;
}
#contents div.title .leader {
  padding: 3em 0 1.5em;
  font-size: 18px;
}
/*990未満 (「vol」のナビがタイトルと重なってしまうので)*/
@media screen and (max-width: 990px) {
  #contents div.title h1 .nav {
    top: auto;
    bottom: 0;
    right: 0;
  }
}
/*1100未満*/
@media screen and (max-width: 1100px) {
  #contents div.title .inner {
    padding-right: 3%;
    padding-left: 3%;
  }
  #contents div.title .leader {
    padding: 1.5em 3% 0.8em;
  }
}
/*小サイズ*/
@media screen and (max-width: 680px) {
  body .contents {
    padding: 2em 0;
  }
  #contents div.title h1 {
    font-size: 39px;
  }
  #contents div.title h1 .nav {
    font-size: 14px;
  }
}
/*----------------------------------------
	/about/ body#about
-----------------------------------------*/
/*--- .contents#history ---*/
body#about .contents#history {
  background: #fff;
}
body#about .contents#history .inner {
  display: flex;
  flex-wrap: wrap;
}
body#about .contents#history h2 {
  width: 100%;
}
body#about .contents#history .inner figure {
  width: 25%;
}
body#about .contents#history .inner .text {
  padding: 0 3em;
  flex: 1;
}
/*--- .contents#building ---*/
body#about .contents#building figure {
  display: flex;
  justify-content: space-between;
  padding-top: 1em;
}
body#about .contents#building figure img {
  width: 49.5%;
}
/*小サイズ(特殊)*/
@media screen and (max-width: 880px) {
  body#about .contents#history .inner {
    gap: 1em;
    justify-content: space-between;
  }
  body#about .contents#history .inner .text {
    width: 100%;
    order: 2;
    padding: 1em 0 0;
  }
  body#about .contents#history .inner figure {
    width: 47%;
  }
}
/*----------------------------------------
	/exhibit/pickup.html
-----------------------------------------*/
/*--- slide ---*/
#exhibit .slide {
  background: url("../img/exhibit/pickup/pickup_bg_01.jpg") no-repeat center center / cover;
  height: 500px;
  position: relative;
}
#exhibit .slide::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 52%;
  background: rgba(0, 0, 0, 0.7);
  top: 26%;
}
#exhibit.en .slide::after {
  height: 100%;
  top: 0;
}
#exhibit .slide .swiper-slide {
  display: flex;
  align-items: center;
}
#exhibit .slide .swiper-slide, #exhibit .slide .inner {
  height: 100%;
}
#exhibit .slide .swiper-slide img {
  width: 580px;
  z-index: 5;
  position: relative;
}
#exhibit .slide .swiper-slide .text {
  color: #fff;
  flex: 1;
  padding-right: 2em;
  z-index: 5;
  position: relative;
  font-size: 15px;
}
#exhibit .slide .swiper-slide .text h3 {
  font-size: 24px;
}
#exhibit .slide .swiper-slide .text h3 .ex {
  font-size: 15px;
  display: block;
}
#exhibit .slide .swiper-slide .text h3 .ex.no_wrap {
  display: inline;
}
/*小サイズ*/
@media screen and (max-width: 1100px) {
  #exhibit .slide .swiper-slide {
    padding: 5% !important;
  }
  #exhibit .slide .swiper-slide .visual {
    width: 50%;
  }
}
/*小サイズ*/
@media screen and (max-width: 680px) {
  #contents div.title h1 .vol {
    margin-top: 0.8em;
  }
  .slide-wrapper {
    padding-bottom: 0 !important;
  }
  #exhibit .slide {
    background: #1b1a18 url(../img/exhibit/pickup/pickup_bg_01.jpg) no-repeat top -30px center / cover;
    height: auto;
    padding-top: 30px;
  }
  #exhibit .slide::after {
    content: none;
  }
  #exhibit .slide .swiper-slide {
    flex-direction: column-reverse;
    padding-bottom: 1em !important;
  }
  #exhibit .slide .swiper-slide .visual {
    width: 94%;
  }
  #exhibit .slide .swiper-slide .text {
    padding-right: 0;
    width: 94%;
    text-shadow: #000 0 0 10px, #000 0 0 10px, #000 0 0 10px, #000 0 0 10px;
  }
  .swiper-pagination {
    display: none;
  }
}
/*--- list ---*/
.contents#exhibit_list {
  background: #FFFFFF;
  padding-bottom: 70px;
}
.contents#exhibit_list .single {
  display: flex;
  margin-top: 52px;
}
.contents#exhibit_list .single figure {
  width: 270px;
  padding-right: 50px;
  box-sizing: content-box;
}
.contents#exhibit_list .single .text {
  padding-top: 0.6em;
  flex: 1;
}
.en .contents#exhibit_list .single .text {
  padding-top: 0;
}
.contents#exhibit_list .single .text p {
  font-size: 14px;
}
.en .contents#exhibit_list .single .text p {
  font-size: 16px;
}
/*小サイズ*/
@media screen and (max-width: 680px) {
  .contents#exhibit_list .single {
    display: block;
    margin-top: 0;
    margin-bottom: 52px;
  }
  .contents#exhibit_list .single figure {
    width: auto;
    padding-right: 0;
    text-align: center;
  }
  .contents#exhibit_list .single .text h2 {
    font-size: 18px;
    margin-bottom: .5em !important;
    line-height: 1.3;
  }
}
/*--- nav.vol ---*/
nav.vol {
  padding: 2em 0;
}
nav.vol p {
  text-align: right;
  font-size: 18px;
  font-weight: 300;
}
nav.vol p a {
  margin: 0 0.5em;
  display: inline-block;
}
nav.vol p a.active {
  border-bottom: 1px solid;
}
/*--- onegai ---*/
.contents#onegai {
  background: #FFFFFF;
  padding-bottom: 3em;
}
/*----------------------------------------
	/exhibit/index.html (<body id="floor_guide" class="en">)
-----------------------------------------*/
#floor_guide .contents.floor {
  padding: 0;
}
#floor_guide .contents.floor#floor_01 .stage {
  /**/ background: url("../img/exhibit/bg_01.jpg") no-repeat left bottom / auto 75%;
}
#floor_guide .contents.floor#floor_02 .stage {
  /**/ background: url("../img/exhibit/bg_02.jpg") no-repeat left bottom / auto 75%;
  margin-top: 96px;
}
#floor_guide .contents.floor .stage {
  height: 570px;
  margin-bottom: 10px;
}
#floor_guide .contents.floor .stage h2 {
  border-bottom: 1px solid;
  margin: 0 0 1em auto !important;
  display: block;
  width: 6em;
  text-align: right;
}
#floor_guide.en .contents.floor .stage h2 {
  width: 14em;
}
#floor_guide .contents.floor .stage .map {
  display: flex;
  justify-content: flex-end;
}
#floor_guide .contents.floor .stage .map img {
  width: 682px;
}
#floor_guide .contents.floor .stage .map ul {
  margin-right: 1.2em;
  width: 9em;
}
#floor_guide .contents.floor .stage .map li {
  margin-bottom: 0;
  font-size: 16px;
}
#floor_guide .contents.floor .stage .map li:before {
  content: "■ ";
}
#floor_guide .contents.floor .btn a {
  display: block;
  border: #A2A2A2 solid 1px;
  margin: 0 0 1em auto !important;
  width: 10em;
  text-align: center;
}
#floor_guide .contents.floor .text {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 4em;
  padding-bottom: 220px;
}
#floor_guide .contents.floor#floor_01 .text {
  background: url("../img/exhibit/image_01.png") no-repeat center bottom 30px;
}
#floor_guide .contents.floor#floor_02 .text {
  background: url("../img/exhibit/image_02.png") no-repeat center bottom 30px;
}
#floor_guide .contents.floor .text div {
  flex: 1;
  position: relative;
  padding-bottom: 2em;
}
#floor_guide .contents.floor .text p {
  font-size: 14px;
}
#floor_guide .contents.floor .text .more {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
#floor_guide .contents.floor .text .more a {
  color: #000;
  font-weight: 300;
}
#floor_guide .contents.floor .images {
  padding: 60px 0;
  background: #fff;
}
body #contents .btn_lab {
  width: 100%;
  display: block;
  text-align: right;
}
body #contents .btn_lab a {
  border: #c5c5c5 1px solid;
  padding: 0.7em 1.5em;
  line-height: 1;
  box-shadow: 0.3em 0.3em 0px 0px rgb(149 146 143 / 80%);
  margin-right: 0.3em;
  background: #fff;
  font-size: 16px;
}
body #contents .btn_lab a:hover {
  box-shadow: 0.3em 0.3em 0px 0px rgb(149 146 143 / 100%);
  background: rgb(149 146 143 / 100%);
  color: #fff;
}
/*小サイズ*/
@media screen and (max-width: 680px) {
  #floor_guide .contents.floor .stage h2 {
    font-size: 20px;
  }
  #floor_guide .contents.floor .stage .map {
    justify-content: space-between;
  }
  #floor_guide .contents.floor .stage .map ul {
    margin-right: 0;
  }
  #floor_guide .contents.floor .stage .map a {
    flex: 1;
  }
  #floor_guide .contents.floor .stage {
    height: 304px;
    margin-bottom: 10px;
    background-size: auto 57% !important;
  }
  #floor_guide .contents.floor#floor_02 .stage {
    margin-top: 30px;
  }
  #floor_guide .contents.floor .text div {
    flex: auto;
    padding-bottom: 1em;
  }
  #floor_guide .contents.floor .text h3 {
    margin-top: 0;
    margin-bottom: 0.3em;
    font-size: 18px;
  }
  #floor_guide .contents.floor .images {
    padding: 20px 0;
  }
}
/*----------------------------------------
	/exhibit/各部屋.html (<body id="floor_guide_rooms">)
-----------------------------------------*/
#floor_guide_rooms #contents .title .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#floor_guide_rooms #contents .title .inner h1 {
  padding-right: 0.1em;
}
#floor_guide_rooms #contents .title .inner p {
  font-size: 18px;
}
#floor_guide_rooms #contents .title .inner p .jpn {
  display: block;
  font-size: 16px;
}
#floor_guide_rooms #contents .title .inner p .eng {
  font-weight: 300;
}
#floor_guide_rooms #contents .title .inner .nav {
  padding: 0 0 1.3em 0.5em;
}
#floor_guide_rooms.en #contents .title .inner .nav {
  padding-bottom: 0;
  margin-bottom: 0.55em;
}
#floor_guide_rooms #contents .title .inner .nav a {
  margin-left: 1.0em;
  padding-bottom: 0.3em;
  display: inline-block;
}
#floor_guide_rooms #contents .title .inner .nav a:first-child {
  margin-left: 0;
}
#floor_guide_rooms #contents .title .inner a:hover, #floor_guide_rooms #contents .title .inner .nav a.active {
  border-bottom: 1px solid;
}
/*小サイズ ※特殊*/
@media screen and (max-width: 1090px) {
  #floor_guide_rooms #contents .title .inner {
    display: block;
  }
  #floor_guide_rooms #contents .title .inner .nav {
    padding: 0.5em;
    text-align: center;
  }
  #floor_guide_rooms #contents .title .inner .nav a {
    display: inline-block;
    padding-bottom: 0.1em;
    margin-bottom: .8em;
  }
}
/*---　.contents.list　---*/
#floor_guide_rooms #contents .contents.list h2 {
  font-size: 27px;
}
#floor_guide_rooms #contents .contents.list h2:before {
  content: "■ ";
}
#floor_guide_rooms #contents .contents.list ul {
  padding-left: 2.5em;
  margin-bottom: 5em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#floor_guide_rooms #contents .contents.list ul li {
  width: 47%;
  display: inline-block;
  display: flex;
  /*float: left;*/
  min-height: 3em;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: #999 1px solid;
  font-size: 22px;
  line-height: 1.0;
  margin: 0;
}
#floor_guide_rooms.en #contents .contents.list ul li {
  font-size: 18px;
  min-height: 4em;
  line-height: 1.3;
}
#floor_guide_rooms #contents .contents.list ul li:nth-child(-n+2) {
  border-top: #999 1px solid;
}
#floor_guide_rooms #contents .contents.list ul li .sub {
  font-size: 16px;
}
#floor_guide_rooms .contents .images {
  padding: 60px 0;
  background: #fff;
  margin-top: 5em;
}
#floor_guide_rooms .contents .images .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#floor_guide_rooms .contents .images .inner figure {
  width: 18.6%;
  padding: 7px;
}
#floor_guide_rooms .contents .images .inner figure figcaption {
  margin-top: 0.5em;
  font-size: 13px;
}
/*小サイズ*/
@media screen and (max-width: 680px) {
  #floor_guide_rooms #contents .contents.list h2 {
    font-size: 20px;
  }
  #floor_guide_rooms #contents .contents.list ul {
    padding-left: 0;
    margin-bottom: 0;
  }
  #floor_guide_rooms #contents .contents.list ul li {
    width: 100%;
    padding: .8em 0;
    line-height: 1.3;
  }
  #floor_guide_rooms #contents .contents.list ul li:nth-child(2) {
    border-top: none;
  }
  #floor_guide_rooms .contents .images {
    padding: 30px 0;
    margin-top: 2em;
  }
  #floor_guide_rooms .contents .images .inner {
    flex-wrap: wrap;
  }
  #floor_guide_rooms .contents .images .inner figure {
    width: 47%;
    padding: 7px;
  }
}
/*----------------------------------------
	<body id="collection">
-----------------------------------------*/
/*小サイズ*/
@media screen and (max-width: 680px) {
  #collection table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #collection #collection_list table tr th {
    width: 100% !important;
    border-top: none;
    padding-top: 3.5em;
    font-size: 16px;
  }
  #collection #collection_list table tr:first-of-type th {
    padding-top: 0;
  }
  #collection #collection_list table tr td {
    align-items: center;
    display: flex;
    border-top: none;
  }
  #collection #collection_list table tr td:last-of-type {
    justify-content: flex-end;
    flex: 1;
  }
  #collection #collection_list table tr td:first-of-type {
    width: 16em;
  }
  table tr td:last-child a:after {
    height: 1.6em;
    width: 1.6em;
  }
}
/*----------------------------------------
	/shop/ (<body id="shop">)
-----------------------------------------*/
/*---　.contents#goods_list　---*/
#shop .contents {
  background: #fff;
}
#shop .contents#goods_list .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4%;
}
#shop .contents#goods_list .inner .goods {
  background: #F3F3F3;
  width: 47.6%;
  display: flex;
  flex-direction: column;
  margin-bottom: 3em;
}
#shop .contents#goods_list .inner .goods.blank {
  background: #fff;
}
#shop .contents#goods_list .inner .goods figure {
  /*flex-grow: 1;*/
}
#shop .contents#goods_list .inner .goods .text {
  padding: 1em 1.5em 5em;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#shop .contents#goods_list .inner .goods .text h2 {
  margin-top: 0.3em;
  font-size: 23px;
  /*flex-grow: 1;*/
  flex-basis: 2.0em;
}
#shop .contents#goods_list .inner .goods:nth-of-type(n+1):nth-of-type(-n+2) h2,
#shop .contents#goods_list .inner .goods:nth-of-type(n+3):nth-of-type(-n+4) h2,
#shop .contents#goods_list .inner .goods:nth-of-type(n+11):nth-of-type(-n+12) h2{
    flex-basis: 3.1em
}
#shop .contents#goods_list .inner .goods p.ex {
  /*flex-basis: 3.5em*/
}
#shop .contents#goods_list .inner .goods p.asd {
  flex-grow: 1;
}
 /*
#shop .contents#goods_list .inner .goods:nth-of-type(n+13):nth-of-type(-n+14) p.ex{
    flex-basis: 6em
}*/
#shop .contents#goods_list .inner .goods .price {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0.5em;
  font-size: 23px;
  display: flex;
  align-items: center;
}
#shop .contents#goods_list .inner .goods .price .tax {
  font-size: 60%;
  padding-top: 0.1em;
}
#shop.en .contents#goods_list .inner .goods .price .tax {
  padding-top: 0.5em;
}
/*中サイズ*/
@media screen and (max-width: 1100px) {
#shop .contents#goods_list .inner .goods .text h2 {
  flex-basis: 3em;
}
#shop .contents#goods_list .inner .goods:nth-of-type(n+7):nth-of-type(-n+8) h2{
    flex-basis: 4.6em
}
}
/*小サイズ*/
@media screen and (max-width: 680px) {
  #shop .contents#goods_list .inner .goods {
    width: 100%;
  }
  #shop .contents#goods_list .inner .goods.blank {
    display: none;
  }
  #shop .contents#goods_list .inner .goods h2 {
    line-height: 1.4;
    font-size: 18px;
  }
#shop .contents#goods_list .inner .goods .text h2 {
  flex-basis: auto!important;
}
  #shop .contents#goods_list .inner .goods p {
    line-height: 1.6 !important;
  }
  #shop .contents#goods_list .inner .goods h2 .en {
    margin-top: .6em;
    font-size: 16px;
  }
  #shop .contents#goods_list .inner .goods .text {
    padding-bottom: 3em;
  }
  #shop .contents#goods_list .inner .goods .price {
    font-size: 18px !important;
  }
}
/*---　.contents#movie　---*/
#shop .contents#movie {
  padding-top: 0;
}
#shop .contents#movie .inner {
  border-top: 1px solid #d7d7d7;
  padding-top: 60px;
  ;
}
#shop .contents#movie .sights {
  width: 960px;
  margin: 0 auto 3em;
  border: #000000 1px solid;
  background: #000;
}
/*小サイズ*/
@media screen and (max-width: 960px) {
  #shop .contents#movie .sights {
    width: 96%;
    margin: 0 2% 3em;
  }
}
/*----------------------------------------
	<body id="news">

-----------------------------------------*/
/*---　<section class="contents" id="news_list">　---*/
#news .contents#news_list dl div {
  border-bottom: #cdcdcd solid 1px;
}
/*---　<section class="contents" 　---*/
#news .contents {
  background: #fff;
}
#news .contents dl div {
  padding-bottom: 1em;
  margin-bottom: 2em;
}
#news .contents dl div dt {
  margin-bottom: 0.8em;
}
#news .contents dl div dt .cat {
  background: #5d5d5d;
  color: #fff;
  font-size: 23px;
  padding: 0.3em 1.2em;
  margin-right: 0.6em;
  margin-bottom: 0.8em;
  display: inline-block;
  line-height: 1;
}
#news .contents dl div dt .date {
  font-size: 18px;
}
#news .contents#news_list .hide {
  display: none;
}
#news .contents dl div dt .tit {
  font-size: 23px;
  font-weight: 300;
}
#news .contents .btn a {
  display: block;
  border: #A2A2A2 solid 1px;
  margin: 0 0 1em auto !important;
  width: 12em;
  text-align: center;
}
#news .contents .btn a:hover {
  background: #e4e4e4;
}
#news .contents .btn.left a {
  margin: 0 auto 1em 0 !important;
  width: 8em;
}
/*---　<section class="contents" id="news_single">　---*/
#news .contents#news_single h3, #news .contents#news_single h4 {
  font-size: 23px;
  margin-bottom: 0.3em;
  margin-top: 0.2em;
}
#news .contents#news_single h4 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
#news .contents .caution {
  color: red;
}
#news .contents#news_single .kakomi {
  border: #A2A2A2 solid 1px;
  padding: 2.5em 3.5em;
  margin: 3em auto;
}
#news .contents#news_single .kakomi dt {
  font-size: 23px;
  display: flex;
  align-items: center;
}
#news .contents#news_single .kakomi dt::before {
  content: "◇";
  font-size: 18px;
  padding-right: 0.2em;
  display: inline-block;
}
#news .contents#news_single .kakomi dd {
  font-size: 18px;
  margin-bottom: 0.6em;
  padding-left: 1.2em;
}
#news .contents#news_single section {
  padding-bottom: 3.2em;
}
#news .contents#news_single section p.list, #news .contents#news_single section li {
  margin-bottom: 0;
}
#news .contents#news_single section .list {
  padding-left: 2.2em;
}
#news .contents#news_single section ul {
  margin-bottom: 2em;
}
#news .contents#news_single section li {
  padding-left: 2.2em;
  margin-left: 1em;
  text-indent: -1em;
}
#news .contents#news_single section li::before {
  content: "・";
}
/*---　<body id="news" class="en detail"> 　---*/
#news .contents#news_single ol h2 {
  margin: 1.5em 0 0.5em;
}
#news .contents#news_single ol ul {
  padding: 0.8em 0;
}
#news .contents#news_single ol ul li {
  list-style: disc;
  margin-left: 2em;
  margin-bottom: 0;
}
/*小サイズ*/
@media screen and (max-width: 680px) {
  #news .contents dl div dt .cat {
    font-size: 18px;
  }
  #news .contents dl div dt .date {
    font-size: 16px;
  }
  #news .contents dl div dt .tit {
    font-size: 16px !important;
  }
  #news .contents#news_single h3, #news .contents#news_single h4 {
    font-size: 20px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
  }
  #news .contents#news_single .kakomi {
    padding: 1.5em;
  }
  #news .contents#news_single .kakomi dt {
    font-size: 18px;
    align-items: flex-start;
    margin-bottom: .2em;
  }
  #news .contents#news_single .kakomi dd {
    font-size: 16px;
  }
  #news .contents#news_single h4 {
    font-size: 18px;
  }
}
/*----------------------------------------
	<body id="lab">

-----------------------------------------*/
#lab #contents div.title .leader {
  overflow: hidden;
  padding-bottom: 60px;
}
#lab #contents div.title .leader img {
  float: right;
  margin-left: 40px;
  width: 306px;
}
#lab .contents#goods {
  background: #fff;
  padding: 0;
}
#lab .contents#goods .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#lab .contents#goods .inner .image {
  width: 364px;
}
#lab .contents#goods .inner .text {
  flex: 1;
  padding: 3em;
}
#lab .contents#goods .inner .text p {
  font-size: 28px;
}
#lab .contents#goods .inner .text .sub {
  display: block;
  font-size: 70%;
}
#lab .contents#goods .inner .pdf {
  width: 150px;
}
#lab .contents#detail table tr th {
  width: auto;
  vertical-align: middle;
}
/*小サイズ*/
@media screen and (max-width: 680px) {
  #lab #contents div.title .visual.inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #lab #contents div.title .leader {
    display: flex;
    flex-direction: column-reverse;
  }
  #lab #contents div.title .leader img {
    float: none;
    margin: auto !important;
    width: 80%;
  }
  #lab .contents#goods .inner {
    flex-wrap: wrap;
  }
  #lab .contents#goods .inner .image {
    width: 55%;
    margin-left: -6%;
  }
  #lab .contents#goods .inner .text {
    padding: 1em;
  }
  #lab .contents#goods .inner .pdf {
    width: 100%;
    padding: 2em 20%;
    text-align: center;
  }
  #lab .contents#goods .inner .pdf img {
    width: 110px;
  }
  #lab .contents#detail table tr th, #lab .contents#detail table tr td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
/*----------------------------------------
	<body id="information">

-----------------------------------------*/
#information .contents#guide {
  background: #fff;
}
#information .contents#guide .inner {
  background: url("../img/information/img_02.svg") no-repeat left bottom;
}
#information .contents#guide h2 {
  float: left;
  padding-right: 1em;
}
#information .contents#guide .data {
  width: calc(100% - 14em);
  float: right;
}
#information .contents#guide table tr th {
  width: auto;
  vertical-align: middle;
  font-size: 23px;
}
#information.en .contents#guide table tr th {
  padding-right: 1em;
}
#information .contents#guide table tr td {
  text-align: left;
  padding: 1em 0;
}
#information .contents#guide table tr td p {
  margin-bottom: 0;
}
#information .contents#guide table tr td p.tel {
  margin-bottom: 0;
  font-size: 23px;
}
#information .contents#guide table tr td .size_s {
  font-size: 15px;
}
#information .contents#guide .kakomi {
  border: #A2A2A2 solid 1px;
  padding: 2.5em 3.5em;
  margin: 3em auto;
}
#information .contents#guide .kakomi .method h4:before {
  content: "■ ";
}
#information .contents#guide .kakomi .method p {
  padding-left: 1em;
}
/*小サイズ*/
@media screen and (max-width: 680px) {
  #information .contents#guide .inner {
    padding-bottom: 80px;
  }
  #information .contents#guide h2 {
    float: none;
    padding-right: 1em;
  }
  #information .contents#guide .data {
    width: 100%;
    float: none;
  }
  #information .contents#guide table tr th, #information .contents#guide table tr td {
    display: block;
    width: 100%;
  }
  #information .contents#guide table tr:first-child th {
    border-top: solid 2px #b7b7b4;
  }
  #information .contents#guide .kakomi {
    padding: 2em;
  }
}
/*---　<section class="contents" id="to_school">　---*/
#information .contents#to_school figure {
  float: right;
  width: 388px;
  margin-bottom: 60px;
  margin-left: 40px;
}
#information .contents#to_school .kakomi {
  border: #A2A2A2 solid 1px;
  padding: 0;
  margin: 3em auto;
  display: flex;
  background: #fff;
  clear: both;
}
#information .contents#to_school .kakomi div {
  padding: 2.2em;
}
#information .contents#to_school .kakomi div h3 {
  background: #4b4b4b;
  color: #fff;
  font-size: 23px;
  padding: 0.3em 0.4em;
  line-height: 1;
  display: inline-block;
  margin: 0 0 0.7em;
}
#information .contents#to_school .kakomi div:nth-child(1) {
  flex: 1;
}
#information .contents#to_school .kakomi div:nth-child(2) {
  width: 388px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: #f1f1f1 url("../img/information/img_04.gif") no-repeat top 14px right 20px / 70px;
}
#information .contents#to_school .kakomi div h4 {
  font-size: 23px;
  margin-bottom: 0.3em;
}
#information .contents#to_school .kakomi div p {
  margin-bottom: 0;
}
#information.en .contents#to_school .kakomi div.experiments p {
  text-shadow: #f1f1f1 0 0 10px, #f1f1f1 0 0 10px, #f1f1f1 0 0 10px, #f1f1f1 0 0 10px, #f1f1f1 0 0 10px, #f1f1f1 0 0 10px, #f1f1f1 0 0 10px, #f1f1f1 0 0 10px, #f1f1f1 0 0 10px, #f1f1f1 0 0 10px, #f1f1f1 0 0 10px, #f1f1f1 0 0 20px, #f1f1f1 0 0 20px, #f1f1f1 0 0 20px, #f1f1f1 0 0 20px, #f1f1f1 0 0 20px, #f1f1f1 0 0 20px, #f1f1f1 0 0 20px, #f1f1f1 0 0 20px, #f1f1f1 0 0 20px, #f1f1f1 0 0 20px, #f1f1f1 0 0 20px, #f1f1f1 0 0 20px;
}
/*小サイズ*/
@media screen and (max-width: 680px) {
  #information .contents#to_school figure {
    float: none;
    width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
  }
  #information .contents#to_school .kakomi {
    display: inherit;
  }
  #information .contents#to_school .kakomi div:nth-child(2) {
    width: 100%;
    padding-right: 100px;
  }
}
/*---　<section class="contents" id="access">　---*/
#information .contents#access {
  background: #fff;
  padding-bottom: 80px;
}
#information .contents#access .data {
  display: flex;
  padding-bottom: 1em;
}
#information .contents#access .data h3 {
  padding-right: 3em;
  margin-top: 0;
}
#information .contents#access .data p {
  line-height: 1.5;
}
#information .contents#access .sub {
  font-size: 70%;
  padding-left: 1.5em;
  line-height: 1;
}
iframe {
  width: 100%;
  aspect-ratio: 16/9; /*//アスペクト比（縦横比）を指定*/
}
/*小サイズ*/
@media screen and (max-width: 680px) {
  #information .contents#access {
    padding-bottom: 30px;
  }
  #information .contents#access .data {
    display: inherit;
  }
}