@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("/common/fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Noto Serif JP";
  src: url("/common/fonts/NotoSerifJP-VariableFont_wght.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap; }
/* Reset Style */
body {
  line-height: 1;
  color: #000;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input[type=submit] {
  -webkit-appearance: none; }

li {
  list-style-type: none; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/*$fontSizeList: 62%, 70%, 77%, 85%, 93%, 100%, 108%, 116%, 124%, 131%, 139%, 147%, 154%, 162%, 170%, 177%, 185%, 193%, 200%, 208%, 216%, 224%, 231%, 239%, 247%, 254%, 262%, 270%, 277%, 285%, 293%, 300%, 308%, 316%, 324%, 332%, 340%, 348%, 356%, 364%, 372%, 380%, 388%, 396%, 404%, 412%, 420%, 428%, 436%, 444%;*/
/*$fontSizeList: 62%, 70%, 77%, 85%, 93%, 100%, 108%, 116%, 124%, 131%, 139%, 147%, 154%, 162%, 170%, 177%, 185%, 193%, 200%, 208%, 216%, 224%, 231%, 239%, 247%, 254%, 262%, 270%, 277%, 285%, 293%, 300%, 308%, 316%, 324%, 332%, 340%, 348%, 356%, 364%, 372%, 380%, 388%, 396%, 404%, 412%, 420%, 428%, 436%, 444%, 452%, 460%, 468%, 476%, 484%, 492%, 500%;*/
/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em; }

.mark1 {
  background-image: url(../img/share/mark_1.gif); }

.mark2 {
  background-image: url(../img/share/mark_2.gif); }

.mark3 {
  background-image: url(../img/share/mark_3.gif); }

.mark4 {
  background-image: url(../img/share/mark_4.gif); }

.mark5 {
  background-image: url(../img/share/mark_5.gif); }

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.fn {
  float: none !important; }

.cl {
  clear: both !important; }

.imgC,
.tac {
  text-align: center !important; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tar {
  text-align: right !important; }

.tal {
  text-align: left !important; }

.boxC {
  margin-left: auto;
  margin-right: auto; }

.box_size, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.hover_trans {
  -webkit-transition: all  0.2s ease-in-out !important;
  -moz-transition: all  0.2s ease-in-out !important;
  -ms-transition: all  0.2s ease-in-out !important;
  -o-transition: all  0.2s ease-in-out !important;
  transition: all  0.2s ease-in-out !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.mt105 {
  margin-top: 105px !important; }

.mb105 {
  margin-bottom: 105px !important; }

.ml105 {
  margin-left: 105px !important; }

.mr105 {
  margin-right: 105px !important; }

.pt105 {
  padding-top: 105px !important; }

.pb105 {
  padding-bottom: 105px !important; }

.pl105 {
  padding-left: 105px !important; }

.pr105 {
  padding-right: 105px !important; }

.mt110 {
  margin-top: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.ml110 {
  margin-left: 110px !important; }

.mr110 {
  margin-right: 110px !important; }

.pt110 {
  padding-top: 110px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.pl110 {
  padding-left: 110px !important; }

.pr110 {
  padding-right: 110px !important; }

.mt115 {
  margin-top: 115px !important; }

.mb115 {
  margin-bottom: 115px !important; }

.ml115 {
  margin-left: 115px !important; }

.mr115 {
  margin-right: 115px !important; }

.pt115 {
  padding-top: 115px !important; }

.pb115 {
  padding-bottom: 115px !important; }

.pl115 {
  padding-left: 115px !important; }

.pr115 {
  padding-right: 115px !important; }

.mt120 {
  margin-top: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.ml120 {
  margin-left: 120px !important; }

.mr120 {
  margin-right: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.pl120 {
  padding-left: 120px !important; }

.pr120 {
  padding-right: 120px !important; }

.mt125 {
  margin-top: 125px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.ml125 {
  margin-left: 125px !important; }

.mr125 {
  margin-right: 125px !important; }

.pt125 {
  padding-top: 125px !important; }

.pb125 {
  padding-bottom: 125px !important; }

.pl125 {
  padding-left: 125px !important; }

.pr125 {
  padding-right: 125px !important; }

.mt130 {
  margin-top: 130px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.ml130 {
  margin-left: 130px !important; }

.mr130 {
  margin-right: 130px !important; }

.pt130 {
  padding-top: 130px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.pl130 {
  padding-left: 130px !important; }

.pr130 {
  padding-right: 130px !important; }

.mt135 {
  margin-top: 135px !important; }

.mb135 {
  margin-bottom: 135px !important; }

.ml135 {
  margin-left: 135px !important; }

.mr135 {
  margin-right: 135px !important; }

.pt135 {
  padding-top: 135px !important; }

.pb135 {
  padding-bottom: 135px !important; }

.pl135 {
  padding-left: 135px !important; }

.pr135 {
  padding-right: 135px !important; }

.mt140 {
  margin-top: 140px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.ml140 {
  margin-left: 140px !important; }

.mr140 {
  margin-right: 140px !important; }

.pt140 {
  padding-top: 140px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.pl140 {
  padding-left: 140px !important; }

.pr140 {
  padding-right: 140px !important; }

.mt145 {
  margin-top: 145px !important; }

.mb145 {
  margin-bottom: 145px !important; }

.ml145 {
  margin-left: 145px !important; }

.mr145 {
  margin-right: 145px !important; }

.pt145 {
  padding-top: 145px !important; }

.pb145 {
  padding-bottom: 145px !important; }

.pl145 {
  padding-left: 145px !important; }

.pr145 {
  padding-right: 145px !important; }

.mt150 {
  margin-top: 150px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.ml150 {
  margin-left: 150px !important; }

.mr150 {
  margin-right: 150px !important; }

.pt150 {
  padding-top: 150px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.pl150 {
  padding-left: 150px !important; }

.pr150 {
  padding-right: 150px !important; }

.mt155 {
  margin-top: 155px !important; }

.mb155 {
  margin-bottom: 155px !important; }

.ml155 {
  margin-left: 155px !important; }

.mr155 {
  margin-right: 155px !important; }

.pt155 {
  padding-top: 155px !important; }

.pb155 {
  padding-bottom: 155px !important; }

.pl155 {
  padding-left: 155px !important; }

.pr155 {
  padding-right: 155px !important; }

.mt160 {
  margin-top: 160px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.ml160 {
  margin-left: 160px !important; }

.mr160 {
  margin-right: 160px !important; }

.pt160 {
  padding-top: 160px !important; }

.pb160 {
  padding-bottom: 160px !important; }

.pl160 {
  padding-left: 160px !important; }

.pr160 {
  padding-right: 160px !important; }

.mt165 {
  margin-top: 165px !important; }

.mb165 {
  margin-bottom: 165px !important; }

.ml165 {
  margin-left: 165px !important; }

.mr165 {
  margin-right: 165px !important; }

.pt165 {
  padding-top: 165px !important; }

.pb165 {
  padding-bottom: 165px !important; }

.pl165 {
  padding-left: 165px !important; }

.pr165 {
  padding-right: 165px !important; }

.mt170 {
  margin-top: 170px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.ml170 {
  margin-left: 170px !important; }

.mr170 {
  margin-right: 170px !important; }

.pt170 {
  padding-top: 170px !important; }

.pb170 {
  padding-bottom: 170px !important; }

.pl170 {
  padding-left: 170px !important; }

.pr170 {
  padding-right: 170px !important; }

.mt175 {
  margin-top: 175px !important; }

.mb175 {
  margin-bottom: 175px !important; }

.ml175 {
  margin-left: 175px !important; }

.mr175 {
  margin-right: 175px !important; }

.pt175 {
  padding-top: 175px !important; }

.pb175 {
  padding-bottom: 175px !important; }

.pl175 {
  padding-left: 175px !important; }

.pr175 {
  padding-right: 175px !important; }

.mt180 {
  margin-top: 180px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.ml180 {
  margin-left: 180px !important; }

.mr180 {
  margin-right: 180px !important; }

.pt180 {
  padding-top: 180px !important; }

.pb180 {
  padding-bottom: 180px !important; }

.pl180 {
  padding-left: 180px !important; }

.pr180 {
  padding-right: 180px !important; }

.mt185 {
  margin-top: 185px !important; }

.mb185 {
  margin-bottom: 185px !important; }

.ml185 {
  margin-left: 185px !important; }

.mr185 {
  margin-right: 185px !important; }

.pt185 {
  padding-top: 185px !important; }

.pb185 {
  padding-bottom: 185px !important; }

.pl185 {
  padding-left: 185px !important; }

.pr185 {
  padding-right: 185px !important; }

.mt190 {
  margin-top: 190px !important; }

.mb190 {
  margin-bottom: 190px !important; }

.ml190 {
  margin-left: 190px !important; }

.mr190 {
  margin-right: 190px !important; }

.pt190 {
  padding-top: 190px !important; }

.pb190 {
  padding-bottom: 190px !important; }

.pl190 {
  padding-left: 190px !important; }

.pr190 {
  padding-right: 190px !important; }

.mt195 {
  margin-top: 195px !important; }

.mb195 {
  margin-bottom: 195px !important; }

.ml195 {
  margin-left: 195px !important; }

.mr195 {
  margin-right: 195px !important; }

.pt195 {
  padding-top: 195px !important; }

.pb195 {
  padding-bottom: 195px !important; }

.pl195 {
  padding-left: 195px !important; }

.pr195 {
  padding-right: 195px !important; }

.mt200 {
  margin-top: 200px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.ml200 {
  margin-left: 200px !important; }

.mr200 {
  margin-right: 200px !important; }

.pt200 {
  padding-top: 200px !important; }

.pb200 {
  padding-bottom: 200px !important; }

.pl200 {
  padding-left: 200px !important; }

.pr200 {
  padding-right: 200px !important; }

.w10 {
  width: 10px !important; }

.maw10 {
  max-width: 10px !important; }

.miw10 {
  min-width: 10px !important; }

.h10 {
  height: 10px !important; }

.w20 {
  width: 20px !important; }

.maw20 {
  max-width: 20px !important; }

.miw20 {
  min-width: 20px !important; }

.h20 {
  height: 20px !important; }

.w30 {
  width: 30px !important; }

.maw30 {
  max-width: 30px !important; }

.miw30 {
  min-width: 30px !important; }

.h30 {
  height: 30px !important; }

.w40 {
  width: 40px !important; }

.maw40 {
  max-width: 40px !important; }

.miw40 {
  min-width: 40px !important; }

.h40 {
  height: 40px !important; }

.w50 {
  width: 50px !important; }

.maw50 {
  max-width: 50px !important; }

.miw50 {
  min-width: 50px !important; }

.h50 {
  height: 50px !important; }

.w60 {
  width: 60px !important; }

.maw60 {
  max-width: 60px !important; }

.miw60 {
  min-width: 60px !important; }

.h60 {
  height: 60px !important; }

.w70 {
  width: 70px !important; }

.maw70 {
  max-width: 70px !important; }

.miw70 {
  min-width: 70px !important; }

.h70 {
  height: 70px !important; }

.w80 {
  width: 80px !important; }

.maw80 {
  max-width: 80px !important; }

.miw80 {
  min-width: 80px !important; }

.h80 {
  height: 80px !important; }

.w90 {
  width: 90px !important; }

.maw90 {
  max-width: 90px !important; }

.miw90 {
  min-width: 90px !important; }

.h90 {
  height: 90px !important; }

.w100 {
  width: 100px !important; }

.maw100 {
  max-width: 100px !important; }

.miw100 {
  min-width: 100px !important; }

.h100 {
  height: 100px !important; }

.w110 {
  width: 110px !important; }

.maw110 {
  max-width: 110px !important; }

.miw110 {
  min-width: 110px !important; }

.h110 {
  height: 110px !important; }

.w120 {
  width: 120px !important; }

.maw120 {
  max-width: 120px !important; }

.miw120 {
  min-width: 120px !important; }

.h120 {
  height: 120px !important; }

.w130 {
  width: 130px !important; }

.maw130 {
  max-width: 130px !important; }

.miw130 {
  min-width: 130px !important; }

.h130 {
  height: 130px !important; }

.w140 {
  width: 140px !important; }

.maw140 {
  max-width: 140px !important; }

.miw140 {
  min-width: 140px !important; }

.h140 {
  height: 140px !important; }

.w150 {
  width: 150px !important; }

.maw150 {
  max-width: 150px !important; }

.miw150 {
  min-width: 150px !important; }

.h150 {
  height: 150px !important; }

.w160 {
  width: 160px !important; }

.maw160 {
  max-width: 160px !important; }

.miw160 {
  min-width: 160px !important; }

.h160 {
  height: 160px !important; }

.w170 {
  width: 170px !important; }

.maw170 {
  max-width: 170px !important; }

.miw170 {
  min-width: 170px !important; }

.h170 {
  height: 170px !important; }

.w180 {
  width: 180px !important; }

.maw180 {
  max-width: 180px !important; }

.miw180 {
  min-width: 180px !important; }

.h180 {
  height: 180px !important; }

.w190 {
  width: 190px !important; }

.maw190 {
  max-width: 190px !important; }

.miw190 {
  min-width: 190px !important; }

.h190 {
  height: 190px !important; }

.w200 {
  width: 200px !important; }

.maw200 {
  max-width: 200px !important; }

.miw200 {
  min-width: 200px !important; }

.h200 {
  height: 200px !important; }

.w210 {
  width: 210px !important; }

.maw210 {
  max-width: 210px !important; }

.miw210 {
  min-width: 210px !important; }

.h210 {
  height: 210px !important; }

.w220 {
  width: 220px !important; }

.maw220 {
  max-width: 220px !important; }

.miw220 {
  min-width: 220px !important; }

.h220 {
  height: 220px !important; }

.w230 {
  width: 230px !important; }

.maw230 {
  max-width: 230px !important; }

.miw230 {
  min-width: 230px !important; }

.h230 {
  height: 230px !important; }

.w240 {
  width: 240px !important; }

.maw240 {
  max-width: 240px !important; }

.miw240 {
  min-width: 240px !important; }

.h240 {
  height: 240px !important; }

.w250 {
  width: 250px !important; }

.maw250 {
  max-width: 250px !important; }

.miw250 {
  min-width: 250px !important; }

.h250 {
  height: 250px !important; }

.w260 {
  width: 260px !important; }

.maw260 {
  max-width: 260px !important; }

.miw260 {
  min-width: 260px !important; }

.h260 {
  height: 260px !important; }

.w270 {
  width: 270px !important; }

.maw270 {
  max-width: 270px !important; }

.miw270 {
  min-width: 270px !important; }

.h270 {
  height: 270px !important; }

.w280 {
  width: 280px !important; }

.maw280 {
  max-width: 280px !important; }

.miw280 {
  min-width: 280px !important; }

.h280 {
  height: 280px !important; }

.w290 {
  width: 290px !important; }

.maw290 {
  max-width: 290px !important; }

.miw290 {
  min-width: 290px !important; }

.h290 {
  height: 290px !important; }

.w300 {
  width: 300px !important; }

.maw300 {
  max-width: 300px !important; }

.miw300 {
  min-width: 300px !important; }

.h300 {
  height: 300px !important; }

.w310 {
  width: 310px !important; }

.maw310 {
  max-width: 310px !important; }

.miw310 {
  min-width: 310px !important; }

.h310 {
  height: 310px !important; }

.w320 {
  width: 320px !important; }

.maw320 {
  max-width: 320px !important; }

.miw320 {
  min-width: 320px !important; }

.h320 {
  height: 320px !important; }

.w330 {
  width: 330px !important; }

.maw330 {
  max-width: 330px !important; }

.miw330 {
  min-width: 330px !important; }

.h330 {
  height: 330px !important; }

.w340 {
  width: 340px !important; }

.maw340 {
  max-width: 340px !important; }

.miw340 {
  min-width: 340px !important; }

.h340 {
  height: 340px !important; }

.w350 {
  width: 350px !important; }

.maw350 {
  max-width: 350px !important; }

.miw350 {
  min-width: 350px !important; }

.h350 {
  height: 350px !important; }

.w360 {
  width: 360px !important; }

.maw360 {
  max-width: 360px !important; }

.miw360 {
  min-width: 360px !important; }

.h360 {
  height: 360px !important; }

.w370 {
  width: 370px !important; }

.maw370 {
  max-width: 370px !important; }

.miw370 {
  min-width: 370px !important; }

.h370 {
  height: 370px !important; }

.w380 {
  width: 380px !important; }

.maw380 {
  max-width: 380px !important; }

.miw380 {
  min-width: 380px !important; }

.h380 {
  height: 380px !important; }

.w390 {
  width: 390px !important; }

.maw390 {
  max-width: 390px !important; }

.miw390 {
  min-width: 390px !important; }

.h390 {
  height: 390px !important; }

.w400 {
  width: 400px !important; }

.maw400 {
  max-width: 400px !important; }

.miw400 {
  min-width: 400px !important; }

.h400 {
  height: 400px !important; }

.w410 {
  width: 410px !important; }

.maw410 {
  max-width: 410px !important; }

.miw410 {
  min-width: 410px !important; }

.h410 {
  height: 410px !important; }

.w420 {
  width: 420px !important; }

.maw420 {
  max-width: 420px !important; }

.miw420 {
  min-width: 420px !important; }

.h420 {
  height: 420px !important; }

.w430 {
  width: 430px !important; }

.maw430 {
  max-width: 430px !important; }

.miw430 {
  min-width: 430px !important; }

.h430 {
  height: 430px !important; }

.w440 {
  width: 440px !important; }

.maw440 {
  max-width: 440px !important; }

.miw440 {
  min-width: 440px !important; }

.h440 {
  height: 440px !important; }

.w450 {
  width: 450px !important; }

.maw450 {
  max-width: 450px !important; }

.miw450 {
  min-width: 450px !important; }

.h450 {
  height: 450px !important; }

.w460 {
  width: 460px !important; }

.maw460 {
  max-width: 460px !important; }

.miw460 {
  min-width: 460px !important; }

.h460 {
  height: 460px !important; }

.w470 {
  width: 470px !important; }

.maw470 {
  max-width: 470px !important; }

.miw470 {
  min-width: 470px !important; }

.h470 {
  height: 470px !important; }

.w480 {
  width: 480px !important; }

.maw480 {
  max-width: 480px !important; }

.miw480 {
  min-width: 480px !important; }

.h480 {
  height: 480px !important; }

.w490 {
  width: 490px !important; }

.maw490 {
  max-width: 490px !important; }

.miw490 {
  min-width: 490px !important; }

.h490 {
  height: 490px !important; }

.w500 {
  width: 500px !important; }

.maw500 {
  max-width: 500px !important; }

.miw500 {
  min-width: 500px !important; }

.h500 {
  height: 500px !important; }

.w510 {
  width: 510px !important; }

.maw510 {
  max-width: 510px !important; }

.miw510 {
  min-width: 510px !important; }

.h510 {
  height: 510px !important; }

.w520 {
  width: 520px !important; }

.maw520 {
  max-width: 520px !important; }

.miw520 {
  min-width: 520px !important; }

.h520 {
  height: 520px !important; }

.w530 {
  width: 530px !important; }

.maw530 {
  max-width: 530px !important; }

.miw530 {
  min-width: 530px !important; }

.h530 {
  height: 530px !important; }

.w540 {
  width: 540px !important; }

.maw540 {
  max-width: 540px !important; }

.miw540 {
  min-width: 540px !important; }

.h540 {
  height: 540px !important; }

.w550 {
  width: 550px !important; }

.maw550 {
  max-width: 550px !important; }

.miw550 {
  min-width: 550px !important; }

.h550 {
  height: 550px !important; }

.w560 {
  width: 560px !important; }

.maw560 {
  max-width: 560px !important; }

.miw560 {
  min-width: 560px !important; }

.h560 {
  height: 560px !important; }

.w570 {
  width: 570px !important; }

.maw570 {
  max-width: 570px !important; }

.miw570 {
  min-width: 570px !important; }

.h570 {
  height: 570px !important; }

.w580 {
  width: 580px !important; }

.maw580 {
  max-width: 580px !important; }

.miw580 {
  min-width: 580px !important; }

.h580 {
  height: 580px !important; }

.w590 {
  width: 590px !important; }

.maw590 {
  max-width: 590px !important; }

.miw590 {
  min-width: 590px !important; }

.h590 {
  height: 590px !important; }

.w600 {
  width: 600px !important; }

.maw600 {
  max-width: 600px !important; }

.miw600 {
  min-width: 600px !important; }

.h600 {
  height: 600px !important; }

/* clearfix */
.clearfix:after, #home #calendar .legend ul:after, #exhibition .head:after, #about.about .about .facility .flexBlock.overview .imgArea ul:after, #publications.orderList .publications .itemList table tbody tr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.italic {
  font-style: italic;
  letter-spacing: 1px; }

a {
  transition: all  0.2s ease-in-out; }
  a:link {
    text-decoration: none;
    color: #333333; }
  a:visited {
    color: #333333; }
  a:hover {
    color: #AA855A;
    text-decoration: underline; }
  a:active {
    color: #333333; }
  a img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    a img:hover {
      opacity: 0.9; }

img {
  vertical-align: bottom;
  width: 100%;
  height: auto; }

p {
  font-size: 139%; }
  @media screen and (max-width: 768px) {
    p {
      font-size: 124%; } }

/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/
html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

body {
  height: 100%;
  position: relative;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  line-height: 1.7; }

#container {
  min-height: 100%;
  position: relative;
  /*overflow: hidden;*/ }

#wrapper {
  padding: 60px 0; }

#main {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 140px 0 0 0; }
  @media screen and (max-width: 768px) {
    #main {
      margin: 100px 0 0 0; } }

#side {
  width: 220px;
  padding: 70px 0;
  position: sticky;
  top: 140px; }
  @media screen and (max-width: 1200px) {
    #side {
      width: 190px; } }
  @media screen and (max-width: 1024px) {
    #side {
      padding: 0 0 70px 0; } }
  @media screen and (max-width: 768px) {
    #side {
      display: none; } }

#contents {
  width: calc(100% - 340px);
  padding: 70px 0 0 0; }
  @media screen and (max-width: 1400px) {
    #contents {
      width: calc(100% - 290px); } }
  @media screen and (max-width: 1200px) {
    #contents {
      width: calc(100% - 230px); } }
  @media screen and (max-width: 1024px) {
    #contents {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    #contents {
      width: 100%; } }

.inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .inner {
      padding: 0 50px; } }
  @media screen and (max-width: 768px) {
    .inner {
      padding: 0 30px; } }
  @media screen and (max-width: 520px) {
    .inner {
      padding: 0 20px; } }

.block {
  padding: 104px 0; }
  @media screen and (max-width: 520px) {
    .block {
      padding: 40px 0; } }

.flexBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

/*----------------------------------------------------
	ヘッダ
----------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5; }
  @media screen and (max-width: 1400px) {
    #header .inner {
      padding: 0 50px; } }
  @media screen and (max-width: 768px) {
    #header .inner {
      padding: 0 30px; } }
  @media screen and (max-width: 520px) {
    #header .inner {
      padding: 0 10px 0 20px; } }
  #header #logo {
    width: 100%;
    height: 140px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    /*　上に上がる動き　*/
    /*　下に下がる動き　*/ }
    @media screen and (max-width: 1024px) {
      #header #logo {
        height: 70px; } }
    #header #logo h1, #header #logo p {
      display: inline-block;
      margin: 30px 0 0 110px; }
      @media screen and (max-width: 1400px) {
        #header #logo h1, #header #logo p {
          margin: 30px 0 0 50px; } }
      @media screen and (max-width: 1200px) {
        #header #logo h1, #header #logo p {
          margin: 30px 0 0 50px; } }
      @media screen and (max-width: 1024px) {
        #header #logo h1, #header #logo p {
          margin: 15px 0 0 30px; } }
      @media screen and (max-width: 520px) {
        #header #logo h1, #header #logo p {
          margin: 15px 0 0 20px; } }
    #header #logo a img {
      width: 150px; }
      @media screen and (max-width: 1024px) {
        #header #logo a img {
          width: 90px; } }
    #header #logo.upMove {
      width: 100%;
      animation: UpAnime 0.5s forwards; }
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-140px); } }
    #header #logo.downMove {
      position: fixed;
      width: 100%;
      animation: DownAnime 0.5s forwards; }
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-140px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  #header #globalNavi {
    height: 140px;
    float: right;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 1024px) {
      #header #globalNavi {
        height: 70px; } }
    #header #globalNavi ul {
      height: 140px;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 1200px) {
        #header #globalNavi ul {
          display: none; } }
      #header #globalNavi ul li {
        font-size: 139%;
        font-weight: 500;
        position: relative;
        margin: 0 20px; }
        #header #globalNavi ul li a:hover, #header #globalNavi ul li a:focus-visible {
          color: #AA855A;
          text-decoration: underline; }
        @media screen and (max-width: 1400px) {
          #header #globalNavi ul li {
            margin: 0 15px; } }
    #header #globalNavi .menu {
      width: 250px;
      padding: 15px;
      margin: 0 0 0 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      z-index: 1000000; }
      @media screen and (max-width: 1400px) {
        #header #globalNavi .menu {
          width: 230px;
          padding: 15px 10px; } }
      @media screen and (max-width: 1024px) {
        #header #globalNavi .menu {
          width: 220px;
          padding: 5px;
          position: relative;
          right: -15px; } }
      @media screen and (max-width: 520px) {
        #header #globalNavi .menu {
          right: 0; } }
      #header #globalNavi .menu .lang ul {
        height: auto; }
        @media screen and (max-width: 1200px) {
          #header #globalNavi .menu .lang ul {
            display: flex; } }
        #header #globalNavi .menu .lang ul li {
          margin: 0 8px; }
          #header #globalNavi .menu .lang ul li:first-child:after {
            content: '/';
            position: relative;
            left: 8px;
            color: #888; }
          #header #globalNavi .menu .lang ul li a {
            color: #aaa; }
          #header #globalNavi .menu .lang ul li.current a {
            color: #AA855A; }
      #header #globalNavi .menu .btnMenu {
        position: relative; }
        #header #globalNavi .menu .btnMenu button {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 154%;
          color: #000;
          background: none;
          border: none;
          outline: none;
          display: flex;
          align-items: center;
          cursor: pointer; }
          #header #globalNavi .menu .btnMenu button .icn {
            display: block;
            width: 25px;
            height: 37px;
            position: relative; }
            #header #globalNavi .menu .btnMenu button .icn span {
              width: 1px;
              height: 32px;
              background: #000;
              position: absolute;
              transition: transform 0.4s ease, opacity 0.4s ease;
              transform-origin: center; }
              #header #globalNavi .menu .btnMenu button .icn span:nth-child(1) {
                top: 5px;
                left: 0; }
              #header #globalNavi .menu .btnMenu button .icn span:nth-child(2) {
                background: #AA855A;
                top: 0;
                left: 8px; }
              #header #globalNavi .menu .btnMenu button .icn span:nth-child(3) {
                top: 5px;
                left: 16px; }
              #header #globalNavi .menu .btnMenu button .icn span:nth-child(4) {
                top: 0;
                right: 0; }
          #header #globalNavi .menu .btnMenu button strong {
            display: inline-block;
            margin: 0 0 0 20px;
            font-weight: 500; }
          #header #globalNavi .menu .btnMenu button.active .icn span:nth-child(1), #header #globalNavi .menu .btnMenu button.active .icn span:nth-child(4) {
            opacity: 0; }
          #header #globalNavi .menu .btnMenu button.active .icn span:nth-child(2) {
            transform: rotate(45deg);
            top: 2px;
            left: 8px; }
          #header #globalNavi .menu .btnMenu button.active .icn span:nth-child(3) {
            transform: rotate(-45deg);
            top: 2px;
            left: 8px; }

#home #header #logo {
  opacity: 0;
  transform: translateY(-140px); }
#home #header.mv #globalNavi > ul li a {
  color: #fff; }
  #home #header.mv #globalNavi > ul li a:hover, #home #header.mv #globalNavi > ul li a:focus-visible {
    color: #AA855A;
    text-decoration: underline; }
#home #header.mv #globalNavi .menu {
  background: rgba(0, 0, 0, 0.5); }
  #home #header.mv #globalNavi .menu .btnMenu button {
    color: #fff; }
    #home #header.mv #globalNavi .menu .btnMenu button .icn span {
      background: #fff; }
      #home #header.mv #globalNavi .menu .btnMenu button .icn span:nth-child(2) {
        background: #AA855A; }

