@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section main {
  display: block;
}

/*CSSのバッティングにより、編集画面で問題が起きないように調整*/
ul {
  list-style: none;
}

/*パブリスが出力するスタイルのリセット*/
blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

sup {
  font-size: 80%;
  vertical-align: top;
}

.heading1 {
  font-size: 225%;
  line-height: 1.222;
  color: #07c;
  text-align: center;
  max-width: 1080px;
  margin: 0 auto 25px;
}
.heading1 .fs-s {
  display: block;
  margin-bottom: .7em;
}
.heading1 + .text {
  text-align: center;
}

.heading2 {
    /*border-top: 1px solid #07c;*/
    position: relative;
	
  font-size: 187.5%;
  line-height: 1.267;
  margin: 80px -20px 60px;
	padding: 80px 20px 0;
  padding-top: 0;
  color: #07c;
  text-align: center;
}
/*.heading2:before {
    content: '';
    display: block;
    width: 28px;
    height: 20px;
    background: url(../images/icon_mickey.svg) no-repeat 0 0;
    position: absolute;
    top: -19px;
    right: 20px;
}*/

.heading2 + .lead {
  margin-top: -40px;
}

.heading3 {
  font-size: 137.5%;
  line-height: 1.363;
  margin-top: 60px;
  margin-bottom: 20px;
  color: #07c;
  text-align: center;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .heading1 {
    font-size: 171.429%;
    line-height: 1.25;
    margin-bottom: 15px;
  }
  .heading2 {
    font-size: 142.86%;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 30px;
    /*padding-top: 30px;*/
  }
	/*.heading2:before {
    width: 20px;
    height: 15px;
    background: url(../images/icon_mickey.svg) no-repeat 0 0;
    position: absolute;
    top: -14px;
    right: 20px;
  }*/
  .heading2 + .lead {
    margin-top: -20px;
  }
  .heading3 {
    font-size: 114.29%;
    line-height: 1.375;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.fs-s {
  font-size: 82%;
}

.fs26 {
  font-size: 26px;
}

.fs24 {
  font-size: 24px;
}

.fs22 {
  font-size: 22px;
}

.fs18 {
  font-size: 18px;
}

.fs16 {
  font-size: 16px;
}

.fs14 {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .fs26 {
    font-size: 15px;
  }
  .fs22 {
    font-size: 14px;
  }
  .fs24 {
    font-size: 14px;
  }
  .fs18 {
    font-size: 13px;
  }
  .fs16 {
    font-size: 12px;
  }
  .fs14 {
    font-size: 10px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .mb10 {
    margin-bottom: 5px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.clearfix:after, #header .header-inner:after {
  content: "";
  display: block;
  clear: both;
}



.section, .section-noborder, .pageTitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}


.pc-block {
  display: block;
}

.mobile-block {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }
  .mobile-block {
    display: block;
  }
}

/* display setting
----------------------------------------------------------- */
body {
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  font-family: 'SF Pro JP', 'SF Pro Text', 'SF Pro Icons', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

body:lang(en) {
  font-family: 'Arial', 'Microsoft Sans Serif', 'Segoe UI', sans-serif;
}

a {
  color: #07c;
  text-decoration: none;
}

body img {
  max-width: 100%;
	height: auto;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 87.5%;
    line-height: 1.5714;
    -webkit-tap-highlight-color: default;
  }
}

#page {
  display: block;
  margin-top: 101px;
  background: #fff;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  #page {
    margin-top: 57px;
  }
}

/* main
----------------------------------------------------------- */

/* セクション
----------------------------------------------------------- */
.section {
  padding-top: 80px;
  margin-bottom: 80px;
  border-top: 1px solid #07c;
  position: relative;
}

.section:before {
  content: '';
  display: block;
  width: 28px;
  height: 20px;
  background: url(../images/icon_mickey.svg) no-repeat 0 0;
  position: absolute;
  top: -19px;
  right: 20px;
}

.section-noborder {
  border-top: none;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 30px 20px 0;
    margin-bottom: 30px;
  }
  .section:before {
      width: 20px;
      height: 15px;
      background: url(../images/icon_mickey.svg) no-repeat 0 0;
      position: absolute;
      top: -14px;
      right: 20px;
  }
  .section-noborder {
    padding-top: 0;
  }
}

.headLinks {
  padding: 0 20px;
  text-align: right;
}

.pageTitle {
  position: relative;
  margin-top: 50px;
}
.pageTitle .logo {
  text-align: center;
}

.pageTitle .lead {
  font-weight: bold;
}

.pageTitle.left .heading1 {
  text-align: left;
}

