﻿@charset "UTF-8";

/* base
----------------------------------------------------------*/
html {
  font-size: 62.5%; /* root: 10px */
  height: 100%;
}
body {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: normal;
  color: #666;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none; /* IE lt 8 */
}
a:hover {
  text-decoration: none;
}
a.mouse-over.hv-udl-01:hover {
  text-decoration: underline;
}
a.mouse-over.hv-udl-02:hover {
  text-decoration: underline;
  padding-bottom: 1px; /* font-size:11px以下のバグ対策; */
}
a img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
a.mouse-over:hover img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=70); /* IE lt 8 */
  opacity: 0.7;
}
a.mouse-over.hv-op-01:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=70); /* IE lt 8 */
  opacity: 0.7;
}
a.mouse-over.hv-op-02:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.mouse-over.hv-op-no:hover {
  filter: alpha(opacity=100); /* IE lt 8 */
  opacity: 1;
}

.font-jp-01 {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font-jp-02 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.font-narrow-01 {
  letter-spacing: -1px;
}
.font-narrow-02 {
  letter-spacing: -2px;
}
.font-wide-01 {
  letter-spacing: 1px;
}
.font-wide-02 {
  letter-spacing: 2px;
}
.font-feature-01 {
  -webkit-font-feature-settings : "palt";
  font-feature-settings : "palt";
}
/* Safariのみ仮名文字のみをカーニングする指定 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .font-feature-01 {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
  }
}


/*** keyframes fadein ***/
@-webkit-keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-ms-keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*** keyframes slideIn ***/
@-webkit-keyframes slideIn {
  0% {
    -moz-transform: translate(0, -67px);
    -ms-transform: translate(0, -67px);
    -webkit-transform: translate(0, -67px);
    transform: translate(0, -67px);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slideIn {
  0% {
    -moz-transform: translate(0, -67px);
    -ms-transform: translate(0, -67px);
    -webkit-transform: translate(0, -67px);
    transform: translate(0, -67px);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-ms-keyframes slideIn {
  0% {
    -moz-transform: translate(0, -67px);
    -ms-transform: translate(0, -67px);
    -webkit-transform: translate(0, -67px);
    transform: translate(0, -67px);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes slideIn {
  0% {
    -moz-transform: translate(0, -67px);
    -ms-transform: translate(0, -67px);
    -webkit-transform: translate(0, -67px);
    transform: translate(0, -67px);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -moz-transform: translate(0, -67px);
    -ms-transform: translate(0, -67px);
    -webkit-transform: translate(0, -67px);
    transform: translate(0, -67px);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}



/* switching PC/SP
----------------------------------------------------------*/

/*** PC ***/
@media only screen and (min-width: 641px) {
  .sp-mode {
    display: none !important;
  }
}
/*** SP ***/
@media only screen and (max-width: 640px) {
  .pc-mode {
    display: none !important;
  }
}

  .pc_img {display:block;}
  .sp_img {display:none;}


/* basic
----------------------------------*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.inner-01 {
  max-width: 1100px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.inner-02 {
  max-width: 900px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.inner-03 {
  max-width: 800px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}


/* header
----------------------------------*/

.header-group {
  position: relative;
  z-index: 1;
  background: #000;
}
.header-inner {
  padding-top: 28px;
  padding-bottom: 33px;
}
.header-logo {
  text-align: center;
  margin: 0 auto 10px auto;
  padding-top: 16px;
  background: #000;
}
.header-logo-img {
  width: 265px;
  display: inline-block;
  vertical-align: top;
}
.header-logo-img > a {
  display: block;
}
.sns {
  position: absolute;
  top: -5px;
  right: 10px;
}
.sns li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 36px;
  font-size: 3.6rem;
}
.sns li:first-child {
margin-left: 0;
}

.sns li a {
  color: #00a3e8;
}
.sns li.ticket .btn-ticket {
  display: block;
  width: 270px;
  color: #fff;
  padding: 6px 3% 6px;
}
.sns li.ticket .btn-ticket-txt-01 {
  font-size: 14px;
  font-size: 1.4rem;
}
.sns li.ticket .btn-ticket-txt-02 {
  font-size: 11px;
  font-size: 1.1rem;
}
.header-nav {
  background: #000;
}
.hn-menu {
  display: table;
  width: 100%;
}
.hn-menu li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  /*font-size: 16px;
  font-size: 1.6rem;*/
  font-size: 15px;
  font-size: 1.5rem;
}
.hn-menu li > a {
  display: block;
  border-radius: 5px;
  height: inherit;
  box-sizing: border-box;
  padding: 9px 0.3em;
  color: #fff;
}
.hn-menu li > a .hgn-bar {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 0.5em;
  position: relative;
  z-index: 1;
}
.hn-menu li > a > .hgn-bar:before {
  content: " ";
  display: block;
  width: 100%;
  border-bottom: 3px solid #d6d6d6;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0 auto;
  bottom: 0;
}
.hn-menu li > a.mouse-over:hover > .hgn-bar:before,
.hn-menu li.hn-menu-current > a > .hgn-bar:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  filter: alpha(opacity=100);
  opacity: 1;
  bottom: -8px;
}

.hn-menu .sp-on {
  display: none;
}



/* footer
----------------------------------*/

.footer-grounp{
  background: #fff;
}
.fg-cont-01 {
  border-top: 1px solid #000;
}
.fgc1-inner {
  display: table;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 35px;
}
.fgc1-info {
  display: table-cell;
  vertical-align: middle;
}
.fgc1-info-img {
  width: 347px;
  padding-right: 23px;
}
.fgc1-info-txt {
  box-sizing: border-box;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 23px;
  padding-right: 16px;
  letter-spacing: 0.5px;
}
.fgc1it-cont {
  display: table;
  width: 100%;
  margin: 0.4em 0 0.15em 0;
  line-height: 1.75;
}
.fgc1it-cont {

}
.fgc1it-cont dt,
.fgc1it-cont dd {
  display: table-cell;
  vertical-align: top;
}
.fgc1it-cont dt {
  width: 7em;
  padding-right: 0.5em;
}

.fg-cont-02 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background: #000;
}
.fgc2-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.fn-menu {
  display: table;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.fn-menu li {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
}
.fg-copyright {
  margin: 28px 0 5px 0;
  text-align: center;
}

.page-top-btn {
  position: fixed;
  bottom: 6em;
  right: 2%;
  z-index: 9999;
}
.page-top-btn a {
  display: block;
  background: #000;
  height: 47px;
  width: 47px;
  text-align: center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.page-top-btn .fa {
  font-size: 18px;
  font-size: 1.8rem;
  color: #3e3e3e;
  position: relative;
  top: 25%;
}

.hn-btn  {
  box-sizing: border-box;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.hn-btn a {
  vertical-align: middle;
}

.hn-btn li {
  display: inline-block;
  margin: 0 5px;
}

.hn-btn a.sns_icon {
  font-size: 38px;
  font-size: 3.8rem;
  color: #00a3e8;
}

.btn-ticket {
  width: 193px;
  padding: 5px;
  background: #00a3e8;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px 6%;
}

.btn-cmn-icon,
.btn-cmn-txt {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.btn-cmn-icon {
  width: 13%;
  font-size: 21px;
  font-size: 2.1rem;
}
.btn-cmn-icon .fa {
  color: #fff;
}
.btn-cmn-txt {
  line-height: 1.5;
}
.btn-ticket-txt-01 {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn-ticket-txt-02 {
  font-size: 13px;
  font-size: 1.3rem;
}



/* main
----------------------------------*/

.main {
}
.top-visual {
  background: url(../img/common/top-visual-01.png) no-repeat center center;
  background-size: cover;
  display: table;
  width: 100%;
  height: 230px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.tv-ttl {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.3;
}
.tv-ttl .tv-ttl-inner {
  background: #666666;
  background: rgba(0,0,0,0.48);
  box-sizing: border-box;
  padding: 0.23em 0.5em;
  min-width: 270px;
  display: inline-block;
  vertical-align: top;
}

.main-cont {
  padding-top: 55px;
  padding-bottom: 55px;
}
.mc-ttl-cmn {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.4;
  text-align: center;
  color: #42ccf7;
}
.mc-ttl-cmn .mtc-inner {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.23em 0.75em;
  border-bottom: 1px solid #d6d6d6;
}

.main-cont h3{
  margin-bottom: 20px;
}

.mc-bdc-cmn {
  text-align: justify;
  line-height: 2;
}

/*** highlight ***/
.mim-cont {
  font-size: 0; /* 隙間を無くすため */
  margin: 60px auto 45px auto;
}
.mim-cont li {
  font-size: initial; /* リセット必須 */
  display: inline-block;
  vertical-align: top;
  width: 16.667%;
}
.mim-cont li img {
  width: 100%;
  max-width: none;
}
.mc-ttl-highlight-02 {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 300;
  line-height: 1.4;
  color: #00bbf4;
  letter-spacing: 2px;
}
.mc-txt-highlight {
}
.mc-bdc-highlight {
  margin: 36px 0 0 0;
}
.mc-highlight-highlight {
  margin: 38px auto 16px auto;
}
.mpm-ttl {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4;
  color: #00a3e8;
  text-align: center;
  line-height: 1.6;
}
.mpm-ttl .mpmt-inner {
  background: #fff;
  box-sizing: border-box;
  padding: 0.23em 0.5em;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 3px;
  padding-top: 0px;
}
.mpm-ttl .mpmt-en {
  color: #969696;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.mpm-cont {
  border: 1px solid #dcdcdc;
  margin: -45px 0 0 0;
  box-sizing: border-box;
  padding: 3.5%;
}

  /*みどころのボックスの見出しを外す用の調整CSS
  .mpm-cont {
    padding: 1.5% 3.5%;
    margin-top: 45px;
  }
  */

.mpmc-txt  {
  margin: 40px auto;
}
.mpmc-txt li {
  font-size: 22px;
  font-size: 2.2rem;
  color: #111;
  position: relative;
  z-index: 1;
  margin: 1.5em 0;
  padding-left: 50px;
}
.mpmc-txt li:before {
  content: " ";
  width: 38px;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 0;
  background: url(../img/common/icon-mpmc-txt.png) no-repeat top center;
  background-size: 100%;
  background: url(../img/common/icon-mpmc-txt-ielt8.png) no-repeat top center \9;
}

.mpmc-img {
  font-size: 0; /* 隙間を無くすため */
  width: 100%;
  margin: 40px auto 37px auto;
}
.mpmc-img li {
  font-size: initial; /* リセット必須 */
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-left: 3.5%;
}
.mpmc-img li:first-child {
  margin-left: 0;
}
.mpmc-img-txt {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px 0 0 0;
  line-height: 1.5;
}


/*** outline ***/
.mc-txt-outline {
  margin: 55px auto 20px auto;
}
.mtg-cont {
  display: table;
  width: 100%;
  border-bottom: 1px dashed #bbb;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.85em 0;
}
.mtg-cont dt,
.mtg-cont dd {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
.mtg-cont dt {
  width: 24%;
  padding-right: 2%;
}
.mtgc-hp-link {
  color: #389de5;
  text-decoration: underline;
  /*margin: 0 0.5em 0 0;*/
}

/*** ticket ***/
.main-ticket .main-cont-01 {
  padding-bottom: 25px;
}
.main-ticket .main-cont-02 {
  padding-top: 25px;
  padding-bottom: 74px;
  max-width: 1200px;
}

.mc-price .tax {
  display: block;
  text-align: right;
  margin-bottom: 30px;
}

.mc-price-cont {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 50px auto 30px auto;
  margin-bottom: 0px;
  word-wrap: break-word;
}
.mc-price-cont th,
.mc-price-cont td {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 0.6em;
}
.mc-price-cont th {
  border-bottom: 3px solid #787878;
  text-align: center;
}
.mc-price-cont td {
  text-align: right;
}
.mc-price-cont th:first-child,
.mc-price-cont td:first-child {
  background: #fffff1;
  text-align: center;
  width: 255px;
}
.mc-price-caution li {
  margin: 0 0 0.2em 0;
}
.mc-ttl-ticket-02 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 25px 0 3px 0;
  color: #000;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.mc-bdc-ticket-02 {
  margin: 7px 0 0 0;
}
.mc-btn-ticket {
  margin: 40px 0 0 0;
}
.main-ticket .btn-ticket {
  padding: 11px 3.5% 11px 3.5%;
  background: #00bbf4;
		width: auto;
		display: table;
		margin: 0 auto;
}
.main-ticket .btn-cmn-icon {
  font-size: 28px;
  font-size: 2.8rem;
}
.main-ticket .btn-cmn-txt {
  line-height: 1.5;
}
.main-ticket .btn-ticket-txt-01 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.main-ticket .btn-ticket-txt-02 {
  font-size: 14px;
  font-size: 1.4rem;
}


.mc-access {
  margin: 60px auto 0 auto;
}
.mca-txt {
  float: right;
  width: 40%;
}
.mca-map {
  float: left;
  width: 56.5%;
  text-align: right;
}
.mca-map img {
  max-width: 522px;
  width: 100%;
  width: auto \9; /* IE lt 8 */
}
.mca-txt-01 {
  margin: 0 0 40px 0;
}
.mca-txt-02 {
  margin: 0 0 40px 0;
}
.mca-txt-03 {
  margin: 0 0 10px 0
}


/*** event ***/
.mc-talk-list {
  -js-display: flex;/* IE8-9 */
  display: -ms-flexbox;/* IE10 */
  display: flex;
  padding: 30px 0 55px;
}

.mc-talk-list-inner01 {
  width: 50%;
  padding-right: 3%;
}

.mc-talk-list-inner02 {
  width: 50%;
  margin: 0;
  padding-left: 3%;
}

.mc-talk-list-inner02 > dl:nth-of-type(1) {
  padding-top: 0;
}

.mc-talk-list .mtg-cont {
  font-size: 16px;
  font-size: 1.6rem;
}

.mtg-cont .mc-talk-list-timetbl,
.mtg-cont .mc-talk-extra-list-timetbl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.mc-talk-list-timetbl p span,
.mc-talk-extra-list-timetbl p span {
  display: block;
}

.mc-talk-list-area {
  width: 60%;
  margin: 0 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.mc-talk-txt-top {
  height: 100px;
}

.mc-talk-extra-txt-top {
  padding-bottom: 2em;
}

.mc-talk-txt {
  padding-top: 1em;
}

.mc-talk-img {
  max-width: 190px;
  margin: 0 auto;
  padding-top: 1em;
}

.mc-talk-list-txt {
  height: 100px;
  font-size:16px;
  font-size:1.6rem;
}

.mc-event-talk-sttl-cmn {
  padding: 1em 0 0;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.mtg-cont .mc-event-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  min-height: 50px;
}

.mtg-cont .mc-event-list-data {
  width: 23%;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  text-align: left;
}

.mc-event-list-area {
  width: 40%;
  margin: 0 0 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.mc-event-list-area-inner {
  display: block;
}

.mtc-inner-s {
  font-size: 75%;
}

.mc-txt-event {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 40px;
}

.mc-txt-event-inner-img {
  width: 45%;
}

.mc-txt-event-inner-img img {
  border: 1px solid #d6d6d6;
}

.mc-txt-event-inner-txt {
  width: 50%;
}

.mc-ttl-event-01 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 3px 0;
  color: #000;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

.mc-ttl-event-02 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 25px 0 3px 0;
  color: #000;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

.mc-ttl-event-03 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 15px;
  color: #000;
}

.btn-event {
  display: block;
  padding: 11px 3.5% 11px 3.5%;
  background: #00bbf4;
  width: 50%;
  margin: 50px auto 0;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  border-radius: 5px;
  box-sizing: border-box;
}

.btn-event-txt-01 {
  text-align: center;
}

.mc-btn-event-contents {
  -js-display: flex;/* IE8-9 */
  display: -ms-flexbox;/* IE10 */
  display: flex;
  -ms-flex-pack: justify;/* IE10 */
  justify-content: space-between;
  -ms-flex-wrap: wrap;/* IE10 */
  flex-wrap: wrap;
}

.mc-btn-event-contents li {
  width: 49%;
}

.mc-btn-event-contents .btn-event {
  width: 100%;
  text-align: center;
}

.mc-btn-event-contents li:nth-of-type(n+3) .btn-event {
  margin-top: 20px;
}

/*** profile ***/
.main-profile .main-cont {
  padding-bottom: 61px;
}
.mc-ttl-profile {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin-top: 9px;
  color: #000;
  letter-spacing: 1px;
}
.mc-img-profile {
  margin: 60px auto 0 auto;
}
.mc-txt-profile {
  margin: 40px auto 0 auto;
}
.mc-bdc-profile {
  letter-spacing: -0.12px;
  line-height: 2.2;
}

.mc-img-profile span {
  display: block;
  text-align: right;
}

/*** goods ***/
.mc-bdc-goods-txt {
  font-size: 16px;
  font-size: 1.6rem;
}

.mc-goods-list {
  display: -ms-flexbox;/* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;/* IE10 */
  flex-wrap: wrap;
  padding: 50px 0 50px;
}

.mc-goods-list .mc-goods-list-catalog {
  width: 100%;
}

.mc-goods-list li {
  width: 48%;
  background: #f3f3f3;
}

.mc-goods-list li:not(:nth-child(odd)) {
  margin-right: 4%;
}

.mc-goods-list li:not(:first-child) {
  margin-top: 40px;
}

.mc-goods-list figcaption {
  padding: 15px 10px;
}

.mc-goods-list figcaption h3 {
  padding-bottom: 15px;
  font-weight: bold;
}

.mc-goods-list figcaption p:not(:last-child) {
  padding-bottom: 15px;
}

.mc-goods-price {
  text-align: right;
}

/*** stamprally ***/
.main-stamprally .main-cont {
  padding-bottom: 0;
}

.main-stamprally .mc-cont {
  margin-bottom: 0;
}
.mc-stamp-place-lst {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mc-stamp-place-lst li {
  width: 48%;
  padding-bottom: 50px;
}

.mc-stamp-place-lst li:nth-child(even) {
  padding-left: 4%;
}

.mc-stamp-place-img {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 10px 0;
}

.mc-stamp-place-img .mcic-img img {
  max-width: 216px;
  width: 100%;
}

.mc-stamp-place-map {
  max-width: 214px;
  width: 100%;
  height: 144px;
  overflow: hidden;
}

.mc-stamp-place-map iframe {
  margin-top: -225px;
}

.mc-stamp-place-lst i {
  padding-right: 5px;
}

.mc-ttl-stamprally-01 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 20px 0;
  color: #000;
}

.mc-ttl-stamprally-02 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
  color: #000;
}

.mc-ttl-stamprally-03 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 20px 0 0;
  color: #000;
}

.mc-txt-stamprally-01 {
  margin: 0 0 10px;
}

.mc-stamprally-address {
  display: inline-block;
  margin: 20px 0 0;
}

.mc-stamp-presentgoods {
  display: -ms-flexbox;/* IE10 */
  display: flex;
  -ms-flex-pack: justify;/* IE10 */
  justify-content: space-between;
  -webkit-box-direction: reverse;/* Androidブラウザ用 */
  -webkit-flex-direction: row-reverse;/* safari PC 用 */
  flex-direction: row-reverse;
}

.mc-stamp-presentgoods figure {
  width: 55%;
  padding: 55px 0 0 15px;
}

.mc-stamp-presentgoods figcaption {
  width: 45%;
}

/*** constitution ***/
.main-constitution .main-cont {
  padding-bottom: 0;
}
.mc-cont {
  margin: 50px auto 100px auto;
}
.mc-ttl-const-02 {
  font-size: 20px;
  font-size: 2.0rem;
  margin: 0 0 20px 0;
  color: #000;
}
.mc-img-const {
  font-size: 0; /* 隙間を無くすため */
  margin: 50px auto 40px auto;
}
.mc-img-const li {
  font-size: initial; /* リセット必須 */
  display: inline-block;
  vertical-align: top;
  width: 28.89%;
  margin-left: 6.6%;
}
.mc-img-const li:first-child {
  margin-left: 0;
}
.mcic-txt {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 7px 0 0 0;
  line-height: 1.5;
}

/* TB
----------------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  /*** ticket ***/
  .mca-map {
    width: 57%;
  }
}

/* TB
----------------------------------------------------------*/
@media only screen and (max-width: 1029px) {
  .header-logo-img {
    float: left;
  }
}

/* TB
----------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  /*** ticket ***/
  .mca-map {
    width: 57.5%;
  }
}
/* TB
----------------------------------------------------------*/
@media only screen and (max-width: 960px) {

  .inner-01,
  .inner-02,
  .inner-03 {
    padding-right: 3%;
    padding-left: 3%;
    box-sizing: border-box;
  }

  .header-logo {
    margin: 16px auto 14px auto;
  }
  .header-logo-img {
    width: 215px;
    float: left;
  }

  .sns {
  top: -10px;
  }
  .hn-menu li {
    display: inline-block;
    width: 25%;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .hn-menu li > a {
    padding: 5px 0;
  }
  .hn-menu li > a.mouse-over:hover > .hgn-bar:before,
  .hn-menu li.hn-menu-current > a > .hgn-bar:before {
    bottom: -4px;
  }

  .fgc1-inner {
    table-layout: fixed;
  }
  .fgc1-info-img {
    width: auto;
  }
  .fgc1-info-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .top-visual {
    height: 190px;
  }
  .tv-ttl .tv-ttl-inner {
    min-width: 230px;
  }
  .tv-ttl {
    font-size: 21.5px;
    font-size: 2.15rem;
  }
  .main-cont {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mc-cont {
    margin: 35px auto;
  }
  .mc-ttl-cmn {
    font-size: 27px;
    font-size: 2.7rem;
  }

  /*** highlight ***/
  .mim-cont {
    margin: 45px auto;
  }
  .mc-ttl-highlight-02 {
    font-size: 33px;
    font-size: 3.3rem;
    letter-spacing: 0;
  }
  .mc-bdc-highlight {
    margin: 20px 0 0 0;
  }
  .mc-highlight-highlight {
    margin: 30px auto 16px auto;
  }

    /*みどころのボックスの見出しを外す用の調整CSS
    .mc-highlight-highlight {
      margin: 80px auto 16px auto;
    }
    */

  .mpmc-txt {
    margin: 35px auto;
  }
  .mpmc-txt li {
    font-size: 18.5px;
    font-size: 1.85rem;
    padding-left: 38px;
  }
  .mpmc-txt li:before {
    width: 30px;
  }
  .mpm-ttl {
    font-size: 29px;
    font-size: 2.9rem;
  }
  .mpm-cont {
    margin: -37px 0 0 0;
  }
  .mpmc-img {
    margin: 40px auto 20px auto;
  }
  .mpmc-img li {
    width: 32%;
    margin-left: 2%;
  }

  /*** outline ***/
  .mc-txt-outline {
    margin: 25px auto;
  }
  .mtg-cont {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /*** ticket ***/
  .main-ticket .main-cont-02 {
    max-width: 900px;
  }
  .mca-txt {
    width: 44%;
  }
  .mca-map {
    width: 53%;
  }

  /*** profile ***/
  .main-profile .main-cont {
    padding-bottom: 45px;
  }
  .mc-ttl-profile {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .mc-img-profile {
    margin: 38px auto 0 auto
  }
  .mc-txt-profile {
    margin: 35px auto 0 auto;
  }

  /*** constitution ***/
  .mc-ttl-const-02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 15px 0
  }
  .mc-img-const {
    margin: 30px auto;
  }
  .mc-img-const li {
    width: 31.333%;
    margin-left: 3%;
  }

  /*** event ***/
  .mc-talk-list-area {
    width: 48%;
  }

}

/* lb
----------------------------------------------------------*/
.lb-data .lb-close {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -15px;
}

/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  body {
    color: #666;
  }
  .inner-01,
  .inner-02,
  .inner-03 {
    padding-right: 5.5%;
    padding-left: 5.5%;
  }

  .sns {
  display: none;
  }

  .pc_img {display: none;}
  .sp_img {display: block;}
  img.sp_img {width: 320px;}

  /*** ヘッダードロワァー ***/
  .header-drawer {
    float: right;
    cursor: pointer;
    width: 56px;
    background: #000;
    box-sizing: border-box;
    padding-top: 14px;
    padding-bottom: 8px;
  }
  .drawer-icon {
    position: relative;
    margin: 0 auto;
    width: 30px;
    height: 19px;
  }
  .drawer-icon-bar {
    display: block;
    background: #fff;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 50px;
  }
  .drawer-icon-bar:first-child {
    bottom: initial;
  }
  .drawer-icon-bar:nth-child(2) {
  }
  .drawer-icon-bar:last-child {
    top: initial;
  }
  .drawer-icon.drawer-icon-active .drawer-icon-bar:first-child {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    bottom: 0;
  }
  .drawer-icon.drawer-icon-active .drawer-icon-bar:nth-child(2) {
    filter: alpha(opacity=0); /* IE lt 8 */
    opacity: 0;
  }
  .drawer-icon.drawer-icon-active .drawer-icon-bar:last-child {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    bottom: 0;
  }
  .drawer-txt {
    color: #fff;
    line-height: 1;
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 10px;
    font-size: 1.0rem;
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);
  }
  .drawer-txt:before {
    content: "MENU";
  }
  .drawer-txt.drawer-txt-active:before {
    content: "CLOSE";
    -webkit-animation: fadein 0.8s linear 0s 1;
    -moz-animation: fadein 0.8s linear 0s 1;
    -ms-animation: fadein 0.8s linear 0s 1;
    -o-animation: fadein 0.8s linear 0s 1;
    animation: fadein 0.8s linear 0s 1;
  }

  /*** CLOSE時のアイコンを小さくするため ***/
  .drawer-icon.drawer-icon-active .drawer-icon-bar {
    width: 72%;
  }

  /*** #js-header-nav.header-nav-active ***/
  #js-header-nav.header-nav-active {
    display: block !important;
    -webkit-animation: fadein 0.5s linear 0s 1;
    -moz-animation: fadein 0.5s linear 0s 1;
    -ms-animation: fadein 0.5s linear 0s 1;
    -o-animation: fadein 0.5s linear 0s 1;
    animation: fadein 0.5s linear 0s 1;
  }

  .header-group {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: #fff;
  }
  #js-header-group.hg-fixed {
    border-bottom: 1px solid #ddd;
    -webkit-animation: slideIn 0.5s linear 0s 1;
    -moz-animation: slideIn 0.5s linear 0s 1;
    -ms-animation: slideIn 0.5s linear 0s 1;
    -o-animation: slideIn 0.5s linear 0s 1;
    animation: slideIn 0.5s linear 0s 1;
  }
  #js-header-group.hg-fixed.hg-mini .header-logo-img {
    width: 130px;
    padding-top: 9px;
  }
  #js-header-group.hg-fixed.hg-mini .header-logo-img a img {
    -moz-transform: initial;
    -ms-transform: initial;
    -webkit-transform: initial;
    transform: initial; /* Safari ズレ防止 */
  }
  #js-header-group.hg-fixed.hg-mini .header-drawer {
    padding-top: 6px;
    padding-bottom: 4px;
  }
  #js-header-group.hg-fixed.hg-mini .drawer-icon {
    width: 27px;
    height: 18px;
  }
  #js-header-group.hg-fixed.hg-mini .drawer-txt {
    -webkit-transform:scale(0.7);
    -moz-transform:scale(0.7);
    -ms-transform:scale(0.7);
    -o-transform:scale(0.7);
    transform:scale(0.7);
    margin: 2px 0 0 0;
  }
  #js-header-group.hg-maxhi {
    height: 101%; /* +1%する事でJSの誤動作を制御（あえて一番下まで到達させない） */
    overflow-y: auto;
    background: rgba(255,255,255, 0.8);
  }
  #js-header-group.hg-opened {
    border-bottom: none;
  }

  .header-inner {
    padding: 0;
  }

  .header-logo {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
  }
  .header-logo-img {
    width: 197px;
    float: left;
    padding: 12px;
    padding-bottom: 0;
  }
  .header-nav {
    display: none;
    float: none;
    width: auto;
    text-align: center;
  }
  .header-nav-inner {
    padding: 0;
  }
  .hn-menu {
    border-top: 1px solid #cccccc;
  }
  .hn-menu li {
    width: 50%;
    height: auto;
    border: none;
    border-bottom: 1px solid #cccccc;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .hn-menu li:first-child {
    border-left: none;
  }
  .hn-menu li:nth-child(even) {
    border-left: 1px solid #cccccc;
  }
  .hn-menu li:nth-child(7) {
  width: 100%;
  }
  .hn-menu li:nth-child(8) {
  border-left:none;
  }
  .hn-menu li:nth-child(9) {
  border-left: 1px solid #cccccc;
  }
  .hn-menu > li > a {
    padding: 10.5px 6%;
  }
  .hn-menu li > a.mouse-over:hover > .hgn-bar:before,
  .hn-menu li.hn-menu-current > a > .hgn-bar:before {
    opacity: 0;
  }

  .hn-menu .sp-on {
    /* display: inline-block; */
	display: none;
  }

  .fgc1-inner {
    padding-top: 16px;
    padding-bottom: 14px;
  }
  .fgc1-info {
    display: block;
    max-width: 347px;
    margin: 0 auto;
  }
  .fgc1-info-img {
    padding-right: 0;
    padding-top: 0;
  }
  .fgc1-info-txt {
    border: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 14px;
  }
  .fgc1it-cont {
    margin: 0.35em 0;
  }

  .fgc2-inner {
    padding: 13px 2%;
  }
  .fg-copyright {
    margin: 0;
  }

  .top-visual {
    height: 114px;
  }
  .tv-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .tv-ttl .tv-ttl-inner {
    min-width: 205px;
    padding: 0.29em 0.5em;
  }
  .main {
    margin-top: 56px;
  }
  .main-cont {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .mc-bdc-cmn {
    line-height: 1.8;
  }

  .mc-ttl-cmn {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .mc-ttl-cmn .mtc-inner {
    padding: 0.23em 0.75em;
  }

  /*** highlight ***/
  .mim-cont {
    margin: 35px auto;
  }
  .mc-highlight-highlight {
    margin: 20px auto 16px auto;
  }
  .mim-cont li {
    width: 33.333%;
  }
  .mc-ttl-highlight-02 {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .mpm-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .mpm-ttl .mpmt-en {
    font-size: 10px;
    font-size: 1.0rem;
  }
  .mpm-cont {
    margin: -32px 0 0 0;
  }

    /*みどころのボックスの見出しを外す用の調整CSS
    .mpm-cont {
      margin-top: 32px;
    }
    */

  .mpmc-txt {
    margin: 35px auto;
  }
  .mpmc-txt li {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 30px;
  }
  .mpmc-txt li:before {
    width: 25px;
  }
  .mpmc-img {
    margin: 0 auto;
  }
  .mpmc-img li,
  .mpmc-img li:first-child {
    display: block;
    width: auto;
    max-width: 253px;
    margin: 25px auto;
  }

  /*** outline ***/
  .mc-txt-outline {
    margin: 12px auto 27px auto;
  }
  .mtg-cont {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mtg-cont dt,
  .mtg-cont dd {
    display: block;
    width: auto;
  }
  .mtg-cont dt {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 3px 0;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
  }
  .mtg-cont dd {
    line-height: 1.5;
    margin: 0 0 2px 0;
  }

  /*** ticket ***/
  .main-ticket .main-cont-02 {
    padding-bottom: 65px;
  }
  .mc-price-cont {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 30px auto 25px auto;
    margin-bottom: 0px;
  }
  .mc-price-cont th,
  .mc-price-cont td {
    padding: 0.3em;
  }
  .mc-price-cont th:first-child,
  .mc-price-cont td:first-child {
    width: auto;
  }
  .mc-price-cont td {
    text-align: center;
  }
  .mc-ttl-ticket-02 {
    margin: 20px 0 3px 0;
  }
  .mc-btn-ticket {
    margin: 30px 0 0 0;
  }
  .main-ticket .btn-ticket {
    width: 100%;
    max-width: 333px;
  }
  .main-ticket .btn-cmn-icon {
    font-size: 21px;
    font-size: 2.1rem;
    text-align: center;
  }
  .main-ticket .btn-ticket-txt-01 {
    font-size: 12px;
    font-size: 1.7rem;
  }
  .main-ticket .btn-ticket-txt-02 {
    font-size: 17px;
    font-size: 1.1rem;
  }
  .mc-access {
    margin: 0 auto;
  }
  .mca-txt-01,
  .mca-txt-02 {
    margin: 0 0 23px 0;
  }
  .mca-txt,
  .mca-map {
    float: none;
    width: auto;
  }
  .mca-txt {
    margin: 30px auto;
  }
  .mca-map {
    text-align: center;
    margin: 0 auto;
  }
  .mca-map img {
    max-width: none;
  }

  /*** event ***/
  .mc-talk-list {
    display: block;
    padding-bottom: 0;
  }

  .mc-talk-txt-top,
  .mc-talk-list-txt {
    height: auto;
    padding-bottom: 1em;
  }

  .mc-talk-list-inner01,
  .mc-talk-list-inner02 {
    width: 100%;
    padding: 0;
  }

  .mtg-cont .mc-event-list,
  .mtg-cont .mc-talk-list-timetbl,
  .mtg-cont .mc-talk-extra-list-timetbl {
    display: block;
    height: auto;
  }

  .mc-talk-list-timetbl p span {
    display: inline;
  }

  .mc-talk-list-timetbl p span:not(:last-child)::after {
    content: '/';
    padding: 0 5px;
  }

  .mc-event-list-area,
  .mc-talk-list-area {
    width: 100%;
    margin: 0;
  }

  .mtc-inner-s {
    font-size: 50%;
  }

  .mc-txt-event {
    display: block;
  }

  .mc-txt-event-inner-img {
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
  }

  .mc-txt-event-inner-txt {
    width: 100%;
  }

  .btn-event {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .mc-btn-event-contents {
    display: block;
  }

  .mc-btn-event-contents li {
    width: 100%;
  }

  .mc-btn-event-contents .btn-event {
    margin-top: 20px;
  }

  .mtg-cont .mc-event-list-data {
    width: 100%;
    text-align: left;
  }

  .mtg-cont .mc-event-list-data br {
    display: none;
  }

  /*** profile ***/
  .main-profile .main-cont {
    padding-bottom: 32px;
  }
  .mc-ttl-profile {
    font-size: 20px;
    font-size: 2.0rem;
    margin-top: 5px;
  }
  .mc-img-profile {
    margin: 28px auto 0 auto;
  }
  .mc-txt-profile {
    margin: 29px auto 0 auto;
  }

  /*** constitution ***/
  .main-constitution .main-cont {
    padding-bottom: 20px;
  }
  .mc-cont {
    margin: 25px auto;
  }
  .mc-img-const {
    margin: 0 auto 25px auto;
  }
  .mc-ttl-const-02 {
    font-size: 17px;
    font-size: 1.7rem;
    text-align: center;
    margin: 0 0 15px 0;
  }
  .mc-img-const li,
  .mc-img-const li:first-child {
    display: block;
    width: auto;
    margin: 23px auto;
  }
  .mcic-img {
    margin: 0 auto;
    text-align: center;
  }
  .mcic-img img {
    width: 100%;
    max-width: none;
  }

  /*** goods ***/
  .mc-goods-list {
    display: block;
    padding: 25px 0;
  }

  .mc-goods-list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .mc-goods-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .mc-goods-list li:not(:nth-child(-n+3)) {
    margin-top: 0;
  }

  /*** stamprally ***/
  .mc-ttl-stamprally-02 span {
    display: block;
  }

  .mc-stamprally-address {
    display: block;
  }

  .mc-stamp-presentgoods {
    -webkit-box-direction: reverse;/* Androidブラウザ用 */
    -webkit-flex-direction: column-reverse;/* safari PC 用 */
    flex-direction: column-reverse;
  }

  .mc-stamp-presentgoods figure {
    padding: 20px 0;
  }

  .mc-stamp-presentgoods figure,
  .mc-stamp-presentgoods figcaption {
    width: 100%;
  }

  .mc-stamp-place-lst {
    display: block;
  }

  .mc-stamp-place-lst li {
    width: 100%;
    padding-bottom: 25px;
  }

  .mc-stamp-place-lst li:nth-child(even) {
    padding-left: 0;
  }

  .mc-stamp-place-lst dt {
    font-weight: bold;
    text-align: center;
  }

  .mc-stamp-place-lst dd p {
    text-align: center;
  }

  .mc-stamp-place-img {
    display: block;
  }

  .mc-stamp-place-img .mcic-img {
    padding-bottom: 10px;
  }

  .mc-stamp-place-img .mcic-img img {
    max-width: none;
  }

  .mc-stamp-place-map {
    max-width: none;
    height: 250px;
  }

  .mc-stamp-place-map iframe {
    margin-top: -160px;
  }

}

.comingsoon {
  color:#b5b5b5;
}


ul.mc-nav-cont  p.mnc-txt span.mnc-txt-en,
div.main-cont-02 h2.mpm-ttl span.mpmt-en {
  display:none;
}

.change {
   color: #f74242 ;
   display: inline!important;
}

/*
.text-top {
  padding-bottom: 28px!important;
}

.text-bottom {
  padding-top: 28px!important;
}

@media screen and (max-width: 640px) {
   .mc-talk-list-area {
    padding-top:0px!important;
    padding-bottom: 0px!important;
  }

}
*/

.text-top-positon {
  position: relative;
}

.text-top-positon .mc-event-list-area-inner {
  position: absolute;
  top: 0;
}

.text-bottom-positon {
  position: relative;
}

.text-bottom-positon .mc-event-list-area-inner {
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .text-top-positon .mc-event-list-area-inner,
  .text-bottom-positon .mc-event-list-area-inner {
    position: initial!important;
  }

}

/*
.header-logo {
  display: none;
}


@media screen and (max-width: 640px) {
  .header-logo {
    display: block!important;
  }

  .header-logo-img {
    display: none!important;
  }

}

*/
