@charset "UTF-8";
img {
  margin: 0;
  padding: 0;
  font-size: 0;
}

#PageName {
  width: 1024px;
  margin: 10px auto;
  font-weight: bold;
font-size: 16px;
color: #333;
}

.seoarea {
  overflow: hidden;
  clear: both;
  width: 960px;
  height: auto;
  margin: 0 0 20px;
}

p.seotxt {
  font-size: 14px;
  line-height: 20px;
  float: left;
  margin-right: 10px;
  width: 660px;
  margin-top: 11px;
  color: #333;
}

.containner .seoarea .snsArea {
  margin-top: 11px;
  width: 288px;
  height: 38px;
  float: right;
}
.containner .seoarea .snsArea > .snsList {
  letter-spacing: -0.4em;
  text-align: right;
  line-height: 1;
}
.containner .seoarea .snsArea > .snsList > .snsListItem {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-left: 12px;
  letter-spacing: 0;
  vertical-align: top;
}
.containner .seoarea .snsArea > .snsList > .snsListItem:first-child {
  margin-left: 0;
}
.containner .seoarea .snsArea > .snsList > .snsListItem > a {
  display: block;
  line-height: 0;
  background-color: #fff;
  border-radius: 50%;
}
.containner .seoarea .snsArea > .snsList > .snsListItem > a > img {
  max-width: 100%;
  height: auto;
  transition: opacity 0.2s linear 0s;
  opacity: 1;
}
.containner .seoarea .snsArea .snsList > .snsListItem > a:hover > img {
  opacity: 0.7;
}
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn {
  background-color: white;
  border-radius: 50%;
}
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn > span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  background-color: #00b833;
  overflow: hidden;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s linear 0s;
}
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn > span:hover {
  opacity: 0.7;
}
.containner .seoarea .snsArea > .snsList > .snsListItem.snsLn > span > iframe {
  position: absolute !important;
  width: 38px !important;
  height: 38px !important;
  padding: 4px 0 0 4px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

button.icon.t60 {
  width: 38px !important;
  height: 38px !important;
  padding-left: 5px;
  padding-top: 5px;
}

.MainContBox h2 {
  background: #ccc;
  color: #333;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
}
.MainContBox h3 {
  color: #333;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}
.MainContBox dl {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
.MainContBox dl dt {
  width: 280px;
  height: 210px;
  background: #4c4c4c;
  color: #fff;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.MainContBox dl dd {
  width: 660px;
  height: auto;
  color: #333;
  font-size: 14px;
  display: table-cell;
  padding-left: 20px;
}

/*----------------------------------180327追加分---------------------------------- */
header, .breadbox, .txt_d, .footerArea {
  min-width: 980px;
}

.caliContent {
  min-width: 980px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
}
.caliContent .ft-serif {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
}
.caliContent * {
  color: #000;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.45;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.caliContent *:before, .caliContent *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.caliContent a {
  color: #000;
  text-decoration: none;
}
.caliContent a:hover {
  text-decoration: none;
}
.caliContent a:focus {
  outline: 0;
}
.caliContent img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.caliContent .wrapper {
  width: 980px;
  margin: 0 auto;
}
.caliContent .wrapIn {
  /* width: 960px; */
  width: 1024px;
  margin: 0 auto;
}
.caliContent .trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.caliContent .trans:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.caliContent .clearfix {
  *zoom: 1;
}
.caliContent .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.caliContent .txtCenter {
  text-align: center !important;
	margin-bottom:21px;
}
.caliContent .txtCenter.btnMore{
	margin-bottom:0;
}
.caliContent .txtRight {
  text-align: right;
}
.caliContent .dFlex {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    justify-content: space-between;
}
.caliContent .rankflex {
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}
.caliContent .flexBetween {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.caliContent .flexCenter {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.caliContent .alignCenter {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.caliContent .secDisneyKeyv {
  background: url(/attending/kaigai/disney/images/pc/bg_mv.png) no-repeat 50% 0;
  -moz-background-size: auto 100%;
  -ms-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  padding: 12px 0 31px;
  overflow: hidden;
}
.caliContent .secDisneyKeyv .slideChild {
  background: url(/attending/kaigai/disney/images/pc/bg_dot.png) repeat 0 0;
  padding: 10px;
}
.caliContent .slider_cap {
  text-align: right;
  font-size: 10px;
  color: #fff;
}
.caliContent .secDisneyKeyv .keyvTtl {
  margin: 0 0 29px;
  padding: 0;
  background: none;
  text-align: center;
}
.caliContent .secDisneyKeyv .txt {
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #fff;
  font-size: 10px;
}
.caliContent .secDisneyKeyv .slideWrap {
  position: relative;
  height: 450px;
}
.caliContent .secDisneyKeyv .slideWrapIn {
  width: 2880px;
  height: 413px;
  position: absolute;
  left: 50%;
  margin-left: -1440px;
}
.caliContent .secDisneyKeyv .bx-wrapper {
  margin: 0 auto;
}
.caliContent .secDisneyKeyv .bx-wrapper .bx-pager {
  bottom: -33px;
}
.caliContent .secDisneyKeyv .bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 4px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.caliContent .secDisneyKeyv .bx-wrapper .bx-pager.bx-default-pager a:hover, .caliContent .secDisneyKeyv .bx-wrapper .bx-pager.bx-default-pager a.active, .caliContent .secDisneyKeyv .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #fff100;
}
.caliContent .secDisneyKeyv .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.caliContent .secLinkCmn {
  background: url(/attending/kaigai/disney/images/pc/bg_pattern.png) no-repeat 50% 0;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 62px 0 35px;
}
.caliContent .secLinkCmn .linkList {
  background: #fff;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -ms-box-shadow: 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px rgba(0, 0, 0, 0.2);
  margin: 29px 9px;
}
.caliContent .secLinkCmn .linkList a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 20%;
  min-height: 55px;
  padding: 5px 14px 6px 10px;
  position: relative;
  background: #fff;
  -moz-transition: all 0.26s ease;
  -o-transition: all 0.26s ease;
  -webkit-transition: all 0.26s ease;
  transition: all 0.26s ease;
  line-height: 1.125;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.caliContent .secLinkCmn .linkList a.gray, .caliContent .secLinkCmn .linkList a.gray:hover {
	background-color: #d8d8d8;
	cursor: default;
}
.caliContent .secLinkCmn .linkList a.gray span {
	color: #fff;
	background: url(/attending/kaigai/disney/images/pc/icn_arrow01.png) no-repeat 100% 50%;
}

.caliContent .secLinkCmn .linkList a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 1px;
  height: 35px;
  background: #ccc;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.caliContent .secLinkCmn .linkList a:first-child {
  -ms-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}
.caliContent .secLinkCmn .linkList a:last-child {
  -ms-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
}
.caliContent .secLinkCmn .linkList a:last-child:after {
  background: none;
}
.caliContent .secLinkCmn .linkList a span {
  display: block;
  position: relative;
  background: url(/attending/kaigai/disney/images/pc/icn_arrow02.png) no-repeat 100% 50%;
  -moz-background-size: 8px auto;
  -ms-background-size: 8px auto;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  width: 100%;
  line-height: 1.125;
  font-weight: 600;
  font-size: 16px;
}
.caliContent .secLinkCmn .linkList a.current, .caliContent .secLinkCmn .linkList a:hover {
  color: #fff;
  background-color: #4dacbf;
}
.caliContent .secLinkCmn .linkList a.current:after, .caliContent .secLinkCmn .linkList a:hover:after {
  background: none;
}
.caliContent .secLinkCmn .linkList a.current span, .caliContent .secLinkCmn .linkList a:hover span {
  color: #fff;
  background-image: url(/attending/kaigai/disney/images/pc/icn_arrow01.png);
}
.caliContent .snsBox {
  margin: 51px 0 58px;
  text-align: center;
}
.caliContent .snsBox .ttlSns {
  margin-bottom: 14px;
  color: #ff8280;
  font-size: 30px;
  font-weight: 800;
}
.caliContent .snsBox ul {
  display: inline-block;
}
.caliContent .snsBox ul li {
  float: left;
  margin: 0 14px;
}
.caliContent .ancBlk {
  height: 58px;
  min-width: 842px;
  margin: 26px auto 41px;
}
.caliContent .ancBox {
  min-width: 842px;
  margin: 0 auto;
  width: 842px;
  height: 58px;
}
.caliContent .ancBox.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  min-width: 960px;
  z-index: 1000;
}
.caliContent .ancBox .ulAnc {
  width: 842px;
  margin: 0 auto;
}
.caliContent .ancBox .ulAnc li.active .txt {
  color: #fff;
}
.caliContent .ancBox .ulAnc li.active .txt:after {
  top: 7px;
  right: -5px;
}
.caliContent .ancBox .ulAnc li.active .txt span {
  border: 2px solid transparent;
  background-color: #f16fa6;
  background-image: url(/attending/kaigai/disney/images/pc/california/icn_arrow01.png);
  top: 2px;
  min-height: 50px;
}
.caliContent .ancBox .txt {
  display: block;
  -moz-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  width: 204px;
  font-size: 16px;
  color: #f16fa6;
  font-weight: 600;
  text-align: center;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.caliContent .ancBox .txt:after {
  position: absolute;
  content: "";
  top: 3px;
  right: -3px;
  width: 100%;
  height: 100%;
  background: #d4d4d4;
}
.caliContent .ancBox .txt:hover {
  color: #fff;
}
.caliContent .ancBox .txt:hover:after {
  top: 7px;
  right: -5px;
}
.caliContent .ancBox .txt:hover span {
  border: 2px solid transparent;
  background-color: #f16fa6;
  background-image: url(/attending/kaigai/disney/images/pc/california/icn_arrow01.png);
  top: 2px;
  min-height: 50px;
}
.caliContent .ancBox .txt span {
  position: relative;
  z-index: 2;
  padding: 10px;
  border: 2px solid #f16fa6;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 54px;
  background: #fff url(/attending/kaigai/disney/images/pc/california/icn_arrow02.png) no-repeat right 9px center;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.caliContent .JS_tabContent {
  display: none;
}
.caliContent .JS_tabContent.active {
  display: block;
}
.caliContent .headTab {
  padding: 0 0 10px;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.caliContent .headTab li {
  width: calc(100% / 9);
}
.caliContent .headTab li.active {
  position: relative;
  z-index: 10;
}
.caliContent .headTab li.active .tabText {
  background: #4dacbf !important;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.caliContent .headTab .tabText {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 50px;
  background: #fff;
  border: 2px solid #4dacbf;
  padding: 5px 2px 6px;
  color: #4dacbf;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
height: 70px;
}
.caliContent .headTab li:not(:last-child) .tabText {
    border-right: none;
}
.caliContent .secBg {
  position: relative;
  padding: 50px 0;
  background: url(/attending/kaigai/disney/images/pc/california/bg_main.png) repeat 50% 0;
}
.caliContent .secBg .wrapIn {
  position: relative;
  background: url(/attending/kaigai/disney/images/pc/california/bg_top.png) no-repeat 50% 0, url(/attending/kaigai/disney/images/pc/california/bg_bot.png) no-repeat 50% 100%;
  padding: 92px 0 30px;
}
.caliContent .secBg .wrapCt {
  background: url(/attending/kaigai/disney/images/pc/california/bg_mid.png) repeat-y 50% 0;
  padding: 20px 60px 33px;
}

.caliContent .secBg .tab_pd {
  padding: 20px 60px 33px;
}

.caliContent .priceBl {
  color: #f40000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: right;
}
.caliContent .priceBl .inc {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 300;
}
.caliContent .imgLg {
  position: absolute;
  content: "";
  top: 44px;
  left: 0;
  right: 0;
  text-align: center;
}
.caliContent .sHead {
  margin-bottom: 15px;
  color: #f16fa6;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Verdana, sans-serif;
  text-align: center;
}
.caliContent .btnPimary {
  display: inline-block;
  width: 260px;
  margin: 0 auto;
  padding: 10px 10px 9px;
  color: #fff;
  text-align: center;
  background: #4dacbf url(/attending/kaigai/disney/images/pc/california/icn_expand.png) no-repeat right 15px center;
  font-size: 18px;
  font-weight: 800;
  -ms-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

.ie .caliContent .btnPimary {
  padding-top: 6px;
}

.caliContent .caliMap {
  margin-bottom: 38px;
}
.caliContent .caliMap .title {
  padding: 49px 7px 56px 0;
  text-align: center;
}
.caliContent .caliMap .txt {
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.75;
}
.caliContent .caliMap .info {
  width: 320px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_frame.png) no-repeat 50% 0;
}
.caliContent .caliMap .map {
  width: 508px;
}
.caliContent .listScroll {
  margin-bottom: 30px;
}
.caliContent .listScroll li {
  display: inline-block;
}
.caliContent .listScroll a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.055em;
}
.caliContent .capt {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.055em;
}
.caliContent .desc {
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.05em;
}
.caliContent .scrollWrap {
  margin-bottom: 38px;
  padding-bottom: 64px;
  background: url(/attending/kaigai/disney/images/pc/california/bar.png) repeat-x 50% 100%;
}
.caliContent .parkCmn .thumb {
  position: relative;
  z-index: 2;
  float: left;
  width: 440px;
  margin-right: -50px;
}
.caliContent .parkCmn .frame {
  position: relative;
}
.caliContent .parkCmn .frame:before {
  position: absolute;
  content: "";
  top: -12px;
  right: -8px;
  width: 100%;
  height: 304px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_frame01.png) no-repeat 0 0;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.caliContent .parkCmn .frame img {
  position: relative;
  z-index: 1;
}
.caliContent .parkCmn .info {
  float: right;
  margin-top: 32px;
  width: 432px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_pattern01.png) repeat 50% 0;
  color: #fff;
  padding: 30px 14px 37px 50px;
}
.caliContent .parkCmn .ttlPark {
  margin-bottom: 18px;
}
.caliContent .parkCmn .txt {
  color: #fff;
  font-weight: 400;
  line-height: 1.75;
}
.caliContent .parkCmn .capt {
  margin-top: 1px;
}
.caliContent .listFantasm {
  margin-top: 65px;
}
.caliContent .listFantasm li {
  width: 270px;
}
.caliContent .listFantasm .thumb {
  position: relative;
}
.caliContent .listFantasm .thumb:before {
  position: absolute;
  content: "";
  top: -15px;
  left: -19px;
  width: 289px;
  height: 210px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_frame02.png) no-repeat 0 0;
}
.caliContent .listFantasm .thumb.second:before {
  top: -9px;
  left: -7px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame03.png);
}
.caliContent .listFantasm .thumb.third:before {
  top: -17px;
  left: -5px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame04.png);
}
.caliContent .listFantasm .thumb img {
  position: relative;
  z-index: 1;
}
.caliContent .listFantasm .capt {
  margin-top: 7px;
}
.caliContent .listFantasm .desc {
  margin-top: 4px;
}
.caliContent .gridFantasm {
  margin-top: 51px;
}
.caliContent .gridFantasm .frameBg {
  position: relative;
}
.caliContent .gridFantasm .frameBg img {
  position: relative;
  z-index: 1;
}
.caliContent .gridFantasm .frameBg:before {
  position: absolute;
  content: "";
  top: -11px;
  left: -17px;
  width: 100%;
  height: 328px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_frame05.png) no-repeat 0 0;
}
.caliContent .gridFantasm .pht01 {
  width: 545px;
}
.caliContent .gridFantasm .pht02 {
  width: 260px;
}
.caliContent .gridFantasm .pht02:before {
  left: -13px;
  width: 282px;
  height: 318px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame06.png);
}
.caliContent .gridFantasm .capt {
  margin-top: 9px;
}
.caliContent .gridFantasm .desc {
  margin-top: 7px;
  letter-spacing: -0.05em;
}
.caliContent .filmBlk {
  margin-top: 33px;
}
.caliContent .filmBlk .pttl {
  margin-left: -4px;
}
.caliContent .filmBlk .filmList {
  margin-top: 10px;
}
.caliContent .filmBlk .filmList .thumb {
  width: 411px;
  position: relative;
}
.caliContent .filmBlk .filmList .thumb img {
  position: relative;
  z-index: 1;
}
.caliContent .filmBlk .filmList .thumb:before {
  position: absolute;
  content: "";
  top: -11px;
  left: -16px;
  width: 431px;
  height: 328px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_frame07.png) no-repeat 0 0;
}
.caliContent .filmBlk .filmList .thumb.cover:before {
  top: -12px;
  left: -7px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame08.png);
}
.caliContent .filmBlk .desc {
  margin-top: 12px;
}
.caliContent .adventure {
  margin-bottom: 35px;
  padding-bottom: 50px;
}
.caliContent .adventure .parkCmn .thumb {
  width: 444px;
  margin-left: -27px;
}
.caliContent .adventure .parkCmn .thumb .capt {
  margin-top: -4px;
  margin-left: 27px;
}
.caliContent .adventure .parkCmn .info {
  margin-top: 45px;
  padding: 40px 14px 43px 41px;
}
.caliContent .adventure .parkCmn .ttlPark {
  margin-bottom: 15px;
}
.caliContent .adventure .filmBlk {
  margin-top: 47px;
}
.caliContent .adventure .filmBlk .filmList .thumb:before {
  height: 351px;
  top: -47px;
  left: -15px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame16.png);
}
.caliContent .adventure .filmBlk .filmList .thumb.cover:before {
  top: -61px;
  left: -6px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame17.png);
}
.caliContent .adventure .filmBlk .capt {
  margin-top: 7px;
}
.caliContent .adventure .filmBlk .desc {
  margin-top: 6px;
}
.caliContent .adventBlk01 {
  margin-top: 36px;
}
.caliContent .adventBlk01 li {
  width: 410px;
}
.caliContent .adventBlk01 li:last-child .thumb:before {
  top: -9px;
  left: -8px;
  height: 371px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame11.png);
}
.caliContent .adventBlk01 .thumb {
  position: relative;
}
.caliContent .adventBlk01 .thumb img {
  position: relative;
  z-index: 1;
}
.caliContent .adventBlk01 .thumb:before {
  position: absolute;
  content: "";
  top: -15px;
  left: -15px;
  width: 435px;
  height: 284px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_frame10.png) no-repeat 0 0;
}
.caliContent .adventBlk01 .capt {
  position: relative;
  z-index: 1;
  margin-top: 3px;
}
.caliContent .adventBlk01 .img {
  margin-top: 10px;
}
.caliContent .adventBlk01 .desc {
  position: relative;
  z-index: 1;
  margin-top: 7px;
}
.caliContent .adventBlk02 {
  position: relative;
  margin-top: 22px;
}
.caliContent .adventBlk02:before {
  position: absolute;
  content: "";
  top: -35px;
  right: -18px;
  width: 600px;
  height: 328px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_frame12.png) no-repeat right 0;
}
.caliContent .adventBlk02 .in {
  position: relative;
  z-index: 2;
}
.caliContent .adventBlk02 .info {
  width: 410px;
  padding-top: 8px;
}
.caliContent .adventBlk02 .desc {
  margin-top: 9px;
}
.caliContent .adventBlk02 .thumb {
  width: 411px;
}
.caliContent .adventBlk03 {
  margin-top: 41px;
}
.caliContent .adventBlk03 .ulList {
  margin-top: 19px;
}
.caliContent .adventBlk03 .ulList li {
  width: 270px;
}
.caliContent .adventBlk03 .ulList .thumb {
  position: relative;
}
.caliContent .adventBlk03 .ulList .thumb img {
  position: relative;
  z-index: 1;
}
.caliContent .adventBlk03 .ulList .thumb:before {
  position: absolute;
  content: "";
  top: -13px;
  left: -19px;
  width: 280px;
  height: 353px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_frame13.png) no-repeat 0 0;
}
.caliContent .adventBlk03 .ulList .thumb.second:before {
  top: -11px;
  left: -2px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame14.png);
}
.caliContent .adventBlk03 .ulList .thumb.third:before {
  top: -71px;
  left: 6px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame15.png);
}
.caliContent .adventBlk03 .ulList .capt {
  margin-top: 5px;
}
.caliContent .adventBlk03 .ulList .desc {
  margin-top: 4px;
}
.caliContent .downtown {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.caliContent .downtown .parkCmn .thumb {
  width: 456px;
  margin-left: -12px;
}
.caliContent .downtown .parkCmn .thumb .capt {
  margin-top: -12px;
  margin-left: 12px;
  font-size: 12px;
}
.caliContent .downtown .parkCmn .info {
  margin-top: 39px;
  padding: 40px 20px 40px 41px;
}
.caliContent .downtown .parkCmn .ttlPark {
  margin-bottom: 20px;
}
.caliContent .secCali {
  padding-bottom: 85px;
}
.caliContent .secCali .sHead {
  letter-spacing: -0.05em;
}
.caliContent .secCaliHtl {
  background: #fff;
  padding: 44px 0 79px;
}
.caliContent .secCaliHtl .imgLg {
  top: 40px;
}
.caliContent .secCaliHtl .wrapIn {
  background: url(/attending/kaigai/disney/images/pc/california/bg_top01.png) no-repeat 50% 0, url(/attending/kaigai/disney/images/pc/california/bg_bot.png) no-repeat 50% 100%;
  padding-top: 102px;
}
.caliContent .secCaliHtl .wrapCt {
  padding-top: 16px;
  padding-bottom: 0;
}
.caliContent .secCaliStay {
  padding: 44px 0 78px;
}
.caliContent .secCaliStay .sbHotel {
  letter-spacing: -0.05em;
}
.caliContent .secCaliStay .imgLg {
  top: 36px;
}
.caliContent .secCaliStay .wrapIn {
  background: url(/attending/kaigai/disney/images/pc/california/bg_top02.png) no-repeat 50% 0, url(/attending/kaigai/disney/images/pc/california/bg_bot.png) no-repeat 50% 100%;
  padding-top: 110px;
}
.caliContent .secCaliStay .wrapCt {
  padding-top: 25px;
  padding-bottom: 25px;
}
.caliContent .secCaliStay .grade {
  margin-top: 7px;
}
.caliContent .secCaliStay .grade .hotelPhotoL.mt4 {
  margin-top: 4px;
}
.caliContent .secCaliStay .grade .capHotel {
  margin-top: 1px;
}
.caliContent .secCaliStay .txtHotel {
  margin-top: 10px;
}
.caliContent .secCaliStay .tabHotel {
  margin-top: 15px;
}
.caliContent .secCaliStay .blockHotel {
  margin-bottom: 46px;
  padding-bottom: 47px;
}
.caliContent .blockHotel {
  margin-bottom: 44px;
  padding-bottom: 57px;
  background: url(/attending/kaigai/disney/images/pc/california/bar.png) repeat-x 0 100%;
}
.caliContent .blockHotel.bdNone {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.caliContent .blockHotel.cvr01 {
  padding-bottom: 55px;
}
.caliContent .blockHotel.cvr01 .sbHotel {
  margin-top: 10px;
}
.caliContent .blockHotel.cvr01 .txtHotel {
  margin-top: 17px;
}
.caliContent .blockHotel.cvr03 .grade {
  margin-top: 24px;
}
.caliContent .secCaliStay .blockHotel.cvr03 {
  padding-bottom: 59px;
}
.caliContent .blockHotel.cvr01 .grade .hotelPhotoS .ulList .frameHtl:before {
  top: -4px;
  left: -4px;
  width: 209px;
  height: 123px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame21.png);
}
.caliContent .blockHotel.cvr01 .grade .hotelPhotoS .ulList li:last-child .frameHtl:before {
  top: -5px;
  left: -2px;
  width: 181px;
  height: 125px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame22.png);
}
.caliContent .blockHotel.cvr01 .hotelPhotoL:before {
  top: -12px;
  left: -10px;
  width: 445px;
  height: 305px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame23.png);
}
.caliContent .blockHotel.cvr02 {
  margin-bottom: 50px;
  padding-bottom: 59px;
}
.caliContent .blockHotel.cvr02 .sbHotel {
  margin-top: 10px;
}
.caliContent .blockHotel.cvr02 .txtHotel {
  margin-top: 10px;
  letter-spacing: -0.05em;
}
.caliContent .blockHotel.cvr02 .grade {
  margin-top: 28px;
}
.caliContent .blockHotel.cvr02 .grade .hotelPhotoL:before {
  top: -13px;
  left: -11px;
  width: 449px;
  height: 266px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame09.png);
}
.caliContent .blockHotel.cvr02 .grade .hotelPhotoS {
  padding-top: 0;
}
.caliContent .blockHotel.cvr02 .grade .hotelPhotoS .ulList .frameHtl:before {
  top: -9px;
  left: -1px;
  width: 188px;
  height: 117px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame01.png);
}
.caliContent .blockHotel.cvr02 .grade .hotelPhotoS .ulList .capHotel {
  margin-top: 8px;
}
.caliContent .ttlHotel {
  margin-top: 30px;
  color: #fa818c;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}
.caliContent .sbHotel {
  margin-top: 5px;
  color: #fa818c;
  font-size: 18px;
}
.caliContent .frameHtl {
  position: relative;
}
.caliContent .frameHtl img {
  position: relative;
  z-index: 1;
}
.caliContent .frameHtl:before {
  position: absolute;
  content: "";
  top: -12px;
  left: -11px;
  width: 447px;
  height: 308px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_frame19.png) no-repeat 0 0;
}
.caliContent .capHotel {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}
.caliContent .txtHotel {
  margin-top: 15px;
  font-weight: 400;
  line-height: 1.75;
}
.caliContent .txtHotel.ls {
  letter-spacing: 0.075em;
}
.caliContent .btnHotel {
  margin-top: 26px;
  text-align: center;
}
.caliContent .intHotel {
  position: relative;
  margin-top: 23px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 600;
}
.caliContent .intHotel.ls {
  letter-spacing: 0.05em;
}
.caliContent .intHotel:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 21px;
  height: 21px;
  background: #fa818c;
}
.caliContent .grade {
  margin-top: 20px;
}
.caliContent .grade .hotelPhotoL {
  position: relative;
  width: 432px;
}
.caliContent .grade .hotelPhotoS {
  width: 382px;
  padding-top: 2px;
}
.caliContent .grade .ulList {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.caliContent .grade .ulList .frameHtl:before {
  top: -5px;
  left: 0;
  width: 189px;
  height: 131px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame20.png);
}
.caliContent .grade .ulList .capHotel {
  margin-top: 3px;
}
.caliContent .tabHotel {
  margin-top: 14px;
}
.caliContent .lessMore li {
  display: none;
}
.caliContent .listPrice {
  padding: 11px 18px 21px;
}
.caliContent .listPrice li {
  padding: 14px 0 13px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.caliContent .listPrice a {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #0066cc;
  line-height: 1.5;
}
.caliContent .listPrice .desc {
  width: 560px;
  color: #0066cc;
  line-height: 1.5;
}
.caliContent .listPrice .priceBl {
  padding-top: 2px;
}
.caliContent .benefitHotel {
  margin: 0 -51px;
  padding: 0 50px;
  position: relative;
}
.caliContent .benefitHotel:before {
  position: absolute;
  content: "";
  top: 21px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/attending/kaigai/disney/images/pc/california/bg_yellow.png) no-repeat 50% 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -ms-border-radius: 0 0 30px 30px;
  -moz-border-radius: 0 0 30px 30px;
  -webkit-border-radius: 0 0 30px 30px;
  border-radius: 0 0 30px 30px;
}
.caliContent .benefitHotel .in {
  position: relative;
  z-index: 2;
}
.caliContent .ttlBenefit {
  margin-bottom: 22px;
  text-align: center;
}
.caliContent .txtSmal {
  font-size: 10px;
  font-weight: 400;
}
.caliContent .listBenefit li {
  margin-bottom: 16px;
  width: 47.8%;
  letter-spacing: -0.05em;
}
.caliContent .listBenefit li.cover {
  margin-bottom: 40px;
}
.caliContent .listBenefit .dt {
  color: #ff8a88;
  font-weight: 600;
  font-size: 16px;
}
.caliContent .listBenefit .dd {
  padding: 3px 0 0 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.caliContent .listBenefit .txtSmal {
  margin-top: 3px;
  display: block;
}
.caliContent .secRank {
  padding: 60px 0;
  background: #fff;
}
.caliContent .secRank .wrapCt {
  padding-top: 16px;
  padding-bottom: 16px;
}
.caliContent .secRank .imgLg {
  top: 40px;
}
.caliContent .secRank .tabRank {
  margin-top: 24px;
}
.caliContent .secRank .ctTab {
  border: none;
}
.caliContent .rankList {
  padding: 17px 0px;
}
.caliContent .rankList .box {
  margin-bottom: 13px;
  width: 260px;
}
.caliContent .rankList .box:nth-child(3n) {
  margin-right: 0;
}
.caliContent .rankList .inner {
	display: block;
	border: 2px solid #4dacbf;
	padding: 10px;
    min-height: 87%;
}
.caliContent .rankList .numRk {
  text-align: center;
}
.caliContent .rankList .desc {
	color: #06c;
	line-height: 1.7;
	font-size: 13px;
	min-height: 5em;
	margin: 10px auto;
}
.caliContent .rankList .boxYel {
	color: #fff;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.45;
	font-weight: 400;
	background: #4dacbf;
	letter-spacing: -0.05em;
	margin-top: 5px;
	padding: 10px;
	height: 6em;
	display: table-cell;
	vertical-align: middle;
}
.caliContent .rankList .priceBl {
  font-size: 20px;
  margin-top: 7px;
}

.caliContent .taC {
  text-align: center;
}
.caliContent .mb10 {
  margin-bottom: 10px !important;
}
.caliContent .mb15 {
  margin-bottom: 15px !important;
}
.caliContent .mb20 {
  margin-bottom: 20px !important;
}
.caliContent .mt10 {
  margin-top: 10px !important;
}
.caliContent .mt15 {
  margin-top: 15px !important;
}
.caliContent .mt20 {
  margin-top: 20px !important;
}
.caliContent .txtHotel {
  letter-spacing: -0.8px;
}
.caliContent.floridaContent .ancBlk {
  margin-bottom: 35px;
}
.caliContent.floridaContent .secBg {
  background-image: url(/attending/kaigai/disney/images/pc/florida/bg_main.png);
}
.caliContent.floridaContent .secBg .wrapIn {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_top.png) no-repeat 50% 0, url(/attending/kaigai/disney/images/pc/florida/bg_bot.png) no-repeat 50% 100%;
  /* padding: 90px 0 30px; */
  padding: 90px calc((1024px - 960px) / 2) 30px;
}
.caliContent.floridaContent .secBg .wrapCt {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_mid.png) repeat-y 50% 0;
}
.caliContent.floridaContent .sHead {
  color: #4dacbf;
}
.caliContent.floridaContent .ancBox .txt:hover span {
  background-color: #4dacbf;
  color: #ffffff;
  background-image: url(/attending/kaigai/disney/images/pc/california/icn_arrow01.png);
}
.caliContent.floridaContent .ancBox .txt span {
  border: 2px solid #4dacbf;
  color: #4dacbf;
  background: #fff url(/attending/kaigai/disney/images/pc/florida/icn_arrow02.png) no-repeat right 9px center;
}
.caliContent.floridaContent .ancBox .ulAnc li.active .txt span {
  background-color: #4dacbf;
  color: #ffffff;
}
.caliContent.floridaContent .caliMap .title {
  padding: 35px 7px 35px 0;
  letter-spacing: 0.04em;
  line-height: 1.65;
}
.caliContent.floridaContent .caliMap .info {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame.png) no-repeat 50% 0;
}
.caliContent.floridaContent .listScroll a {
  letter-spacing: -0.005em;
}
.caliContent.floridaContent .parkCmn .info {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_pattern01.png) repeat 50% 0;
  width: 380px;
  margin-top: 40px;
}
.caliContent.floridaContent .parkCmn .thumb {
  width: 513px;
  margin-left: -13px;
}
.caliContent.floridaContent .parkCmn .capt {
  margin-left: 10px;
}
.caliContent.floridaContent .parkCmn .capt.sml {
  font-size: 12px;
}
.caliContent.floridaContent .filmBlk {
  margin-top: 40px;
}
.caliContent.floridaContent .filmBlk .pttl {
  margin-left: 0;
  margin-bottom: 26px;
}
.caliContent.floridaContent .filmBlk .filmList .txt {
  position: relative;
}
.caliContent.floridaContent .filmBlk .filmList .txt .icon {
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 0;
}
.caliContent.floridaContent .filmBlk .filmList .txt .desc {
  position: relative;
  z-index: 1;
}
.caliContent.floridaContent .filmBlk .filmList.filmListCustom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.caliContent.floridaContent .filmBlk .filmList.filmListCustom .txt,
.caliContent.floridaContent .filmBlk .filmList.filmListCustom .thumb {
  flex: 1 0;
}
.caliContent.floridaContent .filmBlk .filmList .thumb .desc {
  letter-spacing: -0.08em;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame01 {
  width: 374px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame01:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame01.png) no-repeat 0 0;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame06:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame06.png) no-repeat 0 0;
  top: -15px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame07:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame07.png) no-repeat 0 0;
  top: -10px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame08:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame08.png) no-repeat 0 0;
  top: -10px;
  left: 0;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame09:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame09.png) no-repeat 0 0;
  top: -10px;
  left: -5px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame10:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame10.png) no-repeat 0 0;
  top: -10px;
  left: -15px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame11:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame11.png) no-repeat 0 0;
  top: -10px;
  left: -10px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame14:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame14.png) no-repeat 0 0;
  top: -10px;
  left: -15px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame15:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame15.png) no-repeat 0 0;
  top: -10px;
  left: -5px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame16:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame16.png) no-repeat 0 0;
  top: -10px;
  left: -5px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame20:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame20.png) no-repeat 0 0;
  top: -12px;
  left: -10px;
  width: 433px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.bg-frame21:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame21.png) no-repeat 0 0;
  top: -10px;
  left: -5px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.cover.bg-frame02 {
  width: 439px;
  position: relative;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.cover.bg-frame02:before {
  background-image: url(/attending/kaigai/disney/images/pc/florida/bg_frame02.png);
  left: -17px;
  width: 470px;
  top: -10px;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.cover.bg-frame02 .icon {
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 0;
}
.caliContent.floridaContent .filmBlk .filmList .thumb.cover.bg-frame02 .capt, .caliContent.floridaContent .filmBlk .filmList .thumb.cover.bg-frame02 .desc {
  position: relative;
  z-index: 1;
}
.caliContent.floridaContent .listFantasm li {
  width: 255px;
}
.caliContent.floridaContent .listFantasm li .capt {
  margin-top: 10px;
  margin-bottom: 10px;
}
.caliContent.floridaContent .listFantasm li:last-child {
  width: 305px;
}
.caliContent.floridaContent .listFantasm .thumb.bg-frame03:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame03.png) no-repeat 0 0;
  left: -13px;
}
.caliContent.floridaContent .listFantasm .thumb.second.bg-frame04:before {
  background-image: url(/attending/kaigai/disney/images/pc/florida/bg_frame04.png);
  left: -5px;
}
.caliContent.floridaContent .listFantasm .thumb.third.bg-frame05:before {
  background-image: url(/attending/kaigai/disney/images/pc/florida/bg_frame05.png);
  top: -11px;
  width: 100%;
  left: -3px;
}
.caliContent.floridaContent .adventure.margin-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.caliContent.floridaContent .adventure.margin-bottom .filmBlk .filmList .bg-frame20 {
  width: 432px;
}
.caliContent.floridaContent .adventure.margin-bottom .filmBlk .filmList .bg-frame21 {
  width: 385px;
}
.caliContent.floridaContent .adventure.margin-bottom .filmBlk .filmList .capt {
  margin-top: 20px;
}
.caliContent.floridaContent .adventure .parkCmn .thumb {
  width: 488px;
  margin-left: -27px !important;
}
.caliContent.floridaContent .adventure .parkCmn .info {
  padding: 30px 14px 22px 25px;
}
.caliContent.floridaContent .pandora {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.caliContent.floridaContent .pandora-item {
  position: relative;
  z-index: 1;
}
.caliContent.floridaContent .pandora-item.bg-frame12:before {
  position: absolute;
  content: "";
  background-image: url(/attending/kaigai/disney/images/pc/florida/bg_frame12.png);
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.caliContent.floridaContent .pandora-item .img {
  position: relative;
  z-index: -1;
}
.caliContent.floridaContent .pandora-item .img.bg-frame13:before {
  position: absolute;
  content: "";
  background-image: url(/attending/kaigai/disney/images/pc/florida/bg_frame13.png);
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.caliContent.floridaContent .pandora-item .txt p {
  margin-bottom: 28px;
  font-weight: 400;
}
.caliContent.floridaContent .pandora-item .txt p:last-child {
  margin-bottom: 0;
}
.caliContent.floridaContent .pandora-item:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 441px;
}
.caliContent.floridaContent .t-rex {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.caliContent.floridaContent .t-rex .left {
  width: 410px;
}
.caliContent.floridaContent .t-rex .right {
  width: 400px;
}
.caliContent.floridaContent .t-rex-item .img {
  position: relative;
  z-index: 1;
}
.caliContent.floridaContent .t-rex-item .img.bg-frame17:before {
  position: absolute;
  content: "";
  background-image: url(/attending/kaigai/disney/images/pc/florida/bg_frame17.png);
  background-repeat: no-repeat;
  top: -10px;
  left: -15px;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.caliContent.floridaContent .t-rex-item .capt {
  margin-top: 15px;
}
.caliContent.floridaContent .t-rex-item .small {
  display: flex;
  justify-content: space-between;
}
.caliContent.floridaContent .t-rex-item .small-img {
  width: 140px;
  position: relative;
  z-index: 1;
}
.caliContent.floridaContent .t-rex-item .small-img.bg-frame18:before {
  position: absolute;
  content: "";
  background-image: url(/attending/kaigai/disney/images/pc/florida/bg_frame18.png);
  background-repeat: no-repeat;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.caliContent.floridaContent .t-rex-item .small-img.bg-frame19:before {
  position: absolute;
  content: "";
  background-image: url(/attending/kaigai/disney/images/pc/florida/bg_frame19.png);
  background-repeat: no-repeat;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.caliContent.floridaContent .t-rex-item .small-txt {
  width: calc(100% - 140px);
  padding-left: 15px;
}
.caliContent.floridaContent .t-rex-item .small-txt .desc {
  margin-top: 10px;
}
.caliContent.floridaContent .t-rex-item .small-txt .capt {
  margin-top: 0;
}
.caliContent.floridaContent .t-rex-item .small.reverse .small-txt {
  margin-top: 25px;
  padding-right: 15px;
  padding-left: 0;
}
.caliContent.floridaContent .t-rex-item .small.reverse .small-img {
  margin-top: -60px;
}
.caliContent.floridaContent .tabBig {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_mid.png) repeat-y 50% 0;
  padding-top: 30px;
}
.caliContent.floridaContent .tabBig > h2 {
  margin-bottom: 40px;
}
.caliContent.floridaContent .tabBig > .headTab {
  justify-content: center;
}
.caliContent.floridaContent .tabBig > .headTab > li {
  display: table;
  border: 2px solid #8282d3;
  background-color: #fff;
  text-align: center;
  height: 70px;
}
.caliContent.floridaContent .tabBig > .headTab > li.active {
  background-color: #8282d3;
}
.caliContent.floridaContent .tabBig > .headTab > li.active .tabTextCustom {
  color: #ffffff;
}
.caliContent.floridaContent .tabBig > .headTab > li .tabTextCustom {
  color: #8282d3;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}
.caliContent.floridaContent .tabBig .tabHotel {
  margin-top: 40px;
}
.caliContent.floridaContent .tabBig .contentBig-item {
  display: none;
}
.caliContent.floridaContent .tabBig .contentBig-item .wrapCt {
  background-image: none;
}
.caliContent.floridaContent .tabBig .contentBig-item.active {
  display: block;
}
.caliContent.floridaContent .error-txt {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #4dacbf;
  text-align: center;
  padding: 40px 0 15px;
}
.caliContent.floridaContent .headTab .tabText {
  color: #4dacbf;
  border: 2px solid #4dacbf;
}
.caliContent.floridaContent .headTab li.active .tabText {
  background-color: #4dacbf !important;
  color: #ffffff;
}
.caliContent.floridaContent .ctTab {
  border: 2px solid #4dacbf;
}
.caliContent.floridaContent .intHotel:before {
  background-color: #4dacbf;
}
.caliContent.floridaContent .sbHotel {
  color: #4dacbf;
}
.caliContent.floridaContent .img-only {
  margin: 0 -35px;
}
.caliContent.floridaContent .secRank,
.caliContent.floridaContent .secCaliHtl {
  background-image: none;
}
.caliContent.floridaContent #scrollE .filmList .capt {
  margin-top: 15px;
}
.caliContent.floridaContent #scrollG .thumb {
  width: 456px;
  margin-left: -15px !important;
}
.caliContent.floridaContent #scrollG .thumb .capt {
  margin-left: 15px;
}
.caliContent.floridaContent #scrollG .info {
  width: 415px;
  margin-top: 50px;
}
.caliContent.floridaContent #scrollH .parkCmn .info {
  width: 400px;
  padding-left: 40px;
}
.caliContent.floridaContent #scrollH .parkCmn .thumb {
  margin-left: -17px !important;
}
.caliContent.floridaContent #scrollH .parkCmn .thumb .capt {
  margin-top: 10px;
  margin-left: 15px;
}
.caliContent.floridaContent .change-margin .parkCmn .info {
  width: 400px;
  padding-left: 40px;
  margin-top: 15px;
}
.caliContent.floridaContent .change-margin .parkCmn .thumb {
  margin-left: -17px !important;
}
.caliContent.floridaContent .change-margin .parkCmn .thumb .capt {
  margin-top: 10px;
  margin-left: 17px;
}
.caliContent.floridaContent .change-margin .parkCmn .info {
  padding-left: 50px;
}
.caliContent.floridaContent .frameHtl.none-bg:before {
  display: none;
}
.caliContent.floridaContent .frameHtl.bg-frame22:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame22.png) no-repeat 0 0;
  top: -10px;
  left: -12px;
}
.caliContent.floridaContent .frameHtl.bg-frame23:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame23.png) no-repeat 0 0 !important;
  top: -5px !important;
  right: -5px !important;
}
.caliContent.floridaContent .frameHtl.bg-frame24:before {
  background: url(/attending/kaigai/disney/images/pc/florida/bg_frame24.png) no-repeat 0 0;
  top: -15px;
  right: -5px;
  height: 265px;
}
.caliContent.floridaContent .secCaliStay .ulList li {
  width: 49%;
}
.caliContent.floridaContent .secCaliStay .grade .hotelPhotoS {
  width: 390px;
}
.caliContent.floridaContent .hasSpace li {
  width: 49%;
}
.caliContent.shanghaiContent .txt-right {
  text-align: right;
}
.caliContent.shanghaiContent .txt-left {
  text-align: left;
}
.caliContent.shanghaiContent .adventure.last {
  padding-bottom: 0;
  margin-bottom: 0;
}
.caliContent.shanghaiContent .sHead {
  color: #4dacbf;
}
.caliContent.shanghaiContent .secBg {
  background-image: url(/attending/kaigai/disney/images/pc/shanghai/bg_main.png);
}
.caliContent.shanghaiContent .secBg .wrapCt {
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg_mid.png) repeat-y 50% 0;
}
.caliContent.shanghaiContent .secBg .wrapIn {
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg_top.png) no-repeat 50% 0, url(/attending/kaigai/disney/images/pc/shanghai/bg_bot.png) no-repeat 50% 100%;
}
.caliContent.shanghaiContent .secBg.secCaliStay {
  background-image: none;
  background-color: #ffffff;
  padding-top: 30px;
}
.caliContent.shanghaiContent .secBg.secCali {
  padding-bottom: 30px;
}
.caliContent.shanghaiContent .tabBig {
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg_mid.png) repeat-y 50% 0;
}
.caliContent.shanghaiContent .ancBox .ulAnc {
  width: 630px;
}
.caliContent.shanghaiContent .ancBox .ulAnc li.active .txt span {
  background-color: #4dacbf;
}
.caliContent.shanghaiContent .ancBox .txt span {
  border: 2px solid #4dacbf;
  color: #4dacbf;
  background: #fff url(/attending/kaigai/disney/images/pc/shanghai/icn_arrow02.png) no-repeat right 9px center;
}
.caliContent.shanghaiContent .caliMap .info {
  width: 50%;
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg02.png) no-repeat 50% 0;
  background-position: left top;
  padding-right: 10px;
}
.caliContent.shanghaiContent .caliMap .info .txt:first-child {
  margin-bottom: 30px;
}
.caliContent.shanghaiContent .caliMap .map {
  width: 50%;
}
.caliContent.shanghaiContent .txt-top {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #4dacbf;
  line-height: 1;
  padding-bottom: 15px;
}
.caliContent.shanghaiContent .listScroll {
  margin-bottom: 5px;
  text-align: center;
}
.caliContent.shanghaiContent .story-land {
  margin: 45px 0 25px;
  padding: 32px 120px 42px;
  text-align: center;
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg01.png) no-repeat;
  background-size: 100% 100%;
}
.caliContent.shanghaiContent .story-land .time {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: black;
  padding-bottom: 10px;
}
.caliContent.shanghaiContent .story-land .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.16em;
  color: #4dacbf;
  padding-bottom: 20px;
}
.caliContent.shanghaiContent .story-land .desc {
  font-size: 14px;
  letter-spacing: -0.04em;
  padding-bottom: 25px;
}
.caliContent.shanghaiContent .story-land .list-story {
  text-align: left;
}
.caliContent.shanghaiContent .story-land .list-story-item ul li {
  font-size: 16px;
  line-height: 1;
  color: #4dacbf;
  font-weight: 700;
  padding-left: 18px;
  position: relative;
  margin-top: 13px;
}
.caliContent.shanghaiContent .story-land .list-story-item ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #4dacbf;
  border-radius: 50%;
}
.caliContent.shanghaiContent .parkCmn .info {
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg_pattern01.png) repeat 50% 0;
}
.caliContent.shanghaiContent .parkCmn .info.fullWidth {
  width: 100% !important;
}
.caliContent.shanghaiContent .parkCmn .info.height287 {
  min-height: 287px;
  margin-bottom: -105px;
}
.caliContent.shanghaiContent .parkCmn .info.height176 {
  min-height: 176px;
  margin-bottom: -15px;
}
.caliContent.shanghaiContent .parkCmn .info.height195 {
  min-height: 195px;
  margin-bottom: -25px;
}
.caliContent.shanghaiContent .parkCmn .info.height160 {
  min-height: 160px;
  padding: 18px 14px 20px 45px !important;
  margin-bottom: -35px;
}
.caliContent.shanghaiContent .adventure .parkCmn .thumb {
  width: 460px;
  margin-left: -10px !important;
}
.caliContent.shanghaiContent .adventure .parkCmn .info {
  width: 425px;
  margin-top: 20px;
  padding: 45px 14px 60px 45px;
}
.caliContent.shanghaiContent .adventure .parkCmn .info.change-padding {
  padding: 25px 14px 35px 45px;
}
.caliContent.shanghaiContent .filmBlk {
  margin-top: 0;
}
.caliContent.shanghaiContent .filmBlk .capt {
  margin-top: 25px;
}
.caliContent.shanghaiContent .filmBlk .filmList {
  margin-top: 0;
}
.caliContent.shanghaiContent .filmBlk .filmList .thumb {
  width: auto !important;
}
.caliContent.shanghaiContent .filmBlk .filmList .thumb.bg-frame01:before {
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg_frame01.png) no-repeat 0 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  height: auto;
  width: auto;
}
.caliContent.shanghaiContent .filmBlk .filmList .thumb.bg-frame03 {
  margin-left: -5px;
}
.caliContent.shanghaiContent .filmBlk .filmList .thumb.bg-frame03:before {
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg_frame03.png) no-repeat 0 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  height: auto;
  width: auto;
}
.caliContent.shanghaiContent .filmBlk .filmList .thumb.bg-frame05:before {
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg_frame05.png) no-repeat 0 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  height: auto;
  width: auto;
}
.caliContent.shanghaiContent .filmBlk .filmList .thumb.cover.bg-frame02:before {
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg_frame02.png) no-repeat 0 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  height: auto;
  width: auto;
}
.caliContent.shanghaiContent .filmBlk .filmList .thumb.cover.bg-frame04 {
  margin-right: -18px;
}
.caliContent.shanghaiContent .filmBlk .filmList .thumb.cover.bg-frame04:before {
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg_frame04.png) no-repeat 0 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  height: 85%;
  width: auto;
}
.caliContent.shanghaiContent .filmBlk .filmList .thumb.cover.bg-frame06:before {
  background: url(/attending/kaigai/disney/images/pc/shanghai/bg_frame06.png) no-repeat 0 0;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  height: auto;
  width: auto;
}
.caliContent.shanghaiContent .infomation-cmm {
  background: url(/attending/kaigai/disney/images/pc/shanghai/patten.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 0 0;
  margin-top: 35px;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper {
  padding-left: 43px;
  padding-right: 25px;
  margin-top: 16px;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper.mgb20 {
  padding-bottom: 20px;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item {
  width: 48.5%;
  margin-bottom: 25px;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item.mgt-negative25 {
  position: relative;
  top: -25px;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item.mgt-negative40 {
  position: relative;
  top: -40px;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item.no-bottom {
  margin-bottom: 0px;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item.ul-inner-full {
  width: 100%;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item.ul-inner-full > ul {
  display: flex;
  flex-wrap: wrap;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item.ul-inner-full > ul > li {
  width: auto;
  float: none;
  margin-right: 25px;
  display: inline-block;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item .title {
  font-size: 16px;
  font-weight: 700;
  color: black;
  position: relative;
  padding-bottom: 3px;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item .title:before {
  position: absolute;
  content: "";
  top: 3px;
  left: -18px;
  width: 15px;
  height: 15px;
  background-color: #000000;
  border-radius: 50%;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item .txt {
  font-size: 14px;
  line-height: 1.4;
  color: black;
  font-weight: 400;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item > ul > li {
  font-size: 16px;
  font-weight: 700;
  color: black;
  position: relative;
  padding-bottom: 3px;
  width: 50%;
  float: left;
}
.caliContent.shanghaiContent .infomation-cmm-item .ul-wrapper-item > ul > li:before {
  position: absolute;
  content: "";
  top: 3px;
  left: -18px;
  width: 15px;
  height: 15px;
  background-color: #000000;
  border-radius: 50%;
}
.caliContent.shanghaiContent .block-hotel .title {
  font-size: 36px;
  line-height: 1;
  color: #4dacbf;
  font-weight: 700;
  padding: 40px 0 15px;
}
.caliContent.shanghaiContent .block-hotel-wrapper .thumb {
  margin-right: 20px;
}
.caliContent.shanghaiContent .block-hotel-wrapper .thumb .capt {
  padding-left: 10px;
  padding-top: 5px;
}
.caliContent.shanghaiContent .block-hotel-wrapper .info {
  flex: 1 0;
}
.caliContent.shanghaiContent .block-hotel-wrapper .info .txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.065em;
  padding-bottom: 30px;
}
.caliContent.shanghaiContent .block-hotel-wrapper .info > ul li .ico {
  width: 15px;
  height: 15px;
  background-color: #000000;
  border-radius: 50%;
  float: left;
  display: inline-block;
  margin-right: 5px;
  top: 3px;
  position: relative;
}
.caliContent.shanghaiContent .headTab .tabText {
  border: 2px solid #4dacbf;
  color: #4dacbf;
}
.caliContent.shanghaiContent .headTab li.active .tabText {
  background-color: #4dacbf !important;
}
.caliContent img.soldout {
    width: 50%;
    display: block;
    margin: 30px auto 0;
}
/*# sourceMappingURL=shanghai.css.map */
/*ページトップへ戻る*/
#tour-link {
	position: fixed;
	bottom: 100px;
	right: 20px;
	z-index: 5;
}
#tour-link img {
	width: 60px
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5;
}
#tour-link img, #page-top img {
	width: 72px
}
/*soldout*/
.caliContent img.soldout{
    width: 50%;
    display: block;
    margin: 30px auto 0;
}

/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/

#scrollH {
    margin-top: 50px;
}

.listScroll span {
    margin-left: 4px;
    font-size: 14px;
}
.capt span {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.sub_menu {
	position: absolute;
	width: 204px;
	display: none;
    border: 1px solid #cccccc;
    background: #fff;
    padding: 10px;
    z-index: 99;
    margin-top: 10px;
}

.sub_menu li a {
    font-feature-settings: "palt"; 
    font-size: 11.5px;
    letter-spacing: -1px;
    width: 100%;
    display: block;
    background: #fff url(/attending/kaigai/disney/images/pc/shanghai/icn_arrow02.png) no-repeat right 1px center;
}

.sub_menu li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

.sub_menu li:not(:first-child) {
    padding-top: 10px;
}

.sub_menu li a:hover {
    opacity: 0.7;
}

.ctTab h3 {
    color: #fff;
    background-color: #4dacbf;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.0;
    margin: 24px;
}

.tours {
  display: flex;
  width: 790px;
  gap: 20px;
  flex-wrap: wrap;
  margin: 24px;
}

.tour {
	display: flex;
	height: auto;
}

.tourCassette_content {
  border: 1px solid #4dacbf;
  height: auto;
  position: relative;
  background-color: #fff;
  width: 250px;
  padding: 10px;
}

.tourCassette_ph {
    margin-bottom: 10px;
    height: 171px;
    overflow: hidden;
}

.txts ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  gap: 6px;
}

.txts ul .hatsu {
  background-color: #4dacbf;
  padding: 2px 4px;
  text-align: center;
  font-size: 12px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.txts ul .hatsu span {
    color: #fff;
}

.txts ul .conductor {
  background-color: #fff;
  border: 1px solid #4dacbf;
  padding: 2px 4px;
  text-align: center;
  font-size: 12px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tourCassette_title {
  font-size: 14px;
    font-weight: 700;
  line-height: 2.2rem;
  margin-bottom: 15px;
}

.tourCassette_text {
  font-size: 14px;
  line-height: 2.2rem;
  margin-bottom: 35px;
}

.tourCassette_pirce {
  font-size: 18px;
  color: #ff0000;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.btn_more_wapper {
    margin: 0 auto;
    width: 100%;
}

.btn_more {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  color: #fff !important;
  text-align: center;
  background: #4dacbf url(/attending/kaigai/disney/images/pc/arrow.png) no-repeat right 15px center;
  font-size: 20px;
  line-height: 1.0;
  font-weight: 700;
  -ms-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px rgba(0, 0, 0, 0.2);
}

.secCaliStay .ctTab h3 {
    background-color: #4dacbf;
}

.secCaliStay .tourCassette_content, .secCaliStay .txts ul .conductor {
    border: 1px solid #4dacbf;
}

.secCaliStay .txts ul .hatsu {
    background-color: #4dacbf;
}

.secRank .btn_more_wapper {
    margin: 24px 0;
}

.secRank .ctTab {
  background: #fff;
  border: 2px solid #4dacbf;
}

.secRank .ctTab {
  margin-bottom: 24px;
}

.tourCassette_ph img {
    width: 100%;
}

.noTour {
    text-align: center;
    margin: 50px auto;
    font-size: 18px;
}

.secRank .tours {
    margin: 0 auto 20px;
}

.tour:hover, .btn_more_wapper:hover {
    opacity: 0.7;
}