
@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 .cont20th .txtCenter {
	margin:10px auto 50px;
}
.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;
	flex-wrap: wrap;
  gap: 20px;
	justify-content: flex-start;
}
.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) repeat-x 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: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.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.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: #e6c12e;
  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: #e6c12e;
  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: #e6c12e;
  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 #e6c12e;
  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 .ctTab {
  background: #fff;
  border: 2px solid #e6c12e;
}
.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: #e6c12e !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 #e6c12e;
  padding: 5px 2px 6px;
  color: #e6c12e;
  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 .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: 36px;
  left: 0;
  right: 0;
  text-align: center;
}
.caliContent .sHead {
  margin-bottom: 15px;
  color: #e6c12e;
  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: #f2b705 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 .listScroll+.scrollWrap{
	background:none;
}
.caliContent .parkCmn .thumb {
  position: relative;
  z-index: 2;
  float: left;
  width: 440px;
  margin-right: -50px;
}
.caliContent .cont20th .parkCmn .thumb {
  float: none;
}

  .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 .secCaliStay .flexBetween02 {
  margin-top: 20px;
}

.caliContent .flexBetween02 .hotelPhotoL {
  position: relative;
  width: 400px;
}
.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 10px;
}
.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 #e6c12e;
	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: #f2b705;
	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: #e3b20a;
}
.caliContent.floridaContent .ancBox .txt:hover span {
  background-color: #e3b20a;
  color: #ffffff;
  background-image: url(/attending/kaigai/disney/images/pc/california/icn_arrow01.png);
}
.caliContent.floridaContent .ancBox .txt span {
  border: 2px solid #e3b20a;
  color: #e3b20a;
  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: #e3b20a;
  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.155em;
}
.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: #e3b20a;
  text-align: center;
  padding: 40px 0 15px;
}
.caliContent.floridaContent .headTab .tabText {
  color: #e3b20a;
  border: 2px solid #e3b20a;
}
.caliContent.floridaContent .headTab li.active .tabText {
  background-color: #e3b20a !important;
  color: #ffffff;
}
.caliContent.floridaContent .ctTab {
  border: 2px solid #e3b20a;
}
.caliContent.floridaContent .intHotel:before {
  background-color: #e6c12e;
}
.caliContent.floridaContent .sbHotel {
  color: #e3b20a;
}
.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.hongkongContent .mrg50 {
  margin-top: 50px;
}
.caliContent.hongkongContent #scrollB .capt {
  margin-top: 0px;
}
.caliContent.hongkongContent .secBg {
  background-image: url(/attending/kaigai/disney/images/pc/hongkong/bg_main.png);
}
.caliContent.hongkongContent .secBg.cont20th {
  background-image: url(/attending/kaigai/disney/images/pc/hongkong/bg_20th.png);
}
.caliContent.hongkongContent .secBg .wrapIn {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_top.png) no-repeat 50% 0, url(/attending/kaigai/disney/images/pc/hongkong/bg_bot.png) no-repeat 50% 100%;
}
.caliContent.hongkongContent .secBg.cont20th .wrapIn {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_20th_top.png) no-repeat 50% 0, url(/attending/kaigai/disney/images/pc/hongkong/bg_20th_bot.png) no-repeat 50% 100%;
  /* background: none;
  padding: 0px calc((1024px - 960px) / 2) 0px; */
}
.caliContent.hongkongContent .secBg .wrapCt {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_mid.png) repeat-y 50% 0;
}
.caliContent.hongkongContent .secBg.cont20th .wrapCt {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_20th_mid.png) repeat-y 50% 0;
  /* background-image: none;
  background-color: #fff;
  border: solid 3px #ee7473;
  border-radius: 30px; */
}
.caliContent.hongkongContent .tabBig {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_mid.png) repeat-y 50% 0;
}
.caliContent.hongkongContent .sbHotel {
  color: #e6c12e;
}
.caliContent.hongkongContent .ctTab {
  border: 2px solid #e6c12e;
}
.caliContent.hongkongContent .headTab .tabText {
  border: 2px solid #e6c12e;
  color: #e6c12e;
}
.caliContent.hongkongContent .headTab li.active .tabText {
  background-color: #e6c12e !important;
}
.caliContent.hongkongContent .listScroll {
  margin-bottom: 60px;
}
.caliContent.hongkongContent .listScroll a {
  letter-spacing: 0.02em;
}
.caliContent.hongkongContent .has-bg {
  position: relative;
  z-index: 1;
}
.caliContent.hongkongContent .has-bg:before {
  position: absolute;
  content: "";
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.caliContent.hongkongContent .has-bg.bg-frame09:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame09.png) no-repeat 0 0;
  left: -10px;
  right: -20px;
}