/*----------------------------------------------------
	フッタ
----------------------------------------------------*/
.naviDetail {
  width: 100%;
  color: #fff;
  background: #333333;
  padding: 90px 0 0; }
  @media screen and (max-width: 1400px) {
    .naviDetail {
      padding: 50px 0 0; } }
  .naviDetail #pagetop {
    width: 48px;
    height: 48px;
    background: #000;
    position: fixed;
    right: 40px;
    bottom: 80px;
    z-index: 4; }
    @media screen and (max-width: 768px) {
      .naviDetail #pagetop {
        width: 34px;
        height: 34px;
        right: 10px; } }
  .naviDetail .inner {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse; }
    @media screen and (max-width: 1024px) {
      .naviDetail .inner {
        display: block; } }
  .naviDetail .contact {
    width: 210px; }
    @media screen and (max-width: 1024px) {
      .naviDetail .contact {
        margin: 90px auto 0; } }
    @media screen and (max-width: 768px) {
      .naviDetail .contact {
        margin: 0 auto; } }
    .naviDetail .contact h3 {
      margin: 0 0 40px 0; }
      .naviDetail .contact h3 img:last-child {
        display: none; }
    .naviDetail .contact .txtArea p.address {
      font-size: 139%;
      font-weight: 600; }
      @media screen and (max-width: 520px) {
        .naviDetail .contact .txtArea p.address {
          font-size: 124%; } }
    .naviDetail .contact .txtArea p.tel {
      font-size: 124%;
      font-weight: 600; }
    .naviDetail .contact .txtArea p.btnContact {
      font-size: 124%;
      margin: 40px 0; }
      .naviDetail .contact .txtArea p.btnContact a {
        display: block;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 3px;
        text-align: center;
        /*background: url("../../../common/img/icnArw1.svg") no-repeat right 20px center;*/
        padding: 10px; }
        .naviDetail .contact .txtArea p.btnContact a:hover, .naviDetail .contact .txtArea p.btnContact a:focus-visible {
          border: 1px solid #AA855A;
          background: #AA855A;
          /*background: $main_color url("../../../common/img/icnArw1.svg") no-repeat right 20px center;*/
          text-decoration: none; }
    .naviDetail .contact .sns ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .naviDetail .contact .sns ul li {
        width: 20%; }
        .naviDetail .contact .sns ul li img {
          max-width: 40px;
          max-height: 30px; }
  .naviDetail .navigation {
    width: calc(100% - 375px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1600px) {
      .naviDetail .navigation {
        width: calc(100% - 290px); } }
    @media screen and (max-width: 1024px) {
      .naviDetail .navigation {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .naviDetail .navigation {
        display: none; } }
    .naviDetail .navigation li {
      font-size: 124%;
      font-weight: 400;
      margin: 5px 0 0 0; }
      @media screen and (max-width: 520px) {
        .naviDetail .navigation li {
          margin: 3px 0 0 0; } }
      .naviDetail .navigation li.ticket {
        display: none; }
    .naviDetail .navigation a {
      color: #fff; }
      .naviDetail .navigation a:hover, .naviDetail .navigation a:focus-visible {
        color: #AA855A;
        text-decoration: underline; }
    .naviDetail .navigation .navi {
      width: 17%;
      margin: 0 0 60px 0; }
      .naviDetail .navigation .navi h3 {
        font-size: 154%;
        border-bottom: 1px solid #fff;
        padding: 0 0 10px;
        margin: 0 0 10px; }
      @media screen and (max-width: 1400px) {
        .naviDetail .navigation .navi {
          width: 30%;
          margin: 0 0 40px 0; }
          .naviDetail .navigation .navi h3 {
            font-size: 139%; } }
      @media screen and (max-width: 650px) {
        .naviDetail .navigation .navi {
          width: 47%; }
          .naviDetail .navigation .navi h3 {
            padding: 0 0 5px;
            margin: 0 0 5px; } }
    .naviDetail .navigation .naviL {
      width: 79%;
      margin: 45px 0 0 0;
      padding: 5px 0 0 0;
      border-top: 1px solid #fff;
      display: flex;
      justify-content: space-between; }
      .naviDetail .navigation .naviL ul {
        width: 21.25%; }
      @media screen and (max-width: 1400px) {
        .naviDetail .navigation .naviL {
          width: 100%;
          margin: 0; } }
      @media screen and (max-width: 650px) {
        .naviDetail .navigation .naviL {
          flex-wrap: wrap; }
          .naviDetail .navigation .naviL ul {
            width: 45%; } }
  .naviDetail .copyright {
    font-weight: 400;
    font-size: 124%;
    text-align: left;
    padding: 90px 80px 45px; }
    @media screen and (max-width: 1400px) {
      .naviDetail .copyright {
        padding: 90px 50px 45px; } }
    @media screen and (max-width: 1024px) {
      .naviDetail .copyright {
        text-align: center; } }
    @media screen and (max-width: 768px) {
      .naviDetail .copyright {
        padding: 60px 0 30px; } }

/*----------------------------------------------------
	ナビ詳細
----------------------------------------------------*/
#naviDetail {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 10000;
  padding: 140px 0 0 0; }
  @media screen and (max-width: 768px) {
    #naviDetail {
      padding: 90px 0 0 0; } }
  @media screen and (max-width: 520px) {
    #naviDetail .inner {
      padding: 0 20px; } }
  #naviDetail.naviDetail {
    background: #fff;
    color: #333333; }
    @media screen and (max-width: 768px) {
      #naviDetail.naviDetail .contact {
        margin: 60px auto 0; } }
    #naviDetail.naviDetail .contact h3 img:first-child {
      display: none; }
    #naviDetail.naviDetail .contact h3 img:last-child {
      display: block; }
    #naviDetail.naviDetail .contact .txtArea p.btnContact a {
      color: #333333;
      border-color: #333333;
      /*background: url("../img/icnArw2.svg") no-repeat right 20px center;*/ }
    #naviDetail.naviDetail .contact .sns {
      display: none; }
    @media screen and (max-width: 768px) {
      #naviDetail.naviDetail .navigation {
        display: flex; } }
    #naviDetail.naviDetail .navigation li.ticket {
      display: block;
      margin: 15px 0 0 0; }
      @media screen and (max-width: 650px) {
        #naviDetail.naviDetail .navigation li.ticket a {
          background-image: url("../../../common/img/icnTicket2.svg"), url("../../../common/img/icnArw1.svg");
          background-repeat: no-repeat, no-repeat;
          background-position: left 10px center, right 10px center !important;
          padding: 15px 10px 15px 40px !important; } }
    #naviDetail.naviDetail .navigation a {
      color: #333333; }
      #naviDetail.naviDetail .navigation a:hover, #naviDetail.naviDetail .navigation a:focus-visible {
        color: #AA855A;
        text-decoration: underline; }
    #naviDetail.naviDetail .navigation .navi h3 {
      border-color: #333333; }
    #naviDetail.naviDetail .navigation .naviL {
      border-color: #333333; }

/*----------------------------------------------------
	サブナビゲーション
----------------------------------------------------*/
/*#side {*/
.sideNavi ul {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 0 30px 0; }
.sideNavi li {
  font-size: 124%;
  border-bottom: 1px dotted #000; }
  .sideNavi li a {
    display: block;
    padding: 15px 10px;
    background: #fff url("../../../common/img/icnArw3.svg") no-repeat right 20px center; }
    .sideNavi li a:hover {
      background-color: #FFF8F1; }
  @media screen and (max-width: 1200px) {
    .sideNavi li {
      font-size: 116%; }
      .sideNavi li a {
        background: #fff url("../../../common/img/icnArw3.svg") no-repeat right 10px center; } }
  .sideNavi li.current a, .sideNavi li.pt a {
    background-color: #FFF8F1; }
  .sideNavi li.current ul, .sideNavi li.pt ul {
    padding: 0 0 0 16px;
    margin: 0;
    border: none; }
    .sideNavi li.current ul li, .sideNavi li.pt ul li {
      font-size: 100%; }
      .sideNavi li.current ul li:first-child, .sideNavi li.pt ul li:first-child {
        border-top: 1px dotted #000; }
      .sideNavi li.current ul li a, .sideNavi li.pt ul li a {
        background-color: #fff; }
        .sideNavi li.current ul li a:hover, .sideNavi li.pt ul li a:hover {
          background-color: #FFFFF1 !important; }
        @media screen and (max-width: 1200px) {
          .sideNavi li.current ul li a, .sideNavi li.pt ul li a {
            padding: 15px 5px; } }
      .sideNavi li.current ul li.current a, .sideNavi li.pt ul li.current a {
        background-color: #FFFFF1; }
  .sideNavi li.current {
    background-color: #FFF8F1; }
  .sideNavi li.pt {
    background-color: #fff; }
    .sideNavi li.pt a {
      background-color: #fff; }
    .sideNavi li.pt:hover {
      background-color: #FFF8F1; }
      .sideNavi li.pt:hover ul li a {
        background-color: #fff; }
      .sideNavi li.pt:hover a {
        background-color: #FFF8F1; }
  .sideNavi li:last-child {
    border-bottom: none; }
.sideNavi .ticket {
  font-size: 124%; }
  .sideNavi .ticket a {
    padding: 25px 20px 25px 50px !important; }
  @media screen and (max-width: 1200px) {
    .sideNavi .ticket a {
      background-image: url(../../../common/img/icnTicket2.svg), url(../../../common/img/icnArw1.svg);
      background-repeat: no-repeat, no-repeat;
      background-position: left 10px center, right 10px center !important;
      padding: 15px 10px 15px 40px !important; } }
@media screen and (max-width: 768px) {
  .sideNavi.sp {
    padding: 0 30px; } }
@media screen and (max-width: 520px) {
  .sideNavi.sp {
    padding: 0 20px; } }

/*}*/
/*----------------------------------------------------
	共通パーツ
----------------------------------------------------*/
br.sp {
  display: none; }
  @media screen and (max-width: 520px) {
    br.sp {
      display: block; } }

.subTitle1 {
  font-size: 404%;
  font-weight: 300;
  position: relative;
  line-height: 1;
  margin: 0 0 50px 0; }
  .subTitle1 span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 0 50px 0 0; }
  .subTitle1:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #333333;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0; }
  @media screen and (max-width: 1400px) {
    .subTitle1 {
      font-size: 372%; } }
  @media screen and (max-width: 1200px) {
    .subTitle1 {
      font-size: 340%; } }
  @media screen and (max-width: 1024px) {
    .subTitle1 {
      font-size: 308%; } }
  @media screen and (max-width: 768px) {
    .subTitle1 {
      font-size: 277%; }
      .subTitle1 span {
        padding: 0 30px 0 0; } }
  @media screen and (max-width: 520px) {
    .subTitle1 {
      font-size: 185%; } }

.subTitle2 {
  font-size: 200%;
  position: relative;
  padding: 0 0 0 40px; }
  .subTitle2:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 23px;
    left: 0; }
  @media screen and (max-width: 1200px) {
    .subTitle2 {
      font-size: 170%; }
      .subTitle2:after {
        top: 18px; } }
  @media screen and (max-width: 768px) {
    .subTitle2 {
      font-size: 139%; }
      .subTitle2:after {
        top: 15px; } }

.subTitle3 {
  font-size: 216%;
  margin: 0 0 40px 0;
  line-height: 1; }
  @media screen and (max-width: 1200px) {
    .subTitle3 {
      font-size: 185%; } }
  @media screen and (max-width: 768px) {
    .subTitle3 {
      font-size: 154%; } }

.pageTitle {
  font-size: 247%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 50px 0; }
  .pageTitle span {
    display: inline-block;
    writing-mode: vertical-rl;
    text-align: left; }
  @media screen and (max-width: 1200px) {
    .pageTitle {
      font-size: 216%; } }
  @media screen and (max-width: 768px) {
    .pageTitle {
      font-size: 170%; }
      .pageTitle.nobr br {
        display: none; } }

.btnMore {
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; }
  .btnMore a {
    width: 150px;
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 0 0 5px 0; }
    .btnMore a:before {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      width: 17px;
      height: 1px;
      border-radius: 9999px;
      background-color: #333333;
      transform: rotate(30deg);
      transform-origin: calc(100% - 0.5px) 50%; }
    .btnMore a:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      display: inline-block;
      width: 150px;
      height: 1px;
      margin-top: 8px;
      border-radius: 9999px;
      background-color: #333333; }

.setTicket, #naviDetail.naviDetail .navigation li.ticket, .sideNavi .ticket, #home #exhibition .btnArea li.ticket, #exhibition .overview table td.form .ticket, #visit.visit .guide > section .txtArea.fee .ticket, #visit.faq .faq dl div dd .ticket {
  font-family: "Noto Serif JP", serif;
  font-weight: 600; }
  .setTicket a, #naviDetail.naviDetail .navigation li.ticket a, .sideNavi .ticket a, #home #exhibition .btnArea li.ticket a, #exhibition .overview table td.form .ticket a, #visit.visit .guide > section .txtArea.fee .ticket a, #visit.faq .faq dl div dd .ticket a {
    color: #fff;
    border-radius: 3px;
    display: block;
    background-color: #AA855A;
    background-image: url("../../../common/img/icnTicket2.svg"), url("../../../common/img/icnArw1.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left 20px center, right 20px center;
    padding: 15px 20px 15px 50px; }
    .setTicket a:hover, #naviDetail.naviDetail .navigation li.ticket a:hover, .sideNavi .ticket a:hover, #home #exhibition .btnArea li.ticket a:hover, #exhibition .overview table td.form .ticket a:hover, #visit.visit .guide > section .txtArea.fee .ticket a:hover, #visit.faq .faq dl div dd .ticket a:hover, .setTicket a:focus-visible, #naviDetail.naviDetail .navigation li.ticket a:focus-visible, .sideNavi .ticket a:focus-visible, #home #exhibition .btnArea li.ticket a:focus-visible, #exhibition .overview table td.form .ticket a:focus-visible, #visit.visit .guide > section .txtArea.fee .ticket a:focus-visible, #visit.faq .faq dl div dd .ticket a:focus-visible {
      opacity: 0.8;
      text-decoration: none; }

.term {
  font-family: "Noto Sans JP", sans-serif; }

#contents .head {
  border-left: 3px solid #333333;
  min-height: 130px;
  padding: 0 0 0 30px;
  margin: 0 0 120px;
  display: flex;
  align-items: center; }
  #contents .head h2 {
    font-size: 293%;
    letter-spacing: 3px; }
  #contents .head .link ul {
    display: flex;
    gap: 40px; }
    #contents .head .link ul li {
      font-size: 139%; }
      #contents .head .link ul li a {
        display: block;
        padding: 0 0 15px 0;
        background: url("../../../common/img/icnArw4.svg") no-repeat center bottom; }
@media screen and (max-width: 1600px) {
  #contents .head {
    position: relative; }
    #contents .head .link {
      position: absolute;
      bottom: -50px;
      right: 0; } }
@media screen and (max-width: 1200px) {
  #contents .head {
    min-height: 80px;
    margin: 0 0 60px; }
    #contents .head h2 {
      font-size: 262%; }
    #contents .head .link {
      display: none; } }
@media screen and (max-width: 768px) {
  #contents .head {
    min-height: auto;
    padding: 0;
    border: none;
    display: block;
    position: relative;
    text-align: right; }
    #contents .head:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #333333;
      position: absolute;
      top: 50%;
      left: 0; }
    #contents .head h2 {
      font-size: 170%;
      letter-spacing: 1px;
      display: inline-block;
      background: #fff;
      position: relative;
      padding: 0 0 0 10px; } }

/*----------------------------------------------------
	パンくず　使用する場合は_setting.scssでtrueに変更
----------------------------------------------------*/
.topicPath {
  margin: 0 0 40px 0; }
  .topicPath ul {
    padding: 10px 100px;
    margin: 0 auto; }
  .topicPath li {
    padding: 5px 5px 5px 0;
    display: inline-block;
    font-size: 116%; }
    .topicPath li:before {
      content: '〉'; }
    .topicPath li:first-child:before {
      content: ' '; }
  @media screen and (max-width: 768px) {
    .topicPath {
      display: none; } }

/*----------------------------------------------------
	ページャー　使用する場合は_setting.scssでtrueに変更
----------------------------------------------------*/
/*----------------------------------------------------
	入力系
----------------------------------------------------*/
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=time],
textarea {
  width: 100%;
  border: 1px solid #aaa;
  padding: 4px;
  /*font-family: $fontMincho;*/
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*display: block;*/ }
  input[type=text].error,
  input[type=email].error,
  input[type=password].error,
  input[type=number].error,
  input[type=tel].error,
  input[type=time].error,
  textarea.error {
    border: 1px solid #ed5959; }

input[type=radio],
input[type=checkbox] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin: 0 5px 0 0; }

button,
input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
  font-family: "Noto Serif JP", serif; }

label {
  display: inline-block;
  /*margin: 5px 0;*/
  margin: 0 40px 0 0; }

select {
  border: 1px solid #aaa;
  padding: 4px;
  /*font-family: $fontMincho;*/
  border-radius: 5px; }
  select.error {
    border: 1px solid #ed5959; }

.errorMessage {
  color: #7153a0;
  font-weight: bold; }
  .errorMessage li {
    font-size: 124%;
    margin: 10px 0; }

.error th {
  background: #ed5959 !important;
  color: #fff !important; }
  .error th span {
    color: #fff !important;
    border: 1px solid #fff !important; }
.error input, .error select {
  border: 1px solid #ed5959; }

.error2 th {
  background: #ed5959 !important;
  color: #fff !important; }
  .error2 th span {
    color: #fff !important;
    border: 1px solid #fff !important; }

/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
.btnArea {
  text-align: center;
  margin: 64px 0 0 0; }
  .btnArea li {
    display: inline-block;
    margin: 0 20px 10px;
    vertical-align: middle; }
    .btnArea li input, .btnArea li button {
      width: 100%;
      background: #AA855A url("../../../common/img/icnArw1.svg") no-repeat right 20px center;
      color: #fff;
      border: none;
      padding: 15px;
      cursor: pointer;
      font-size: 154%;
      line-height: normal;
      border-radius: 4px; }
      @media screen and (max-width: 1024px) {
        .btnArea li input, .btnArea li button {
          font-size: 139%;
          padding: 10px; } }
      .btnArea li input:hover, .btnArea li button:hover {
        opacity: 0.8; }
      .btnArea li input:disabled, .btnArea li button:disabled {
        background: #999 url("../../../common/img/icnArw1.svg") no-repeat right 20px center;
        cursor: default; }
        .btnArea li input:disabled:hover, .btnArea li button:disabled:hover {
          opacity: 1; }
    .btnArea li a {
      			/*width: 100%;
      			background: $main_color;
            color: #fff;
      			padding: 10px 0 13px;
      			cursor: pointer;
      			display: inline-block;
      			font-size: fz(16);
      			line-height: normal;
            border-radius: 30px;
      
      			&:hover {
      				background: $hover_color;
      				color: #fff;
      			}
      			@include mq(sp) {
      				font-size: fz(15);
      			}*/ }
    .btnArea li.back input, .btnArea li.back button {
      background: #999 url("../../../common/img/icnArw1.svg") no-repeat right 20px center; }
  .btnArea input[type=button],
  .btnArea input[type=submit],
  .btnArea input[type=reset] {
    -webkit-appearance: none;
    font-family: "Noto Serif JP", serif; }
  .btnArea.pc {
    display: block; }
  .btnArea.sp {
    display: none; }
  @media screen and (max-width: 768px) {
    .btnArea.pc {
      display: none; }
    .btnArea.sp {
      width: auto;
      display: block;
      position: absolute; }
      .btnArea.sp li {
        width: auto !important;
        margin: 0 !important; }
      .btnArea.sp a {
        background: none;
        padding: 0;
        border-radius: 0; }
        .btnArea.sp a:hover {
          background: none; } }

/*----------------------------------------------------
	テーブル
----------------------------------------------------*/
.inputArea table {
  width: 100%;
  margin: 0 auto; }
.inputArea tbody th {
  width: 250px;
  text-align: left;
  vertical-align: middle;
  padding: 16px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-size: 124%; }
  .inputArea tbody th .req {
    float: right;
    color: #ed5959;
    border: 1px solid #ed5959;
    font-size: 80%;
    padding: 3px; }
  @media screen and (max-width: 768px) {
    .inputArea tbody th {
      display: block;
      width: 100%;
      border-bottom: none;
      padding: 16px 10px 0; }
      .inputArea tbody th span {
        float: none;
        margin: 0 0 0 10px; } }
.inputArea tbody td {
  padding: 16px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  text-align: left;
  vertical-align: middle;
  font-size: 124%; }
  .inputArea tbody td a {
    border-bottom: 2px solid #34215e;
    margin: 0 0 0 15px; }
    .inputArea tbody td a.zip {
      display: inline-block;
      margin: 5px 0 0 15px; }
      @media screen and (max-width: 520px) {
        .inputArea tbody td a.zip {
          margin: 5px 0 0 0; } }
  .inputArea tbody td .box60 {
    max-width: 100px; }
  .inputArea tbody td .box120 {
    width: 40%;
    max-width: 200px;
    margin: 0 20px 0 0; }
  .inputArea tbody td .zipimg {
    margin: 15px 0 0 0; }
    .inputArea tbody td .zipimg a {
      background: #ccc;
      padding: 5px;
      margin: 0 15px 0 0; }
  .inputArea tbody td p {
    font-size: 100%; }
  .inputArea tbody td li {
    margin: 0 0 5px 0; }
    .inputArea tbody td li:last-child {
      margin: 0; }
  .inputArea tbody td .attention {
    margin: 15px 0 0 0;
    color: #7153a0;
    line-height: 1.6; }
  .inputArea tbody td .add {
    background: #AA855A;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
    font-size: 108%;
    margin: 0 0 0 10px;
    transition: all  0.2s ease-in-out; }
    @media screen and (max-width: 520px) {
      .inputArea tbody td .add {
        margin: 10px 0 0 10px; } }
    .inputArea tbody td .add:hover {
      /*background: $hover_color;*/ }
  .inputArea tbody td .errorMessage {
    margin: 10px 0 0 0; }
  .inputArea tbody td .number {
    max-width: 350px; }
  .inputArea tbody td:last-child {
    border-right: none; }
  @media screen and (max-width: 768px) {
    .inputArea tbody td {
      display: block;
      width: 100%;
      padding: 16px 10px;
      border: none; } }
.inputArea .errorArea {
  background: #ed5959;
  color: #fff;
  padding: 5px;
  text-align: center;
  border-radius: 5px 5px 0 0; }

/*----------------------------------------------------
	テーブル横スクロール
----------------------------------------------------*/
@media screen and (max-width: 520px) {
  .scroll {
    overflow: auto;
    white-space: nowrap; }

  .scroll::-webkit-scrollbar {
    height: 5px; }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1; }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC; } }
.grecaptcha-badge {
  z-index: 4 !important; }

/*----------------------------------------------------
	main visual
----------------------------------------------------*/
#mainVisual {
  width: 100%;
  height: 100vh;
  background: url("../../../common/img/home/mainVisual.png") no-repeat center 50%;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center; }
  #mainVisual .logo {
    width: 100%;
    background: rgba(0, 0, 0, 0.35);
    padding: 115px 0;
    text-align: center; }
    #mainVisual .logo img {
      width: 240px; }
    @media screen and (max-width: 1400px) {
      #mainVisual .logo {
        padding: 60px 0; } }
    @media screen and (max-width: 1024px) {
      #mainVisual .logo {
        margin: 0 0 100px 0; } }
    @media screen and (max-width: 768px) {
      #mainVisual .logo {
        padding: 40px 0; }
        #mainVisual .logo img {
          width: 150px; } }
  #mainVisual .attention {
    width: calc(100% - 725px);
    position: absolute;
    left: 0;
    bottom: 80px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    padding: 25px 40px;
    margin: 0 0 0 90px; }
    #mainVisual .attention h2 {
      font-size: 124%;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 500;
      display: inline-block;
      background: url("../../../common/img/bgAttn.svg") no-repeat center bottom;
      background-size: 100% auto;
      padding: 0 5px 5px 5px;
      margin: 0 0 10px 0; }
    #mainVisual .attention p {
      font-weight: 300; }
    @media screen and (max-width: 1400px) {
      #mainVisual .attention {
        bottom: 50px;
        padding: 20px;
        margin: 0 0 0 50px; }
        #mainVisual .attention p {
          font-size: 108%; } }
    @media screen and (max-width: 1200px) {
      #mainVisual .attention {
        width: calc(100% - 600px); } }
    @media screen and (max-width: 1024px) {
      #mainVisual .attention {
        width: calc(100% - 100px);
        bottom: 160px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        padding: 10px 15px; } }
    @media screen and (max-width: 520px) {
      #mainVisual .attention {
        width: calc(100% - 40px);
        bottom: 120px; } }
  #mainVisual .information {
    width: 530px;
    position: absolute;
    right: 0;
    bottom: 80px;
    margin: 0 50px 0 0;
    display: flex;
    color: #fff;
    background: #000;
    border-radius: 3px;
    justify-content: space-between; }
    #mainVisual .information dl {
      background: #000;
      border-radius: 3px 0 0 3px;
      line-height: 1; }
      #mainVisual .information dl div {
        display: flex;
        align-items: center;
        padding: 10px 0; }
        #mainVisual .information dl div dt {
          width: 100px;
          padding: 5px 20px;
          border-right: 1px solid #fff;
          text-align: center; }
          #mainVisual .information dl div dt .year {
            font-size: 170%; }
          #mainVisual .information dl div dt .md {
            height: 60px;
            display: block;
            font-size: 208%;
            position: relative;
            margin: 10px 0 0 0; }
            #mainVisual .information dl div dt .md:after {
              content: '';
              width: 1px;
              height: 50px;
              background: #fff;
              transform: rotate(45deg);
              position: absolute;
              top: 5px;
              left: 50%; }
            #mainVisual .information dl div dt .md .month {
              position: absolute;
              left: 0;
              top: 0; }
            #mainVisual .information dl div dt .md .day {
              position: absolute;
              right: 0;
              bottom: 0; }
        #mainVisual .information dl div dd {
          font-size: 139%;
          padding: 0 25px; }
          #mainVisual .information dl div dd .time {
            display: block;
            font-size: 200%;
            margin: 10px 0 0 0; }
    #mainVisual .information .btnTicket {
      font-size: 124%; }
      #mainVisual .information .btnTicket a {
        height: 100%;
        display: block;
        border-radius: 0 3px 3px 0;
        background: #AA855A url("../../../common/img/icnTicket.svg") no-repeat center 65%;
        background-size: 55px auto;
        color: #fff;
        padding: 20px; }
    @media screen and (max-width: 1400px) {
      #mainVisual .information {
        bottom: 50px; } }
    @media screen and (max-width: 1200px) {
      #mainVisual .information {
        width: 450px; }
        #mainVisual .information dl div dt .year {
          font-size: 139%; }
        #mainVisual .information dl div dt .md {
          height: 40px;
          font-size: 177%; }
          #mainVisual .information dl div dt .md:after {
            height: 30px; }
        #mainVisual .information dl div dd {
          font-size: 124%; }
          #mainVisual .information dl div dd .time {
            font-size: 150%; }
        #mainVisual .information .btnTicket a {
          background: #AA855A url("../../../common/img/icnTicket.svg") no-repeat center 75%;
          background-size: 40px auto;
          padding: 20px 10px; } }
    @media screen and (max-width: 1024px) {
      #mainVisual .information {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: 30px;
        margin: 0; } }
    @media screen and (max-width: 768px) {
      #mainVisual .information {
        width: calc(100% - 100px); }
        #mainVisual .information dl div dd {
          padding: 0 15px; } }
    @media screen and (max-width: 520px) {
      #mainVisual .information {
        width: calc(100% - 40px);
        bottom: 20px; }
        #mainVisual .information dl div {
          padding: 5px 0; }
          #mainVisual .information dl div dt {
            width: 65px;
            padding: 5px 10px; }
            #mainVisual .information dl div dt .year {
              font-size: 116%; }
            #mainVisual .information dl div dt .md {
              font-size: 139%;
              height: 35px; }
              #mainVisual .information dl div dt .md:after {
                height: 25px; }
          #mainVisual .information dl div dd {
            font-size: 100%; }
            #mainVisual .information dl div dd .time {
              font-size: 165%; }
        #mainVisual .information .btnTicket {
          font-size: 100%; }
          #mainVisual .information .btnTicket a {
            background: #AA855A url("../../../common/img/icnTicket.svg") no-repeat center 75%;
            background-size: 40px auto;
            padding: 20px 10px; } }
  @media (max-height: 600px) {
    #mainVisual {
      height: auto;
      display: block;
      padding: 100px 0 30px 0; }
      #mainVisual .logo {
        margin: 0 0 30px; }
      #mainVisual .attention {
        position: static;
        transform: none;
        margin: 0 auto 30px; }
      #mainVisual .information {
        position: static;
        transform: none;
        margin: 0 auto; } }