.pageTitle.left .lead {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .pageTitle {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }
}

caption {
  display: none;
}

table td li {
  list-style-type: none;
  margin-left: 1em;
  text-indent: -1em;
}

table td li:before {
  content: "" ・ "";
  display: inline-block;
  width: 14px;
  float: left;
}




hr {
  margin: 20px 0;
  height: 1px;
  border: none;
  border-bottom: 1px solid #07c;
}

#header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  background: #f5fcff;
  min-width: 980px;
  margin-bottom: 5px;
  will-change: top;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
	box-shadow: 0 -2px 2px 0 rgb(0 0 0 / 5%) inset;
}

#header .header-inner {
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: 85.72%;
  letter-spacing: -1px;
}

#header .header-inner .header-top {
  width: 280px;
  height: 85px;
	margin: auto;
	position: relative;
}

#header .header-inner .header-top .logo {
  position: absolute;
  top: 22px;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
}

#header .header-inner .header-top .logo a,
#header .header-inner .header-top .logo span {
  width: 257px;
  height: 38px;
  background: url(../images/logo.svg) no-repeat center center;
  display: block;
}



@media screen and (max-width: 1239px) {
  #header .header-inner .header-top {
    width: 230px;
  }
  #header .header-inner .header-top .logo a,
  #header .header-inner .header-top .logo span {
    width: 220px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #header {
    min-width: initial;
  }
  #header .header-inner .header-top {
    width: 180px;
  }
  #header .header-inner .header-top .logo {
    width: 180px;
    top: 25px;
  }
  #header .header-inner .header-top .logo a,
  #header .header-inner .header-top .logo span {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  #header {
    min-width: initial;
  }
  #header #DisnyJp {
    display: none;
  }
  #header .header-inner .header-top {
    height: 41px;
    width: 100%;
  }
  #header .header-inner .header-top .logo {
    width: 120px;
    background-size: 120px 25px;
    margin: 0;
    position: absolute;
    top: 2px;
    left: calc(50% - 60px);
  }
  #header .header-inner .header-top .logo a,
  #header .header-inner .header-top .logo span {
    width: 120px;
  }
}


#footer {
  width: 100%;
  display: block;
  border-top: 1px solid #07c;
}

#footer .pageTop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999;
}

#footer .pageTop a {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 60px;
  height: 60px;
  width: 60px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#footer .pageTop a:hover {
  background: rgba(0, 0, 0, 0.8);
}

#footer .pageTop a:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/btn_arrow_w.svg) no-repeat 0 0;
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

#footer .inner {
  padding: 0 30px;
  display: block;
  box-sizing: border-box;
}

#footer .inner .footer-content {
  margin: auto;
  width: 100%;
  max-width: 1280px;
  padding: 15px 0;
  font-size: 87.5%;
}

#footer .inner .footer-content .navigation {
  margin-bottom: 10px;
}

#footer .inner .footer-content .navigation ul {
  text-align: center;
}

#footer .inner .footer-content .navigation ul li {
  display: inline-block;
  border-right: 1px solid #ccc;
  line-height: 1.2;
}

#footer .inner .footer-content .navigation ul li:first-child {
  border-left: 1px solid #ccc;
}

#footer .inner .footer-content .navigation ul li a {
	color: #333;
  display: block;
  padding: 0 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#footer .inner .footer-content .navigation ul li a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#footer .inner .footer-content .copyright {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #footer .pageTop {
    right: 10px;
    bottom: 30px;
  }
  #footer .pageTop a:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  #footer .inner {
    padding: 0;
  }
  #footer .inner .footer-content {
    font-size: 85.72%;
    line-height: 2;
    max-width: 340px;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  #footer .inner .footer-content {
    font-size: 71%;
  }
}

@media screen and (max-width: 767px) {
  #footer .inner .footer-content .navigation {
    margin-bottom: 10px;
  }
  #footer .inner .footer-content .navigation ul li:nth-child(3) {
    border-left: 1px solid #ccc;
  }
}
#update {
  text-align: center;
}
.infomation {
  max-width: 1100px;
   /* background-color: #f5fcff;
    padding: 20px 20px 20px 20px;*/
    border-radius: 5px;
  margin: 30px auto;
}
.infomation .heading4 {
    text-align: center;
}
@media screen and (max-width: 767px) {
  .infomation {
   /* padding: 10px 10px 10px 10px;*/
    margin-bottom: 30px;
  }
}
/*#infomation {
    max-width: 1100px;
    width: 98%;
      background-image: linear-gradient(to right, #ccc, #ccc 1px, transparent 1px, transparent 2px);
    background-size: 3px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
      margin: 0 auto;
  padding: 2em;
}*/
/*.anchorLink {
  margin-bottom: 40px;
}

.anchorLink ul {
    display: flex;
    flex-wrap: wrap;
}
.anchorLink ul li {
  margin-left: 22px;
  margin-right: 25px;
  margin-bottom: 10px;
}

.anchorLink ul li a {
	color: #333;
	text-decoration: none;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.anchorLink ul li a:before {
  background: url(../images/icon_arrow.svg) no-repeat center;
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  position: absolute;
  top: .2em;
  left: -22px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}*/
