@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*------------------------------------------------------------------------
last_update 2015/04/02 15:36
------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
common_rule
------------------------------------------------------------------------*/
/* line 20, scss/common.scss */
a {
  -webkit-transition: 0.05s;
  -moz-transition: 0.05s;
  -o-transition: 0.05s;
  transition: 0.05s;
}

/* line 24, scss/common.scss */
html,
body {
  height: 100%;
}

@media only screen and (max-width: 640px) {
  html,
  body {
    height: auto;
  }
}
/*------------------------------------
リセット
--------------------------------------*/
/* line 36, scss/common.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, scss/common.scss */
html,
body {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  min-width: 320px;
  background: #FFFFFF;
  font-size: 14px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
em,
img,
q,
small,
strong,
sub,
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,
a {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  word-wrap: break-word;
  word-break: break-word;
  font-weight: normal;
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

/* line 94, scss/common.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 98, scss/common.scss */
nav ul {
  list-style: none;
}

/* line 102, scss/common.scss */
blockquote,
q {
  quotes: none;
}

/* line 106, scss/common.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 111, scss/common.scss */
a {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(153, 153, 153, 0.4);
}

/* line 122, scss/common.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 127, scss/common.scss */
input,
select {
  vertical-align: middle;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* line 132, scss/common.scss */
a {
  color: #322D2D;
  text-decoration: underline;
}

/* line 137, scss/common.scss */
/* line 142, scss/common.scss */
em {
  font-weight: bold;
  font-style: normal;
}

/* --------------------------------------------------------------------------------
共通設定
-------------------------------------------------------------------------------- */
/*fontsize*/
/* line 163, scss/common.scss */
.fs10 {
  font-size: 10px !important;
}

/* line 164, scss/common.scss */
.fs11 {
  font-size: 11px !important;
}

/* line 165, scss/common.scss */
.fs12 {
  font-size: 12px !important;
}

/* line 166, scss/common.scss */
.fs13 {
  font-size: 13px !important;
}

/* line 167, scss/common.scss */
.fs14 {
  font-size: 14px !important;
}

/* line 169, scss/common.scss */
.fs85p {
  font-size: 85% !important;
}

/*margin */
/*reset ----------------------------------*/
/* line 174, scss/common.scss */
.mz {
  margin: 0 !important;
}

/* line 175, scss/common.scss */
.mtz {
  margin-top: 0 !important;
}

/* line 176, scss/common.scss */
.mrz {
  margin-right: 0 !important;
}

/* line 177, scss/common.scss */
.mbz {
  margin-bottom: 0 !important;
}

/* line 178, scss/common.scss */
.mlz {
  margin-left: 0 !important;
}

/*all ------------------------------------*/
/* line 181, scss/common.scss */
.m2 {
  margin: 2px !important;
}

/* line 182, scss/common.scss */
.m5 {
  margin: 5px !important;
}

/* line 183, scss/common.scss */
.m10 {
  margin: 10px !important;
}

/* line 184, scss/common.scss */
.m15 {
  margin: 15px !important;
}

/* line 185, scss/common.scss */
.m20 {
  margin: 20px !important;
}

/* line 186, scss/common.scss */
.m25 {
  margin: 25px !important;
}

/* line 187, scss/common.scss */
.m30 {
  margin: 30px !important;
}

/* line 188, scss/common.scss */
.m35 {
  margin: 35px !important;
}

/* line 189, scss/common.scss */
.m40 {
  margin: 40px !important;
}

/* line 190, scss/common.scss */
.m45 {
  margin: 45px !important;
}

/* line 191, scss/common.scss */
.m50 {
  margin: 50px !important;
}

/* line 192, scss/common.scss */
.m60 {
  margin: 60px !important;
}

/* line 193, scss/common.scss */
.m70 {
  margin: 70px !important;
}

/* line 194, scss/common.scss */
.m80 {
  margin: 80px !important;
}

/* line 195, scss/common.scss */
.m90 {
  margin: 90px !important;
}

/*top ------------------------------------*/
/* line 198, scss/common.scss */
.mt5 {
  margin-top: 5px !important;
}

/* line 199, scss/common.scss */
.mt10 {
  margin-top: 10px !important;
}

/* line 200, scss/common.scss */
.mt15 {
  margin-top: 15px !important;
}

/* line 201, scss/common.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 202, scss/common.scss */
.mt25 {
  margin-top: 25px !important;
}

/* line 203, scss/common.scss */
.mt30 {
  margin-top: 30px !important;
}

/* line 204, scss/common.scss */
.mt35 {
  margin-top: 35px !important;
}

/* line 205, scss/common.scss */
.mt40 {
  margin-top: 40px !important;
}

/* line 206, scss/common.scss */
.mt45 {
  margin-top: 45px !important;
}

/* line 207, scss/common.scss */
.mt50 {
  margin-top: 50px !important;
}

/* line 208, scss/common.scss */
.mt60 {
  margin-top: 60px !important;
}

/* line 209, scss/common.scss */
.mt70 {
  margin-top: 70px !important;
}

/* line 210, scss/common.scss */
.mt80 {
  margin-top: 80px !important;
}

/* line 211, scss/common.scss */
.mt90 {
  margin-top: 90px !important;
}

/*right ----------------------------------*/
/* line 214, scss/common.scss */
.mr5 {
  margin-right: 5px !important;
}

/* line 215, scss/common.scss */
.mr6 {
  margin-right: 6px !important;
}

/* line 216, scss/common.scss */
.mr7 {
  margin-right: 7px !important;
}

/* line 217, scss/common.scss */
.mr10 {
  margin-right: 10px !important;
}

/* line 218, scss/common.scss */
.mr15 {
  margin-right: 15px !important;
}

/* line 219, scss/common.scss */
.mr20 {
  margin-right: 20px !important;
}

/* line 220, scss/common.scss */
.mr25 {
  margin-right: 25px !important;
}

/* line 221, scss/common.scss */
.mr30 {
  margin-right: 30px !important;
}

/* line 222, scss/common.scss */
.mr35 {
  margin-right: 35px !important;
}

/* line 223, scss/common.scss */
.mr40 {
  margin-right: 40px !important;
}

/* line 224, scss/common.scss */
.mr45 {
  margin-right: 45px !important;
}

/* line 225, scss/common.scss */
.mr50 {
  margin-right: 50px !important;
}

/* line 226, scss/common.scss */
.mr60 {
  margin-right: 60px !important;
}

/* line 227, scss/common.scss */
.mr70 {
  margin-right: 70px !important;
}

/* line 228, scss/common.scss */
.mr80 {
  margin-right: 80px !important;
}

/* line 229, scss/common.scss */
.mr90 {
  margin-right: 90px !important;
}

/*bottom ---------------------------------*/
/* line 232, scss/common.scss */
.mb2 {
  margin-bottom: 2px !important;
}

/* line 233, scss/common.scss */
.mb3 {
  margin-bottom: 3px !important;
}

/* line 234, scss/common.scss */
.mb4 {
  margin-bottom: 4px !important;
}

/* line 235, scss/common.scss */
.mb5 {
  margin-bottom: 5px !important;
}

/* line 236, scss/common.scss */
.mb8 {
  margin-bottom: 8px !important;
}

/* line 237, scss/common.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 238, scss/common.scss */
.mb15 {
  margin-bottom: 15px !important;
}

/* line 239, scss/common.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 240, scss/common.scss */
.mb25 {
  margin-bottom: 25px !important;
}

/* line 241, scss/common.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 242, scss/common.scss */
.mb35 {
  margin-bottom: 35px !important;
}

/* line 243, scss/common.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 244, scss/common.scss */
.mb45 {
  margin-bottom: 45px !important;
}

/* line 245, scss/common.scss */
.mb50 {
  margin-bottom: 50px !important;
}

/* line 246, scss/common.scss */
.mb60 {
  margin-bottom: 60px !important;
}

/* line 247, scss/common.scss */
.mb70 {
  margin-bottom: 70px !important;
}

/* line 248, scss/common.scss */
.mb80 {
  margin-bottom: 80px !important;
}

/* line 249, scss/common.scss */
.mb90 {
  margin-bottom: 90px !important;
}

/*left -----------------------------------*/
/* line 252, scss/common.scss */
.ml5 {
  margin-left: 5px !important;
}

/* line 253, scss/common.scss */
.ml10 {
  margin-left: 10px !important;
}

/* line 254, scss/common.scss */
.ml15 {
  margin-left: 15px !important;
}

/* line 255, scss/common.scss */
.ml20 {
  margin-left: 20px !important;
}

/* line 256, scss/common.scss */
.ml25 {
  margin-left: 25px !important;
}

/* line 257, scss/common.scss */
.ml30 {
  margin-left: 30px !important;
}

/* line 258, scss/common.scss */
.ml35 {
  margin-left: 35px !important;
}

/* line 259, scss/common.scss */
.ml40 {
  margin-left: 40px !important;
}

/* line 260, scss/common.scss */
.ml45 {
  margin-left: 45px !important;
}

/* line 261, scss/common.scss */
.ml50 {
  margin-left: 50px !important;
}

/* line 262, scss/common.scss */
.ml60 {
  margin-left: 60px !important;
}

/* line 263, scss/common.scss */
.ml70 {
  margin-left: 70px !important;
}

/* line 264, scss/common.scss */
.ml80 {
  margin-left: 80px !important;
}

/* line 265, scss/common.scss */
.ml90 {
  margin-left: 90px !important;
}

/*padding */
/*reset ----------------------------------*/
/* line 270, scss/common.scss */
.pz {
  padding: 0 !important;
}

/* line 271, scss/common.scss */
.ptz {
  padding-top: 0 !important;
}

/* line 272, scss/common.scss */
.prz {
  padding-right: 0 !important;
}

/* line 273, scss/common.scss */
.plz {
  padding-left: 0 !important;
}

/* line 274, scss/common.scss */
.pbz {
  padding-bottom: 0 !important;
}

/*all ------------------------------------*/
/* line 277, scss/common.scss */
.p5 {
  padding: 5px !important;
}

/* line 278, scss/common.scss */
.p8 {
  padding: 8px !important;
}

/* line 279, scss/common.scss */
.p10 {
  padding: 10px !important;
}

/* line 280, scss/common.scss */
.p15 {
  padding: 15px !important;
}

/* line 281, scss/common.scss */
.p20 {
  padding: 20px !important;
}

/* line 282, scss/common.scss */
.p25 {
  padding: 25px !important;
}

/* line 283, scss/common.scss */
.p30 {
  padding: 30px !important;
}

/* line 284, scss/common.scss */
.p35 {
  padding: 35px !important;
}

/* line 285, scss/common.scss */
.p40 {
  padding: 40px !important;
}

/* line 286, scss/common.scss */
.p45 {
  padding: 45px !important;
}

/* line 287, scss/common.scss */
.p50 {
  padding: 50px !important;
}

/* line 288, scss/common.scss */
.p60 {
  padding: 60px !important;
}

/* line 289, scss/common.scss */
.p70 {
  padding: 70px !important;
}

/* line 290, scss/common.scss */
.p80 {
  padding: 80px !important;
}

/* line 291, scss/common.scss */
.p90 {
  padding: 90px !important;
}

/*top ------------------------------------*/
/* line 294, scss/common.scss */
.pt0 {
  padding-top: 0px !important;
}

/* line 295, scss/common.scss */
.pt5 {
  padding-top: 5px !important;
}

/* line 296, scss/common.scss */
.pt08 {
  padding-top: 8px !important;
}

/* line 297, scss/common.scss */
.pt10 {
  padding-top: 10px !important;
}

/* line 298, scss/common.scss */
.pt15 {
  padding-top: 15px !important;
}

/* line 299, scss/common.scss */
.pt20 {
  padding-top: 20px !important;
}

/* line 300, scss/common.scss */
.pt25 {
  padding-top: 25px !important;
}

/* line 301, scss/common.scss */
.pt30 {
  padding-top: 30px !important;
}

/* line 302, scss/common.scss */
.pt35 {
  padding-top: 35px !important;
}

/* line 303, scss/common.scss */
.pt40 {
  padding-top: 40px !important;
}

/* line 304, scss/common.scss */
.pt45 {
  padding-top: 45px !important;
}

/* line 305, scss/common.scss */
.pt50 {
  padding-top: 50px !important;
}

/* line 306, scss/common.scss */
.pt55 {
  padding-top: 55px !important;
}

/* line 307, scss/common.scss */
.pt60 {
  padding-top: 60px !important;
}

/* line 308, scss/common.scss */
.pt65 {
  padding-top: 65px !important;
}

/* line 309, scss/common.scss */
.pt70 {
  padding-top: 70px !important;
}

/* line 310, scss/common.scss */
.pt75 {
  padding-top: 75px !important;
}

/* line 311, scss/common.scss */
.pt80 {
  padding-top: 80px !important;
}

/* line 312, scss/common.scss */
.pt85 {
  padding-top: 85px !important;
}

/* line 313, scss/common.scss */
.pt90 {
  padding-top: 90px !important;
}

/* line 314, scss/common.scss */
.pt95 {
  padding-top: 95px !important;
}

/*right ----------------------------------*/
/* line 317, scss/common.scss */
.pr5 {
  padding-right: 5px !important;
}

/* line 318, scss/common.scss */
.pr10 {
  padding-right: 10px !important;
}

/* line 319, scss/common.scss */
.pr15 {
  padding-right: 15px !important;
}

/* line 320, scss/common.scss */
.pr20 {
  padding-right: 20px !important;
}

/* line 321, scss/common.scss */
.pr25 {
  padding-right: 25px !important;
}

/* line 322, scss/common.scss */
.pr30 {
  padding-right: 30px !important;
}

/* line 323, scss/common.scss */
.pr35 {
  padding-right: 35px !important;
}

/* line 324, scss/common.scss */
.pr40 {
  padding-right: 40px !important;
}

/* line 325, scss/common.scss */
.pr45 {
  padding-right: 45px !important;
}

/* line 326, scss/common.scss */
.pr50 {
  padding-right: 50px !important;
}

/* line 327, scss/common.scss */
.pr60 {
  padding-right: 60px !important;
}

/* line 328, scss/common.scss */
.pr70 {
  padding-right: 70px !important;
}

/* line 329, scss/common.scss */
.pr80 {
  padding-right: 80px !important;
}

/* line 330, scss/common.scss */
.pr90 {
  padding-right: 90px !important;
}

/*bottom ---------------------------------*/
/* line 333, scss/common.scss */
.pb0 {
  padding-bottom: 5px !important;
}

/* line 334, scss/common.scss */
.pb5 {
  padding-bottom: 5px !important;
}

/* line 335, scss/common.scss */
.pb10 {
  padding-bottom: 10px !important;
}

/* line 336, scss/common.scss */
.pb15 {
  padding-bottom: 15px !important;
}

/* line 337, scss/common.scss */
.pb20 {
  padding-bottom: 20px !important;
}

/* line 338, scss/common.scss */
.pb25 {
  padding-bottom: 25px !important;
}

/* line 339, scss/common.scss */
.pb30 {
  padding-bottom: 30px !important;
}

/* line 340, scss/common.scss */
.pb35 {
  padding-bottom: 35px !important;
}

/* line 341, scss/common.scss */
.pb40 {
  padding-bottom: 40px !important;
}

/* line 342, scss/common.scss */
.pb45 {
  padding-bottom: 45px !important;
}

/* line 343, scss/common.scss */
.pb50 {
  padding-bottom: 50px !important;
}

/* line 344, scss/common.scss */
.pb55 {
  padding-bottom: 55px !important;
}

/* line 345, scss/common.scss */
.pb60 {
  padding-bottom: 60px !important;
}

/* line 346, scss/common.scss */
.pb65 {
  padding-bottom: 65px !important;
}

/* line 347, scss/common.scss */
.pb70 {
  padding-bottom: 70px !important;
}

/* line 348, scss/common.scss */
.pb75 {
  padding-bottom: 75px !important;
}

/* line 349, scss/common.scss */
.pb80 {
  padding-bottom: 80px !important;
}

/* line 350, scss/common.scss */
.pb85 {
  padding-bottom: 85px !important;
}

/* line 351, scss/common.scss */
.pb90 {
  padding-bottom: 90px !important;
}

/* line 352, scss/common.scss */
.pb95 {
  padding-bottom: 95px !important;
}

/*left -----------------------------------*/
/* line 355, scss/common.scss */
.pl3 {
  padding-left: 3px !important;
}

/* line 356, scss/common.scss */
.pl5 {
  padding-left: 5px !important;
}

/* line 357, scss/common.scss */
.pl10 {
  padding-left: 10px !important;
}

/* line 358, scss/common.scss */
.pl15 {
  padding-left: 15px !important;
}

/* line 359, scss/common.scss */
.pl20 {
  padding-left: 20px !important;
}

/* line 360, scss/common.scss */
.pl25 {
  padding-left: 25px !important;
}

/* line 361, scss/common.scss */
.pl30 {
  padding-left: 30px !important;
}

/* line 362, scss/common.scss */
.pl35 {
  padding-left: 35px !important;
}

/* line 363, scss/common.scss */
.pl40 {
  padding-left: 40px !important;
}

/* line 364, scss/common.scss */
.pl45 {
  padding-left: 45px !important;
}

/* line 365, scss/common.scss */
.pl50 {
  padding-left: 50px !important;
}

/* line 366, scss/common.scss */
.pl60 {
  padding-left: 60px !important;
}

/* line 367, scss/common.scss */
.pl70 {
  padding-left: 70px !important;
}

/* line 368, scss/common.scss */
.pl80 {
  padding-left: 80px !important;
}

/* line 369, scss/common.scss */
.pl90 {
  padding-left: 90px !important;
}

/*float */
/* line 372, scss/common.scss */
.flL {
  float: left !important;
  display: inline;
}

/* line 373, scss/common.scss */
.flR {
  float: right !important;
  display: inline;
}

/*text-align*/
/* line 376, scss/common.scss */
.txL {
  text-align: left !important;
}

/* line 377, scss/common.scss */
.txR {
  text-align: right !important;
}

/* line 378, scss/common.scss */
.txC {
  text-align: center !important;
}

/*vertical-align*/
/* line 381, scss/common.scss */
.vAlignT {
  vertical-align: top !important;
}

/* line 382, scss/common.scss */
.vAlignB {
  vertical-align: bottom !important;
}

/* line 383, scss/common.scss */
.vAlignM {
  vertical-align: middle !important;
}

/*clear */
/* line 386, scss/common.scss */
.clear {
  clear: both;
}

/* safari only \*/
/* line 390, scss/common.scss */
html:\66irst-child .ls1 {
  letter-spacing: -0.1em;
}

/* line 394, scss/common.scss */
body:first-of-type .ls1 {
  letter-spacing: -0.05em;
}

br.pcBr {
  display: block;
}

@media only screen and (max-width: 640px) {
  br.pcBr {
    display: none;
  }
}
br.spBr {
  display: none;
}

@media only screen and (max-width: 640px) {
  br.spBr {
    display: block;
  }
}
.pc_hide {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .pc_hide {
    display: block !important;
  }
}

.sp_hide {
  display: block !important;
}
@media only screen and (max-width: 640px) {
  .sp_hide {
    display: none !important;
  }
}

/*------------------------------------------------------------------------
lang
------------------------------------------------------------------------*/
@font-face {
  font-family: "notosans-ru";
  font-style: "normal";
  font-weight: 400;
  src: url("css/NotoSans-unhinted.otf") format("opentype"), url("css/NotoSans-unhinted.woff") format("woff"), url("css/NotoSans-unhinted.eot") format("eot");
}

@font-face {
  font-family: "notosans-ru";
  font-style: "normal";
  font-weight: 900;
  src: url("css/NotoSans-Bold.otf") format("opentype"), url("css/NotoSans-Bold.woff") format("woff"), url("css/NotoSans-Bold.eot") format("eot");
}

html[lang="en"] body {
  font-family: 'Noto Sans', sans-serif;
}
html[lang="en"] body #topMiddle_link_en .linkInner .topMiddle_sub_en_right,
html[lang="en"] body #footer,
html[lang="en"] body #biz_calendar,
html[lang="en"] body .floormap_iconArea ul li {
  font-family: 'Noto Sans', sans-serif;
}

html[lang="ru"],
html[lang="ru"] body {
  font-family: 'notosans-ru', sans-serif;
}
html[lang="ru"] #topMiddle_link_en .linkInner .topMiddle_sub_en_right a.topMiddle_sub_baner.bottom,
html[lang="ru"] body #topMiddle_link_en .linkInner .topMiddle_sub_en_right a.topMiddle_sub_baner.bottom {
  font-family: 'notosans-ru', sans-serif;
}
html[lang="ru"] #footer .footerInner .left address,
html[lang="ru"] body #footer .footerInner .left address {
  font-family: 'notosans-ru', sans-serif;
}
html[lang="ru"] #footer .footerInner .footerInfoList dd,
html[lang="ru"] body #footer .footerInner .footerInfoList dd {
  font-family: 'notosans-ru', sans-serif;
}

html[lang="ru"] #biz_calendar p {
  font-family: 'notosans-ru', sans-serif;
}

html[lang="zh-cn"] body {
  font-family: 'Noto Sans SC', sans-serif;
}
html[lang="zh-cn"] body #topMiddle_link_en .linkInner .topMiddle_sub_en_right,
html[lang="zh-cn"] body #footer,
html[lang="zh-cn"] body #biz_calendar,
html[lang="zh-cn"] body .floormap_iconArea ul li {
  font-family: 'Noto Sans SC', sans-serif;
}

html[lang="zh-tw"] body {
  font-family: 'Noto Sans TC', sans-serif;
}
html[lang="zh-tw"] body #topMiddle_link_en .linkInner .topMiddle_sub_en_right,
html[lang="zh-tw"] body #footer,
html[lang="zh-tw"] body #biz_calendar,
html[lang="zh-tw"] body .floormap_iconArea ul li {
  font-family: 'Noto Sans TC', sans-serif;
}

html[lang="ko"] body {
  font-family: 'Noto Sans KR', sans-serif;
}
html[lang="ko"] body #topMiddle_link_en .linkInner .topMiddle_sub_en_right,
html[lang="ko"] body #footer,
html[lang="ko"] body #biz_calendar,
html[lang="ko"] body .floormap_iconArea ul li {
  font-family: 'Noto Sans KR', sans-serif;
}

/*------------------------------------------------------------------------
wrapper
------------------------------------------------------------------------*/
/* line 401, scss/common.scss */
#wrapper {
  border-top: 2px solid #312c2c;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
}

@media only screen and (max-width: 640px) {
  /* line 401, scss/common.scss */
  #wrapper {
    border-top: 2px solid #322d2d;
  }
}
/*------------------------------------------------------------------------
container
------------------------------------------------------------------------*/
/* line 415, scss/common.scss */
#container {
  margin-top: 30px;
  clear: both;
}

@media only screen and (max-width: 640px) {
  /* line 415, scss/common.scss */
  #container {
    margin-top: 0;
    padding-bottom: 0;
  }
}
#container.top {
  margin-top: 0px;
  padding-bottom: 0%;
}

/*------------------------------------------------------------------------
content
------------------------------------------------------------------------*/
/* line 426, scss/common.scss */
#content {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  #content {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0;
  }
}
/*------------------------------------------------------------------------
header
------------------------------------------------------------------------*/
#header_area {
  width: 100%;
  height: auto;
  position: fixed;
}

/* line 436, scss/common.scss */
header#header {
  position: relative;
  z-index: 10;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  /* line 436, scss/common.scss */
  header#header {
    border-bottom: none;
  }
}
/* line 441, scss/common.scss */
header#header .headerInner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 447, scss/common.scss */
header#header h1 {
  display: inline-block;
  padding-top: 36px;
  float: left;
  max-width: 226px;
  width: 29%;
}

@media only screen and (max-width: 640px) {
  /* line 447, scss/common.scss */
  header#header h1 {
    width: 150px;
    padding: 15px 0 15px 3%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
/* line 460, scss/common.scss */
header#header h1 a {
  display: block;
}

/* line 463, scss/common.scss */
header#header h1 img {
  width: 100%;
  height: auto;
  display: block;
}

/*-----言語セレクト-----*/
/* line 473, scss/common.scss */
.languageSelect {
  width: 425px;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 5;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.languageSelect ul li {
  display: inline-block;
  border-left: solid 1px #fff;
}
.languageSelect ul li:first-child {
  border-left: none;
}
.languageSelect ul li.s_cn a {
  font-family: 'Noto Sans SC', sans-serif;
}
.languageSelect ul li.t_cn a {
  font-family: 'Noto Sans TC', sans-serif;
}
.languageSelect ul li.kr a {
  font-family: 'Noto Sans KR', sans-serif;
}
.languageSelect ul li.ru a {
  font-family: 'notosans-ru', sans-serif;
}
.languageSelect ul li.ja a {
  padding: 6px 10px 8px;
}
.languageSelect ul li.en a {
  padding: 6px 10px 8px;
}
.languageSelect ul li a {
  font-family: 'Noto Sans', sans-serif;
  background: #322d2d;
  padding: 5px 10px 7px;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
.languageSelect ul li a:hover {
  opacity: .7;
}
.languageSelect:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/*-----headerTool-----*/
/* line 582, scss/common.scss */
.headerTool {
  text-align: right;
  margin-bottom: 10px;
  float: right;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .headerTool {
    margin-bottom: 0;
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .headerTool .search {
    display: none;
  }
}

/* line 590, scss/common.scss */
.headerTool .headerToolInner {
  margin: 47px 0 0 0;
}

/* line 595, scss/common.scss */
.headerTool .fontSizeChange {
  display: inline-block;
  margin: 0 5px 0 24px;
}
@media only screen and (max-width: 640px) {
  .headerTool .fontSizeChange {
    display: none;
  }
}

/* line 598, scss/common.scss */
.headerTool .fontSizeChange .title {
  width: 75px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}

.headerTool .fontSizeChange .title img {
  width: 100%;
  height: auto;
  display: block;
}

.headerTool .fontSizeChange ul {
  display: inline-block;
}

.headerTool .fontSizeChange ul li {
  display: inline-block;
  vertical-align: bottom;
}

.headerTool .fontSizeChange ul li:hover {
  cursor: pointer;
}

.headerTool .fontSizeChange ul li span {
  padding: 0 5px;
  display: block;
  line-height: 1em;
  text-decoration: none;
}

.headerTool .fontSizeChange ul li span:hover {
  color: #9FA0A0;
  cursor: pointer;
}

.headerTool .fontSizeChange ul li.current span {
  text-decoration: underline;
  font-weight: bold;
}

.headerTool .fontSizeChange ul .small span {
  font-size: 0.88em;
}

.headerTool .fontSizeChange ul .large span {
  font-size: 1.15em;
}

#topWrapper .header_fix {
  display: none !important;
}

/*------------------------------------------------------------------------
SNSリンク
------------------------------------------------------------------------*/
/*-----SNSリンク -----*/
.snsLink {
  display: inline-block;
  border-left: 1px solid #a09d9d;
  padding: 0 0 0 15px;
}

.snsLink li {
  display: inline-block;
  vertical-align: bottom;
}

.snsLink li a {
  display: block;
  padding: 0 8px;
  line-height: 1em;
  text-decoration: none;
}

.snsLink li a img {
  width: 100%;
  height: auto;
  display: block;
  width: 6px;
}

.snsLink li a:hover {
  opacity: .7;
}

/*-----SNSリンク（SP） -----*/
.globalNav li.snsLinkSp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .globalNav li.snsLinkSp {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: right;
    width: 87.5%;
    margin: 0 auto;
    margin-top: 10px;
  }

  .globalNav li.snsLinkSp ul {
    border-left: none;
  }

  .globalNav li.snsLinkSp ul li {
    display: inline-block;
    border-bottom: none;
    min-width: 0;
    border-left: 1px solid #a09d9d;
  }

  .globalNav li.snsLinkSp ul li:first-child {
    border-left: none;
  }

  .globalNav li.snsLinkSp ul li a {
    padding: 8px 18px;
  }
}
/*------------------------------------------------------------------------
サイト内検索
------------------------------------------------------------------------*/
/*-----サイト内検索 -----*/
.search {
  display: inline-block;
}

.search label {
  width: 14px;
  display: inline-block;
}

.search label img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  display: block;
}