/*----------------------------------------------------
	home
----------------------------------------------------*/
#home #main {
  margin: 0; }
#home .flexBlock {
  padding: 100px; }
  #home .flexBlock > section {
    width: 47%; }
  @media screen and (max-width: 1400px) {
    #home .flexBlock {
      padding: 100px 80px; } }
  @media screen and (max-width: 1200px) {
    #home .flexBlock {
      padding: 80px 50px; } }
  @media screen and (max-width: 1024px) {
    #home .flexBlock {
      padding: 60px 50px;
      /*flex-wrap: wrap;

      &>section {
        width: 100%;
      }*/ } }
  @media screen and (max-width: 940px) {
    #home .flexBlock {
      flex-wrap: wrap;
      padding: 60px 50px 40px; }
      #home .flexBlock > section {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    #home .flexBlock {
      padding: 40px 30px 20px; } }
  @media screen and (max-width: 520px) {
    #home .flexBlock {
      padding: 40px 20px 20px; } }
#home #exhibition {
  position: relative; }
  @media screen and (max-width: 940px) {
    #home #exhibition {
      margin: 0 0 60px 0; } }
  @media screen and (max-width: 768px) {
    #home #exhibition {
      margin: 0 0 40px 0; } }
  #home #exhibition .imgArea {
    height: 500px;
    background: #f7f7f7;
    margin: 0 0 35px 0; }
    #home #exhibition .imgArea a {
      display: inline-block;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    #home #exhibition .imgArea img {
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    @media screen and (max-width: 1024px) {
      #home #exhibition .imgArea {
        height: 400px; } }
    @media screen and (max-width: 520px) {
      #home #exhibition .imgArea {
        height: 220px; } }
  #home #exhibition .txtArea {
    display: flex;
    flex-direction: column; }
    #home #exhibition .txtArea .title {
      order: 99;
      line-height: 1.4;
      margin: 30px 0 0 0; }
      #home #exhibition .txtArea .title .type {
        /*background-image: url("../../../common/img/icnExhib.svg"), url("../../../common/img/icnExhib.svg");
        background-repeat: no-repeat, no-repeat;
        background-position: left center, right center;
        background-size:  auto 100%;
        padding: 0 30px;*/
        font-size: 139%;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400; }
      #home #exhibition .txtArea .title .ttl {
        display: block;
        font-size: 247%;
        font-weight: 600;
        margin: 5px 0; }
      #home #exhibition .txtArea .title .sub {
        font-size: 185%;
        font-weight: 600; }
    #home #exhibition .txtArea .meta {
      display: flex;
      align-items: center; }
      #home #exhibition .txtArea .meta .term {
        font-weight: 400;
        margin: 0 0 0 40px; }
      #home #exhibition .txtArea .meta .icns li {
        display: inline-block;
        background: #AA855A;
        color: #fff;
        font-size: 200%;
        font-weight: 600;
        padding: 0 20px; }
    @media screen and (max-width: 1400px) {
      #home #exhibition .txtArea .title .type {
        font-size: 170%; }
      #home #exhibition .txtArea .title .ttl {
        font-size: 216%; }
      #home #exhibition .txtArea .title .sub {
        font-size: 154%; }
      #home #exhibition .txtArea .meta .icns li {
        font-size: 170%; } }
    @media screen and (max-width: 1024px) {
      #home #exhibition .txtArea .title .type {
        font-size: 154%; }
      #home #exhibition .txtArea .title .ttl {
        font-size: 200%; }
      #home #exhibition .txtArea .title .sub {
        font-size: 139%; }
      #home #exhibition .txtArea .meta .icns li {
        font-size: 139%;
        padding: 0 10px; }
      #home #exhibition .txtArea .meta .term {
        margin: 0 0 0 20px; } }
    @media screen and (max-width: 520px) {
      #home #exhibition .txtArea .title .type {
        font-size: 139%; }
      #home #exhibition .txtArea .title .ttl {
        font-size: 185%; }
      #home #exhibition .txtArea .title .sub {
        font-size: 124%; }
      #home #exhibition .txtArea .meta .icns li {
        font-size: 124%; }
      #home #exhibition .txtArea .meta .term {
        margin: 0 0 0 10px; } }
  #home #exhibition .btnArea {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    gap: 0 3.5%;
    margin: 25px 0; }
    #home #exhibition .btnArea li {
      width: 31%;
      margin: 0;
      font-size: 139%;
      text-align: left; }
      #home #exhibition .btnArea li a {
        display: block;
        background: #333333 url("../../../common/img/icnArw1.svg") no-repeat right 15px center;
        color: #fff;
        border-radius: 4px;
        padding: 15px 20px; }
        #home #exhibition .btnArea li a:hover, #home #exhibition .btnArea li a:focus-visible {
          opacity: 0.8;
          text-decoration: none; }
      @media screen and (max-width: 1600px) {
        #home #exhibition .btnArea li.ticket a {
          background-position: left 15px center, right 15px center;
          padding: 15px 20px 15px 45px; } }
      @media screen and (max-width: 1400px) {
        #home #exhibition .btnArea li {
          width: 48.25%; }
          #home #exhibition .btnArea li.ticket {
            margin: 15px 0 0 0; } }
      @media screen and (max-width: 768px) {
        #home #exhibition .btnArea li {
          font-size: 124%; } }
      @media screen and (max-width: 520px) {
        #home #exhibition .btnArea li a {
          padding-top: 10px !important;
          padding-bottom: 10px !important; } }
  @media screen and (max-width: 1400px) {
    #home #exhibition .btnMore {
      position: absolute;
      bottom: 25px;
      right: 0; } }
#home #calendar {
  position: relative; }
  #home #calendar h3 {
    font-size: 372%;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    position: relative;
    top: -7px; }
    #home #calendar h3 span {
      font-size: 50%; }
    @media screen and (max-width: 1400px) {
      #home #calendar h3 {
        font-size: 340%; } }
    @media screen and (max-width: 768px) {
      #home #calendar h3 {
        font-size: 308%; } }
    @media screen and (max-width: 520px) {
      #home #calendar h3 {
        font-size: 277%; } }
  #home #calendar .cal {
    margin: 20px 0 0 0;
    font-family: "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 520px) {
      #home #calendar .cal {
        margin: 10px 0 0 0; } }
  #home #calendar table {
    width: 100%;
    font-size: 139%;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      #home #calendar table {
        font-size: 124%; } }
    #home #calendar table thead th {
      font-weight: 400;
      padding: 15px 0; }
      @media screen and (max-width: 520px) {
        #home #calendar table thead th {
          padding: 10px 0; } }
    #home #calendar table tbody td {
      border: 1px solid #999;
      text-align: center;
      width: 14.28571%;
      height: 90px; }
      @media screen and (max-width: 768px) {
        #home #calendar table tbody td {
          height: 80px; } }
      @media screen and (max-width: 520px) {
        #home #calendar table tbody td {
          height: 70px; } }
      #home #calendar table tbody td span {
        display: block;
        background: #fff;
        padding: 5px 0; }
        #home #calendar table tbody td span.today strong {
          width: 30px;
          height: 30px;
          display: inline-block;
          border-radius: 50%;
          background: #FFD46E;
          font-weight: normal; }
          @media screen and (max-width: 768px) {
            #home #calendar table tbody td span.today strong {
              width: 26px;
              height: 26px; } }
      #home #calendar table tbody td img {
        width: 14px;
        height: 14px; }
        @media screen and (max-width: 520px) {
          #home #calendar table tbody td img {
            width: 10px;
            height: 10px;
            position: relative;
            top: -5px; } }
      #home #calendar table tbody td:first-child span {
        color: #A60000; }
      #home #calendar table tbody td:last-child span {
        color: #003F8C; }
      #home #calendar table tbody td.closed_day {
        background: #ddd; }
      #home #calendar table tbody td.exhibition1 {
        background: #cfb38a; }
      #home #calendar table tbody td.exhibition1Link {
        background: #cfb38a; }
      #home #calendar table tbody td.exhibition2 {
        background: #9bb8dc; }
      #home #calendar table tbody td.exhibition2Link {
        background: #9bb8dc; }
      #home #calendar table tbody td.night_opening img {
        width: 24px;
        height: auto;
        margin: 10px 0 0 0; }
  #home #calendar .legend {
    margin: 20px 0; }
    #home #calendar .legend ul {
      /*display: flex;
      flex-wrap: wrap;*/ }
    #home #calendar .legend li {
      float: left;
      font-size: 124%;
      font-weight: 400;
      padding: 0 0 15px 15px;
      vertical-align: middle; }
      @media screen and (max-width: 520px) {
        #home #calendar .legend li {
          padding: 0 0 15px 0; } }
      #home #calendar .legend li span {
        width: 34px;
        height: 16px;
        display: inline-block;
        margin: 0 20px 0 0; }
      #home #calendar .legend li.close_day {
        width: 100%; }
        #home #calendar .legend li.close_day span {
          background: #ddd; }
      #home #calendar .legend li.exhibition1 {
        margin: 0 20px 0 0; }
        #home #calendar .legend li.exhibition1 span {
          background: #cfb38a; }
      #home #calendar .legend li.exhibition2 span {
        background: #9bb8dc; }
      #home #calendar .legend li.eventday {
        width: 200px;
        clear: both; }
        #home #calendar .legend li.eventday img {
          width: 16px;
          height: 16px;
          vertical-align: middle;
          margin: 0 29px 0 9px; }
      #home #calendar .legend li.night_opening {
        width: calc(100% - 200px); }
        #home #calendar .legend li.night_opening img {
          width: 24px;
          height: auto;
          vertical-align: middle;
          margin: 0 21px 0 9px; }
  #home #calendar .paging {
    width: 100%;
    position: absolute;
    top: 120px;
    left: 0; }
    #home #calendar .paging li {
      position: absolute;
      font-size: 185%; }
      #home #calendar .paging li button {
        background: none;
        border: none;
        cursor: pointer; }
      #home #calendar .paging li.prev {
        left: 0; }
        #home #calendar .paging li.prev button {
          background: url("../../../common/img/icnPrev.svg") no-repeat left center;
          padding: 0 0 0 30px; }
      #home #calendar .paging li.next {
        right: 0; }
        #home #calendar .paging li.next button {
          background: url("../../../common/img/icnNext.svg") no-repeat right center;
          padding: 0 30px 0 0; }
    @media screen and (max-width: 1400px) {
      #home #calendar .paging {
        top: 105px; } }
    @media screen and (max-width: 768px) {
      #home #calendar .paging {
        top: 85px; } }
    @media screen and (max-width: 520px) {
      #home #calendar .paging {
        top: 70px; }
        #home #calendar .paging li.prev button {
          padding: 0 0 0 20px; }
        #home #calendar .paging li.next button {
          padding: 0 20px 0 0; } }
#home #collection {
  background: #333333; }
  @media screen and (max-width: 1024px) {
    #home #collection {
      position: relative; } }
  #home #collection .inner {
    padding: 100px 0 110px 100px; }
    @media screen and (max-width: 1400px) {
      #home #collection .inner {
        padding: 80px 0 90px 80px; } }
    @media screen and (max-width: 1200px) {
      #home #collection .inner {
        padding: 70px 0 80px 50px; } }
    @media screen and (max-width: 1024px) {
      #home #collection .inner {
        padding: 50px 0 70px 50px; } }
    @media screen and (max-width: 768px) {
      #home #collection .inner {
        padding: 40px 0 50px 30px; } }
    @media screen and (max-width: 520px) {
      #home #collection .inner {
        padding: 40px 0 50px 20px; } }
  #home #collection .subTitle1 {
    color: #fff;
    max-width: 750px; }
    #home #collection .subTitle1 span {
      background: #333333; }
    #home #collection .subTitle1:after {
      background: #fff; }
    @media screen and (max-width: 1024px) {
      #home #collection .subTitle1:after {
        display: none; } }
  #home #collection .collection {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      #home #collection .collection {
        display: block; } }
    #home #collection .collection .itemWrap {
      width: calc(100% - 350px);
      overflow-x: auto;
      overflow-y: hidden;
      cursor: grab;
      user-select: none;
      -webkit-user-drag: none;
      touch-action: pan-x; }
      #home #collection .collection .itemWrap.is-dragging {
        cursor: grabbing; }
      #home #collection .collection .itemWrap * {
        user-select: none;
        -webkit-user-drag: none; }
      @media screen and (max-width: 1400px) {
        #home #collection .collection .itemWrap {
          width: calc(100% - 250px); } }
      @media screen and (max-width: 1200px) {
        #home #collection .collection .itemWrap {
          width: calc(100% - 220px); } }
      @media screen and (max-width: 1024px) {
        #home #collection .collection .itemWrap {
          width: 100%; } }
      #home #collection .collection .itemWrap::-webkit-scrollbar {
        width: 1px;
        height: 1px; }
      #home #collection .collection .itemWrap::-webkit-scrollbar-track {
        background: #fff; }
      #home #collection .collection .itemWrap::-webkit-scrollbar-thumb {
        background: #000; }
      #home #collection .collection .itemWrap::-webkit-scrollbar-thumb:hover {
        background: #000; }
      #home #collection .collection .itemWrap .itemList {
        display: flex;
        flex-wrap: nowrap;
        gap: 0 60px;
        padding: 0 0 40px 0; }
        @media screen and (max-width: 520px) {
          #home #collection .collection .itemWrap .itemList {
            gap: 0 35px; } }
        #home #collection .collection .itemWrap .itemList .item {
          width: auto;
          flex: 0 0 auto; }
          #home #collection .collection .itemWrap .itemList .item > a {
            display: flex;
            width: 310px;
            height: 220px;
            background: #f2f2f2;
            justify-content: center;
            align-items: center; }
            #home #collection .collection .itemWrap .itemList .item > a img {
              width: auto;
              height: auto;
              max-width: 100%;
              max-height: 100%; }
            @media screen and (max-width: 1200px) {
              #home #collection .collection .itemWrap .itemList .item > a {
                width: 270px;
                height: 150px; } }
            @media screen and (max-width: 520px) {
              #home #collection .collection .itemWrap .itemList .item > a {
                width: 240px;
                height: 130px; } }
          #home #collection .collection .itemWrap .itemList .item p {
            font-size: 154%;
            font-weight: 100;
            line-height: 1.5;
            margin: 20px 0 0 0; }
            #home #collection .collection .itemWrap .itemList .item p span {
              display: block;
              font-size: 80%; }
            #home #collection .collection .itemWrap .itemList .item p a {
              color: #fff; }
              #home #collection .collection .itemWrap .itemList .item p a:hover, #home #collection .collection .itemWrap .itemList .item p a:focus-visible {
                text-decoration: none; }
            @media screen and (max-width: 1200px) {
              #home #collection .collection .itemWrap .itemList .item p {
                font-size: 139%; } }
            @media screen and (max-width: 768px) {
              #home #collection .collection .itemWrap .itemList .item p {
                font-size: 124%; } }
    #home #collection .collection .btnList {
      font-weight: 300;
      font-size: 124%; }
      @media screen and (max-width: 1024px) {
        #home #collection .collection .btnList {
          position: absolute;
          top: 50px;
          right: 50px; } }
      @media screen and (max-width: 1024px) {
        #home #collection .collection .btnList {
          top: 30px;
          right: 30px; } }
      @media screen and (max-width: 520px) {
        #home #collection .collection .btnList {
          top: 35px;
          right: 20px;
          font-size: 116%; } }
      #home #collection .collection .btnList a {
        border: 1px solid #fff;
        color: #fff;
        padding: 10px 15px;
        display: inline-block; }
        #home #collection .collection .btnList a:hover, #home #collection .collection .btnList a:focus-visible {
          border: 1px solid #AA855A;
          background: #AA855A;
          color: #fff;
          text-decoration: none; }
        @media screen and (max-width: 520px) {
          #home #collection .collection .btnList a {
            padding: 5px 10px; } }
#home #about {
  margin: 90px 0 0 0; }
  @media screen and (max-width: 1200px) {
    #home #about {
      margin: 80px 0 0 0; } }
  @media screen and (max-width: 1024px) {
    #home #about {
      margin: 70px 0 0 0; } }
  @media screen and (max-width: 768px) {
    #home #about {
      margin: 50px 0 0 0; } }
  #home #about .links {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      #home #about .links {
        padding: 0 30px 20px;
        display: block;
        width: 100%;
        max-width: 450px;
        margin: 0 auto; } }
    @media screen and (max-width: 520px) {
      #home #about .links {
        padding: 0 20px 20px; } }
    #home #about .links li {
      width: 33.33333333%;
      font-size: 216%;
      height: 470px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #home #about .links li a {
        display: block;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        #home #about .links li a:hover, #home #about .links li a:focus-visible {
          opacity: 0.8;
          color: #333333;
          text-decoration: none; }
        #home #about .links li a span {
          display: block;
          width: 350px;
          background: #fff;
          text-align: center; }
      #home #about .links li.garden {
        background: url("../../../common/img/home/about4.jpg") no-repeat center 50%;
        background-size: cover; }
      #home #about .links li.cafe {
        background: url("../../../common/img/home/about5.jpg") no-repeat center 50%;
        background-size: cover; }
      #home #about .links li.shop {
        background: url("../../../common/img/home/about6.jpg") no-repeat center 50%;
        background-size: cover; }
      @media screen and (max-width: 1400px) {
        #home #about .links li {
          height: 400px;
          font-size: 185%; } }
      @media screen and (max-width: 1200px) {
        #home #about .links li {
          height: 350px; }
          #home #about .links li a span {
            width: 260px; } }
      @media screen and (max-width: 1024px) {
        #home #about .links li {
          height: 300px;
          font-size: 154%; }
          #home #about .links li a span {
            width: 220px; } }
      @media screen and (max-width: 768px) {
        #home #about .links li {
          width: 100%;
          height: 250px;
          margin: 0 0 30px 0; } }
  #home #about .please {
    background: #F7F7F7;
    padding: 30px 150px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #home #about .please h4 {
      width: 600px;
      font-size: 170%; }
    #home #about .please p {
      width: calc(100% - 640px);
      font-size: 124%; }
    @media screen and (max-width: 1400px) {
      #home #about .please {
        padding: 30px 80px; } }
    @media screen and (max-width: 1200px) {
      #home #about .please {
        padding: 30px 50px; }
        #home #about .please h4 {
          width: 550px;
          font-size: 154%; }
        #home #about .please p {
          width: calc(100% - 550px); } }
    @media screen and (max-width: 1024px) {
      #home #about .please {
        display: block;
        padding: 20px 50px; }
        #home #about .please h4 {
          width: 100%;
          margin: 0 0 10px 0; }
        #home #about .please p {
          width: 100%; } }
    @media screen and (max-width: 768px) {
      #home #about .please {
        padding: 20px 30px; }
        #home #about .please h4 {
          font-size: 139%; } }
    @media screen and (max-width: 520px) {
      #home #about .please {
        padding: 20px; } }
  #home #about .itemList {
    padding: 90px 40px;
    display: flex; }
    @media screen and (max-width: 1400px) {
      #home #about .itemList {
        padding: 90px 20px; } }
    @media screen and (max-width: 1200px) {
      #home #about .itemList {
        padding: 80px 0; } }
    @media screen and (max-width: 1024px) {
      #home #about .itemList {
        padding: 60px 30px; } }
    @media screen and (max-width: 768px) {
      #home #about .itemList {
        width: 100%;
        max-width: 450px;
        padding: 50px 30px;
        margin: 0 auto;
        display: block; } }
    @media screen and (max-width: 520px) {
      #home #about .itemList {
        padding: 50px 20px; } }
    #home #about .itemList .item {
      width: 33.33333333%;
      border-right: 1px dotted #ddd;
      padding: 0 60px; }
      @media screen and (max-width: 1200px) {
        #home #about .itemList .item {
          padding: 0 50px; } }
      @media screen and (max-width: 1024px) {
        #home #about .itemList .item {
          padding: 0 20px; } }
      @media screen and (max-width: 768px) {
        #home #about .itemList .item {
          width: 100%;
          padding: 0;
          margin: 0 0 30px;
          border: none; } }
      #home #about .itemList .item:last-child {
        border-right: none; }
      #home #about .itemList .item a:hover, #home #about .itemList .item a:focus-visible {
        color: #333333;
        text-decoration: none; }
      #home #about .itemList .item .txtArea h4 {
        text-align: center;
        font-size: 154%;
        margin: 20px 0; }
        @media screen and (max-width: 1024px) {
          #home #about .itemList .item .txtArea h4 {
            font-size: 139%; } }
        @media screen and (max-width: 768px) {
          #home #about .itemList .item .txtArea h4 {
            margin: 20px 0 10px; } }
      #home #about .itemList .item .txtArea p {
        font-size: 124%; }

/*----------------------------------------------------
	news
----------------------------------------------------*/
#news .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 90px 100px; }
  @media screen and (max-width: 1400px) {
    #news .inner {
      padding: 90px 80px; } }
  @media screen and (max-width: 1200px) {
    #news .inner {
      padding: 90px 50px; } }
  @media screen and (max-width: 1024px) {
    #news .inner {
      padding: 60px 50px; } }
  @media screen and (max-width: 768px) {
    #news .inner {
      padding: 40px 30px; } }
  @media screen and (max-width: 520px) {
    #news .inner {
      padding: 40px 20px; } }
#news .newsList {
  width: calc(100% - 320px); }
  #news .newsList dl {
    background: #fff; }
  #news .newsList .news {
    border-bottom: 1px dotted #999999;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    #news .newsList .news:last-child {
      border-bottom: none; }
    #news .newsList .news .date {
      width: 150px;
      font-size: 124%;
      font-weight: 400;
      line-height: 1;
      padding: 0 16px 0 0;
      font-family: "Noto Sans JP", sans-serif; }
    #news .newsList .news dd {
      width: 100%;
      font-size: 139%;
      margin: 15px 0 0 0; }
      @media screen and (max-width: 768px) {
        #news .newsList .news dd {
          font-size: 124%; } }
      #news .newsList .news dd.category {
        width: auto;
        font-size: 108%;
        font-family: "Noto Sans JP", sans-serif;
        margin: 0; }
        #news .newsList .news dd.category span {
          display: inline-block;
          color: #fff;
          padding: 0 16px;
          font-weight: 400; }
          #news .newsList .news dd.category span.icn1 {
            color: #1E2D59;
            background: #C2E3F7; }
          #news .newsList .news dd.category span.icn2 {
            color: #59231E;
            background: #F7C8C2; }
      #news .newsList .news dd a {
        color: #333333; }
        #news .newsList .news dd a:hover {
          text-decoration: underline; }
    @media screen and (max-width: 1024px) {
      #news .newsList .news {
        padding: 20px; } }
    @media screen and (max-width: 768px) {
      #news .newsList .news {
        padding: 15px; } }
  #news .newsList .btnMore {
    margin: 40px 0 0 0; }
    #news .newsList .btnMore a {
      width: 80px; }
      #news .newsList .btnMore a:after {
        width: 80px; }
    @media screen and (max-width: 940px) {
      #news .newsList .btnMore {
        margin: 20px 0 0 0; } }
#news.list .newsList {
  width: 100%;
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #news.list .newsList {
      margin: 0 0 60px 0; } }
  #news.list .newsList dl {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999; }
  #news.list .newsList .news {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px; }
    #news.list .newsList .news .date {
      width: 140px;
      padding: 0;
      font-size: 139%; }
    #news.list .newsList .news dd {
      width: calc(100% - 290px);
      margin: 0;
      font-size: 139%; }
      #news.list .newsList .news dd.category {
        width: auto;
        font-size: 90%; }
    @media screen and (max-width: 1024px) {
      #news.list .newsList .news {
        flex-wrap: wrap;
        justify-content: flex-start; }
        #news.list .newsList .news dd {
          width: 100%;
          margin: 5px 0 0 0; } }
    @media screen and (max-width: 768px) {
      #news.list .newsList .news .date {
        font-size: 124%; }
      #news.list .newsList .news dd {
        font-size: 124%; } }
#news.detail .news {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #news.detail .news {
      margin: 0 0 60px 0; } }
  #news.detail .news .newsHead {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #999999;
    padding: 0 0 25px 0;
    margin: 0 0 40px 0; }
    #news.detail .news .newsHead .category {
      width: auto;
      font-family: "Noto Sans JP", sans-serif;
      margin: 0; }
      #news.detail .news .newsHead .category span {
        display: inline-block;
        color: #fff;
        padding: 0 16px;
        font-weight: 400; }
        #news.detail .news .newsHead .category span.icn1 {
          color: #1E2D59;
          background: #C2E3F7; }
        #news.detail .news .newsHead .category span.icn2 {
          color: #59231E;
          background: #F7C8C2; }
    #news.detail .news .newsHead .date {
      color: #666666;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400; }
  #news.detail .news .content {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 2.5; }
#news .btnArea {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #news .btnArea {
      margin: 0 0 60px 0; } }
  #news .btnArea li.back {
    width: 260px;
    font-size: 139%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    #news .btnArea li.back a {
      width: 100%;
      display: block;
      background: #333333 url("../../../common/img/icnArw5.svg") no-repeat 20px center;
      color: #fff;
      border: none;
      padding: 15px;
      cursor: pointer;
      line-height: normal;
      border-radius: 4px; }
      #news .btnArea li.back a:hover {
        opacity: 0.8;
        text-decoration: none; }

#home #news {
  background: #F7F7F7; }
  #home #news .subTitle1 {
    width: 310px;
    margin: 0;
    line-height: 1.5;
    color: #000; }
    #home #news .subTitle1 span {
      background: #F7F7F7;
      display: block;
      padding: 0 0 20px; }
    #home #news .subTitle1:after {
      width: 1px;
      height: 100%;
      top: 0;
      left: 70px; }
  #home #news .newsList {
    width: calc(100% - 400px);
    margin: 25px 0 0 0; }
  @media screen and (max-width: 1400px) {
    #home #news .subTitle1 {
      width: 250px; }
    #home #news .newsList {
      width: calc(100% - 300px); } }
  @media screen and (max-width: 1024px) {
    #home #news .subTitle1 {
      width: 200px; }
    #home #news .newsList {
      width: calc(100% - 250px); } }
  @media screen and (max-width: 940px) {
    #home #news .subTitle1 {
      width: 100%; }
      #home #news .subTitle1 br {
        display: none; }
    #home #news .newsList {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    #home #news .subTitle1 span {
      padding: 0; } }
  @media screen and (max-width: 520px) {
    #home #news .newsList {
      margin: 20px 0 0 0; } }

/*----------------------------------------------------
	exhibition
----------------------------------------------------*/
#exhibition .head {
  margin: 0 0 80px 0;
  display: block; }
  #exhibition .head .artTitle {
    float: left;
    padding: 0 30px 0 0; }
    #exhibition .head .artTitle p.status {
      width: 80px;
      line-height: 28px;
      text-align: center;
      margin: 0 0 10px;
      padding: 0 0 2px; }
      #exhibition .head .artTitle p.status.end {
        background: #333333;
        border: 1px solid #333333;
        color: #fff; }
      #exhibition .head .artTitle p.status.current {
        background: #AA855A;
        border: 1px solid #AA855A;
        color: #fff; }
      #exhibition .head .artTitle p.status.upcoming {
        background: #fff;
        border: 1px solid #AA855A;
        color: #AA855A; }
    #exhibition .head .artTitle h2 .ttl {
      display: block;
      line-height: 1.5; }
    #exhibition .head .artTitle h2 .sub {
      font-size: 63.15789473%;
      display: block; }
  #exhibition .head .term {
    float: right;
    font-size: 139%;
    font-weight: 400; }
  #exhibition .head .link {
    float: right;
    clear: right;
    margin: 40px 0 0 0; }
  @media screen and (max-width: 1200px) {
    #exhibition .head .artTitle {
      float: none;
      padding: 0;
      margin: 0 0 10px;
      position: relative; }
    #exhibition .head .term {
      float: none;
      clear: both; } }
  @media screen and (max-width: 768px) {
    #exhibition .head {
      text-align: left;
      padding: 0 0 0 20px; }
      #exhibition .head .artTitle {
        text-align: left;
        background: #fff;
        padding: 0 0 0 15px; }
        #exhibition .head .artTitle h2 {
          font-size: 216%;
          padding: 0; }
        #exhibition .head .artTitle p {
          display: block; }
      #exhibition .head.detail {
        border-left: 3px solid #333333;
        padding: 0 0 0 15px; }
        #exhibition .head.detail:before {
          display: none; }
        #exhibition .head.detail .artTitle {
          padding: 0; } }
  @media screen and (max-width: 520px) {
    #exhibition .head .artTitle p.status {
      width: 50px;
      line-height: 24px;
      font-size: 100%; }
    #exhibition .head .term {
      font-size: 100%; } }