.anchorLinkArea {
  margin-bottom:  60px;
}
.anchorLinkArea .heading2 {
  margin-bottom:  30px;
}
.anchorLink {
  max-width: 750px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.anchorLink .button {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}

.anchorLink .button a {
  color: #07c;
  display: block;
  min-height: 82px;
  font-size: 112.5%;
  font-weight: bold;
  padding: 19px 15px 14px;
  box-sizing: border-box;
  text-align: center;
}

.anchorLink .button a:after {
  background: url(../images/icon_arrow.svg) no-repeat center;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 3px auto;
}

.anchorLink .button + .button {
  border-left: 1px solid #ccc;
}

.anchorLink ul li a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
@media screen and (max-width: 767px) {
  .anchorLinkArea {
  margin-bottom: 30px;
  }
  .anchorLinkArea .heading2 {
    margin-bottom:  15px;
  }
  .anchorLink .button a {
    font-size: 100%;
    min-height: 65px;
    padding: 10px 10px 9px;
  }
  .anchorLink .button a:after {
    display: block;
    margin: 4px auto;
  }
}

@media screen and (max-width: 767px) and (max-width: 374px) {
  .anchorLink .button a:after {
    display: inline-block;
    vertical-align: -2px;
    margin: 0 4px;
  }
}



.text {
  /*margin-bottom: 20px;*/
	margin: 2em 0 3em;
	margin: 1em 0 1em;
}
.text a {
  color: #07c;
  background: #f5fcff;
  word-break: break-all;
}

.note {
  font-size: 87.5%;
}

.lead {
  text-align: center;
  margin-bottom: 50px;
  font-size: 87.5%;
}

.lead + .date {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 50px;
}
.text hr {
  border-bottom: 1px solid #07c;
}
.text h4 {
	font-weight: bold;
	margin: 3em 0 1.3em;
}
.text h4:first-child {
	margin-top: 0;
}
.text ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.text ul li {
  list-style-type: none;
  margin-left: 1em;
  text-indent: -1em;
}
.text ul li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  float: left;
}
.text ul ul {
  margin-bottom: 0;
}
.text p + p {
  margin-top: 1.5em;
}
.text .note-list {
  font-size: 87.5%;
}
.text .note-list li,
.text .note-list-m li {
  list-style-type: none;
  margin: 0 0 0 1em;
  text-indent: -1em;
}
.text .note-list li:before,
.text .note-list-m li:before {
	content: none;
}
.link-inline {
  color: #07c;
  background: #f5fcff;
  word-break: break-all;
}

.link-inline:after {
  display: inline !important;
}
.pageNotice {
	border: 1px solid #ccc;
	padding: 10px;
}
.frameTitle {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
	padding: 10px;
	background: #f5fcff;
	border: 1px solid #ccc;
	font-weight: bold;
}
.frameText {
    border-radius: 5px;
	margin: 30px 0 60px;
	padding: 10px;
	border: 1px solid #ccc;
}
.frameTitle + .frameText {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.image {
  margin-bottom: 1.5em;
}
.image img {
	margin: auto;
	display: block;
}

@media screen and (max-width: 767px) {
  .note {
    font-size: 85.72%;
  }
  .lead {
    font-size: 85.72%;
    margin-bottom: 25px;
  }
  .lead + .date {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 25px;
  }
	.frameText {
		margin-bottom: 30px;
	}
}


.calendarTableSp {
  background: #fff;
  box-sizing: border-box;
  margin-top: 20px;
  font-size: 85.72%;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: separate;
  /*table-layout: fixed;*/
  text-align: center;
}

.calendarTableSp {
  margin-bottom: 10px;
}



.calendarTableSp th {
  font-size: 71.4%;
  vertical-align: middle;
  white-space: nowrap;
}
.calendarTableSp .title {
  background-color: #f5fcff;
  font-size: 100%;
  font-weight: normal;
  height: 4.5em;
}
.calendarTableSp .openTime {
  font-size: 170%;
      color: inherit !important;
}

.calendarTableSp .icon {
  margin-bottom: 3px;
  text-align: center;
  line-height: 1.2;
}

.calendarTableSp .icon:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -3px;
  margin-right: 5px;
}