.search input {
  border: none;
  color: #433a3a;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: button;
  *overflow: visible;
}

.search input[type="text"] {
  border-bottom: 1px solid #a09d9d;
  padding: 4px;
}

.search input[type="submit"] {
  border-bottom: 1px solid #a09d9d;
  padding: 4px 6px;
  background: #322d2d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}

.search input[type="submit"]:hover {
  opacity: .7;
}

/*-----サイト内検索（SP） -----*/
.globalNav li.searchSp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .globalNav li.searchSp {
    display: block;
    width: 100%;
    padding: 6% 6.25%;
    background: #fff;
    border-bottom: none;
  }
}
.globalNav li.searchSp .search {
  width: 100%;
  text-align: center;
}

.globalNav li.searchSp .search input[type="text"] {
  max-width: 260px;
  width: 70%;
}

/*------------------------------------------------------------------------
ENGLISH LINK(SP)
------------------------------------------------------------------------*/
.languageSp {
  display: none;
}

.languageSp.pc {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .languageSp {
    display: none;
  }

  .languageSp a {
    display: block;
    padding: 4px 6px;
    text-align: right;
    color: #fff;
    font-size: 11px;
    background: #322E2F;
    -webkit-background-size: 9px auto;
    -o-background-size: 9px auto;
    background-size: 9px auto;
    border-bottom: solid 1px #696969;
    text-decoration: none;
  }

  .languageSp li.s_cn a {
    font-family: 'Noto Sans SC', sans-serif;
  }
  .languageSp li.t_cn a {
    font-family: 'Noto Sans TC', sans-serif;
  }
  .languageSp li.kr a {
    font-family: 'Noto Sans KR', sans-serif;
  }
  .languageSp li.ru a {
    font-family: 'notosans-ru', sans-serif;
  }

  a.menu-link {
    display: block;
    background: #322E2F;
    color: #fff;
    font-size: 0.8em;
  }
  a.menu-link span {
    display: inline-block;
    padding: 0 0 0 5px;
  }

  nav[role=navigation] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
  }

  nav[role=navigation].active {
    max-height: 15em;
  }
  nav[role=navigation] ul {
    margin: 0;
    padding: 0;
  }
  nav[role=navigation] li a span {
    display: inline-block;
    padding: 0 0 0 5px;
  }
}
@media screen and (min-width: 48.25em) {
  a.menu-link {
    display: none;
  }

  .js nav[role=navigation] {
    max-height: none;
  }

  nav[role=navigation] ul {
    margin: 0 0 0 -0.25em;
    border: 0;
  }
  nav[role=navigation] li {
    display: inline-block;
    margin: 0 0.25em;
  }
  nav[role=navigation] li a {
    border: 0;
  }
}
/*------------------------------------------------------------------------
globalNav
------------------------------------------------------------------------*/
.globalNav {
  clear: both;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #322d2d;
}
.globalNav .globalNavControl {
  display: none;
}
.globalNav ul {
  list-style: none;
  text-align: center;
}
.globalNav ul.globalNavInnerList {
  display: block;
  overflow: visible;
  /*SPメニューから戻るとき*/
}
.globalNav li {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 145px;
  margin-left: -5px;
}
.globalNav li:first-child {
  margin-left: 0;
}
.globalNav li a:hover img {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.globalNav .menu01 {
  min-width: 169px;
  margin-left: 0;
}
.globalNav .menu01 img {
  width: 145px;
  height: auto;
}
.globalNav .menu02 {
  min-width: 168px;
}
.globalNav .menu02 img {
  width: 60px;
  height: auto;
}
.globalNav .menu03 {
  min-width: 120px;
}
.globalNav .menu03 img {
  width: 30px;
  height: auto;
}
.globalNav .menu04 {
  min-width: 120px;
}
.globalNav .menu04 img {
  width: 54px;
  height: auto;
}
.globalNav .menu04 .dropdown {
  right: 0;
}
.globalNav .menu05 {
  min-width: 120px;
}
.globalNav .menu05 img {
  width: 30px;
  height: auto;
}
.globalNav .menu05 .dropdown {
  right: 0;
}
.globalNav .menu06 {
  min-width: 120px;
}
.globalNav .menu06 img {
  width: 54px;
  height: auto;
}
.globalNav .menu06 .dropdown {
  right: 0;
}
.globalNav li.active a, .globalNav > ul > li:hover a {
  border-bottom: 4px solid #322d2d;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.globalNav a {
  padding: 16px 0;
  display: block;
  color: #322d2d;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-bottom: 4px solid transparent;
}
.globalNav a:hover {
  color: #ccc;
}
.globalNav span {
  display: none;
}
.globalNav .dropdown {
  text-align: center;
  width: 280px;
  background: #fff;
  border: solid 1px #322d2d;
}
.globalNav .dropdown li {
  margin: 0;
  display: block;
  width: 100%;
  margin: 0;
}
.globalNav .dropdown li:last-child a:link, .globalNav .dropdown li:last-child a:hover {
  border-bottom: none;
}
.globalNav .dropdown li a {
  display: block;
  cursor: pointer;
  line-height: 1.6;
}
.globalNav .dropdown li a:link {
  border-bottom: solid 1px #9E9796;
  padding: 12px 12px;
  border-right: 0;
  font-size: 0.85em;
  color: #322D2D;
  text-decoration: none;
  margin: 0 20px;
}
.globalNav .dropdown li a:hover {
  color: #5b5757;
  opacity: 1;
}
.globalNav .dropdown {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
}
.globalNav .dropdown li:last-child a {
  margin-right: 0;
}
.globalNav .dropdown ul {
  display: none;
}
.globalNav .dropdown li {
  display: block;
}
.globalNav .dropdown a {
  padding: 10px;
  margin-right: 0;
  text-align: left;
  text-decoration: none;
}
.globalNav a:hover + .dropdown, .globalNav .dropdown:hover {
  display: block;
}

@media only screen and (max-width: 640px) {
  .globalNav {
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav .globalNavControl {
    display: block;
    cursor: pointer;
    background: url(/wp-content/themes/hokkaidomuseum/images/icon_sp_menu.png) no-repeat 0 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-background-size: 21px auto;
    -o-background-size: 21px auto;
    background-size: 21px auto;
    position: absolute;
    width: 21px;
    height: 21px;
    right: 3%;
    top: -38px;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav .globalNavControl.active {
    background: url(/wp-content/themes/hokkaidomuseum/images/icon_sp_menu_close.png) no-repeat 0 50%;
    -webkit-background-size: 21px auto;
    -o-background-size: 21px auto;
    background-size: 21px auto;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav ul.globalNavInnerList {
    display: none;
    overflow: hidden;
    background: #F0EFEA;
    padding: 0 0 10px;
  }
}
@media only screen and (min-width: 641px) {
  .globalNav ul.globalNavInnerList {
    display: block !important;
    overflow: visible !important;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav ul {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav li {
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #b5b5b6;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav li:first-child {
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav li img {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav .menu01 {
    width: 87.5%;
    padding: 5px 0 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav .menu02 {
    width: 87.5%;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav .menu03 {
    width: 87.5%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 906, scss/common.scss */
  .globalNav .menu04 {
    width: 87.5%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 919, scss/common.scss */
  .globalNav .menu05 {
    width: 87.5%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 919, scss/common.scss */
  .globalNav .menu06 {
    width: 87.5%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 932, scss/common.scss */
  .globalNav li.active a {
    border-bottom: none;
  }
}
/* line 939, scss/common.scss */
@media only screen and (max-width: 640px) {
  /* line 939, scss/common.scss */
  .globalNav > ul > li:hover a {
    border-bottom: none;
  }
}
/* line 946, scss/common.scss */
@media only screen and (max-width: 640px) {
  /* line 946, scss/common.scss */
  .globalNav a {
    border-bottom: none;
    padding: 3.5% 0%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  /* line 980, scss/common.scss */
  .globalNav .dropdown li a:link {
    border-bottom: none;
    color: #322D2D;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1014, scss/common.scss */
  .globalNav .dropdown {
    display: none;
    position: static;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1036, scss/common.scss */
  .globalNav a:hover + .dropdown, .globalNav .dropdown:hover {
    display: none;
  }
}
/*------------------------------------------------------------------------
side
------------------------------------------------------------------------*/
/* line 1046, scss/common.scss */
#side {
  width: 27%;
  max-width: 260px;
  float: left;
}

@media only screen and (max-width: 910px) {
  /* line 1046, scss/common.scss */
  #side {
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1046, scss/common.scss */
  #side {
    width: 100%;
    max-width: none;
    float: none;
    margin: 0 auto;
    position: relative;
  }
}
/* line 1056, scss/common.scss */
#side h2.cornerTitle {
  margin-bottom: 28px;
  background: url(/wp-content/themes/hokkaidomuseum/images/icon_corner_title.png) no-repeat 0 50%;
  font-size: 1.3em;
  font-weight: bold;
  -webkit-background-size: 23px auto;
  -o-background-size: 23px auto;
  background-size: 23px auto;
}

#side h2.cornerTitle a:link {
  text-decoration: none;
  font-weight: bold;
  padding: 30px 0 30px 32px;
  display: block;
  color: #322D2D;
}

#side h2.cornerTitle a:hover {
  text-decoration: none;
}

#side h2.cornerTitle a:visited {
  text-decoration: none;
}

#side h2.cornerTitle a:active {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  /* line 1056, scss/common.scss */
  #side h2.cornerTitle {
    margin-bottom: 0;
    padding: 0px 0 0px 32px;
    margin: 15px auto;
    width: 87.5%;
    font-size: 1.1em;
  }

  #side h2.cornerTitle a:link {
    padding: 0;
    display: inline-block;
  }
}
/* line 1072, scss/common.scss */
#side .sideNav {
  position: relative;
}
#side .sideNav .sideNavControl {
  display: none;
}
#side .sideNav ul.sideNavInnerList {
  width: 100%;
  display: block;
  overflow: visible;
}
#side .sideNav ul.sideNavInnerList li {
  border-bottom: 1px dotted #c1c0c0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #side .sideNav ul.sideNavInnerList li {
    width: 50%;
  }
  #side .sideNav ul.sideNavInnerList li:nth-child(odd) {
    border-right: 1px dotted #c1c0c0;
  }
}
#side .sideNav ul.sideNavInnerList li span.noLink {
  padding: 14px 15px;
  display: block;
  color: #322D2D;
}
#side .sideNav ul.sideNavInnerList li a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #side .sideNav ul.sideNavInnerList li a {
    padding: 7px 10px;
    line-height: 1.4;
    font-size: 11.5px;
  }
}
#side .sideNav ul.sideNavInnerList li a:hover {
  text-decoration: none;
  background: #f2f2e8;
  color: #322D2D;
}
#side .sideNav ul.sideNavInnerList li a.active {
  background: #f2f2e8;
  text-decoration: none;
  color: #322D2D;
}
@media only screen and (max-width: 640px) {
  #side .sideNav ul.sideNavInnerList li a.active {
    font-weight: bold;
    background: transparent;
  }
}
#side .sideNav ul.sideNavInnerList li a.visited {
  color: #322D2D;
}
#side .sideNav ul.sideNavInnerList li:last-child, #side .sideNav ul.sideNavInnerList li:nth-child(2) {
  border-top: none;
}
#side .sideNav ul.sideNavInnerList ul.subNav li:first-child {
  border-top: 1px dotted #c1c0c0;
}
#side .sideNav ul.sideNavInnerList ul.subNav a {
  padding: 14px 15px 14px 28px;
  color: #322D2D;
}
#side .sideNav ul.sideNavInnerList ul.subNav a:link, #side .sideNav ul.sideNavInnerList ul.subNav a:visited, #side .sideNav ul.sideNavInnerList ul.subNav a:hover, #side .sideNav ul.sideNavInnerList ul.subNav a:active {
  color: #322D2D;
}
#side .sideNav ul.sideNavInnerList ul.subNav a::before {
  content: "-";
  margin: 0 4px 0 0;
}
#side .sideNav_en {
  position: relative;
}
#side .sideNav_en .sideNavControl_en {
  display: none;
}
#side .sideNav_en ul.sideNavInnerList {
  width: 100%;
  display: block;
  overflow: visible;
}
#side .sideNav_en ul.sideNavInnerList li {
  width: 50%;
  float: left;
  display: inline-block;
}
#side .sideNav_en ul.sideNavInnerList li span.noLink {
  padding: 14px 15px;
  display: block;
  color: #322D2D;
}
#side .sideNav_en ul.sideNavInnerList li a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #322D2D;
  font-size: 11px;
}
#side .sideNav_en ul.sideNavInnerList li a:hover {
  text-decoration: none;
  background: #f2f2e8;
}
#side .sideNav_en ul.sideNavInnerList li a.active {
  background: #f2f2e8;
  text-decoration: none;
}
#side .sideNav_en ul.sideNavInnerList li:first-child {
  border-top: none;
}
#side .sideNav_en ul.sideNavInnerList ul.subNav li:first-child {
  border-top: 1px dotted #c1c0c0;
}
#side .sideNav_en ul.sideNavInnerList ul.subNav a {
  padding: 14px 15px 14px 28px;
  color: #322D2D;
}
#side .sideNav_en ul.sideNavInnerList ul.subNav a:link, #side .sideNav_en ul.sideNavInnerList ul.subNav a:visited, #side .sideNav_en ul.sideNavInnerList ul.subNav a:hover, #side .sideNav_en ul.sideNavInnerList ul.subNav a:active {
  color: #5b5757;
}
#side .sideNav_en ul.sideNavInnerList ul.subNav a::before {
  content: "-";
  margin: 0 4px 0 0;
}

/* line 1074, scss/common.scss */
@media only screen and (max-width: 640px) {
  /* line 1074, scss/common.scss */
  #side .sideNav .sideNavControl {
    display: none;
    cursor: pointer;
    -webkit-background-size: 12px auto;
    -o-background-size: 12px auto;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 7.8%;
    top: -50px;
    font-size: 19px;
    background: url(/wp-content/uploads/2015/04/sideNavControl_bg.png) no-repeat 50% 0%;
    background-size: 12px;
  }
  #side .sideNav .sideNavControl.active {
    display: block;
    cursor: pointer;
    -webkit-background-size: 12px auto;
    -o-background-size: 12px auto;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 7.8%;
    top: -50px;
    font-size: 19px;
    background: url(/wp-content/uploads/2015/04/sideNavControl_bg.png) no-repeat 50% 100%;
    background-size: 12px;
  }
}
/* line 1094, scss/common.scss */
/*SPメニューから戻るとき*/
@media only screen and (max-width: 640px) {
  /* line 1094, scss/common.scss */
  #side .sideNav ul.sideNavInnerList {
    margin: 0 0 20px 0;
    background: #f5f5f5;
    border: solid 1px #CACACA;
    border-style: solid none;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
  }
}
@media only screen and (min-width: 641px) {
  /* line 1094, scss/common.scss */
  #side .sideNav ul.sideNavInnerList {
    display: block !important;
    overflow: visible !important;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1074, scss/common.scss */
  #side .sideNav_en .sideNavControl_en {
    display: block;
    cursor: pointer;
    -webkit-background-size: 12px auto;
    -o-background-size: 12px auto;
    background-size: 12px auto;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 7.8%;
    top: -50px;
    font-size: 19px;
    background: url(/wp-content/uploads/2015/04/sideNavControl_bg.png) no-repeat 50% 0%;
    background-size: 12px;
  }
  #side .sideNav_en .sideNavControl_en.active {
    display: block;
    cursor: pointer;
    -webkit-background-size: 12px auto;
    -o-background-size: 12px auto;
    position: absolute;
    width: 12px;
    height: 12px;
    right: 7.8%;
    top: -50px;
    font-size: 19px;
    background: url(/wp-content/uploads/2015/04/sideNavControl_bg.png) no-repeat 50% 100%;
    background-size: 12px;
  }
}
/* line 1094, scss/common.scss */
/*SPメニューから戻るとき*/
@media only screen and (max-width: 640px) {
  /* line 1094, scss/common.scss */
  #side .sideNav_en ul.sideNavInnerList {
    display: none;
    overflow: hidden;
    margin: 20px 0 50px 0;
    border-top: solid 1px #5F5555;
  }
}
@media only screen and (min-width: 641px) {
  /* line 1094, scss/common.scss */
  #side .sideNav_en ul.sideNavInnerList {
    display: block !important;
    overflow: visible !important;
  }
}
/*------------------------------------------------------------------------
footer
------------------------------------------------------------------------*/
/* line 1160, scss/common.scss */
#footer {
  background: #5b5757;
  width: 100%;
  bottom: 0;
  font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 640px) {
  /* line 1160, scss/common.scss */
  #footer {
    position: static;
    margin: 40px 0 0;
    height: auto;
  }
}
/* line 1170, scss/common.scss */
#footer .footerInner {
  width: 100%;
  max-width: 960px;
  padding: 20px 0;
  margin: 0 auto;
  color: #FFF;
  display: table;
  font-size: 0.9em;
}

@media only screen and (max-width: 640px) {
  /* line 1170, scss/common.scss */
  #footer .footerInner {
    width: 90%;
    max-width: none;
    display: block;
    padding: 20px 0;
    position: relative;
  }
}
/* line 1185, scss/common.scss */
#footer .footerInner .logo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 260px;
  padding: 0 60px 0 0;
}

@media only screen and (max-width: 640px) {
  /* line 1185, scss/common.scss */
  #footer .footerInner .logo {
    width: 100%;
    display: block;
  }
}
/* line 1194, scss/common.scss */
#footer .footerInner .logo img {
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 640px) {
  /* line 1194, scss/common.scss */
  #footer .footerInner .logo img {
    display: inline-block;
    max-width: 240px;
  }
}
/* line 1203, scss/common.scss */
#footer .footerInner .left {
  display: table-cell;
  width: 30%;
}

@media only screen and (max-width: 640px) {
  /* line 1203, scss/common.scss */
  #footer .footerInner .left {
    width: 100%;
    display: block;
  }
}
/* line 1210, scss/common.scss */
#footer .footerInner .left address {
  margin: 0 0 24px;
}

@media only screen and (max-width: 640px) {
  /* line 1210, scss/common.scss */
  #footer .footerInner .left address {
    margin: 10% 0 0;
  }
}
/* line 1215, scss/common.scss */
#footer .footerInner .left address a {
  color: #FFF;
}

/* line 1220, scss/common.scss */
#footer .footerInner .left .footerInfoList dt {
  width: 60px;
}

/* line 1225, scss/common.scss */
#footer .footerInner .right {
  display: table-cell;
}

@media only screen and (max-width: 640px) {
  /* line 1225, scss/common.scss */
  #footer .footerInner .right {
    width: 100%;
    display: block;
  }
}
/* line 1233, scss/common.scss */
#footer .footerInner .right .footerInfoList dt {
  width: 90px;
}

/* line 1238, scss/common.scss */
#footer .footerInner .footerInfoList {
  display: table;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  /* line 1238, scss/common.scss */
  #footer .footerInner .footerInfoList {
    padding: 8% 0 0;
  }
}
/* line 1244, scss/common.scss */
#footer .footerInner .footerInfoList dt {
  display: table-cell;
}

@media only screen and (max-width: 640px) {
  /* line 1244, scss/common.scss */
  #footer .footerInner .footerInfoList dt {
    display: block;
  }
}
/* line 1250, scss/common.scss */
#footer .footerInner .footerInfoList dt.space {
  letter-spacing: 0.18em;
}

/* line 1253, scss/common.scss */
#footer .footerInner .footerInfoList dd {
  display: table-cell;
}

@media only screen and (max-width: 640px) {
  /* line 1253, scss/common.scss */
  #footer .footerInner .footerInfoList dd {
    display: block;
  }
  #footer .footerInner .footerInfoList dd br:first-child {
    display: none;
  }
  #footer .footerInner .footerInfoList dd br:last-child {
    display: none;
  }
}
/* line 1261, scss/common.scss */
#footer .footerInner .footerInfoList.tel dt {
  display: table-cell;
}

@media only screen and (max-width: 640px) {
  /* line 1261, scss/common.scss */
  #footer .footerInner .footerInfoList.tel dt {
    display: table-cell;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1268, scss/common.scss */
  #footer .footerInner .footerInfoList.fax {
    padding: 0;
  }
}
/* line 1272, scss/common.scss */
#footer .footerInner .footerInfoList.fax dt {
  display: table-cell;
}

@media only screen and (max-width: 640px) {
  /* line 1272, scss/common.scss */
  #footer .footerInner .footerInfoList.fax dt {
    display: table-cell;
  }
}
/* line 1280, scss/common.scss */
#footer .footerNavWrap {
  background: #322d2d;
  color: #d9d8d8;
  padding: 22px 0;
  line-height: 1em;
}

@media only screen and (max-width: 640px) {
  /* line 1280, scss/common.scss */
  #footer .footerNavWrap {
    color: #FFF;
    padding: 10px 0;
  }
}
/* line 1288, scss/common.scss */
#footer .footerNavWrap .footerNav {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  /* line 1288, scss/common.scss */
  #footer .footerNavWrap .footerNav {
    max-width: none;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
/* line 1298, scss/common.scss */
#footer .footerNavWrap .footerNav .copyright {
  display: inline-block;
  float: right;
  font-size: 0.7em;
}

@media only screen and (max-width: 640px) {
  /* line 1298, scss/common.scss */
  #footer .footerNavWrap .footerNav .copyright {
    float: none;
    padding: 10px 0;
  }
}
/* line 1308, scss/common.scss */
#footer .footerNavWrap ul {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 640px) {
  #footer .footerNavWrap ul {
    float: none;
    text-align: left;
    width: 100%;
  }
}

/* line 1311, scss/common.scss */
#footer .footerNavWrap ul li {
  display: inline-block;
  padding: 0 12px;
  border-left: solid 1px #d9d8d8;
  line-height: 1em;
}

@media only screen and (max-width: 640px) {
  /* line 1311, scss/common.scss */
  #footer .footerNavWrap ul li {
    margin: 0 0 5px;
  }
}
/* line 1319, scss/common.scss */
#footer .footerNavWrap ul li:first-child {
  padding: 0 6px 0 0;
  border-left: none;
}

@media only screen and (max-width: 640px) {
  /* line 1323, scss/common.scss */
  #footer .footerNavWrap ul li:nth-child(4),
  #footer .footerNavWrap ul li:nth-child(6) {
    border-left: none;
  }
}
/* line 1328, scss/common.scss */
#footer .footerNavWrap ul li a {
  color: #d9d8d8;
  font-size: 0.85em;
}

@media only screen and (max-width: 640px) {
  /* line 1328, scss/common.scss */
  #footer .footerNavWrap ul li a {
    font-size: 0.65em;
  }
}
/* line 1338, scss/common.scss */
#footer #pageTop {
  position: fixed;
  z-index: 100;
  display: block;
  width: 78px;
  height: 78px;
  right: 3%;
  bottom: 70px;
}

@media only screen and (max-width: 640px) {
  /* line 1338, scss/common.scss */
  #footer #pageTop {
    position: absolute;
    display: block !important;
    width: 52px;
    height: 52px;
    bottom: 10px;
  }
}
/* line 1353, scss/common.scss */
#footer #pageTop img {
  width: 100%;
  height: auto;
  display: block;
}

/*------------------------------------------------------------------------
main
------------------------------------------------------------------------*/
/* line 1364, scss/common.scss */
#main {
  max-width: 660px;
  float: right;
  width: 100%;
}

@media only screen and (max-width: 910px) {
  /* line 1364, scss/common.scss */
  #main {
    max-width: none;
    width: 70%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1364, scss/common.scss */
  #main {
    max-width: none;
    margin: 0 auto;
    float: none;
    width: 87.5%;
  }
}
/*------------------------------------------------------------------------
サイト内共通スタイル
------------------------------------------------------------------------*/
/*------------------------------------
共通パーツ（タグ単体）
--------------------------------------*/
/*「見出し1（アイコンつき・大）」*/
/* line 1384, scss/common.scss */
.cmnStyleTitle_01 {
  clear: both;
  background: url(/wp-content/themes/hokkaidomuseum/images/icon_bg_head_title_01.png) no-repeat 0 100%;
  -webkit-background-size: 660px auto;
  -moz-background-size: 660px auto;
  background-size: 660px auto;
  font-size: 1.3em;
  font-weight: bold;
  color: #322e2f;
  padding: 0px 0 2px 45px;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1384, scss/common.scss */
  .cmnStyleTitle_01 {
    max-width: none;
    font-size: 1.2em;
    line-height: 1.25em;
  }
}
/*「見出し2（アイコンつき・中）」*/
/* line 1401, scss/common.scss */
.cmnStyleTitle_02 {
  clear: both;
  font-size: 1.25em;
  color: #322e2f;
  border-bottom: solid 1px #DCDCC8;
  padding: 4px 0 4px 28px;
  background: url(/wp-content/themes/hokkaidomuseum/images/icon_head_title_02.png) no-repeat 0 50%;
  margin-top: 5%;
  max-width: 660px;
  -webkit-background-size: 20px auto;
  -o-background-size: 20px auto;
  background-size: 20px auto;
}