#exhibition .attention {
  padding: 0 0 0 33px;
  margin: -30px 0 50px 0; }
  #exhibition .attention p {
    color: #ff0000; }
  @media screen and (max-width: 768px) {
    #exhibition .attention {
      margin: -50px 0 30px 0; } }
#exhibition .overview {
  margin: 0 0 160px 0; }
  #exhibition .overview .inner {
    padding: 50px 110px 0; }
    @media screen and (max-width: 1600px) {
      #exhibition .overview .inner {
        padding: 50px 0 0 0; } }
  #exhibition .overview .imgArea {
    background: #eee;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px 0; }
    #exhibition .overview .imgArea img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    @media screen and (max-width: 1200px) {
      #exhibition .overview .imgArea {
        height: auto; } }
  #exhibition .overview .pdfDownload {
    text-align: right; }
    #exhibition .overview .pdfDownload a {
      display: inline-block;
      background: url("../../../common/img/icnPdf.svg") no-repeat left center;
      padding: 0 0 0 30px; }
  #exhibition .overview .subTitle3 {
    margin: 0; }
  #exhibition .overview table {
    width: 100%;
    font-size: 139%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 25px 0 60px 0; }
    #exhibition .overview table th {
      width: 230px;
      padding: 25px 10px;
      border-bottom: 1px dotted #999;
      text-align: left;
      vertical-align: top; }
    #exhibition .overview table td {
      padding: 25px 10px;
      border-bottom: 1px dotted #999;
      vertical-align: middle;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400; }
      #exhibition .overview table td.form {
        width: 250px;
        text-align: center; }
        #exhibition .overview table td.form .ticket {
          font-size: 100%; }
    @media screen and (max-width: 1200px) {
      #exhibition .overview table th {
        width: 150px; } }
    @media screen and (max-width: 1024px) {
      #exhibition .overview table {
        display: block; }
        #exhibition .overview table tbody, #exhibition .overview table tr, #exhibition .overview table th, #exhibition .overview table td {
          display: block;
          width: 100% !important; }
        #exhibition .overview table tr:last-child td:last-child {
          border-bottom: none; }
        #exhibition .overview table th {
          border-bottom: none;
          padding: 25px 10px 0; }
        #exhibition .overview table td {
          border-bottom: none; }
          #exhibition .overview table td:last-child {
            border-bottom: 1px dotted #999;
            padding: 0 10px 25px; }
          #exhibition .overview table td.form .ticket {
            width: 220px; } }
    @media screen and (max-width: 768px) {
      #exhibition .overview table {
        font-size: 124%; } }
  #exhibition .overview p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    #exhibition .overview p img {
      width: attr(width px) !important;
      max-width: 100%; }
  @media screen and (max-width: 1400px) {
    #exhibition .overview {
      margin: 0 0 100px; } }
#exhibition .highlights {
  width: calc(100% - 220px);
  background: #F8F8F8;
  position: relative;
  margin: 123px 110px 160px;
  padding: 80px 60px 40px;
  border-radius: 16px; }
  #exhibition .highlights h3 {
    width: 126px;
    height: 126px;
    font-size: 154%;
    border: 5px solid #F8F8F8;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -63px;
    left: calc(50% - 63px); }
    #exhibition .highlights h3 span {
      display: block;
      text-align: center; }
  #exhibition .highlights p {
    margin: 0 0 30px 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    #exhibition .highlights p:last-child {
      margin: 0; }
  @media screen and (max-width: 1600px) {
    #exhibition .highlights {
      width: 100%;
      margin: 0 0 80px 0; } }
  @media screen and (max-width: 768px) {
    #exhibition .highlights {
      padding: 60px 20px 20px; }
      #exhibition .highlights h3 {
        font-size: 139%;
        width: 100px;
        height: 100px;
        top: -50px;
        left: calc(50% - 50px); } }
#exhibition .exhibited {
  margin: 0 0 160px 0;
  padding: 0 110px; }
  #exhibition .exhibited .subTitle3 {
    letter-spacing: 3px;
    margin: 0 0 20px 0; }
  #exhibition .exhibited a {
    text-decoration: underline; }
  #exhibition .exhibited .itemList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #exhibition .exhibited .itemList .item {
      width: 48%;
      border: 1px solid #ddd;
      margin: 60px 0 0 0; }
      @media screen and (max-width: 1024px) {
        #exhibition .exhibited .itemList .item {
          width: 100%;
          margin: 40px 0 0 0; } }
      #exhibition .exhibited .itemList .item .imgArea {
        height: 510px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f8f8; }
        #exhibition .exhibited .itemList .item .imgArea img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%; }
        @media screen and (max-width: 1400px) {
          #exhibition .exhibited .itemList .item .imgArea {
            height: 300px; } }
        @media screen and (max-width: 1024px) {
          #exhibition .exhibited .itemList .item .imgArea {
            height: 200px; } }
      #exhibition .exhibited .itemList .item .txtArea {
        padding: 40px;
        position: relative; }
        #exhibition .exhibited .itemList .item .txtArea .cate {
          text-align: left; }
          #exhibition .exhibited .itemList .item .txtArea .cate li {
            min-width: 80px;
            height: 32px;
            font-size: 139%;
            display: inline-block;
            background: #eee;
            color: #333333;
            margin: 0 10px 15px 0;
            padding: 0 10px 2px;
            text-align: center;
            line-height: 30px;
            vertical-align: top; }
            #exhibition .exhibited .itemList .item .txtArea .cate li.icn1 {
              background: #F7F7F7;
              color: #78588F;
              border-top: 2px solid #78588F;
              border-bottom: 2px solid #78588F;
              line-height: 26px; }
            #exhibition .exhibited .itemList .item .txtArea .cate li.icn2 {
              background: #F7F7F7;
              color: #597D52;
              border-top: 2px solid #597D52;
              border-bottom: 2px solid #597D52;
              line-height: 26px; }
            #exhibition .exhibited .itemList .item .txtArea .cate li.icn3 {
              background: #F7F7F7;
              color: #6291AD;
              border-top: 2px solid #6291AD;
              border-bottom: 2px solid #6291AD;
              line-height: 26px; }
            #exhibition .exhibited .itemList .item .txtArea .cate li.icn4 {
              background: #F7F7F7;
              border-top: 2px solid #333333;
              border-bottom: 2px solid #333333;
              line-height: 26px; }
        #exhibition .exhibited .itemList .item .txtArea h4 {
          font-size: 170%;
          clear: both; }
        #exhibition .exhibited .itemList .item .txtArea .meta {
          padding: 20px 15px; }
          #exhibition .exhibited .itemList .item .txtArea .meta li {
            font-size: 139%; }
        #exhibition .exhibited .itemList .item .txtArea p:last-child {
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 400; }
        @media screen and (max-width: 1200px) {
          #exhibition .exhibited .itemList .item .txtArea {
            padding: 20px; } }
        @media screen and (max-width: 1024px) {
          #exhibition .exhibited .itemList .item .txtArea h4 {
            font-size: 154%; }
          #exhibition .exhibited .itemList .item .txtArea .meta {
            padding: 15px 10px; }
            #exhibition .exhibited .itemList .item .txtArea .meta li {
              font-size: 124%; } }
  @media screen and (max-width: 1600px) {
    #exhibition .exhibited {
      padding: 0;
      margin: 0 0 80px 0; } }
#exhibition .concurrent {
  width: calc(100% + 50px);
  /*background: $font_color;
  color: #fff;*/
  margin: 0 0 160px;
  padding: 0 110px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 1600px) {
    #exhibition .concurrent {
      width: 100%;
      padding: 0;
      margin: 0 0 80px 0; } }
  #exhibition .concurrent .head {
    min-height: auto; }
    @media screen and (max-width: 1200px) {
      #exhibition .concurrent .head {
        margin: 0 0 60px 0; } }
    @media screen and (max-width: 768px) {
      #exhibition .concurrent .head {
        border-left: 3px solid #333333;
        padding: 0 0 0 15px; }
        #exhibition .concurrent .head:before {
          display: none; } }
  #exhibition .concurrent .subTitle3 {
    margin: 0 0 30px 0;
    text-align: left; }
    @media screen and (max-width: 768px) {
      #exhibition .concurrent .subTitle3 {
        margin: 0 0 15px 0; } }
  #exhibition .concurrent p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: left; }
  #exhibition .concurrent .exhibList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px 0 0 0; }
    #exhibition .concurrent .exhibList .exhib {
      width: calc((100% - 22px) / 3);
      border-right: 1px solid #666;
      padding: 20px 30px;
      margin: 0 10px 10px 0;
      position: relative; }
      #exhibition .concurrent .exhibList .exhib:nth-child(3n) {
        border-right: none;
        margin: 0 0 10px 0; }
      #exhibition .concurrent .exhibList .exhib:nth-child(n+4) {
        border-top: 1px solid #666; }
        #exhibition .concurrent .exhibList .exhib:nth-child(n+4):after {
          content: '';
          width: 10px;
          height: 10px;
          background: #fff;
          position: absolute;
          top: -1px;
          right: -1px; }
      #exhibition .concurrent .exhibList .exhib h4 {
        font-size: 185%;
        color: #AA855A;
        margin: 0 0 50px 0; }
      #exhibition .concurrent .exhibList .exhib h5 {
        font-size: 185%;
        line-height: 1.5;
        margin: 0 0 20px 0;
        text-align: center; }
      #exhibition .concurrent .exhibList .exhib section {
        text-align: left; }
      #exhibition .concurrent .exhibList .exhib .item .imgArea {
        height: 400px;
        background: #f2f2f2;
        margin: 20px 0;
        padding: 20px 0; }
        #exhibition .concurrent .exhibList .exhib .item .imgArea a, #exhibition .concurrent .exhibList .exhib .item .imgArea span {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center; }
        #exhibition .concurrent .exhibList .exhib .item .imgArea img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%; }
      #exhibition .concurrent .exhibList .exhib .item .cate {
        text-align: left;
        /*position: relative;
        top: -15px;*/ }
        #exhibition .concurrent .exhibList .exhib .item .cate li {
          min-width: 80px;
          height: 32px;
          font-size: 139%;
          display: inline-block;
          background: #eee;
          color: #333333;
          margin: 0 10px 15px 0;
          padding: 0 10px 2px;
          text-align: center;
          line-height: 30px;
          vertical-align: top; }
          #exhibition .concurrent .exhibList .exhib .item .cate li.icn1 {
            background: #F7F7F7;
            color: #78588F;
            border-top: 2px solid #78588F;
            border-bottom: 2px solid #78588F;
            line-height: 26px; }
          #exhibition .concurrent .exhibList .exhib .item .cate li.icn2 {
            background: #F7F7F7;
            color: #597D52;
            border-top: 2px solid #597D52;
            border-bottom: 2px solid #597D52;
            line-height: 26px; }
          #exhibition .concurrent .exhibList .exhib .item .cate li.icn3 {
            background: #F7F7F7;
            color: #6291AD;
            border-top: 2px solid #6291AD;
            border-bottom: 2px solid #6291AD;
            line-height: 26px; }
          #exhibition .concurrent .exhibList .exhib .item .cate li.icn4 {
            background: #F7F7F7;
            border-top: 2px solid #333333;
            border-bottom: 2px solid #333333;
            line-height: 26px; }
      #exhibition .concurrent .exhibList .exhib .item h6 {
        font-size: 154%;
        line-height: 1.5; }
      #exhibition .concurrent .exhibList .exhib .item .meta {
        margin: 20px 0; }
        #exhibition .concurrent .exhibList .exhib .item .meta li {
          font-size: 124%;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 400; }
    #exhibition .concurrent .exhibList.exhib5 .exhib {
      width: calc((100% - 22px) / 3);
      border-right: 1px solid #666;
      margin: 0 10px 10px 0;
      position: relative; }
      #exhibition .concurrent .exhibList.exhib5 .exhib:nth-child(1) {
        width: calc(50% - 5px); }
      #exhibition .concurrent .exhibList.exhib5 .exhib:nth-child(2) {
        width: calc(50% - 5px);
        border-right: none;
        margin: 0 0 10px 0; }
      #exhibition .concurrent .exhibList.exhib5 .exhib:nth-child(3n) {
        border-right: 1px solid #666;
        margin: 0 10px 10px 0; }
      #exhibition .concurrent .exhibList.exhib5 .exhib:nth-child(3n+1) {
        border-right: 1px solid #666;
        margin: 0 10px 10px 0; }
      #exhibition .concurrent .exhibList.exhib5 .exhib:nth-child(n+3) {
        border-top: 1px solid #666; }
        #exhibition .concurrent .exhibList.exhib5 .exhib:nth-child(n+3):after {
          content: '';
          width: 10px;
          height: 10px;
          background: #fff;
          position: absolute;
          top: -1px;
          right: -1px; }
      #exhibition .concurrent .exhibList.exhib5 .exhib:last-child {
        border-right: none;
        margin: 0 0 10px 0; }
      #exhibition .concurrent .exhibList.exhib5 .exhib section {
        max-width: 480px;
        margin: 0 auto; }
    @media screen and (max-width: 1600px) {
      #exhibition .concurrent .exhibList .exhib {
        padding: 15px; }
        #exhibition .concurrent .exhibList .exhib h4 {
          font-size: 170%;
          margin: 20px 0 30px 0; }
        #exhibition .concurrent .exhibList .exhib h5 {
          font-size: 170%; } }
    @media screen and (max-width: 1200px) {
      #exhibition .concurrent .exhibList .exhib {
        width: calc((100% - 22px) / 2); }
        #exhibition .concurrent .exhibList .exhib:nth-child(3n) {
          border-right: none;
          margin: 0; }
        #exhibition .concurrent .exhibList .exhib:nth-child(odd) {
          border-right: 1px solid #666;
          margin: 0 10px 10px 0; }
        #exhibition .concurrent .exhibList .exhib:nth-child(even) {
          border-right: none;
          margin: 0 0 10px 0; }
        #exhibition .concurrent .exhibList .exhib:nth-child(n+3) {
          border-top: 1px solid #666; }
          #exhibition .concurrent .exhibList .exhib:nth-child(n+3):after {
            content: '';
            width: 10px;
            height: 10px;
            background: #fff;
            position: absolute;
            top: -1px;
            right: -1px; }
        #exhibition .concurrent .exhibList .exhib .item .imgArea {
          height: 250px; } }
    @media screen and (max-width: 1024px) {
      #exhibition .concurrent .exhibList .exhib {
        width: 100% !important;
        border-right: none !important;
        border-top: none !important;
        border-bottom: 1px solid #666 !important;
        margin: 0 !important; }
        #exhibition .concurrent .exhibList .exhib:after {
          display: none; }
      #exhibition .concurrent .exhibList.exhib5 .exhib {
        width: 100% !important;
        border-right: none !important;
        border-top: none !important;
        border-bottom: 1px solid #666 !important;
        margin: 0 !important; }
        #exhibition .concurrent .exhibList.exhib5 .exhib:after {
          display: none; }
        #exhibition .concurrent .exhibList.exhib5 .exhib section {
          max-width: 100%; } }
    @media screen and (max-width: 768px) {
      #exhibition .concurrent .exhibList {
        margin: 40px 0 0 0; }
        #exhibition .concurrent .exhibList .exhib {
          padding: 15px 0 0 0; }
          #exhibition .concurrent .exhibList .exhib h4 {
            font-size: 154%;
            margin: 0 0 15px 0; }
          #exhibition .concurrent .exhibList .exhib h5 {
            font-size: 139%; }
          #exhibition .concurrent .exhibList .exhib .item .cate li {
            font-size: 124%; }
          #exhibition .concurrent .exhibList .exhib .item h6 {
            font-size: 139%; } }
#exhibition .related {
  padding: 0 110px;
  margin: 120px 0; }
  @media screen and (max-width: 1600px) {
    #exhibition .related {
      padding: 0;
      margin: 80px 0; } }
  #exhibition .related .itemList {
    display: flex; }
    #exhibition .related .itemList .item {
      border: 1px solid #999;
      padding: 15px;
      width: 435px;
      height: 180px; }
      #exhibition .related .itemList .item a {
        display: flex;
        height: 100%;
        gap: 35px; }
        #exhibition .related .itemList .item a img {
          height: 100%; }
      #exhibition .related .itemList .item .txtArea h5 {
        font-size: 185%;
        margin: 0 0 15px; }
#exhibition .relatedEvents {
  padding: 0 110px;
  margin: 120px 0; }
  @media screen and (max-width: 1600px) {
    #exhibition .relatedEvents {
      padding: 0;
      margin: 80px 0; } }
  #exhibition .relatedEvents h4 {
    font-size: 185%; }
    @media screen and (max-width: 1200px) {
      #exhibition .relatedEvents h4 {
        font-size: 154%; } }
    @media screen and (max-width: 768px) {
      #exhibition .relatedEvents h4 {
        font-size: 139%; } }
  #exhibition .relatedEvents .eventList .event {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    #exhibition .relatedEvents .eventList .event:last-child {
      border-bottom: none; }
    #exhibition .relatedEvents .eventList .event .date {
      width: 250px;
      font-size: 139%;
      line-height: 1;
      padding: 0 16px 0 0; }
    #exhibition .relatedEvents .eventList .event dd {
      width: calc(100% - 390px);
      font-size: 139%; }
      #exhibition .relatedEvents .eventList .event dd.status {
        width: 140px;
        font-family: "Noto Serif JP", serif;
        font-weight: 600;
        padding: 0 60px 0 0; }
        #exhibition .relatedEvents .eventList .event dd.status span {
          width: 80px;
          line-height: 28px;
          display: inline-block;
          font-weight: 400;
          text-align: center;
          padding: 0 0 2px 0; }
        #exhibition .relatedEvents .eventList .event dd.status.end span {
          background: #333333;
          border: 1px solid #333333;
          color: #fff; }
        #exhibition .relatedEvents .eventList .event dd.status.current span {
          background: #AA855A;
          border: 1px solid #AA855A;
          color: #fff; }
        #exhibition .relatedEvents .eventList .event dd.status.upcoming span {
          background: #fff;
          border: 1px solid #AA855A;
          color: #AA855A; }
      #exhibition .relatedEvents .eventList .event dd a {
        color: #333333;
        text-decoration: underline; }
        #exhibition .relatedEvents .eventList .event dd a:hover {
          color: #AA855A; }
    @media screen and (max-width: 1200px) {
      #exhibition .relatedEvents .eventList .event .date {
        width: 200px; }
      #exhibition .relatedEvents .eventList .event dd {
        width: calc(100% - 320px); }
        #exhibition .relatedEvents .eventList .event dd.status {
          width: 120px;
          padding: 0 40px 0 0; } }
    @media screen and (max-width: 1024px) {
      #exhibition .relatedEvents .eventList .event dd {
        width: 100%;
        margin: 10px 0 0 0; } }
    @media screen and (max-width: 768px) {
      #exhibition .relatedEvents .eventList .event .date {
        font-size: 124%; }
      #exhibition .relatedEvents .eventList .event dd {
        font-size: 124%; } }
#exhibition #fixTitle {
  width: 100%;
  padding: 10px 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  border-top: 1px solid #999;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #exhibition #fixTitle dl {
    font-size: 139%; }
  #exhibition #fixTitle div {
    display: flex; }
    #exhibition #fixTitle div span {
      display: inline-block;
      margin: 0 20px 0 0; }
  #exhibition #fixTitle .btn {
    font-size: 231%;
    font-weight: 100; }
    #exhibition #fixTitle .btn button {
      background: none;
      border: none; }
  @media screen and (max-width: 1024px) {
    #exhibition #fixTitle {
      padding: 10px;
      align-items: flex-end; }
      #exhibition #fixTitle dl {
        font-size: 124%; }
      #exhibition #fixTitle div {
        display: block; }
      #exhibition #fixTitle .btn {
        line-height: 1; } }
#exhibition.schedule .head {
  display: flex;
  position: relative; }
  @media screen and (max-width: 1200px) {
    #exhibition.schedule .head {
      margin: 0 0 60px 0; } }
  @media screen and (max-width: 768px) {
    #exhibition.schedule .head {
      display: block;
      text-align: right; } }
  #exhibition.schedule .head .other {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 45px; }
    #exhibition.schedule .head .other li {
      font-size: 139%; }
      #exhibition.schedule .head .other li a {
        padding: 0 15px 0 0;
        background: url("../../../common/img/icnArw3.svg") no-repeat right center;
        background-size: auto 10px; }
    @media screen and (max-width: 1600px) {
      #exhibition.schedule .head .other {
        bottom: -50px;
        top: auto; } }
    @media screen and (max-width: 1200px) {
      #exhibition.schedule .head .other {
        display: none; } }
#exhibition.schedule .scheduleList {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #exhibition.schedule .scheduleList {
      margin: 0 0 60px 0; } }
  #exhibition.schedule .scheduleList h3 {
    font-size: 247%;
    line-height: 1;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #999999; }
    @media screen and (max-width: 1400px) {
      #exhibition.schedule .scheduleList h3 {
        margin: 0 0 30px 0; } }
    @media screen and (max-width: 1200px) {
      #exhibition.schedule .scheduleList h3 {
        font-size: 216%;
        padding: 0 0 20px 0;
        margin: 0; } }
    @media screen and (max-width: 768px) {
      #exhibition.schedule .scheduleList h3 {
        font-size: 185%; } }
  #exhibition.schedule .scheduleList .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 80px 0;
    border-bottom: 1px dotted #999999; }
    #exhibition.schedule .scheduleList .item .imgArea {
      width: 35%;
      max-height: 480px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: flex-start; }
      #exhibition.schedule .scheduleList .item .imgArea img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%; }
    #exhibition.schedule .scheduleList .item .txtArea {
      width: 60%; }
      #exhibition.schedule .scheduleList .item .txtArea .room {
        float: left;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        border-bottom: 1px solid #999999; }
      #exhibition.schedule .scheduleList .item .txtArea .status {
        width: 80px;
        float: right;
        font-size: 124%;
        line-height: 30px;
        text-align: center; }
        #exhibition.schedule .scheduleList .item .txtArea .status.end {
          background: #333333;
          border: 1px solid #333333;
          color: #fff; }
        #exhibition.schedule .scheduleList .item .txtArea .status.current {
          background: #AA855A;
          border: 1px solid #AA855A;
          color: #fff; }
        #exhibition.schedule .scheduleList .item .txtArea .status.upcoming {
          border: 1px solid #AA855A;
          color: #AA855A; }
      #exhibition.schedule .scheduleList .item .txtArea h4 {
        clear: both;
        padding: 25px 0 15px;
        line-height: 1.5; }
        #exhibition.schedule .scheduleList .item .txtArea h4 span {
          display: block; }
          #exhibition.schedule .scheduleList .item .txtArea h4 span.type {
            font-size: 139%; }
          #exhibition.schedule .scheduleList .item .txtArea h4 span.ttl {
            font-size: 185%; }
          #exhibition.schedule .scheduleList .item .txtArea h4 span.sub {
            font-size: 154%; }
          @media screen and (max-width: 1200px) {
            #exhibition.schedule .scheduleList .item .txtArea h4 span.type {
              font-size: 124%; }
            #exhibition.schedule .scheduleList .item .txtArea h4 span.ttl {
              font-size: 170%; }
            #exhibition.schedule .scheduleList .item .txtArea h4 span.sub {
              font-size: 139%; } }
          @media screen and (max-width: 768px) {
            #exhibition.schedule .scheduleList .item .txtArea h4 span.type {
              font-size: 108%; }
            #exhibition.schedule .scheduleList .item .txtArea h4 span.ttl {
              font-size: 154%; }
            #exhibition.schedule .scheduleList .item .txtArea h4 span.sub {
              font-size: 124%; } }
      #exhibition.schedule .scheduleList .item .txtArea .term {
        font-family: "Noto Serif JP", serif;
        font-weight: 400; }
    #exhibition.schedule .scheduleList .item .description {
      width: 100%; }
      #exhibition.schedule .scheduleList .item .description .desc {
        margin: 40px 0;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400; }
        @media screen and (max-width: 1200px) {
          #exhibition.schedule .scheduleList .item .description .desc {
            margin: 20px 0; } }
      #exhibition.schedule .scheduleList .item .description .concurrentShow {
        display: flex;
        font-size: 124%; }
        #exhibition.schedule .scheduleList .item .description .concurrentShow dt {
          width: 130px;
          font-weight: 600;
          text-align: center; }
        #exhibition.schedule .scheduleList .item .description .concurrentShow dd {
          padding: 0 0 0 30px;
          border-left: 1px solid #999999;
          width: calc(100% - 160px); }
        @media screen and (max-width: 520px) {
          #exhibition.schedule .scheduleList .item .description .concurrentShow {
            display: block; }
            #exhibition.schedule .scheduleList .item .description .concurrentShow dt {
              width: auto;
              display: inline-block;
              text-align: left;
              border-bottom: 1px solid #999999; }
              #exhibition.schedule .scheduleList .item .description .concurrentShow dt br {
                display: none; }
            #exhibition.schedule .scheduleList .item .description .concurrentShow dd {
              width: 100%;
              border: none;
              padding: 0;
              margin: 10px 0 0 0; } }
    @media screen and (max-width: 1400px) {
      #exhibition.schedule .scheduleList .item {
        padding: 60px 0; } }
    @media screen and (max-width: 1024px) {
      #exhibition.schedule .scheduleList .item {
        display: block; }
        #exhibition.schedule .scheduleList .item .imgArea {
          width: 100%;
          margin: 0 0 20px 0; }
          #exhibition.schedule .scheduleList .item .imgArea img {
            width: 100%; }
        #exhibition.schedule .scheduleList .item .txtArea {
          width: 100%; } }
#exhibition.past .head {
  display: flex;
  position: relative; }
  @media screen and (max-width: 1200px) {
    #exhibition.past .head {
      margin: 0 0 60px 0; } }
  @media screen and (max-width: 768px) {
    #exhibition.past .head {
      display: block;
      text-align: right; } }
  #exhibition.past .head .other {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 45px; }
    #exhibition.past .head .other li {
      font-size: 139%; }
      #exhibition.past .head .other li a {
        padding: 0 15px 0 0;
        background: url("../../../common/img/icnArw3.svg") no-repeat right center;
        background-size: auto 10px; }
    @media screen and (max-width: 1600px) {
      #exhibition.past .head .other {
        bottom: -50px;
        top: auto; } }
    @media screen and (max-width: 1200px) {
      #exhibition.past .head .other {
        display: none; } }
