@charset "UTF-8";

/************************************

reset

************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

address,
em {
  font-style: normal;
}

button {
  padding: 0;
  border: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

/************************************

base

************************************/
html {
  font-size: 625%;
}

body {
  position: relative;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 0.16rem;
  color: #01182e;
  background: #ffffff;
  -webkit-print-color-adjust: exact;
}

p {
  word-break: break-all;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

sub {
  font-size: .7em;
  vertical-align: baseline;
}

img {
  width: 100%;
  height: auto;
}

.separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.separate>* {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .separate {
    display: block;
  }
}

/************************************

Display switch

************************************/
.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }
}

.mt2 {
  margin: .2rem 0 0 0;
}

/************************************

header

************************************/
#header {
  position: relative;
  max-width: 1100px;
  padding: 0 .1rem;
  height: 700px;
  margin: 0 auto .4rem auto;
}

#header img {
  width: 100%;
  height: auto;
}

.bg_title,
.logoHeader,
.mainTitleH1,
.headerLead,
.headerPra {
  position: absolute;
  margin: 0;
}

.headerPra,
.headerPraSp {
  line-height: 2;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}

@media screen and (min-width: 1080px) {
  .bg_title {
    width: 640px;
    height: 700px;
    top: 0px;
    right: 0px;
  }

  .logoHeader {
    width: 169px;
    height: 50px;
    top: 60px;
    right: 60px;
  }

  .mainTitleH1 {
    width: 443px;
    height: 130px;
    top: 60px;
    left: 60px;
  }

  .headerLead {
    width: 514px;
    height: 113px;
    top: 230px;
    left: 60px;
  }

  .headerPra {
    top: 400px;
    left: 60px;
  }
}

@media screen and (min-width:769px) and (max-width:1080px) {
  #header {
    height: calc(700 / 1080 * 100vw);
  }

  .bg_title {
    width: calc(640 / 1080 * 100vw);
    height: calc(700 / 1080 * 100vw);
    top: calc(0 / 1080 * 100vw);
    right: calc(0 / 1080 * 100vw);
  }

  .logoHeader {
    width: calc(169 / 1080 * 100vw);
    height: calc(50 / 1080 * 100vw);
    top: calc(60 / 1080 * 100vw);
    right: calc(60 / 1080 * 100vw);
  }

  .mainTitleH1 {
    width: calc(443 / 1080 * 100vw);
    height: calc(130 / 1080 * 100vw);
    top: calc(60 / 1080 * 100vw);
    left: calc(60 / 1080 * 100vw);
  }

  .headerLead {
    width: calc(514 / 1080 * 100vw);
    height: calc(113 / 1080 * 100vw);
    top: calc(230 / 1080 * 100vw);
    left: calc(60 / 1080 * 100vw);
  }

  .headerPra {
    top: calc(400 / 1080 * 100vw);
    left: calc(60 / 1080 * 100vw);
    font-size: .15rem;
  }
}

@media screen and (max-width:768px) {
  #header {
    position: relative;
    max-width: 768px;
    height: 550px;
    margin: 0 auto .2rem auto;
  }

  .bg_title {
    width: 581px;
    height: 550px;
    top: 0px;
    right: 0px;
  }

  .logoHeader {
    width: 202px;
    height: 60px;
    top: 40px;
    left: 40px;
  }

  .mainTitleH1 {
    width: 443px;
    height: 130px;
    top: 180px;
    left: 40px;
  }

  .headerLead {
    width: 608px;
    height: 132px;
    top: 360px;
    left: 40px;
  }

  #header {
    height: calc(550 / 768 * 100vw);
  }

  .bg_title {
    width: calc(581 / 768 * 100vw);
    height: calc(550 / 768 * 100vw);
    top: calc(0 / 768 * 100vw);
    right: calc(0 / 768 * 100vw);
  }

  .logoHeader {
    width: calc(202 / 768 * 100vw);
    height: calc(60 / 768 * 100vw);
    top: calc(40 / 768 * 100vw);
    left: calc(40 / 768 * 100vw);
  }

  .mainTitleH1 {
    width: calc(443 / 768 * 100vw);
    height: calc(130 / 768 * 100vw);
    top: calc(180 / 768 * 100vw);
    left: calc(40 / 768 * 100vw);
  }

  .headerLead {
    width: calc(608 / 768 * 100vw);
    height: calc(132 / 768 * 100vw);
    top: calc(360 / 768 * 100vw);
    left: calc(40 / 768 * 100vw);
  }

  .headerPraSp {
    text-align: justify;
    font-size: .14rem;
    padding: 0 .2rem;
    margin: 0 auto .4rem auto;
  }
}