@media only screen and (max-width: 640px) {
  /* line 1401, scss/common.scss */
  .cmnStyleTitle_02 {
    max-width: none;
    font-size: 1.1em;
    margin-top: 13%;
  }
}
/*「見出し3（アイコンつき・小）」*/
/* line 1419, scss/common.scss */
.cmnStyleTitle_03 {
  clear: both;
  font-size: 1em;
  font-weight: bold;
  color: #322e2f;
  padding: 0 0 0 28px;
  background: url(/wp-content/themes/hokkaidomuseum/images/icon_head_title_02.png) no-repeat 0 50%;
  -webkit-background-size: 17px auto;
  -o-background-size: 17px auto;
  background-size: 17px auto;
  margin: 30px 0 10px;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1419, scss/common.scss */
  .cmnStyleTitle_03 {
    max-width: none;
    margin-top: 30px;
  }
}
/*「見出し4（アイコンなし・太字）」*/
/* line 1436, scss/common.scss */
.cmnStyleTitle_04 {
  font-size: 1em;
  font-weight: bold;
  color: #322e2f;
  margin-top: 5%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1436, scss/common.scss */
  .cmnStyleTitle_04 {
    max-width: none;
  }
}
/*「見出し5」*/
/* line 1448, scss/common.scss */
.cmnStyleTitle_05 {
  font-size: 0.9em;
  color: #322e2f;
  margin-top: 5%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1448, scss/common.scss */
  .cmnStyleTitle_05 {
    max-width: none;
  }
}
/*「見出し6」*/
/* line 1459, scss/common.scss */
.cmnStyleTitle_06 {
  font-size: 0.8em;
  font-weight: bold;
  color: #322e2f;
  margin-top: 5%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1459, scss/common.scss */
  .cmnStyleTitle_06 {
    max-width: none;
  }
}
/*「文章の段落」*/
/* line 1472, scss/common.scss */
.cmnStyle_text {
  width: 100%;
  max-width: 660px;
  margin-top: 3%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1472, scss/common.scss */
  .cmnStyle_text {
    max-width: none;
  }
}
/*「箇条書き（アイコンつき）」*/
/* line 1484, scss/common.scss */
.cmnStyle_list {
  margin-top: 5%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1484, scss/common.scss */
  .cmnStyle_list {
    width: 100%;
    display: block;
    max-width: none;
  }
}
/* line 1492, scss/common.scss */
.cmnStyle_list li {
  padding: 8px 0 8px 18px;
  background: url(/wp-content/themes/hokkaidomuseum/images/icon_listmark.png) no-repeat 0 50%;
  -webkit-background-size: 5px auto;
  -o-background-size: 5px auto;
  background-size: 5px auto;
}

/*「文章の注釈」*/
.cmnStyle_text_caption {
  font-size: 0.85em;
  color: #322e2f;
  max-width: 660px;
  clear: both;
  padding-top: 2%;
}

@media only screen and (max-width: 640px) {
  .cmnStyle_text_caption {
    max-width: none;
  }
}
/*「表組み（列幅指定なし）」*/
/* line 1504, scss/common.scss */
.cmnStyle_table {
  width: 100%;
  margin-top: 5%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1504, scss/common.scss */
  .cmnStyle_table {
    max-width: none;
    margin: 5% auto 0;
    width: 100%;
  }
}
/* line 1513, scss/common.scss */
.cmnStyle_table th {
  background: #EAEAE0;
  padding: 12px 20px;
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  /* line 1513, scss/common.scss */
  .cmnStyle_table th {
    padding: 18px 20px;
    width: 100%;
    display: block;
  }
}
/* line 1525, scss/common.scss */
.cmnStyle_table td {
  background: #F5F4F0;
  padding: 12px 20px;
  border: 1px solid #fff;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  /* line 1525, scss/common.scss */
  .cmnStyle_table td {
    padding: 18px 20px;
    display: block;
    width: 100%;
    display: block;
  }
}
/*「表組み（列幅 50:50）」*/
/* line 1541, scss/common.scss */
.cmnStyle_table_50_50 {
  width: 100%;
  margin-top: 20px;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1541, scss/common.scss */
  .cmnStyle_table_50_50 {
    max-width: none;
    margin: 5% auto 0;
    width: 100%;
  }
}
/* line 1550, scss/common.scss */
.cmnStyle_table_50_50 th {
  width: 50%;
  background: #EAEAE0;
  padding: 12px 20px;
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  /* line 1550, scss/common.scss */
  .cmnStyle_table_50_50 th {
    padding: 18px 20px;
    width: 100%;
    display: block;
  }
}
/* line 1563, scss/common.scss */
.cmnStyle_table_50_50 td {
  width: 50%;
  background: #F5F4F0;
  padding: 12px 20px;
  border: 1px solid #fff;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  /* line 1563, scss/common.scss */
  .cmnStyle_table_50_50 td {
    padding: 18px 20px;
    display: block;
    width: 100%;
    display: block;
  }
}
/*「表組み（列幅 30:70）」*/
/* line 1580, scss/common.scss */
.cmnStyle_table_30_70 {
  width: 100%;
  margin-top: 0;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1580, scss/common.scss */
  .cmnStyle_table_30_70 {
    max-width: none;
    margin: 5% auto 0;
    width: 100%;
  }
}
/* line 1589, scss/common.scss */
.cmnStyle_table_30_70 th {
  width: 30%;
  background: #EAEAE0;
  padding: 12px 20px;
  border: 1px solid #fff;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  /* line 1589, scss/common.scss */
  .cmnStyle_table_30_70 th {
    padding: 18px 20px;
    width: 100%;
    display: block;
  }
}
/* line 1602, scss/common.scss */
.cmnStyle_table_30_70 td {
  width: 70%;
  background: #F5F4F0;
  padding: 12px 20px;
  border: 1px solid #fff;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  /* line 1602, scss/common.scss */
  .cmnStyle_table_30_70 td {
    padding: 18px 20px;
    display: block;
    width: 100%;
    display: block;
  }
}
/*youtube*/
.cmnStyle_movieWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 20px 0 0;
}

.cmnStyle_movieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*「リンクボタン」*/
/* line 1636, scss/common.scss */
a.cmnStyle_btnLink {
  display: block;
  max-width: 240px;
  width: 70%;
  background: #F5F4F0;
  border: solid 1px #D4D4BD;
  padding: 10px 24px;
  margin-top: 20px;
  color: #322D2D !important;
}

.tenjiLink {
  display: block;
  max-width: 240px;
  width: 70%;
  background: #f9f9f9;
  border: solid 1px #aaa;
  margin: 20px auto 0;
  color: #322D2D !important;
}
.tenjiLink a {
  font-size: 14px;
  padding: 15px 24px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.tenjiLink a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 640px) {
  /* line 1636, scss/common.scss */
  a.cmnStyle_btnLink {
    width: 100%;
  }
}
/* line 1647, scss/common.scss */
a.cmnStyle_btnLink:link {
  text-decoration: none;
}

/* line 1650, scss/common.scss */
a.cmnStyle_btnLink:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* line 1654, scss/common.scss */
a.cmnStyle_btnLink:visited {
  text-decoration: none;
}

/* line 1657, scss/common.scss */
a.cmnStyle_btnLink:active {
  text-decoration: none;
}

/*「リンクボタン」中央寄せ*/
/* line 1663, scss/common.scss */
a.cmnStyle_btnLink.center {
  margin: 4% auto 0;
  text-align: center;
}

/*「リンクボタン」右向き矢印*/
/* line 1669, scss/common.scss */
a.cmnStyle_btnLink.right.arrow {
  text-align: center;
  background: #f5f4f0 url(/wp-content/themes/hokkaidomuseum/images/icon_arrow_border_right.png) no-repeat 94% 50%;
  -webkit-background-size: 7px auto;
  -o-background-size: 7px auto;
  background-size: 7px auto;
  color: #322D2D;
}

/*「リンクボタン」左向き矢印*/
/* line 1677, scss/common.scss */
a.cmnStyle_btnLink.left.arrow {
  text-align: center;
  background: #f5f4f0 url(/wp-content/themes/hokkaidomuseum/images/icon_arrow_border_left.png) no-repeat 4% 50%;
  -webkit-background-size: 7px auto;
  -o-background-size: 7px auto;
  background-size: 7px auto;
  color: #322D2D;
}

/*「リンクボタン」右向き矢印型*/
/* line 1686, scss/common.scss */
a.cmnStyle_btnLink.right.arrowType {
  text-align: center;
  background: #F5F4F0;
  position: relative;
  width: 45%;
  max-width: none;
  padding: 1.5rem 24px;
  line-height: 1.3em;
  font-size: 0.9em;
  color: #322D2D;
}

@media only screen and (max-width: 640px) {
  /* line 1686, scss/common.scss */
  a.cmnStyle_btnLink.right.arrowType {
    width: 95%;
  }
}
/* line 1700, scss/common.scss */
a.cmnStyle_btnLink.right.arrowType::after,
a.cmnStyle_btnLink.right.arrowType::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2.5em;
  border-top: 2.5em solid transparent;
  border-bottom: 2.5em solid transparent;
  border-left: 1em solid;
  right: -11px;
}

/* line 1710, scss/common.scss */
a.cmnStyle_btnLink.right.arrowType::after {
  z-index: 2;
  border-left-color: #F5F4F0;
}

/* line 1714, scss/common.scss */
a.cmnStyle_btnLink.right.arrowType::before {
  border-left-color: #ccc;
  right: -12px;
  z-index: 1;
}

/*「リンクボタン」左向き矢印型*/
/* line 1721, scss/common.scss */
a.cmnStyle_btnLink.left.arrowType {
  text-align: center;
  background: #F5F4F0;
  position: relative;
  width: 45%;
  max-width: none;
  padding: 1.5rem 24px;
  line-height: 1.3em;
  margin-left: 15px;
  font-size: 0.9em;
  color: #322D2D;
}

@media only screen and (max-width: 640px) {
  /* line 1721, scss/common.scss */
  a.cmnStyle_btnLink.left.arrowType {
    width: 95%;
  }
}
/* line 1735, scss/common.scss */
a.cmnStyle_btnLink.left.arrowType::after,
a.cmnStyle_btnLink.left.arrowType::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2.5em;
  border-top: 2.5em solid transparent;
  border-bottom: 2.5em solid transparent;
  border-right: 1em solid;
  left: -11px;
}

/* line 1745, scss/common.scss */
a.cmnStyle_btnLink.left.arrowType::after {
  z-index: 2;
  border-right-color: #F5F4F0;
}

/* line 1749, scss/common.scss */
a.cmnStyle_btnLink.left.arrowType::before {
  border-right-color: #ccc;
  left: -12px;
  z-index: 1;
}

/*「リンクボタン（外部サイトへ）」*/
/* line 1756, scss/common.scss */
a.cmnStyle_btnLink.gaibu {
  display: block;
  max-width: 280px;
  width: 70%;
  background: #f9f9f9 url(/wp-content/themes/hokkaidomuseum/images/icon_gaibulink.png) no-repeat 94% 50%;
  -webkit-background-size: 16px auto;
  -o-background-size: 16px auto;
  background-size: 16px auto;
  border: solid 1px #8e8a8b;
  padding: 15px 12px 15px 24px;
  margin-top: 4%;
  color: #322D2D;
}

@media only screen and (max-width: 640px) {
  a.cmnStyle_btnLink.gaibu {
    width: 100%;
  }
}
/* line 1767, scss/common.scss */
a.cmnStyle_btnLink.gaibu:link {
  text-decoration: none;
}

/* line 1770, scss/common.scss */
a.cmnStyle_btnLink.gaibu:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* line 1774, scss/common.scss */
a.cmnStyle_btnLink.gaibu:visited {
  text-decoration: none;
}

/* line 1777, scss/common.scss */
a.cmnStyle_btnLink.gaibu:active {
  text-decoration: none;
}

/*「ダウンロードボタン」*/
/* line 1756, scss/common.scss */
a.cmnStyle_btnLink.download {
  display: block;
  max-width: 280px;
  width: 70%;
  background: #f9f9f9 url(/wp-content/themes/hokkaidomuseum/images/icon_download.png) no-repeat 94% 50%;
  -webkit-background-size: 16px auto;
  -o-background-size: 16px auto;
  background-size: 16px auto;
  border: solid 1px #8e8a8b;
  padding: 15px 12px 15px 24px;
  margin-top: 4%;
  color: #322D2D;
}

@media only screen and (max-width: 640px) {
  a.cmnStyle_btnLink.download {
    width: 100%;
  }
}
.eventPDFbtn {
  margin: 0 0 30px;
}
.eventPDFbtn a.cmnStyle_btnLink.download {
  display: block;
  max-width: 280px;
  width: 100%;
  background: #f9f9f9 url(/wp-content/themes/hokkaidomuseum/images/icon_download.png) no-repeat 94% 50%;
  -webkit-background-size: 16px auto;
  -o-background-size: 16px auto;
  background-size: 16px auto;
  border: solid 1px #8e8a8b;
  padding: 20px 12px 20px 24px;
  margin-top: 4%;
  color: #322D2D;
}

/* line 1767, scss/common.scss */
a.cmnStyle_btnLink.download:link {
  text-decoration: none;
}

/* line 1770, scss/common.scss */
a.cmnStyle_btnLink.download:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* line 1774, scss/common.scss */
a.cmnStyle_btnLink.download:visited {
  text-decoration: none;
}

/* line 1777, scss/common.scss */
a.cmnStyle_btnLink.download:active {
  text-decoration: none;
}

/*------------------------------------
共通パーツ（レイアウト用_複合タグ）
--------------------------------------*/
/* line 1786, scss/common.scss */
.cmnStyle_1col {
  width: 100%;
  max-width: 660px;
  margin-top: 2%;
}

@media only screen and (max-width: 640px) {
  /* line 1786, scss/common.scss */
  .cmnStyle_1col {
    max-width: none;
    margin: 2% auto 0;
    width: 100%;
  }
}
/* line 1795, scss/common.scss */
.cmnStyle_1col img {
  width: 100%;
  max-width: 660px;
  height: auto;
}

/* line 1802, scss/common.scss */
.cmnStyle_2col {
  overflow: hidden;
  margin-top: 2%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1802, scss/common.scss */
  .cmnStyle_2col {
    max-width: none;
    margin: 2% auto 0;
    width: 100%;
  }
}
/* line 1811, scss/common.scss */
.cmnStyle_2col .left {
  float: left;
}

/* line 1814, scss/common.scss */
.cmnStyle_2col .right {
  overflow: hidden;
  padding-left: 6.6%;
}

.eventContent .articleArea .cmnStyle_2col .left img {
  width: 100%;
  height: auto;
  display: block;
  margin-right: 6.6%;
}
.eventContent .articleArea .cmnStyle_2col .right {
  overflow: hidden;
  padding-left: 0;
}

@media only screen and (max-width: 640px) {
  .cmnStyle_2col .left {
    float: none;
  }

  .cmnStyle_2col .right {
    overflow: hidden;
    padding-left: 0%;
  }
}
/* line 1819, scss/common.scss */
.cmnStyle_3col {
  overflow: hidden;
  margin-top: 2%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1819, scss/common.scss */
  .cmnStyle_3col {
    max-width: none;
  }
}
/* line 1827, scss/common.scss */
.cmnStyle_4col {
  overflow: hidden;
  margin-top: 2%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 1827, scss/common.scss */
  .cmnStyle_4col {
    max-width: none;
  }
}
/*左*/
/* line 1838, scss/common.scss */
.cmnStyle_2col.img01_left .left {
  max-width: 260px;
  width: 40%;
}

@media only screen and (max-width: 640px) {
  /* line 1838, scss/common.scss */
  .cmnStyle_2col.img01_left .left {
    max-width: none;
    width: 100%;
    padding-bottom: 3%;
  }
}
/* line 1844, scss/common.scss */
.cmnStyle_2col.img01_left .left img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  /* line 1849, scss/common.scss */
  .cmnStyle_2col.img01_left .right {
    width: 100%;
    padding-right: 0%;
  }
}
/* line 1857, scss/common.scss */
.cmnStyle_2col.img01large_left .left {
  max-width: 420px;
}

@media only screen and (max-width: 640px) {
  /* line 1857, scss/common.scss */
  .cmnStyle_2col.img01large_left .left {
    max-width: none;
    float: none;
  }
}
/* line 1863, scss/common.scss */
.cmnStyle_2col.img01large_left .left img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  /* line 1868, scss/common.scss */
  .cmnStyle_2col.img01large_left .right {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1872, scss/common.scss */
  .cmnStyle_2col.img01large_left .right p {
    margin-top: 2%;
  }
}
/* line 1880, scss/common.scss */
.cmnStyle_2col.img02tate_left .left {
  max-width: 260px;
}

@media only screen and (max-width: 640px) {
  /* line 1880, scss/common.scss */
  .cmnStyle_2col.img02tate_left .left {
    max-width: none;
    width: 100%;
    overflow: hidden;
  }
}
/* line 1887, scss/common.scss */
.cmnStyle_2col.img02tate_left .left img {
  display: inline-block;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  /* line 1887, scss/common.scss */
  .cmnStyle_2col.img02tate_left .left img {
    width: 49%;
    float: left;
    margin-top: 0;
  }
}
/* line 1895, scss/common.scss */
.cmnStyle_2col.img02tate_left .left img:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  /* line 1895, scss/common.scss */
  .cmnStyle_2col.img02tate_left .left img:first-child {
    margin-top: 0;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1904, scss/common.scss */
  .cmnStyle_2col.img02tate_left .right {
    padding-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1909, scss/common.scss */
  .cmnStyle_2col.img02tate_left .right p {
    margin-top: 2%;
  }
}
/* line 1917, scss/common.scss */
.cmnStyle_2col.img02yoko_left .left {
  max-width: 400px;
}

@media only screen and (max-width: 640px) {
  /* line 1917, scss/common.scss */
  .cmnStyle_2col.img02yoko_left .left {
    max-width: none;
    width: 100%;
    overflow: hidden;
  }
}
/* line 1924, scss/common.scss */
.cmnStyle_2col.img02yoko_left .left img {
  display: block;
  width: 100%;
  max-width: 188px;
  float: left;
}

@media only screen and (max-width: 640px) {
  /* line 1924, scss/common.scss */
  .cmnStyle_2col.img02yoko_left .left img {
    max-width: none;
    width: 49%;
    float: left;
    margin-top: 0;
  }
}
/* line 1935, scss/common.scss */
.cmnStyle_2col.img02yoko_left .left img:first-child {
  margin-top: 0;
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  /* line 1935, scss/common.scss */
  .cmnStyle_2col.img02yoko_left .left img:first-child {
    margin-top: 0;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1945, scss/common.scss */
  .cmnStyle_2col.img02yoko_left .right {
    padding-left: 0;
    clear: both;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1950, scss/common.scss */
  .cmnStyle_2col.img02yoko_left .right p {
    margin-top: 2%;
  }
}
/*右*/
/* line 1960, scss/common.scss */
.cmnStyle_2col.img01_right .right {
  width: 40%;
  max-width: 260px;
  float: right;
}

@media only screen and (max-width: 640px) {
  /* line 1960, scss/common.scss */
  .cmnStyle_2col.img01_right .right {
    padding-left: 0;
  }
}
/* line 1967, scss/common.scss */
.cmnStyle_2col.img01_right .right img {
  width: 100%;
  height: auto;
}

/* line 1972, scss/common.scss */
.cmnStyle_2col.img01_right .left {
  float: none;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  /* line 1972, scss/common.scss */
  .cmnStyle_2col.img01_right .left {
    width: 60%;
    padding-right: 6.6%;
  }
}
/* line 1983, scss/common.scss */
.cmnStyle_2col.img01large_right .right {
  max-width: 420px;
  float: right;
}

@media only screen and (max-width: 640px) {
  /* line 1983, scss/common.scss */
  .cmnStyle_2col.img01large_right .right {
    padding-left: 0;
    max-width: none;
    float: none;
  }
}
/* line 1991, scss/common.scss */
.cmnStyle_2col.img01large_right .right img {
  width: 100%;
  height: auto;
}

/* line 1996, scss/common.scss */
.cmnStyle_2col.img01large_right .left {
  float: none;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  /* line 1996, scss/common.scss */
  .cmnStyle_2col.img01large_right .left {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2002, scss/common.scss */
  .cmnStyle_2col.img01large_right .left p {
    margin-top: 2%;
  }
}
/* line 2011, scss/common.scss */
.cmnStyle_2col.img02tate_right .right {
  max-width: 260px;
  float: right;
  padding-left: 0;
  margin-left: 6.6%;
}

@media only screen and (max-width: 640px) {
  /* line 2011, scss/common.scss */
  .cmnStyle_2col.img02tate_right .right {
    padding-left: 0;
    max-width: none;
    margin-left: 0;
    float: none;
  }
}
/* line 2022, scss/common.scss */
.cmnStyle_2col.img02tate_right .right img {
  display: inline-block;
  margin-top: 10px;
}

@media only screen and (max-width: 640px) {
  /* line 2022, scss/common.scss */
  .cmnStyle_2col.img02tate_right .right img {
    width: 49%;
    float: left;
    margin-top: 0;
  }
}
/* line 2030, scss/common.scss */
.cmnStyle_2col.img02tate_right .right img:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  /* line 2030, scss/common.scss */
  .cmnStyle_2col.img02tate_right .right img:first-child {
    margin-top: 0;
    margin-right: 2%;
  }
}
/* line 2039, scss/common.scss */
.cmnStyle_2col.img02tate_right .left {
  max-width: 367px;
  overflow: hidden;
  float: none;
}

@media only screen and (max-width: 640px) {
  /* line 2039, scss/common.scss */
  .cmnStyle_2col.img02tate_right .left {
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2047, scss/common.scss */
  .cmnStyle_2col.img02tate_right .left p {
    margin-top: 2%;
  }
}
/* line 2056, scss/common.scss */
.cmnStyle_2col.img02yoko_right .right {
  float: right;
  max-width: 400px;
  padding-left: 0;
  margin-left: 6.6%;
}

@media only screen and (max-width: 640px) {
  /* line 2056, scss/common.scss */
  .cmnStyle_2col.img02yoko_right .right {
    padding-left: 0;
    max-width: none;
    margin-left: 0;
    float: none;
  }
}
/* line 2067, scss/common.scss */
.cmnStyle_2col.img02yoko_right .right img {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  /* line 2067, scss/common.scss */
  .cmnStyle_2col.img02yoko_right .right img {
    width: 49%;
    float: left;
    margin-top: 0;
  }
}
/* line 2074, scss/common.scss */
.cmnStyle_2col.img02yoko_right .right img:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  /* line 2074, scss/common.scss */
  .cmnStyle_2col.img02yoko_right .right img:first-child {
    margin-top: 0;
    margin-right: 2%;
  }
}
/* line 2083, scss/common.scss */
.cmnStyle_2col.img02yoko_right .left {
  max-width: 246px;
  overflow: hidden;
  float: none;
}

@media only screen and (max-width: 640px) {
  /* line 2083, scss/common.scss */
  .cmnStyle_2col.img02yoko_right .left {
    max-width: none;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2092, scss/common.scss */
  .cmnStyle_2col.img02yoko_right .left p {
    margin-top: 2%;
  }
}
/*画像*/
/* line 2103, scss/common.scss */
.cmnStyle_2col.img {
  width: 100%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 2103, scss/common.scss */
  .cmnStyle_2col.img {
    max-width: none;
    margin: 5% auto 0;
    width: 100%;
  }
}
/* line 2111, scss/common.scss */
.cmnStyle_2col.img > div {
  width: 49%;
  float: left;
}

/* line 2118, scss/common.scss */
.cmnStyle_2col.img > div:first-child {
  margin-right: 2%;
}

@media only screen and (max-width: 640px) {
  /* line 2118, scss/common.scss */
  .cmnStyle_2col.img > div:first-child {
    margin-right: 2%;
  }
}
/* line 2124, scss/common.scss */
.cmnStyle_2col.img > div img {
  width: 100%;
  height: auto;
}

/* line 2128, scss/common.scss */
.cmnStyle_2col.img > div p {
  margin-top: 5%;
}

@media only screen and (max-width: 640px) {
  /* line 2128, scss/common.scss */
  .cmnStyle_2col.img > div p {
    overflow: hidden;
    padding-left: 0;
  }
}
/* line 2140, scss/common.scss */
.cmnStyle_3col.img {
  width: 100%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 2140, scss/common.scss */
  .cmnStyle_3col.img {
    max-width: none;
    margin: 5% auto 0;
    width: 100%;
  }
}
/* line 2148, scss/common.scss */
.cmnStyle_3col.img > div {
  width: 32%;
  float: left;
  margin-left: 2%;
}

@media only screen and (max-width: 640px) {
  /* line 2148, scss/common.scss */
  .cmnStyle_3col.img > div {
    overflow: hidden;
  }
}
/* line 2155, scss/common.scss */
.cmnStyle_3col.img > div:first-child {
  margin-left: 0;
  margin-top: 0;
}

/* line 2159, scss/common.scss */
.cmnStyle_3col.img > div img {
  width: 100%;
  height: auto;
}

/* line 2163, scss/common.scss */
.cmnStyle_3col.img > div p {
  margin-top: 5%;
}

@media only screen and (max-width: 640px) {
  /* line 2163, scss/common.scss */
  .cmnStyle_3col.img > div p {
    overflow: hidden;
    padding-left: 2%;
    margin-top: 0;
  }
}
/* line 2175, scss/common.scss */
.cmnStyle_3col.img.caption {
  width: 100%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 2175, scss/common.scss */
  .cmnStyle_3col.img.caption {
    max-width: none;
    margin: 5% auto 0;
    width: 100%;
  }
}
/* line 2183, scss/common.scss */
.cmnStyle_3col.img.caption > div {
  width: 32%;
  float: left;
  margin-left: 2%;
  margin-top: 4%;
}

@media only screen and (max-width: 640px) {
  /* line 2183, scss/common.scss */
  .cmnStyle_3col.img.caption > div {
    width: 100%;
    float: none;
    margin-left: 0;
    overflow: hidden;
    margin-top: 5%;
  }
}
/* line 2195, scss/common.scss */
.cmnStyle_3col.img.caption > div:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  /* line 2195, scss/common.scss */
  .cmnStyle_3col.img.caption > div:first-child {
    margin-top: 0;
  }
}
/* line 2201, scss/common.scss */
.cmnStyle_3col.img.caption > div img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  /* line 2201, scss/common.scss */
  .cmnStyle_3col.img.caption > div img {
    width: 40%;
    display: block;
    float: left;
  }
}
/* line 2210, scss/common.scss */
.cmnStyle_3col.img.caption > div p {
  margin-top: 5%;
}

@media only screen and (max-width: 640px) {
  /* line 2210, scss/common.scss */
  .cmnStyle_3col.img.caption > div p {
    overflow: hidden;
    padding-left: 4%;
    margin-top: 0;
  }
}
/* line 2224, scss/common.scss */
.cmnStyle_4col.img {
  width: 100%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 2224, scss/common.scss */
  .cmnStyle_4col.img {
    max-width: none;
    margin: 5% auto 0;
    width: 100%;
  }
}
/* line 2232, scss/common.scss */
.cmnStyle_4col.img > div {
  width: 24.25%;
  float: left;
  margin-left: 1%;
}

@media only screen and (max-width: 640px) {
  /* line 2232, scss/common.scss */
  .cmnStyle_4col.img > div {
    width: 49%;
    margin-left: 2%;
    overflow: hidden;
    margin-top: 2%;
  }

  /* line 2241, scss/common.scss */
  .cmnStyle_4col.img > div:nth-child(2) {
    margin-top: 0;
  }

  /* line 2244, scss/common.scss */
  .cmnStyle_4col.img > div:nth-child(3n) {
    clear: both;
    margin-left: 0;
  }
}
/* line 2249, scss/common.scss */
.cmnStyle_4col.img > div:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  /* line 2249, scss/common.scss */
  .cmnStyle_4col.img > div:first-child {
    margin-left: 0;
    margin-top: 0;
  }
}
/* line 2256, scss/common.scss */
.cmnStyle_4col.img > div img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  /* line 2260, scss/common.scss */
  .cmnStyle_4col.img > div p {
    overflow: hidden;
    padding-left: 2%;
  }
}
/* line 2269, scss/common.scss */
.cmnStyle_4col.img.caption {
  width: 100%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 2269, scss/common.scss */
  .cmnStyle_4col.img.caption {
    max-width: none;
    margin: 5% auto 0;
    width: 100%;
  }
}
/* line 2277, scss/common.scss */
.cmnStyle_4col.img.caption > div {
  width: 24.25%;
  float: left;
  margin-left: 1%;
}