#exhibition.past .scheduleList {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #exhibition.past .scheduleList {
      margin: 0 0 60px 0; } }
  #exhibition.past .scheduleList .selectYear {
    margin: 0 0 30px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    font-size: 154%;
    font-family: "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 1400px) {
      #exhibition.past .scheduleList .selectYear {
        font-size: 139%; } }
    @media screen and (max-width: 1024px) {
      #exhibition.past .scheduleList .selectYear {
        font-size: 170%; } }
    @media screen and (max-width: 768px) {
      #exhibition.past .scheduleList .selectYear {
        justify-content: center; } }
    #exhibition.past .scheduleList .selectYear select {
      border: none;
      border-bottom: 2px solid #000;
      border-radius: 0;
      margin: 0 0 0 60px; }
      @media screen and (max-width: 1400px) {
        #exhibition.past .scheduleList .selectYear select {
          margin: 0 0 0 30px; } }
      @media screen and (max-width: 768px) {
        #exhibition.past .scheduleList .selectYear select {
          margin: 0; } }
    #exhibition.past .scheduleList .selectYear ul {
      display: flex;
      gap: 40px;
      justify-content: flex-end;
      flex-wrap: wrap; }
      #exhibition.past .scheduleList .selectYear ul li {
        font-weight: 400; }
        #exhibition.past .scheduleList .selectYear ul li a {
          color: #999999; }
          #exhibition.past .scheduleList .selectYear ul li a:hover {
            color: #AA855A; }
      @media screen and (max-width: 1600px) {
        #exhibition.past .scheduleList .selectYear ul {
          gap: 0 20px; } }
      @media screen and (max-width: 1400px) {
        #exhibition.past .scheduleList .selectYear ul {
          gap: 0 15px; } }
    @media screen and (max-width: 1024px) {
      #exhibition.past .scheduleList .selectYear .yearList {
        display: none; } }
  #exhibition.past .scheduleList h3 {
    font-size: 247%;
    line-height: 1;
    padding: 0 0 40px 0;
    margin: 0 0 70px 0;
    border-bottom: 1px solid #999999; }
    @media screen and (max-width: 1400px) {
      #exhibition.past .scheduleList h3 {
        margin: 0 0 50px 0; } }
    @media screen and (max-width: 1200px) {
      #exhibition.past .scheduleList h3 {
        font-size: 216%;
        padding: 0 0 20px 0;
        margin: 0 0 30px 0; } }
    @media screen and (max-width: 768px) {
      #exhibition.past .scheduleList h3 {
        font-size: 185%; } }
  #exhibition.past .scheduleList .itemList {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4%; }
    @media screen and (max-width: 1024px) {
      #exhibition.past .scheduleList .itemList {
        gap: 3%; } }
    #exhibition.past .scheduleList .itemList .item {
      width: 23.95%;
      margin: 0 0 90px 0; }
      #exhibition.past .scheduleList .itemList .item .txtArea {
        padding: 25px 10px; }
        @media screen and (max-width: 520px) {
          #exhibition.past .scheduleList .itemList .item .txtArea {
            padding: 15px 0; } }
        #exhibition.past .scheduleList .itemList .item .txtArea h4 {
          margin: 0 0 20px 0;
          line-height: 1.5; }
          @media screen and (max-width: 768px) {
            #exhibition.past .scheduleList .itemList .item .txtArea h4 {
              margin: 0 0 10px 0;
              line-height: 1.3; } }
          #exhibition.past .scheduleList .itemList .item .txtArea h4 span {
            display: block; }
            #exhibition.past .scheduleList .itemList .item .txtArea h4 span.type {
              font-size: 139%;
              font-weight: 400; }
            #exhibition.past .scheduleList .itemList .item .txtArea h4 span.ttl {
              font-size: 154%; }
            #exhibition.past .scheduleList .itemList .item .txtArea h4 span.sub {
              font-size: 154%; }
            @media screen and (max-width: 1200px) {
              #exhibition.past .scheduleList .itemList .item .txtArea h4 span.type {
                font-size: 124%; }
              #exhibition.past .scheduleList .itemList .item .txtArea h4 span.ttl {
                font-size: 139%; }
              #exhibition.past .scheduleList .itemList .item .txtArea h4 span.sub {
                font-size: 139%; } }
            @media screen and (max-width: 520px) {
              #exhibition.past .scheduleList .itemList .item .txtArea h4 span.type {
                font-size: 108%; }
              #exhibition.past .scheduleList .itemList .item .txtArea h4 span.ttl {
                font-size: 124%; }
              #exhibition.past .scheduleList .itemList .item .txtArea h4 span.sub {
                font-size: 124%; } }
        #exhibition.past .scheduleList .itemList .item .txtArea .term {
          font-size: 124%;
          font-weight: 400; }
          @media screen and (max-width: 1200px) {
            #exhibition.past .scheduleList .itemList .item .txtArea .term {
              font-size: 116%; } }
      @media screen and (max-width: 1400px) {
        #exhibition.past .scheduleList .itemList .item {
          width: 32.4%;
          margin: 0 0 40px 0; } }
      @media screen and (max-width: 1200px) {
        #exhibition.past .scheduleList .itemList .item {
          margin: 0 0 30px 0; } }
      @media screen and (max-width: 1024px) {
        #exhibition.past .scheduleList .itemList .item {
          width: 48.5%; } }

/*----------------------------------------------------
	events
----------------------------------------------------*/
#events.future .eventsList .item {
  margin: 0 0 80px 0; }
  #events.future .eventsList .item .itemHead {
    background: #DDDDDD;
    border-top: 2px solid #333333;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #events.future .eventsList .item .itemHead h3 {
      order: 1;
      width: calc(100% - 275px);
      font-size: 154%; }
    #events.future .eventsList .item .itemHead .status {
      order: 0;
      width: 80px;
      line-height: 28px;
      text-align: center;
      padding: 0 0 2px 0; }
      #events.future .eventsList .item .itemHead .status.upcoming {
        border: 1px solid #AA855A;
        background: #fff;
        color: #AA855A; }
      #events.future .eventsList .item .itemHead .status.end {
        border: 1px solid #333333;
        background: #333333;
        color: #fff; }
      #events.future .eventsList .item .itemHead .status.current {
        border: 1px solid #AA855A;
        background: #AA855A;
        color: #fff; }
    #events.future .eventsList .item .itemHead .apply {
      order: 2;
      width: 145px;
      line-height: 28px;
      text-align: center;
      border: 1px solid #AA855A;
      background: #AA855A;
      color: #fff;
      padding: 0 0 2px 0; }
    #events.future .eventsList .item .itemHead.nolabel h3 {
      width: calc(100% - 105px); }
    @media screen and (max-width: 1024px) {
      #events.future .eventsList .item .itemHead {
        display: block; }
        #events.future .eventsList .item .itemHead h3 {
          width: 100% !important;
          font-size: 139%;
          margin: 5px 0 0 0; }
        #events.future .eventsList .item .itemHead .status {
          display: inline-block;
          margin: 0 15px 0 0; }
        #events.future .eventsList .item .itemHead .apply {
          display: inline-block; } }
    @media screen and (max-width: 520px) {
      #events.future .eventsList .item .itemHead {
        padding: 10px; } }
  #events.future .eventsList .item .endMessage {
    font-size: 139%;
    text-align: center;
    color: #FF2D2D;
    margin: 40px 0 0 0; }
  #events.future .eventsList .item .flexBlock table {
    width: 80%; }
  #events.future .eventsList .item .flexBlock .imgArea {
    width: 17%;
    margin: 40px 0 0 0; }
    #events.future .eventsList .item .flexBlock .imgArea p {
      font-size: 124%;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      margin: 5px 0 0 0; }
  @media screen and (max-width: 1400px) {
    #events.future .eventsList .item .flexBlock table {
      width: 72%; }
    #events.future .eventsList .item .flexBlock .imgArea {
      width: 25%; } }
  @media screen and (max-width: 1024px) {
    #events.future .eventsList .item .flexBlock {
      display: block; }
      #events.future .eventsList .item .flexBlock table {
        width: 100%; }
      #events.future .eventsList .item .flexBlock .imgArea {
        width: 100%;
        max-width: 300px;
        margin: 40px auto 0; } }
  #events.future .eventsList .item table {
    width: 100%;
    margin: 40px 0 0 0; }
    #events.future .eventsList .item table th {
      width: 160px;
      font-size: 124%;
      padding: 15px 25px;
      background: #EEEEEE;
      border-top: 1px solid #999999;
      border-bottom: 1px solid #999999; }
    #events.future .eventsList .item table td {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 131%;
      padding: 15px 25px;
      border-top: 1px solid #999999;
      border-bottom: 1px solid #999999; }
      #events.future .eventsList .item table td img {
        width: attr(width px) !important;
        max-width: 100%; }
    @media screen and (max-width: 1024px) {
      #events.future .eventsList .item table {
        display: block;
        border-bottom: 1px solid #999999; }
        #events.future .eventsList .item table tbody, #events.future .eventsList .item table tr {
          display: block; }
        #events.future .eventsList .item table th {
          display: block;
          width: 100%;
          text-align: left;
          border-bottom: none;
          padding: 10px 15px; }
        #events.future .eventsList .item table td {
          display: block;
          width: 100%;
          border: none;
          padding: 15px; } }
  #events.future .eventsList .item .btnArea {
    margin: 40px 0 0 0; }
    #events.future .eventsList .item .btnArea li {
      width: 100%;
      max-width: 260px;
      margin: 0; }

/*----------------------------------------------------
	visit
----------------------------------------------------*/
#visit.visit .head {
  justify-content: space-between; }
#visit.visit .guide {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #visit.visit .guide {
      margin: 0 0 60px 0; } }
  #visit.visit .guide > section {
    display: flex;
    padding: 40px 0 40px 20px;
    border-bottom: 1px solid #999999; }
    @media screen and (max-width: 1200px) {
      #visit.visit .guide > section {
        padding: 30px 0; } }
    @media screen and (max-width: 1024px) {
      #visit.visit .guide > section {
        display: block;
        padding: 20px 0; } }
    #visit.visit .guide > section h3 {
      width: 240px;
      font-size: 154%; }
      @media screen and (max-width: 1200px) {
        #visit.visit .guide > section h3 {
          width: 200px;
          font-size: 139%;
          padding: 0 0 0 20px; } }
      @media screen and (max-width: 1024px) {
        #visit.visit .guide > section h3 {
          width: 100%;
          padding: 0;
          margin: 0 0 10px 0; } }
    #visit.visit .guide > section .txtArea {
      width: calc(100% - 240px);
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 139%;
      padding: 0 60px 0 0; }
      @media screen and (max-width: 1200px) {
        #visit.visit .guide > section .txtArea {
          width: calc(100% - 200px);
          padding: 0; } }
      @media screen and (max-width: 1024px) {
        #visit.visit .guide > section .txtArea {
          width: 100%;
          padding: 0;
          font-size: 124%; } }
      #visit.visit .guide > section .txtArea p {
        font-size: 100%; }
      #visit.visit .guide > section .txtArea ul li {
        list-style: disc;
        margin: 0 0 0 25px; }
      #visit.visit .guide > section .txtArea iframe {
        width: 100%;
        height: 380px;
        margin: 40px 0 0 0; }
      #visit.visit .guide > section .txtArea .map {
        display: flex;
        justify-content: space-between;
        margin: 30px 0 0 0; }
        #visit.visit .guide > section .txtArea .map img {
          height: 100%; }
          #visit.visit .guide > section .txtArea .map img:first-child {
            width: 55%; }
          #visit.visit .guide > section .txtArea .map img:last-child {
            width: 43.2%; }
        @media screen and (max-width: 650px) {
          #visit.visit .guide > section .txtArea .map {
            display: block; }
            #visit.visit .guide > section .txtArea .map img {
              height: auto; }
              #visit.visit .guide > section .txtArea .map img:first-child {
                width: 100%;
                margin: 0 0 20px 0; }
              #visit.visit .guide > section .txtArea .map img:last-child {
                width: 100%; } }
      #visit.visit .guide > section .txtArea.fee .exhib {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #visit.visit .guide > section .txtArea.fee .exhib div {
          width: 48%; }
          @media screen and (max-width: 520px) {
            #visit.visit .guide > section .txtArea.fee .exhib div {
              width: 100%; } }
          #visit.visit .guide > section .txtArea.fee .exhib div h4 {
            border-bottom: 2px solid #999999;
            padding: 0 0 20px 0; }
            @media screen and (max-width: 1024px) {
              #visit.visit .guide > section .txtArea.fee .exhib div h4 {
                border-bottom: 1px solid #999999;
                padding: 0 0 10px 0; } }
          #visit.visit .guide > section .txtArea.fee .exhib div dl {
            padding: 30px 20px; }
            #visit.visit .guide > section .txtArea.fee .exhib div dl dt {
              font-weight: 600; }
            #visit.visit .guide > section .txtArea.fee .exhib div dl dd {
              margin: 0 0 30px 0; }
            @media screen and (max-width: 1024px) {
              #visit.visit .guide > section .txtArea.fee .exhib div dl {
                padding: 15px 0; }
                #visit.visit .guide > section .txtArea.fee .exhib div dl dd {
                  margin: 0 0 15px 0; } }
      #visit.visit .guide > section .txtArea.fee .ticket {
        /*font-size: 80%;*/
        font-family: "Noto Serif JP", serif;
        text-align: right;
        margin: 0 0 40px 0; }
        #visit.visit .guide > section .txtArea.fee .ticket a {
          width: 200px;
          display: inline-block;
          text-align: center;
          padding: 10px 20px; }
      #visit.visit .guide > section .txtArea.fee ul li {
        font-size: 80%;
        list-style: none; }
        @media screen and (max-width: 1024px) {
          #visit.visit .guide > section .txtArea.fee ul li {
            margin: 0; } }
#visit.shop .goods {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #visit.shop .goods {
      margin: 0 0 60px 0; } }
  @media screen and (max-width: 1200px) {
    #visit.shop .goods .flexBlock {
      display: block; } }
  #visit.shop .goods .main {
    width: 25%;
    min-height: 1400px;
    background: url("../../../common/img/visit/shop/main.jpg") no-repeat left bottom;
    background-size: cover;
    margin: 40px 0 0;
    position: relative; }
    #visit.shop .goods .main p {
      font-size: 231%;
      font-weight: 600;
      writing-mode: vertical-rl;
      margin: 60px 0 0 30px;
      /*color: #fff;
      position: absolute;
      right: 40px;
      bottom: 40px;*/
      /*text-shadow:
        0 0 3px rgba(0, 0, 0, 0.6),
        0 0 6px rgba(0, 0, 0, 0.4),
        0 0 12px rgba(0, 0, 0, 0.3);*/ }
    @media screen and (max-width: 1200px) {
      #visit.shop .goods .main {
        width: 100%;
        min-height: 300px;
        background: url("../../../common/img/visit/shop/mainSp.jpg") no-repeat center center;
        background-size: cover; }
        #visit.shop .goods .main p {
          font-size: 200%;
          color: #fff;
          position: absolute;
          right: 30px;
          bottom: 20px;
          text-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 6px rgba(0, 0, 0, 0.4), 0 0 12px rgba(0, 0, 0, 0.3);
          writing-mode: horizontal-tb; } }
    @media screen and (max-width: 1024px) {
      #visit.shop .goods .main {
        min-height: 250px; } }
    @media screen and (max-width: 768px) {
      #visit.shop .goods .main {
        min-height: 200px; }
        #visit.shop .goods .main p {
          font-size: 170%; } }
  #visit.shop .goods .cont {
    width: 70%;
    padding: 0 40px 0 0; }
    @media screen and (max-width: 1400px) {
      #visit.shop .goods .cont {
        padding: 0; } }
    @media screen and (max-width: 1200px) {
      #visit.shop .goods .cont {
        width: 100%; } }
    #visit.shop .goods .cont > p {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 139%;
      padding: 40px 0; }
      @media screen and (max-width: 768px) {
        #visit.shop .goods .cont > p {
          font-size: 124%; } }
  #visit.shop .goods .goodsList {
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;*/ }
    @media screen and (max-width: 1400px) {
      #visit.shop .goods .goodsList {
        padding: 0; } }
    #visit.shop .goods .goodsList .item {
      /*width: 31%;
      margin: 60px 0 80px;*/
      margin: 60px 0;
      position: relative;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 650px) {
        #visit.shop .goods .goodsList .item {
          display: block;
          margin: 0 0 40px 0; } }
      #visit.shop .goods .goodsList .item .imgArea {
        width: 300px;
        height: 195px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #DDDDDD; }
        #visit.shop .goods .goodsList .item .imgArea img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%; }
        @media screen and (max-width: 1024px) {
          #visit.shop .goods .goodsList .item .imgArea {
            width: 42%; } }
        @media screen and (max-width: 768px) {
          #visit.shop .goods .goodsList .item .imgArea {
            height: 160px; } }
        @media screen and (max-width: 650px) {
          #visit.shop .goods .goodsList .item .imgArea {
            width: 100%;
            margin: 0 0 30px 0; } }
      #visit.shop .goods .goodsList .item .icnNew {
        display: inline-block;
        background: #AA855A;
        color: #fff;
        font-size: 93%;
        padding: 0 5px; }
      #visit.shop .goods .goodsList .item .txtArea {
        width: calc(100% - 360px); }
        @media screen and (max-width: 1400px) {
          #visit.shop .goods .goodsList .item .txtArea {
            width: calc(100% - 340px); } }
        @media screen and (max-width: 1024px) {
          #visit.shop .goods .goodsList .item .txtArea {
            width: 51%; } }
        @media screen and (max-width: 650px) {
          #visit.shop .goods .goodsList .item .txtArea {
            width: 100%; } }
        @media screen and (max-width: 940px) {
          #visit.shop .goods .goodsList .item .txtArea p {
            font-size: 124%; } }
        #visit.shop .goods .goodsList .item .txtArea p.price {
          border-bottom: 1px dotted #999999;
          text-align: right;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 700;
          font-size: 124%;
          margin: 30px 0 0 0;
          padding: 10px 20px 5px 0; }
          #visit.shop .goods .goodsList .item .txtArea p.price.original {
            padding: 10px 0 5px 0; }
            #visit.shop .goods .goodsList .item .txtArea p.price.original:after {
              content: '※'; }
        #visit.shop .goods .goodsList .item .txtArea dl {
          margin: 30px 0 0 0; }
          #visit.shop .goods .goodsList .item .txtArea dl div {
            border-bottom: 1px dotted #999999;
            display: flex;
            justify-content: space-between;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 124%;
            padding: 10px 0 5px 0; }
            #visit.shop .goods .goodsList .item .txtArea dl div dt {
              font-weight: 400;
              padding: 0 0 0 5px; }
            #visit.shop .goods .goodsList .item .txtArea dl div dd {
              font-weight: 700; }
              #visit.shop .goods .goodsList .item .txtArea dl div dd:after {
                content: '　'; }
              #visit.shop .goods .goodsList .item .txtArea dl div dd.original:after {
                content: '※'; }
          @media screen and (max-width: 1200px) {
            #visit.shop .goods .goodsList .item .txtArea dl div {
              display: block; }
              #visit.shop .goods .goodsList .item .txtArea dl div dd {
                text-align: right; } }
  #visit.shop .goods .note {
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 1024px) {
      #visit.shop .goods .note {
        margin: 40px 0 0 20px; } }
    #visit.shop .goods .note ul {
      display: inline-block; }
      #visit.shop .goods .note ul li {
        font-size: 139%;
        text-align: left;
        list-style: disc; }
        @media screen and (max-width: 768px) {
          #visit.shop .goods .note ul li {
            font-size: 124%; } }
#visit.cafe .main {
  background: url("../../../common/img/visit/cafe/main.jpg") no-repeat center bottom;
  background-size: cover;
  height: 340px;
  margin: 60px 0;
  position: relative; }
  #visit.cafe .main p {
    font-size: 231%;
    font-weight: 600;
    position: absolute;
    right: 80px;
    bottom: 100px;
    font-family: "Noto Serif JP", serif !important;
    color: #ffffff;
    margin: 0 !important;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 6px rgba(0, 0, 0, 0.4), 0 0 12px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1600px) {
    #visit.cafe .main p {
      right: 60px; } }
  @media screen and (max-width: 1400px) {
    #visit.cafe .main {
      height: 300px; }
      #visit.cafe .main p {
        right: 40px;
        bottom: 80px; } }
  @media screen and (max-width: 1024px) {
    #visit.cafe .main {
      height: 260px;
      margin: 40px 0; }
      #visit.cafe .main p {
        font-size: 200%;
        bottom: 60px; } }
  @media screen and (max-width: 768px) {
    #visit.cafe .main {
      height: 220px; }
      #visit.cafe .main p {
        right: 20px;
        bottom: 20px; } }
  @media screen and (max-width: 520px) {
    #visit.cafe .main {
      height: 200px; }
      #visit.cafe .main p {
        font-size: 154%;
        right: 20px;
        bottom: 20px; } }
#visit.cafe .nezucafe {
  margin: 0 0 120px 0;
  /*.note {
    p {
      font-size: fz(16);
      text-align: right;
    }
  }*/ }
  @media screen and (max-width: 768px) {
    #visit.cafe .nezucafe {
      margin: 0 0 60px 0; } }
  #visit.cafe .nezucafe p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    margin: 60px 0; }
    @media screen and (max-width: 1024px) {
      #visit.cafe .nezucafe p {
        margin: 40px 0; } }
  #visit.cafe .nezucafe .imgArea {
    margin: 60px 0; }
  #visit.cafe .nezucafe .info {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    #visit.cafe .nezucafe .info dl {
      display: flex;
      gap: 20px;
      justify-content: space-between; }
      #visit.cafe .nezucafe .info dl div {
        background: #F7F7F7;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        #visit.cafe .nezucafe .info dl div dt {
          width: 180px;
          font-size: 154%;
          font-weight: 600;
          text-align: center; }
          @media screen and (max-width: 1400px) {
            #visit.cafe .nezucafe .info dl div dt {
              width: 150px; } }
          @media screen and (max-width: 1200px) {
            #visit.cafe .nezucafe .info dl div dt {
              font-size: 139%; } }
          @media screen and (max-width: 768px) {
            #visit.cafe .nezucafe .info dl div dt {
              width: 130px; } }
          @media screen and (max-width: 520px) {
            #visit.cafe .nezucafe .info dl div dt {
              font-size: 124%;
              width: 100%;
              text-align: left; } }
        #visit.cafe .nezucafe .info dl div dd {
          width: calc(100% - 180px);
          height: 100%;
          border-left: 2px dotted #CCCCCC;
          padding: 20px 40px;
          font-size: 124%; }
          #visit.cafe .nezucafe .info dl div dd span {
            font-family: "Noto Serif JP", serif;
            font-weight: 600;
            font-size: 150%;
            display: block; }
          @media screen and (max-width: 1400px) {
            #visit.cafe .nezucafe .info dl div dd {
              width: calc(100% - 150px);
              padding: 20px; } }
          @media screen and (max-width: 1200px) {
            #visit.cafe .nezucafe .info dl div dd {
              font-size: 116%; } }
          @media screen and (max-width: 768px) {
            #visit.cafe .nezucafe .info dl div dd {
              width: calc(100% - 130px);
              font-size: 108%; } }
          @media screen and (max-width: 520px) {
            #visit.cafe .nezucafe .info dl div dd {
              width: 100%;
              border: none;
              border-top: 2px dotted #CCCCCC; } }
        #visit.cafe .nezucafe .info dl div.time {
          width: calc(68% - 20px); }
          #visit.cafe .nezucafe .info dl div.time dt {
            background: url("../../../common/img/visit/cafe/icnTime.svg") no-repeat 30px center;
            padding: 0 0 0 30px; }
          @media screen and (max-width: 1400px) {
            #visit.cafe .nezucafe .info dl div.time dt {
              background-position: 15px center; } }
          @media screen and (max-width: 768px) {
            #visit.cafe .nezucafe .info dl div.time dt {
              background-position: 10px center; } }
          @media screen and (max-width: 520px) {
            #visit.cafe .nezucafe .info dl div.time dt {
              background-position: 20px center;
              padding: 10px 0 10px 60px; } }
        #visit.cafe .nezucafe .info dl div.seat {
          width: 32%; }
          #visit.cafe .nezucafe .info dl div.seat dt {
            background: url("../../../common/img/visit/cafe/icnSeat.svg") no-repeat 40px center;
            padding: 0 0 0 40px;
            letter-spacing: 20px; }
          #visit.cafe .nezucafe .info dl div.seat dd {
            display: flex;
            align-items: center;
            vertical-align: middle;
            justify-content: center; }
            #visit.cafe .nezucafe .info dl div.seat dd span {
              display: inline-block;
              margin: -5px 5px 0 0; }
          @media screen and (max-width: 1400px) {
            #visit.cafe .nezucafe .info dl div.seat dt {
              background-position: 20px center; } }
          @media screen and (max-width: 520px) {
            #visit.cafe .nezucafe .info dl div.seat dt {
              padding: 10px 0 10px 60px; } }
      @media screen and (max-width: 1024px) {
        #visit.cafe .nezucafe .info dl {
          display: block; }
          #visit.cafe .nezucafe .info dl div.time {
            width: 100%;
            margin: 0 0 20px; }
          #visit.cafe .nezucafe .info dl div.seat {
            width: 100%; }
            #visit.cafe .nezucafe .info dl div.seat dd {
              display: block;
              text-align: left; } }
  #visit.cafe .nezucafe .menu {
    display: flex;
    justify-content: space-between;
    gap: 130px;
    padding: 60px 60px 0; }
    #visit.cafe .nezucafe .menu .item {
      width: 50%; }
      #visit.cafe .nezucafe .menu .item h3 {
        font-size: 185%; }
      #visit.cafe .nezucafe .menu .item dl {
        margin: 0 0 40px 0; }
        #visit.cafe .nezucafe .menu .item dl div {
          border-bottom: 1px dotted #999999;
          display: flex;
          justify-content: space-between;
          font-family: "Noto Sans JP", sans-serif;
          font-size: 124%;
          padding: 10px 0 5px 0; }
          #visit.cafe .nezucafe .menu .item dl div dt {
            font-weight: 400;
            padding: 0 10px 0 5px; }
          #visit.cafe .nezucafe .menu .item dl div dd {
            font-weight: 700; }
            #visit.cafe .nezucafe .menu .item dl div dd:after {
              content: '　'; }
            #visit.cafe .nezucafe .menu .item dl div dd.original:after {
              content: '※'; }
    @media screen and (max-width: 1400px) {
      #visit.cafe .nezucafe .menu {
        padding: 60px 0 0 0;
        gap: 60px; } }
    @media screen and (max-width: 1024px) {
      #visit.cafe .nezucafe .menu {
        padding: 40px 0 0 0;
        gap: 40px; } }
    @media screen and (max-width: 940px) {
      #visit.cafe .nezucafe .menu {
        display: block; }
        #visit.cafe .nezucafe .menu .item {
          width: 100%; } }
  #visit.cafe .nezucafe .note {
    text-align: right;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 1024px) {
      #visit.cafe .nezucafe .note {
        margin: 0 0 0 20px; } }
    #visit.cafe .nezucafe .note ul {
      display: inline-block; }
      #visit.cafe .nezucafe .note ul li {
        font-size: 139%;
        text-align: left;
        list-style: disc; }
        @media screen and (max-width: 768px) {
          #visit.cafe .nezucafe .note ul li {
            font-size: 124%; } }
  #visit.cafe .nezucafe .img4 {
    margin: 60px 0 0 0; }
    #visit.cafe .nezucafe .img4 ul {
      display: flex;
      gap: 50px; }
      #visit.cafe .nezucafe .img4 ul li {
        width: 25%;
        font-size: 124%;
        text-align: center;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400; }
        #visit.cafe .nezucafe .img4 ul li img {
          margin: 0 0 10px 0; }
    @media screen and (max-width: 1024px) {
      #visit.cafe .nezucafe .img4 ul {
        gap: 40px; }
        #visit.cafe .nezucafe .img4 ul li {
          width: 50%; } }
    @media screen and (max-width: 768px) {
      #visit.cafe .nezucafe .img4 ul {
        gap: 20px; } }
#visit.club .head {
  justify-content: space-between; }