/* point
---------------------------------------------------------*/
.pointWrap {
  border-bottom: 1px dashed #ee782a;
  max-width: 980px;
  padding: 0 .1rem .3rem .1rem;
  margin: .3rem auto 0 auto;
}

@media screen and (max-width:768px) {
  .pointWrap {
    padding: 0 .2rem .2rem .2rem;
    margin: .2rem auto 0 auto;
  }
}

dl.pointDList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto .2rem auto;
}

.pointDList dt {
  width: 60px;
  margin: 0 .2rem 0 0;
}

.pointDList dd {
  flex: 1;
  line-height: 1.6;
  word-break: break-all;
  text-align: justify;
  font-size: .14rem;
}

.emphasis {
  color: #3f75a6;
  font-weight: bold;
}

.separate_detail,
.separate_detail2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.separate_detail3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.separate_detail4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.separate_detail07 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width:768px) {
  .separate_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}

.detail {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.detail2 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.pic_n {
  width: 420px;
  height: 280px;
}

.pic_s {
  width: 300px;
  height: 200px;
}

.pic_sozai {
  margin: 0 auto .3rem auto;
  width: 80%;
  height: auto;
}


@media screen and (min-width:769px) and (max-width:960px) {
  .pic_n {
    width: calc(420 / 960 * 100vw);
    height: calc(280 / 960 * 100vw);
  }

  .pic_s {
    width: calc(300 / 960 * 100vw);
    height: calc(200 / 960 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .pic_n {
    width: 100%;
    height: auto;
  }

  .pic_s {
    width: 100%;
    height: auto;
  }

  .pic_sozai {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
}


.pic_list_w2 li,
.pic_list_w2V li {
  width: calc((100% - 20px)/2);
}

.pic_list07 {
  width: 390px;
  height: 260px;
}
.pic_list07 li{
  margin: 0 0 .2rem 0;
}

.pic_list07 li:last-child {
  margin: 0;
}

@media screen and (max-width:768px) {
  .pic_list_w2 li {
    margin: 0 0 .2rem 0;
    width: 100%;
  }

  .pic_list_w2 li:last-child {
    margin: 0 0 0 0;
  }

  .pic_list07 {
    width: 100%;
    height: auto;
  }
  .pic_list07 li {
    margin: 0 0 .2rem 0;
    width: 100%;
  }
  .pic_list07 li:last-child {
    margin: 0 0 0 0;
  }
}

/* num01
---------------------------------------------------------*/
.num01 .item1 {
  width: 540px;
  height: 360px;
  order: 1;
}

.num01 .item2 {
  flex: 1;
  margin: 0 0 0 .2rem;
  order: 2;
}

@media screen and (min-width:769px) and (max-width:960px) {
  .num01 .item1 {
    width: calc(540 / 960 * 100vw);
    height: calc(360 / 960 * 100vw);
    order: 1;
  }

  .num01 .item2 {
    margin: 0 0 0 .2rem;
    order: 1;
  }
}

@media screen and (max-width:768px) {
  .num01 .item1 {
    width: 100%;
    height: auto;
    order: 2;
    margin: .2rem auto 0 auto;
  }

  .num01 .item2 {
    width: 100%;
    height: auto;
    order: 1;
    margin: 0;
  }
}

/* num02
---------------------------------------------------------*/
.num02 .item1 {
  width: 33%;
  order: 1;
}

.num02 .item2 {
  width: calc(100% - 33% - 20px);
  order: 2;
}

@media screen and (max-width:768px) {
  .num02 .item1 {
    width: 100%;
    height: auto;
    order: 1;
  }

  .num02 .item2 {
    width: 100%;
    height: auto;
    order: 2;
  }
}

/* num03
---------------------------------------------------------*/
.num03 .item1 {
  width: 38%;
  order: 1;
}

.num03 .item2 {
  flex: 1;
  margin: 0 0 0 .2rem;
  order: 2;
}

.f1 {
  flex: 1;
}

.f2 {
  width: 180px;
  height: 150px;
  margin: .4rem 0 0 .2rem;
}

@media screen and (min-width:769px) and (max-width:960px) {
  .f2 {
    width: calc(180 / 960 * 100vw);
    height: calc(150 / 960 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .num03 .item1 {
    width: 100%;
    height: auto;
    order: 2;
    margin: .2rem auto 0 auto;
  }

  .num03 .item2 {
    width: 100%;
    height: auto;
    order: 1;
    margin: 0;
  }
}

/* num04
---------------------------------------------------------*/
.num04 .item1 {
  width: calc(100% - 33% - 20px);
  order: 1;
}

.num04 .item2 {
  width: 33%;
  order: 2;
}

@media screen and (max-width:768px) {
  .num04 .item1 {
    width: 100%;
    height: auto;
    order: 2;
  }

  .num04 .item2 {
    width: 100%;
    height: auto;
    order: 1;
  }
}

/* num05
---------------------------------------------------------*/
.num05 .item1 {
  flex: 1 ;
  margin: 0 .2rem 0 0;
  order: 1;
}

.num05 .item2 {
  width: 570px;
  height: 404px;
  order: 2;
}

@media screen and (min-width:769px) and (max-width:960px) {
  .num05 .item2 {
    width: calc(570 / 960 * 100vw);
    height: calc(404 / 960 * 100vw);
  }
}

@media screen and (max-width:768px) {
  .num05 .item1 {
    width: 100%;
    height: auto;
    order: 1;
      flex: 1 auto;
  }

  .num05 .item2 {
    width: 100%;
    height: auto;
    margin: .2rem auto 0 auto;
    order: 2;
  }
}

/* num06
---------------------------------------------------------*/
.num06 .item1 {
  width: 576px;
  height: 384px;
  order: 1;
}

.num06 .item2 {
  flex: 1;
  margin: 0 0 0 .2rem;
  order: 2;
}
@media screen and (min-width:769px) and (max-width:960px) {
  .num06 .item1 {
    width: calc(576 / 960 * 100vw);
    height: calc(384 / 960 * 100vw);
  }
}
@media screen and (max-width:768px) {
  .num06 .item1 {
    width: 100%;
    height: auto;
    order: 2;
    margin: .2rem auto 0 auto;
  }

  .num06 .item2 {
    width: 100%;
    height: auto;
    order: 1;
    margin: 0;
      flex: 1 auto;
  }
}

/* num07
---------------------------------------------------------*/
.num07 .item1 {
  width: 390px;
  height: 540px;
  order: 1;
}

.num07 .item2 {
  flex: 1;
  margin: 0 0 0 .2rem;
  order: 2;
}
@media screen and (min-width:769px) and (max-width:960px) {

}

@media screen and (max-width:768px) {
  .num07 .item1 {
    width: 100%;
    height: auto;
    order: 2;
    margin: .2rem auto 0 auto;
      flex: 1 auto;
  }

  .num07 .item2 {
    width: 100%;
    order: 1;
    margin: 0;
  }
}

/* access
---------------------------------------------------------*/
#accessWrap {
  background: #d9deea;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#access {
  margin: .4rem auto;
  padding: 0 .1rem;
  max-width: 980px;
}

.toypsuPhoto {
  width: 60%;
}

.toypsuMap {
  width: calc(100% - 60% - 20px);
}

.toypsuPhoto img,
.toypsuMap img{
  border: 1px solid #000;
}

.accessH2 {
  margin: .1rem 0 .05rem 0;
  font-size: .22rem;
  font-weight: bold;
  text-align: center;
}

.accessH3 {
  font-size: .16rem;
  font-weight: bold;
  text-align: center;
}

.infoList {
  margin: .1rem 0 0 0;
  padding: 0;
  font-size: 14px;
}

.infoList li {
  margin: 0 0 .1rem 0;
  padding: 0;
}

.infoList li span {
  font-size: 20px;
  font-weight: bold;
}

.trafficList {
  margin: .2rem 0 0 0;
  padding: 0;
}

.trafficList li {
  margin: 0 0 .1rem 0;
  padding: 0;
  font-size: .12rem;
  width: 100%;
}

.trafficList dl dt {
  width: 35%;
}

.trafficList dl dd {
  width: 65%;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #access {
    margin: .2rem auto .4rem auto;
    padding: 0 .2rem;
  }

  .toypsuPhoto {
    width: 100%;
    margin: 0 0 .2rem 0;
  }

  .toypsuMap {
    width: 100%;
  }

  .accessH2 {
    margin: .2rem 0 .1rem 0;
  }

  .infoList {
    margin: .2rem 0;
  }

  .trafficList dl dt {
    width: 100%;
    font-size: .14rem;
    margin: 0 0 .05rem 0;
  }

  .trafficList dl dd {
    width: 100%;
    font-size: .14rem;
  }
}


/* 来場予約ボタン
---------------------------------------------------------*/
.btn {
  text-align: center;
  width: 300px;

}

.btn a {
  display: block;
  padding: .16rem 0;
  font-size: .16rem;
  font-weight: bold;
  color: #FFF;
}

.btn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f152';
  color: #FFF;
  margin: 0 .1rem 0 0;
}

.btn.reserve{
  margin: .4rem auto;
  background-color: #005faf;
}
.btn.reserve a:hover {
  background: #4e9fea;
  color: #FFF;
}

.btn.exhibition{
  background: #003f76;
}

.btn.exhibition a:hover {
  background: #0358a2;
  color: #FFF;
}

.btn.request{
  background-color: #000;
}

.btn.request a:hover {
  background: #595959;
  color: #FFF;
}


/* footer
---------------------------------------------------------*/
#footer {
  margin: 0 auto 1rem auto;
  padding: 0;
  max-width: 980px;
  padding: 0 .1rem;
}

.dgInquiryPra {
  color: #4f4d4d;
  margin: 50px 0 30px 0;
  padding: 0;
  font-size: .18rem;
  text-align: center;
  line-height: 1.8;
}

.dgInquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.dgInquiry li {
  width: 260px;
  margin: 0 .2rem;
}

.logoFooter{
  width: 169px;
  margin: .5rem auto;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0 .2rem;
  }

  .dgInquiryPra {
    color: #4f4d4d;
    margin: .3rem 0;
    font-size: .14rem;
    text-align:justify;
  }

  .dgInquiryPra br{
    display:none;
  }
  .dgInquiry {
    display: block;
  }
  .dgInquiry li {
    width: 100%;
    margin: 0 auto .2rem auto;
  }
  .logoFooter{
    width: 140px;
    margin: .5rem auto;
  }

}



/* スタッフ紹介
---------------------------------------------------------*/
.staff {
  max-width: 980px;
  margin: 0 auto;
  padding: .3rem .1rem;
}

.staff li.s1 {
  width: 34%;
}

.staff li.s2 {
  width: calc(100% - 34% - 20px);
  text-align: justify;
}

.staffHeading {
  margin-bottom: 10px;
  color: #dd7f3e;
  font-weight: bold;
  font-size: .2rem;
}

.staffComment {
  font-size: .14rem;
  line-height: 1.7;
}

@media screen and (max-width:768px) {
  .staff {
    max-width: 980px;
    margin: 0 auto;
    padding: .2rem;
  }
  .staff li.s1 {
    width: 100%;
    margin: 0 0 .2rem 0;
  }

  .staff li.s2 {
    width: 100%;
  }
}

@media screen and (min-width:320px) and (max-width:559px) {
  .exhibitionBanner {
    margin: 20px auto 40px auto;
    padding: 0 20px;
  }
}

@media screen and (min-width:560px) and (max-width:1023px) {
  .exhibitionBanner {
    margin: 20px auto 40px auto;
    padding: 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .exhibitionBanner {
    margin: 20px auto 40px auto;
    width: 756px;
  }
}


#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, .5);
    opacity: 0.6;
    border-radius: 50%;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