@media only screen and (max-width: 640px) {
  /* line 2277, scss/common.scss */
  .cmnStyle_4col.img.caption > div {
    width: 100%;
    float: none;
    margin-left: 0;
    overflow: hidden;
    margin-top: 10px;
  }
}
/* line 2288, scss/common.scss */
.cmnStyle_4col.img.caption > div:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  /* line 2288, scss/common.scss */
  .cmnStyle_4col.img.caption > div:first-child {
    margin-top: 0;
  }
}
/* line 2294, scss/common.scss */
.cmnStyle_4col.img.caption > div img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  /* line 2294, scss/common.scss */
  .cmnStyle_4col.img.caption > div img {
    width: 40%;
    display: block;
    float: left;
  }
}
/* line 2303, scss/common.scss */
.cmnStyle_4col.img.caption > div p {
  margin-top: 5%;
}

@media only screen and (max-width: 640px) {
  /* line 2303, scss/common.scss */
  .cmnStyle_4col.img.caption > div p {
    overflow: hidden;
    padding-left: 2%;
    margin-top: 0;
  }
}
/*2列均等 見出しが横*/
/* line 2319, scss/common.scss */
.cmnStyle_table.sideTitle th {
  max-width: 50%;
}

@media only screen and (max-width: 640px) {
  /* line 2319, scss/common.scss */
  .cmnStyle_table.sideTitle th {
    display: block;
    width: 100%;
    max-width: none;
  }
}
/* line 2327, scss/common.scss */
.cmnStyle_table.sideTitle td {
  max-width: 50%;
}

@media only screen and (max-width: 640px) {
  /* line 2327, scss/common.scss */
  .cmnStyle_table.sideTitle td {
    display: block;
    width: 100%;
    max-width: none;
  }
}
/* line 2335, scss/common.scss */
.cmnStyle_table.sideTitle th.side {
  max-width: 23%;
}

@media only screen and (max-width: 640px) {
  /* line 2335, scss/common.scss */
  .cmnStyle_table.sideTitle th.side {
    display: block;
    width: 100%;
    max-width: none;
  }
}
/*2列均等　見出しが上*/
@media only screen and (max-width: 640px) {
  /* line 2347, scss/common.scss */
  .cmnStyle_table.topTitle {
    width: 100%;
    margin: 5% auto 0;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2353, scss/common.scss */
  .cmnStyle_table.topTitle thead {
    display: block;
    float: left;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2361, scss/common.scss */
  .cmnStyle_table.topTitle tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2369, scss/common.scss */
  .cmnStyle_table.topTitle tr {
    display: inline-block;
    margin: 0 -3px;
  }
}
/* line 2375, scss/common.scss */
.cmnStyle_table.topTitle th {
  max-width: 50%;
}

@media only screen and (max-width: 640px) {
  /* line 2375, scss/common.scss */
  .cmnStyle_table.topTitle th {
    display: block;
    width: 120px;
    max-width: none;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
/* line 2386, scss/common.scss */
.cmnStyle_table.topTitle td {
  max-width: 50%;
}

@media only screen and (max-width: 640px) {
  /* line 2386, scss/common.scss */
  .cmnStyle_table.topTitle td {
    display: block;
    width: 100%;
    max-width: none;
  }
}
/* line 2394, scss/common.scss */
.cmnStyle_table.topTitle th.side {
  max-width: 23%;
}

@media only screen and (max-width: 640px) {
  /* line 2394, scss/common.scss */
  .cmnStyle_table.topTitle th.side {
    display: block;
    width: 100%;
    max-width: none;
  }
}
/*3列均等*/
/* line 2406, scss/common.scss */
.cmnStyle_table.col3 th {
  max-width: 33.3333%;
}

@media only screen and (max-width: 640px) {
  /* line 2406, scss/common.scss */
  .cmnStyle_table.col3 th {
    max-width: none;
  }
}
/* line 2412, scss/common.scss */
.cmnStyle_table.col3 td {
  max-width: 33.3333%;
}

@media only screen and (max-width: 640px) {
  /* line 2412, scss/common.scss */
  .cmnStyle_table.col3 td {
    max-width: none;
  }
}
/*枠付ボックス*/
/* line 2423, scss/common.scss */
.cmnStyle_1col.box_border {
  padding: 5.8% 7.5%;
  margin-top: 5%;
  max-width: 660px;
}

@media only screen and (max-width: 640px) {
  /* line 2423, scss/common.scss */
  .cmnStyle_1col.box_border {
    padding: 3.5% 3.8%;
    max-width: none;
  }
}
/* line 2431, scss/common.scss */
.cmnStyle_1col.box_border .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5%;
}

@media only screen and (max-width: 640px) {
  /* line 2431, scss/common.scss */
  .cmnStyle_1col.box_border .title {
    text-align: left;
    margin-bottom: 2%;
  }
}
/* line 2441, scss/common.scss */
.cmnStyle_1col.box_border.red {
  border: solid 1px #A83D3A;
}

/* line 2444, scss/common.scss */
.cmnStyle_1col.box_border.black {
  border: solid 1px #433c3e;
}

/* line 2447, scss/common.scss */
.cmnStyle_1col.box_border.gray {
  border: solid 1px #d4d4bd;
}

/*------------------------------------------------------------------------
イベントカテゴリ説明
------------------------------------------------------------------------*/
/* line 2457, scss/common.scss */
.eventContent .eventCategoryListWrap {
  overflow: hidden;
  margin: 46px 0;
}

.eventContent .eventCategoryListWrap a {
  display: block;
  width: 50%;
  float: left;
}

/* line 2467, scss/common.scss */
.eventContent .eventCategoryListWrap a:hover dl {
  background: #FAFAF6;
}

/* line 13, scss/event.scss */
/* line 2473, scss/common.scss */
.eventContent .eventCategoryListWrap a:link {
  text-decoration: none;
}

/* line 16, scss/event.scss */
/* line 2477, scss/common.scss */
.eventContent .eventCategoryListWrap a:hover {
  text-decoration: none;
}

/* line 19, scss/event.scss */
/* line 2481, scss/common.scss */
.eventContent .eventCategoryListWrap a:visited {
  text-decoration: none;
}

/* line 22, scss/event.scss */
/* line 2485, scss/common.scss */
.eventContent .eventCategoryListWrap a:active {
  text-decoration: none;
}

/* line 25, scss/event.scss */
/* line 2489, scss/common.scss */
.eventContent .eventCategoryListWrap dl {
  border: 1px solid #d5d5be;
  float: left;
  width: 99%;
  margin-left: 1%;
  margin-bottom: 2%;
  padding: 30px 16px;
}

/* line 32, scss/event.scss */
/* line 2498, scss/common.scss */
.eventContent .eventCategoryListWrap dl .categoryName {
  width: 62px;
  float: left;
}

/* line 35, scss/event.scss */
/* line 2503, scss/common.scss */
.eventContent .eventCategoryListWrap dl .categoryName img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 41, scss/event.scss */
/* line 2509, scss/common.scss */
.eventContent .eventCategoryListWrap dl .description {
  overflow: hidden;
  padding: 0px 0 0 10px;
  font-size: 0.85em;
  line-height: 1.5;
}

/* line 46, scss/event.scss */
/* line 2516, scss/common.scss */
.eventContent .eventCategoryListWrap dl .description h2 {
  font-size: 1em;
  padding: 0 0 10px;
}

/* line 52, scss/event.scss */
/* line 2524, scss/common.scss */
.eventContent .eventCategoryListWrap dl.large_01,
.eventContent .eventCategoryListWrap dl.large_03,
.eventContent .eventCategoryListWrap dl.large_05,
.eventContent .eventCategoryListWrap dl.large_07 {
  margin-left: 0;
}

.eventContent a.cmnStyle_btnLink.center {
  margin: 8% auto 0;
}

@media only screen and (max-width: 640px) {
  /* line 2529, scss/common.scss */
  .eventContent .eventCategoryListWrap {
    overflow: hidden;
    margin: 12% 0;
  }
}
/*------------------------------------------------------------------------
展示パーツ（TOP）2016/03/05 add
------------------------------------------------------------------------*/
.exhibition_schedule {
  margin: 25px 0 0;
  overflow: hidden;
  min-height: 0 !important;
}
@media only screen and (max-width: 640px) {
  .exhibition_schedule {
    margin: 10px 0 0;
  }
}

/*タイル表示*/
.exhibition_schedule .exhibition_schedule_block {
  float: none;
  width: 100%;
}
.exhibition_schedule .exhibition_schedule_block:first-child a {
  border-top: none;
}
.exhibition_schedule .exhibition_schedule_block:last-child a {
  border-bottom: 1px solid #d5d5be;
}
.exhibition_schedule .exhibition_schedule_block a {
  padding: 10px 20px;
  display: block;
  overflow: hidden;
  border-top: 1px solid #d5d5be;
}
.exhibition_schedule .exhibition_schedule_block a:hover {
  background: #FAFAF6;
}
.exhibition_schedule .exhibition_schedule_block a:link, .exhibition_schedule .exhibition_schedule_block a:hover, .exhibition_schedule .exhibition_schedule_block a:visited, .exhibition_schedule .exhibition_schedule_block a:active {
  text-decoration: none;
}
.exhibition_schedule .exhibition_schedule_block .iconArea {
  float: left;
  width: 130px;
  display: table;
}
.exhibition_schedule .exhibition_schedule_block .textArea {
  padding: 0 0 0 18px;
  overflow: hidden;
}
.exhibition_schedule .exhibition_schedule_block .icon {
  vertical-align: middle;
  width: 130;
  height: auto;
  display: table-cell;
}
@media only screen and (max-width: 640px) {
  .exhibition_schedule .exhibition_schedule_block .icon {
    width: auto;
    height: auto;
  }
}
.exhibition_schedule .exhibition_schedule_block .icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline;
  margin: 0;
}
.exhibition_schedule .exhibition_schedule_block .icon.noimage {
  background-color: #edecec;
  vertical-align: middle;
  width: 130px;
  height: 130px;
  display: table-cell;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .exhibition_schedule .exhibition_schedule_block .icon.noimage {
    width: 50%;
    height: 120px;
    min-height: 150px;
  }
}
.exhibition_schedule .exhibition_schedule_block .icon.noimage img {
  width: 70px;
  height: auto;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  margin: 0;
}
.exhibition_schedule .exhibition_schedule_block .title {
  padding: 0;
  font-weight: bold;
  font-size: 1.1em;
}
@media only screen and (max-width: 640px) {
  .exhibition_schedule .exhibition_schedule_block .title {
    font-size: 1em;
    line-height: 1.5;
  }
}
.exhibition_schedule .exhibition_schedule_block .period {
  padding: 7px 0 5px;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}
.exhibition_schedule .exhibition_schedule_block .period span {
  font-size: 1em;
}

.topLink_bt {
  float: right;
  padding-top: 3.5%;
}

@media only screen and (max-width: 640px) {
  .exhibition_schedule .exhibition_schedule_block {
    overflow: hidden;
  }
  .exhibition_schedule .exhibition_schedule_block a {
    padding: 4% 0;
  }
  .exhibition_schedule .exhibition_schedule_block .left {
    float: none;
    width: 100%;
  }
  .exhibition_schedule .exhibition_schedule_block .left ul li {
    float: none;
    margin-right: 0%;
    width: 100%;
    padding-top: 10%;
    clear: both;
  }
  .exhibition_schedule .exhibition_schedule_block .left ul li:last-child {
    float: none;
    margin-right: 0%;
    clear: both;
  }
  .exhibition_schedule .exhibition_schedule_block .iconArea {
    width: 30%;
    margin-right: auto;
    padding: 0;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .exhibition_schedule .exhibition_schedule_block .textArea {
    overflow: hidden;
    padding: 0 0 0 4%;
    margin: 0 auto;
  }
  .exhibition_schedule .exhibition_schedule_block .period {
    padding: 3px 0;
  }
}
/*------------------------------------------------------------------------
イベントパーツ（イベント/TOP共通）
------------------------------------------------------------------------*/
.event_schedule {
  margin: 25px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #d5d5be;
  min-height: 0 !important;
}
@media only screen and (max-width: 640px) {
  .event_schedule {
    margin: 10px 0 0;
  }
}

/*タイル表示*/
/* line 2552, scss/common.scss */
.event_schedule .event_schedule_block {
  float: none;
  width: 100%;
  border-top: 1px solid #d5d5be;
  padding: 0;
}
.event_schedule .event_schedule_block:first-child {
  border-top: none;
}
.event_schedule .event_schedule_block.alwaysEvent {
  background: #F1F5FB;
}

/* line 2556, scss/common.scss */
.event_schedule .event_schedule_block a {
  padding: 10px 20px;
  display: block;
  overflow: hidden;
}

/* line 2560, scss/common.scss */
.event_schedule .event_schedule_block a:hover {
  background: #FAFAF6;
}

.event_schedule .event_schedule_block.alwaysEvent a:hover {
  background: #e4e9f0;
}

/* line 2564, scss/common.scss */
.event_schedule .event_schedule_block a:link {
  text-decoration: none;
}

/* line 2567, scss/common.scss */
.event_schedule .event_schedule_block a:hover {
  text-decoration: none;
}

/* line 2570, scss/common.scss */
.event_schedule .event_schedule_block a:visited {
  text-decoration: none;
}

/* line 2573, scss/common.scss */
.event_schedule .event_schedule_block a:active {
  text-decoration: none;
}

/* line 2578, scss/common.scss */
.event_schedule .event_schedule_block .left {
  float: none;
  width: 100%;
  margin-right: 4%;
}

/* line 2584, scss/common.scss */
.event_schedule .event_schedule_block .left ul {
  list-style: none;
  padding: 0%;
}

/* line 2589, scss/common.scss */
.event_schedule .event_schedule_block .left ul li {
  float: left;
  margin-right: 8%;
  width: 100%;
}

/* line 2595, scss/common.scss */
.event_schedule .event_schedule_block .left ul li:last-child {
  float: none;
  margin-right: 0%;
}

/* line 2600, scss/common.scss */
.event_schedule .event_schedule_block .category {
  background-color: #FAFAF6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  text-align: center;
  font-size: 0.7em;
  display: inline-block;
  max-width: 180px;
  text-align: center;
  width: 60%;
  padding: 0;
  padding: 1px 0;
}

/* line 2618, scss/common.scss */
.event_schedule .event_schedule_block .iconArea {
  float: left;
  width: 96px;
}

/* line 2623, scss/common.scss */
.event_schedule .event_schedule_block .textArea {
  padding: 0 0 0 18px;
  overflow: hidden;
}

/* line 2628, scss/common.scss */
.event_schedule .event_schedule_block .icon {
  background-color: #fafaf6;
  display: table-cell;
  vertical-align: middle;
}

/* line 2630, scss/common.scss */
.event_schedule .event_schedule_block .icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline;
  margin: 0;
}

/* line 2638, scss/common.scss */
.event_schedule .event_schedule_block .soon {
  background-color: #433a3a;
  color: #fff;
  text-align: center;
  font-size: 0.7em;
  display: inline-block;
  max-width: 120px;
  width: 60%;
  padding: 1px 0;
  letter-spacing: 0.03em;
}
.event_schedule .event_schedule_block .soon.full {
  background: #ae371b;
}

.event_schedule .event_schedule_block .period {
  padding: 0;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
}

.event_schedule .event_schedule_block .period_text {
  font-size: 0.85em;
  color: #909090;
  line-height: 1.8;
}

/* line 2659, scss/common.scss */
.event_schedule .event_schedule_block .period span {
  font-size: 1em;
}

/* line 2664, scss/common.scss */
.event_schedule .event_schedule_block .detail {
  padding: 8px 0 3px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6;
}

/* line 2670, scss/common.scss */
.topLink_bt {
  float: right;
  padding-top: 3.5%;
}

/* line 2676, scss/common.scss */
.event_schedule .event_schedule_block .right {
  float: left;
  width: 28%;
  background-color: #666;
}

/* line 2682, scss/common.scss */
.event_schedule .event_schedule_block .right .access {
  background-color: #f5f5f1;
  margin-top: 3%;
}

/*----------タイル表示----------*/
/* line 2689, scss/common.scss */
.event_schedule.tile {
  border-bottom: none;
}

/* line 2691, scss/common.scss */
.event_schedule.tile .event_schedule_block {
  padding-top: 0;
  float: left;
  margin: 0 3% 0 0;
  width: 30%;
  border-top: none;
}

/* line 2697, scss/common.scss */
.event_schedule.tile .event_schedule_block a {
  padding: 4% 0 20%;
}

/* line 2699, scss/common.scss */
.event_schedule.tile .event_schedule_block a:hover {
  background: none;
}

.event_schedule.tile .event_schedule_block .icon {
  height: auto;
}

/* line 2703, scss/common.scss */
.event_schedule.tile .event_schedule_block .iconArea {
  float: none;
  width: 130px;
  margin: 20px 0 0;
  height: auto;
}

/* line 2708, scss/common.scss */
.event_schedule.tile .event_schedule_block .textArea {
  overflow: visible;
  position: relative;
  padding: 0;
  display: table;
  width: 130px;
  height: auto;
}

/* line 2713, scss/common.scss */
.event_schedule.tile .event_schedule_block .category {
  position: absolute;
  top: -215px;
  width: 100%;
  min-width: 210px;
  background: #EBE9DF;
}

/* line 2720, scss/common.scss */
.event_schedule.tile .event_schedule_block .soon {
  max-width: none;
  width: 100%;
}

/* line 2724, scss/common.scss */
.event_schedule.tile .event_schedule_block .period {
  font-size: 1.1em;
}

/* line 2726, scss/common.scss */
.event_schedule.tile .event_schedule_block .period span {
  font-size: 0.9em;
  margin: 0 -7px 0 -2px;
}

/* line 2731, scss/common.scss */
.event_schedule.tile .event_schedule_block .detail {
  font-size: 0.95em;
}

/* line 2736, scss/common.scss */
.event_schedule.tile .event_schedule_block .left {
  float: left;
  width: 64%;
  margin-right: 4%;
}

/* line 2741, scss/common.scss */
.event_schedule.tile .event_schedule_block .left ul {
  list-style: none;
  padding: 0%;
}

/* line 2745, scss/common.scss */
.event_schedule.tile .event_schedule_block .left ul li {
  float: left;
  margin-right: 8%;
  width: 28%;
}

/* line 2750, scss/common.scss */
.event_schedule.tile .event_schedule_block .left ul li:last-child {
  float: left;
  margin-right: 0%;
}

@media only screen and (max-width: 815px) {
  .event_schedule.tile .event_schedule_block .iconArea {
    width: 100%;
  }

  .event_schedule.tile .event_schedule_block .textArea {
    width: 100%;
  }

  .event_schedule.tile .event_schedule_block .category {
    min-width: 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 2757, scss/common.scss */
  .event_scheduleWrap .event_schedule {
    margin: 10px auto 0;
  }

  /* line 2761, scss/common.scss */
  .event_scheduleWrap .sortChange {
    margin: 8% 0 0;
  }

  /* line 2764, scss/common.scss */
  .event_schedule .event_schedule_block {
    overflow: hidden;
  }

  /* line 2766, scss/common.scss */
  .event_schedule .event_schedule_block a {
    padding: 4% 15px;
  }

  /* line 2771, scss/common.scss */
  .event_schedule .event_schedule_block .left {
    float: none;
    width: 100%;
  }

  /* line 2776, scss/common.scss */
  .event_schedule .event_schedule_block .left ul li {
    float: none;
    margin-right: 0%;
    width: 100%;
    padding-top: 10%;
    clear: both;
  }

  /* line 2783, scss/common.scss */
  .event_schedule .event_schedule_block .left ul li:last-child {
    float: none;
    margin-right: 0%;
    clear: both;
  }

  /* line 2788, scss/common.scss */
  .event_schedule .event_schedule_block .iconArea {
    float: left;
    width: 25%;
    margin-right: 0%;
    padding: 0;
  }

  /* line 2795, scss/common.scss */
  .event_schedule .event_schedule_block .textArea {
    overflow: hidden;
    padding: 0 0 0 4%;
    margin: 0 auto;
  }

  .event_schedule.tile .event_schedule_block .textArea {
    height: auto;
  }

  .event_schedule.tile .event_schedule_block a {
    padding: 4% 0;
  }

  /* line 2799, scss/common.scss */
  .event_schedule .event_schedule_block .category {
    width: 100%;
    max-width: none;
    padding: 3px 0;
    position: static;
    line-height: 18px;
  }

  /* line 2806, scss/common.scss */
  .event_schedule .event_schedule_block .soon {
    padding: 3px 0;
    line-height: 18px;
  }

  /* line 2812, scss/common.scss */
  .event_schedule .event_schedule_block .period {
    font-size: 0.95em;
  }

  /* line 2814, scss/common.scss */
  .event_schedule .event_schedule_block .period span {
    font-size: 0.85em;
  }

  /* line 2818, scss/common.scss */
  .event_schedule .event_schedule_block .detail {
    font-size: 0.95em;
  }

  /* line 2823, scss/common.scss */
  .event_schedule .event_schedule_block .right {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 3%;
  }

  /* line 2829, scss/common.scss */
  .eventPageCalendar {
    display: none;
  }

  /* line 2833, scss/common.scss */
  .eventContent .eventCategoryListWrap a {
    width: 100%;
    float: none;
  }

  /* line 2837, scss/common.scss */
  .eventContent .eventCategoryListWrap dl {
    padding: 18px 16px;
    margin-left: 0;
  }

  /*---------タイル----------*/
  /* line 2843, scss/common.scss */
  .event_scheduleWrap .event_schedule.tile {
    margin: 4% auto 0;
  }

  /* line 2846, scss/common.scss */
  .event_schedule.tile .event_schedule_block {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 260px;
  }

  /* line 2852, scss/common.scss */
  .event_schedule.tile .event_schedule_block .category {
    position: static;
  }

  /* line 2855, scss/common.scss */
  .event_schedule.tile .event_schedule_block .iconArea {
    padding: 0;
    margin: 0 auto;
  }

  /* line 2858, scss/common.scss */
  .event_schedule.tile .event_schedule_block .period {
    padding: 1.4% 0 0.4%;
    font-size: 0.9em;
  }
}
/*------------------------------------------------------------------------
event（TOP）
------------------------------------------------------------------------*/
/* line 2868, scss/common.scss */
.topInner .topEvent_left ul {
  list-style: none;
  overflow: hidden;
}

/* line 2872, scss/common.scss */
.topEvent_left .event_schedule.tile .event_schedule_block .category {
  top: -194px;
  min-width: 0;
  max-width: none;
}

/* line 2877, scss/common.scss */
.topEvent_left .event_schedule.tile .event_schedule_block .period {
  font-size: 0.92em;
}

/* line 2879, scss/common.scss */
.topEvent_left .event_schedule.tile .event_schedule_block .period span {
  font-size: 0.8em;
}

.topEvent_left .event_schedule .event_schedule_block .iconArea {
  width: 100%;
  max-width: 179px;
  height: 166px;
  margin: 28px 0 0;
}

.topEvent_left .event_schedule .event_schedule_block .textArea {
  width: 179px;
  height: 147px;
}

@media only screen and (max-width: 960px) {
  .topEvent_left .event_schedule .event_schedule_block .textArea {
    width: auto;
  }
}
.topEvent_left .event_schedule .event_schedule_block .icon {
  height: 166px;
}

@media only screen and (max-width: 640px) {
  /* line 2885, scss/common.scss */
  .topInner .topEvent_left ul li.event_schedule_block {
    float: none;
    width: 100%;
    max-width: none;
  }

  /* line 2891, scss/common.scss */
  .topEvent_left .event_scheduleWrap .event_schedule {
    margin: 8% auto 0;
  }

  /* line 2894, scss/common.scss */
  .topEvent_left .event_scheduleWrap .sortChange {
    margin: 8% 0 0;
  }

  /* line 2897, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block {
    overflow: hidden;
  }

  /* line 2899, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block a {
    padding: 4% 0;
  }

  /* line 2904, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block .left {
    float: none;
    width: 100%;
  }

  /* line 2909, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block .left ul li {
    float: none;
    margin-right: 0%;
    width: 100%;
    padding-top: 10%;
    clear: both;
  }

  /* line 2916, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block .left ul li:last-child {
    float: none;
    margin-right: 0%;
    clear: both;
  }

  /* line 2921, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block .iconArea {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    height: auto;
  }

  .topEvent_left .event_schedule.tile .event_schedule_block .icon {
    height: auto;
  }

  /* line 2928, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block .textArea {
    overflow: hidden;
    padding: 0 0 0 4%;
    width: auto;
    height: auto;
  }

  /* line 2932, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block .category {
    width: 100%;
    max-width: none;
    padding: 3px 0;
    position: static;
    line-height: 18px;
  }

  /* line 2939, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block .soon {
    width: 100%;
    max-width: none;
    padding: 3px 0;
    line-height: 18px;
  }

  /* line 2945, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block .period {
    font-size: 0.95em;
  }

  /* line 2947, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block .period span {
    font-size: 0.85em;
  }

  /* line 2951, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block .detail {
    font-size: 0.95em;
  }

  /* line 2956, scss/common.scss */
  .topEvent_left .event_schedule .event_schedule_block .right {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 3%;
  }

  /*---------タイル----------*/
  /* line 2964, scss/common.scss */
  .topEvent_left .event_schedule.tile {
    margin: 4% auto 0;
  }

  /* line 2967, scss/common.scss */
  .topEvent_left .event_schedule.tile .event_schedule_block {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 260px;
  }

  /* line 2973, scss/common.scss */
  .topEvent_left .event_schedule.tile .event_schedule_block .category {
    position: static;
  }

  /* line 2976, scss/common.scss */
  .topEvent_left .event_schedule.tile .event_schedule_block .iconArea {
    padding: 0;
  }

  /* line 2979, scss/common.scss */
  .topEvent_left .event_schedule.tile .event_schedule_block .period {
    padding: 1.4% 0 0.4%;
    font-size: 1.1em;
  }
}
/*------------------------------------------------------------------------
event sortbar
------------------------------------------------------------------------*/
/* line 2990, scss/common.scss */
.event_scheduleWrap .sortChange {
  text-align: right;
  margin-top: 5%;
}

/* line 2992, scss/common.scss */
.event_scheduleWrap .sortChange li {
  display: inline-block;
  cursor: pointer;
  width: 29px;
  padding: 3px 5px;
}

/* line 2997, scss/common.scss */
.event_scheduleWrap .sortChange li img {
  width: 100%;
  vertical-align: middle;
}

/* line 3002, scss/common.scss */
.event_scheduleWrap .sortChange li.active {
  background: #EBE9DF;
}

/* line 3005, scss/common.scss */
.event_scheduleWrap .sortChange li:hover {
  background: #EBE9DF;
}

/*------------------------------------------------------------------------
paging
------------------------------------------------------------------------*/
/* line 3014, scss/common.scss */
.pagingWrap {
  text-align: center;
  margin: 64px 0 0 0;
}

/* line 3018, scss/common.scss */
.pagingWrap .pagingList li {
  display: inline-block;
}

/* line 3020, scss/common.scss */
.pagingWrap .pagingList li span {
  padding: 2px 9px;
  text-align: center;
  display: block;
  background: #F5F4F0;
  font-size: 0.9em;
  margin: 0 3px;
  cursor: pointer;
}

/* line 3028, scss/common.scss */
.pagingWrap .pagingList li span:hover {
  background: #EBE9DF;
}

/* line 3032, scss/common.scss */
.pagingWrap .pagingList li span.current {
  background: #EBE9DF;
  font-weight: bold;
}

/* redmine #6091対応 */
.pagingWrap .pagingList a {
  padding: 2px 9px;
  text-align: center;
  display: inline-block;
  background: #F5F4F0;
  font-size: 0.9em;
  margin: 0 3px;
  cursor: pointer;
}

/* redmine #6091対応 */
.pagingWrap .pagingList li a:hover {
  background: #EBE9DF;
}

/* redmine #6091対応 */
.pagingWrap .pagingList a.jp-current {
  background: #EBE9DF;
  font-weight: bold;
}

/*------------------------------------------------------------------------
event categoryPage
------------------------------------------------------------------------*/
/* line 3044, scss/common.scss */
.eventCategoryInfo {
  overflow: hidden;
  width: 90%;
  margin: 9% auto;
  display: table;
}

/* line 3049, scss/common.scss */
.eventCategoryInfo .categoryImg {
  width: 146px;
  float: left;
  display: table-cell;
}

/* line 3053, scss/common.scss */
.eventCategoryInfo .categoryImg img {
  width: 100%;
  height: auto;
}

/* line 3058, scss/common.scss */
.eventCategoryInfo .categoryText {
  overflow: hidden;
  padding: 0 15px 0 5px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  /* line 3066, scss/common.scss */
  .eventCategoryInfo {
    width: 100%;
    margin: 5% auto;
    display: block;
  }

  /* line 3070, scss/common.scss */
  .eventCategoryInfo .categoryImg {
    float: none;
    display: block;
    margin: 0 auto;
  }

  /* line 3075, scss/common.scss */
  .eventCategoryInfo .categoryText {
    overflow: hidden;
    padding: 0 0 10% 0;
    display: table-cell;
    vertical-align: middle;
  }
}
/*------------------------------------------------------------------------
event detail
------------------------------------------------------------------------*/
/* line 3091, scss/common.scss */
.eventDetailTitle {
  border-bottom: solid 1px #EFEEE6;
  padding: 0 0 4%;
  margin: 0 0 4%;
}

/* line 3094, scss/common.scss */
.eventDetailTitle h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 12px 0 0 0;
}

@media only screen and (max-width: 640px) {
  /* line 3094, scss/common.scss */
  .eventDetailTitle h2 {
    font-size: 1.2em;
    margin: 6% 0 0 0;
  }
}
/* line 3103, scss/common.scss */
.eventDetailTitle .soon {
  background-color: #433a3a;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  display: inline-block;
  max-width: 120px;
  width: 60%;
  line-height: 28px;
  letter-spacing: 0.03em;
}
.eventDetailTitle .soon.full {
  background: #ae371b;
}

@media only screen and (max-width: 640px) {
  /* line 3103, scss/common.scss */
  .eventDetailTitle .soon {
    line-height: 18px;
    width: 100%;
    display: block;
    max-width: none;
  }
}
/* line 3119, scss/common.scss */
.eventDetailTitle .soon span {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1em;
}

/* line 3125, scss/common.scss */
.eventDetailTitle .category {
  background-color: #FAFAF6;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  text-align: center;
  font-size: 0.7em;
  display: inline-block;
  max-width: 180px;
  text-align: center;
  width: 60%;
  padding: 0;
  line-height: 28px;
}

@media only screen and (max-width: 640px) {
  /* line 3125, scss/common.scss */
  .eventDetailTitle .category {
    line-height: 18px;
    width: 100%;
    display: block;
    max-width: none;
  }
}
/* line 3148, scss/common.scss */
.eventDetailTitle .period {
  font-size: 1.2em;
  margin: 1% 0 0 0;
}

@media only screen and (max-width: 640px) {
  /* line 3148, scss/common.scss */
  .eventDetailTitle .period {
    font-size: 1em;
  }
}
/* line 3158, scss/common.scss */
.eventDetailCategoryImg.cmnStyle_2col.img01_left .left {
  background: #F5F4F0;
  margin-right: 6.6%;
}

.eventDetailImg {
  display: block;
  width: auto;
  height: auto;
  max-width: 50%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  /* line 3158, scss/common.scss */
  .eventDetailCategoryImg.cmnStyle_2col.img01_left .left {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 260px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 3168, scss/common.scss */
  .eventDetailCategoryImg.cmnStyle_2col.img01_left .right {
    width: 100%;
    padding: 6% 0 0;
  }
}
/* line 3174, scss/common.scss */
.eventDetailText {
  margin: 2% 0 0 0;
}

/* line 3177, scss/common.scss */
a.cmnStyle_btnLink.center.eventBackBtn {
  margin: 40px auto 0;
}

.gallery_event_category {
  clear: both;
  border: 1px solid #dcdcc2;
  margin-bottom: 12%;
  padding: 0% 5%;
}

table.gallery_event_category_area {
  margin: 0 auto;
  border-collapse: collapse;
  border: none;
  width: 100%;
  font-size: 0.9em;
  text-align: left;
}

table.gallery_event_category_area tr {
  border-bottom: 1px solid #f0f0e6;
  padding: 5% 0%;
}

table.gallery_event_category_area tr:last-child {
  border-bottom: none;
}

table.gallery_event_category_area th {
  width: 20%;
  padding: 5% 0%;
  font-weight: bold;
}

table.gallery_event_category_area td {
  margin: 0;
  padding: 5% 0% 5% 5%;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  table.gallery_event_category_area tr {
    padding: 5% 0%;
    margin-bottom: 3%;
    clear: both;
  }

  table.gallery_event_category_area th {
    width: 100%;
    float: left;
    padding: 5% 0% 5% 0%;
  }

  table.gallery_event_category_area td {
    width: 100%;
    float: left;
    padding: 3% 0% 3% 0%;
  }
}
/*------------------------------------------------------------------------
top
------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
top
------------------------------------------------------------------------*/
/*------------------------------------------------------------------------
header_top
------------------------------------------------------------------------*/
/* line 436, scss/common.scss */
/* line 3193, scss/common.scss */
header#header_top {
  border-bottom: 1px solid #a09d9d;
  border-top: 2px solid #312c2c;
  background-color: #fff;
  height: 100px;
  z-index: 30;
  margin-bottom: 40%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  /* line 436, scss/common.scss */
  /* line 3202, scss/common.scss */
  header#header_top {
    border-bottom: none;
    margin-bottom: 0%;
    height: 45px;
  }
}
/* line 441, scss/common.scss */
/* line 3208, scss/common.scss */
header#header_top .headerInner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
}