.caliContent.hongkongContent .has-bg.bg-frame09_b:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame09_min.png) no-repeat 0 0;
  left: -10px;
  right: -20px;
}

.caliContent.hongkongContent .has-bg.bg-frame10:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame10.png) no-repeat 0 0;
  top: -5px;
}
.caliContent.hongkongContent .has-bg.bg-frame10 .capHotel {
  margin-top: -5px;
  margin-bottom: 10px;
}
.caliContent.hongkongContent .has-bg.bg-frame11:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame11.png) no-repeat 0 0;
  top: -5px;
}
.caliContent.hongkongContent .has-bg.bg-frame11 .capHotel {
  margin-top: -5px;
  margin-bottom: 10px;
}
.caliContent.hongkongContent #scrollG .thumb {
  width: auto;
  margin-left: 0 !important;
}
.caliContent.hongkongContent .txt-right {
  text-align: right;
}
.caliContent.hongkongContent .txt-left {
  text-align: left;
}
.caliContent.hongkongContent .sHead {
  color: #e6c12e;
}
.caliContent.hongkongContent .ancBox .txt:hover span {
  background-color: #e3b20a;
}
.caliContent.hongkongContent .ancBox .txt span {
  color: #e3b20a;
  border: 2px solid #e3b20a;
  background: #fff url(/attending/kaigai/disney/images/pc/hongkong/icn_arrow02.png) no-repeat right 9px center;
}
.caliContent.hongkongContent .ancBox .ulAnc {
  width: 635px;
}
.caliContent.hongkongContent .ancBox .ulAnc li.active .txt span {
  background-color: #e3b20a;
}
.caliContent.hongkongContent .caliMap .info {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame.png) no-repeat 50% 0;
}
.caliContent.hongkongContent .caliMap .title {
  padding-bottom: 65px;
}
.caliContent.hongkongContent #scrollD .parkCmn .thumb {
  margin: 0;
  text-align: right;
  width: 460px;
}
.caliContent.hongkongContent .parkCmn .capt {
  margin-top: 5px;
  margin-left: 10px;
}
.caliContent.hongkongContent .cont20th .parkCmn .capt {
  margin: 0px auto;
  position: absolute;
  right: 7px;
  bottom: 5px;
  text-shadow: 
  -1px -1px 2px rgba(255 255 255 / 90%),
  1px 1px 2px rgba(255 255 255 / 90%),
  -1px 1px 2px rgba(255 255 255 / 90%),
  1px -1px 2px rgba(255 255 255 / 90%),
  -1px -1px 2px rgba(255 255 255 / 90%),
  1px 1px 2px rgba(255 255 255 / 90%),
  -1px 1px 2px rgba(255 255 255 / 90%),
  1px -1px 2px rgba(255 255 255 / 90%)
  ;

}
.caliContent.hongkongContent .parkCmn.second#scrollB .thumb {
  margin-right: 0;
  text-align: right;
}
.caliContent.hongkongContent .parkCmn.second .thumb {
  float: right;
  margin-right: -20px;
}
.caliContent.hongkongContent .parkCmn.second .thumb {
  /* float: none; */
  margin-right: 0;
}
.caliContent.hongkongContent .parkCmn.second .info {
  float: left;
  margin-right: -50px;
  width: 412px;
  padding: 40px 20px 25px 20px;
  margin-top: 20px;
}
.caliContent.hongkongContent .parkCmn .info {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_pattern01.png) repeat 50% 0;
  width: 410px;
  margin-top: 23px;
  padding: 55px 14px 58px 20px;
}
.caliContent.hongkongContent .cont20th .parkCmn .info {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_pattern_20th.png) repeat 50% 0;
  width: 410px;
  margin-top: 0;
  padding: 0 14px 0 20px;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
}
.caliContent.hongkongContent .parkCmn .thumb {
  width: 465px;
}
.caliContent.hongkongContent .cont20th .parkCmn .thumb {
  width: 430px;
  margin:0;
}
.caliContent.hongkongContent .cont20th .parkCmn .thumb .thumb_pht {
  position: relative;
}
.caliContent.hongkongContent .cont20th .parkCmn .thumb .thumb_pht::before {
  position: absolute;
  rotate: -3deg;
  content:'';
  width: 100%;
  height: 100%; /* 必要に応じて調整 */
  background: repeating-linear-gradient(
    45deg,          /* 斜めの角度 */
    #ff9593,        /* 色の開始色 */
    #ff9593 6px,    /* 色の太さ */
    #ffffff 6px,    /* 白の開始 */
    #ffffff 12px    /* 白の太さ（全体の幅） */
  );
  z-index: -1;
}
.caliContent.hongkongContent .filmList .capt {
  margin-top: 3px !important;
}
.caliContent.hongkongContent .filmList .thumb {
  position: relative;
}
.caliContent.hongkongContent .filmList .thumb.custom-padding {
  padding: 80px 35px;
}
.caliContent.hongkongContent .filmList .thumb img {
  position: relative;
}
.caliContent.hongkongContent .filmList .thumb:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.caliContent.hongkongContent .filmList .thumb.bg-frame01:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame01.png) no-repeat 0 0;
  background-size: 100%;
}
.caliContent.hongkongContent .filmList .thumb.bg-frame02:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame02.png) no-repeat 0 0;
  background-size: 100%;
  top: -25px;
  right: -8px;
  left: -10px;
}
.caliContent.hongkongContent .filmBlk .filmList .thumb {
  width: auto;
}
.caliContent.hongkongContent .filmBlk .filmList .thumb.bg-frame03 .capt {
  margin-top: 10px !important;
}
.caliContent.hongkongContent .filmBlk .filmList .thumb.bg-frame03:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame03.png) no-repeat 0 0;
  top: -15px;
  left: -10px;
  background-size: 100%;
}
.caliContent.hongkongContent .filmBlk .filmList .thumb.bg-frame04 .capt {
  margin-top: 10px !important;
}
.caliContent.hongkongContent .filmBlk .filmList .thumb.bg-frame04:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame04.png) no-repeat 0 0;
  top: -10px;
}
.caliContent.hongkongContent .filmBlk .filmList .thumb.bg-frame05 .capt {
  margin-top: 10px !important;
}
.caliContent.hongkongContent .filmBlk .filmList .thumb.bg-frame05:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame05.png) no-repeat 0 0;
  top: -15px;
}
.caliContent.hongkongContent .filmBlk .filmList .thumb.bg-frame06 .capt {
  margin-top: 10px !important;
}
.caliContent.hongkongContent .filmBlk .filmList .thumb.bg-frame06:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame06.png) no-repeat 0 0;
  top: -10px;
  left: -10px;
}
.caliContent.hongkongContent .filmBlk .filmList .thumb.bg-frame07:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame07.png) no-repeat 0 0;
  top: -15px;
  left: -6px;
}
.caliContent.hongkongContent .filmBlk .filmList .thumb.bg-frame08:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg_frame08.png) no-repeat 0 0;
  top: -18px;
}
.caliContent.hongkongContent .adventure.margin-bottom .filmBlk {
  margin-top: 25px;
  margin-bottom: 30px;
}
.caliContent.hongkongContent .adventure .parkCmn.second .thumb {
  margin-left: -10px;
}
.caliContent.hongkongContent .adventure .parkCmn.second .info {
  margin-left: 0;
  padding: 30px 30px 40px 20px;
}
.caliContent.hongkongContent .adventure .parkCmn .thumb {
  margin-right: -40px;
  margin-left: -10px !important;
}
.caliContent.hongkongContent .adventure .parkCmn .info {
  padding: 30px 10px 40px 40px;
  margin-top: 30px;
  margin-left: -30px;
  width: 425px;
}
.caliContent.hongkongContent .adventure .parkCmn .info.add-more-pad {
  padding: 70px 10px 90px 40px;
}
.caliContent.hongkongContent .btn-link {
  text-align: center;
  margin-top: 20px;
  display: block;
}
.caliContent.hongkongContent .secCaliStay {
  background-color: #fff;
  background-image: none !important;
  padding-bottom: 30px;
}
.caliContent.hongkongContent .secCaliStay .grade .capHotel {
  margin-top: 10px;
  margin-bottom: 5px;
}
.caliContent.hongkongContent .tabHotel .txt-title {
  font-size: 20px;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.caliContent.hongkongContent .tabHotel .txt-title:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #f8af46;
}
.caliContent.hongkongContent .secRank {
  background-image: none !important;
  padding-top: 30px;
}
.caliContent.hongkongContent .secRank .txtCenter {
  margin-top: 20px;
}
.caliContent img.soldout {
    width: 50%;
    display: block;
    margin: 30px auto 0;
}
/*# sourceMappingURL=hongkong.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;
}
.mt40 {
    margin-top: 40px;
}
.txt_image {
    text-align: center;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.055em;
    margin-top: 40px;
}
.link_hotel {
    text-decoration: underline!important;
}

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

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


#scrollI {
	padding: 20px;
	background-color: rgb(213,240,254);
	background-color: -webkit-linear-gradient(top left, rgba(213,240,254,1) 0%, rgba(150,219,255,1) 50%, rgba(213,240,254,1) 100%);
	background-color: -o-linear-gradient(top left, rgba(213,240,254,1) 0%, rgba(150,219,255,1) 50%, rgba(213,240,254,1) 100%);
	background-color: linear-gradient(to bottom right, rgba(213,240,254,1) 0%, rgba(150,219,255,1) 50%, rgba(213,240,254,1) 100%); 
	background-image: url(/attending/kaigai/disney/images/pc/hongkong/crystal_top.png), url(/attending/kaigai/disney/images/pc/hongkong/crystal_btm.png);
	background-position: left top, left bottom;
	background-repeat: no-repeat, no-repeat;
}

.caliContent.hongkongContent .filmList .thumb.bg-frame-I01:before {
  background: url(/attending/kaigai/disney/images/pc/hongkong/bg-frame-I01.png) no-repeat 0 0;
  background-size: 100%;
  top: -15px;
  right: -8px;
  left: -10px;
}

.caliContent.hongkongContent .parkCmn .info_fozen {
    background: url(/attending/kaigai/disney/images/pc/hongkong/bg_pattern_fozen.png) repeat 50% 0;
    width: 450px;
    margin-top: 25px;
    padding: 25px 15px 25px 30px;
    margin-left: 40px;
}

.caliContent.hongkongContent .parkCmn.second .info_fozen {
    background: url(/attending/kaigai/disney/images/pc/hongkong/bg_pattern_fozen.png) repeat 50% 0;
    width: 430px;
    margin-top: 25px;
    padding: 25px 15px 25px 70px;
    margin-left: 0;
}

.caliContent.hongkongContent .cont20th .parkCmn {
  display: flex;
  justify-content: space-around;
  width: 840px;
}
.caliContent.hongkongContent .cont20th .parkCmn:nth-of-type(even) {
  flex-direction: row-reverse;
}
.caliContent.hongkongContent #scrollI .parkCmn.second {
	margin-top: 30px;
}

.caliContent.hongkongContent #scrollI .parkCmn.second .info_fozen {
	padding: 25px 15px;
	height: fit-content;
}

.caliContent.hongkongContent #scrollI .parkCmn {
	display: flex;
}

.caliContent.hongkongContent #scrollI .parkCmn.second .thumb  {
	order: 2;
}

.caliContent.hongkongContent #scrollI .parkCmn.second .info_fozen  {
	order: 1;
}

.caliContent.hongkongContent #scrollI .parkCmn .thumb {
	width: 370px;
	height: auto;
	margin-left: 0;
}

.caliContent.hongkongContent #scrollI .parkCmn.second .thumb {
	width: 374px;
	height: auto;
}

.caliContent.hongkongContent #scrollI .parkCmn .capt {
	margin-right: 60px !important;
}

.caliContent .filmBlk .filmList .thumb.bg-frame-I02 {
	margin-bottom: 20px;
}

.caliContent .filmBlk .filmList .thumb.bg-frame-I02:before {
    position: absolute;
    content: "";
    top: -11px;
    left: -16px;
    width: auto;
    height: auto;
    background: url(/attending/kaigai/disney/images/pc/hongkong/bg-frame-I02.png) no-repeat 0 0;
}

.caliContent .filmBlk .filmList .thumb.cover {
	margin-left: 15px;
}

.caliContent.hongkongContent #scrollI .filmList .capt {
    margin-top: 15px !important;
}

.benefits {
	border: 6px double #205ca4;
	border-radius: 5px;
	background-color: #fff;
	padding: 20px;
	margin-top: 30px;
}

.ribbon01 {
	letter-spacing: 0;
  position: relative;
  height: 60px;/*リボンの高さ*/
  line-height: 29px;/*リボンの高さ*/
  text-align: center;
  padding: 0 20px;/*横の大きさ*/
  font-size: 19px;/*文字の大きさ*/
  background: #205ca4;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.ribbon01:before, .ribbon01:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon01:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon01:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.benefits p {
	margin: 15px 0 25px;
	text-align: center;
}