#visit.club .club {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #visit.club .club {
      margin: 0 0 60px 0; } }
  #visit.club .club > section {
    padding: 60px 0;
    border-bottom: 1px solid #999999; }
    #visit.club .club > section:first-child {
      padding: 0 0 60px 0; }
    @media screen and (max-width: 1200px) {
      #visit.club .club > section {
        padding: 40px 0; }
        #visit.club .club > section:first-child {
          padding: 0 0 40px 0; } }
    #visit.club .club > section:last-child {
      border-bottom: none; }
    #visit.club .club > section .txtArea {
      padding: 0 40px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400; }
      @media screen and (max-width: 1400px) {
        #visit.club .club > section .txtArea {
          padding: 0; } }
      #visit.club .club > section .txtArea .features {
        display: flex;
        gap: 1px; }
        #visit.club .club > section .txtArea .features div {
          width: 33.3333333%;
          background: #F7F7F7; }
          #visit.club .club > section .txtArea .features div dt {
            font-family: "Noto Serif JP", serif;
            font-size: 139%;
            background: #333333;
            color: #fff;
            text-align: center;
            padding: 25px 0; }
          #visit.club .club > section .txtArea .features div dd {
            font-size: 139%;
            padding: 25px 50px; }
        @media screen and (max-width: 1200px) {
          #visit.club .club > section .txtArea .features div dt {
            padding: 15px 20px; }
          #visit.club .club > section .txtArea .features div dd {
            padding: 20px; } }
        @media screen and (max-width: 1024px) {
          #visit.club .club > section .txtArea .features {
            display: block; }
            #visit.club .club > section .txtArea .features div {
              width: 100%;
              margin: 0 0 1px 0; }
              #visit.club .club > section .txtArea .features div dt {
                padding: 10px;
                text-align: left; }
              #visit.club .club > section .txtArea .features div dd {
                padding: 10px; } }
        @media screen and (max-width: 768px) {
          #visit.club .club > section .txtArea .features div dt {
            font-size: 124%; }
          #visit.club .club > section .txtArea .features div dd {
            font-size: 124%; } }
      #visit.club .club > section .txtArea .fee {
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999; }
        #visit.club .club > section .txtArea .fee div {
          display: flex; }
          #visit.club .club > section .txtArea .fee div:first-child {
            border-bottom: 1px dotted #999999; }
          #visit.club .club > section .txtArea .fee div dt {
            width: 160px;
            padding: 20px;
            font-size: 139%;
            font-family: "Noto Serif JP", serif;
            font-weight: 600;
            background: #EEEEEE; }
          #visit.club .club > section .txtArea .fee div dd {
            width: calc(100% - 160px);
            padding: 20px 60px;
            font-size: 139%; }
            #visit.club .club > section .txtArea .fee div dd small {
              font-size: 94%;
              color: #666666; }
          @media screen and (max-width: 1200px) {
            #visit.club .club > section .txtArea .fee div dd {
              padding: 20px; } }
          @media screen and (max-width: 768px) {
            #visit.club .club > section .txtArea .fee div dt {
              width: 100px;
              font-size: 124%;
              padding: 20px 10px; }
            #visit.club .club > section .txtArea .fee div dd {
              width: calc(100% - 100px);
              font-size: 124%; } }
          @media screen and (max-width: 520px) {
            #visit.club .club > section .txtArea .fee div {
              display: block; }
              #visit.club .club > section .txtArea .fee div dt {
                width: 100%;
                padding: 10px; }
              #visit.club .club > section .txtArea .fee div dd {
                width: 100%;
                padding: 10px; } }
      #visit.club .club > section .txtArea ol {
        margin: 0 0 0 25px; }
        #visit.club .club > section .txtArea ol li {
          font-size: 139%;
          list-style: decimal;
          margin: 0 0 25px 0; }
          @media screen and (max-width: 768px) {
            #visit.club .club > section .txtArea ol li {
              font-size: 124%; } }
          #visit.club .club > section .txtArea ol li ol {
            margin: 0; }
            #visit.club .club > section .txtArea ol li ol li {
              font-size: 100%;
              list-style: none;
              margin: 0; }
#visit.tea_hall .head {
  justify-content: space-between; }
#visit.tea_hall .tea_hall {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #visit.tea_hall .tea_hall {
      margin: 0 0 60px 0; } }
  #visit.tea_hall .tea_hall .flexBlock {
    padding: 0 40px 40px;
    gap: 55px;
    align-items: center; }
    #visit.tea_hall .tea_hall .flexBlock .imgArea {
      width: 55%; }
    #visit.tea_hall .tea_hall .flexBlock .txtArea {
      width: 45%; }
      #visit.tea_hall .tea_hall .flexBlock .txtArea p {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400; }
    @media screen and (max-width: 1400px) {
      #visit.tea_hall .tea_hall .flexBlock {
        padding: 0 0 40px 0; } }
    @media screen and (max-width: 1024px) {
      #visit.tea_hall .tea_hall .flexBlock {
        display: block; }
        #visit.tea_hall .tea_hall .flexBlock .imgArea {
          width: 100%;
          margin: 0 0 40px 0; }
        #visit.tea_hall .tea_hall .flexBlock .txtArea {
          width: 100%; } }
  #visit.tea_hall .tea_hall .download {
    padding: 40px; }
    @media screen and (max-width: 1400px) {
      #visit.tea_hall .tea_hall .download {
        padding: 40px 0; } }
    #visit.tea_hall .tea_hall .download .downloadList {
      display: flex;
      gap: 30px;
      font-family: "Noto Sans JP", sans-serif;
      margin: 30px 0 0 0; }
      #visit.tea_hall .tea_hall .download .downloadList .item {
        width: 33.33333%;
        border-left: 1px solid #333333; }
        #visit.tea_hall .tea_hall .download .downloadList .item h4 {
          font-size: 139%;
          background: #fff;
          margin: 0 0 0 -5px;
          padding: 0 0 20px 0; }
        #visit.tea_hall .tea_hall .download .downloadList .item ul {
          padding: 0 0 0 25px; }
          #visit.tea_hall .tea_hall .download .downloadList .item ul li {
            font-size: 139%;
            font-weight: 400;
            margin: 0 0 20px 0; }
            #visit.tea_hall .tea_hall .download .downloadList .item ul li:last-child {
              margin: 0; }
            #visit.tea_hall .tea_hall .download .downloadList .item ul li a {
              display: inline-block;
              background: url("../../../common/img/icnPdf.svg") no-repeat left 5px;
              padding: 0 0 0 40px; }
            #visit.tea_hall .tea_hall .download .downloadList .item ul li small {
              font-size: 88.8888%;
              color: #666666; }
      @media screen and (max-width: 1200px) {
        #visit.tea_hall .tea_hall .download .downloadList {
          flex-wrap: wrap;
          gap: 0;
          justify-content: space-between; }
          #visit.tea_hall .tea_hall .download .downloadList .item {
            width: 48%;
            margin: 0 0 40px 0; } }
      @media screen and (max-width: 768px) {
        #visit.tea_hall .tea_hall .download .downloadList .item {
          width: 100%; }
          #visit.tea_hall .tea_hall .download .downloadList .item ul li {
            font-size: 124%; } }
#visit.faq .head {
  justify-content: space-between; }
#visit.faq .faq {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #visit.faq .faq {
      margin: 0 0 60px 0; } }
  #visit.faq .faq > section {
    margin: 0 0 40px 0; }
  #visit.faq .faq dl {
    padding: 0 0 40px; }
    #visit.faq .faq dl div {
      padding: 40px 40px 40px 60px;
      border-bottom: 1px dotted #999999; }
      @media screen and (max-width: 1400px) {
        #visit.faq .faq dl div {
          padding: 40px 0 40px 40px; } }
      @media screen and (max-width: 1200px) {
        #visit.faq .faq dl div {
          padding: 30px 0 30px 40px; } }
      @media screen and (max-width: 768px) {
        #visit.faq .faq dl div {
          padding: 20px 0 20px 40px; } }
      #visit.faq .faq dl div:first-child {
        border-top: 1px solid #999999; }
      #visit.faq .faq dl div:last-child {
        border-bottom: 1px solid #999999; }
      #visit.faq .faq dl div dt {
        font-size: 154%;
        position: relative;
        margin: 0 0 25px 0; }
        #visit.faq .faq dl div dt:before {
          content: 'Q';
          color: #5D6C98;
          display: block;
          position: absolute;
          left: -40px; }
          @media screen and (max-width: 1400px) {
            #visit.faq .faq dl div dt:before {
              left: -30px; } }
        @media screen and (max-width: 768px) {
          #visit.faq .faq dl div dt {
            font-size: 139%;
            margin: 0 0 15px 0; } }
      #visit.faq .faq dl div dd {
        font-size: 139%;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        position: relative; }
        @media screen and (max-width: 768px) {
          #visit.faq .faq dl div dd {
            font-size: 124%; } }
        #visit.faq .faq dl div dd:before {
          content: 'A';
          color: #C45B5B;
          font-size: 111%;
          display: block;
          position: absolute;
          left: -40px; }
          @media screen and (max-width: 1400px) {
            #visit.faq .faq dl div dd:before {
              left: -30px; } }
        #visit.faq .faq dl div dd dl {
          display: flex;
          padding: 0;
          float: left;
          margin: 0 0 15px 0; }
          #visit.faq .faq dl div dd dl div {
            border: none !important;
            padding: 0;
            margin: 0 100px 0 0; }
            #visit.faq .faq dl div dd dl div dt {
              font-size: 100%;
              font-weight: 600;
              margin: 0; }
              #visit.faq .faq dl div dd dl div dt:before {
                display: none; }
            #visit.faq .faq dl div dd dl div dd {
              font-size: 100%; }
              #visit.faq .faq dl div dd dl div dd:before {
                display: none; }
          @media screen and (max-width: 1200px) {
            #visit.faq .faq dl div dd dl div {
              margin: 0 50px 0 0; } }
          @media screen and (max-width: 1024px) {
            #visit.faq .faq dl div dd dl {
              width: 100%; }
              #visit.faq .faq dl div dd dl div {
                width: 50%;
                margin: 0; } }
          @media screen and (max-width: 940px) {
            #visit.faq .faq dl div dd dl {
              display: block; }
              #visit.faq .faq dl div dd dl div {
                width: 100%;
                margin: 0 0 20px; } }
        #visit.faq .faq dl div dd .ticket {
          font-size: 88.8888888%;
          font-family: "Noto Serif JP", serif;
          margin: 0 0 40px 0; }
          #visit.faq .faq dl div dd .ticket a {
            width: 200px;
            display: inline-block;
            text-align: center;
            padding: 10px 20px; }
        #visit.faq .faq dl div dd .note {
          font-size: 100%;
          clear: both; }
#visit.access .head {
  justify-content: space-between; }
#visit.access .access {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #visit.access .access {
      margin: 0 0 60px 0; } }
  #visit.access .access > section {
    padding: 60px 0; }
    #visit.access .access > section:first-child {
      padding: 0 0 60px 0;
      border-bottom: 1px solid #999999; }
    #visit.access .access > section:last-child {
      padding: 60px 0 0 0; }
    @media screen and (max-width: 1200px) {
      #visit.access .access > section {
        padding: 40px 0; }
        #visit.access .access > section:first-child {
          padding: 0 0 40px 0; }
        #visit.access .access > section:last-child {
          padding: 40px 0 0 0; } }
  #visit.access .access .flexBlock {
    padding: 0 40px;
    flex-wrap: wrap; }
    @media screen and (max-width: 1400px) {
      #visit.access .access .flexBlock {
        padding: 0; } }
  #visit.access .access .content.blk {
    display: block;
    text-align: center; }
    #visit.access .access .content.blk .imgArea {
      width: 100%;
      text-align: center;
      margin: 40px 0 0 0; }
      #visit.access .access .content.blk .imgArea img {
        max-width: 800px;
        margin: 0 auto; }
  #visit.access .access .txtArea {
    width: 45%; }
    #visit.access .access .txtArea dl {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 139%;
      margin: 0 0 80px 0; }
      @media screen and (max-width: 1024px) {
        #visit.access .access .txtArea dl {
          margin: 0 0 40px 0; } }
      @media screen and (max-width: 768px) {
        #visit.access .access .txtArea dl {
          font-size: 124%; } }
      #visit.access .access .txtArea dl div {
        padding: 20px 0 0 0; }
        #visit.access .access .txtArea dl div:first-child {
          border-bottom: 1px dotted #999999;
          padding: 0 0 20px 0; }
    @media screen and (max-width: 1024px) {
      #visit.access .access .txtArea {
        width: 100%;
        margin: 0 0 40px 0; } }
  #visit.access .access .imgArea {
    width: 50%; }
    @media screen and (max-width: 1024px) {
      #visit.access .access .imgArea {
        width: 100%; } }
#visit.floor_guide .floor_guide {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #visit.floor_guide .floor_guide {
      margin: 0 0 60px 0; } }
  #visit.floor_guide .floor_guide > div {
    padding: 0 40px 40px; }
    @media screen and (max-width: 1400px) {
      #visit.floor_guide .floor_guide > div {
        padding: 0 0 40px; } }
  #visit.floor_guide .floor_guide p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  #visit.floor_guide .floor_guide .floorMap {
    margin: 80px 0 0 0;
    text-align: center; }
    #visit.floor_guide .floor_guide .floorMap img {
      width: 100%;
      max-width: 750px; }
    @media screen and (max-width: 1400px) {
      #visit.floor_guide .floor_guide .floorMap {
        margin: 60px 0 0 0; } }
    @media screen and (max-width: 1024px) {
      #visit.floor_guide .floor_guide .floorMap {
        margin: 40px 0 0 0; } }
#visit.garden .head {
  justify-content: space-between; }
#visit.garden .garden {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #visit.garden .garden {
      margin: 0 0 60px 0; } }
  #visit.garden .garden .main {
    height: 340px;
    background: url("../../../common/img/visit/garden/01.jpg") no-repeat center center;
    background-size: cover; }
@icnlude mq(lll) {
  #visit.garden .garden .main {
    height: 300px; } }
    @media screen and (max-width: 1024px) {
      #visit.garden .garden .main {
        height: 260px; } }
    @media screen and (max-width: 768px) {
      #visit.garden .garden .main {
        height: 220px; } }
    @media screen and (max-width: 520px) {
      #visit.garden .garden .main {
        height: 200px; } }
  #visit.garden .garden > section {
    padding: 60px 0;
    border-bottom: 1px solid #999999; }
    #visit.garden .garden > section:first-child {
      padding: 0 0 60px 0; }
    @media screen and (max-width: 1200px) {
      #visit.garden .garden > section {
        padding: 40px 0; }
        #visit.garden .garden > section:first-child {
          padding: 0 0 40px 0; } }
    #visit.garden .garden > section:last-child {
      border-bottom: none; }
    #visit.garden .garden > section p {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400; }
    #visit.garden .garden > section .imgArea {
      padding: 40px 40px 0; }
      @media screen and (max-width: 1400px) {
        #visit.garden .garden > section .imgArea {
          padding: 0; } }
      #visit.garden .garden > section .imgArea ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 20px 0 0 0; }
        #visit.garden .garden > section .imgArea ul li {
          width: 24%; }
        @media screen and (max-width: 940px) {
          #visit.garden .garden > section .imgArea ul li {
            width: 49%;
            margin: 0 0 10px 0; } }
    #visit.garden .garden > section .txtArea {
      padding: 40px 40px 0; }
      @media screen and (max-width: 1400px) {
        #visit.garden .garden > section .txtArea {
          padding: 40px 0 0 0; } }
    #visit.garden .garden > section .flexBlock {
      justify-content: space-between; }
      #visit.garden .garden > section .flexBlock .imgArea {
        width: 67%;
        position: relative;
        padding: 0 40px;
        margin: 40px 0; }
        @media screen and (max-width: 1400px) {
          #visit.garden .garden > section .flexBlock .imgArea {
            padding: 0; } }
        #visit.garden .garden > section .flexBlock .imgArea .pc {
          display: block; }
          @media screen and (max-width: 1024px) {
            #visit.garden .garden > section .flexBlock .imgArea .pc {
              display: none; } }
        #visit.garden .garden > section .flexBlock .imgArea .sp {
          display: none; }
          @media screen and (max-width: 1024px) {
            #visit.garden .garden > section .flexBlock .imgArea .sp {
              display: block; } }
      #visit.garden .garden > section .flexBlock .txtArea {
        width: 33%; }
        #visit.garden .garden > section .flexBlock .txtArea p {
          margin: 30px 0; }
      @media screen and (max-width: 1600px) {
        #visit.garden .garden > section .flexBlock {
          display: block; }
          #visit.garden .garden > section .flexBlock .imgArea {
            width: 100%;
            /*background: #fbf9f7;
            padding: 10px 0;*/ }
          #visit.garden .garden > section .flexBlock .txtArea {
            width: 100%;
            margin: 0;
            padding: 0; } }
    #visit.garden .garden > section .tearoomview {
      width: 28%;
      position: absolute;
      top: 24%;
      left: calc(3.48837% + 40px);
      border-top: 2px solid #231815;
      border-bottom: 2px dotted #231815; }
      #visit.garden .garden > section .tearoomview div {
        display: flex;
        padding: 10px 0;
        border-bottom: 2px dotted #231815; }
        #visit.garden .garden > section .tearoomview div dt {
          width: 50px;
          writing-mode: vertical-rl;
          font-size: 154%;
          line-height: 1;
          padding: 10px 20px 0 10px; }
        #visit.garden .garden > section .tearoomview div dd {
          width: calc(100% - 50px); }
          #visit.garden .garden > section .tearoomview div dd ul {
            display: block;
            margin: 0; }
            #visit.garden .garden > section .tearoomview div dd ul li {
              width: 100%;
              text-align: left; }
              #visit.garden .garden > section .tearoomview div dd ul li a {
                display: block;
                padding: 4px 0 4px 10px; }
                #visit.garden .garden > section .tearoomview div dd ul li a img {
                  width: 100%;
                  max-width: 130px;
                  vertical-align: middle;
                  /*@include mq(llll) {
                    width: 80%;
                  }*/
                  /*@include mq(lll) {
                    width: 75%;
                  }
                  @include mq(ll) {
                    width: 80%;
                  }
                  @include mq(l) {
                    width: 100%;
                  }*/ }
                #visit.garden .garden > section .tearoomview div dd ul li a:hover {
                  background: rgba(150, 152, 56, 0.2); }
        #visit.garden .garden > section .tearoomview div:last-child dd ul li a:hover {
          background: rgba(144, 100, 48, 0.2); }
      #visit.garden .garden > section .tearoomview .cafe {
        line-height: 1; }
        #visit.garden .garden > section .tearoomview .cafe a {
          display: block;
          padding: 15px 10px; }
          #visit.garden .garden > section .tearoomview .cafe a:hover {
            background: rgba(0, 0, 0, 0.1); }
          #visit.garden .garden > section .tearoomview .cafe a img {
            width: 50%;
            vertical-align: baseline; }
        @media screen and (max-width: 1200px) {
          #visit.garden .garden > section .tearoomview .cafe a {
            padding: 10px; }
            #visit.garden .garden > section .tearoomview .cafe a img {
              width: 100%;
              max-width: 110px; } }
        @media screen and (max-width: 1024px) {
          #visit.garden .garden > section .tearoomview .cafe {
            background: #fff;
            border-radius: 0 0 5px 5px;
            border: 1px solid #eee;
            border-top: none;
            padding: 20px 10px; }
            #visit.garden .garden > section .tearoomview .cafe a {
              padding: 15px;
              border-radius: 5px;
              background: #ebebeb; }
              #visit.garden .garden > section .tearoomview .cafe a img {
                max-width: 170px; } }
        @media screen and (max-width: 768px) {
          #visit.garden .garden > section .tearoomview .cafe {
            padding: 10px; }
            #visit.garden .garden > section .tearoomview .cafe a img {
              max-width: 130px; } }
      @media screen and (max-width: 1400px) {
        #visit.garden .garden > section .tearoomview {
          left: 3.48837%; } }
      @media screen and (max-width: 1200px) {
        #visit.garden .garden > section .tearoomview {
          /*border-bottom: none;*/ } }
      @media screen and (max-width: 1024px) {
        #visit.garden .garden > section .tearoomview {
          position: static;
          width: 100%;
          border: none;
          background: #fbf9f7;
          padding: 15px;
          margin: -3px 0 0 0; }
          #visit.garden .garden > section .tearoomview dl {
            background: #ffffff;
            border: 1px solid #eee;
            border-bottom: none;
            border-radius: 5px 5px 0 0; }
          #visit.garden .garden > section .tearoomview div {
            display: block; }
            #visit.garden .garden > section .tearoomview div dt {
              width: 100%;
              writing-mode: horizontal-tb;
              padding: 10px 20px;
              font-size: 139%; }
            #visit.garden .garden > section .tearoomview div dd {
              width: 100%; }
              #visit.garden .garden > section .tearoomview div dd ul {
                display: flex;
                flex-wrap: wrap; }
                #visit.garden .garden > section .tearoomview div dd ul li {
                  width: 50%;
                  padding: 10px; }
                  #visit.garden .garden > section .tearoomview div dd ul li a {
                    display: block;
                    border-radius: 5px;
                    padding: 15px; }
                    #visit.garden .garden > section .tearoomview div dd ul li a img {
                      max-width: 200px; }
            #visit.garden .garden > section .tearoomview div:first-child dd ul li a {
              background: #ebebd7; }
            #visit.garden .garden > section .tearoomview div:last-child dd ul li a {
              background: #f3eee9; } }
      @media screen and (max-width: 940px) {
        #visit.garden .garden > section .tearoomview div dd ul li {
          margin: 0; } }
      @media screen and (max-width: 768px) {
        #visit.garden .garden > section .tearoomview div dd ul li a {
          padding: 10px; }
          #visit.garden .garden > section .tearoomview div dd ul li a img {
            max-width: 180px; }
        #visit.garden .garden > section .tearoomview div dd ul li:nth-child(odd) {
          padding: 5px 5px 5px 10px; }
        #visit.garden .garden > section .tearoomview div dd ul li:nth-child(even) {
          padding: 5px 10px 5px 5px; } }
      @media screen and (max-width: 520px) {
        #visit.garden .garden > section .tearoomview {
          padding: 5px; }
          #visit.garden .garden > section .tearoomview div {
            padding: 0 0 10px 0; }
            #visit.garden .garden > section .tearoomview div dt {
              padding: 10px; } }
    #visit.garden .garden > section .kakitsubata {
      padding: 0 40px;
      margin: 80px 0 0 0; }
      @media screen and (max-width: 1400px) {
        #visit.garden .garden > section .kakitsubata {
          padding: 0;
          margin: 0; } }
      #visit.garden .garden > section .kakitsubata h4 {
        font-size: 154%;
        margin: 0 0 30px 0; }
        @media screen and (max-width: 768px) {
          #visit.garden .garden > section .kakitsubata h4 {
            font-size: 131%; } }
      #visit.garden .garden > section .kakitsubata ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 80px 0; }
        @media screen and (max-width: 1400px) {
          #visit.garden .garden > section .kakitsubata ul {
            margin: 0 0 40px 0; } }
        @media screen and (max-width: 650px) {
          #visit.garden .garden > section .kakitsubata ul {
            margin: 0 0 20px 0; } }
        #visit.garden .garden > section .kakitsubata ul li {
          width: 24%;
          background: #fefdfe;
          border: 1px solid #dddddd;
          border-radius: 5px;
          text-align: center;
          padding: 10px 40px;
          font-size: 139%; }
          #visit.garden .garden > section .kakitsubata ul li img {
            max-width: 148px; }
          #visit.garden .garden > section .kakitsubata ul li span {
            display: block;
            padding: 5px 0; }
            #visit.garden .garden > section .kakitsubata ul li span.date {
              border-top: 1px solid #7B67B5; }
          @media screen and (max-width: 1400px) {
            #visit.garden .garden > section .kakitsubata ul li {
              padding: 10px 20px; } }
          @media screen and (max-width: 1200px) {
            #visit.garden .garden > section .kakitsubata ul li {
              font-size: 124%;
              padding: 10px 10px 5px; } }
          @media screen and (max-width: 650px) {
            #visit.garden .garden > section .kakitsubata ul li {
              width: 48%;
              margin: 0 0 20px 0;
              font-size: 124%; }
              #visit.garden .garden > section .kakitsubata ul li img {
                max-width: 120px; } }
          @media screen and (max-width: 520px) {
            #visit.garden .garden > section .kakitsubata ul li img {
              max-width: 100px; } }
      #visit.garden .garden > section .kakitsubata table {
        width: 100%;
        text-align: center;
        margin: -20px 0 10px 0; }
        @media screen and (max-width: 520px) {
          #visit.garden .garden > section .kakitsubata table {
            margin: 0; } }
        #visit.garden .garden > section .kakitsubata table th {
          width: 20%;
          border-bottom: 1px solid #cccccc;
          padding: 10px;
          font-size: 124%; }
          @media screen and (max-width: 940px) {
            #visit.garden .garden > section .kakitsubata table th {
              width: auto;
              font-size: 116%;
              padding: 10px 5px; } }
          @media screen and (max-width: 520px) {
            #visit.garden .garden > section .kakitsubata table th {
              font-size: 108%;
              padding: 10px 3px; } }
        #visit.garden .garden > section .kakitsubata table td {
          border-bottom: 1px solid #cccccc;
          padding: 10px;
          font-size: 124%;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 400; }
          @media screen and (max-width: 940px) {
            #visit.garden .garden > section .kakitsubata table td {
              font-size: 116%;
              padding: 10px 5px; } }
          @media screen and (max-width: 520px) {
            #visit.garden .garden > section .kakitsubata table td {
              font-size: 108%;
              padding: 10px 3px; } }
        #visit.garden .garden > section .kakitsubata table thead th {
          vertical-align: bottom; }
          #visit.garden .garden > section .kakitsubata table thead th br {
            display: none; }
            @media screen and (max-width: 520px) {
              #visit.garden .garden > section .kakitsubata table thead th br {
                display: block; } }
        #visit.garden .garden > section .kakitsubata table tbody th {
          text-align: left;
          padding: 10px 0 10px 70px; }
          @media screen and (max-width: 1200px) {
            #visit.garden .garden > section .kakitsubata table tbody th {
              padding: 10px 0 10px 40px; } }
          @media screen and (max-width: 940px) {
            #visit.garden .garden > section .kakitsubata table tbody th {
              padding: 10px 0 10px 20px; } }
          @media screen and (max-width: 520px) {
            #visit.garden .garden > section .kakitsubata table tbody th {
              padding: 10px 0 10px 3px; } }
      #visit.garden .garden > section .kakitsubata p {
        font-size: 108%;
        margin: 10px 0 0 0; }

/*----------------------------------------------------
	view
----------------------------------------------------*/
#viewOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  /*display: none;*/ }

#viewWindow {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: max-content;
  max-width: 95vw; }
  #viewWindow iframe {
    border: 5px solid #000;
    max-width: 80vw;
    max-height: 80vh;
    width: 80vw;
    height: 80vh; }
  #viewWindow img {
    border: 5px solid #000;
    width: auto;
    max-width: 100%;
    flex-shrink: 0;
    max-height: calc(100vh - 80px);
    object-fit: contain;
    height: auto; }
  #viewWindow #btnClose {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #000;
    font-size: 231%;
    font-weight: 100;
    position: absolute;
    right: 0;
    top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }

