@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500;700;900&display=swap');
/*----------------------------------
	index用のCSSです
----------------------------------*/

/*----------------------------------メインコンテンツ----------------------------------*/

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: -.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 .2s linear 0s;
    opacity: 1; }
.containner .seoarea .snsArea .snsList > .snsListItem > a:hover > img {
    opacity: .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;
}
.caliContent *,
.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 .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: center;
  justify-content: center;
    gap: 8px;
}
.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 auto 29px;
	padding: 0;
	background: none;
	text-align: center;
    max-width: 1275px;
}
.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 12px;
	width: 12px;
	height: 12px;
  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.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 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: 14px;
  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 .ctTab {
  background: #fff;
  border: 2px solid #f16fa6;
}
.caliContent #cali_pos02 .ctTab {
  border: 2px solid #7f4d99;
}
.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: #f16fa6 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.caliContent #cali_pos02 .headTab li.active .tabText {
  background: #7f4d99 !important;
  color: #fff;
}
.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 #f16fa6;
  padding: 5px 2px;
  color: #f16fa6;
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  height: 70px;
}
.caliContent .headTab li:not(:last-child) .tabText {
    border-right: none;
}
.caliContent #cali_pos02 .headTab .tabText {
  border-color: #7f4d99;
  color: #7f4d99;
}
.caliContent .secRank .headTab .tabText {
  border-bottom: 2px solid #f16fa6;
}
.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; */
  padding: 90px calc((1024px - 960px) / 2) 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 #cali_pos02 .wrapCt {
  background: url(/attending/kaigai/disney/images/pc/california/bg_mid-htl-blue.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: 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: #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;
}
.wrapCt .txt {
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.75;
  margin: 20px auto 10px;
}
.wrapCt .img {
    position: relative;
}
#cali_pos04 .wrapCt .copyright {
    left: 3px;
    color: #000;
    text-shadow:none;
}
.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: 41px;
  text-align: center;
}
.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 .scrollWrap#scrollB {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.caliContent .parkCmn .thumb {
  position: relative;
  z-index: 2;
  float: left;
  width: 440px;
  margin-right: -32px;
}
.caliContent .parkCmn .thumb.thumb-reverse {
  float: right;
  margin-right: 0px;
}
.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: 400px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_pattern01.png) repeat 50% 0;
  color: #fff;
  padding: 35px 15px;
}
.caliContent .parkCmn .info.info-reverse {
  float:left;
  margin-left: 0;
}
.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: 46px;
}
.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: 56px;
  padding-bottom: 57px;
}
.caliContent .adventure .parkCmn .thumb {
  width: 440px;
  margin-left: -32px;
}
.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 .info.info-reverse {
  margin-top: 35px;
  padding: 35px 15px 35px 15px;
}
.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 #scrollA .adventBlk01 li:nth-child(1) {
  width: 397px;
}
.caliContent #scrollA .adventBlk01 li:nth-child(2) {
  width: 420px;
}
.caliContent #scrollB .adventBlk01 li:nth-child(1) {
  width: 407px;
}
.caliContent #scrollB .adventBlk01 li:nth-child(2) {
  width: 413px;
}
.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;
}
.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 .wrapIn#cali_pos02 {
  background: url(/attending/kaigai/disney/images/pc/california/bg_top-htl-blue.png) no-repeat 50% 0, url(/attending/kaigai/disney/images/pc/california/bg_bot-htl-blue.png) no-repeat 50% 100%;
  padding-top: 90px;
}
.caliContent .secCaliStay .wrapCt {
  padding-top: 8px;
  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.cvr02 {
  margin-bottom: 0px;
  padding-bottom: 17px;
  background: none;
}
.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: 262px;
  background-image: url(/attending/kaigai/disney/images/pc/california/bg_frame09.png); */
}
.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 #cali_pos02 .ttlHotel {
  color: #7f4d99;
}
.caliContent .sbHotel {
  margin-top: 5px;
  color: #fa818c;
  font-size: 18px;
}
.caliContent #cali_pos02 .sbHotel {
  color: #7f4d99;
}
.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: 264px;
  background: url(/attending/kaigai/disney/images/pc/california/bg_frame09.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 li {
  margin-right:20px ;
  width: 181px;
}
.caliContent .grade .ulList li:last-child {
  margin-right:0;
}
.caliContent .grade .ulList .frameHtl:before {
  top: -5px;
  left: 0;
  width: 189px;
  height: 108px;
  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 .rankList {
	padding: 17px 10px;
}
.caliContent .rankList .thumb img {
    border-radius: 5px;
}
.caliContent .rankList .box {
  margin-right: 15px;
  margin-bottom: 13px;
  width: 260px;
}
.caliContent .rankList .box:nth-child(3n) {
  margin-right: 0;
}
.caliContent .rankList .inner {
	display: block;
	border: 2px solid #f16fa6;
	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;
}
/*ページトップへ戻る*/
#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対応*/

.pht{
  position: relative;
}
.copyright{
  position: absolute;
  bottom:3px;
  right:3px;
  /* text-shadow: 3px 2px 2px rgb(0 0 0 / .7), -1px -1px 2px rgb(0 0 0 / .7); */
  text-shadow: -1px 2px 3px rgb(0 0 0 / 70%), -1px -1px 2px rgb(0 0 0 / 70%);
  color: #fff;
  font-size: 12px;
}

.heading_gtc {
  display: block;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  margin: 0 auto;
  padding: 5px 0;
}

/*パスポート枠追加*/
.caliContent .secCaliStay2 {
  padding: 0 0 78px;
}
.caliContent .secCaliStay2 .wrapIn#cali_pos04 {
  background: url(/attending/kaigai/disney/images/pc/california/bg_top2-htl-blue.png) no-repeat 50% 0, url(/attending/kaigai/disney/images/pc/california/bg_bot-htl-blue.png) no-repeat 50% 100%;
  padding-top: 30px;
}
.caliContent .secBg #cali_pos04 .wrapCt {
  background: url(/attending/kaigai/disney/images/pc/california/bg_mid-htl-blue.png) repeat-y 50% 0;
  padding: 20px 60px 33px;
}
#cali_pos04 h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #6c00a4;
}
#cali_pos04 ul {
    display: flex;
}
#cali_pos04 li.txt {
    width: 50%;
    padding-right: 20px;
    font-weight: 400;
}
#cali_pos04 li.txt span {
    color: #6c00a4;
    font-weight: bold;
}


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