.benefits dl {
	background-color: rgb(213,240,254);
	background-color: -webkit-linear-gradient(top left, rgba(213,240,254,1) 0%, rgba(150,219,255,1) 50%, rgba(213,240,254,1) 100%);
	background-color: -o-linear-gradient(top left, rgba(213,240,254,1) 0%, rgba(150,219,255,1) 50%, rgba(213,240,254,1) 100%);
	background-color: linear-gradient(to bottom right, rgba(213,240,254,1) 0%, rgba(150,219,255,1) 50%, rgba(213,240,254,1) 100%); 
	padding: 35px 10px 5px;
	position: relative;
}

.benefits dl dt {
	position: absolute;
	top: -25px;
	left: -10px;
}

.benefits dl dd {
	font-size: 15px;
	margin-bottom: 5px;
	padding-left:1em;
	text-indent:-1em;
	color: #205ca4;
	font-weight: bold;
}

.benefits dl dd span {
	color: #205ca4;
}

.benefits dl dd small {
	font-size: 80%;
	font-weight: normal;
}

.ribbon02 {
  display: inline-block;
  position: relative;
  padding: 5px 15px;
  font-size: 18px;/*フォントサイズ*/
  color: #FFF;/*フォントカラー*/
  background: #ff0000;/*リボンの色*/
	font-weight: bold;
}