/*----------------------------------------------------
	about
----------------------------------------------------*/
#about.about .about {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #about.about .about {
      margin: 0 0 60px 0; } }
  #about.about .about > section {
    padding: 60px 0;
    border-bottom: 1px solid #999999; }
    #about.about .about > section:first-child {
      padding: 0 0 60px 0; }
    #about.about .about > section:last-child {
      border-bottom: none;
      padding: 60px 0 0 0; }
    @media screen and (max-width: 1200px) {
      #about.about .about > section {
        padding: 40px 0; }
        #about.about .about > section:first-child {
          padding: 0 0 40px 0; }
        #about.about .about > section:last-child {
          padding: 40px 0 0 0; } }
  #about.about .about .flexBlock {
    padding: 0 40px;
    flex-wrap: wrap; }
    #about.about .about .flexBlock .imgArea {
      width: 25%;
      font-size: 139%; }
      #about.about .about .flexBlock .imgArea img {
        margin: 0 0 15px 0; }
      #about.about .about .flexBlock .imgArea.img2 {
        text-align: right; }
    #about.about .about .flexBlock .txtArea {
      width: 65%;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400; }
      #about.about .about .flexBlock .txtArea p {
        margin: 0 0 25px 0; }
        #about.about .about .flexBlock .txtArea p:last-child {
          margin: 0; }
      #about.about .about .flexBlock .txtArea.txt1 {
        margin: 0 0 60px 0; }
    @media screen and (max-width: 1400px) {
      #about.about .about .flexBlock {
        padding: 0; } }
    @media screen and (max-width: 1200px) {
      #about.about .about .flexBlock .txtArea {
        width: 65%; } }
    @media screen and (max-width: 1024px) {
      #about.about .about .flexBlock {
        display: block; }
        #about.about .about .flexBlock .imgArea {
          width: 100%;
          max-width: 300px;
          margin: 0 auto 40px;
          font-size: 124%; }
        #about.about .about .flexBlock .txtArea {
          width: 100%;
          margin: 0 0 40px !important; } }
    @media screen and (max-width: 650px) {
      #about.about .about .flexBlock .imgArea {
        max-width: 200px; } }
  #about.about .about .facility .flexBlock .txtArea img {
    margin: 40px 0 0 0; }
  #about.about .about .facility .flexBlock .imgArea img {
    height: 100%;
    margin: 0; }
  #about.about .about .facility .flexBlock.overview {
    margin: 60px 0 0 0; }
    #about.about .about .facility .flexBlock.overview .txtArea h4 {
      font-size: 185%;
      font-family: "Noto Serif JP", serif;
      margin: 30px 0 15px 0; }
      @media screen and (max-width: 1200px) {
        #about.about .about .facility .flexBlock.overview .txtArea h4 {
          font-size: 170%; } }
      @media screen and (max-width: 768px) {
        #about.about .about .facility .flexBlock.overview .txtArea h4 {
          font-size: 154%; } }
    #about.about .about .facility .flexBlock.overview .txtArea h5 {
      font-size: 154%;
      font-family: "Noto Serif JP", serif;
      margin: 15px 0;
      padding: 0 15px; }
      @media screen and (max-width: 1200px) {
        #about.about .about .facility .flexBlock.overview .txtArea h5 {
          font-size: 139%; } }
      @media screen and (max-width: 768px) {
        #about.about .about .facility .flexBlock.overview .txtArea h5 {
          font-size: 124%;
          padding: 0; } }
    #about.about .about .facility .flexBlock.overview .txtArea ul {
      padding: 5px 0 5px 265px;
      border-top: 1px dotted #999999;
      border-bottom: 1px dotted #999999;
      margin: 0 0 30px 0; }
      #about.about .about .facility .flexBlock.overview .txtArea ul li {
        font-size: 139%;
        padding: 10px 0; }
      @media screen and (max-width: 940px) {
        #about.about .about .facility .flexBlock.overview .txtArea ul {
          padding: 5px 15px; } }
      @media screen and (max-width: 768px) {
        #about.about .about .facility .flexBlock.overview .txtArea ul {
          padding: 5px 0; }
          #about.about .about .facility .flexBlock.overview .txtArea ul li {
            font-size: 124%; } }
    #about.about .about .facility .flexBlock.overview .txtArea dl {
      border-top: 1px dotted #999999;
      margin: 0 0 40px 0; }
      #about.about .about .facility .flexBlock.overview .txtArea dl div {
        display: flex;
        font-size: 139%;
        border-bottom: 1px dotted #999999;
        padding: 15px; }
        #about.about .about .facility .flexBlock.overview .txtArea dl div dt {
          font-family: "Noto Serif JP", serif;
          font-weight: 600;
          width: 250px; }
        #about.about .about .facility .flexBlock.overview .txtArea dl div dd {
          width: calc(100% - 250px); }
      @media screen and (max-width: 940px) {
        #about.about .about .facility .flexBlock.overview .txtArea dl div {
          display: block; }
          #about.about .about .facility .flexBlock.overview .txtArea dl div dt {
            width: 100%; }
          #about.about .about .facility .flexBlock.overview .txtArea dl div dd {
            width: 100%; } }
      @media screen and (max-width: 768px) {
        #about.about .about .facility .flexBlock.overview .txtArea dl div {
          font-size: 124%;
          padding: 15px 0; } }
    #about.about .about .facility .flexBlock.overview .imgArea ul li {
      margin: 0 0 30px 0; }
      #about.about .about .facility .flexBlock.overview .imgArea ul li img {
        margin: 0 0 5px 0; }
    @media screen and (max-width: 1024px) {
      #about.about .about .facility .flexBlock.overview .imgArea {
        width: 100%;
        max-width: 100%;
        font-size: 108%; }
        #about.about .about .facility .flexBlock.overview .imgArea ul li {
          width: 50%;
          float: left;
          padding: 0 10px;
          margin: 0 0 20px 0; } }
  #about.about .about .logo {
    clear: both; }
    #about.about .about .logo .flexBlock {
      flex-direction: row-reverse;
      align-items: flex-start; }
      #about.about .about .logo .flexBlock .imgArea {
        padding: 60px 30px;
        border: 1px solid #999999;
        text-align: center; }
        #about.about .about .logo .flexBlock .imgArea img {
          margin: 0;
          max-width: 220px; }
        @media screen and (max-width: 650px) {
          #about.about .about .logo .flexBlock .imgArea {
            max-width: 100%; }
            #about.about .about .logo .flexBlock .imgArea img {
              max-width: 180px; } }
#about.history .history {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #about.history .history {
      margin: 0 0 60px 0; } }
  #about.history .history .flexBlock .txtArea {
    width: 75%; }
    #about.history .history .flexBlock .txtArea dl div {
      display: flex;
      border-bottom: 1px solid #DDDDDD;
      padding: 15px; }
      #about.history .history .flexBlock .txtArea dl div dt {
        font-size: 139%;
        width: 240px; }
      #about.history .history .flexBlock .txtArea dl div dd {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        font-size: 139%;
        width: calc(100% - 240px); }
      @media screen and (max-width: 1400px) {
        #about.history .history .flexBlock .txtArea dl div dt {
          width: 220px; }
        #about.history .history .flexBlock .txtArea dl div dd {
          width: calc(100% - 220px); } }
      @media screen and (max-width: 1024px) {
        #about.history .history .flexBlock .txtArea dl div {
          display: block; }
          #about.history .history .flexBlock .txtArea dl div dt {
            width: 100%; }
          #about.history .history .flexBlock .txtArea dl div dd {
            width: 100%; } }
      @media screen and (max-width: 768px) {
        #about.history .history .flexBlock .txtArea dl div dt {
          font-size: 124%; }
        #about.history .history .flexBlock .txtArea dl div dd {
          font-size: 124%; } }
  #about.history .history .flexBlock .imgArea {
    width: 15%; }
    #about.history .history .flexBlock .imgArea li {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-size: 124%;
      margin: 0 0 80px 0; }
      #about.history .history .flexBlock .imgArea li img {
        margin: 0 0 15px 0; }
    @media screen and (max-width: 1400px) {
      #about.history .history .flexBlock .imgArea {
        width: 20%; }
        #about.history .history .flexBlock .imgArea li {
          margin: 0 0 40px 0; } }
  @media screen and (max-width: 1024px) {
    #about.history .history .flexBlock {
      display: block; }
      #about.history .history .flexBlock .txtArea {
        width: 100%; }
      #about.history .history .flexBlock .imgArea {
        width: 100%;
        max-width: 300px;
        margin: 40px auto; } }

/*----------------------------------------------------
	collection
----------------------------------------------------*/
#collection.index .collection {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #collection.index .collection {
      margin: 0 0 60px 0; } }
  #collection.index .collection p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    #collection.index .collection p small {
      font-size: 90%;
      color: #666666; }
  #collection.index .collection .subTitle3 {
    margin: 80px 0 0 0; }
    @media screen and (max-width: 1200px) {
      #collection.index .collection .subTitle3 {
        margin: 60px 0 0 0; } }
  #collection.index .collection .categoryList {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
    padding: 40px; }
    #collection.index .collection .categoryList li {
      width: calc((100% - 30px * 4) / 5);
      height: 250px;
      writing-mode: vertical-rl;
      font-size: 170%;
      background: #F2F2F2; }
      #collection.index .collection .categoryList li a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; }
        #collection.index .collection .categoryList li a span {
          position: absolute;
          top: 30px;
          left: 25px; }
      #collection.index .collection .categoryList li:nth-child(1) a {
        background: url("../../../common/img/collection/01.png") no-repeat right bottom;
        background-size: 73% auto; }
      #collection.index .collection .categoryList li:nth-child(2) a {
        background: url("../../../common/img/collection/02.png") no-repeat right bottom;
        background-size: 73% auto; }
      #collection.index .collection .categoryList li:nth-child(3) a {
        background: url("../../../common/img/collection/03.png") no-repeat right bottom;
        background-size: 73% auto; }
      #collection.index .collection .categoryList li:nth-child(4) a {
        background: url("../../../common/img/collection/04.png") no-repeat right bottom;
        background-size: 73% auto; }
      #collection.index .collection .categoryList li:nth-child(5) a {
        background: url("../../../common/img/collection/05.png") no-repeat right bottom;
        background-size: 73% auto; }
      #collection.index .collection .categoryList li:nth-child(6) a {
        background: url("../../../common/img/collection/06.png") no-repeat right bottom;
        background-size: 73% auto; }
      #collection.index .collection .categoryList li:nth-child(7) a {
        background: url("../../../common/img/collection/07.png") no-repeat right bottom;
        background-size: 73% auto; }
      #collection.index .collection .categoryList li:nth-child(8) a {
        background: url("../../../common/img/collection/08.png") no-repeat right bottom;
        background-size: 73% auto; }
      #collection.index .collection .categoryList li:nth-child(9) a {
        background: url("../../../common/img/collection/09.png") no-repeat right bottom;
        background-size: 67% auto; }
      #collection.index .collection .categoryList li:nth-child(10) a {
        background: url("../../../common/img/collection/10.png") no-repeat right bottom;
        background-size: 73% auto; }
      #collection.index .collection .categoryList li:nth-child(11) a {
        background: url("../../../common/img/collection/11.png") no-repeat right bottom;
        background-size: 80% auto; }
    @media screen and (max-width: 1600px) {
      #collection.index .collection .categoryList li {
        height: 200px; }
        #collection.index .collection .categoryList li a span {
          top: 15px;
          left: 10px; } }
    @media screen and (max-width: 1400px) {
      #collection.index .collection .categoryList {
        padding: 40px 0; }
        #collection.index .collection .categoryList li {
          width: calc((100% - 30px * 3) / 4); } }
    @media screen and (max-width: 1024px) {
      #collection.index .collection .categoryList li {
        width: calc((100% - 30px * 2) / 3); } }
    @media screen and (max-width: 768px) {
      #collection.index .collection .categoryList {
        gap: 20px; }
        #collection.index .collection .categoryList li {
          width: calc((100% - 20px * 2) / 3);
          font-size: 154%; } }
    @media screen and (max-width: 650px) {
      #collection.index .collection .categoryList li {
        width: calc((100% - 20px * 1) / 2); } }
    @media screen and (max-width: 520px) {
      #collection.index .collection .categoryList li {
        height: 170px;
        font-size: 139%; } }
#collection.list .collection {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #collection.list .collection {
      margin: 0 0 60px 0; } }
  #collection.list .collection .itemList {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px; }
    #collection.list .collection .itemList .item {
      width: calc((100% - 40px * 3) / 4);
      position: relative;
      margin: 0 0 80px 0; }
      #collection.list .collection .itemList .item .imgArea {
        background: #ECECEC;
        height: 310px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #collection.list .collection .itemList .item .imgArea img {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%; }
      #collection.list .collection .itemList .item .txtArea {
        padding: 20px 10px 0 10px; }
        #collection.list .collection .itemList .item .txtArea .icn {
          min-width: 80px;
          line-height: 26px;
          background: #fff;
          display: inline-block;
          /*position: absolute;
          top: 15px;
          left: 15px;*/
          text-align: center; }
          #collection.list .collection .itemList .item .txtArea .icn.icn1 {
            color: #78588F;
            border-top: 2px solid #78588F;
            border-bottom: 2px solid #78588F;
            padding: 0 10px 2px 17px;
            letter-spacing: 7px; }
          #collection.list .collection .itemList .item .txtArea .icn.icn2 {
            color: #597D52;
            border-top: 2px solid #597D52;
            border-bottom: 2px solid #597D52;
            padding: 0 10px 2px; }
          #collection.list .collection .itemList .item .txtArea .icn.icn3 {
            color: #6291AD;
            border-top: 2px solid #6291AD;
            border-bottom: 2px solid #6291AD;
            padding: 0 10px 2px; }
        #collection.list .collection .itemList .item .txtArea h3 {
          font-size: 154%;
          color: #000000;
          margin: 10px 0 0 0; }
        #collection.list .collection .itemList .item .txtArea .meta li {
          color: #666666;
          font-size: 124%;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 400; }
      #collection.list .collection .itemList .item a:hover {
        color: #333333;
        text-decoration: none; }
    @media screen and (max-width: 1400px) {
      #collection.list .collection .itemList {
        gap: 0 30px; }
        #collection.list .collection .itemList .item {
          width: calc((100% - 30px * 2) / 3);
          margin: 0 0 60px; }
          #collection.list .collection .itemList .item .imgArea {
            height: 250px; } }
    @media screen and (max-width: 1024px) {
      #collection.list .collection .itemList .item {
        width: calc((100% - 30px * 1) / 2);
        margin: 0 0 40px; } }
    @media screen and (max-width: 1024px) {
      #collection.list .collection .itemList {
        gap: 0 20px; }
        #collection.list .collection .itemList .item {
          width: calc((100% - 20px * 1) / 2);
          margin: 0 0 30px; }
          #collection.list .collection .itemList .item .txtArea {
            padding: 15px 0; } }
    @media screen and (max-width: 520px) {
      #collection.list .collection .itemList {
        gap: 0; }
        #collection.list .collection .itemList .item {
          width: 100%;
          margin: 0 0 20px; } }
#collection.detail .collection {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #collection.detail .collection {
      margin: 0 0 60px 0; } }
  #collection.detail .collection .imgArea {
    margin: 0 0 40px 0;
    text-align: center;
    background: #f2f2f2;
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #collection.detail .collection .imgArea img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    @media screen and (max-width: 768px) {
      #collection.detail .collection .imgArea {
        margin: 0 0 20px 0; } }
  #collection.detail .collection .thumbnail {
    float: right; }
    #collection.detail .collection .thumbnail ul {
      display: flex; }
      #collection.detail .collection .thumbnail ul li {
        width: 130px;
        height: 130px;
        margin: 0 25px 0 0;
        cursor: pointer;
        font-size: 124%; }
        #collection.detail .collection .thumbnail ul li span {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #f2f2f2; }
        #collection.detail .collection .thumbnail ul li:last-child {
          margin: 0; }
        #collection.detail .collection .thumbnail ul li img {
          margin: 0 0 5px 0;
          max-width: 100%;
          max-height: 100%;
          width: auto;
          height: auto; }
        @media screen and (max-width: 1024px) {
          #collection.detail .collection .thumbnail ul li {
            width: 90px;
            height: 90px; } }
        @media screen and (max-width: 650px) {
          #collection.detail .collection .thumbnail ul li {
            width: 60px;
            height: 60px; } }
  #collection.detail .collection .artName {
    float: left;
    width: calc(100% - 440px);
    padding: 0 80px 0 0;
    color: #000000; }
    @media screen and (max-width: 1400px) {
      #collection.detail .collection .artName {
        clear: both;
        float: none;
        width: 100%;
        padding: 40px 0 0 0; } }
    #collection.detail .collection .artName .icn {
      background: #fff;
      font-size: 139%;
      display: flex; }
      @media screen and (max-width: 768px) {
        #collection.detail .collection .artName .icn {
          font-size: 124%; } }
      #collection.detail .collection .artName .icn li {
        min-width: 80px;
        line-height: 26px;
        margin: 0 20px 0 0;
        padding: 0 10px 2px;
        text-align: center;
        color: #333333;
        border-top: 2px solid #eee;
        border-bottom: 2px solid #eee;
        background: #eee; }
        #collection.detail .collection .artName .icn li.icn1 {
          color: #78588F;
          border-top: 2px solid #78588F;
          border-bottom: 2px solid #78588F;
          background: none; }
        #collection.detail .collection .artName .icn li.icn2 {
          color: #597D52;
          border-top: 2px solid #597D52;
          border-bottom: 2px solid #597D52;
          background: none; }
        #collection.detail .collection .artName .icn li.icn3 {
          color: #6291AD;
          border-top: 2px solid #6291AD;
          border-bottom: 2px solid #6291AD;
          background: none; }
        #collection.detail .collection .artName .icn li.icn4 {
          color: #fff;
          background: #AA855A;
          border-top: 2px solid #AA855A;
          border-bottom: 2px solid #AA855A; }
        #collection.detail .collection .artName .icn li.icn5 {
          color: #AA855A;
          border: 2px solid #AA855A;
          background: none; }
    #collection.detail .collection .artName h3 {
      font-size: 247%;
      margin: 20px 0 0 0; }
      @media screen and (max-width: 1200px) {
        #collection.detail .collection .artName h3 {
          font-size: 216%; } }
      @media screen and (max-width: 768px) {
        #collection.detail .collection .artName h3 {
          font-size: 185%; } }
    #collection.detail .collection .artName .kana {
      font-size: 124%; }
  #collection.detail .collection .flexBlock {
    clear: both;
    padding: 40px 0 0 0; }
    #collection.detail .collection .flexBlock .meta {
      width: 35%; }
      #collection.detail .collection .flexBlock .meta li {
        font-size: 139%; }
        @media screen and (max-width: 768px) {
          #collection.detail .collection .flexBlock .meta li {
            font-size: 124%;
            color: #666666; } }
    #collection.detail .collection .flexBlock .commentary {
      width: 60%; }
    @media screen and (max-width: 1024px) {
      #collection.detail .collection .flexBlock {
        display: block; }
        #collection.detail .collection .flexBlock .meta {
          width: 100%; }
        #collection.detail .collection .flexBlock .commentary {
          width: 100%;
          margin: 40px 0 0 0; } }
    @media screen and (max-width: 768px) {
      #collection.detail .collection .flexBlock {
        padding: 20px 0 0 0; }
        #collection.detail .collection .flexBlock .commentary {
          margin: 20px 0 0 0; } }
#collection .btnArea {
  margin: 120px 0 0 0; }
  @media screen and (max-width: 768px) {
    #collection .btnArea {
      margin: 60px 0 0 0; } }
  #collection .btnArea li.back {
    width: 260px;
    font-size: 139%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    #collection .btnArea li.back a {
      width: 100%;
      display: block;
      background: #333333 url("../../../common/img/icnArw5.svg") no-repeat 20px center;
      color: #fff;
      border: none;
      padding: 15px;
      cursor: pointer;
      line-height: normal;
      border-radius: 4px; }
      #collection .btnArea li.back a:hover {
        opacity: 0.8;
        text-decoration: none; }
    @media screen and (max-width: 1024px) {
      #collection .btnArea li.back a {
        padding: 10px; } }
    @media screen and (max-width: 520px) {
      #collection .btnArea li.back {
        width: 200px; } }

/*----------------------------------------------------
	publications
----------------------------------------------------*/
#publications.index .publications {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #publications.index .publications {
      margin: 0 0 60px 0; } }
  #publications.index .publications p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    #publications.index .publications p small {
      font-size: 90%;
      color: #666666; }
  #publications.index .publications .note {
    margin: 15px 0 0 0; }
    #publications.index .publications .note li {
      font-size: 124%;
      color: #666666;
      text-indent: -16px;
      margin: 0 0 0 16px; }
      #publications.index .publications .note li:before {
        content: '＊'; }
      @media screen and (max-width: 768px) {
        #publications.index .publications .note li {
          font-size: 108%;
          text-indent: -14px;
          margin: 0 0 0 14px; } }
    #publications.index .publications .note.bottom {
      padding: 0 40px; }
      @media screen and (max-width: 1400px) {
        #publications.index .publications .note.bottom {
          padding: 0; } }
  #publications.index .publications .subTitle3 {
    margin: 80px 0 0 0; }
    @media screen and (max-width: 1200px) {
      #publications.index .publications .subTitle3 {
        margin: 60px 0 0 0; } }
  #publications.index .publications .categoryList {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
    padding: 40px; }
    #publications.index .publications .categoryList li {
      width: calc((100% - 30px * 2) / 3);
      height: 250px;
      writing-mode: vertical-rl;
      font-size: 170%;
      background: #F2F2F2; }
      #publications.index .publications .categoryList li a {
        width: 100%;
        height: 100%;
        display: block;
        position: relative; }
        #publications.index .publications .categoryList li a span {
          position: absolute;
          top: 30px;
          left: 25px; }
      #publications.index .publications .categoryList li:nth-child(1) a {
        background: url("../../../common/img/publications/01.png") no-repeat right bottom;
        background-size: 50% auto; }
      #publications.index .publications .categoryList li:nth-child(2) a {
        background: url("../../../common/img/publications/02.png") no-repeat right bottom;
        background-size: 50% auto; }
      #publications.index .publications .categoryList li:nth-child(3) a {
        background: url("../../../common/img/publications/03.png") no-repeat right bottom;
        background-size: 50% auto; }
      #publications.index .publications .categoryList li:nth-child(4) a {
        background: url("../../../common/img/publications/04.png") no-repeat right bottom;
        background-size: 50% auto; }
    @media screen and (max-width: 1600px) {
      #publications.index .publications .categoryList li {
        height: 200px; }
        #publications.index .publications .categoryList li a span {
          top: 15px;
          left: 10px; } }
    @media screen and (max-width: 1400px) {
      #publications.index .publications .categoryList {
        padding: 40px 0; } }
    @media screen and (max-width: 1024px) {
      #publications.index .publications .categoryList li {
        width: calc((100% - 30px * 1) / 2); } }
    @media screen and (max-width: 768px) {
      #publications.index .publications .categoryList {
        gap: 20px; }
        #publications.index .publications .categoryList li {
          width: calc((100% - 20px * 1) / 2);
          font-size: 154%; } }
    @media screen and (max-width: 650px) {
      #publications.index .publications .categoryList li {
        width: 100%; } }
    @media screen and (max-width: 520px) {
      #publications.index .publications .categoryList li {
        height: 170px;
        font-size: 139%; } }
  #publications.index .publications .bnrOrder {
    padding: 0 40px;
    text-align: center;
    margin: 40px 0 20px 0; }
    #publications.index .publications .bnrOrder a {
      display: flex;
      width: 100%;
      min-height: 170px;
      background-color: #CDD2E4;
      background-image: url("../../../common/img/publications/bnr1.png"), url("../../../common/img/publications/bnr2.png");
      background-position: 75px bottom, right 75px bottom;
      background-repeat: no-repeat, no-repeat;
      align-items: center;
      justify-content: center; }
      #publications.index .publications .bnrOrder a:hover {
        opacity: 0.8;
        color: #333333;
        text-decoration: none; }
    #publications.index .publications .bnrOrder h4 {
      font-size: 216%; }
    #publications.index .publications .bnrOrder p {
      font-size: 124%; }
    @media screen and (max-width: 1400px) {
      #publications.index .publications .bnrOrder {
        padding: 0; } }
    @media screen and (max-width: 1200px) {
      #publications.index .publications .bnrOrder {
        margin: 20px 0; }
        #publications.index .publications .bnrOrder a {
          min-height: 150px;
          background-image: url("../../../common/img/publications/bnr1.png"), url("../../../common/img/publications/bnr2.png");
          background-position: 30px bottom, right 50px bottom;
          background-size: auto 100px, auto 100px; }
        #publications.index .publications .bnrOrder h4 {
          font-size: 185%; } }
    @media screen and (max-width: 1024px) {
      #publications.index .publications .bnrOrder a {
        min-height: 130px; } }
    @media screen and (max-width: 940px) {
      #publications.index .publications .bnrOrder a {
        min-height: 100px;
        padding: 15px 130px;
        background-image: url("../../../common/img/publications/bnr1.png"), url("../../../common/img/publications/bnr2.png");
        background-position: 20px bottom, right 40px bottom;
        background-size: auto 80px, auto 80px; }
      #publications.index .publications .bnrOrder h4 {
        font-size: 154%; }
      #publications.index .publications .bnrOrder p {
        font-size: 108%; } }
    @media screen and (max-width: 768px) {
      #publications.index .publications .bnrOrder a {
        padding: 15px 100px; } }
    @media screen and (max-width: 650px) {
      #publications.index .publications .bnrOrder a {
        padding: 15px 70px;
        min-height: auto;
        background-image: url("../../../common/img/publications/bnr1.png"), url("../../../common/img/publications/bnr2.png");
        background-position: 10px bottom, right 20px bottom;
        background-size: auto 60px, auto 60px; } }
    @media screen and (max-width: 520px) {
      #publications.index .publications .bnrOrder a {
        background-image: none;
        padding: 15px 10px; }
      #publications.index .publications .bnrOrder p {
        font-size: 100%; } }
#publications.list .publications {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #publications.list .publications {
      margin: 0 0 60px 0; } }
  #publications.list .publications > p {
    font-size: 154%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 1200px) {
      #publications.list .publications > p {
        font-size: 139%; } }
    @media screen and (max-width: 520px) {
      #publications.list .publications > p {
        font-size: 124%; } }
  #publications.list .publications .itemList .item {
    border-bottom: 1px solid #999999;
    display: flex;
    justify-content: space-between;
    padding: 60px 40px; }
    #publications.list .publications .itemList .item .imgArea {
      width: 25%; }
      #publications.list .publications .itemList .item .imgArea img {
        border: 1px solid #DDDDDD; }
    #publications.list .publications .itemList .item .txtArea {
      width: calc(75% - 90px);
      position: relative; }
      #publications.list .publications .itemList .item .txtArea h3 {
        font-size: 185%;
        color: #000;
        margin: 20px 0 40px;
        padding: 0 90px 0 0; }
      #publications.list .publications .itemList .item .txtArea .icn {
        position: absolute;
        top: 25px;
        right: 0;
        background: #AA855A;
        color: #fff;
        padding: 0 15px; }
      #publications.list .publications .itemList .item .txtArea .commentary {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400; }
        #publications.list .publications .itemList .item .txtArea .commentary p {
          font-size: 154%; }
        #publications.list .publications .itemList .item .txtArea .commentary dl {
          font-size: 124%;
          width: 100%;
          max-width: 540px;
          margin: 40px 0 0 0; }
          #publications.list .publications .itemList .item .txtArea .commentary dl div {
            display: flex;
            border-bottom: 1px dotted #999999;
            padding: 5px; }
            #publications.list .publications .itemList .item .txtArea .commentary dl div dt {
              width: 150px;
              font-family: "Noto Serif JP", serif;
              font-weight: 600; }
    @media screen and (max-width: 1400px) {
      #publications.list .publications .itemList .item {
        padding: 60px 0; } }
    @media screen and (max-width: 1200px) {
      #publications.list .publications .itemList .item .imgArea {
        width: 30%; }
      #publications.list .publications .itemList .item .txtArea {
        width: calc(70% - 60px); }
        #publications.list .publications .itemList .item .txtArea h3 {
          font-size: 170%;
          margin: 10px 0 30px; }
        #publications.list .publications .itemList .item .txtArea .commentary p {
          font-size: 139%; } }
    @media screen and (max-width: 1024px) {
      #publications.list .publications .itemList .item {
        display: block;
        padding: 40px 0; }
        #publications.list .publications .itemList .item .imgArea {
          width: 100%;
          max-width: 300px;
          margin: 0 auto 30px; }
        #publications.list .publications .itemList .item .txtArea {
          width: 100%; }
          #publications.list .publications .itemList .item .txtArea .commentary dl {
            max-width: 100%;
            margin: 30px 0 0 0; } }
    @media screen and (max-width: 768px) {
      #publications.list .publications .itemList .item .txtArea h3 {
        font-size: 154%;
        padding: 0;
        margin: 10px 0 20px; }
      #publications.list .publications .itemList .item .txtArea .icn {
        position: static;
        display: inline-block; }
      #publications.list .publications .itemList .item .txtArea .commentary p {
        font-size: 124%; } }
    @media screen and (max-width: 520px) {
      #publications.list .publications .itemList .item .imgArea {
        max-width: 200px; } }
#publications.orderList .publications > p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 154%; }
  @media screen and (max-width: 1200px) {
    #publications.orderList .publications > p {
      font-size: 139%; } }
  @media screen and (max-width: 768px) {
    #publications.orderList .publications > p {
      font-size: 124%; } }
#publications.orderList .publications h3 {
  margin: 80px 0 0 0; }
  @media screen and (max-width: 1024px) {
    #publications.orderList .publications h3 {
      margin: 60px 0 0 0; } }
  @media screen and (max-width: 768px) {
    #publications.orderList .publications h3 {
      margin: 40px 0 0 0; } }