.calendarTableSp .tdl .icon:before {
  background: url(../images/icon_tdl2.svg) no-repeat center;
}

.calendarTableSp .tds .icon:before {
  background: url(../images/icon_tds2.svg) no-repeat center;
}

.calendarTableSp td {
  vertical-align: middle;
}

.calendarTableSp td .day {
  font-size: 100%;
  line-height: 1.5;
}

.icon-ticket .remaining {
  color: #07c;
  font-weight: normal;
}

.icon-ticket .remaining:before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../images/icon_hotel_circle.svg) no-repeat center;
  vertical-align: text-top;
}

.icon-ticket .is-soldout:before {
  background: url(../images/icon_hotel_cross.svg) no-repeat center;
}
.calendarTableSp td .icon-ticket .remaining {
  font-size: 14px;
}
.note.icon-ticket .remaining:before {
  transform: scale(.9);
  transform-origin: left bottom;
  margin-left: .5em;
}

.calendarTableSp td .ticketStatus {
  color: #07c;
}

.calendarTableSp td .note {
  font-size: 71.4%;
  line-height: 1.2;
  color: #c70c27;
}

.calendarTableSp td .starlight,
.calendarTableSp td .after6 {
  display: inline-block;
  margin-left: 5px;
}

.calendarTableSp tbody td:first-child {
  vertical-align: middle;
}

.calendarTableSp th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.calendarTableSp td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.calendarTableSp td.sun .day {
  color: #c70c27;
}

.calendarTableSp td.sat .day {
  color: #07c;
}

.calendarTableSp td.holiday .day {
  color: #c70c27;
}

.calendarTableSp .tdl {
  background-color: #fef6fa;
  color: #d02c72;
}

/*.calendarTableSp .tdl a {
  color: #d02c72;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  display: block;
  position: relative;
}

.calendarTableSp .tdl a:after {
  background: url(../images/btn_arrow.svg) no-repeat center;
  width: 7px;
  height: 12px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

.calendarTableSp .tdl a .ticket .note {
  color: #c70c27;
}*/

.calendarTableSp .tds {
  background-color: #f3fbfb;
  color: #007788;
}

/*.calendarTableSp .tds a {
  color: #007788;
  padding: 10px 20px 10px 10px;
  box-sizing: border-box;
  display: block;
  position: relative;
}

.calendarTableSp .tds a:after {
  background: url(../images/btn_arrow.svg) no-repeat center;
  width: 7px;
  height: 12px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

.calendarTableSp .tds a .ticket .note {
  color: #c70c27;
}*/

.calendarTableSp .day {
  line-height: 1;
  text-align: center;
  padding: 0 7px;
  width: 40px;
  white-space: nowrap;
  box-sizing: border-box;
}

.calendarTableSp th {
  font-weight: normal;
  padding: 10px;
}
.calendarTableSp thead th {
  font-weight: bold;
}
/*.calendarTableSp br {
  display: none;
}*/

.calendarTableSp tbody td:first-child {
  vertical-align: top;
  padding: 12px 0;
  box-sizing: border-box;
  width: 40px;
}
/*
.calendarTableSp.ticketStock {
  margin-top: 10px;
}

.calendarTableSp.ticketStock td {
  cursor: default;
}

.calendarTableSp.ticketStock td.tdl a, .calendarTableSp.ticketStock td.tds a {
  text-align: center;
}

.calendarTableSp.ticketStock td.tdl a .remaining, .calendarTableSp.ticketStock td.tds a .remaining {
  height: 28px;
  background: url(../images/icon_hotel_circle.svg) no-repeat center/12px 12px;
}

.calendarTableSp.ticketStock td.tdl.is-none a, .calendarTableSp.ticketStock td.tds.is-none a {
  pointer-events: none;
  cursor: default;
}

.calendarTableSp.ticketStock td.tdl.is-none a .remaining, .calendarTableSp.ticketStock td.tds.is-none a .remaining {
  background: url(../images/icon_hotel_cross.svg) no-repeat center/11px 11px;
}

.calendarTableSp.ticketStock td.tdl.is-none a:after, .calendarTableSp.ticketStock td.tds.is-none a:after {
  display: none;
}

.calendarTableSp.ticketStock td.tdl.is-few a .remaining, .calendarTableSp.ticketStock td.tds.is-few a .remaining {
  background: url(../images/icon_hotel_triangle.svg) no-repeat center/14px 12px;
}

.calendarTableSp.ticketStock td.tdl.is-close a, .calendarTableSp.ticketStock td.tds.is-close a {
  pointer-events: none;
  cursor: default;
}

.calendarTableSp.ticketStock td.tdl.is-close a .remaining, .calendarTableSp.ticketStock td.tds.is-close a .remaining {
  background: none;
  position: relative;
}

.calendarTableSp.ticketStock td.tdl.is-close a .remaining:after, .calendarTableSp.ticketStock td.tds.is-close a .remaining:after {
  display: block;
  content: '';
  background: #000;
  width: 12px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: calc(50% - .5px);
  left: calc(50% - 6px);
}

.calendarTableSp.ticketStock td.tdl.is-close a:after, .calendarTableSp.ticketStock td.tds.is-close a:after {
  display: none;
}*/