/* line 447, scss/common.scss */
/* line 3215, scss/common.scss */
header#header_top h1 {
  display: inline-block;
  padding-top: 36px;
  float: left;
  max-width: 226px;
  width: 29%;
}

@media only screen and (max-width: 640px) {
  /* line 447, scss/common.scss */
  /* line 3224, scss/common.scss */
  header#header_top h1 {
    width: 150px;
    padding: 15px 0 0 6.25%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
/* line 460, scss/common.scss */
/* line 3233, scss/common.scss */
header#header_top h1 a {
  display: block;
}

/* line 463, scss/common.scss */
/* line 3237, scss/common.scss */
header#header_top h1 img {
  width: 100%;
  height: auto;
  display: block;
}

/*-----SNSリンク（SP） -----*/
/* line 3248, scss/common.scss */
.globalNav_top li.snsLinkSp {
  display: none;
}

@media only screen and (max-width: 640px) {
  /* line 3253, scss/common.scss */
  .globalNav_top li.snsLinkSp {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: right;
    width: 87.5%;
    margin: 0 auto;
    margin-top: 15px;
  }

  /* line 3263, scss/common.scss */
  .globalNav_top li.snsLinkSp ul {
    border-left: none;
  }

  /* line 3267, scss/common.scss */
  .globalNav_top li.snsLinkSp ul li {
    display: inline-block;
    border-bottom: none;
    min-width: 0;
    border-left: 1px solid #a09d9d;
  }

  /* line 3274, scss/common.scss */
  .globalNav_top li.snsLinkSp ul li:first-child {
    border-left: none;
  }

  /* line 3278, scss/common.scss */
  .globalNav_top li.snsLinkSp ul li a {
    padding: 8px 18px;
  }
}
/*-----サイト内検索（SP） -----*/
/* line 3288, scss/common.scss */
.globalNav_top li.searchSp {
  display: none;
}

@media only screen and (max-width: 640px) {
  /* line 3293, scss/common.scss */
  .globalNav_top li.searchSp {
    display: block;
    width: 100%;
    padding: 6% 6.25%;
    background: #fff;
    border-bottom: none;
  }
}
/* line 3302, scss/common.scss */
.globalNav_top li.searchSp .search {
  width: 100%;
  text-align: center;
}

/* line 3307, scss/common.scss */
.globalNav_top li.searchSp .search input[type="text"] {
  max-width: 260px;
  width: 70%;
}

/*------------------------------------------------------------------------
globalNav_top
------------------------------------------------------------------------*/
.globalNav_top {
  clear: both;
}
.globalNav_top .globalNavControl {
  display: none;
}
.globalNav_top ul {
  list-style: none;
  text-align: center;
}
.globalNav_top ul.globalNavInnerList {
  display: block;
  overflow: visible;
  /*SPメニューから戻るとき*/
}
.globalNav_top li {
  display: inline-block;
  position: relative;
  z-index: 1;
  min-width: 145px;
  margin-left: -5px;
}
.globalNav_top li a:hover img {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.globalNav_top li:first-child {
  margin-left: 0;
}
.globalNav_top .menu01 {
  min-width: 169px;
  margin-left: 0;
}
.globalNav_top .menu01 img {
  width: 145px;
  height: auto;
}
.globalNav_top .menu02 {
  min-width: 169px;
}
.globalNav_top .menu02 img {
  width: 60px;
  height: auto;
}
.globalNav_top .menu03 {
  min-width: 120px;
}
.globalNav_top .menu03 img {
  width: 30px;
  height: auto;
}
.globalNav_top .menu04 {
  min-width: 120px;
}
.globalNav_top .menu04 img {
  width: 54px;
  height: auto;
}
.globalNav_top .menu04 .dropdown {
  right: 0;
}
.globalNav_top .menu05 {
  min-width: 120px;
}
.globalNav_top .menu05 img {
  width: 30px;
  height: auto;
}
.globalNav_top .menu05 .dropdown {
  right: 0;
}
.globalNav_top .menu06 {
  min-width: 120px;
}
.globalNav_top .menu06 img {
  width: 54px;
  height: auto;
}
.globalNav_top .menu06 .dropdown {
  right: 0;
}
.globalNav_top li.active a, .globalNav_top > ul > li:hover a {
  border-bottom: 4px solid #322d2d;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.globalNav_top a {
  padding: 28px 0;
  display: block;
  color: #322d2d;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.globalNav_top a:hover {
  color: #ccc;
}
.globalNav_top span {
  display: none;
}
.globalNav_top .dropdown {
  text-align: center;
  width: 280px;
  background: #fff;
  border: solid 1px #322d2d;
}
.globalNav_top .dropdown li {
  margin: 0;
  display: block;
  width: 100%;
  margin: 0;
}
.globalNav_top .dropdown li:last-child a {
  border-bottom: none;
}
.globalNav_top .dropdown li a {
  border-bottom: solid 1px #9E9796;
}
.globalNav_top .dropdown li a:link {
  padding: 12px 12px;
  border-right: 0;
  font-size: 0.8em;
  border-bottom: none;
  color: #322d2d;
  text-decoration: none;
  margin: 0 20px;
}
.globalNav_top .dropdown li a:hover {
  background: #EBE9DF;
  color: #5b5757;
}
.globalNav_top .dropdown li a:visited {
  color: #322d2d;
}
.globalNav_top .dropdown li a:active {
  color: #5b5757;
}
.globalNav_top li.active .dropdown li a, .globalNav_top li:hover .dropdown li a {
  border-bottom: none;
}
.globalNav_top .dropdown {
  display: none;
  position: absolute;
  bottom: 83px;
  left: 0;
}
.globalNav_top .dropdown li:last-child a {
  margin-right: 0;
}
.globalNav_top .dropdown ul {
  display: none;
}
.globalNav_top .dropdown li {
  display: block;
}
.globalNav_top .dropdown a {
  padding: 10px;
  margin-right: 0;
  white-space: nowrap;
  text-align: left;
}
.globalNav_top a:hover + .dropdown, .globalNav_top .dropdown:hover {
  display: block;
}

@media only screen and (max-width: 640px) {
  .globalNav_top {
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top .globalNavControl {
    display: block;
    cursor: pointer;
    background: url(/wp-content/themes/hokkaidomuseum/images/icon_sp_menu.png) no-repeat 0 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-background-size: 21px auto;
    -o-background-size: 21px auto;
    background-size: 21px auto;
    position: absolute;
    width: 21px;
    height: 21px;
    right: 3%;
    top: -24px;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top .globalNavControl.active {
    background: url(/wp-content/themes/hokkaidomuseum/images/icon_sp_menu_close.png) no-repeat 0 50%;
    -webkit-background-size: 21px auto;
    -o-background-size: 21px auto;
    background-size: 21px auto;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top ul.globalNavInnerList {
    display: none;
    overflow: hidden;
    background: #F0EFEA;
    padding: 0 0 20px;
  }
}
@media only screen and (min-width: 641px) {
  .globalNav_top ul.globalNavInnerList {
    display: block !important;
    overflow: visible !important;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top ul {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top li {
    display: block;
    margin: 0 auto;
    border-bottom: 1px solid #b5b5b6;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top li:first-child {
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top li img {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top .menu01 {
    width: 87.5%;
    padding: 20px 0 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top .menu02 {
    width: 87.5%;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top .menu03 {
    width: 87.5%;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top .menu04 {
    width: 87.5%;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top .menu05 {
    width: 87.5%;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top li.active a {
    border-bottom: none;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top > ul > li:hover a {
    border-bottom: none;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top a {
    border-bottom: none;
    padding: 3.5% 0%;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top a:hover {
    color: #322d2d;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top .dropdown li a:link {
    border-bottom: none;
    color: #322d2d;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top .dropdown {
    display: none;
    position: static;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .globalNav_top a:hover + .dropdown, .globalNav_top .dropdown:hover {
    display: none;
  }
}
/*------------------------------------------------------------------------
TOP
------------------------------------------------------------------------*/
/* line 3727, scss/common.scss */
#topContainer {
  width: 100%;
  max-width: 1300px;
  background-color: #fff;
  margin: 95px auto 0;
  position: relative;
  z-index: 100;
  clear: both;
  background: url(/wp-content/themes/hokkaidomuseum/images/top_bg_title.png) no-repeat;
  -webkit-background-size: 100% 40px;
  -moz-background-size: 100% 40px;
  background-size: 100% 40px;
  background-position: 0px 15px;
}

@media only screen and (max-width: 640px) {
  /* line 3739, scss/common.scss */
  #topContainer {
    width: 100%;
    box-shadow: none;
    max-width: 640px;
    margin: 40px auto 0;
    background: none;
  }
}
/* line 3746, scss/common.scss */
.topContent_jp {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 3752, scss/common.scss */
.topContent_jp_bottom {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 80px;
}

@media only screen and (max-width: 640px) {
  /* line 3762, scss/common.scss */
  .topContent_jp {
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0% 3%;
  }
}
/* line 3771, scss/common.scss */
.topMainSlide {
  height: 450px;
}

/* line 3775, scss/common.scss */
.topMainSlide .topMainSlide_text {
  padding: 12% 4% 0% 4%;
  float: left;
}

/* line 3779, scss/common.scss */
.topTitle {
  background: url(/wp-content/themes/hokkaidomuseum/images/top_bg_title.png) no-repeat;
  -webkit-background-size: 100% 40px;
  -moz-background-size: 100% 40px;
  background-size: 100% 40px;
  margin-top: 60px;
  clear: both;
  padding-top: 0%;
  position: relative;
  height: 60px;
}

/* line 3789, scss/common.scss */
.topTitle_inner {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.topEvent_left .topTitle_inner {
  padding: 0 0 0 20px;
}

/* line 3794, scss/common.scss */
.topTitle_inner img {
  width: auto;
  height: 39px;
  position: absolute;
  bottom: 38px;
}

.topTitle_inner.top img {
  width: auto;
  position: static;
}

@media only screen and (max-width: 640px) {
  /* line 3805, scss/common.scss */
  .topTitle {
    margin-top: 26%;
    -webkit-background-size: 100% 30px;
    -moz-background-size: 100% 30px;
    background-size: 100% 30px;
    height: 30px;
  }

  /* line 3808, scss/common.scss */
  .topTitle_inner img {
    width: auto;
    height: 30px;
    position: absolute;
    bottom: 10px;
    padding-left: 6%;
  }
}
/* line 3818, scss/common.scss */
.topInner {
  clear: both;
  overflow: hidden;
}

/* line 3822, scss/common.scss */
.topInner .topEvent_left {
  float: left;
  width: 64%;
  max-width: 640px;
  margin-right: 4%;
}

/* line 3828, scss/common.scss */
.topInner .topEvent_left ul {
  list-style: none;
}

/* line 3831, scss/common.scss */
.topInner .topEvent_left ul li {
  float: left;
  max-width: 179px;
}

.topInner .topEvent_left ul li a:hover {
  opacity: .7;
}

/* line 3834, scss/common.scss */
.topInner .topEvent_left ul li:last-child {
  float: left;
}

/* line 3837, scss/common.scss */
.topInner .topEvent_category {
  background-color: #f2f2e8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  text-align: center;
  font-size: 0.7em;
  padding: 1% 0%;
}

/* line 3849, scss/common.scss */
.topInner .topEvent_icon {
  background-color: #fafaf6;
  height: 156px;
  /* 仮です */
}

/* line 3854, scss/common.scss */
.topInner .topEvent_soon {
  background-color: #433a3a;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  padding: 1% 0%;
}

/* line 3861, scss/common.scss */
.topInner .topEvent_period {
  font-size: 0.75em;
  padding-top: 1.4%;
}

/* line 3865, scss/common.scss */
.topInner .topEvent_detail {
  font-size: 0.8em;
  padding-top: 0%;
}

/* line 3869, scss/common.scss */
.topLink_bt {
  float: right;
  padding-top: 3.5%;
}

/* line 3874, scss/common.scss */
.topLink_bt img.bt_allnews,
.topLink_bt img.bt_allschedule {
  height: 45px;
  width: auto;
}

/* line 3878, scss/common.scss */
.topLink_bt img.bt_rss {
  height: 24px;
  width: auto;
}

@media only screen and (max-width: 640px) {
  /* line 3886, scss/common.scss */
  .topLink_bt {
    float: none;
    padding-top: 0%;
    text-align: center;
    margin: 20px auto 0;
  }
}
/* line 3894, scss/common.scss */
.topInner .topEvent_right {
  float: left;
  width: 32%;
  max-width: 280px;
  margin: 45px 0 0px;
}

/* カレンダー */
/* line 3900, scss/common.scss */
.topTitle_calendar {
  display: none;
}

/*-----------------------------
biz_calendar
------------------------------*/
/* line 3903, scss/common.scss */
#biz_calendar {
  max-width: 100% !important;
  font-family: 'Montserrat', sans-serif !important;
}

/* line 3906, scss/common.scss */
#biz_calendar table.bizcal {
  margin: 0 auto !important;
  background-color: #ffffff;
  table-layout: fixed;
  border: none !important;
  line-height: 1.7 !important;
  cursor: default;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 5% !important;
  font-size: 0.8em !important;
}

#biz_calendar p {
  margin: 0 auto !important;
  padding: 0 2% !important;
  width: 100%;
}

/* line 3911, scss/common.scss */
#biz_calendar table.bizcal th {
  text-align: center;
  border-width: 0;
  padding: 8px 5px 0px !important;
  color: #433a3a !important;
  background-color: #fff !important;
  *zoom: 1;
  filter: none !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
}

/* line 3915, scss/common.scss */
#biz_calendar table.bizcal th:first-child {
  margin-right: 0px;
  padding: 2px;
  color: #433a3a !important;
}

#biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #433a3a !important;
}

/* line 3918, scss/common.scss */
#biz_calendar th:last-child {
  margin-right: 0px;
}

/* line 3921, scss/common.scss */
#biz_calendar table.bizcal td {
  text-align: center;
  border-width: 5px !important;
  border-top: 5px solid #fff !important;
  border-bottom: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  border-left: 5px solid #fff !important;
  padding: 5px !important;
  color: #433a3a !important;
  background-color: #fff;
  font-size: 1.2em;
}

#biz_calendar table.bizcal td.calbtn {
  /*  visibility: hidden;
*/
}

/* line 3930, scss/common.scss */
#biz_calendar td:first-child {
  border-left: 0px solid #fff;
  padding: 5px;
}

/* line 3934, scss/common.scss */
#biz_calendar td:last-child {
  border-right: 0px solid #fff;
}

/* line 3938, scss/common.scss */
#biz_calendar table.bizcal .holiday {
  background-color: #e7e7da !important;
  color: #433a3a !important;
}

/* line 3942, scss/common.scss */
#biz_calendar table.bizcal .eventday {
  background-color: #433a3a !important;
  color: #ffffff !important;
}

/* line 3947, scss/common.scss */
#biz_calendar table.bizcal td.calmonth {
  font-weight: normal !important;
  background: none;
  border: none;
  background: none;
  text-align: left;
  padding: 0 0 0px 95px !important;
  font-size: 15px;
  vertical-align: top;
  height: 50px;
  position: relative;
}

@-moz-document url-prefix() {
  #biz_calendar td.calmonth {
    padding: 0 0 0px 108px;
  }
}

/* line 3953, scss/common.scss */
#biz_calendar td.calbtn {
  background: none;
  text-decoration: underline;
  font-size: 0.8em;
  vertical-align: middle;
  cursor: pointer;
}

#biz_calendar .bizcal a {
  display: block;
  width: 105%;
  height: auto;
  color: #fff;
  text-decoration: none;
}

/*jquery適用後 */
.bizcal .calmonth .monthNumber {
  position: absolute;
  font-size: 48px;
  bottom: -15px;
  left: 60px;
}

.bizcal .calmonth .monthNumber.futaketa {
  left: 45px;
}

.bizcal .calmonth .monthName {
  position: absolute;
  top: 16px;
  left: 95px;
  padding: 3px 0 0 0;
}

.bizcal .calmonth .monthName.spacing {
  letter-spacing: -0.08em;
}

@-moz-document url-prefix() {
  .bizcal .calmonth .monthName {
    top: 12px;
  }
}

/* line 3959, scss/common.scss */
#biz_calendar p {
  padding-top: 2%;
}

/* line 3962, scss/common.scss */
#biz_calendar p span.boxholiday {
  background-color: #e7e7da !important;
  width: 25px !important;
  padding-right: 15px !important;
  margin-right: 5px !important;
  padding-left: 0 !important;
}

/* line 3969, scss/common.scss */
#biz_calendar p span.boxeventday {
  background-color: #433a3a !important;
  width: 25px !important;
  padding-right: 15px !important;
  margin-right: 5px !important;
  padding-left: 0 !important;
}

#biz_calendar table.bizcal .today {
  font-weight: normal !important;
  color: #433a3a !important;
}

#biz_calendar table.bizcal .today a {
  font-weight: normal !important;
  color: #fff !important;
}

#biz_calendar table.bizcal .down-img {
  text-align: left !important;
}

#biz_calendar table.bizcal .up-img {
  text-align: right !important;
}

/*calBottomBannerArea 2016/03/06 add*/
.calBottomBannerArea {
  margin: 24px 0 0;
}
@media only screen and (max-width: 640px) {
  .calBottomBannerArea {
    margin: 20px 0;
  }
}
.calBottomBannerArea li {
  margin: 0 0 10px;
}
.calBottomBannerArea li a {
  display: block;
}
.calBottomBannerArea li a img {
  display: block;
  width: 100%;
  height: auto;
}

.eventPageCalendar {
  margin: -30px 0px 20px 0;
}

/* line 3976, scss/common.scss */
.topInner .topEvent_right .topEvent_access {
  margin-top: 10%;
  clear: both;
}

.topInner .topEvent_right .topEvent_access a:hover {
  opacity: .7;
}

/* line 3980, scss/common.scss */
.topInner .topEvent_right .topEvent_access img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  /* line 3985, scss/common.scss */
  .topTitle_calendar {
    display: block;
    padding-left: 6%;
    padding-bottom: 10px;
  }
  .topTitle_calendar img {
    height: 30px;
    width: auto;
  }

  /* line 3990, scss/common.scss */
  .topInner .topEvent_left {
    float: none;
    width: 100%;
    margin-right: 0%;
    padding-top: 0%;
  }

  /* line 3997, scss/common.scss */
  .topInner .topEvent_left ul li:last-child {
    float: none;
  }

  /* line 4001, scss/common.scss */
  .topInner .topEvent_left ul li {
    float: none;
  }

  /* line 4005, scss/common.scss */
  .topInner .topEvent_right {
    float: none;
    width: 90%;
    clear: both;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
  }

  /* line 4015, scss/common.scss */
  .topInner .topEvent_right .topEvent_access {
    text-align: center;
  }
}
/* line 4020, scss/common.scss */
.topInner .topExibition_left {
  float: left;
  width: 48%;
  margin-right: 4%;
}
@media only screen and (max-width: 640px) {
  .topInner .topExibition_left {
    float: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.topInner .topEventList_right {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .topInner .topEventList_right {
    margin: 50px auto 0;
    width: 90%;
  }
}

/*バナー*/
.topMiddle_icon {
  list-style: none;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0 0;
}

/* line 4035, scss/common.scss */
.topMiddle_icon li {
  float: left;
  width: 33%;
  text-align: center;
}

.topMiddle_icon a li:hover {
  opacity: .7;
}

/* line 4041, scss/common.scss */
.topMiddle_icon li img {
  width: 122px;
}

/* line 4044, scss/common.scss */
.topMiddle_icon li p {
  padding-top: 8px;
  font-size: 1em;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  ul.topMiddle_icon {
    padding: 0% 0% 0% 0%;
  }

  /* line 4062, scss/common.scss */
  .topMiddle_icon li {
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
    padding-bottom: 15px;
    padding-top: 15px;
    clear: both;
    border-bottom: 1px solid #a19d9d;
  }

  /* line 4072, scss/common.scss */
  .topMiddle_icon li:last-child {
    margin-bottom: 0%;
  }

  /* line 4076, scss/common.scss */
  .topMiddle_icon li img {
    float: left;
    width: 30%;
    padding-left: 15%;
  }

  /* line 4083, scss/common.scss */
  .topMiddle_icon li p {
    float: left;
    width: 70%;
    padding-top: 1.5%;
    padding-left: 5%;
    font-size: 1.0em;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 640px) and (max-width: 640px) {
  .topMiddle_icon li p {
    padding-top: 12px;
  }
}

/* line 4093, scss/common.scss */
#topMiddle_sub {
  float: right;
  width: 46%;
  margin: 40px 0 0;
}

#topMiddle_sub a div:hover {
  background: #f5f5f1;
}

#topMiddle_sub a {
  display: block;
}