#publications.orderList .publications .itemList {
  padding: 60px 0 0;
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #publications.orderList .publications .itemList {
      padding: 30px 0 0;
      margin: 0 0 60px 0; } }
  #publications.orderList .publications .itemList table {
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    #publications.orderList .publications .itemList table thead th {
      font-size: 124%;
      font-weight: 400;
      color: #666666;
      padding: 0 0 5px;
      border: none; }
    @media screen and (max-width: 768px) {
      #publications.orderList .publications .itemList table thead {
        display: none; } }
    #publications.orderList .publications .itemList table tbody {
      border: 1px solid #999999; }
      #publications.orderList .publications .itemList table tbody th {
        font-family: "Noto Serif JP", serif;
        font-weight: 600;
        padding: 10px 60px;
        text-align: left;
        color: #000000;
        font-size: 139%;
        border: 1px solid #999999;
        border-right: 1px dotted #999999; }
        #publications.orderList .publications .itemList table tbody th.category {
          padding: 10px 40px;
          background: #F2F2F2; }
      #publications.orderList .publications .itemList table tbody td {
        text-align: center;
        font-size: 139%;
        border: 1px solid #999999;
        border-right: 1px dotted #999999;
        border-left: 1px dotted #999999;
        padding: 10px 60px; }
        #publications.orderList .publications .itemList table tbody td input {
          width: 70px; }
      @media screen and (max-width: 1600px) {
        #publications.orderList .publications .itemList table tbody th {
          padding: 10px 20px; }
          #publications.orderList .publications .itemList table tbody th.category {
            padding: 10px 20px; }
        #publications.orderList .publications .itemList table tbody td {
          padding: 10px 20px; } }
      @media screen and (max-width: 1400px) {
        #publications.orderList .publications .itemList table tbody th {
          padding: 10px; }
          #publications.orderList .publications .itemList table tbody th.category {
            padding: 10px; }
        #publications.orderList .publications .itemList table tbody td {
          padding: 10px; }
          #publications.orderList .publications .itemList table tbody td:nth-child(2) {
            width: 100px; }
          #publications.orderList .publications .itemList table tbody td:nth-child(3) {
            width: 120px; } }
      @media screen and (max-width: 768px) {
        #publications.orderList .publications .itemList table tbody {
          display: block; }
          #publications.orderList .publications .itemList table tbody tr {
            display: block;
            border-top: 1px dotted #999999;
            clear: both; }
            #publications.orderList .publications .itemList table tbody tr:first-child {
              border: none; }
          #publications.orderList .publications .itemList table tbody th {
            width: 100%;
            display: block;
            border: none;
            font-size: 124%; }
          #publications.orderList .publications .itemList table tbody td {
            display: block;
            font-size: 124%;
            border: none; }
            #publications.orderList .publications .itemList table tbody td:nth-child(2) {
              width: calc(100% - 125px);
              float: left;
              text-align: right; }
            #publications.orderList .publications .itemList table tbody td:nth-child(3) {
              width: 120px;
              float: right; } }
  #publications.orderList .publications .itemList .btnArea li {
    width: 100%;
    max-width: 260px; }

/*----------------------------------------------------
	newsletter
----------------------------------------------------*/
#newsletter .head {
  justify-content: space-between; }
#newsletter .newsletter {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #newsletter .newsletter {
      margin: 0 0 60px 0; } }
  #newsletter .newsletter p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  #newsletter .newsletter > section {
    border-bottom: 1px solid #999999;
    padding: 60px 0; }
    @media screen and (max-width: 1200px) {
      #newsletter .newsletter > section {
        padding: 40px 0; } }
    #newsletter .newsletter > section:last-child {
      border: none; }
    #newsletter .newsletter > section .txtArea {
      padding: 40px;
      word-break: break-all; }
      @media screen and (max-width: 1400px) {
        #newsletter .newsletter > section .txtArea {
          padding: 20px 0; } }
      @media screen and (max-width: 1200px) {
        #newsletter .newsletter > section .txtArea {
          padding: 0; } }
      #newsletter .newsletter > section .txtArea dl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        margin: 0 0 80px 0; }
        @media screen and (max-width: 1200px) {
          #newsletter .newsletter > section .txtArea dl {
            margin: 0 0 40px 0; } }
        #newsletter .newsletter > section .txtArea dl div {
          width: calc((100% - 20px * 3) / 4);
          background: #f2f2f2;
          padding: 10px 30px 30px;
          position: relative; }
          @media screen and (max-width: 1200px) {
            #newsletter .newsletter > section .txtArea dl div {
              padding: 10px 20px 20px; } }
          #newsletter .newsletter > section .txtArea dl div dt {
            font-size: 308%;
            font-weight: 600;
            text-align: center;
            padding: 0 0 10px;
            border-bottom: 3px dotted #DDDDDD; }
            @media screen and (max-width: 1200px) {
              #newsletter .newsletter > section .txtArea dl div dt {
                font-size: 231%; } }
            @media screen and (max-width: 768px) {
              #newsletter .newsletter > section .txtArea dl div dt {
                font-size: 185%; } }
          #newsletter .newsletter > section .txtArea dl div dd {
            font-size: 147%;
            margin: 20px 0 0 0; }
            @media screen and (max-width: 1600px) {
              #newsletter .newsletter > section .txtArea dl div dd {
                font-size: 139%; } }
            @media screen and (max-width: 1200px) {
              #newsletter .newsletter > section .txtArea dl div dd {
                font-size: 124%; } }
          #newsletter .newsletter > section .txtArea dl div:before {
            content: "";
            position: absolute;
            top: 50%;
            left: -20px;
            border-style: solid;
            border-width: 14px 0 14px 20px;
            border-color: transparent transparent transparent #ffffff;
            translate: 100% -50%; }
          #newsletter .newsletter > section .txtArea dl div:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            border-style: solid;
            border-width: 14px 0 14px 20px;
            border-color: transparent transparent transparent #f2f2f2;
            translate: 100% -50%; }
          #newsletter .newsletter > section .txtArea dl div:first-child:before {
            display: none; }
          #newsletter .newsletter > section .txtArea dl div:last-child:after {
            display: none; }
          @media screen and (max-width: 1024px) {
            #newsletter .newsletter > section .txtArea dl div {
              width: 100%;
              display: flex;
              align-items: center;
              margin: 0 0 20px 0;
              padding: 10px 10px 10px 0; }
              #newsletter .newsletter > section .txtArea dl div dt {
                width: 80px;
                margin: 0 20px 0 0;
                border: none;
                border-right: 3px dotted #DDDDDD; }
              #newsletter .newsletter > section .txtArea dl div dd {
                margin: 0;
                width: calc(100% - 80px); }
              #newsletter .newsletter > section .txtArea dl div:before {
                content: "";
                position: absolute;
                top: -20px;
                left: 50%;
                border-style: solid;
                border-width: 20px 14px 0 14px;
                border-color: #ffffff transparent transparent transparent;
                translate: -50% 100%; }
              #newsletter .newsletter > section .txtArea dl div:after {
                content: "";
                position: absolute;
                top: auto;
                right: auto;
                bottom: 0;
                left: 50%;
                border-style: solid;
                border-width: 20px 14px 0 14px;
                border-color: #f2f2f2 transparent transparent transparent;
                translate: -50% 100%; } }
          @media screen and (max-width: 768px) {
            #newsletter .newsletter > section .txtArea dl div dt {
              width: 60px; } }
    #newsletter .newsletter > section .btnArea li {
      width: 100%;
      max-width: 320px;
      font-size: 139%; }
      #newsletter .newsletter > section .btnArea li a {
        display: block;
        background: #AA855A url("../../../common/img/icnArw1.svg") no-repeat right 20px center;
        color: #fff;
        border-radius: 4px;
        padding: 15px 20px; }
        #newsletter .newsletter > section .btnArea li a:hover, #newsletter .newsletter > section .btnArea li a:focus-visible {
          opacity: 0.8;
          text-decoration: none; }
      @media screen and (max-width: 1024px) {
        #newsletter .newsletter > section .btnArea li {
          font-size: 124%;
          max-width: 250px;
          margin: 0; }
          #newsletter .newsletter > section .btnArea li a {
            padding: 10px; } }

/*----------------------------------------------------
	press
----------------------------------------------------*/
#press .press {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #press .press {
      margin: 0 0 60px 0; } }
  #press .press .pressList {
    margin: 0 0 40px 0; }
    #press .press .pressList dl {
      font-size: 139%;
      border-top: 1px solid #999999;
      border-bottom: 1px solid #999999; }
      @media screen and (max-width: 768px) {
        #press .press .pressList dl {
          font-size: 124%; } }
      #press .press .pressList dl div {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dotted #999999;
        padding: 20px; }
        #press .press .pressList dl div:last-child {
          border-bottom: none; }
        #press .press .pressList dl div dt {
          width: 140px;
          font-weight: 600; }
        #press .press .pressList dl div dd {
          width: calc(100% - 240px); }
          #press .press .pressList dl div dd a {
            text-decoration: underline; }
            #press .press .pressList dl div dd a:hover, #press .press .pressList dl div dd a:focus-visible {
              color: #AA855A; }
        @media screen and (max-width: 1200px) {
          #press .press .pressList dl div dd {
            width: calc(100% - 200px); } }
        @media screen and (max-width: 1024px) {
          #press .press .pressList dl div {
            display: block; }
            #press .press .pressList dl div dt {
              width: 100%; }
            #press .press .pressList dl div dd {
              width: 100%; } }
        @media screen and (max-width: 520px) {
          #press .press .pressList dl div {
            padding: 20px 0; } }
  #press .press .btnMore a {
    width: 300px; }
    #press .press .btnMore a:after {
      width: 300px; }
  @media screen and (max-width: 1024px) {
    #press .press .btnMore a {
      width: 270px; }
      #press .press .btnMore a:after {
        width: 270px; } }
  @media screen and (max-width: 768px) {
    #press .press .btnMore a {
      width: 250px; }
      #press .press .btnMore a:after {
        width: 250px; } }
  #press .press .contact {
    text-align: center;
    margin: 120px 0 0 0; }
    #press .press .contact .blk {
      display: inline-block;
      border: 1px solid #999999;
      padding: 40px;
      text-align: left;
      position: relative; }
      @media screen and (max-width: 1200px) {
        #press .press .contact .blk {
          padding: 40px 30px; } }
      @media screen and (max-width: 1024px) {
        #press .press .contact .blk {
          padding: 30px 20px; } }
    #press .press .contact h3 {
      font-family: "Noto Serif JP", serif;
      font-size: 170%;
      background: #fff;
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      padding: 0 15px; }
      @media screen and (max-width: 1024px) {
        #press .press .contact h3 {
          width: 100%;
          max-width: 260px;
          font-size: 154%;
          text-align: center; } }
    #press .press .contact h4 {
      font-size: 154%; }
      @media screen and (max-width: 1024px) {
        #press .press .contact h4 {
          font-size: 139%;
          font-weight: 400;
          text-align: center; } }
    #press .press .contact dl {
      display: flex;
      margin: 10px 0 20px 0; }
      #press .press .contact dl div {
        display: flex;
        align-items: center;
        justify-content: center; }
        #press .press .contact dl div:first-child {
          margin: 0 100px 0 0; }
        #press .press .contact dl div dt {
          font-size: 124%;
          background: #F2F2F2;
          color: #454545;
          margin: 0 20px 0 0;
          padding: 0 5px; }
        #press .press .contact dl div dd {
          font-size: 293%; }
      @media screen and (max-width: 1400px) {
        #press .press .contact dl div:first-child {
          margin: 0 50px 0 0; } }
      @media screen and (max-width: 1200px) {
        #press .press .contact dl {
          justify-content: space-between; } }
      @media screen and (max-width: 1024px) {
        #press .press .contact dl {
          display: block; }
          #press .press .contact dl div:first-child {
            margin: 0; }
          #press .press .contact dl div dd {
            font-size: 200%; } }
    #press .press .contact .btn {
      font-size: 154%; }
      #press .press .contact .btn a {
        display: inline-block;
        background: #AA855A url("../../../common/img/icnMail.svg") no-repeat 15px center;
        color: #fff;
        border-radius: 4px;
        padding: 10px 15px 10px 50px; }
      @media screen and (max-width: 1024px) {
        #press .press .contact .btn {
          font-size: 124%; } }

/*----------------------------------------------------
	foundation
----------------------------------------------------*/
#foundation .head {
  justify-content: space-between; }
#foundation .foundation {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #foundation .foundation {
      margin: 0 0 60px 0; } }
  #foundation .foundation > section {
    border-bottom: 1px solid #999999;
    padding: 60px 0; }
    #foundation .foundation > section:first-child {
      padding: 0 0 60px 0; }
    #foundation .foundation > section:last-child {
      border-bottom: none; }
    #foundation .foundation > section .txtArea {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      padding: 0 40px; }
      #foundation .foundation > section .txtArea > section {
        margin: 0 0 40px 0; }
        #foundation .foundation > section .txtArea > section:last-child {
          margin: 0; }
      @media screen and (max-width: 1400px) {
        #foundation .foundation > section .txtArea {
          padding: 0; } }
  #foundation .foundation .articles h4 {
    font-size: 170%; }
    @media screen and (max-width: 768px) {
      #foundation .foundation .articles h4 {
        font-size: 154%; } }
  #foundation .foundation .articles p {
    font-size: 139%;
    margin: 20px 0; }
    @media screen and (max-width: 768px) {
      #foundation .foundation .articles p {
        font-size: 124%; } }
  #foundation .foundation .articles ul {
    margin: 20px 0; }
    #foundation .foundation .articles ul li {
      font-size: 139%; }
      @media screen and (max-width: 768px) {
        #foundation .foundation .articles ul li {
          font-size: 124%; } }
      #foundation .foundation .articles ul li ul {
        margin: 20px 0 20px 30px; }
        #foundation .foundation .articles ul li ul ul {
          margin: 20px 0 20px 20px; }
      #foundation .foundation .articles ul li li {
        font-size: 100%; }
  #foundation .foundation .officerList table {
    width: 100%;
    text-align: center; }
    #foundation .foundation .officerList table th, #foundation .foundation .officerList table td {
      border: 1px solid #cccccc;
      padding: 10px;
      font-size: 139%;
      vertical-align: middle; }
      #foundation .foundation .officerList table th:nth-child(1), #foundation .foundation .officerList table td:nth-child(1) {
        width: 100px; }
      #foundation .foundation .officerList table th:nth-child(2), #foundation .foundation .officerList table td:nth-child(2) {
        width: 90px; }
      #foundation .foundation .officerList table th:nth-child(3), #foundation .foundation .officerList table td:nth-child(3) {
        width: 120px; }
      @media screen and (max-width: 768px) {
        #foundation .foundation .officerList table th, #foundation .foundation .officerList table td {
          font-size: 124%; } }
    #foundation .foundation .officerList table td:last-child {
      text-align: left; }
    #foundation .foundation .officerList table td span {
      display: inline-block; }
      #foundation .foundation .officerList table td span:first-child {
        margin: 0 22px 0 0; }
    #foundation .foundation .officerList table thead th {
      background: #EEEEEE;
      font-size: 139%; }
    @media screen and (max-width: 768px) {
      #foundation .foundation .officerList table {
        display: block; }
        #foundation .foundation .officerList table thead {
          display: none; }
        #foundation .foundation .officerList table tbody, #foundation .foundation .officerList table tr {
          display: block; }
        #foundation .foundation .officerList table tr {
          border-bottom: 1px solid #cccccc;
          padding: 10px 0; }
        #foundation .foundation .officerList table td {
          width: 100% !important;
          display: block;
          text-align: left;
          border: none;
          padding: 0 10px; }
          #foundation .foundation .officerList table td:before {
            content: attr(data-label) " : ";
            font-weight: 600; } }
  #foundation .foundation .report ul {
    border-bottom: 1px solid #DDDDDD;
    padding: 20px 0; }
    #foundation .foundation .report ul li {
      font-size: 139%;
      margin: 5px 0; }
      @media screen and (max-width: 768px) {
        #foundation .foundation .report ul li {
          font-size: 124%; } }
      #foundation .foundation .report ul li a {
        display: inline-block;
        background: url("../../../common/img/icnPdf.svg") no-repeat left center;
        padding: 0 0 0 40px; }

/*----------------------------------------------------
	privacypolicy
----------------------------------------------------*/
#privacypolicy .privacypolicy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #privacypolicy .privacypolicy {
      margin: 0 0 60px 0; } }
  #privacypolicy .privacypolicy section {
    margin: 40px 0;
    padding: 0 40px; }
    @media screen and (max-width: 1400px) {
      #privacypolicy .privacypolicy section {
        padding: 0; } }
  #privacypolicy .privacypolicy h3 {
    font-size: 170%;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 1200px) {
      #privacypolicy .privacypolicy h3 {
        font-size: 154%; } }
    @media screen and (max-width: 768px) {
      #privacypolicy .privacypolicy h3 {
        font-size: 139%; } }

/*----------------------------------------------------
	restoration
----------------------------------------------------*/
#restoration .restoration {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #restoration .restoration {
      margin: 0 0 60px 0; } }
  #restoration .restoration .pressList {
    margin: 60px 0;
      /*dl {
        font-size: fz(18);
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;

        div {
          display: flex;
          gap: 100px;
          border-bottom: 1px dotted #999999;
          padding: 40px 20px;
          
          &:last-child {
            border-bottom: none;
          }
          
          dt {
            width: 140px;
            font-weight: 600;
          }
          dd {
            a {
              text-decoration: underline;
              display: inline-block;
              background: url("../../../common/img/icnPdf.svg") no-repeat left center;
              padding: 0 0 0 40px;
              
              &:hover,
              &:focus-visible {
                color: $main_color;
              }
            }
          }
        }
      }*/ }
    #restoration .restoration .pressList dl {
      font-size: 139%;
      border-top: 1px solid #999999;
      border-bottom: 1px solid #999999; }
      @media screen and (max-width: 768px) {
        #restoration .restoration .pressList dl {
          font-size: 124%; } }
      #restoration .restoration .pressList dl div {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dotted #999999;
        padding: 20px; }
        #restoration .restoration .pressList dl div:last-child {
          border-bottom: none; }
        #restoration .restoration .pressList dl div dt {
          width: 140px;
          font-weight: 600; }
        #restoration .restoration .pressList dl div dd {
          width: calc(100% - 240px); }
          #restoration .restoration .pressList dl div dd a {
            text-decoration: underline; }
            #restoration .restoration .pressList dl div dd a:hover, #restoration .restoration .pressList dl div dd a:focus-visible {
              color: #AA855A; }
        @media screen and (max-width: 1200px) {
          #restoration .restoration .pressList dl div dd {
            width: calc(100% - 200px); } }
        @media screen and (max-width: 1024px) {
          #restoration .restoration .pressList dl div {
            display: block; }
            #restoration .restoration .pressList dl div dt {
              width: 100%; }
            #restoration .restoration .pressList dl div dd {
              width: 100%; } }
        @media screen and (max-width: 520px) {
          #restoration .restoration .pressList dl div {
            padding: 20px 0; } }

/*----------------------------------------------------
	sitemap
----------------------------------------------------*/
#sitemap .sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #sitemap .sitemap {
      margin: 0 0 60px 0; } }
  #sitemap .sitemap li {
    font-size: 124%;
    font-weight: 400;
    margin: 5px 0 0 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    #sitemap .sitemap li.ticket {
      display: none; }
  #sitemap .sitemap a:hover, #sitemap .sitemap a:focus-visible {
    color: #AA855A;
    text-decoration: underline; }
  #sitemap .sitemap .navi {
    width: 17%;
    margin: 0 0 60px 0; }
    #sitemap .sitemap .navi h3 {
      font-size: 154%;
      border-bottom: 1px solid #333;
      padding: 0 0 10px;
      margin: 0 0 10px; }
    @media screen and (max-width: 1400px) {
      #sitemap .sitemap .navi {
        width: 30%; } }
    @media screen and (max-width: 940px) {
      #sitemap .sitemap .navi {
        width: 47%; } }
    @media screen and (max-width: 768px) {
      #sitemap .sitemap .navi {
        margin: 0 0 40px 0; } }
    @media screen and (max-width: 520px) {
      #sitemap .sitemap .navi {
        width: 100%; } }
  #sitemap .sitemap .naviL {
    width: 79%;
    margin: 45px 0 0 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #sitemap .sitemap .naviL ul {
      width: 21.25%; }
    @media screen and (max-width: 1400px) {
      #sitemap .sitemap .naviL {
        width: 100%; } }
    @media screen and (max-width: 940px) {
      #sitemap .sitemap .naviL ul {
        width: 47%; } }
    @media screen and (max-width: 768px) {
      #sitemap .sitemap .naviL {
        margin: 10px 0 0; } }
    @media screen and (max-width: 520px) {
      #sitemap .sitemap .naviL ul {
        width: 100%; } }

/*----------------------------------------------------
	terms
----------------------------------------------------*/
#terms .terms {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #terms .terms {
      margin: 0 0 60px 0; } }
  #terms .terms section {
    margin: 40px 0;
    padding: 0 40px; }
    @media screen and (max-width: 1400px) {
      #terms .terms section {
        padding: 0; } }
  #terms .terms h3 {
    font-size: 170%;
    margin: 0 0 10px 0; }
    @media screen and (max-width: 1200px) {
      #terms .terms h3 {
        font-size: 154%; } }
    @media screen and (max-width: 768px) {
      #terms .terms h3 {
        font-size: 139%; } }

/*----------------------------------------------------
	form
----------------------------------------------------*/
#form {
  margin: 0 0 120px 0; }
  @media screen and (max-width: 768px) {
    #form {
      margin: 0 0 60px 0; } }
  #form .note {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
    #form .note li {
      font-size: 139%; }
      #form .note li:before {
        content: '※'; }
      @media screen and (max-width: 768px) {
        #form .note li {
          font-size: 124%; } }
  #form .formArea {
    padding: 60px 0 16px; }
    @media screen and (max-width: 768px) {
      #form .formArea {
        padding: 40px 0 16px; } }
    #form .formArea h3 {
      font-size: 185%;
      margin: 40px 0 20px; }
      @media screen and (max-width: 768px) {
        #form .formArea h3 {
          font-size: 154%;
          margin: 20px 0 10px; } }
    #form .formArea a {
      text-decoration: underline; }
    #form .formArea table {
      width: 100%;
      margin: 0 0 60px 0; }
      #form .formArea table:last-child {
        margin: 0; }
      #form .formArea table th {
        width: 340px;
        background: #eee;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        font-size: 124%;
        padding: 30px;
        text-align: left;
        vertical-align: top; }
        @media screen and (max-width: 1200px) {
          #form .formArea table th {
            width: 300px;
            padding: 30px 15px; } }
        #form .formArea table th .req {
          display: inline-block;
          background: #FF2D2D;
          color: #fff;
          font-size: 94%;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 400;
          margin: 0 0 0 25px;
          padding: 0 10px; }
      #form .formArea table td {
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        font-size: 124%;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 400;
        padding: 20px 120px 20px 30px;
        vertical-align: middle; }
        @media screen and (max-width: 1200px) {
          #form .formArea table td {
            padding: 20px 30px; } }
        #form .formArea table td textarea {
          height: 100px; }
        #form .formArea table td div {
          margin: 20px 0 0 0; }
          #form .formArea table td div:first-child {
            margin: 0; }
          #form .formArea table td div.atn {
            margin: 10px 0 0 0; }
        #form .formArea table td dl {
          display: flex;
          justify-content: space-between; }
          #form .formArea table td dl div {
            width: 48%;
            display: flex;
            justify-content: space-between;
            margin: 0; }
            #form .formArea table td dl div dt {
              width: 50px; }
            #form .formArea table td dl div dd {
              width: calc(100% - 50px); }
        #form .formArea table td.address div.zip input {
          width: 80px; }
        #form .formArea table td.tel div {
          display: flex;
          justify-content: space-between;
          margin: 0; }
          #form .formArea table td.tel div input {
            width: 30%; }
      #form .formArea table.book th {
        width: auto;
        padding: 20px; }
        #form .formArea table.book th:nth-child(2), #form .formArea table.book th:nth-child(3) {
          width: 200px;
          border-left: 1px dotted #999999; }
      #form .formArea table.book td {
        vertical-align: middle;
        padding: 20px 30px; }
        #form .formArea table.book td:nth-child(2), #form .formArea table.book td:nth-child(3) {
          text-align: right;
          border-left: 1px dotted #999999; }
      @media screen and (max-width: 1200px) {
        #form .formArea table.book th:nth-child(2), #form .formArea table.book th:nth-child(3) {
          width: 150px; } }
      @media screen and (max-width: 1024px) {
        #form .formArea table.book thead {
          display: none; }
        #form .formArea table.book tr {
          display: block;
          padding: 10px 0;
          border-top: 1px solid #999999; }
        #form .formArea table.book td {
          padding: 0 10px; }
          #form .formArea table.book td:nth-child(1):before {
            display: block; }
          #form .formArea table.book td:nth-child(2), #form .formArea table.book td:nth-child(3) {
            text-align: left;
            border: none; }
          #form .formArea table.book td:before {
            content: attr(data-label);
            font-weight: 600;
            margin: 0 15px 0 0; } }
      @media screen and (max-width: 1024px) {
        #form .formArea table {
          display: block;
          width: 100%;
          border-bottom: 1px solid #999999; }
          #form .formArea table tbody {
            display: block; }
          #form .formArea table tr {
            display: block; }
          #form .formArea table th {
            display: block;
            width: 100%;
            padding: 10px;
            border-bottom: none; }
          #form .formArea table td {
            display: block;
            padding: 15px 10px;
            border: none; } }
    #form .formArea p {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400; }
  #form .btnArea li {
    width: 100%;
    max-width: 260px; }
    @media screen and (max-width: 520px) {
      #form .btnArea li {
        max-width: 200px; } }
  #form .event {
    text-align: center; }
    #form .event h3 {
      font-size: 154%;
      background: #F7F7F7;
      border-top: 3px solid #333333;
      border-bottom: 1px solid #333333;
      padding: 25px 0; }
      @media screen and (max-width: 1024px) {
        #form .event h3 {
          font-size: 139%;
          padding: 10px; } }
    #form .event .detail {
      padding: 80px 110px; }
      @media screen and (max-width: 1400px) {
        #form .event .detail {
          padding: 80px 40px; } }
      @media screen and (max-width: 1200px) {
        #form .event .detail {
          padding: 40px 0 60px; } }
      #form .event .detail dl {
        display: flex;
        justify-content: space-between; }
        #form .event .detail dl div {
          width: 32%;
          text-align: center; }
          #form .event .detail dl div dt {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 124%;
            margin: 0 0 10px; }
          #form .event .detail dl div dd {
            border-top: 2px solid #999999;
            border-bottom: 2px solid #999999;
            font-size: 139%;
            padding: 20px 0; }
        @media screen and (max-width: 1024px) {
          #form .event .detail dl {
            display: block; }
            #form .event .detail dl div {
              width: 100%; }
              #form .event .detail dl div dt {
                margin: 20px 0 10px; }
              #form .event .detail dl div dd {
                border-top: 1px solid #999999;
                border-bottom: 1px solid #999999;
                padding: 10px; } }
    #form .event p {
      text-align: center;
      font-family: "Noto Sans JP", sans-serif; }
    #form .event .note {
      display: inline-block;
      margin: 20px 0 0 0; }
      #form .event .note li {
        font-size: 139%;
        text-align: left;
        color: #666666; }
        @media screen and (max-width: 768px) {
          #form .event .note li {
            font-size: 124%; } }
  #form .complete p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400; }
  #form .complete .btnArea {
    margin: 120px 0 0 0; }
    @media screen and (max-width: 768px) {
      #form .complete .btnArea {
        margin: 60px 0 0 0; } }
    #form .complete .btnArea li {
      width: 100%;
      max-width: 480px;
      font-size: 139%;
      margin: 0; }
      @media screen and (max-width: 768px) {
        #form .complete .btnArea li {
          font-size: 124%; } }
      #form .complete .btnArea li a {
        display: block;
        border: 2px solid #333333;
        border-radius: 4px;
        padding: 10px 15px; }
        #form .complete .btnArea li a:hover {
          border: 2px solid #AA855A;
          background: #AA855A;
          color: #fff;
          text-decoration: none; }

/*----------------------------------------------------
	404
----------------------------------------------------*/
/*----------------------------------------------------
	庭園用
----------------------------------------------------*/
/* ===============================
   モーダル土台
================================ */
/*#viewOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  z-index: 9999;
}*/
/*#viewWindow {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}*/
/*#viewWindow img {
  max-width: 90vw;
  max-height: 90vh;
  display: block;
  position: static !important;
}*/
/* ===============================
   切り替えボタン（動かない）
================================ */
#btnPrev,
#btnNext,
#btnClose {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  /* 四角 */
  border-radius: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1; }

/* hover（色と影だけ） */
#btnPrev:hover,
#btnNext:hover,
#btnClose:hover {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45); }

/* active（押下感だけ） */
#btnPrev:active,
#btnNext:active,
#btnClose:active {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  opacity: .9; }

/* ===============================
   配置（画面基準）
================================ */
#btnPrev,
#btnNext {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  /* ← 配置用のみ */ }

#btnPrev {
  left: 16px; }

#btnNext {
  right: 16px; }

#btnClose {
  position: fixed;
  top: 16px;
  right: 16px;
  font-size: 22px; }

/* ===============================
   キーボード
================================ */
#btnPrev:focus-visible,
#btnNext:focus-visible,
#btnClose:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px; }

/* ===============================
   スマホ
================================ */
@media (max-width: 640px) {
  #btnPrev,
  #btnNext {
    width: 44px;
    height: 44px;
    font-size: 24px; }

  #btnClose {
    width: 40px;
    height: 40px;
    font-size: 20px; } }