#header .header-submenu .header-inner {
  font-size: 75%;
  letter-spacing: 0;
  overflow: hidden;
  height: 98px;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin-left: 0;
  max-width: inherit;
}

#header .header-submenu .header-inner ul li a {
  display: block;
  height: 94px;
}

/*.calendarTableSp tbody .icon {
  line-height: 1;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.calendarTableSp tbody .icon:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}*/


.calendarTableSp .icon {
  display: inline-block;
  margin: 0 auto
}
.calendarTableSp .icon:before {
  display: block;
  content: "";
  margin: 0 auto .3em;
  width: 40px;
  height: 40px;
}
.calendarTableSp tbody th {
  font-size: 75%;
  font-weight: bold;
}


.calendarTableSp .fantasyspringsHotel {
  color: #864554;
}

.calendarTableSp .fantasyspringsHotel .icon:before {
  background: url(../images/icon_fantasysprings_hotel.svg) no-repeat center;
}

.calendarTableSp .fantasyspringsHotel2 .icon:before {
  width: 105px;
  background: url(../images/icon_fantasysprings_hotel2.svg) no-repeat center;
}

.calendarTableSp .ambassadorHotel {
  color: #152484;
}

.calendarTableSp .ambassadorHotel .icon:before {
  background: url(../images/icon_ambassador_hotel.svg) no-repeat center;
}

.calendarTableSp .miracostaHotel {
  color: #7c6800;
}

.calendarTableSp .miracostaHotel .icon:before {
  background: url(../images/icon_miracosta_hotel.svg) no-repeat center;
}

.calendarTableSp .disnylandHotel {
  color: #b15b01;
}

.calendarTableSp .disnylandHotel .icon:before {
  background: url(../images/icon_disneyland_hotel.svg) no-repeat center;
}

.calendarTableSp .toystoryHotel {
  color: #8e7200;
}

.calendarTableSp .toystoryHotel .icon:before {
  background: url(../images/icon_toystory_hotel.svg) no-repeat center;
}

.calendarTableSp .celebrationHotel {
  color: #017a9f;
}

.calendarTableSp .celebrationHotel .icon:before {
  background: url(../images/icon_celebration_hotel.svg) no-repeat center;
}

@media screen and (max-width: 767px) {
  .calendarTableSp th {
    padding: 0;
  }
  .calendarTableSp .icon {
    transform: scale(.95);
    padding: 0;
    white-space: nowrap;
  }
  .calendarTableSp .icon:before {
    transform: scale(0.8);
    margin-bottom: 0;
  }
  .calendarTableSp tbody {
    font-size: calc((100vw - 40px) * 30 / 750);
  }
  /*:lang(en).calendarTableSp tbody {
    font-size: calc((100vw - 40px) * 38 / 750);
  }*/
}






.column {
  max-width: 1100px;
  /*width: 98%;*/
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.column > div {
  width: 13%;
  min-width: 10em;
  margin: 0 .643%;
}
.column .heading1 {
  font-weight: bold;
  height: 2.5em;
  font-size: 80%;
  margin: 2em 0 1em;
    padding: 1.5em 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.column .calendarTableSp th {
  padding: .3em .1em 0;
}
.column .calendarTableSp .title {
  font-size: 71.4%;
  height: auto;
}
.column .calendarTableSp .openTime {
    font-size: 100%;
}
.column .calendarTableSp .icon {
  text-indent: -9999em;
  width: 100%;
  height: 2em;
  overflow: hidden;
  position: relative;
}
.column .calendarTableSp .icon br {
  display: none;
}
.column .calendarTableSp .icon::before {
  position: absolute;
  left: 0;
  top: 0;
}
.column .calendarTableSp .icon:before {
  width: 100%;
  height: 100%;
}
.column .calendarTableSp .fantasyspringsHotel2 .icon:before {
  width: 100%;
}