/* line 4098, scss/common.scss */
#topMiddle_sub .topMiddle_sub_left {
  border: 2px #efefe2 solid;
}

/* line 4105, scss/common.scss */
#topMiddle_sub .topMiddle_sub_left img.icon {
  width: 80%;
  display: block;
  margin: 20px auto;
}

/* line 4109, scss/common.scss */
#topMiddle_sub .topMiddle_sub_left img.text {
  width: 60%;
  display: block;
  margin: 30px auto;
}

/* line 4114, scss/common.scss */
#topMiddle_sub .topMiddle_sub_right {
  border: 2px #efefe2 solid;
  text-align: center;
  padding: 15px 0;
  margin: 10px 0 0;
}

/* line 4121, scss/common.scss */
#topMiddle_sub .topMiddle_sub_right img.icon {
  margin: 0 20px 0 0;
  width: 50px;
  display: inline-block;
}

/* line 4125, scss/common.scss */
#topMiddle_sub .topMiddle_sub_right img.text {
  width: 90px;
  display: inline-block;
  margin: -50px 0 0 0;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  /* line 4134, scss/common.scss */
  #topMiddle_sub {
    clear: both;
    margin: 10px 0 0;
    float: none;
    width: 100%;
  }

  /* line 4139, scss/common.scss */
  #topMiddle_sub .topMiddle_sub_left {
    float: none;
    border: 2px #efefe2 solid;
    padding: 10px 20px;
    width: 90%;
    clear: both;
    margin: 0 auto;
  }

  /* line 4148, scss/common.scss */
  #topMiddle_sub .topMiddle_sub_left img.icon {
    width: 100%;
    float: none;
    padding-left: 0%;
    margin: 10px auto 0;
  }

  /* line 4153, scss/common.scss */
  #topMiddle_sub .topMiddle_sub_left img.text {
    width: 70%;
    float: none;
    padding-left: 0%;
    margin: 20px auto 10px;
  }

  /* line 4159, scss/common.scss */
  #topMiddle_sub .topMiddle_sub_right {
    float: none;
    border: 2px #efefe2 solid;
    padding: 10px 20px;
    width: 90%;
    height: auto;
    clear: both;
    margin: 10px auto;
  }

  /* line 4169, scss/common.scss */
  /* line 4173, scss/common.scss */
}
/* line 4181, scss/common.scss */
#topInfo {
  clear: both;
  padding: 4% 0%;
  padding-bottom: 10%;
}

/* line 4187, scss/common.scss */
/* line 4194, scss/common.scss */
table.topInfo_news {
  width: 96%;
  margin: 0 auto;
}

/* line 4198, scss/common.scss */
table.topInfo_news tr {
  padding-bottom: 15px;
  display: block;
  clear: both;
}

/* line 4204, scss/common.scss */
table.topInfo_news th {
  width: 20%;
  margin-right: 2%;
  text-align: left;
  float: left;
  vertical-align: top;
  font-family: 'Montserrat', sans-serif;
}

/* line 4213, scss/common.scss */
table.topInfo_news td {
  width: 78%;
  font-size: 1.0em;
  text-align: left;
  vertical-align: top;
}

table.topInfo_news td a {
  display: block;
}

/* line 4220, scss/common.scss */
#topInfo .topInfo_left {
  float: left;
  width: 30%;
  max-width: 290px;
}

#topInfo .topInfo_right {
  overflow: hidden;
}

/* line 4226, scss/common.scss */
.topInfo_tw {
  width: 50%;
  float: left;
  max-width: none;
  clear: both;
  margin: 40px 0 0;
  border: solid 1px #EFEFE2;
}
.topInfo_tw a {
  color: #443B3B;
}

/* line 4232, scss/common.scss */
#topInfo .topInfo_right .topInfo_right_magazine {
  margin-top: 5%;
}

#topInfo .topInfo_right .topInfo_right_magazine a:hover {
  opacity: .7;
}

/* line 4236, scss/common.scss */
#topInfo .topInfo_right .topInfo_right_magazine img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  /* line 4243, scss/common.scss */
  /* line 4251, scss/common.scss */
  table.topInfo_news {
    width: 90%;
    margin: 15px auto 0;
  }

  /* line 4256, scss/common.scss */
  table.topInfo_news tr {
    padding-bottom: 15px;
    display: block;
    clear: both;
  }

  /* line 4262, scss/common.scss */
  table.topInfo_news th {
    width: 100%;
    margin-right: 0%;
    float: left;
    vertical-align: top;
  }

  /* line 4271, scss/common.scss */
  table.topInfo_news td {
    width: 100%;
    font-size: 0.9em;
    text-align: none;
    vertical-align: top;
    padding-top: 1%;
  }

  /* line 4279, scss/common.scss */
  #topInfo .topInfo_right {
    float: none;
    width: 100%;
    max-width: 640px;
    padding-top: 20%;
    text-align: center;
  }

  /* line 4287, scss/common.scss */
  .topInfo_tw {
    width: 90%;
    margin: 50px auto 0;
    max-width: none;
    float: none;
  }

  /* line 4294, scss/common.scss */
  #topInfo .topInfo_right .topInfo_right_magazine img {
    width: 90%;
  }
}
/* line 4302, scss/common.scss */
#top_footerLink {
  width: 100%;
  background: #f5f5f1;
  border-top: 3px solid #312c2c;
  clear: both;
  margin-top: 60px;
  position: relative;
}

/* line 4310, scss/common.scss */
#top_footerLink .border_bg {
  background: url(/wp-content/themes/hokkaidomuseum/images/top_bg_title.png) no-repeat 100% 100%;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  clear: both;
  height: 12px;
}
@media only screen and (max-width: 640px) {
  #top_footerLink .border_bg {
    height: auto;
  }
}

/* line 4319, scss/common.scss */
#top_footerLink .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}
@media only screen and (max-width: 640px) {
  #top_footerLink .inner {
    padding: 10px 0 0px;
  }
}

/* line 4325, scss/common.scss */
#top_footerLink .inner p {
  text-align: center;
  font-size: 0.8em;
}

/* line 4330, scss/common.scss */
#top_footerLink .inner .banerArea {
  clear: both;
  width: 100%;
  max-width: none;
  margin: 0;
}

/* line 4337, scss/common.scss */
#top_footerLink .inner .banerArea ul {
  clear: both;
  width: 100%;
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.4em;
  /* 文字間を詰めて隙間を削除する */
}

#top_footerLink .inner .banerArea ul li a:hover {
  opacity: .7;
}

/* line 4350, scss/common.scss */
#top_footerLink .inner .banerArea ul li {
  width: 210px;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px 10px 0;
}

#top_footerLink .inner .banerArea ul li img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  /* line 4371, scss/common.scss */
  #top_footerLink {
    border-top: 2px solid #312c2c;
    clear: both;
    margin-top: 0%;
    padding: 0;
  }

  /* line 4378, scss/common.scss */
  #top_footerLink .inner .banerArea {
    clear: both;
    width: 72%;
    max-width: 640px;
    margin: 10px auto 0;
  }

  /* line 4385, scss/common.scss */
  #top_footerLink .inner .banerArea ul li {
    float: none;
    margin: 0 0 10px;
  }

  /* line 4390, scss/common.scss */
  #top_footerLink .inner .banerArea ul li:first-child {
    margin-right: 0%;
  }

  /* line 4394, scss/common.scss */
  #top_footerLink .inner .banerArea ul li:nth-child(3),
  #top_footerLink .inner .banerArea ul li:nth-child(4) {
    margin-right: 0%;
  }

  /* line 4399, scss/common.scss */
  #top_footerLink .inner .banerArea ul li {
    width: 100%;
  }

  /* line 4403, scss/common.scss */
  #top_footerLink .inner .banerArea ul li img {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1160, scss/common.scss */
  #topWrapper #footer {
    position: static;
    margin: 0% 0 0;
  }
}
/* topMainSlide キャプション */
/* line 4411, scss/common.scss */
.metaslider .caption-wrap {
  background-color: #fff;
  padding: 5%;
  position: absolute;
  top: 0%;
  right: 0%;
  width: 45%;
  max-width: 400px;
  height: 450px;
}

/* line 4422, scss/common.scss */
.caption-wrap .caption {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 40px 0 !important;
}

/* line 4429, scss/common.scss */
.caption-wrap .caption .category {
  background: #574f4f;
  padding: 1% 2%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #fff;
  font-size: 0.9em;
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .caption-wrap .caption .category {
    background: #574f4f;
    padding: 0.5% 0.5%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #fff;
    font-size: 0.75em;
    width: 50%;
  }
}
/* line 4434, scss/common.scss */
.caption-wrap .caption p.date {
  font-size: 1.05em;
  font-weight: bold;
  border-bottom: 1px solid #312c2c;
  padding-bottom: 5%;
  padding-top: 4%;
  clear: both;
}

/* line 4443, scss/common.scss */
.caption-wrap .caption p.title {
  clear: both;
  padding-top: 7%;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.6em;
}

/* line 4450, scss/common.scss */
.caption-wrap .caption p.detail {
  font-size: 0.85em;
  padding-top: 6%;
}

/* Browser Resets */
/* line 4462, scss/common.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 4465, scss/common.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 4469, scss/common.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/*.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 4475, scss/common.scss */
.flexslider .slides img {
  display: block;
}

/* line 4482, scss/common.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 4485, scss/common.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 4486, scss/common.scss */
html[xmlns] .slides {
  display: block;
}

/* line 4487, scss/common.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
/* line 4492, scss/common.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 4497, scss/common.scss */
.flexslider {
  margin: 0 auto;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: 100%;
  max-width: 100%;
}

/* line 4512, scss/common.scss */
.flexslider_bg {
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: 100%;
  z-index: 0;
}

/* line 4526, scss/common.scss */
.flex-viewport {
  max-height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0 17%;
}

/* line 4527, scss/common.scss */
.loading .flex-viewport {
  max-height: 300px !important;
}

/* line 4532, scss/common.scss */
#topWrapper {
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  z-index: 0;
}

.carousel li {
  margin-right: 55px;
  width: 70%;
}

/* topMainSlide フレーム */
/* line 4583, scss/common.scss */
#metaslider_130 {
  width: 100%;
  /*max-width: 910px;*/
  max-width: none;
  margin: 0 auto;
  position: relative;
}

#metaslider_130 .slides {
  width: 100%;
}

/* topMainSlide メインスライド部分 */
/* line 4592, scss/common.scss */
.flexslider .slides {
  zoom: 1;
  padding-left: 0%;
  width: auto;
}

/* line 4599, scss/common.scss */
.flexslider .slides li {
  width: 70%;
  position: relative;
  max-width: 910px;
  margin-right: 0%;
  opacity: 0.3;
}

#metaslider_130 .slides li {
  width: 33%;
  max-width: 910px;
  overflow: hidden;
}

.flexslider .slides li.flex-active-slide {
  opacity: 1;
}

/* line 4605, scss/common.scss */
#metaslider_130 .slides li img {
  width: auto;
  height: 450px;
  border-left: 1px solid #fff;
}

/* line 4611, scss/common.scss */
.carousel li {
  margin-right: 0px;
  width: 0%;
}

/* topMainSlide ナビ */
/* line 4621, scss/common.scss */
.flex-direction-nav {
  *height: 0;
  margin: 0 auto;
}

/* line 4624, scss/common.scss */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: 0px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease;
}

/* line 4681, scss/common.scss */
.flexslider:hover .flex-next {
  opacity: 1.0;
}

/* line 4684, scss/common.scss */
.flexslider:hover .flex-prev {
  opacity: 1.0;
}

/* line 4688, scss/common.scss */
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 4691, scss/common.scss */
.flex-direction-nav .flex-disabled {
  cursor: default;
  pointer-events: none;
}

/* Control Nav ナビボタン*/
/* line 4695, scss/common.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flex-control-nav {
    bottom: -10px !important;
  }
}

/* line 4703, scss/common.scss */
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 4710, scss/common.scss */
.flex-control-paging li a {
  width: 10px !important;
  height: 10px !important;
  display: block !important;
  background: #433a3a !important;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 640px) {
  .flex-control-paging li a {
    width: 6px !important;
    height: 6px !important;
    margin: 0 3px !important;
  }
}

/* line 4726, scss/common.scss */
.flex-control-paging li a:hover {
  background: #6f6868 !important;
  background: rgba(0, 0, 0, 0.3) !important;
}

/* line 4731, scss/common.scss */
.flex-control-paging li a.flex-active {
  background: #6f6868 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
}

/* line 4737, scss/common.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 4744, scss/common.scss */
.flex-control-thumbs img {
  margin: 10px 5px 0;
  display: inline-block;
  opacity: .7;
  cursor: pointer;
}

/* line 4745, scss/common.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 4746, scss/common.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 640px) {
  /* line 4755, scss/common.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  /* line 4756, scss/common.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }

  /** Custom Meta Slider CSS **/
  /* line 4762, scss/common.scss */
  .metaslider .flexslider {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    margin: 0 0 40px 0;
    max-width: none;
    max-height: none;
  }

  /* line 4774, scss/common.scss */
  .flex-control-nav {
    bottom: -30px;
    line-height: 11px;
  }

  /** move margin from list items to anchors */
  /* line 4780, scss/common.scss */
  .flex-control-nav li {
    margin: 0;
  }

  /* line 4784, scss/common.scss */
  .flex-control-nav li a {
    margin: 0 6px;
    padding: 0;
  }

  /* line 4789, scss/common.scss */
  .flexslider .slides li {
    position: relative;
    height: auto;
  }

  /** fix for users with RTL languages */
  /* line 4795, scss/common.scss */
  .flex-viewport {
    direction: ltr;
  }

  /** add transition effects to firefox **/
  /* line 4800, scss/common.scss */
  .flex-direction-nav a {
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }

  /* line 4805, scss/common.scss */
  .flexslider .slides p {
    margin: 0;
  }

  /* line 4810, scss/common.scss */
  .flex-control-nav {
    margin: auto;
  }

  /* line 4814, scss/common.scss */
  .metaslider .flexslider.filmstrip {
    margin-top: 10px;
  }

  /* line 4818, scss/common.scss */
  .metaslider .flexslider.filmstrip .slides li {
    cursor: pointer;
    opacity: 0.5;
  }

  /* line 4825, scss/common.scss */
  .metaslider .flexslider.filmstrip .slides li.flex-active-slide,
  .metaslider .flexslider.filmstrip .slides li:hover,
  .metaslider .flexslider.filmstrip .slides li:focus {
    opacity: 1.0 !important;
  }

  /* line 4829, scss/common.scss */
  .metaslider .flex-control-thumbs li {
    width: auto;
  }

  /* line 4835, scss/common.scss */
  .metaslider ol.flex-control-thumbs img,
  #content .metaslider ol.flex-control-thumbs img {
    margin: 10px 5px 0;
    width: auto;
  }

  /* line 4840, scss/common.scss */
  .metaslider.nav-hidden .flexslider {
    margin-bottom: 0;
  }

  /* line 4844, scss/common.scss */
  .metaslider.nav-hidden.add-margin .flexslider {
    margin-bottom: 40px;
  }

  /* line 4850, scss/common.scss */
  .topMainSlide {
    height: auto;
    border-bottom: 1px solid #9fa0a0;
  }

  /* line 4855, scss/common.scss */
  .flex-viewport {
    max-height: 600px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    height: 400px;
    width: 100%;
  }

  /* line 4861, scss/common.scss */
  .loading .flex-viewport {
    max-height: 600px;
  }

  /* topMainSlide フレーム */
  /* line 4865, scss/common.scss */
  #metaslider_130 {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    height: auto;
  }

  /* topMainSlide メインスライド部分 */
  /* line 4876, scss/common.scss */
  .flexslider .slides {
    zoom: 1;
    padding-left: 0%;
    height: 100%;
  }

  /* line 4882, scss/common.scss */
  .flexslider .slides li {
    width: 100%;
    position: relative;
  }

  /* line 4886, scss/common.scss */
  .flexslider .slides li img {
    width: 100%;
    max-width: 640px;
    height: auto;
    border: none;
  }

  /* topMainSlide キャプション */
  /* line 4892, scss/common.scss */
  .metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    right: 0 !important;
    background: #fff !important;
    color: #322d2d !important;
    opacity: .9 !important;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
  }

  /* line 4904, scss/common.scss */
  .caption-wrap .caption {
    width: 90%;
    margin: 0 auto;
    padding: 2% 8% 0% 0%;
    text-align: left;
  }

  /* line 4911, scss/common.scss */
  .caption-wrap .caption .category img {
    height: 20px;
    width: auto;
  }

  /* line 4916, scss/common.scss */
  .caption-wrap .caption p.date {
    font-size: 0.8em;
    font-weight: bold;
    border-bottom: 1px solid #312c2c;
    padding-bottom: 5%;
    padding-top: 4%;
    clear: both;
  }

  /* line 4925, scss/common.scss */
  .caption-wrap .caption p.title {
    clear: both;
    padding-top: 5%;
    font-size: 0.9em;
    font-weight: bold;
  }

  /* line 4932, scss/common.scss */
  .caption-wrap .caption p.detail {
    font-size: 0.8em;
    padding-top: 2%;
  }
}
/*------------------------------------------------------------------------
english
------------------------------------------------------------------------*/
header#header h1.en_header_h1 {
  display: inline-block;
  float: left;
  max-width: 311px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  header#header h1.en_header_h1 {
    display: inline-block;
    padding: 15px 0 15px 6.25%;
    float: left;
    max-width: 208px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .en_globalNav .globalNavControl {
    display: block;
    cursor: pointer;
    background: url(/wp-content/themes/hokkaidomuseum/images/icon_sp_menu.png) no-repeat 0 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-background-size: 21px auto;
    -o-background-size: 21px auto;
    background-size: 21px auto;
    position: absolute;
    width: 21px;
    height: 21px;
    right: 3%;
    top: -31.5px;
  }
}
.globalNav .en_menu01 {
  min-width: 240px;
}

.globalNav .en_menu02 {
  min-width: 190px;
}

.globalNav .en_menu03 {
  min-width: 220px;
}

.globalNav .menu01 img.en_glovalNav_01 {
  width: 178px;
  height: auto;
}

.globalNav .menu02 img.en_glovalNav_02 {
  width: 136px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .globalNav .menu02 img.en_glovalNav_02 {
    margin-left: -22px;
  }
}
.globalNav .menu03 img.en_glovalNav_03 {
  width: 160px;
  height: auto;
}

.en_footer_right_mb {
  margin: 0px 0px 20px 0px;
}

@media screen and (max-width: 640px) {
  .en_footer_right_mb {
    margin: 8% 0px 8% 0px;
  }
}
/*英語版メインスライド*/
#top_slide_en {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #top_slide_en {
    width: 100%;
  }
}
#metaslider_entop_container {
  clear: both;
}

#metaslider_entop {
  clear: both;
  box-shadow: none;
}

#metaslider_entop_container .flexslider .slides {
  zoom: 1;
  padding-left: 0%;
  width: 100%;
  overflow: hidden;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  #metaslider_entop_container .flexslider .slides {
    height: 200px;
  }
}
@media screen and (max-width: 440px) {
  #metaslider_entop_container .flexslider .slides {
    height: 170px;
  }
}
@media screen and (max-width: 340px) {
  #metaslider_entop_container .flexslider .slides {
    height: 128px;
  }
}
#metaslider_entop_container .flexslider .slides li {
  width: 100%;
  max-width: 100%;
  position: relative;
  text-align: center;
  opacity: 1.0;
}

#metaslider_entop_container .flexslider .slides li img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #metaslider_entop_container .flexslider .slides li img {
    height: auto;
  }
}
/* line 4526, scss/common.scss */
#metaslider_entop_container .flex-viewport {
  width: 100%;
  max-height: 560px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0 0px;
}

@media screen and (max-width: 640px) {
  #metaslider_entop_container .flex-viewport {
    width: 100%;
    max-height: 200px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    padding: 0 0px;
    height: auto;
  }
}
@media screen and (max-width: 340px) {
  #metaslider_entop_container .flex-viewport {
    width: 100%;
    max-height: 128px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    padding: 0 0px;
    height: 128px;
  }
}
#metaslider_entop_container .flex-direction-nav a {
  width: 20px;
  height: 30px;
  margin: 0px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease;
}

#metaslider_entop_container .flex-direction-nav .flex-next {
  background-position: 100% 100%;
  right: 1% !important;
  background: url(/wp-content/themes/hokkaidomuseum/images/en_top_mainSlide_bt_next.png) no-repeat !important;
  z-index: 100;
  opacity: 1.0;
  background-size: 100% !important;
}

/* line 4673, scss/common.scss */
#metaslider_entop_container .flex-direction-nav .flex-prev {
  background-position: 100% 100%;
  left: 1% !important;
  opacity: 1.0;
  background: url(/wp-content/themes/hokkaidomuseum/images/en_top_mainSlide_bt_prev.png) no-repeat 0 0 !important;
  background-size: 100% !important;
  display: block;
}

@media screen and (max-width: 340px) {
  #metaslider_entop_container .flex-direction-nav .flex-next {
    top: 45%;
    background-size: 80% !important;
    right: 0% !important;
  }

  #metaslider_entop_container .flex-direction-nav .flex-prev {
    top: 45%;
    background-size: 80% !important;
  }
}
.topContent_en {
  max-width: 960px;
  margin: 0 auto;
  clear: both;
  padding: 5% 0% 5% 0%;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .topContent_en {
    max-width: 660px;
    width: 87.5%;
    margin: 0 auto;
    clear: both;
    padding: 40px 0% 30px 0%;
    overflow: hidden;
  }
}
.topTitle_en {
  background: url(/wp-content/themes/hokkaidomuseum/images/top_bg_title.png) no-repeat;
  -webkit-background-size: 100% 40px;
  -moz-background-size: 100% 40px;
  background-size: 100% 40px;
  clear: both;
  padding-top: 0%;
  position: relative;
  height: 40px;
  margin: 0 0 30px;
}

@media screen and (max-width: 640px) {
  .topTitle_en {
    height: 30px;
  }
}
.topTitle_en_inner {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.topTitle_en_inner img {
  width: auto;
  height: 39px;
  position: absolute;
  bottom: 18px;
  left: 20px;
}

@media screen and (max-width: 640px) {
  .topTitle_en_inner img {
    width: auto;
    height: 30px;
  }
}
/*英語 Hokkaido Museum*/
/* line 4997, scss/common.scss */
.topAbout {
  clear: both;
  padding-top: 3%;
  display: block;
}

/* line 5002, scss/common.scss */
.topAbout .left {
  float: left;
  width: 35%;
  margin-right: 5%;
}

.topAbout .left img {
  max-width: 336px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .topAbout .left img {
    max-width: 100%;
    width: 100%;
  }
}
/* line 5008, scss/common.scss */
.topAbout .right {
  float: left;
  width: 60%;
  line-height: 1.8em;
}

.topAbout .right .title {
  font-weight: bold;
  font-size: 1.05em;
  padding-bottom: 2%;
}

.btDirector a {
  display: block;
  max-width: 280px;
  width: 70%;
  background: #f5f5f1;
  border: 1px solid #f5f5f1;
  -webkit-background-size: 16px auto;
  -o-background-size: 16px auto;
  background-size: 16px auto;
  padding: 20px 30px 20px 30px;
  margin-top: 5%;
  text-align: center;
  float: right;
  text-decoration: none !important;
  font-weight: bold;
}

.btDirector a:hover {
  border: 1px solid #eeeee7;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .topAbout .left {
    float: none;
    width: 100%;
    margin-right: 0%;
  }

  .topAbout .left img {
    width: 100%;
    height: auto;
  }

  /* line 5008, scss/common.scss */
  .topAbout .right {
    float: none;
    width: 100%;
    line-height: 1.8em;
    padding-top: 3%;
  }

  .btDirector a {
    display: block;
    max-width: 660px;
    width: 100%;
    background: #f5f5f1;
    -webkit-background-size: 13px auto;
    -o-background-size: 16px auto;
    background-size: 16px auto;
    padding: 20px 20px 20px 20px;
    margin-top: 5%;
    text-align: center;
    float: none;
    text-decoration: none;
    font-weight: bold;
  }
}
/*英語 Exhibition*/
.topExhibition_en {
  clear: both;
  padding-top: 12%;
}

.topContentMiddle_en {
  clear: both;
  width: 100%;
  padding: 5% 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .topContentMiddle_en {
    padding: 50px 0 0 0;
  }
}

.topContent_en .topMovie {
  float: left;
  width: 60%;
  margin-right: 5%;
}

@media screen and (max-width: 640px) {
  .topContent_en .topMovie {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
}
/* line 5028, scss/common.scss */
.topContent_en .exhibition_area .exhibition_thumbnail {
  list-style: none;
  clear: both;
  padding: 0%;
  margin-top: 3%;
}

/* line 5035, scss/common.scss */
.topContent_en .exhibition_area .exhibition_thumbnail li {
  float: left;
  width: 48.25%;
  margin: 0 3.5% 20px 0;
}

.topContent_en .exhibition_area .exhibition_thumbnail li a:hover {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  .topContent_en .exhibition_area .exhibition_thumbnail li {
    float: none;
    width: 100%;
    margin: 0 0% 20px 0;
  }
}
.topContent_en .exhibition_area .exhibition_thumbnail li img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .topContent_en .exhibition_area .exhibition_thumbnail li img {
    width: 100%;
  }
}
.topContent_en .exhibition_area .exhibition_thumbnail li p {
  background: #F8F8F4;
  opacity: 0.9;
  text-align: center;
  padding: 8px 4%;
  font-size: 0.9em;
  font-weight: bold;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .topContent_en .exhibition_area .exhibition_thumbnail li p {
    font-size: 0.65em;
  }
}
.topContent_en .exhibition_area .exhibition_thumbnail li p span {
  font-size: 0.9em;
  display: inline-block;
  text-align: center;
  padding: 0 8px 0 0px;
}
@media screen and (max-width: 640px) {
  .topContent_en .exhibition_area .exhibition_thumbnail li p span {
    display: block;
    padding: 0;
  }
}

/* line 5041, scss/common.scss */
.topContent_en .exhibition_area .exhibition_thumbnail li:nth-child(2n) {
  margin: 0 0% 3% 0;
}

@media screen and (max-width: 640px) {
  .topContent_en .exhibition_area .exhibition_thumbnail li:nth-child(2n) {
    margin: 0 0% 3% 0;
  }

  .topContent_en .exhibition_area .exhibition_thumbnail li:nth-child(3n) {
    margin: 0 0% 3% 0;
  }
}
/*英語 Calendar*/
/* line 5049, scss/common.scss */
.topContentMiddle_en .topCalendar {
  float: left;
  width: 35%;
}