.ribbon02:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 10px rgb(149, 158, 155);/*折り返し部分*/
}

/* ボタン */
.btn {
	text-align: center;
}

.caliContent a.line-btn {
	text-align: center;
	font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 20px 30px;
  border-radius: 4px;
  transition: border-color 0.3s, background-color 0.3s;
	margin-top: 15px;
	font-size: 18px;
	color: #fff;
	background-color: #e3b20a;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.2)
}
/* ボタン内矢印 */
.line-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.line-btn::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 16px;
  border-top: 2px solid #e3b20a;
  border-right: 2px solid #e3b20a;
  transform: translateY(-50%) rotate(45deg);
}
/* ボタンhover効果 */
.line-btn:hover {
	opacity: 0.7;
}

.scrollI_ttl {
	width: 315px;
}

#scrollI .filmList.flexBetween {
	margin-bottom: 30px;
}

#hyperBn img {
  width: 100%;
}

.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/hongkong/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: #e6c12e;
    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 #e6c12e;
  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: #e6c12e;
  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 #e6c12e;
  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: #f2b705 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: #e3b20a;
}

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

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

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

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

.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;
}

.cont20th_inner{
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.cont20th_top{
  display: flex;
  gap: 20px;
}
.cont20th_lead {
  color: #ee7473;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  margin: 50px 0 30px;
}
.cont20th_top__pht img{
  width: 560px;
  max-width: none;
}

.cont20th_top__txt{
  border: 2px solid #ee7473;
  padding: 20px;
  border-radius: 10px;
  height: fit-content;
  color: #333;
}
.caliContent .cont20th .parkCmn:nth-of-type(1) .ttlPark {
  width: 90%;
}
.caliContent .cont20th .parkCmn:nth-of-type(2) .ttlPark {
  width: 70%;
}
.caliContent .cont20th .parkCmn:nth-of-type(3) .ttlPark {
  width: 80%;
}