.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/california/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: #f16fa6;
    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 #f16fa6;
  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: #f16fa6;
  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 #f16fa6;
  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: #7f4d99;
}

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

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

/*.secRank .btn_more_wapper {
    margin: 24px 0;
}
.caliContent .secRank .ctTab {
    border: none;
}*/

.caliContent .secRank .ctTab {
    /*border: 2px solid #f16fa6;*/
    margin-bottom: 24px;
}

.tourCassette_ph img {
    width: 100%;
}

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

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

.caliContent #cali_pos02 .intHotel:before {
    background: #7f4d99;
}

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

/*開園70周年セレブレーション*/
.secCali__blc-celeb{
	position:relative;
	margin: 40px auto;
	border: 3px solid #CD3C79;
    border-radius: 20px;
	background: #FFFDF0;
}
.secCali__blc-celeb::before{
    content: "";
    display: inline-block;
    width: 215px;
    height: 117px;
    position: absolute;
    background: url(/attending/kaigai/disney/images/pc/california/70th_dec_l.png) no-repeat center / cover;
	top: 0;
    left: 0;
}
.secCali__blc-celeb::after{
    content: "";
    display: inline-block;
    width: 215px;
    height: 117px;
    position: absolute;
    background: url(/attending/kaigai/disney/images/pc/california/70th_dec_r.png) no-repeat center / cover;
	top: 0;
    right: 0;
}
.secCali__blc-celeb hgroup{
	margin-top:30px;
	text-align:center;
}
.secCali__blc-celeb hgroup span{
	font-size:20px;
	font-weight:300;
	color:#CD3C79;
}
.secCali__blc-celeb hgroup h3{
	font-size:28px;
	font-weight:300;
	color:#CD3C79;
}
.wrapCt .secCali__blc-celeb .txt{
	margin:25px 50px;
	text-align:left;
	font-size:16px;
	font-weight:300;
}
.secCali__blc-celeb .smooth.txt{
	text-align:center;
}
.secCali__blc-celeb .smooth.txt a{
	position:relative;
	display:inline-block;
	width:316px;
	background:#CD3C79;
	padding:1rem;
	font-weight:300;
	color:#fff;
	font-size:18px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.4);
	transition: all 0.5s;
}
.secCali__blc-celeb .smooth.txt a:hover{
	color:#CD3C79;
	background:#fff;
}
.secCali__blc-celeb .smooth.txt a::after{
	content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    top: 55%;
    right: 15px;
    transform: translateY(-80%) rotate(-45deg);
}
.secCali__blc-celeb .smooth.txt a:hover::after{
	border-right: 3px solid #CD3C79;
    border-bottom: 3px solid #CD3C79;
}
.secCali__blc-celeb .smooth.txt span{
	display:block;
	margin-top:10px;
	font-weight:300;
	font-size:12px;
}