@media screen and (max-width: 640px) {
  .topContentMiddle_en .topCalendar {
    float: none;
    width: 100%;
    padding-top: 15%;
    clear: both;
  }
}
/* line 5053, scss/common.scss */
.topContentMiddle_en .topCalendar .calendar_contents {
  clear: both;
  margin-top: 6%;
}

/* line 3976, scss/common.scss */
.topEvent_access_en {
  margin-top: 0%;
  clear: both;
  background-color: #fff;
  border: 2px #efefe2 solid;
  text-align: center;
  padding: 6% 4%;
}

.topEvent_access_en:hover {
  background-color: #f5f5f1;
}

.topEvent_access_en img {
  width: 156px;
  height: auto;
}

/* line 3976, scss/common.scss */
.topInner .topEvent_right .topEvent_access_en {
  margin-top: 6%;
  clear: both;
  background-color: #f7f7f7;
}

/* line 3980, scss/common.scss */
.topInner .topEvent_right .topEvent_access_en img {
  width: 100%;
  height: auto;
}

/*英語 リンクエリア*/
/* line 5068, scss/common.scss */
#topMiddle_link_en {
  clear: both;
  padding: 6% 0 0;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #topMiddle_link_en {
    margin-top: 8%;
    padding: 30px 0 0;
  }
}
/* line 5075, scss/common.scss */
#topMiddle_link_en .linkInner {
  max-width: 960px;
  margin: 0 auto;
  clear: both;
  width: 100%;
}

#topMiddle_link_en .linkInner a.topMiddle_sub_en_left {
  border: 2px #efefe2 solid;
  padding: 3% 4%;
  width: 65%;
  background: #fff;
  margin-right: 2%;
  display: block;
  float: left;
}

#topMiddle_link_en .linkInner .topMiddle_sub_en_left:hover {
  background: #f5f5f1;
}

#topMiddle_link_en .linkInner .topMiddle_sub_en_left img.icon {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

#topMiddle_link_en .linkInner .topMiddle_sub_en_left img.text {
  width: 40%;
  margin-left: 5%;
  display: inline-block;
}

#topMiddle_link_en .linkInner .topMiddle_sub_en_right {
  width: 33%;
  float: left;
  font-family: 'Montserrat', sans-serif;
}

#topMiddle_link_en .linkInner .topMiddle_sub_en_right a {
  display: block;
}

#topMiddle_link_en .linkInner .topMiddle_sub_en_right a.topMiddle_sub_baner:hover {
  opacity: .7;
}

#topMiddle_link_en .linkInner .topMiddle_sub_en_right a.topMiddle_sub_baner {
  display: block;
  max-width: 325px;
  width: 100%;
  border: solid 1px #8e8a8b;
  padding: 22px 36px 22px 24px;
  text-decoration: none;
  font-size: 0.9em;
}

#topMiddle_link_en .linkInner .topMiddle_sub_en_right a.topMiddle_sub_baner p.sub {
  font-size: 0.85em;
}

#topMiddle_link_en .linkInner .topMiddle_sub_en_right a.topMiddle_sub_baner p.title {
  font-size: 1.0em;
  padding: 2% 1%;
  background: #fff;
  text-align: center;
  width: 85%;
  margin-top: 3%;
}

#topMiddle_link_en .linkInner .topMiddle_sub_en_right a.topMiddle_sub_baner.bottom {
  margin-top: 5%;
}

@media only screen and (max-width: 640px) {
  #topMiddle_link_en {
    clear: both;
  }

  #topMiddle_link_en .linkInner a.topMiddle_sub_en_left {
    float: none;
    border: 2px #efefe2 solid;
    padding: 6% 8%;
    width: 90%;
    clear: both;
    margin: 0 auto;
    text-align: center;
  }

  #topMiddle_link_en .linkInner .topMiddle_sub_en_left img.icon {
    width: 90%;
    float: none;
    padding-left: 0%;
  }

  #topMiddle_link_en .linkInner .topMiddle_sub_en_left img.text {
    width: 80%;
    float: none;
    padding-left: 0%;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 0;
  }

  #topMiddle_link_en .linkInner .topMiddle_sub_en_right {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
  }

  #topMiddle_link_en .linkInner .topMiddle_sub_en_right a.topMiddle_sub_baner {
    width: 100%;
    clear: both;
    max-width: 600px;
    padding-top: 8%;
  }
}
/*2016/03/03 information add*/
.informationLeft {
  width: 42%;
  float: left;
  padding: 20px 30px;
}
@media only screen and (max-width: 640px) {
  .informationLeft {
    width: 100%;
    float: none;
  }
}
.informationLeft .informationInner {
  display: table;
}
.informationLeft .informationInner:first-child {
  margin: 0 0 20px;
}
.informationLeft .informationInner .title {
  font-weight: bold;
  display: table-cell;
  white-space: nowrap;
  width: 80px;
}
.informationLeft .informationInner .description {
  display: table-cell;
}

html[lang="ru"] .informationLeft .title {
  width: 140px;
}
@media only screen and (max-width: 640px) {
  html[lang="ru"] .informationLeft .title {
    width: 110px;
  }
}

.informationRight {
  overflow: hidden;
  padding: 20px;
}
.informationRight img {
  width: 100%;
  height: auto;
}

/*topmovie*/
.cmnStyle_movieWrap.en_top {
  margin-top: 5%;
}

/* line 5099, scss/common.scss */
#footer.en {
  height: auto;
}
@media only screen and (max-width: 640px) {
  #footer.en {
    height: auto;
  }
}

.en_wrapper #footer {
  clear: both;
  height: auto;
}

.en_end_link {
  clear: both;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .en_wrapper #container.top.en {
    padding-bottom: 0;
  }

  .en_footer_mt {
    clear: both;
    margin-top: 0%;
  }

  .en_wrapper #footer {
    margin-top: 0%;
    height: auto;
  }
}
/*------------------------------------------------------------------------
404
------------------------------------------------------------------------*/
/* line 5110, scss/common.scss */
#page404 {
  padding: 40px 0 0 0;
}

/* line 5111, scss/common.scss */
#page404 h1 {
  font-size: 1.5em;
  text-align: center;
  padding: 0 0 20px 0;
}

/* line 5112, scss/common.scss */
#page404 p {
  text-align: center;
  padding: 0 0 20px 0;
}

/* line 5113, scss/common.scss */
#page404 p br {
  display: none;
}

@media only screen and (max-width: 640px) {
  /* line 5115, scss/common.scss */
  #page404 p br {
    display: block;
  }
}
/* line 5117, scss/common.scss */
#page404 p a {
  font-size: 0.9em;
}

/*------------------------------------------------------------------------
展示
------------------------------------------------------------------------*/
/* line 5124, scss/common.scss */
.exhibitionContent .cmnStyle_text {
  margin-bottom: 6%;
  margin-top: 6%;
}

.exhibitionContent .specialInfo {
  margin: 4% 0 0 0;
}

/* line 5126, scss/common.scss */
.exhibitionContent .specialInfo img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 5135, scss/common.scss */
.specialInfo.col1Ptn .information {
  margin: 2% 0 0 0;
  font-size: 0.95em;
}

/* line 5139, scss/common.scss */
.specialInfo.col1Ptn a {
  display: block;
}

/* line 5142, scss/common.scss */
.specialInfo.col1Ptn a:link {
  text-decoration: none;
}

/* line 5145, scss/common.scss */
.specialInfo.col1Ptn a:hover {
  opacity: 0.8;
}

/* line 5150, scss/common.scss */
.specialInfo.col2Ptn {
  overflow: hidden;
  background: #F8F8F4;
}

/* line 5153, scss/common.scss */
.specialInfo.col2Ptn img {
  display: block;
  float: left;
  width: 420px;
  height: auto;
}

@media only screen and (max-width: 640px) {
  /* line 5153, scss/common.scss */
  .specialInfo.col2Ptn img {
    float: none;
    width: 100%;
  }
}
/* line 5163, scss/common.scss */
.specialInfo.col2Ptn a {
  display: block;
}

/* line 5166, scss/common.scss */
.specialInfo.col2Ptn a:link {
  text-decoration: none;
}

/* line 5169, scss/common.scss */
.specialInfo.col2Ptn a:hover {
  opacity: 0.8;
}

/* line 5172, scss/common.scss */
.specialInfo.col2Ptn .information {
  overflow: hidden;
  padding: 6% 3%;
}

@media only screen and (max-width: 640px) {
  /* line 5172, scss/common.scss */
  .specialInfo.col2Ptn .information {
    padding: 3%;
  }
}
/* line 5178, scss/common.scss */
.specialInfo.col2Ptn .information span {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1em;
}

/* line 5182, scss/common.scss */
.specialInfo.col2Ptn .information h2 {
  font-weight: bold;
  font-size: 1.1em;
  margin: 3% 0 0 0;
}

@media only screen and (max-width: 640px) {
  /* line 5182, scss/common.scss */
  .specialInfo.col2Ptn .information h2 {
    margin: 1% 0 0 0;
  }
}
/* line 5190, scss/common.scss */
.specialInfo.col2Ptn .information p {
  font-size: 0.9em;
  margin: 3% 0 0 0;
}

@media only screen and (max-width: 640px) {
  /* line 5190, scss/common.scss */
  .specialInfo.col2Ptn .information p {
    margin: 1% 0 0 0;
  }
}
/* line 5200, scss/common.scss */
.cmnStyleTitle_01.exhibitionTitle_permanent {
  margin: 15% 0 0 0;
}

/* line 5203, scss/common.scss */
.cmnStyle_text.exhibitionTop {
  margin-top: 3%;
}

/* line 5207, scss/common.scss */
.cmnStyle_3col.exhibitionTop {
  margin-top: 0%;
  padding: 0 0 10%;
}

/* line 5210, scss/common.scss */
.cmnStyle_3col.exhibitionTop > div p {
  font-size: 0.9em;
}

/* line 5214, scss/common.scss */
.cmnStyleTitle_01.permanentTitle {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 5218, scss/common.scss */
.cmnStyleTitle_02.eventTitle,
.cmnStyleTitle_02.collectionTitle {
  margin-top: 14%;
}

/* line 5221, scss/common.scss */
.cmnStyleTitle_04.themeListTitle {
  font-size: 1.1em;
  margin: 7% 0 3%;
}

/* line 5225, scss/common.scss */
.exhibitionContent .permanentLinkList {
  background: url(/wp-content/themes/hokkaidomuseum/images/exhibition_top_permanent_bgline.png) no-repeat 50% 73px;
  -webkit-background-size: 10px auto;
  -o-background-size: 10px auto;
  background-size: 10px auto;
  position: relative;
  height: auto;
  margin: 20px 0 0;
  padding: 0 0 4%;
  box-sizing: content-box;
}

@media only screen and (max-width: 640px) {
  /* line 5225, scss/common.scss */
  .exhibitionContent .permanentLinkList {
    height: auto;
    background: none;
  }
}
/* line 5239, scss/common.scss */
.exhibitionContent .permanentLinkList li {
  max-width: 310px;
  position: absolute;
  width: 46%;
}

@media only screen and (max-width: 640px) {
  /* line 5239, scss/common.scss */
  .exhibitionContent .permanentLinkList li {
    position: relative;
    width: 100%;
    max-width: 310px;
    margin: 0 auto 10%;
  }
}
/* line 5248, scss/common.scss */
.exhibitionContent .permanentLinkList li img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 5253, scss/common.scss */
.exhibitionContent .permanentLinkList li a {
  display: block;
}

/* line 5255, scss/common.scss */
.exhibitionContent .permanentLinkList li a:hover {
  opacity: 0.8;
}

/* line 5258, scss/common.scss */
.exhibitionContent .permanentLinkList li a p {
  background: #F8F8F4;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: .9;
  text-align: center;
  padding: 2% 0;
  font-weight: bold;
  font-size: 0.85em;
}

/* line 5266, scss/common.scss */
.exhibitionContent .permanentLinkList li a p span {
  font-size: 0.9em;
  display: inline-block;
  padding: 0 2% 0 0;
}

/* line 5277, scss/common.scss */
.exhibitionContent .permanentLinkList .theme01 {
  right: 0;
  top: 110px;
}

@media only screen and (max-width: 640px) {
  /* line 5277, scss/common.scss */
  .exhibitionContent .permanentLinkList .theme01 {
    top: 0;
  }
}
/* line 5284, scss/common.scss */
.exhibitionContent .permanentLinkList .theme02 {
  top: 215px;
}

@media only screen and (max-width: 640px) {
  /* line 5284, scss/common.scss */
  .exhibitionContent .permanentLinkList .theme02 {
    top: 0;
  }
}
/* line 5290, scss/common.scss */
.exhibitionContent .permanentLinkList .theme03 {
  right: 0;
  top: 325px;
}

@media only screen and (max-width: 640px) {
  /* line 5290, scss/common.scss */
  .exhibitionContent .permanentLinkList .theme03 {
    top: 0;
  }
}
/* line 5297, scss/common.scss */
.exhibitionContent .permanentLinkList .theme04 {
  top: 430px;
}

@media only screen and (max-width: 640px) {
  /* line 5297, scss/common.scss */
  .exhibitionContent .permanentLinkList .theme04 {
    top: 0;
  }
}
/* line 5303, scss/common.scss */
.exhibitionContent .permanentLinkList .theme05 {
  right: 0;
  top: 540px;
}

@media only screen and (max-width: 640px) {
  /* line 5303, scss/common.scss */
  .exhibitionContent .permanentLinkList .theme05 {
    top: 0;
  }
}
/*--------展示大テーマ ---------*/
.themeLinkList.cmnStyle_2col {
  margin-top: 3%;
}
@media only screen and (max-width: 640px) {
  .themeLinkList.cmnStyle_2col {
    margin-top: 0;
  }
}
.themeLinkList.cmnStyle_2col div.col {
  position: relative;
}
@media only screen and (max-width: 640px) {
  .themeLinkList.cmnStyle_2col div.col {
    margin-right: 0;
    float: none;
    margin: 0 auto 13px;
    width: 100%;
  }
}
.themeLinkList.cmnStyle_2col div.col a {
  display: block;
}
.themeLinkList.cmnStyle_2col div.col img {
  width: 100%;
  height: auto;
  display: block;
}
.themeLinkList.cmnStyle_2col div.col p {
  background: #F8F8F4;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: .9;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1.5;
}

/*英語展示トップ*/
.themeLinkList.cmnStyle_2col.en {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .themeLinkList.cmnStyle_2col.en {
    margin-top: 20px;
  }
}

/*英語展示大テーマ*/
@media only screen and (max-width: 640px) {
  .themeLinkList.cmnStyle_2col.enPerma {
    margin: 30px 0 0;
  }
}
.themeLinkList.cmnStyle_2col.enPerma div.col p {
  background: transparent;
  position: relative;
  width: 100%;
  opacity: .9;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  font-size: 0.85em;
  line-height: 1.5;
  margin-top: 8px;
}
.themeLinkList.cmnStyle_2col.enPerma div.col a.cmnStyle_btnLink.download {
  width: 80%;
  max-width: none;
  background: #F5F4F0;
  display: block;
  background: #f9f9f9 url(/wp-content/themes/hokkaidomuseum/images/icon_download.png) no-repeat 94% 50%;
  -webkit-background-size: 16px auto;
  -o-background-size: 16px auto;
  background-size: 16px auto;
  border: solid 1px #aaa;
  padding: 12px 36px 12px 24px;
  margin-top: 8px;
  margin-bottom: 30px;
  color: #322D2D;
  font-size: 0.9em;
}

.exhibitionContent a.cmnStyle_btnLink.download {
  width: 80%;
  background: #F5F4F0;
  display: block;
  background: #f9f9f9 url(/wp-content/themes/hokkaidomuseum/images/icon_download.png) no-repeat 94% 50%;
  -webkit-background-size: 16px auto;
  -o-background-size: 16px auto;
  background-size: 16px auto;
  border: solid 1px #aaa;
  padding: 12px 36px 12px 24px;
  margin-top: 8px;
  margin-bottom: 30px;
  color: #322D2D;
  font-size: 0.9em;
}

/*--------展示資料サムネイルページ ---------*/
.cmnStyle_thumb_4col_wrap {
  overflow: hidden;
}
.cmnStyle_thumb_4col_wrap .cmnStyle_thumb_4col {
  width: 24%;
  margin-left: 1.3%;
  margin-bottom: 1.3%;
  float: left;
}
@media only screen and (max-width: 640px) {
  .cmnStyle_thumb_4col_wrap .cmnStyle_thumb_4col {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }
}
.cmnStyle_thumb_4col_wrap .cmnStyle_thumb_4col a {
  text-decoration: none;
  display: block;
}
.cmnStyle_thumb_4col_wrap .cmnStyle_thumb_4col a img {
  display: block;
  width: 100%;
  height: auto;
}
.cmnStyle_thumb_4col_wrap div:nth-child(4n+1).cmnStyle_thumb_4col {
  clear: both;
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .cmnStyle_thumb_4col_wrap div:nth-child(4n+1).cmnStyle_thumb_4col {
    clear: none;
  }
}
@media only screen and (max-width: 640px) {
  .cmnStyle_thumb_4col_wrap div:nth-child(2n+1).cmnStyle_thumb_4col {
    clear: both;
    margin-left: 0;
  }
}

.cmnStyleTitle_03 + .cmnStyle_thumb_4col {
  clear: both;
  margin-left: 0;
}

/*--------展示資料詳細ページ ---------*/
#main.exhibitionContent.detail {
  float: none;
  margin: 0 auto;
}
#main.exhibitionContent.detail .exhibitionShiryoDetailTitle {
  font-size: 1.3em;
  font-weight: bold;
  margin: 40px 0 10px;
  text-align: center;
}

/*--------クローズアップ展示---------*/
.exhibitionContent .permanentLinkList.closeup {
  background: none;
  height: auto;
  position: static;
  text-align: center;
  padding: 0 0 0%;
  margin: 40px 0 0;
}

.exhibitionContent .permanentLinkList.closeup li {
  position: relative;
  width: 240px;
  margin: 0 auto;
}

/* line 5312, scss/common.scss */
.exhibitionContent .eventCategoryInfo {
  margin: 2% auto 0;
  width: 100%;
}

/* line 5315, scss/common.scss */
.exhibitionContent .eventCategoryInfo + a {
  margin: 0 auto;
}

/*------------------------------------------------------------------------
展示 特別展一覧パーツ（特別展一覧/アーカイヴ共通）
------------------------------------------------------------------------*/
.exhibition_special_scheduleWrap {
  max-width: 660px;
  width: 100%;
}

.exhibition_special_scheduleWrap .exhibition_special_schedule {
  margin: 6% 0% 0 0;
  overflow: hidden;
  width: 100%;
  max-width: 660px;
}

.exhibition_special_scheduleWrap ul li {
  width: 100%;
  max-width: 310px;
  float: left;
  margin-right: 5%;
  padding-bottom: 10%;
}

.exhibition_special_scheduleWrap ul li:nth-child(2n) {
  width: 100%;
  max-width: 310px;
  float: left;
  margin-right: 0%;
}

.exhibition_special_scheduleWrap ul li a {
  width: 100%;
  display: block;
  overflow: hidden;
}

.exhibition_special_scheduleWrap ul li a:hover {
  background: #FAFAF6;
}

.exhibition_special_scheduleWrap ul .thumbnail {
  float: left;
  max-width: 150px;
  width: 50%;
  margin-right: 5%;
}

.exhibition_special_scheduleWrap ul .thumbnail.noimage {
  float: left;
  max-width: 150px;
  width: 50%;
  margin-right: 5%;
  background: url(/wp-content/themes/hokkaidomuseum/images/exhibition_special_thumbnail_no_image.png) no-repeat #edecec center;
  -webkit-background-size: 50% auto;
  -o-background-size: 50% auto;
  background-size: 50% auto;
  height: 120px;
}

.exhibition_special_scheduleWrap ul .thumbnail img {
  width: 150px;
}

.exhibition_special_scheduleWrap ul .text {
  float: left;
  max-width: 145px;
  width: 45%;
}

.exhibition_special_scheduleWrap ul .text p.date {
  font-weight: bold;
  font-size: 0.85em;
}

.exhibition_special_scheduleWrap ul .text p.detail {
  padding-top: 4%;
  font-size: 0.9em;
}

.exhibition_bt_archive {
  padding-top: 5%;
}

.exhibition_title {
  font-weight: bold;
  padding: 6% 0px 0;
  font-size: 1.1em;
  color: #322e2f;
}

.exhibition_title_year {
  font-weight: bold;
  padding: 5% 0px 0;
  font-size: 0.85em;
  color: #322e2f;
}

@media only screen and (max-width: 640px) {
  .exhibition_special_scheduleWrap {
    max-width: 640px;
    width: 100%;
    height: 100%;
  }

  .exhibition_special_scheduleWrap .exhibition_special_schedule {
    max-width: 640px;
    width: 100%;
    height: 100%;
  }

  .exhibition_special_scheduleWrap ul li {
    width: 100%;
    max-width: 640px;
    margin-right: 0%;
    clear: both;
    padding-bottom: 10%;
    margin-bottom: 10%;
    height: 100%;
  }

  .exhibition_special_scheduleWrap ul li:nth-child(2n) {
    width: 100%;
    max-width: 640px;
    padding-bottom: 10%;
    margin-bottom: 10%;
    height: 100%;
    clear: both;
  }

  .exhibition_special_scheduleWrap ul .thumbnail {
    float: left;
    max-width: 310px;
    width: 50%;
    margin-right: 5%;
    height: auto;
  }

  .exhibition_special_scheduleWrap ul .thumbnail.noimage {
    float: left;
    max-width: 310px;
    width: 50%;
    margin-right: 5%;
    background: url(/wp-content/themes/hokkaidomuseum/images/exhibition_special_thumbnail_no_image.png) no-repeat #edecec center;
    background-size: 80px auto;
    min-height: 80px;
    padding: 17% 0%;
  }

  .exhibition_special_scheduleWrap ul .thumbnail img {
    width: 100%;
    height: auto;
    max-width: 310px;
  }

  .exhibition_special_scheduleWrap ul .text {
    float: left;
    max-width: 310px;
    width: 45%;
  }
}
.exhibition_category {
  clear: both;
  border: 1px solid #dcdcc2;
  margin-top: 12%;
  margin-bottom: 10%;
  padding: 5%;
}

/* exhibition_category_area */
table.exhibition_category_area {
  margin: 0 auto;
  border-collapse: collapse;
  border: none;
  width: 100%;
  font-size: 0.9em;
  text-align: left;
}

table.exhibition_category_area tr {
  border-bottom: 1px solid #f0f0e6;
  padding: 5% 0%;
}

table.exhibition_category_area tr:last-child {
  border-bottom: none;
}

table.exhibition_category_area th {
  width: 20%;
  padding: 5% 0%;
  font-weight: bold;
}

table.exhibition_category_area td {
  margin: 0;
  padding: 5% 0% 5% 5%;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  table.exhibition_category_area tr {
    padding: 5% 0%;
    margin-bottom: 3%;
    clear: both;
  }

  table.exhibition_category_area th {
    width: 100%;
    float: left;
    padding: 5% 0% 5% 0%;
  }

  table.exhibition_category_area td {
    width: 100%;
    float: left;
    padding: 3% 0% 3% 0%;
  }
}
/*------------------------------------------------------------------------
exhibition detail
------------------------------------------------------------------------*/
.exhibitionDetailTitle {
  border-bottom: solid 1px #EFEEE6;
  padding: 0 0 4%;
  margin: 0 0 4%;
}

.exhibitionDetailTitle h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 4% 0 0 0;
}

@media only screen and (max-width: 640px) {
  .eventDetailTitle h2 {
    font-size: 1.2em;
    margin: 6% 0 0 0;
  }
}
.exhibitionDetailTitle .period {
  font-size: 1.2em;
  margin: 1% 0 0 0;
}

@media only screen and (max-width: 640px) {
  .exhibitionDetailTitle .period {
    font-size: 1em;
  }
}
.exhibitionDetail_mainImage {
  width: 100%;
  background: url(/wp-content/themes/hokkaidomuseum/images/exhibition_special_thumbnail_no_image.png) no-repeat;
}

@media only screen and (max-width: 640px) {
  .exhibitionDetail_mainImage img {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
  }
}
.exhibitionDetailText {
  margin: 2% 0 0 0;
}

a.cmnStyle_btnLink.center.exhibitionBackBtn {
  margin: 10% auto 0;
}

.exhibitionCaption {
  font-size: 0.85em;
  margin-top: 2%;
}

/*------------------------------------------------------------------------
総合展示
------------------------------------------------------------------------*/
#pankuzu {
  background: #fff;
  /* Clear floats */
  overflow: hidden;
  width: 100%;
  margin-top: 30px;
}

#pankuzu li {
  float: left;
}

#pankuzu a {
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #000;
  position: relative;
}

#pankuzu a p {
  font-size: 12px;
  line-height: 1.2em;
  padding-bottom: 0.5em;
}

#pankuzu li:first-child a {
  padding-left: 1em;
}

#pankuzu a:hover {
  background: #efefe6;
}

#pankuzu a::after,
#pankuzu a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2.8em;
  border-top: 2.8em solid transparent;
  border-bottom: 2.8em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#pankuzu a::after {
  z-index: 2;
  border-left-color: #fff;
}

#pankuzu a::before {
  border-left-color: #efefe6;
  right: -1.1em;
  z-index: 1;
}

#pankuzu a:hover::after {
  border-left-color: #efefe6;
}

#pankuzu .current,
#pankuzu .current:hover {
  font-weight: bold;
  background: none;
}

#pankuzu .current::after,
#pankuzu .current::before {
  content: normal;
}

#pankuzu li.on a {
  background-color: #efefe6;
}

#pankuzu li.on a:after {
  border-left-color: #efefe6;
}

#pankuzu li:last-child a::before,
#pankuzu li:last-child a::after {
  border-left-color: #fff;
}

@media only screen and (max-width: 640px) {
  #pankuzu {
    display: none;
  }
}
.eventContentBtnlink {
  padding-right: 15px;
  font-size: 0.9em;
  line-height: 1.5em;
  padding-top: 6%;
}
@media only screen and (max-width: 640px) {
  .eventContentBtnlink {
    padding-top: 0;
  }
}

/*英語のパンくず*/
.exhibitionContent.en #pankuzu li {
  max-height: 110px;
}

.exhibitionContent.en #pankuzu a {
  padding: 20px 1em 30px 2em;
  min-height: 110px;
}

.exhibitionContent.en #pankuzu li:first-child a {
  padding-left: 1em;
}

.exhibitionContent.en #pankuzu a::after,
.exhibitionContent.en #pankuzu a::before {
  margin-top: -70px;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  top: 55px;
}

/*英語の矢印ボタン*/
.exhibitionContent.en a.cmnStyle_btnLink.left.arrowType {
  min-height: 7em;
  padding: 1.5rem 10px;
}

.exhibitionContent.en a.cmnStyle_btnLink.left.arrowType::before {
  left: -12px !important;
  border-right-color: #D4D4BD !important;
}

.exhibitionContent.en a.cmnStyle_btnLink.left.arrowType::after {
  left: -11px !important;
  border-right-color: #F5F4F0 !important;
}

