@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information

File name:      style.css
Created:        2019-08-28
Style Info:     Disney CSS
----------------------------------------------------------- */
/* ------------------------------------ */
/* Base */
/* ------------------------------------ */
.disney {font-family:'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;border-top:3px solid #ff2674;background:#fff1f6;}
.disney a {text-decoration:none;}
.disney small {color:inherit;}
.disney .overlay {display:none;}
@media (min-width: 1024px), print {
  .disney a:hover {opacity:.75;}
}
@media screen and (max-width: 767px) {
  .disney {position:relative;z-index:2;overflow:hidden;margin-bottom:-1px;border-top-width:2px;}
  .disney .overlay {position:absolute;z-index:10;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0, 0, 0, .45);}
  .disney img {width:100%;height:auto;}
}
@media screen and (max-width: 767px) {
  .header18,.breadcrumb_area {position:relative;z-index:3;}
  .footer18 {position:relative;z-index:1;}
}
@media (min-width: 321px), print {
  .disney .dis_ssp {display: none;}
}

/* bootstrap */
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------------------------------------ */
/* 【COMMON】 */
/* ------------------------------------ */
.disney .content {overflow:hidden;padding:0 15px 30px;background:#fff;}
@media (min-width: 1140px), print {
  .disney .content {width:1140px;margin:0 auto;padding:0 90px;}
}
@media screen and (max-width: 640px) {
  .disney .content {padding:0;}
}

/* 【COMMON】ヘッダーナビ */
/* ------------------------------------ */
.disney .head_nav {background:#fff;}
.disney .head_nav .tp {font-family:kan415typos-std, sans-serif;font-size:2rem;font-weight:400;font-style:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-ms-flex-align:center;color:#ff2674;padding-bottom:5px;}
.disney .head_nav li a {font-family:kan415typos-std, sans-serif;font-weight:400;font-style:normal;}
@media (min-width: 1140px), print {
  .disney .head_nav nav {width:1140px;margin:0 auto;padding:0;}
}
@media (min-width: 1024px), print {
  .disney .head_nav nav li a {font-size:1.4rem;}
  .disney .head_nav nav li a:nth-child(3n) a {padding-right:0;}
}
@media (min-width: 768px), print {
  .disney .head_nav nav {display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 15px;}
  .disney .head_nav .tp {width:302px;height:60px;}
  .disney .head_nav ul {display:table;width:calc(100% - 302px);}
  .disney .head_nav ul li {position:relative;display:table-cell;vertical-align:middle;}
  .disney .head_nav ul li::before {position:absolute;top:12.5%;left:0;width:1px;height:75%;content:'';border-left:1px dashed #ccc;}
  .disney .head_nav ul li a {font-size:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:55px;margin:5px 5px 0;padding-bottom:5px;text-align:center;}
  .disney .head_nav ul li a.active {pointer-events:none;}
  .disney .head_nav ul li a.active,.disney .head_nav ul li a:hover {opacity:1;border-radius:4px 4px 0 0;}
  .disney .head_nav ul li a.cruise {color:#3972b7;}
  .disney .head_nav ul li a.cruise.active,
  .disney .head_nav ul li a.cruise:hover {color:#fff;background:#3972b7;}
  .disney .head_nav .head_sbnav_sp {display:none !important;}
}
@media screen and (max-width: 1139px) and (min-width: 768px) {
  .disney .head_nav li a {line-height:1.15;}
}
@media screen and (max-width: 767px) {
  .disney .head_nav {position:relative;z-index:20;border-bottom:0;}
  .disney .head_nav .tp {position:relative;z-index:2;overflow:hidden;height:40px;padding:0 15px 5px;border-bottom:1px solid #ff2674;background:#fff;}
  .disney .head_nav .menu {position:absolute;z-index:2;z-index:3;top:0;right:0;display:block;width:40px;height:40px;cursor:pointer;text-align:center;}
  .disney .head_nav .menu span {position:absolute;right:25%;display:block;width:50%;-webkit-transition:.35s ease-in-out;transition:.35s ease-in-out;border-bottom:solid 3px #ff2674;}
  .disney .head_nav .menu span:nth-child(1) {top:12px;}
  .disney .head_nav .menu span:nth-child(2) {top:19px;}
  .disney .head_nav .menu span:nth-child(3) {top:26px;}
  .disney .head_nav .menu.active span:nth-child(1) {top:18px;right:25%;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
  .disney .head_nav .menu.active span:nth-child(2),.disney .head_nav .menu.active span:nth-child(3) {top:18px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
  .disney .head_nav #HnavSp {position:absolute;z-index:1;top:100%;left:0;width:100%;-webkit-transition:all .6s;transition:all .6s;-webkit-transform:translateY(-100%);transform:translateY(-100%);border-bottom:1px solid #ff2674;background:#fff;}
  .disney .head_nav #HnavSp.active {-webkit-transform:translateY(0%);transform:translateY(0%);}
  .disney .head_nav li {font-size:1.6rem;border-top:1px dashed #ccc;overflow:hidden;}
  .disney .head_nav li:first-child {border-top:none;}
  .disney .head_nav li a {line-height:1.4;position:relative;display:block;padding:5px 20px 10px;}
  .disney .head_nav li a::after {font-family:"Font Awesome 5 Free";font-weight:bold;position:absolute;top:50%;right:10px;content:'\f105';-webkit-transform:translateY(-50%);transform:translateY(-50%);color:inherit;}
  .disney .head_nav li a.cruise {color:#3972b7;background:#e8f2ff;}
  .disney .head_nav li .nav_accordion_tit::after {transform:translateY(-50%) rotate(90deg);}
  .disney .head_nav li .nav_accordion_tit.open::after {transform:translateY(-50%) rotate(-90deg);}
  .disney .head_nav .head_sbnav_sp {display:none;border-top:1px dashed #ccc;margin-bottom:-2px;overflow:hidden;}
  .disney .head_nav .head_sbnav_sp ul {display:flex;width:100%;flex-wrap:wrap;}
  .disney .head_nav .head_sbnav_sp li {width:50%;border-top:0;border-bottom:1px dashed #ccc;}
  .disney .head_nav .head_sbnav_sp li:nth-child(2n+1) {border-right:1px dashed #ccc;}
  .disney .head_nav .head_sbnav_sp li a {display:flex;align-items:center;height:100%;}
  .disney .head_nav .head_sbnav_sp li a.active {opacity:0.65;}
  .disney .head_nav .head_sbnav_sp li a::after {right:15px;}
}
@media screen and (max-width: 320px) {
  .disney .head_nav .tp {font-size:1.8rem;}
}

/* 【COMMON】リンクボタン */
/* ------------------------------------ */
.disney .link_btn a {font-size:1.6rem;font-weight:bold;font-weight:bold;line-height:1.6;position:relative;display:block;overflow:hidden;margin:0 auto;padding:0;padding:10px 30px 10px 15px;text-align:center;text-decoration:none;color:#fff;border-radius:8px;background:#ff2674;}
.disney .link_btn:not(.tp) a {max-width:465px;}
.disney .link_btn a::after {font-family:"Font Awesome 5 Free";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fff;}
.disney .link_btn:not(.back) a::after {right:15px;content:'\f105';font-weight: 700;}
.disney .link_btn.back {margin:65px 0;}
.disney .link_btn.back a {padding:10px 15px 10px 30px;}
.disney .link_btn.back a::after {left:15px;content:'\f104';}
@media (min-width: 1024px), print {
  .disney .link_btn a:hover {opacity:.65;}
}
@media screen and (max-width: 1139px) {
  .disney .link_btn.back {margin:30px 0;}
}
@media screen and (max-width: 640px) {
  .disney .link_btn.back {margin:5vw 15px;}
  .disney .link_btn a {font-size:4vw;}
}

/* 【COMMON】タイトル */
/* ------------------------------------ */
.disney .sec .sec_tit {position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-ms-flex-align:center;margin-bottom:40px;text-align:center;color:#ff2674;}
.disney .sec .sec_tit span {font-family:kan415typos-std, sans-serif;font-size:2.4rem;font-weight:400;font-style:normal;line-height:1.3;position:relative;z-index:2;display:inline-block;max-width:90%;letter-spacing:-.06em;margin:0 auto 10px;padding:0 15px;word-wrap:break-word;word-break:keep-all;color:inherit;background:#fff;line-break:strict;overflow-wrap:break-word;}
.disney .sec .sec_tit::before {position:absolute;z-index:1;top:50%;left:0;width:100%;height:2px;content:'';background:#ff2674;}
.disney .sec .sec_tit_l  span {font-size: 3.4rem;}
.disney .sec .sec_tit_l .sub_tit {font-family:kan415typos-std, sans-serif;font-size:1.8rem;font-weight:400;font-style:normal;line-height:1.3; text-align: center;color:#ff2674; margin-bottom: 10px;}
.disney.hotel .sec .content_head .sec_tit::before,
.disney.park .sec .content_head .sec_tit::before {top:27%;}
@media screen and (max-width: 767px) {
  .disney .sec .sec_tit {margin:0 0 20px;}
  .disney .sec .sec_tit span {font-size:2.4rem;}
  .disney .sec .sec_tit span::before {height:1px;}

}
@media screen and (max-width: 640px) {
  .disney .sec_tit {margin-bottom:5vw;}
  .disney .sec .sec_tit span {font-size:5.5vw;max-width:95%;padding:0 5px;}
  .disney .sec .sec_tit::before {height:1px;}
  .disney .sec .sec_tit_l .sub_tit {font-size: 3.5vw; margin-bottom: 0;}
  .disney .sec .sec_tit_l span {font-size: 6.5vw;}
}

/* 【COMMON】バナー */
/* ------------------------------------ */
.disney .bnrs {margin:100px auto;}
.disney .bnrs a {display:block;}
@media screen and (max-width: 1139px) {
  .disney .bnrs {margin:50px auto;}
  .disney .bnrs li {margin-bottom:25px;}
  .disney .bnrs img {width:100%;height:auto;}
}
@media screen and (max-width: 767px) {
  .disney .bnrs {margin:30px 15px;}
  .disney .bnrs li {margin-bottom:15px;}
}
@media screen and (max-width: 640px) {
  .disney .bnrs {margin:10vw 15px;}
  .disney .bnrs li {margin-bottom:5vw;}
}

/*【COMMON】お知らせ */
/* ------------------------------------ */
.disney .sec_news {position:relative;}
.disney .sec_news .sec_tit {font-size:1.8rem;margin-bottom:5px;border-bottom:2px solid #ff2674;}
.disney .sec_news .sec_tit span {font-family:kan415typos-std, sans-serif;font-weight:400;font-style:normal;position:relative;display:inline-block;min-height:43px;padding:10px 50px 12px;color:#ff2674;}
.disney .sec_news .sec_tit span::before,.disney .sec_news .sec_tit span::after {position:absolute;top:0;width:42px;height:36px;content:'';background:url(../img/icon_hosi_01.png) center center no-repeat;}
.disney .sec_news .sec_tit span::before {left:0;}
.disney .sec_news .sec_tit span::after {right:0;}
.disney .sec_news .sec_cnt .news_list li {line-height:1.8;display:table;width:100%;padding:15px 0;border-bottom:1px dashed #ff2674;}
.disney .sec_news .sec_cnt .news_list li p {display:table-cell;vertical-align:top;}
.disney .sec_news .sec_cnt .news_list li p.data {width:180px;text-align:center;color:#999;}
.disney .sec_news .sec_cnt .news_list li p.txt {padding-left:10px;}
.disney .sec_news .sec_cnt .news_list li p.txt a {text-decoration:underline;color:#ff2674;}
.disney .sec_news .more {position:absolute;top:10px;right:0;}
.disney .sec_news .more a {line-height:1.6;display:inline-block;color:#ff2674;}
.disney .sec_news .more a::after {font-family:"Font Awesome 5 Free";font-weight:bold;margin-left:10px;content:'\f105';}
@media screen and (max-width: 640px) {
  .disney .sec_news {padding:10px 2.5vw;background:#fff1f6;}
  .disney .sec_news .sec_tit {font-size:1.6rem;margin-bottom:0;padding:5px 5px 8px;border-bottom:0;border-radius:5px 5px 0 0;background:#ff2674;}
  .disney .sec_news .sec_tit span {line-height:30px;width:200px;min-height:30px;padding:0 20% 0 12%;text-align:center;color:#fff;background:url(../img/icon_hosi_02.png) center center/100% auto no-repeat;}
  .disney .sec_news .sec_tit span::before,.disney .sec_news .sec_tit span::after {display:none;}
  .disney .sec_news .sec_cnt {overflow:hidden;border-radius:0 0 5px 5px;background:#fff;}
  .disney .sec_news .sec_cnt .news_list li {line-height:1.5;padding:10px;font-size: 1.2rem;}
  .disney .sec_news .sec_cnt .news_list li:last-child {border-bottom:0;}
  .disney .sec_news .sec_cnt .news_list li p.data {width:20%;}
  .disney .sec_news .more {top:22px;right:25px;}
  .disney .sec_news .more a {font-size:1.3rem;color:#fff;}
}

/*【COMMON】おすすめツアー */
/* ------------------------------------ */
.disney .sec_tour {margin:80px 0;}
.disney .sec_tour .sec_tit::before {background:#ff2674;}
.disney .sec_tour .tourlist .tour_tab li.selected {border-color:#ff2674;}
.disney .sec_tour .tourlist .tour_tab li.selected span {background:#ff2674;}
.disney .sec_tour .tourlist .tour_tab li.selected span::after {border-color:#ff2674 transparent transparent transparent;}
.disney .sec_tour .tourlist .tour_panel_tit {font-size:1.8rem;color:#fff;background-color:#ff2674;padding:20px 20px 18px;font-weight:bold;margin-bottom:30px;}
.disney .sec_tour .tourlist .tour_cnt_head .cnt_head_01 {border-color:#ff2674;}
.disney .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {color:#ff2674;border-bottom-color:#ff2674;}
.disney .sec_tour .tourlist .tour_cnt_head .tour_comment_tit {color:#000;background:#ffd4e3;}
.disney .sec_tour .tourlist .tour_cnt_wrap .tour_info_list .tit {color:#000;background:#ffd4e3;}
.disney .sec_tour .tourlist .tour_cnt_wrap .tour_info_list .txt .direct {color:#ff2674;border-color:#ff2674;}
.disney .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {color:#fff;border:0;background:#ff2674;}
.disney .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {color:#000;background:#fff;}
.disney .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {background:#ff2674;}
.disney .sec_tour .tourlist .tour_panel .link_btn {margin:20px auto;width:100%;max-width:630px;}
.disney .sec_tour .tourlist .tour_panel .link_btn a {font-size:1.6rem;width:70%;height:auto;line-height:1.5;padding:10px 30px 10px 15px;background:#ff2674;}
.disney .sec_tour .tourlist .tour_panel .link_btn a::after {top:50%;}
.disney .sec_tour .tourlist:not(.tabpanel) .tour_panel + .tour_panel {margin-top:60px;}
@media screen and (max-width: 767px) {
  .disney .sec_tour {margin:30px 0 0;}
  .disney .sec_tour .sec_tit {margin:0 15px 15px;}
  .disney .sec_tour .tourlist {margin:0;}
  .disney .sec_tour .tourlist.tabpanel .tour_panel {padding-bottom:15px;background:#fff;}
  .disney .sec_tour .tourlist .tour_panel_tit {font-size:1.6rem;padding:15px 15px 12px;margin-bottom:15px;}
  .disney .sec_tour .tourlist .tour_cnt {border-top:0;-webkit-box-shadow:none;box-shadow:none;}
  .disney .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {color:#000;background:#ffd4e3;}
  .disney .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {color:#fff;background:#ff2674;}
  .disney .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel {border-color:#ff2674;border-top-width:2px;}
  .disney .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {border-right-color:#ff2674;}
  .disney .sec_tour .tourlist .tour_panel .link_btn {margin-top:10px;}
  .disney .sec_tour .tourlist .tour_panel .link_btn a {font-size:1.5rem;border-radius:8px;border:1px solid #ff2674;color:#ff2674;background:#fff;width:70%;}
  .disney .sec_tour .tourlist .tour_panel .link_btn a::after {color:#ff2674;}
  .disney .sec_tour .tourlist:not(.tabpanel) .tour_panel + .tour_panel {margin-top:30px;}
}

/*【COMMON】お問い合わせ */
/* ------------------------------------ */
.disney .contact_box {overflow:hidden;max-width:1100px;margin:60px auto 50px;padding:35px 40px 28px 40px;border:solid 1px #c8c8c8;}
.disney .contact_box p {font-size:1.5rem;line-height:1.6;color:#787878;}
.disney .contact_box .tit {font-size:2.4rem;font-weight:bold;margin:10px 0;color:#ff2674;}
.disney .contact_box .btn_wrap {display:none;}
.disney .contact_box .link_btn {margin-top:10px;}
.disney .contact_box .link_btn a {font-size:1.4rem;line-height:40px;display:block;height:40px;padding:0 10px;background:#ff2674;}
.disney .contact_box .contact_tel {font-family:'arial',sans-serif;font-size:5.4rem;font-weight:bold;line-height:1;margin:0 auto;letter-spacing:-.02em;color:#000;}
.disney .contact_box .contact_tel::before {font-family:"Font Awesome 5 Free";font-size:80%;display:inline-block;margin-right:10px;content:'\f095';-webkit-transform:rotate(95deg);transform:rotate(95deg);}
@media (min-width: 769px), print {
  .disney .contact_box .wrap_01 {float:left;width:55%;}
  .disney .contact_box .wrap_02 {float:right;width:45%;max-width:400px;}
}
@media screen and (max-width: 768px) {
  .disney .contact_box {max-width:640px;margin:0 auto 30px;padding:30px 20px;text-align:center;}
  .disney .contact_box p {font-size:1.4rem;margin-bottom:20px;}
  .disney .contact_box .tit {font-size:2rem;}
  .disney .contact_box .wrap_02 {max-width:400px;margin:0 auto;}
  .disney .contact_box .contact_tel {display:inline-block;}
}
@media screen and (max-width: 640px) {
  .disney .contact_box {margin-bottom:0;padding:20px 25px 10px;text-align:left;border:0;border-top:1px solid #c8c8c8;}
  .disney .contact_box .wrap_02 {display:none;}
  .disney .contact_box .tit {font-size:1.8rem;}
  .disney .contact_box .btn_wrap {display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;-webkit-box-align:stretch;align-items:stretch;-ms-flex-align:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:15px 0;}
  .disney .contact_box .btn_wrap li {width:49%;}
  .disney .contact_box .btn_wrap li a {font-size:1.4rem;font-weight:bold;line-height:42px;position:relative;display:block;height:44px;text-align:center;text-decoration:none;border-radius:5px;}
  .disney .contact_box .btn_wrap li.tel a {padding-left:10px;color:#ff2674;border:2px solid #ff2674;background:#fff;}
  .disney .contact_box .btn_wrap li.tel a::before {font-family:"Font Awesome 5 Free";font-size:2rem;position:absolute;left:5px;content:'\f095';-webkit-transform:rotate(95deg);transform:rotate(95deg);}
  .disney .contact_box .btn_wrap li.order a {padding-right:10px;color:#fff;border:2px solid #ff2674;background:#ff2674;}
  .disney .contact_box .btn_wrap li.order a::before {font-family:"Font Awesome 5 Free";font-size:1.4rem;font-weight:bold;line-height:20px;position:absolute;top:50%;right:10px;height:20px;margin-top:-10px;content:'\f054';}
}

/*【COMMON】SNS */
/* ------------------------------------ */
.disney .sns_area {overflow:hidden;}
.disney .sns_area li {float:left;width:25%;}
.disney .sns_area li a {font-size:1.385em;font-weight:bold;line-height:40px;position:relative;display:block;height:40px;text-align:center;color:#fff;border-left:1px solid #fff;}
.disney .sns_area li a::before {font-family:"Font Awesome 5 Brands";position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;font-weight: 900;}
.disney .sns_area li i {font-style:normal;}
.disney .sns_area li.sns_fb a {background:#3b5998;}
.disney .sns_area li.sns_fb a::before {content:"\f39e";}
.disney .sns_area li.sns_tw a {background:#55acee;}
.disney .sns_area li.sns_tw a::before {content:'\f099';}
.disney .sns_area li.sns_bm a {background:#008fde;}
.disney .sns_area li.sns_bm a::before {font-family:Verdana;content:'B!';}
.disney .sns_area li.sns_line a {background:#00b833 url(../img/icon_line.png) center center no-repeat;background-size:auto 80%;}
.disney .sns_area li.sns_line a::before {display:none;}
@media screen and (max-width: 640px) {
  .disney .sns_area {margin:0 15px;}
}


/* 【COMMON】 ページ内リンク */
/* ------------------------------------ */
.disney .sec_contents_link {margin-bottom:60px;}
.disney .sec_contents_link .sec_tit {width: 100%; text-align: center; position: relative; margin-bottom: 20px; }
.disney .sec_contents_link .sec_tit:before {content: url("../img/icon_hosi_03.svg"); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.disney .sec_contents_link .sec_tit span{font-family:kan415typos-std, sans-serif; font-size: 1.4rem; font-weight:400;font-style:normal;line-height:1;margin-bottom:20px;text-align:center;overflow:hidden; color: #ff2674;}
.disney .sec_contents_link ul {display: flex; justify-content:center; flex-wrap: wrap;width:calc(100% + 10px);margin:0 -5px;}
.disney .sec_contents_link ul li {margin: 0 5px;}
.disney .sec_contents_link ul li a {display: block; width: 100%; background:#fff1f6; border: solid 1px #ff2674; border-radius: 5px; padding: 5px 10px;color: #ff2674;}
.disney .sec_contents_link ul li a:hover {opacity: .65;}
.disney .sec_contents_link ul li a:after {content: "\f107";font-family:"Font Awesome 5 Free";font-size:1.4rem;font-weight:bold; margin-left: 5px;}
@media (max-width: 960px) {
	.disney .sec_contents_link {margin: 0 15px 30px;}
	.disney .sec_contents_link ul {margin-bottom: -10px;}
	.disney .sec_contents_link ul li {width: calc(33.333% - 10px); margin: 0 5px 10px;}
	.disney .sec_contents_link ul li a {position: relative;}
	.disney .sec_contents_link ul li a:after {position: absolute; right: 10px;}
}
@media (max-width: 768px) {
	.disney .sec_contents_link ul {justify-content: space-between;width:100%;margin:0 0 -6px;}
	.disney .sec_contents_link ul li {width: calc(50% - 3px);margin:0 0 6px;}
	.disney .sec_contents_link ul li a {padding-right: 15px;padding-left: 10px;}
	.disney .sec_contents_link ul li a::after {right: 5px}
}
@media (max-width: 375px) {
	.disney .sec_contents_link ul li a {font-size:3.5vw}
}


/* 【COMMON】 リスト02 */
/* ------------------------------------ */
.disney .sec_list02 {margin-bottom: 90px;}
.disney .sec_list02 .list02_wrap {display: flex; justify-content: flex-start; flex-wrap: wrap;}
.disney .sec_list02 .list02_bord {border: solid 1px #ff2674; border-radius: 8px;position: relative; margin-bottom: 30px;}
.disney .sec_list02 .list02_bord_tit {position: relative; background: #fff1f6; font-size: 1.8rem; font-weight: bold; color: #ff2674;  line-height: 1.2; border-radius: 8px 8px 0 0; min-height: 60px; display: flex; align-items: center; justify-content: center; text-align: center;padding:10px 12px;}
.disney .sec_list02 .list02_bord_tit:after {content: ""; display: block; width: 100%; height: 1px; position: absolute; bottom:0; left: 0; background-size: 6px 1px;background-image: linear-gradient(to right, #ff2674, #ff2674 4px, transparent 4px, transparent 6px);background-repeat: repeat-x;}
.disney .sec_list02 .list02_content {padding: 15px;min-height:0%;}
.disney .sec_list02 .list02_content figure {margin-bottom: 15px; text-align: center;}
.disney .sec_list02 .list02_content img {width: calc(100% - 15px); margin-bottom: 5px;}
.disney .sec_list02 .list02_content figcaption {color: #999; font-size: 1rem; text-align: center;}
.disney .sec_list02 .list02_content p {line-height: 1.6; padding-bottom: 15px;}
.disney .sec_list02 .btn_list {padding:0 15px 15px;}
.disney .sec_list02 .btn_list .link_btn:not(:last-child) {margin-bottom:10px;}
.disney .sec_list02 .btn_list .link_btn a {width: 100%; padding: 8px 30px 8px 15px; font-size: 1.4rem; font-weight: normal; border-radius: 5px; text-align: center; font-weight: bold;}
.disney .sec_list02.col_04 .list02_bord {width:calc((100% - 90px) / 4 ); margin-right: 30px; }
.disney .sec_list02.col_04 .list02_bord:nth-child(4n) {margin-right: 0;}
.disney .sec_list02.col_03 .list02_bord {width:calc((100% - 60px) / 3 );margin-right: 30px; }
.disney .sec_list02.col_03 .list02_bord:nth-child(3n) {margin-right: 0;}
.disney .sec_list02.col_03 .btn_list {display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;margin-bottom:-5px;}
.disney .sec_list02.col_03 .link_btn {width: calc((100% - 5px) / 2 );margin-bottom:5px;}
.disney .sec_list02.col_03 .btn_list .link_btn:not(:last-child) {margin-bottom:5px;}
.disney .sec_list02.col_03 .link_btn a {padding: 8px 10px 8px 5px; }
.disney .sec_list02.col_03 .link_btn a:after {right: 5px;}
.disney.sub .sec_list02.col_03 .link_btn {width:100%;}
.disney.sub .sec_list02.col_03 .link_btn a {padding: 8px 30px 8px 15px;}
.disney.sub .sec_list02.col_03 .link_btn a:after {right: 15px;}
@media screen and (max-width: 767px) {
	.disney .sec_list02 {margin-bottom: 30px;}
	.disney .sec_list02 {padding: 0 15px;}
	.disney .sec_list02 .list02_wrap {justify-content: space-between;}
	.disney .sec_list02 .list02_bord_tit {border:0;padding:5px 8px 10px; height: auto;font-family:kan415typos-std, sans-serif;font-weight:400;font-style:normal;line-height:1.2;text-align:center;overflow:hidden; font-size: 4.2vw}
  .disney .sec_list02 .list02_content {padding:10px;}
	.disney .sec_list02 .list02_content img {width: 100%;}
	.disney .sec_list02 .btn_list {padding:0;}
	.disney .sec_list02 .btn_list .link_btn a {padding: 8px 10px; text-align: left;}
	.disney .sec_list02.col_04 .list02_bord ,
	.disney .sec_list02.col_03 .list02_bord {width:48.4%; margin-bottom: 20px; margin-right: 0; }
	.disney .sec_list02.col_03 .link_btn {width:100%;margin-bottom:10px;}
	.disney .sec_list02.col_03 .link_btn:not(:last-child) {margin-bottom:10px;}
	.disney.sub .sec_list02 .btn_list .link_btn a {padding: 8px 30px 8px 15px;}
	.disney .sec_list02 .list02_bord.bord_none_img .list02_bord_tit {border: 0;}
	.disney .sec_list02 .list02_bord:not(.bord_none_img) {border:none;}
	.disney .sec_list02 .list02_bord:not(.bord_none_img) .list02_bord_tit {margin-bottom:10px;}
	.disney .sec_list02 .list02_bord:not(.bord_none_img) .list02_bord_tit:after {display: none;}
	.disney .sec_list02 .list02_bord:not(.bord_none_img) .list02_content {padding:0;}
}
@media screen and (max-width: 640px) {
	.disney .sec_list02 .btn_list .link_btn a {padding-left:4vw;}
}


/* ------------------------------------ */
/* 【COMMON】最旬情報 */
/* ------------------------------------ */
.disney .sec_roadtraveler {margin-bottom: 80px;}
.disney .sec_roadtraveler .sec_note {text-align: center; margin-bottom: 30px; width: 100%;}
.disney .sec_roadtraveler .sec_note p {line-height: 1.6;}
.disney .sec_roadtraveler .data_wrap {width: 100%;}
.disney .sec_roadtraveler .data_bord {width:calc((100% - 60px) / 3); border: solid 1px #35bdf0; margin-left: 20px; float: left;display: inline;}
.disney .sec_roadtraveler .data_bord:first-child {margin-left: 0;}
.disney .sec_roadtraveler .data_tit {background: #eefbff; padding: 0 15px; position: relative; height: 80px; display: flex; align-items: center;}
.disney .sec_roadtraveler .data_tit .line_dot  {content: ""; display: block; width: 100%; height: 1px; position: absolute; bottom:0; left: 0; background-size: 6px 1px;background-image: linear-gradient(to right, #35bdf0, #35bdf0 4px, transparent 4px, transparent 6px);background-repeat: repeat-x;}
.disney .sec_roadtraveler .data_tit a {color:#35bdf0; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.disney .sec_roadtraveler .data_info {display: flex; justify-content: space-between; align-items: center;padding: 15px;}
.disney .sec_roadtraveler .data_place {color:#35bdf0; margin-bottom: 5px;}
.disney .sec_roadtraveler .data_place:before {content:"\f3c5"; font-family:'Font Awesome 5 Free';font-weight:900; }
.disney .sec_roadtraveler .data_date {color: #999999;}
.disney .sec_roadtraveler .data_date:before {content:"\f017"; font-family:'Font Awesome 5 Free';font-weight:900; }
.disney .sec_roadtraveler .data_info .link_btn a {width: 120px;padding: 8px 10px 8px 5px; font-size: 1.4rem; font-weight: normal; border-radius: 5px; background: #35bdf0;}
.disney .sec_roadtraveler .btn_wrap .link_btn {margin:40px auto 0;}

/*
.disney .sec_roadtraveler .data_bord.california {border: solid 1px #efac36;}
.disney .sec_roadtraveler .data_bord.california .data_tit {background: #fff8ed; }
.disney .sec_roadtraveler .data_bord.california .data_tit .data_tit {background-image: linear-gradient(to right, #efac36, #efac36 4px, transparent 4px, transparent 6px);}
.disney .sec_roadtraveler .data_bord.california .data_tit a {color:#efac36;}
.disney .sec_roadtraveler .data_bord.california .data_place {color:#efac36; margin-bottom: 5px;}
.disney .sec_roadtraveler .data_bord.california .data_info .link_btn a {background:#efac36;}

*/
@media screen and (max-width: 768px) {
	.disney .sec_roadtraveler {padding: 15px; margin-bottom: 40px;}
	.disney .sec_roadtraveler .sec_note {text-align: left; margin-bottom: 20px;}
	.disney .sec_roadtraveler .data_wrap {  display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    width: 100vw;
    margin-left: -15px;
    padding: 0 15px;
  }
	.disney .sec_roadtraveler .data_bord { flex: 0 0 70%; }
	.disney .sec_roadtraveler .data_bord:not(:last-child) {margin-right: 10px;}
	.disney .sec_roadtraveler .data_info {flex-wrap: wrap; padding: 10px;}
	.disney .sec_roadtraveler .data_tit {padding: 10px;}
	.disney .sec_roadtraveler .data_info .data_info_txt ,
	.disney .sec_roadtraveler .data_info .link_btn ,
	.disney .sec_roadtraveler .data_info .link_btn a {width: 100%;}
	.disney .sec_roadtraveler .data_info .link_btn a { text-align: left;padding: 8px 10px 8px 15px;}
	.disney .sec_roadtraveler .data_info .data_info_txt {display: flex; margin-bottom: 5px;}
	.disney .sec_roadtraveler .data_place {margin-right: 10px;}
	.disney .sec_roadtraveler .data_place ,
	.disney .sec_roadtraveler .data_date {font-size: 1.1rem;}
  .disney .sec_roadtraveler .btn_wrap {width: calc(100% + 30px);margin:0 -15px;}
  .disney .sec_roadtraveler .btn_wrap .link_btn a {font-size: 1.5rem;border-radius: 8px;border: 1px solid #ff2674;color: #ff2674;background: #fff;width: 70%;padding: 8px 8px 8px 3px}
  .disney .sec_roadtraveler .btn_wrap .link_btn a::after {color: #ff2674;}

  /* 下層 */
  .disney.sub .sec_roadtraveler .btn_wrap .link_btn a {border-color:var(--main-color);color:var(--main-color);}
  .disney.sub .sec_roadtraveler .btn_wrap .link_btn a:after {color:var(--main-color);}
}


/* ------------------------------------ */
/* 【COMMON】旅行記 */
/* ------------------------------------ */
.disney .sec_voice {margin-bottom: 80px;}
.disney .sec_voice .sec_note {text-align: center; margin-bottom: 30px; width: 100%;}
.disney .sec_voice .sec_note p {line-height: 1.6;}
.disney .sec_voice .data_wrap {width: 100%;}
.disney .sec_voice .data_bord {width:calc((100% - 60px) / 3); float: left; display: inline; margin-left: 20px;}
.disney .sec_voice .data_bord:first-child {margin-left: 0;}
.disney .sec_voice .data_fukidashi {border: solid 1px #35bdf0; border-radius: 8px; position: relative;}
.disney .sec_voice .data_fukidashi .before {content: ""; display: block; border: solid 7px transparent; border-top: solid 14px #35bdf0; position: absolute; bottom: -21px; left: 30px;}
.disney .sec_voice .data_fukidashi:after {content: ""; display: block; border: solid 7px transparent; border-top: solid 14px #fff; position: absolute; bottom: -19px; left: 30px;}
.disney .sec_voice .data_tit {background: #eefbff; padding: 0 15px; position: relative; border-radius: 8px 8px 0 0; height: 80px; display: flex; align-items: center;}
.disney .sec_voice .data_tit .line_dot  {content: ""; display: block; width: 100%; height: 1px; position: absolute; bottom:0; left: 0; background-size: 6px 1px;background-image: linear-gradient(to right, #35bdf0, #35bdf0 4px, transparent 4px, transparent 6px);background-repeat: repeat-x;}
.disney .sec_voice .data_tit a {color:#35bdf0; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.disney .sec_voice .data_txt {padding: 15px;}
.disney .sec_voice .data_txt p {display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 1.6; color: #888; }
.disney .sec_voice .data_info {padding: 15px 20px 0 90px; text-align: center; margin-bottom: 5px; position: relative; color: #35bdf0;}
.disney .sec_voice .data_info:before {content: "\f118"; font-family:'Font Awesome 5 Free'; font-weight:900; position: absolute; left: 15px; bottom: 0; font-size: 55px; line-height: 1; }
.disney .sec_voice .data_info .data_place {margin-bottom: 5px;}
.disney .sec_voice .data_info .data_place:before  {content:"\f3c5"; font-family:'Font Awesome 5 Free';font-weight:900; }
.disney .sec_voice .data_info .link_btn a {width: 100%;padding: 8px 10px 8px 5px; font-size: 1.4rem; font-weight: normal; border-radius: 5px; background: #35bdf0;}
.disney .sec_voice .data_info .link_btn a :after {right: 5px;}
.disney .sec_voice .btn_wrap .link_btn {margin:40px auto 0;}

/*
.disney .sec_voice .data_bord.california .data_fukidashi {border: solid 1px #efac36;}
.disney .sec_voice .data_bord.california .data_tit {background: #fff8ed; }
.disney .sec_voice .data_bord.california .data_tit:after {background-image: linear-gradient(to right, #efac36, #efac36 4px, transparent 4px, transparent 6px);}
.disney .sec_voice .data_bord.california .data_tit a {color:#efac36;}
.disney .sec_voice .data_bord.california .data_place {color:#efac36; margin-bottom: 5px;}
.disney .sec_voice .data_bord.california .data_info .link_btn a {background:#efac36;}
.disney .sec_voice .data_bord.california .data_fukidashi:before {border: solid 7px transparent; border-top: solid 14px #efac36; }

.disney .sec_voice .data_bord.california .data_info:before {color:#efac36;}

*/

@media screen and (max-width: 768px) {
	.disney .sec_voice {padding: 15px; margin-bottom: 40px;}
	.disney .sec_voice .sec_note {text-align: left; margin-bottom: 20px;}
	.disney .sec_voice .data_wrap {  display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    width: 100vw;
    margin-left: -15px;
    padding: 0 15px;
  }
	.disney .sec_voice .data_bord { flex: 0 0 70%; }
	.disney .sec_voice .data_bord:not(:last-child) {margin-right: 10px;}
	.disney .sec_voice .data_info {padding: 15px 10px 0 50px; }
	.disney .sec_voice .data_tit {padding: 10px;}
	.disney .sec_voice .data_txt {padding: 10px;}
	.disney .sec_voice .data_info:before {font-size: 40px; left: 5px;}
	.disney .sec_voice .data_info .data_info_txt ,
	.disney .sec_voice .data_info .link_btn ,
	.disney .sec_voice .data_info .link_btn a {width: 100%;}
	.disney .sec_voice .data_info .data_info_txt {display: flex; margin-bottom: 5px;}
	.disney .sec_voice .data_place {margin-right: 10px;font-size: 1.1rem;}
/*
	.disney .sec_voice .data_bord.california .data_info .link_btn a {text-align: left;padding: 8px 10px 8px 10px;}
	.disney .sec_voice .data_bord.california .data_info .link_btn a:after {right: 10px;}

*/
  .disney .sec_voice .btn_wrap {width: calc(100% + 30px);margin:0 -15px;}
  .disney .sec_voice .btn_wrap .link_btn a {font-size: 1.5rem;border-radius: 8px;border: 1px solid #ff2674;color: #ff2674;background: #fff;width: 70%;padding: 8px 8px 8px 3px}
  .disney .sec_voice .btn_wrap .link_btn a::after {color: #ff2674;}

  /* 下層 */
  .disney.sub .sec_voice .btn_wrap .link_btn a {border-color:var(--main-color);color:var(--main-color);}
  .disney.sub .sec_voice .btn_wrap .link_btn a:after {color:var(--main-color);}
}



/* ------------------------------------ */
/* 【COMMON】下層 */
/* ------------------------------------ */
.disney.sub .content {padding-top:50px;}
.disney.sub .sec p a {/*text-decoration:underline;*/}
@media screen and (max-width: 767px) {
  .disney.sub .content {padding-top:30px;}
}
@media screen and (max-width: 640px) {
  .disney.sub .content {padding-top:8vw;}
}

/* 【COMMON】下層 ヘッダーナビ */
/* ------------------------------------ */
.disney.sub .head_sbnav {padding-top:10px;}
.disney.sub .head_sbnav nav {margin:0 auto;}
.disney.sub .head_sbnav ul {display:table;width:100%;}
.disney.sub .head_sbnav li {display:table-cell;padding:0 4px;vertical-align:middle;}
.disney.sub .head_sbnav li a {font-size:1.4rem;position:relative;display:block;padding:8px 15px;text-align:center;color:#fff;border:1px solid #fff;border-radius:5px;}
.disney.sub .head_sbnav li a::after {font-family:"Font Awesome 5 Free";font-weight:bold;position:absolute;top:50%;right:10px;content:'\f105';-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fff;}
.disney.sub .head_sbnav li a.active {font-weight:bold;background:#fff;}
@media (min-width: 1140px), print {
  .disney.sub .head_sbnav nav {width:1140px;}
}
@media (min-width: 1024px), print {
  .disney.sub .head_sbnav li a:hover {opacity:1;background:#fff;}
}
@media screen and (max-width: 1139px) and (min-width: 768px) {
  .disney.sub .head_sbnav ul {padding:0 2px;}
  .disney.sub .head_sbnav li {padding:0 2px;}
  .disney.sub .head_sbnav li a {padding:5px 10px 5px 0;}
}
@media screen and (max-width: 767px) {
  .disney.sub .head_sbnav {display:none;}
}

/* 【COMMON】下層 看板カルーセル */
/* ------------------------------------ */
.disney.sub .hero {position:relative;margin-left:-5px;padding-top:10px;}
.disney.sub .hero_loader {position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;margin:0;opacity:1;background:#fff url(https://www.travelwith.jp/wp-content/themes/base_theme2017-1220/top_2018/inc_disney/img/load.gif) center center no-repeat;}
.disney.sub .hero_slider {z-index:2;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0;}
.disney.sub .hero .slick-slide {margin-left:5px;-webkit-transition:.3s ease;transition:.3s ease;}
.disney.sub .hero .slick-slide img {width:auto;height:300px;}
.disney.sub .hero .slick-slide .caption {font-size:1.1rem;line-height:1.6;display:block;margin:5px;color:#fff;}
@media screen and (max-width: 1139px) {
  .disney.sub .hero .slick-slide img {height:250px;}
}
@media screen and (max-width: 640px) {
  .disney.sub .hero {padding-top:1px;}
  .disney.sub .hero .slick-slide {margin-left:1px;}
  .disney.sub .hero .slick-slide img {height:220px;}
}

/* 【COMMON】下層 ページタイトル */
/* ------------------------------------ */
.disney.sub .content_head .name {font-family:kan415typos-std, sans-serif;font-weight:400;font-style:normal;line-height:1;padding:50px 0 70px;text-align:center;}
.disney.sub .content_head .name strong {font-size:4.2rem;font-weight:inherit;line-height:1.2;word-wrap:break-word;word-break:keep-all;line-break:strict;overflow-wrap:break-word;}
.disney.sub .content_head .desc {padding-bottom: 70px;line-height:1.8}
@media screen and (max-width: 1139px) {
  .disney.sub .content_head .name {padding:40px 0 50px;}
  .disney.sub .content_head .desc {padding-bottom: 50px;}
}
@media screen and (max-width: 767px) {
  .disney.sub .content_head .name {padding:10px 0 30px;}
  .disney.sub .content_head .name strong {font-size:3.8rem;}
  .disney.sub .content_head .desc {padding: 0 15px 30px;line-height:1.6}
}
@media screen and (max-width: 640px) {
  .disney.sub .content_head .name {padding:2vw 0 10vw;}
  .disney.sub .content_head .name strong {font-size:6.25vw;}
  .disney.sub .content_head .desc {padding-bottom: 10vw;}
}

/* 【COMMON】下層 画像 */
/* ------------------------------------ */
.disney.sub .sec .pht {margin-bottom:15px;text-align:center;}
.disney.sub .sec .pht a {display:block;}
.disney.sub .sec .pht img {width:100%;height:auto;}
.disney.sub .sec .pht figcaption {font-size:1.1rem;display:block;margin-top:10px;color:#999;}
@media screen and (max-width: 640px) {
  .disney.sub .sec .pht {margin-bottom:4vw;}
  .disney.sub .sec .pht figcaption {font-size:1rem;margin-top:5px;}
}

/* 【COMMON】下層 セクションアイコン */
/* ------------------------------------ */
.disney.sub .sec .sec_icon {position:relative;margin:0 auto 10px;text-align:center;}
.disney.sub .sec .sec_icon .svg {width:264px;height:60px;}
.disney.sub .sec .sec_icon .img {width:auto;height:60px;}
.disney.sub .sec .sec_icon .fa,
.disney.sub .sec .sec_icon .fas {font-size:150%;margin:0 8px;}
.disney.sub .sec .sec_icon small {font-family:kan415typos-std, sans-serif;font-size:1.4rem;font-weight:400;font-style:normal;display:block;color:inherit;}
@media screen and (max-width: 640px) {
  .disney.sub .sec .sec_icon .svg,
  .disney.sub .sec .sec_icon .img {height:40px;}
  .disney.sub .sec .sec_icon small {font-size:1.2rem;margin-bottom:10px;}
}

/* 【COMMON】下層 インデックス */
/* ------------------------------------ */
.disney.sub .sec_index {margin-bottom:50px;}
.disney.sub .sec_index .sec_tit {margin-bottom:20px;}
.disney.sub .sec_index .sec_cnt {margin-bottom:40px;}
.disney.sub .sec_index .sec_body p {line-height:1.8;margin-bottom:20px;}
.disney.sub .sec_index .pht img {max-width:465px;}
@media (min-width: 768px), print {
  .disney.sub .sec_index {display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
  .disney.sub .sec_index::after {display:block;width:48.4%;content:'';}
  .disney.sub .sec_index .sec_cnt {width:48.4%;}
  .disney.sub .sec_index .sec_tit {height:56px;}
}
@media screen and (max-width: 1139px) {
  .disney.sub .sec_index {margin-bottom:20px;}
  .disney.sub .sec_index .sec_tit {margin-bottom:15px;}
}
@media screen and (max-width: 767px) {
  .disney.sub .sec_index {padding:0 15px;}
  .disney.sub .sec_index .sec_cnt {margin-bottom:20px;}
  .disney.sub .sec_index .sec_body p {line-height:1.6;}
}
@media screen and (max-width: 640px) {
  .disney.sub .sec_index {margin-bottom:5vw;}
  .disney.sub .sec_index .sec_tit {margin-bottom:3vw;}
  .disney.sub .sec_index .sec_cnt {margin-bottom:8vw;}
  .disney.sub .sec_index .sec_body p {margin-bottom:4vw;}
}

/* 【COMMON】下層 リード */
/* ------------------------------------ */
.disney.sub .sec_lead {margin-bottom:70px;}
.disney.sub .sec_lead .content_head .name {padding:10px 0 40px;line-height:0.5;}
.disney.sub .sec_lead .content_head .name small {display:block;line-height:1.3;}
.disney.sub .sec_lead .sec_icon .svg {width:325px;height:60px;}
.disney.sub .sec_lead .sec_icon small {margin-top:-5px;}
.disney.sub .sec_lead .pht img {max-width:740px;}
.disney.sub .sec_lead p {line-height:1.8;margin-bottom:20px;}
@media (min-width: 768px), print {
  .disney.sub .sec_lead .content_head .name strong,
  .disney.sub .sec_lead .content_head .sec_tit span {font-size:3.6rem;}
  .disney.sub .sec_lead .pht {margin-bottom:20px;}
}
@media screen and (max-width: 1139px) {
  .disney.sub .sec_lead {margin-bottom:50px;}
}
@media screen and (max-width: 767px) {
  .disney.sub .sec_lead {margin-bottom:30px;padding:0 15px;}
  .disney.sub .sec_lead .content_head .sec_tit span {font-size:2.6rem;}
  .disney.sub .sec_lead p {line-height:1.6;}
}
@media screen and (max-width: 640px) {
  .disney.sub .sec_lead {margin-bottom:8vw;}
  .disney.sub .sec_lead .sec_icon .svg {width:100%;max-width:320px;height:40px;}
  .disney.sub .sec_lead .content_head .name {padding:0 0 10vw;}
  .disney.sub .sec_lead .content_head .name strong {font-size:6vw;line-height:1;}
  .disney.sub .sec_lead .content_head .sec_tit span {font-size:6vw;}
  .disney.sub .sec_lead p {margin-bottom:4vw;}
}

/* 【COMMON】下層 紹介 */
/* ------------------------------------ */
.disney.sub .sec_intro {margin-bottom:70px;}
.disney.sub .sec_intro .sec_icon .svg {width:325px;height:60px;}
.disney.sub .sec_intro .sec_tit {margin-bottom:20px;}
.disney.sub .sec_intro .sec_tit span {font-size:3rem;}
.disney.sub .sec_intro .sec_cnt {padding:25px 0;border-bottom:1px dashed #ff2674;}
.disney.sub .sec_intro .sec_cnt.wide {width:100%;}
.disney.sub .sec_intro .cnt_tit {font-size:2rem;font-weight:bold;line-height:1.4;position:relative;margin-bottom:20px;padding-left:20px;}
.disney.sub .sec_intro .cnt_tit::after {position:absolute;top:50%;left:0;width:5px;height:95%;content:'';-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#ff2674;}
.disney.sub .sec_intro p {line-height:1.8;margin-bottom:10px;}
.disney.sub .sec_intro .tag {font-size:0;display:inline-block;}
.disney.sub .sec_intro .tag span {font-size:1.2rem;line-height:1.4;display:inline-block;margin:10px 20px 0 0;padding:5px 10px;}
.disney.sub .sec_intro .tag_01 span {color:#fff;background-color:#ff2674;}
.disney.sub .sec_intro .tag_02 span {color:#ff2674;border:1px solid #ff2674;border-radius:30px;}
@media (min-width: 768px), print {
  .disney.sub .sec_intro .intro_cnt {display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
  .disney.sub .sec_intro .intro_cnt::after {display:block;width:48.4%;content:'';}
  .disney.sub .sec_intro .sec_cnt:not(.wide) {width:48.4%;}
  .disney.sub .sec_intro .sec_cnt.wide .cnt_img:not(.large) {float:left;width:36.4%;margin-bottom:0;}
  .disney.sub .sec_intro .sec_cnt.wide .cnt_img:not(.large) + .cnt_txt {padding-left:40.6%;}
  .disney.sub .sec_intro .sec_cnt.wide .cnt_img:not(.large) figcaption {text-align:left;}
  .disney.sub .sec_intro .sec_cnt.wide .cnt_img.large {margin:0 auto 20px;max-width:740px;}
  .disney.sub .sec_intro .btn_list li {display:inline-block;}
  .disney.sub .sec_intro .btn_list li + li {margin-left:10px;}
  .disney.sub .sec_intro .link_btn a {display:inline-block;max-width:auto;padding-left:20px;}
}
@media screen and (max-width: 1139px) {
  .disney.sub .sec_intro {margin-bottom:50px;}
  .disney.sub .sec_intro .cnt_tit {font-size:2rem;}
}
@media screen and (max-width: 767px) {
  .disney.sub .sec_intro {padding:0 15px;}
  .disney.sub .sec_intro .sec_tit {margin-bottom:10px;}
  .disney.sub .sec_intro .sec_tit span {font-size:2.6rem;}
  .disney.sub .sec_intro .sec_cnt {padding:20px 0;border-top:1px dashed #ff2674;border-bottom:0;}
  .disney.sub .sec_intro .sec_cnt:first-of-type {border-top:0;}
  .disney.sub .sec_intro p {line-height:1.6;}
  .disney.sub .sec_intro .btn_list li + li {margin-top:10px;}
  .disney.sub .sec_intro .sec_cnt.wide .cnt_img.large {margin-bottom:15px;}
}
@media screen and (max-width: 640px) {
  .disney.sub .sec_intro {margin-bottom:8vw;}
  .disney.sub .sec_intro .sec_icon .svg {width:100%;max-width:325px;height:40px;}
  .disney.sub .sec_intro .sec_cnt {padding:5vw 0;}
  .disney.sub .sec_intro .cnt_tit {font-size:1.7rem;margin-bottom:4vw;padding-left:15px;}
  .disney.sub .sec_intro .sec_tit span {font-size:6vw;}
  .disney.sub .sec_intro .cnt_tit::after {width:4px;}
  .disney.sub .sec_intro .tag span {margin:5px 10px 0 0;}
  .disney.sub .sec_intro p {margin-bottom:3vw;}
  .disney.sub .sec_intro p + .tag {margin-top:-5px;}
  .disney.sub .sec_intro .sec_cnt.wide .cnt_img.large {margin-bottom:4vw;}
}

/* 【COMMON】下層 紹介 slick-slider */
/* ------------------------------------ */
.disney.sub .sec_intro .slider {position:relative;min-height:300px;}
.disney.sub .sec_intro .slider .slide_loader {position:absolute;z-index:2;top:0;left:-5%;width:110%;height:100%;margin:0;opacity:1;background:#fff url(../img/common/load.gif) center center no-repeat;}
.disney.sub .sec_intro .slide_list {z-index:1;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;}
.disney.sub .sec_intro .slick-track {display:flex;align-items:center;}
.disney.sub .sec_intro .slick-slide {float:none;display:flex;height:100%;align-items:center;justify-content:center;text-align:center;-webkit-transition:.3s ease;transition:.3s ease;}
.disney.sub .sec_intro .slick-slide figure {width:100%;}
.disney.sub .sec_intro .slick-slide img {width:100%;height:auto;}
.disney.sub .sec_intro .slick-slide:not(.slick-current) a {pointer-events:none;}
@media screen and (max-width:640px) {
  .disney.sub .sec_intro .slider {min-height:150px;margin-bottom:4vw;}
  .disney.sub .sec_intro .slick-slide.pht {margin-bottom:2vw;}
}

/* slider dot */
.disney.sub .sec_intro .slick-dots {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:90%;margin:0 auto;opacity:0;}
.disney.sub .sec_intro .slick-dots li {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:22px;height:22px;}
.disney.sub .sec_intro .slick-dots li button {font-size:0;line-height:0;position:relative;width:10px;height:10px;margin:0;padding:0;cursor:pointer;border:0;border-radius:10px;}
.disney.sub .sec_intro .slick-dots li button::before {position:absolute;top:0;left:0;display:block;width:100%;height:100%;content:'';border-radius:100%;background:#dcdcdc;}
.disney.sub .sec_intro .slick-dots li.slick-active button::before {background:#4d4946;}
.disney.sub .sec_intro .slick-dots li:only-of-type {display:none;} /* ドットが一つだけの場合は非表示 */
.disney.sub .sec_intro .slick-initialized .slick-dots {opacity:1;} /* スライダー初期化（読み込み完了）時にドットを表示 */

/* slider arrow */
.disney.sub .sec_intro .slick-arrow {font-size:2em;line-height:1;position:absolute;z-index:2;bottom:0;overflow:hidden;width:20px;height:28px;padding-top:28px;cursor:pointer;border:0;outline:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.disney.sub .sec_intro .slick-arrow::after {font-family:"Font Awesome 5 Free";font-weight:bold;position:absolute;top:0;-webkit-transform:none;transform:none;color:#ff2674;}
.disney.sub .sec_intro .slick-arrow.prev {left:0;}
.disney.sub .sec_intro .slick-arrow.next {right:0;}
.disney.sub .sec_intro .slick-arrow.prev::after {left:0;content:'\f104';}
.disney.sub .sec_intro .slick-arrow.next::after {right:0;content:'\f105';}



/* 【COMMON】下層 特典 */
/* ------------------------------------ */
.disney.sub .sec_gift {margin-bottom:70px;}
.disney.sub .sec_gift .sec_icon .svg {width:325px;height:60px;}
.disney.sub .sec_gift .sec_cnt {border:1px solid #ff2674;}
.disney.sub .sec_gift p {line-height:1.8;margin-bottom:20px;}
.disney.sub .sec_gift .cnt_tit .tit {font-family:kan415typos-std, sans-serif;font-weight:400;font-style:normal;line-height:1.4;}
.disney.sub .sec_gift .cnt_tit .number {width:18px;height:26px;}
.disney.sub .sec_gift .cnt_txt p {font-size:1.4rem;margin-bottom:0;}
@media (min-width: 768px), print {
  .disney.sub .sec_gift .gift_cnt {display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:40px;}
  .disney.sub .sec_gift .gift_cnt::after {display:block;width:31.25%;content:'';}
  .disney.sub .sec_gift .sec_tit span {font-size:3rem;}
  .disney.sub .sec_gift .sec_tit span br {display:none;}
  .disney.sub .sec_gift .sec_cnt {width:31.25%;margin-bottom:30px;padding:10px 20px 20px;background:#fff;}
  .disney.sub .sec_gift .cnt_tit {text-align:center;}
  .disney.sub .sec_gift .cnt_tit .num {position:relative;height:36px;}
  .disney.sub .sec_gift .cnt_tit .number {margin:10px auto 0;}
  .disney.sub .sec_gift .cnt_tit .bg {position:absolute;bottom:0;left:50%;width:160px;height:26px;-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:.65;}
  .disney.sub .sec_gift .cnt_tit .tit {font-size:1.8rem;margin:15px 0;}
  .disney.sub .sec_gift .cnt_tit .arr,.disney.sub .sec_gift .cnt_txt .svg.bg {display:none;}
}
@media screen and (max-width: 1139px) {
  .disney.sub .sec_gift {margin-bottom:50px;}
}
@media screen and (max-width: 767px) {
  .disney.sub .sec_gift {padding:0 15px;}
  .disney.sub .sec_gift p {line-height:1.6;}
  .disney.sub .sec_gift .gift_cnt {margin-top:10px;}
  .disney.sub .sec_gift .sec_tit span {font-size:2.6rem;}
  .disney.sub .sec_gift .sec_cnt {margin-bottom:-1px;}
  .disney.sub .sec_gift .cnt_tit {position:relative;padding:0 50px;}
  .disney.sub .sec_gift .cnt_tit .num {position:absolute;top:0;left:0;width:60px;height:100%;}
  .disney.sub .sec_gift .cnt_tit .number {position:absolute;top:50%;left:15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
  .disney.sub .sec_gift .cnt_tit .bg {position:absolute;top:0;left:0;width:60px;height:29px;opacity:.65;}
  .disney.sub .sec_gift .cnt_tit .tit {font-size:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-ms-flex-align:center;height:60px;padding-bottom:6px;}
  .disney.sub .sec_gift .cnt_tit .arr {font-size:80%;font-weight:bold;font-weight:normal;position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50px;height:100%;padding:0 0 3% 0;}
  .disney.sub .sec_gift .cnt_tit .arr::after {font-family:"Font Awesome 5 Free";font-size:120%;font-weight:bold;position:absolute;top:50%;right:0;display:block;width:100%;content:'\f078';text-align:center;}
  .disney.sub .sec_gift .cnt_tit.active .arr {padding:4% 0 0 0;}
  .disney.sub .sec_gift .cnt_tit.active .arr::after {top:20%;content:'\f077';}
  .disney.sub .sec_gift .cnt_txt {position:relative;display:none;padding:15px;}
  .disney.sub .sec_gift .cnt_txt .svg.bg {position:absolute;z-index:1;right:5px;bottom:5px;width:60px;height:30px;opacity:.65;}
  .disney.sub .sec_gift .cnt_txt p {position:relative;z-index:2;}
}
@media screen and (max-width: 640px) {
  .disney.sub .sec_gift {margin-bottom:8vw;}
  .disney.sub .sec_gift .gift_cnt {margin-top:6vw;}
  .disney.sub .sec_gift .sec_icon .svg {max-width:325px;width:100%;height:40px;}
  .disney.sub .sec_gift .sec_tit span {font-size:6vw;}
  .disney.sub .sec_gift .cnt_tit .tit {font-size:4.75vw;}
  .disney.sub .sec_gift p {margin-bottom:4vw;}
}

/* 【COMMON】下層 おすすめキャンペーン */
/* ------------------------------------ */
.disney.sub .sec_campain {overflow:hidden;margin-bottom:70px;}
.disney.sub .sec_campain .campain_slider {position:relative;margin:0 -10px 65px;}
.disney.sub .sec_campain .campain_slider .cnt {overflow:hidden;margin:0 10px;}
.disney.sub .sec_campain .campain_slider .bnr {float:left;width:250px;margin:0 20px 10px 0;}
.disney.sub .sec_campain .campain_slider .bnr a {display:block;}
.disney.sub .sec_campain .campain_slider .bnr img {width:100%;height:auto;}
.disney.sub .sec_campain .campain_slider .tit {float:right;display:table;width:calc(100% - 270px);margin:10px 0 15px;}
.disney.sub .sec_campain .campain_slider .tit > span {display:table-cell;vertical-align:middle;}
.disney.sub .sec_campain .campain_slider .tit .obi {font-size:1.1rem;font-weight:bold;line-height:1.4;width:95px;height:80px;padding:0 32px 0 18px;text-align:center;color:#fff;background:url(../img/icon_medal_01.png) left center/80px auto no-repeat;}
.disney.sub .sec_campain .campain_slider .tit .txt {font-size:2rem;font-weight:bold;line-height:1.4;}
.disney.sub .sec_campain .campain_slider .summary {float:right;width:calc(100% - 270px);}
.disney.sub .sec_campain .campain_slider p {display:inline-block;line-height:1.6;}
.disney.sub .sec_campain .campain_slider p:not(.more_link) {margin:0 10px 5px 0;}
.disney.sub .sec_campain .campain_slider .more_link {position:relative;display:inline-block;padding-right:15px;}
.disney.sub .sec_campain .campain_slider .more_link a {font-size:1.2rem;text-decoration:underline;color:inherit;}
.disney.sub .sec_campain .campain_slider .more_link::after {font-family:"Font Awesome 5 Free";font-weight:bold;position:absolute;top:50%;right:0;content:'\f105';-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.disney.sub .sec_campain .slick-arrow {font-size:2em;line-height:1;position:absolute;z-index:2;bottom:-45px;overflow:hidden;width:8px;height:28px;padding-top:28px;cursor:pointer;border:0;outline:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.disney.sub .sec_campain .slick-arrow::after {font-family:"Font Awesome 5 Free";font-weight:bold;position:absolute;top:0;-webkit-transform:none;transform:none;color:#ff2674;}
.disney.sub .sec_campain .slick-arrow.slick-prev {left:10px;}
.disney.sub .sec_campain .slick-arrow.slick-next {right:10px;}
.disney.sub .sec_campain .slick-arrow.slick-prev::after {left:0;content:'\f104';}
.disney.sub .sec_campain .slick-arrow.slick-next::after {right:0;content:'\f105';}
.disney.sub .sec_campain .slick-dots {font-size:0;position:absolute;z-index:1;bottom:-45px;left:0;width:100%;text-align:center;}
.disney.sub .sec_campain .slick-dots li {display:inline-block;margin:0 7px;}
.disney.sub .sec_campain .slick-dots li:only-child {display:none;}
.disney.sub .sec_campain .slick-dots li button {font-size:0;line-height:0;position:relative;width:12px;height:12px;margin:0;padding:0;cursor:pointer;cursor:pointer;border:0;border-radius:6px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.disney.sub .sec_campain .slick-dots li button::before {position:absolute;top:0;left:0;display:block;width:12px;height:12px;content:'';border-radius:6px;background:#ccc;}
.disney.sub .sec_campain .slick-dots li.slick-active button::before {background:#ff2674;}
@media (min-width: 1024px), print {
  .disney.sub .sec_campain .slick-dots li:hover button::before {background:#ff2674;}
}
@media screen and (max-width: 1139px) {
  .disney.sub .sec_campain {margin-bottom:30px;}
  .disney.sub .sec_campain .campain_slider .tit {margin:0 0 10px;}
  .disney.sub .sec_campain .campain_slider .tit .txt {font-size:1.8rem;}
  .disney.sub .sec_campain .campain_slider p {margin-bottom:5px;}
}
@media screen and (max-width: 640px) {
  .disney.sub .sec_campain {margin-bottom:10vw;padding:5vw 0 3vw;}
  .disney.sub .sec_campain .campain_slider {margin:0 10px 30px;}
  .disney.sub .sec_campain .campain_slider .cnt {margin:0 5px 5vw;}
  .disney.sub .sec_campain .campain_slider .bnr {width:44%;margin:0 4% 10px 0;}
  .disney.sub .sec_campain .campain_slider .tit {display:block;width:52%;margin-bottom:5px;}
  .disney.sub .sec_campain .campain_slider .tit > span {display:block;}
  .disney.sub .sec_campain .campain_slider .tit .obi {width:100%;height:auto;margin-bottom:5px;padding:8px 10px;text-align:center;background:#ff4b64;}
  .disney.sub .sec_campain .campain_slider .tit .txt {font-size:1.5rem;}
  .disney.sub .sec_campain .campain_slider .summary {float:none;width:100%;clear:both;}
  .disney.sub .sec_campain .slick-arrow {bottom:-28px;}
  .disney.sub .sec_campain .slick-dots {bottom:-20px;}
  .disney.sub .sec_campain .slick-dots li {margin:0 4px;}
  .disney.sub .sec_campain .slick-dots li button {width:8px;height:8px;}
  .disney.sub .sec_campain .slick-dots li button::before {width:8px;height:8px;}
}

/*【COMMON】下層 リンクナビ */
/* ------------------------------------ */
.disney.sub .sb_nav {margin:75px 0 70px;padding:20px 5.7% 25px;border-radius:8px;background:#ffd4e3;}
/* .disney.sub .sb_nav.ft {margin-bottom:0;} */
.disney.sub .sb_nav .nav_tit {font-size:1.8rem;line-height:1.6;margin-bottom:20px;text-align:center;}
.disney.sub .sb_nav .nav_tit small {font-size:72%;line-height:1.4;font-weight:bold;display:block;margin-bottom:10px;color:inherit;}
.disney.sub .sb_nav ul {display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.disney.sub .sb_nav li a {font-size:1.3rem;font-weight:bold;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-ms-flex-align:center;height:50px;margin:0 4px;padding:0 20px 0 10px;text-align:left;color:#ffd4e3;border:1px solid #ff2674;border-radius:4px;background:#fff;}
.disney.sub .sb_nav li a.active {pointer-events:none;color:#fff;background:#ff2674;}
.disney.sub .sb_nav li a::after {font-family:"Font Awesome 5 Free";font-weight:bold;position:absolute;top:50%;right:7px;content:'\f105';-webkit-transform:translateY(-50%);transform:translateY(-50%);}
@media screen and (max-width: 1139px) {
  .disney.sub .sb_nav {margin-top:30px;padding:20px 2% 25px;}
}
@media (min-width: 768px), print {
  .disney.sub .sb_nav ul {-webkit-box-pack:center;-ms-flex-pack:center;justify-content:flex-start;margin:0 -4px;margin-bottom:-8px;}
  .disney.sub .sb_nav li {width:25%;margin-bottom:8px;}
  .disney.sub .sb_nav li a:hover {opacity:1;color:#fff;background:#ff2674;}
  .disney.sub .sb_nav.ft li {width:20%;}
}
@media screen and (max-width: 1139px) and (min-width: 768px) {
  .disney.sub .sb_nav li a {font-size:1.2rem;}
}
@media screen and (max-width: 767px) {
  .disney.sub .sb_nav {margin:30px -15px;padding:20px 30px 7px;border-top:1px solid #ff2674;border-bottom:1px solid #ff2674;border-radius:0;}
  .disney.sub .sb_nav .nav_tit {margin-bottom:15px;}
  .disney.sub .sb_nav ul {-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0;}
  .disney.sub .sb_nav li {width:49%;margin-bottom:8px;}
  .disney.sub .sb_nav li.tp {display:block;width:100%;}
  .disney.sub .sb_nav li a {margin:0;}
}
@media screen and (max-width: 640px) {
  .disney.sub .sb_nav {margin:10vw -15px;}
  /* .disney.sub .sb_nav.ft {margin-bottom:0;} */
  .disney.sub .sb_nav .nav_tit {margin-bottom:10px;}
  .disney.sub .sb_nav .nav_tit small {margin-bottom:5px;}
  .disney.sub .sb_nav li a {font-size:1.1rem;}
}


/* 【COMMON】テーマ別おすすめツアー */
/* ------------------------------------ */
.disney.theme_page .theme_bord .content_head {margin-bottom: 50px;}
.disney.theme_page .theme_bord .sec_icon {margin-bottom: 30px;}
.disney.theme_page .theme_bord .sec .sec_tit_m .sec_tit span {font-size: 3rem;}


/* 【COMMON】テーマ別おすすめツアー リード */
/* ------------------------------------ */
.disney.theme_page .sec_lead {margin-bottom:70px;}
.disney.theme_page .sec_lead .content_head .name {padding:10px 0 40px;}
.disney.theme_page .sec_lead .sec_icon {margin-bottom: 50px;}
.disney.theme_page .sec_lead .sec_icon .svg {width:256px;}
.disney.theme_page .sec_lead .sec_icon small {margin-top:-5px;}
.disney.theme_page .sec_lead p {line-height:1.8;margin-bottom:40px;}
.disney.theme_page .sec_lead .anchor_links ul {display: flex; justify-content: center; flex-wrap: wrap;}
.disney.theme_page .sec_lead .anchor_links ul li {width: 180px; margin: 0 5px;}
.disney.theme_page .sec_lead .anchor_links ul li a {text-align: left;}

@media (min-width: 768px), print {
  .disney.theme_page .sec_lead .content_head .name strong,.disney.theme_page .sec_lead   .disney.theme_page .content_head .sec_tit span {font-size:3.6rem;}
}
@media screen and (max-width: 1139px) {
  .disney.theme_page .sec_lead {margin-bottom:50px;}
}
@media screen and (max-width: 767px) {
  .disney.theme_page .theme_bord .content_head {margin-bottom: 20px;}
  .disney.theme_page .theme_bord .sec_icon {margin-bottom: 10px;}
  .disney.theme_page .sec_lead .content_head .sec_tit span {font-size: 7vw;}
  .disney.theme_page .theme_bord .sec .sec_tit_m .sec_tit span {font-size:6vw;}
  .disney.theme_page .theme_bord .sec .sec_tit span {font-size: 5vw;}
  .disney.theme_page .sec_lead {margin-bottom:30px;padding:0 15px;}
  .disney.theme_page .sec_lead p {line-height:1.6;}
  .disney.theme_page .sec_lead .sec_icon {margin-bottom: 20px;}
  .disney.theme_page .sec_lead .anchor_links ul {justify-content: space-between;}
  .disney.theme_page .sec_lead .anchor_links ul li {width: calc((100% - 10px) / 2); margin: 0 0 10px;}

}
@media screen and (max-width: 640px) {
  .disney.theme_page .sec_lead {margin-bottom:8vw;}
  .disney.theme_page .sec_lead .sec_icon .svg {width:100%;max-width:320px;}
  .disney.theme_page .sec_lead p {margin-bottom:4vw;}
}



/* 【COMMON】テーマ別おすすめツアー  */
/* ------------------------------------ */
.disney.theme_page .theme_bord_lead {display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 20px;}
.disney.theme_page .theme_bord_lead figure {width: 350px;}
.disney.theme_page .theme_bord_lead figure img {width: 100%; margin-bottom: 10px;}
.disney.theme_page .theme_bord_lead figure figcaption {font-size: 1.1rem; color: #999999;}
.disney.theme_page .theme_bord_lead .bord {width: calc(100% - 390px);}
.disney.theme_page .theme_bord_lead .bord p {margin-bottom: 60px; line-height: 1.6;}
.disney.theme_page .theme_bord_lead .bord .link_btn {max-width: 370px;}
.disney.theme_page .theme_bord_lead .bord .link_btn a:after {content: '\f078';}

@media screen and (max-width: 767px) {
	.disney.theme_page .theme_bord .content_head ,
	.disney.theme_page .theme_bord_lead ,
	.disney.theme_page .sec_gift {margin: 0 15px;}
	.disney.theme_page .theme_bord_lead {margin-bottom: 30px;}
	.disney.theme_page .theme_bord_lead figure {width: 100%; margin-bottom: 20px; text-align: center;}
	.disney.theme_page .theme_bord_lead .bord {width: 100%;}
	.disney.theme_page .theme_bord_lead .bord p {margin-bottom: 20px;}
	.disney.theme_page .theme_bord_lead .bord .link_btn {max-width: 100%;}
	.disney.theme_page .sec_gift {padding: 0; margin-bottom: 30px;}
	.disney.theme_page .sec_gift .cnt_tit .tit{font-size: 4vw;}
}

/* 【COMMON】テーマ別おすすめツアーリスト */
/* ------------------------------------ */
.disney.theme_page .sec_tour .bl_btn {display: flex; justify-content: center; width: 100%; flex-wrap: wrap;}
.disney.theme_page .sec_tour .tourlist .tour_panel .link_btn {width: auto; max-width: auto; margin: 0 5px;}
.disney.theme_page .sec_tour .tourlist .tour_panel .link_btn a {width: 100%;}

@media screen and (max-width: 767px) {
	.disney.theme_page .sec_tour .tourlist .tour_panel .link_btn {width:calc(100% - 30px); max-width:630px; margin-bottom: 10px; }

}


/* ------------------------------------ */
/* 【TOP】 */
/* ------------------------------------ */
@media (min-width: 768px), print {
  .disney.top .content {padding-bottom:65px;}
}

/* 【TOP】 看板 */
/* ------------------------------------ */
.disney.top .hero {position:relative;overflow:hidden;min-height:170px;padding:10px 10px 0;background:#49cbfb;background:-webkit-gradient(linear, left top, left bottom, from(#49cbfb), color-stop(35%, #b3ebff), color-stop(51%, #c0ffe2), color-stop(79%, #fffbb3), to(#ffcef4));background:linear-gradient(to bottom, #49cbfb 0%, #b3ebff 35%, #c0ffe2 51%, #fffbb3 79%, #ffcef4 100%);}
.disney.top .hero_loader {position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;margin:0;opacity:1;background:#fff url(https://www.travelwith.jp/wp-content/themes/base_theme2017-1220/top_2018/inc_disney/img/load.gif) center center no-repeat;}
.disney.top .hero_slider {position:relative;z-index:2;margin:0 auto 20px;padding:5px;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0;background:#fff;}
.disney.top .hero_slider.slick-initialized {opacity:1;}
.disney.top .hero_slider .slick-slide {-webkit-transition:.3s ease;transition:.3s ease;}
.disney.top .hero_slider .slick-slide img {width:100%;height:auto;}
.disney.top .hero_slider .slick-slide:not(.slick-current) a {pointer-events:none;}
.disney.top .hero_slider .slick-arrow {position:absolute;z-index:10;top:50%;overflow:hidden;width:48px;height:48px;cursor:pointer;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;opacity:0;color:#fff;border:0;border-radius:25px;outline:none;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.disney.top .hero_slider .slick-next {right:-60px;}
.disney.top .hero_slider .slick-prev {left:-60px;}
.disney.top .hero_slider .slick-arrow::after {font-family:"Font Awesome 5 Free";font-size:26px;font-weight:bold;position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;-webkit-transform:none;transform:none;color:#ff2674;border-radius:25px;background:#fff;}
.disney.top .hero_slider .slick-prev::after {padding-right:4px;content:'\f053';}
.disney.top .hero_slider .slick-next::after {padding-left:4px;content:'\f054';}
.disney.top .hero_slider .slick-dots {font-size:0;position:absolute;bottom:-14px;left:0;width:100%;text-align:center;opacity:0;}
.disney.top .hero_slider .slick-dots li {display:inline-block;margin:0 4px;}
.disney.top .hero_slider .slick-dots li:only-child {display:none;}
.disney.top .hero_slider .slick-dots li button {font-size:0;line-height:0;position:relative;width:8px;height:8px;margin:0;padding:0;cursor:pointer;border:0;border-radius:6px;}
.disney.top .hero_slider .slick-dots li button::before {position:absolute;top:0;left:0;display:block;width:8px;height:8px;content:'';border-radius:6px;background:#fff;}
.disney.top .hero_slider .slick-dots li.slick-active button::before {background:#ff2674;}
@media (min-width: 981px) {
  .disney.top .hero {padding-top:17px;}
  .disney.top .hero_slider {width:980px;margin-bottom:30px;padding:10px;}
  .disney.top .hero_slider .slick-arrow:hover::after,.disney.top .hero_slider .slick-current:hover img {opacity:.75;}
  .disney.top .hero_slider .slick-arrow {display:block;}
  .disney.top .hero_slider .slick-dots {bottom:-22px;}
  .disney.top .hero_slider .slick-dots li {margin:0 7px;}
  .disney.top .hero_slider .slick-dots li button {width:12px;height:12px;}
  .disney.top .hero_slider .slick-dots li button::before {width:12px;height:12px;}
  .disney.top .hero_slider .slick-dots li:hover button::before {background:#ff2674;}
}
@media screen and (max-width: 640px) {
  .disney.top .hero {padding:10 2.5vw 0;}
}

/* 【TOP】 お知らせ */
/* ------------------------------------ */
@media (min-width: 768px), print {
  .disney.top .sec_news {margin:20px 0 50px;}
}
@media (min-width: 1024px), print {
  .disney.top .sec_news {margin-bottom:80px;}
}





/* 【TOP】 メリット */
/* ------------------------------------ */

.disney.top .sec_benefits {margin-bottom: 50px;}

.disney.top .sec_benefits .benefits_bord {border: solid 1px #ff2674; border-bottom: none; display: flex;}
.disney.top .sec_benefits .benefits_bord:last-child {border-bottom: solid 1px #ff2674; }
.disney.top .sec_benefits .bord_tit {width: 110px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; background:#ff2674; position: relative;font-family:kan415typos-std, sans-serif; font-size: 1.4rem; font-weight:400;font-style:normal; line-height: 1; }

.disney.top .sec_benefits .benefits_bord:not(:last-child) .bord_tit:before {content: ""; display: block; width: 100%; position: absolute; bottom:-21px;  border: 57px solid transparent; border-top: solid 20px #fff; border-bottom: 0; z-index: 20;}
.disney.top .sec_benefits .benefits_bord:not(:last-child) .bord_tit:after {content: ""; display: block; width: 100%; position: absolute; top:100%; border: 57px solid transparent; border-top: solid 20px #ff2674; border-bottom: 0; z-index: 21;}
.disney.top .sec_benefits .benefits_box_wrap {width: calc(100% - 110px);}
.disney.top .sec_benefits .benefits_box {position: relative; padding: 10px 30px 15px 70px; color: #333; background: url("../img/icon_hosi_05.svg") no-repeat; background-size:70px; background-position: right 5px bottom 10px;}

.disney.top .sec_benefits .benefits_box:nth-of-type(n+2):after {content: ""; display: block; width: 100%; height: 1px; position: absolute; top:0; left: 0; background-size: 6px 1px;background-image: linear-gradient(to right, #ff2674, #ff2674 4px, transparent 4px, transparent 6px);background-repeat: repeat-x;}
.disney.top .sec_benefits  .box_num {width: 70px; position: absolute; top: 0; left: 0; padding-top: 15px; text-align: center;background: url("../img/icon_hosi_04.svg") no-repeat; background-size: 50px;  }
.disney.top .sec_benefits .box_num img {height: 45px;}
.disney.top .sec_benefits .box_tit {margin-bottom: 20px;font-family:kan415typos-std, sans-serif; font-size: 1.8rem; font-weight:400;font-style:normal; color: #ff2674; margin: 5px 0 15px;}
.disney.top .sec_benefits .benefits_box .arr {display: none;}

.disney.top .sec_benefits .benefits_box_note p {margin-bottom: 10px; line-height: 1.6;}
.disney.top .sec_benefits .benefits_box_note p:last-child {margin-bottom: 0;}
.disney.top .sec_benefits .benefits_box_note li {font-size: 1.2rem; color: #888888;}
.disney.top .sec_benefits .benefits_bord:last-child {background: #fff1f6;}

@media (max-width: 768px), print {
	.disney.top .sec_benefits {padding: 10px 15px 0;}
	.disney.top .sec_benefits .benefits_bord {display: block; margin-bottom: 50px; position: relative;}
	.disney.top .sec_benefits .benefits_bord:not(:last-child):after {content: ""; border: solid 40px transparent; border-top:solid 20px #ffd8e6; border-bottom: none; position: absolute; bottom: -35px; left: 50%; transform: translate(-50%,0);}
	.disney.top .sec_benefits .bord_tit {width: 100%; font-size: 1.3rem; padding: 5px 10px 10px;}
	.disney.top .sec_benefits .benefits_bord:not(:last-child) .bord_tit:before ,
	.disney.top .sec_benefits .benefits_bord:not(:last-child) .bord_tit:after {content: ""; display: block; border: none;}
	.disney.top .sec_benefits .benefits_box_wrap {width: 100%;}
	.disney.top .sec_benefits .benefits_box {padding: 0;}
	.disney.top .sec_benefits .box_num {width: 50px; top:0; background-size: 40px; padding-top: 13px; display: flex; align-items: flex-start; justify-content: center; height: 100%; }
	.disney.top .sec_benefits .box_num img {width: auto; height: 23px;}
	.disney.top .sec_benefits .box_tit {margin: 0 50px 0 40px; line-height: 1.2; min-height: 50px; display: flex; align-items: center;/*font-size: 4.5vw;*/ padding: 5px 6px 10px;}
	.disney.top .sec_benefits .benefits_box:nth-of-type(n+2):after {content: ""; display: none;}
	.disney.top .sec_benefits .benefits_box {border-bottom:solid 1px #ff2674; background: none;}
	.disney.top .sec_benefits .benefits_box_note {display: none; padding: 15px; background: url("../img/icon_hosi_05.svg") no-repeat; background-size:60px; background-position: right 3px bottom 10px;}
	.disney.top .sec_benefits .benefits_bord:last-child {border-bottom: none; }
	.disney.top .sec_benefits .benefits_box .accordion_tit {position: relative;}
	.disney.top .sec_benefits .benefits_box .arr {font-size: 80%;font-weight: bold;font-weight: normal; position: absolute; top: 0; right: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 50px; height: 100%; padding: 0 0 3% 0; color: #ff2674; background: #fff1f6;}
	.disney.top .sec_benefits .benefits_box .accordion_tit.active .arr {background: none;}
	.disney.top .sec_benefits .benefits_box .arr::after {
    font-family: "Font Awesome 5 Free";font-size: 120%;font-weight: bold;position: absolute;top: 50%; right: 0;display: block;width: 100%; content: '\f078';text-align: center;color: #ff2674;}
	.disney.top .sec_benefits .benefits_box .accordion_tit.active .arr::after {content:'\f077'; }
}
@media (max-width: 420px), print {

	.disney.top .sec_benefits .box_tit {font-size:4.75vw;  }

}



/* 【TOP】 リスト */
/* ------------------------------------ */
.disney.top .sec_list {margin-bottom:20px;}
.disney.top .sec_list .sec_head .logo {padding:20px 0;text-align:center;border-bottom:3px solid #3972b7;}
.disney.top .sec_list .sec_head .logo img {width:auto;height:30px;}
.disney.top .sec_list .sec_head .name {font-family:kan415typos-std, sans-serif;font-weight:400;font-style:normal;line-height:1.2;margin-bottom:20px;text-align:center;overflow:hidden;}
.disney.top .sec_list .sec_head .name small {font-size:1.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:inherit;}
.disney.top .sec_list .sec_head .name strong {font-size:3.4rem;font-weight:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;}
.disney.top .sec_list .sec_body .pht {text-align:center;}
.disney.top .sec_list .sec_body .pht img {width:100%;max-width:465px;height:auto;}
.disney.top .sec_list .sec_body .pht figcaption {font-size:1.1rem;display:block;margin-top:10px;color:#999;}
.disney.top .sec_list .sec_body p {line-height:1.8;margin-bottom:20px;}
.disney.top .sec_list .sec_body .btn_list ul {display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.disney.top .sec_list .sec_body .btn_list ul::after {display:block;width:48.8%;content:'';}
.disney.top .sec_list .sec_body .btn_list li {width:48.8%;margin-bottom:15px;}
.disney.top .sec_list .sec_body .btn_list li.tp {width:100%;}
@media (min-width: 1024px), print {
  .disney.top .sec_list {margin-bottom:40px;}
}
@media screen and (max-width: 1139px) {
  .disney.top .sec_list .sec_head .name small {font-size:1.6rem;}
  .disney.top .sec_list .sec_head .name strong {font-size:3rem;}
  .disney.top .sec_list .sec_body li a {padding-left:10px;}
}
@media (min-width: 768px), print {
  .disney.top .sec_list .sec_head .name small {height:40px;padding-top:10px;}
  .disney.top .sec_list .sec_head .name strong {height:90px;margin-bottom:-5px;}
}
@media screen and (max-width: 767px) {
  .disney.top .sec_list {padding:0 15px;}
  .disney.top .sec_list .sec_head .logo {padding:15px 0 10px;border-bottom-width:2px;}
  .disney.top .sec_list .sec_head .logo img {max-height:20px;height:4vw;}
  .disney.top .sec_list .sec_head .name {margin:10px 0 15px;}
  .disney.top .sec_list .sec_head .name small {font-size:1.4rem;margin-bottom:8px;}
  .disney.top .sec_list .sec_head .name strong {font-size:2.4rem;}
  .disney.top .sec_list .sec_body p {line-height:1.6;}
  .disney.top .sec_list .sec_body .btn_list ul {display:block;}
  .disney.top .sec_list .sec_body .btn_list ul::after {display:none;}
  .disney.top .sec_list .sec_body .btn_list li {width:100%;margin-bottom:8px;}
}
@media screen and (max-width: 640px) {
  .disney.top .sec_list {margin-bottom:5vw;}
  .disney.top .sec_list .sec_head .logo {padding-bottom:2vw;}
  .disney.top .sec_list .sec_head .name {margin:3vw 0 4vw;}
  .disney.top .sec_list .sec_head .name small {font-size:3.5vw;}
  .disney.top .sec_list .sec_head .name strong {font-size:4vw;}
  .disney.top .sec_list .sec_body p {margin-bottom:4vw;}
  .disney.top .sec_list .sec_body .pht figcaption {font-size:1rem;margin-top:5px;}
  .disney.top .sec_list .sec_body .btn_list li a {padding-left:4vw;text-align:left;}
}
@media screen and (max-width: 320px) {
  .disney.top .sec_list .sec_head .name strong {letter-spacing:-0.06em;}
}

/* リゾート */
.disney.top .sec_list.resort {display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}
.disney.top .sec_list.resort::after {display:block;width:48.4%;content:'';}
.disney.top .sec_list.resort .sec_cnt {width:48.4%;}
.disney.top .sec_list.resort .sec_body .pht {margin-bottom:20px;}
@media screen and (min-width: 640px),print {
  .disney.top .sec_list.resort .sec_tit {display: none;}
}
@media screen and (max-width: 640px) {
  .disney.top .sec_list.resort .sec_tit {width:100%;margin-bottom: 0;}
  .disney.top .sec_list.resort .sec_body .pht {margin-bottom:4vw;}
}

/* クルーズ */
.disney.top .sec_list.cruise {margin-bottom:30px;}
.disney.top .sec_list.cruise .sec_body .pht {width:70%;max-width:430px;margin:0 auto 15px;}
@media (min-width: 1024px), print {
  .disney.top .sec_list.cruise {margin-bottom:70px;}
}
@media (min-width: 768px), print {
  .disney.top .sec_list.cruise .sec_body {overflow:hidden;}
  .disney.top .sec_list.cruise .sec_body .pht {float:left;width:48.4%;}
  .disney.top .sec_list.cruise .sec_body p {padding-left:51.6%;}
  .disney.top .sec_list.cruise .sec_body .btn_list {padding-left:51.6%;}
}
@media screen and (max-width: 640px) {
  .disney.top .sec_list.cruise {margin-bottom:12vw;}
}

/* ------------------------------------ */
/* 【NEWS】 */
/* ------------------------------------ */
.disney.news .head_nav {border-bottom:1px solid #ff2674;}
@media (min-width: 768px), print {
  .disney.news .content {padding-top:15px;}
  .disney.news .news_list {margin-bottom:30px;}
}
@media (min-width: 1024px), print {
  .disney.news .content {padding-top:30px;}
  .disney.news .news_list {margin-bottom:60px;}
}
@media screen and (max-width: 640px) {
  .disney.news .sec_cnt {margin-bottom:2.5vw;}
  .disney.news .link_btn {margin:4vw 2vw 1.5vw;}
}

/* ------------------------------------ */
/* 【RESORT】*/
/* ------------------------------------ */
/* 【RESORT】ページタイトル */
/* ------------------------------------ */
.disney.sub .content_head .logo {text-align:center;}
.disney.sub .content_head .logo img {width:auto;height:30px;}
.disney.sub .content_head + .sec_tour {margin-top: 0;;}
@media screen and (max-width: 767px) {
  .disney.sub .content_head .logo img {height:20px;}
}

/* ------------------------------------ */
/* 【PARK】*/
/* ------------------------------------ */
/* 【PARK】インデックス */
/* ------------------------------------ */
.disney.sub.park .sec_index .sec_cnt.tp {width:100%;}
.disney.sub.park .sec_index .sec_cnt.tp .sec_tit span {font-size:3.6rem;}
.disney.sub.park .sec_index .sec_cnt:not(.tp) .sec_icon .svg {width:95px;height:62px;}
@media (min-width: 768px), print {
  .disney.sub.park .sec_index .sec_cnt.tp .sec_icon {margin-bottom:20px;}
  .disney.sub.park .sec_index .sec_cnt.tp .sec_tit {height:auto;margin-bottom:30px;}
  .disney.sub.park .sec_index .sec_cnt.tp .pht img {width:auto;max-width:740px;}
}
@media screen and (max-width: 767px) {
  .disney.sub.park .sec_index .sec_cnt.tp .sec_tit span {font-size:3rem;}
}
@media screen and (max-width: 640px) {
  .disney.sub.park .sec_index .sec_cnt.tp .sec_tit span {font-size:6vw;}
  .disney.sub.park .sec_index .sec_cnt:not(.tp) .sec_icon .svg {height:40px;}
}
@media print {body {position:relative !important;width:100%;min-width:1140px !important;-webkit-transform:scale(.94);transform:scale(.94);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-print-color-adjust:exact;}
}

/* ------------------------------------ */
/* 【HOTEL】*/
/* ------------------------------------ */
/* 【HOTEL】アンカーリンクナビ */
/* ------------------------------------ */
.disney.sub .anchor_links {text-align:center;}
.disney.sub .anchor_links li {display:inline-block;font-size:0;margin:10px;}
.disney.sub .anchor_links li a {display:block;font-size:1.4rem;font-weight:bold;position:relative;padding:8px 30px 5px 15px;color:#ff2674;border:1px solid #ff2674;border-radius:5px;background:#fff;}
.disney.sub .anchor_links li a::after {font-family:"Font Awesome 5 Free";font-weight:bold;font-size:70%;position:absolute;top:50%;right:8px;content:'\f078';-webkit-transform:translateY(-50%);transform:translateY(-50%);}
@media screen and (max-width: 1139px) and (min-width: 768px) {
  .disney.sub .anchor_links li a {font-size:1.3rem;}
}
@media screen and (min-width: 768px) {
  .disney.sub .anchor_links li a:hover {opacity:1;color:#fff;background:#ff2674;}
}
@media screen and (max-width: 767px) {
  .disney.sub .anchor_links li {display:block;width:80%;margin:0 auto 8px;max-width:300px;}
  .disney.sub .anchor_links li a {padding:10px 30px 8px 15px;}
}
@media screen and (max-width: 640px) {
  .disney.sub .anchor_links li a {font-size:1.3rem;}
}

/* ------------------------------------
2023.12.04 add

■ 2023.12.04 改修内容
・パーク情報／パーク詳細：ツアー枠を追加（PCのみ）、おすすめツアーの導線を追加（SPのみ）

■ 改修内容
・ディズニーTOP：LINEの導線を追加
・ディズニーTOP：おすすめツアーへのページ内アンカーボタン追加

■ 作業用ファイル
disney_add_231204.scss
------------------------------------ */
@media screen and (max-width: 767px){.disney .contact_box+.contact_box_line{margin-top:0}}@media screen and (min-width: 768px){.disney .contact_box_line{background:#f1f6f1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:18px 25px;margin:40px auto 50px;max-width:610px}}@media screen and (max-width: 767px){.disney .contact_box_line{margin:25px auto 40px;width:90%}}.disney .contact_box_line .qr{width:110px;border:4px solid #01b91b}@media screen and (max-width: 767px){.disney .contact_box_line .qr{display:none}}.disney .contact_box_line .qr img{width:100%}.disney .contact_box_line .txt{font-size:2.6rem;line-height:1.6;font-weight:700;letter-spacing:.06em}@media screen and (min-width: 768px){.disney .contact_box_line .txt{color:#01b91b;padding-left:22px;-webkit-box-flex:1;-ms-flex:1;flex:1}}@media screen and (max-width: 767px){.disney .contact_box_line .txt{font-size:1.6rem;text-align:center;margin-bottom:10px}}.disney .contact_box_line .txt small{font-size:63.63%;color:#000;display:block;margin-top:10px;letter-spacing:0}@media screen and (max-width: 767px){.disney .contact_box_line .txt small{display:none}}@media screen and (min-width: 768px){.disney .contact_box_line .link_btn{display:none}}@media screen and (max-width: 767px){.disney .contact_box_line .link_btn a{background:#01b91b;color:#fff}}.disney .contact_box_line+.link_btn_wrap{margin-top:-20px}@media screen and (max-width: 767px){.disney .contact_box_line+.link_btn_wrap{margin-top:-10px}}@media screen and (max-width: 640px){.disney .link_btn_wrap{width:90%;margin-right:auto;margin-left:auto}}.disney .link_btn_wrap+.sec_list{padding-top:75px}@media screen and (max-width: 767px){.disney .link_btn_wrap+.sec_list{padding-top:45px}}.disney .link_btn_wrap .link_btn.to_recom_tour a{font-size:1.6rem;line-height:1.5;padding:10px 30px 10px 15px;background:#ff2674}@media screen and (max-width: 767px){.disney .link_btn_wrap .link_btn.to_recom_tour a{font-size:1.5rem;border-radius:8px;border:0;color:#fff}}.disney .link_btn_wrap .link_btn.to_recom_tour a::after{top:50%}.disney .link_btn_wrap .link_btn.to_recom_tour.arr_btm a::after{-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.disney .sec_tour.park_tour{width:100%;margin-top:40px}@media screen and (max-width: 767px){.disney .sec_tour.park_tour{display:none}}@media screen and (max-width: 767px){.disney .sec_tour.park_tour+.sec_tit{display:none}}.disney .btm_fix_btn{position:fixed;bottom:15px;left:15px;width:calc(100% - 30px);z-index:100}@media screen and (min-width: 768px){.disney .btm_fix_btn{display:none}}.disney .btm_fix_btn a{font-size:1.6rem;font-weight:bold;line-height:1.6;position:relative;display:block;overflow:hidden;margin:0 auto;padding:0;padding:10px 30px 10px 15px;text-align:center;text-decoration:none;color:#fff;border-radius:8px;background:#ff2674}.disney .btm_fix_btn a::after{right:15px;content:"\f107";font-family:"Font Awesome 5 Free";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);color:#fff}/*# sourceMappingURL=disney_add_231204.css.map */