.exhibitionContent.en a.cmnStyle_btnLink.left.arrowType::after,
.exhibitionContent.en a.cmnStyle_btnLink.left.arrowType::before {
  margin-top: -3.8em;
  border-top: 3.8em solid transparent;
  border-bottom: 3.8em solid transparent;
  border-right: 1em solid #F5F4F0;
  left: -11px;
}

.exhibitionContent.en a.cmnStyle_btnLink.right.arrowType {
  min-height: 7em;
  padding: 1.5rem 10px;
}

.exhibitionContent.en a.cmnStyle_btnLink.right.arrowType::before {
  right: -12px !important;
  border-left-color: #D4D4BD !important;
}

.exhibitionContent.en a.cmnStyle_btnLink.right.arrowType::after {
  right: -11px !important;
  border-left-color: #F5F4F0 !important;
}

.exhibitionContent.en a.cmnStyle_btnLink.right.arrowType::after,
.exhibitionContent.en a.cmnStyle_btnLink.right.arrowType::before {
  margin-top: -3.8em;
  border-top: 3.8em solid transparent;
  border-bottom: 3.8em solid transparent;
  border-left: 1em solid #F5F4F0;
  right: -11px;
}

/*------------------------------------------------------------------------
news
------------------------------------------------------------------------*/
/* line 4194, scss/common.scss */
.newsContent table.topInfo_news {
  width: 100%;
  margin: 37px 0 0 0;
}

/* line 4198, scss/common.scss */
.newsContent table.topInfo_news tr {
  padding-bottom: 6%;
  display: block;
  clear: both;
}

/* line 4204, scss/common.scss */
.newsContent table.topInfo_news th {
  width: 20%;
  margin-right: 2%;
  text-align: left;
  float: left;
  vertical-align: top;
  font-family: 'Montserrat', sans-serif;
}

/* line 4213, scss/common.scss */
.newsContent table.topInfo_news td {
  width: 78%;
  font-size: 1.0em;
  text-align: left;
  vertical-align: top;
}

.newsContent table.topInfo_news td a {
  display: block;
}

/* line 3878, scss/common.scss */
#side .topLink_bt {
  float: none;
  padding-top: 15px;
}

#side .topLink_bt a {
  display: block;
}

#side .topLink_bt .bt_rss {
  display: block;
}

@media only screen and (max-width: 640px) {
  .newsContent table.topInfo_news {
    margin: 6.4% 0 0 0;
  }

  .newsContent table.topInfo_news tr {
    padding-bottom: 20px;
    display: block;
    clear: both;
  }

  .newsContent table.topInfo_news th {
    width: 100%;
    margin-right: 0%;
    float: left;
    vertical-align: top;
  }

  #side .topLink_bt {
    float: none;
    padding-top: 0;
    width: 24px;
    position: absolute;
    right: 6.5%;
    top: 0;
    margin: 0;
  }

  #side .topLink_bt a {
    display: block;
  }

  #side .topLink_bt .bt_rss {
    display: block;
  }
}
/*------------------------------------------------------------------------
news detail
------------------------------------------------------------------------*/
.newsContentDetail .newsDate {
  padding: 6.4% 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
}

.newsContentDetail .newsDetail {
  padding: 0 0 20px;
  line-height: 1.7;
}

/*------------------------------------------------------------------------
ご利用案内
------------------------------------------------------------------------*/
.access_map_bottommargin {
  margin-bottom: 15%;
}

.guide_text_mt {
  margin-top: 4%;
}

.guide_title_mt {
  margin-top: 10%;
}

.google-maps {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_margin {
  margin-top: 5%;
}

.floormap_iconArea {
  clear: both;
  margin-top: 12%;
  width: 100%;
}

.floormap_iconArea ul {
  list-style: none;
  border: 1px solid #8f8989;
  padding: 0% 5% 5% 5%;
  height: auto;
  overflow: hidden;
  width: 100%;
  max-width: 660px;
}

.floormap_iconArea ul li {
  float: left;
  padding: 5% 0% 0% 0%;
  width: 23%;
  font-size: 1.0em;
  font-family: 'Montserrat', sans-serif;
  color: #433a3a;
}
.floormap_iconArea ul li:nth-child(5) {
  clear: both;
}

.floormap_iconArea ul li img {
  padding-right: 8px;
}

.floormap_iconArea ul li:nth-child(1),
.floormap_iconArea ul li:nth-child(5) {
  width: 31%;
}

.en_floormap_icon ul li {
  font-size: 0.9em;
  width: 25%;
}

.en_floormap_icon ul li:nth-child(1),
.en_floormap_icon ul li:nth-child(5) {
  width: 20%;
}

.en_floormap_icon ul li:nth-child(4) {
  width: 30%;
}

.floormap_iconArea ul li:nth-child(4n) {
  float: left;
  padding: 5% 0% 0% 0%;
}

.floormap_iconArea ul li img {
  height: 25px;
  width: auto;
}

@media only screen and (max-width: 640px) {
  .floormap_iconArea ul {
    padding: 0% 4% 5% 4%;
    height: auto;
    max-width: 660px;
    overflow: hidden;
  }

  .floormap_iconArea ul li {
    float: left;
    padding: 5% 0% 0% 0%;
    margin-right: 0%;
    width: 45%;
    font-size: 0.7em;
  }

  .floormap_iconArea ul li img {
    padding-right: 3px;
  }

  .floormap_iconArea ul li:nth-child(1),
  .floormap_iconArea ul li:nth-child(5) {
    width: 45%;
  }

  .floormap_iconArea ul li:nth-child(2n) {
    padding-right: 0%;
    margin-right: 0%;
  }

  .floormap_iconArea ul li img {
    height: 18px;
    width: auto;
  }

  .en_floormap_icon ul li:nth-child(2n+1) {
    float: left;
    padding: 5% 0% 0% 0%;
    margin-right: 8%;
    width: 36%;
    font-size: 0.7em;
  }

  .en_floormap_icon ul li:nth-child(4) {
    width: 50%;
  }
}
#map_canvas {
  max-width: 660px;
  width: 100%;
  height: 400px;
}

#map_canvas img {
  max-width: none !important;
  height: auto !important;
}

@media only screen and (max-width: 640px) {
  #map_canvas {
    max-width: none;
    height: 240px;
  }
}
/*------------------------------------------------------------------------
周辺施設のご案内
------------------------------------------------------------------------*/
.nopporo_distanceArea {
  background: #f2f2f2;
  padding: 8px;
  width: 240px;
  font-size: 0.85em;
  text-align: center;
  margin-top: 4%;
}

/*------------------------------------------------------------------------
サイトマップ
------------------------------------------------------------------------*/
#pageSitemap h1 {
  font-size: 1.5em;
  text-align: center;
  padding: 0 0 20px 0;
}

@media only screen and (max-width: 640px) {
  #pageSitemap h1 {
    padding: 20px 0 20px 0;
  }
}
#pageSitemap a {
  text-decoration: none;
}

#pageSitemap a:hover {
  opacity: 0.6;
}

#pageSitemap h3 {
  margin-bottom: 0px;
  margin-top: 35px;
}

@media only screen and (max-width: 640px) {
  #pageSitemap h3 {
    margin-top: 20px;
  }
}
#pageSitemap h3 a {
  font-weight: bold;
}

#pageSitemap ul {
  margin-bottom: 20px;
}

#pageSitemap ul li {
  padding-left: 30px;
  margin-top: 5px;
}

#pageSitemap ul li a::before {
  content: "-";
  margin: 0 4px 0 0;
}

/*
#pageSitemapL{
width:28%;
float:left;}
#pageSitemapC{
width:39%;
float:left;}
#pageSitemapR{
width:33%;
float:left;}*/
@media only screen and (max-width: 640px) {
  #pageSitemapL,
  #pageSitemapC,
  #pageSitemapR {
    width: auto;
    padding: 0px;
    float: none;
    margin: 0 auto;
  }
}
/*------------------------------------------------------------------------
meta_slider本番用デフォルトCSS
------------------------------------------------------------------------*/
/**
* The files in /assets are unmodified.
* This file contains
*    - resets, in an attempt to ensure sliders display properly in all themes
*    - modifications to the default sliders CSS
*/
/* general resets */
.metaslider {
  position: relative;
  z-index: 0;
}

.metaslider .caption {
  padding: 40px 40px 0px 0px;
  word-wrap: break-word;
}

.metaslider .caption-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto !important;
  background: #fff !important;
  color: #322d2d !important;
  opacity: 1.0 !important;
  margin: 0;
  display: block;
  width: 100%;
  line-height: 1.4em;
  max-width: 400px !important;
  height: 450px !important;
  padding: 40px 80px 40px 40px !important;
}

.metaslider img {
  height: auto;
  padding: 0;
  margin: 0;
  -moz-user-select: none;
}

.metaslider a {
  outline: none;
}

.metaslider .theme-default .nivoSlider {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.metaslider.ms-left {
  float: left;
  margin: 0 20px 20px 0;
}

.metaslider.ms-right {
  float: right;
  margin: 0 0 20px 20px;
}

.metaslider .flex-direction-nav li:before,
.metaslider .flex-direction-nav li:after {
  content: "" !important;
  display: block;
  bottom: auto !important;
  margin: 0 !important;
}

.metaslider .caption-wrap .caption img {
  width: auto;
}

/** quick resets **/
.article .metaslider ul,
.article .metaslider ol,
.article .metaslider li,
.article .metaslider img,
.art-article .metaslider ul,
.art-article .metaslider ol,
.art-article .metaslider li,
.art-article .metaslider img,
#widgets .metaslider ul,
#widgets .metaslider ol,
#widgets .metaslider li,
#widgets .metaslider img,
.entry .metaslider ul,
.entry .metaslider ol,
.entry .metaslider li,
.entry .metaslider img,
#content .metaslider ul,
#content .metaslider ol,
#content .metaslider li,
#content .metaslider img,
.entry-content .metaslider ul,
.entry-content .metaslider ol,
.entry-content .metaslider li,
.entry-content .metaslider img,
.metaslider .flexslider ul,
.metaslider .flexslider .slides li,
.metaslider .flexslider .slides ul,
.metaslider .flexslider .slides ol,
.metaslider .flexslider .flex-direction-nav,
.metaslider .flexslider .flex-direction-nav li,
*[class*='-article'] .metaslider img {
  border: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
  padding: 0;
  line-height: normal;
  max-width: none;
  max-height: none;
}

.metaslider .slides img {
  width: 100%;
  display: block;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}

/*.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 540px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/*
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {cursor: default; pointer-events: none;}
Direction Nav */
/* topMainSlide ナビ背景 */
/* line 4642, scss/common.scss */
.topMainSlide_prev {
  background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bg_nav.png) no-repeat 100% 50%;
  width: 50px;
  height: 450px;
  z-index: 50;
  position: absolute;
  top: 0%;
  left: 17%;
  background-size: 50px;
  cursor: pointer;
}

/* line 4652, scss/common.scss */
.topMainSlide_next {
  background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bg_nav.png) no-repeat 100% 50%;
  width: 50px;
  height: 450px;
  z-index: 50;
  position: absolute;
  top: 0%;
  right: 17%;
  background-size: 50px;
  cursor: pointer;
}

/* topMainSlide ナビ矢印 */
/* line 4664, scss/common.scss */
.flex-direction-nav .flex-next {
  right: 17% !important;
  background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bt_next.png) no-repeat center 50% !important;
  width: 50px;
  height: 450px;
  z-index: 100;
  position: absolute;
  top: 0;
  margin: 0 !important;
  opacity: 1 !important;
  background-size: 17px !important;
}

/* line 4673, scss/common.scss */
.flex-direction-nav .flex-prev {
  opacity: 1.0;
  background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bt_prev.png) no-repeat center 50%;
  width: 50px;
  height: 450px;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 17% !important;
  margin: 0 !important;
  opacity: 1 !important;
  background-size: 17px !important;
}

/** Custom Meta Slider CSS **/
.metaslider .flexslider {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  margin: 0 0 40px 0;
  max-width: none;
  max-height: none;
}

.flex-control-nav {
  bottom: -30px;
  line-height: 11px;
}

/** move margin from list items to anchors */
.flex-control-nav li {
  margin: 0;
}

.flex-control-nav li a {
  margin: 0 6px;
  padding: 0;
}

.flexslider .slides li {
  position: relative;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .flex-control-nav {
    bottom: -20px important;
    line-height: 11px;
  }
}
@media only screen and (max-width: 460px) {
  .flex-control-nav {
    bottom: -26px;
    line-height: 11px;
  }
}
@media only screen and (max-width: 420px) {
  .flex-control-nav {
    bottom: -20px;
    line-height: 11px;
  }
}
@media only screen and (max-width: 340px) {
  .flex-control-nav {
    bottom: -22px;
    line-height: 11px;
  }

  .flex-control-nav li a {
    margin: 0 5px;
    padding: 0;
  }
}
/** fix for users with RTL languages */
.flex-viewport {
  direction: ltr;
}

/** add transition effects to firefox **/
.flex-direction-nav a {
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flexslider .slides p {
  margin: 0;
}

.flex-control-nav {
  margin: auto;
}

.metaslider .flexslider.filmstrip {
  margin-top: 10px;
}

.metaslider .flexslider.filmstrip .slides li {
  cursor: pointer;
  opacity: 0.5;
}

.metaslider .flexslider.filmstrip .slides li.flex-active-slide,
.metaslider .flexslider.filmstrip .slides li:hover,
.metaslider .flexslider.filmstrip .slides li:focus {
  opacity: 1.0 !important;
}

.metaslider .flex-control-thumbs li {
  width: auto;
}

.metaslider ol.flex-control-thumbs img,
#content .metaslider ol.flex-control-thumbs img {
  margin: 10px 5px 0;
  width: auto;
}

.metaslider.nav-hidden .flexslider {
  margin-bottom: 0;
}

.metaslider.nav-hidden.add-margin .flexslider {
  margin-bottom: 40px;
}

@media only screen and (max-width: 920px) {
  #metaslider_130 .slides li {
    width: 100%;
    max-width: 920px;
  }

  .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }

  .loading .flex-viewport {
    max-height: 200px;
  }

  .flex-viewport {
    max-height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    padding: 0 0%;
  }

  /* topMainSlide ナビ背景 */
  /* line 4642, scss/common.scss */
  .topMainSlide_prev {
    background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bg_nav.png) no-repeat 100% 50%;
    width: 50px;
    height: 450px;
    z-index: 50;
    position: absolute;
    top: 0%;
    left: 0%;
    background-size: 50px;
    cursor: pointer;
  }

  /* line 4652, scss/common.scss */
  .topMainSlide_next {
    background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bg_nav.png) no-repeat 100% 50%;
    width: 50px;
    height: 450px;
    z-index: 50;
    position: absolute;
    top: 0%;
    right: 0%;
    background-size: 50px;
    cursor: pointer;
  }

  /* topMainSlide ナビ矢印 */
  /* line 4664, scss/common.scss */
  .flex-direction-nav .flex-next {
    right: 0% !important;
    background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bt_next.png) no-repeat center 50%;
    width: 50px;
    height: 450px;
    z-index: 100;
    position: absolute;
    top: 0;
    margin: 0 !important;
    opacity: 1 !important;
    background-size: 12px !important;
  }

  /* line 4673, scss/common.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1.0;
    background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bt_prev.png) no-repeat center 50%;
    width: 50px;
    height: 450px;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0% !important;
    margin: 0 !important;
    opacity: 1 !important;
    background-size: 12px !important;
  }
}
@media only screen and (max-width: 800px) {
  .metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    background: #fff !important;
    color: #322d2d !important;
    opacity: 1.0 !important;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
    max-width: 360px !important;
    height: 450px !important;
    padding: 40px 70px 40px 30px !important;
  }

  .flexslider .slides li img {
    border-left: none;
  }
}
@media only screen and (max-width: 640px) {
  /* topMainSlide キャプション */
  /* line 4411, scss/common.scss */
  .metaslider .caption-wrap {
    background-color: #fff;
    padding: 2% 12% 2% 12% !important;
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 100%;
    max-width: 640px !important;
    height: auto !important;
    opacity: .9 !important;
    margin-top: 25% !important;
  }

  /* line 4422, scss/common.scss */
  .caption-wrap .caption {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  /* line 4429, scss/common.scss */
  .caption-wrap .caption .category img {
    height: 15px;
    width: auto;
  }

  /* line 4434, scss/common.scss */
  .caption-wrap .caption p.date {
    font-size: 0.75em;
    font-weight: bold;
    border-bottom: 1px solid #312c2c;
    padding-bottom: 0%;
    padding-top: 2%;
    clear: both;
  }

  /* line 4443, scss/common.scss */
  .caption-wrap .caption p.title {
    clear: both;
    padding-top: 2%;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.4em;
  }

  /* line 4450, scss/common.scss */
  .caption-wrap .caption p.detail {
    font-size: 0.7em;
    padding-top: 1%;
    line-height: 1.6em;
  }

  .metaslider .caption {
    padding: 0px 0px 0px 0px !important;
  }

  /* topMainSlide ナビ背景 */
  /* line 4642, scss/common.scss */
  .topMainSlide_prev {
    background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bg_nav.png) no-repeat 100% 100%;
    width: 24px;
    height: 100%;
    z-index: 50;
    position: absolute;
    top: 0%;
    left: 0%;
    background-size: 35px;
    cursor: pointer;
  }

  /* line 4652, scss/common.scss */
  .topMainSlide_next {
    background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bg_nav.png) no-repeat 100% 100%;
    width: 24px;
    height: 100%;
    z-index: 50;
    position: absolute;
    top: 0%;
    right: 0%;
    background-size: 35px;
    cursor: pointer;
  }

  /* topMainSlide ナビ矢印 */
  /* line 4664, scss/common.scss */
  .flex-direction-nav .flex-next {
    right: 0% !important;
    background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bt_next.png) no-repeat center 50%;
    width: 24px;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    margin: 0 !important;
    opacity: 1 !important;
    background-size: 10px !important;
  }

  /* line 4673, scss/common.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1.0;
    background: url(/wp-content/themes/hokkaidomuseum/images/top_mainSlide_bt_prev.png) no-repeat center 50%;
    width: 24px;
    height: 100%;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0% !important;
    margin: 0 !important;
    opacity: 1 !important;
    background-size: 10px !important;
  }

  #metaslider_130 .slides li {
    width: 100%;
    max-width: 640px;
    height: auto;
    max-height: 300px;
  }

  .flex-viewport {
    max-height: 300px;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }

  .loading .flex-viewport {
    max-height: 200px;
  }

  .flex-viewport {
    max-height: 300px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    padding: 0 0%;
  }
}
@media only screen and (max-width: 500px) {
  /* topMainSlide キャプション */
  /* line 4411, scss/common.scss */
  .metaslider .caption-wrap {
    margin-top: 30% !important;
  }

  /*------------------------------------------------------------------------
検索結果
------------------------------------------------------------------------*/
  .searchResult h1 {
    font-size: 1.5em;
    padding: 0 0 20px 0;
  }

  .searchResult .editorStyle_2col .right {
    overflow: hidden;
    padding-left: 0;
    line-height: 1.8;
  }

  .searchResult .editorStyle_2col .right a {
    font-weight: bold;
    display: block;
    font-size: 1.1em;
    padding-bottom: 0%;
  }

  .searchResult .editorStyle_2col.img01large_left .left {
    max-width: 200px;
    margin-right: 6%;
  }

  .searchResult .editorStyle_2col {
    margin-top: 0%;
    max-width: 660px;
    border-top: solid 1px #ccc;
    padding: 5% 0;
  }
}
@media only screen and (max-width: 500px) and (max-width: 340px) {
  /* topMainSlide キャプション */
  /* line 4411, scss/common.scss */
  .metaslider .caption-wrap {
    margin-top: 25% !important;
  }
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 4475, scss/common.scss */
.flexslider .slides img {
  display: block;
}

/* line 4482, scss/common.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 4485, scss/common.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 4486, scss/common.scss */
html[xmlns] .slides {
  display: block;
}

/* line 4487, scss/common.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
/* line 4492, scss/common.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 4497, scss/common.scss */
.flexslider {
  margin: 0 auto;
  background: #fff;
  border: 0px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: 100%;
  max-width: 100%;
}

/* line 4512, scss/common.scss */
.flexslider_bg {
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
  width: 100%;
  z-index: 0;
}

/* line 4526, scss/common.scss */
.flex-viewport {
  max-height: 100%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0 17%;
}

/* line 4527, scss/common.scss */
.loading .flex-viewport {
  max-height: 300px !important;
}

/* line 4532, scss/common.scss */
#topWrapper {
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  z-index: 0;
}

/* line 4543, scss/common.scss */
/* line 4571, scss/common.scss */
.carousel li {
  margin-right: 55px;
  width: 70%;
}

/* topMainSlide フレーム */
/* line 4583, scss/common.scss */
#metaslider_130 {
  width: 100%;
  /*max-width: 910px;*/
  max-width: none;
  margin: 0 auto;
  position: relative;
}

#metaslider_130 .slides {
  width: 100%;
}

/* topMainSlide メインスライド部分 */
/* line 4592, scss/common.scss */
.flexslider .slides {
  zoom: 1;
  padding-left: 0%;
  width: auto;
}

/* line 4599, scss/common.scss */
.flexslider .slides li {
  width: 70%;
  position: relative;
  max-width: 910px;
  margin-right: 0%;
  opacity: 0.3;
}

#metaslider_130 .slides li {
  width: 33%;
  max-width: 910px;
  overflow: hidden;
}

.flexslider .slides li.flex-active-slide {
  opacity: 1;
}

/* line 4605, scss/common.scss */
#metaslider_130 .slides li img {
  width: auto;
  height: 450px;
  border-left: 1px solid #fff;
}

/* line 4611, scss/common.scss */
.carousel li {
  margin-right: 0px;
  width: 0%;
}

/* topMainSlide ナビ */
/* line 4621, scss/common.scss */
.flex-direction-nav {
  *height: 0;
  margin: 0 auto;
}

/* line 4624, scss/common.scss */
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: 0px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 100;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  -webkit-transition: all .3s ease;
}

/* line 4681, scss/common.scss */
.flexslider:hover .flex-next {
  opacity: 1.0;
}

/* line 4684, scss/common.scss */
.flexslider:hover .flex-prev {
  opacity: 1.0;
}

/* line 4688, scss/common.scss */
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

/* line 4691, scss/common.scss */
.flex-direction-nav .flex-disabled {
  cursor: default;
  pointer-events: none;
}

/* Control Nav ナビボタン*/
/* line 4695, scss/common.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

/* line 4703, scss/common.scss */
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 4710, scss/common.scss */
.flex-control-paging li a {
  width: 10px !important;
  height: 10px !important;
  display: block !important;
  background: #433a3a !important;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

/* line 4726, scss/common.scss */
.flex-control-paging li a:hover {
  background: #6f6868 !important;
  background: rgba(0, 0, 0, 0.3) !important;
}

/* line 4731, scss/common.scss */
.flex-control-paging li a.flex-active {
  background: #6f6868 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
}

/* line 4737, scss/common.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

/* line 4744, scss/common.scss */
.flex-control-thumbs img {
  margin: 10px 5px 0;
  display: inline-block;
  opacity: .7;
  cursor: pointer;
}

/* line 4745, scss/common.scss */
.flex-control-thumbs img:hover {
  opacity: 1;
}

/* line 4746, scss/common.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 640px) {
  /* line 4755, scss/common.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  /* line 4756, scss/common.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
/** Custom Meta Slider CSS **/
/* line 4762, scss/common.scss */
.metaslider .flexslider {
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  border: 0;
  margin: 0 0 40px 0;
  max-width: none;
  max-height: none;
}

/* line 4774, scss/common.scss */
.flex-control-nav {
  bottom: -30px;
  line-height: 11px;
}

/** move margin from list items to anchors */
/* line 4780, scss/common.scss */
.flex-control-nav li {
  margin: 0;
}

/* line 4784, scss/common.scss */
.flex-control-nav li a {
  margin: 0 6px;
  padding: 0;
}

/* line 4789, scss/common.scss */
.flexslider .slides li {
  position: relative;
  height: auto;
}

/** fix for users with RTL languages */
/* line 4795, scss/common.scss */
.flex-viewport {
  direction: ltr;
}

/** add transition effects to firefox **/
/* line 4800, scss/common.scss */
.flex-direction-nav a {
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 4805, scss/common.scss */
.flexslider .slides p {
  margin: 0;
}

/* line 4810, scss/common.scss */
.flex-control-nav {
  margin: auto;
}

/* line 4814, scss/common.scss */
.metaslider .flexslider.filmstrip {
  margin-top: 10px;
}

/* line 4818, scss/common.scss */
.metaslider .flexslider.filmstrip .slides li {
  cursor: pointer;
  opacity: 0.5;
}

/* line 4825, scss/common.scss */
.metaslider .flexslider.filmstrip .slides li.flex-active-slide,
.metaslider .flexslider.filmstrip .slides li:hover,
.metaslider .flexslider.filmstrip .slides li:focus {
  opacity: 1.0 !important;
}

/* line 4829, scss/common.scss */
.metaslider .flex-control-thumbs li {
  width: auto;
}

/* line 4835, scss/common.scss */
.metaslider ol.flex-control-thumbs img,
#content .metaslider ol.flex-control-thumbs img {
  margin: 10px 5px 0;
  width: auto;
}

/* line 4840, scss/common.scss */
.metaslider.nav-hidden .flexslider {
  margin-bottom: 0;
}

/* line 4844, scss/common.scss */
.metaslider.nav-hidden.add-margin .flexslider {
  margin-bottom: 40px;
}

/* line 4850, scss/common.scss */
.topMainSlide {
  height: auto;
  border-bottom: 1px solid #9fa0a0;
}

/* line 4855, scss/common.scss */
.flex-viewport {
  max-height: 600px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  height: 400px;
  width: 100%;
}

/* line 4861, scss/common.scss */
.loading .flex-viewport {
  max-height: 600px;
}

/* topMainSlide フレーム */
/* line 4865, scss/common.scss */
#metaslider_130 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: auto;
}

/* topMainSlide メインスライド部分 */
/* line 4876, scss/common.scss */
.flexslider .slides {
  zoom: 1;
  padding-left: 0%;
  height: 100%;
}

/* line 4882, scss/common.scss */
.flexslider .slides li {
  width: 100%;
  position: relative;
}

/* line 4886, scss/common.scss */
.flexslider .slides li img {
  width: 100%;
  height: auto;
  border: none;
}

/* topMainSlide キャプション */
/* line 4892, scss/common.scss */
.metaslider .caption-wrap {
  position: absolute;
  bottom: 0;
  right: 0 !important;
  background: #fff !important;
  color: #322d2d !important;
  opacity: .9 !important;
  margin: 0;
  display: block;
  width: 100%;
  line-height: 1.4em;
}

/* line 4904, scss/common.scss */
.caption-wrap .caption {
  width: 90%;
  margin: 0 auto;
  padding: 2% 8% 0% 0%;
  text-align: left;
}

.textwidget a {
  display: block;
}
.textwidget img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 640px) {
  .textwidget img {
    margin: 0 auto;
  }
}
