@charset "UTF-8";

/*-----------------------------------------
  下層　共通事項
-------------------------------------------*/

.disney_greeting_hw2019 {
  font-size: 1.6rem;
  /* トップイメージ */
  /* コンテンツナビ */
  /* グリーティングイベントのポイント */
  /* ハロウィーンパーティー内容紹介 */
  /* 優先エリア鑑賞 */
  /* TOP吉田参加*/
  /* 吉田さんおすすめスケジュール */
  /* 吉田さんおすすめホテル */
  /* 対象ツアー */
  /* フリーオーダー */
  /* 先行販売用ツアー価格表示部分 */
}

.disney_greeting_hw2019 p {
  line-height: 1.8;
}

.disney_greeting_hw2019 .red {
  color: #f00;
}

.disney_greeting_hw2019 .discount {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding-bottom: 10px;
}

.disney_greeting_hw2019 .dis_pc {
  display: inline-block;
}

.disney_greeting_hw2019 .dis_sp {
  display: none;
}

.disney_greeting_hw2019 .wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

.disney_greeting_hw2019 .mplus {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.disney_greeting_hw2019 figcaption {
  font-size: 12px;
}

.disney_greeting_hw2019 img {
  max-width: 100%;
}

.disney_greeting_hw2019 .link_btn {
  display: block;
  background: #ff2674;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  border-radius: 15px;
  padding: 15px 45px 15px 25px;
  text-decoration: none;
  font-size: 2.4rem;
  max-width: 550px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.disney_greeting_hw2019 .link_btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  display: inline-block;
}

.disney_greeting_hw2019 .link_btn:hover {
  opacity: 0.75;
}

.disney_greeting_hw2019 .link_btn.center {
  text-align: center;
}

.disney_greeting_hw2019 .link_btn.link_back_btn {
  padding: 15px 25px 15px 45px;
}

.disney_greeting_hw2019 .link_btn.link_back_btn::after {
  content: "\f104";
  right: 0;
  left: 20px;
  top: 50%;
}

.disney_greeting_hw2019 .link_btn.down_btn {
  margin: 30px auto;
}

.disney_greeting_hw2019 .link_btn.down_btn::after {
  content: "\f107";
}

.disney_greeting_hw2019 .main_title {
  width: 100%;
  position: relative;
}

.disney_greeting_hw2019 .main_title .title_img {
  width: 100%;
}

.disney_greeting_hw2019 .main_title .top_hw {
  position: absolute;
  bottom: 10px;
  right: 50%;
  margin-right: 15%;
  max-width: 26%;
  display: block;
}

.disney_greeting_hw2019 .main_title .top_wear {
  position: absolute;
  bottom: 10px;
  left: 100%;
  margin-left: -30%;
  max-width: 15%;
  display: block;
}

.disney_greeting_hw2019 .contents_nav {
  width: 100%;
  display: block;
  background: #ffef38;
}

.disney_greeting_hw2019 .contents_nav ul {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.disney_greeting_hw2019 .contents_nav ul a {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 20px 15px;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

.disney_greeting_hw2019 .contents_nav ul a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  padding-left: 15px;
}

.disney_greeting_hw2019 .contents_nav ul a:hover {
  opacity: 0.6;
}

.disney_greeting_hw2019 .about_yoshida .h_yoshida {
  font-size: 1.8rem;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  padding: 20px 30px;
  overflow: hidden;
}

.disney_greeting_hw2019 .about_yoshida .yoshida_prof {
  padding: 0 30px 30px;
  font-size: 1.5rem;
  line-height: 1.8;
  overflow: hidden;
}

.disney_greeting_hw2019 .about_yoshida .yoshida_prof p {
  float: left;
  width: calc(100% - 220px);
}

.disney_greeting_hw2019 .about_yoshida .yoshida_prof b {
  font-size: 1.4rem;
  display: block;
  padding-top: 5px;
}

.disney_greeting_hw2019 .about_yoshida .yoshida_prof a {
  font-weight: bold;
}

.disney_greeting_hw2019 .about_yoshida .yoshida_prof img {
  float: right;
  margin-left: 20px;
  max-width: 200px;
}

.disney_greeting_hw2019 #greeting_info {
  background: #b6f2ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b6f2ff 0%, #b6f2ff 13%, #fffeab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.disney_greeting_hw2019 #greeting_info h2 {
  text-align: center;
  padding: 45px 0;
  background: url(../images/sun_morning.png) no-repeat 0 30px, url(../images/balloon_morning.png) no-repeat right 0 top 50px;
}

.disney_greeting_hw2019 #greeting_info .greeting_point {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.disney_greeting_hw2019 #greeting_info .greeting_point li {
  background: #fff;
  border: 8px solid #000;
  border-radius: 20px;
  flex-basis: 31.5%;
  max-width: 31.5%;
  overflow: hidden;
}

.disney_greeting_hw2019 #greeting_info .greeting_point b {
  display: block;
  background: #000;
  color: #fff;
  padding: 5px 20px;
  font-size: 3.5rem;
}

.disney_greeting_hw2019 #greeting_info .greeting_point p {
  padding: 15px 20px;
  font-size: 2.4rem;
  line-height: 1.4;
}

.disney_greeting_hw2019 #greeting_info .greeting_point strong {
  color: #ff2674;
}

.disney_greeting_hw2019 #greeting_info .greeting_info_txt {
  border-radius: 20px;
  background: #fff;
  padding: 25px 35px;
  margin-bottom: 30px;
  line-height: 1.9;
}

.disney_greeting_hw2019 #greeting_info .greeting_info_txt b {
  color: #ab2dd4;
}

.disney_greeting_hw2019 #greeting_info .greeting_info_ph {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.disney_greeting_hw2019 #greeting_info .greeting_info_ph .ph_left {
  margin-right: 8px;
}

.disney_greeting_hw2019 #greeting_info .greeting_info_ph .ph_right {
  margin-left: 8px;
}

.disney_greeting_hw2019 #greeting_info .greeting_info_ph .ph_right figcaption {
  text-align: right;
}

.disney_greeting_hw2019 #greeting_info .greeting_info_ph img {
  border: 8px solid #ffef38;
  max-width: 100%;
  border-radius: 5px;
  margin-bottom: 8px;
}

.disney_greeting_hw2019 #halloween_party {
  background: #ffe700;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fffeab 0%, #ffe700 10%, #f5921d 37%, #bb1df5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeab', endColorstr='#bb1df5',GradientType=0 );
  /* IE6-9 */
  /*.hw_party_lead{
			@include border8;
			background: #fff;
			border-radius: 30px;
			padding: 30px 40px;
			margin: 0 auto 30px;
			@include sp{
				padding: 20px 25px;
				margin-bottom: 15px;
				border-radius: 20px;
			}
			small{
				display: block;
				padding-top: 15px;
			}
		}*/
}

.disney_greeting_hw2019 #halloween_party h2 {
  text-align: center;
  padding: 120px 0 35px;
  background: url(../images/sun_evening.png) no-repeat right 4% top 10px, url(../images/balloon_hw.png) no-repeat 4% 20px;
}

.disney_greeting_hw2019 #halloween_party h3.h_if_tour {
  text-align: center;
  padding: 15px 0 30px;
}

.disney_greeting_hw2019 #halloween_party .tour_point {
  border: 8px solid #000;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
}

.disney_greeting_hw2019 #halloween_party .tour_point strong {
  display: block;
  color: #fff;
  background: #ab2dd4;
  font-size: 2.4rem;
  padding: 20px 25px;
}

.disney_greeting_hw2019 #halloween_party .tour_point strong span {
  color: #ff0;
  font-size: 3.2rem;
}

.disney_greeting_hw2019 #halloween_party .tour_point figure {
  padding: 25px 30px 25px 25px;
  float: left;
  width: 380px;
  max-width: 100%;
  box-sizing: content-box;
}

.disney_greeting_hw2019 #halloween_party .tour_point figure img {
  width: 100%;
  padding-bottom: 5px;
}

.disney_greeting_hw2019 #halloween_party .tour_point figure figcaption {
  color: #999;
  text-align: right;
}

.disney_greeting_hw2019 #halloween_party .tour_point p {
  padding: 20px 30px 25px;
}

.disney_greeting_hw2019 #halloween_party .tour_point p small {
  display: block;
  margin-top: 20px;
}

.disney_greeting_hw2019 #halloween_party .tour_point p img {
  display: block;
  padding: 15px 0 15px;
  max-width: 225px;
}

.disney_greeting_hw2019 #halloween_party .hw_party_contents_list {
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: -25px auto 0;
}

.disney_greeting_hw2019 #halloween_party .hw_party_contents_list li {
  flex-basis: 30%;
  max-width: 30%;
  margin: 25px 0;
}

.disney_greeting_hw2019 #halloween_party .hw_party_contents_list li h3 {
  color: #d554ff;
  padding-bottom: 15px;
  line-height: 1.4;
  font-size: 2.2rem;
}

.disney_greeting_hw2019 #halloween_party .hw_party_contents_list .hw_party_contents {
  background: #000;
  border-radius: 30px;
  padding: 25px 32px;
  position: relative;
  color: #fff;
  /*&::before{
					position: absolute;
					bottom: 99.5%;
					left: 0;
					height: 70px;
					width: 100%;
					display: block;
					content: "";
					background-repeat: no-repeat;
					background-position: center bottom;
					background-size: auto 100%;
				}*/
}

.disney_greeting_hw2019 #halloween_party .hw_party_contents_list .hw_party_contents::after {
  position: absolute;
  top: 100%;
  left: 0;
  height: 29px;
  width: 100%;
  display: block;
  content: "";
  /*background-repeat: no-repeat;
					background-position: center bottom;
					background-size: auto 100%;*/
  background: url(../images/hw_party_tail.png) no-repeat center bottom;
}

.disney_greeting_hw2019 #halloween_party .hw_party_contents_list .icon_tour {
  text-align: center;
  margin: 20px 0 0;
}

.disney_greeting_hw2019 #halloween_party .hw_party_contents_list .icon_tour img {
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
}

.disney_greeting_hw2019 #world_of_color {
  background: #bb1df5;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bb1df5 0%, #3028d2 70%, #00c0ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  overflow: hidden;
  /*&::after{
			content: "";
			display: block;
			border: 2px dashed #fff;
			background: #00c0ff;
		}*/
}

.disney_greeting_hw2019 #world_of_color::before {
  content: "";
  display: block;
  border: 2px dashed #fff;
  background: #bb1df5;
}

.disney_greeting_hw2019 #world_of_color h2 {
  text-align: center;
  padding: 90px 0 25px;
  background: url(../images/moon.png) no-repeat right 15px top 30px, url(../images/balloon_night.png) no-repeat left 0 top 30px;
}

.disney_greeting_hw2019 #world_of_color .tour_point {
  border: 8px solid #000;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
  margin-bottom: 80px;
}

.disney_greeting_hw2019 #world_of_color .tour_point strong {
  display: block;
  color: #fff;
  background: #ab2dd4;
  font-size: 2.4rem;
  padding: 20px 25px;
}

.disney_greeting_hw2019 #world_of_color .tour_point strong span {
  color: #ff0;
  font-size: 3.2rem;
}

.disney_greeting_hw2019 #world_of_color .tour_point figure {
  padding: 25px 30px 25px 25px;
  float: left;
  width: 380px;
  max-width: 100%;
  box-sizing: content-box;
}

.disney_greeting_hw2019 #world_of_color .tour_point figure img {
  width: 100%;
  padding-bottom: 5px;
}

.disney_greeting_hw2019 #world_of_color .tour_point figure figcaption {
  color: #999;
  text-align: right;
}

.disney_greeting_hw2019 #world_of_color .tour_point p {
  padding: 20px 30px 25px;
}

.disney_greeting_hw2019 #world_of_color .tour_point p small {
  display: block;
  margin-top: 20px;
}

.disney_greeting_hw2019 #world_of_color .tour_point p img {
  display: block;
  padding: 15px 0 15px;
  max-width: 225px;
}

.disney_greeting_hw2019 #yoshida_join {
  background: url(../images/round_bg.png) repeat-x bottom center #00c0ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: url(../images/round_bg.png) repeat-x bottom center, linear-gradient(to bottom, #00c0ff 0%, #d5ffee 25%, #fefff0 60%, #fcffa2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-bottom: 130px;
}

.disney_greeting_hw2019 #yoshida_join h2 {
  text-align: center;
  padding: 30px 0 0px;
}

.disney_greeting_hw2019 #yoshida_join .yoshida_info {
  border: 5px solid #000;
  border-radius: 25px;
  overflow: hidden;
  max-width: 750px;
  width: 100%;
  margin: 30px auto;
  background: #f4f4f4;
  /*.about_yoshida{
				@include about_yoshida;
			}*/
}

.disney_greeting_hw2019 #yoshida_join .yoshida_info .yoshida_info_txt {
  text-align: center;
  background: #fff;
  padding: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

.disney_greeting_hw2019 #schedule {
  background: #b6f2ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b6f2ff 25%, #fcfc4e 100%);
  padding-bottom: 1px;
}

.disney_greeting_hw2019 #schedule h2 {
  text-align: center;
  padding: 60px 0 30px;
}

.disney_greeting_hw2019 #schedule .yoshida_info {
  border: 5px solid #000;
  border-radius: 25px;
  overflow: hidden;
  max-width: 750px;
  width: 100%;
  margin: 0 auto 30px;
  background: #ffef38;
}

.disney_greeting_hw2019 #schedule .schedule_type {
  text-align: center;
}

.disney_greeting_hw2019 #schedule .schedule_type h3 {
  display: block;
  text-align: center;
}

.disney_greeting_hw2019 #schedule .schedule_type .schedule_btn {
  background: #fff;
  display: inline-block;
  padding: 10px;
  margin: 20px auto;
  border-radius: 15px;
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-decoration: none;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
}

.disney_greeting_hw2019 #schedule .schedule_type .schedule_btn::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
}

.disney_greeting_hw2019 #schedule .schedule_type .schedule_btn.up_btn::after {
  content: "\f106";
}

.disney_greeting_hw2019 #hotel {
  background: url(../images/round_bg.png) repeat-x bottom center #fcfc4e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: url(../images/round_bg.png) repeat-x bottom center, linear-gradient(to bottom, #fcfc4e 0%, #ffffff 100%);
  padding-bottom: 130px;
}

.disney_greeting_hw2019 #hotel h2 {
  text-align: center;
  padding: 60px 0 30px;
}

.disney_greeting_hw2019 #hotel .hotel_list {
  border: 8px solid #000;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 30px;
  position: relative;
}

.disney_greeting_hw2019 #hotel .hotel_list::after {
  content: "";
  clear: both;
  display: block;
}

.disney_greeting_hw2019 #hotel .hotel_list h3 {
  color: #fff;
  background: #ab2dd4;
  font-size: 2.4rem;
  padding: 20px 30px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  border-radius: 12px 12px 0 0;
}

.disney_greeting_hw2019 #hotel .hotel_list h3 b {
  display: block;
  width: 56%;
  line-height: 1.4;
}

.disney_greeting_hw2019 #hotel .hotel_list h3 span {
  color: #ff0;
  display: block;
  font-size: 1.8rem;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  padding-bottom: 5px;
}

.disney_greeting_hw2019 #hotel .hotel_list figure {
  float: right;
  border: 6px solid #fff;
  max-width: 40%;
  margin: 0 2% 15px;
  margin-top: -80px;
}

.disney_greeting_hw2019 #hotel .hotel_list figure figcaption {
  color: #999;
  font-size: 12px;
  text-align: right;
  padding-top: 5px;
}

.disney_greeting_hw2019 #hotel .hotel_list p {
  padding: 30px 0 20px 30px;
  width: 56%;
  float: left;
}

.disney_greeting_hw2019 #hotel .hotel_list:first-child {
  margin-top: 30px;
}

.disney_greeting_hw2019 #hotel .hotel_list:first-child h3 {
  background: #ff2674;
}

.disney_greeting_hw2019 #hotel .hotel_list:first-child .venue {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0px;
  color: #ff2674;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  font-size: 18px;
  display: block;
}

.disney_greeting_hw2019 #hotel .hotel_list:first-child .venue::before,
.disney_greeting_hw2019 #hotel .hotel_list:first-child .venue::after {
  background: url(../images/hotel_here_bg.png) no-repeat left center/25px;
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  display: inline-block;
}

.disney_greeting_hw2019 #hotel .hotel_list:first-child .venue::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.disney_greeting_hw2019 #hotel .hotel_list:last-child figure {
  margin-top: -50px;
}

.disney_greeting_hw2019 #greeting_tour {
  background: #b6f2ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b6f2ff 13%, #fffd4c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-bottom: 50px;
  /* ツアー一覧部分 */
}

.disney_greeting_hw2019 #greeting_tour .h_tour {
  text-align: center;
  padding: 35px 0;
}

.disney_greeting_hw2019 #greeting_tour .other_dep_info {
  text-align: center;
  padding-bottom: 20px;
}

.disney_greeting_hw2019 #greeting_tour .tourlist.tabpanel .tour_tab li.selected {
  border: 1px solid  #ffea00;
}

.disney_greeting_hw2019 #greeting_tour .tourlist.tabpanel .tour_tab li.selected span {
  background: #ffea00;
  color: #000;
}

.disney_greeting_hw2019 #greeting_tour .tourlist.tabpanel .tour_tab li.selected span::after {
  border-top: 20px solid #ffea00;
}

.disney_greeting_hw2019 #greeting_tour .tourlist .tour_cnt_head .cnt_head_01 {
  border: 2px solid #000;
}

.disney_greeting_hw2019 #greeting_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
  border-bottom: 2px solid #000;
  color: #000;
}

.disney_greeting_hw2019 #greeting_tour .tourlist .tour_cnt_head .tour_comment_tit {
  background: #ffea00;
  color: #000;
}

.disney_greeting_hw2019 #greeting_tour .tourlist .tour_cnt_wrap .tour_info_list .tit {
  background: #ffea00;
  color: #000;
}

.disney_greeting_hw2019 #greeting_tour .tourlist .tour_cnt_wrap .tour_info_list .tit .direct {
  border: 1px solid #ff2674;
  color: #ff2674;
}

.disney_greeting_hw2019 #greeting_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
  color: #000;
  background: #ffea00;
  border-bottom: 3px solid #ffea00;
}

.disney_greeting_hw2019 #greeting_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
  color: #000;
  background: #fff;
  border-bottom: 3px solid #fff;
}

.disney_greeting_hw2019 #greeting_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {
  background: #ff2674;
}

.disney_greeting_hw2019 .freeorder {
  background: #fff;
  overflow: hidden;
  padding: 3% 5%;
  margin: 50px auto;
}

.disney_greeting_hw2019 .freeorder .freeorder_txt {
  width: 50%;
  float: left;
  line-height: 1.6;
}

.disney_greeting_hw2019 .freeorder .freeorder_txt .big {
  font-size: 23px;
  padding-bottom: 0.3em;
  color: #333;
  line-height: 1.6;
  font-weight: bold;
}

.disney_greeting_hw2019 .freeorder .freeorder_txt .small {
  color: #888;
  font-size: 15px;
}

.disney_greeting_hw2019 .freeorder .freeorder_numlink {
  width: 50%;
  float: right;
  max-width: 400px;
}

.disney_greeting_hw2019 .freeorder .freeorder_numlink .tel_num {
  color: #000;
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
  font-family: 'arial',sans-serif;
  display: block;
  box-sizing: border-box;
  margin: 0 auto 5px;
  min-width: 0;
  pointer-events: none;
  text-decoration: none;
}

.disney_greeting_hw2019 .freeorder .freeorder_numlink .tel_num::before {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
  font-size: 75%;
  padding-left: 5px;
}

.disney_greeting_hw2019 .freeorder .freeorder_numlink .tel_num .pc_none {
  line-height: 1.4;
  display: none;
}

.disney_greeting_hw2019 .freeorder .freeorder_numlink .tel_num .sp_none {
  display: inline-block;
}

.disney_greeting_hw2019 .freeorder .freeorder_numlink .freeorder_btn {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #ff2674;
  border-radius: 8px;
  padding: 12px 10px 8px;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.disney_greeting_hw2019 .freeorder .freeorder_numlink .freeorder_btn::after {
  content: "\f105";
  color: #fff;
  font-family: FontAwesome;
  flex-grow: 1;
  text-align: right;
  float: right;
}

.disney_greeting_hw2019 .freeorder .freeorder_numlink .freeorder_btn:hover {
  opacity: 0.75;
}

.disney_greeting_hw2019 .freeorder .freeorder_numlink .freeorder_btn .pc_none {
  line-height: 1.4;
  display: none;
}

.disney_greeting_hw2019 .freeorder .freeorder_numlink .freeorder_btn .sp_none {
  display: inline-block;
}

.disney_greeting_hw2019 .page_header {
  background: #ff2674;
  text-align: center;
  padding: 10px 0 6px;
  border-bottom: 2px solid #fff;
}

.disney_greeting_hw2019 .page_header .page_header_txt {
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}

.disney_greeting_hw2019 .pre_sale_tour {
  border-radius: 15px;
  border: solid 5px #000;
  background: #fff;
  padding: 30px 15px;
  margin: 0 auto 30px;
  max-width: 798px;
  width: 100%;
}

.disney_greeting_hw2019 .pre_sale_tour .h_pre_sale {
  font-size: 28px;
  line-height: 1.6;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.disney_greeting_hw2019 .pre_sale_tour .pre_sale_price {
  max-width: 80%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}

.disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dt {
  border: 1px solid #000;
  padding: 15px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dt small {
  display: block;
  font-size: 1.1rem;
  padding-top: 5px;
  font-weight: normal;
}

.disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dd {
  padding: 0 15px;
  font-size: 12px;
}

.disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dd strong.price {
  color: red;
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 10px;
}

.disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dd strong.price small {
  font-size: 2.6rem;
}

.disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dd strong.price small::after {
  content: " → ";
}

.disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dd span.red {
  color: red;
  padding-right: 15px;
  display: inline-block;
}

.disney_greeting_hw2019 .pre_sale_tour .pre_sale_conditions {
  text-align: center;
}

.disney_greeting_hw2019 .tour_note p.txt_01 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.disney_greeting_hw2019 .tour_note p.txt_02 {
  text-align: center;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 20px;
}

.disney_greeting_hw2019 #event_only {
  margin-top: 40px;
}

.disney_greeting_hw2019 #event_only p {
  font-size: 1.4rem;
  padding: 0 20px;
}

.disney_greeting_hw2019 #event_only p.center {
  text-align: center;
}

.disney_greeting_hw2019 #event_only p small {
  display: block;
  padding-bottom: 10px;
}

@media (max-width: 1140px), print {
  .disney_greeting_hw2019 .wrapper {
    width: 92%;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_numlink .tel_num {
    font-size: calc(100vw / 20);
    min-height: 47px;
  }
}

@media screen and (max-width: 768px) {
  .disney_greeting_hw2019 .contents_nav ul {
    flex-wrap: wrap;
  }

  .disney_greeting_hw2019 .contents_nav ul a {
    padding: 10px 15px;
  }

  .disney_greeting_hw2019 .contents_nav ul a br {
    display: none;
  }

  .disney_greeting_hw2019 #greeting_info h2 {
    padding: 30px 0 70px;
    background: url(../images/sun_morning.png) no-repeat 0 172px/25%, url(../images/balloon_morning.png) no-repeat right 0 top 180px/25%;
  }

  .disney_greeting_hw2019 #halloween_party .tour_point figure {
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
  }

  .disney_greeting_hw2019 #halloween_party .hw_party_contents_list li {
    flex-basis: 48%;
    max-width: 48%;
  }

  .disney_greeting_hw2019 #world_of_color h2 {
    background: url(../images/moon.png) no-repeat right 15px top 25px/16%, url(../images/balloon_night.png) no-repeat left 0 top 30px/23%;
  }

  .disney_greeting_hw2019 #world_of_color .tour_point figure {
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
  }

  .disney_greeting_hw2019 #hotel .hotel_list:first-child .venue {
    width: 100%;
    text-align: center;
  }

  .disney_greeting_hw2019 #hotel .hotel_list:last-child figure {
    margin-top: -80px;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_txt {
    width: 100%;
    float: none;
    text-align: center;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_numlink {
    width: 100%;
    float: none;
    margin: 10px auto;
    overflow: hidden;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_numlink .tel_num {
    font-size: 56px;
  }
}

@media screen and (max-width: 640px) {
  .disney_greeting_hw2019 .discount {
    font-size: 1.5rem;
  }

  .disney_greeting_hw2019 .dis_pc {
    display: none;
  }

  .disney_greeting_hw2019 .dis_sp {
    display: block;
  }

  .disney_greeting_hw2019 .link_btn {
    font-size: 1.6rem;
    width: 100%;
  }

  .disney_greeting_hw2019 .link_btn.down_btn {
    margin: -20px auto 30px;
    font-size: 2rem;
  }

  .disney_greeting_hw2019 .main_title .top_hw {
    right: auto;
    left: 10px;
    bottom: 5px;
    width: 60%;
    max-width: unset;
    margin: 0;
  }

  .disney_greeting_hw2019 .main_title .top_wear {
    left: auto;
    right: 10px;
    bottom: 5px;
    width: 35%;
    max-width: unset;
    margin: 0;
  }

  .disney_greeting_hw2019 .contents_nav ul {
    flex-direction: column;
  }

  .disney_greeting_hw2019 .contents_nav ul li + li {
    border-top: 1px solid #fff;
  }

  .disney_greeting_hw2019 .contents_nav ul a {
    display: flex;
    text-align: left;
    justify-content: space-between;
    font-size: 15px;
  }

  .disney_greeting_hw2019 .about_yoshida .h_yoshida {
    padding: 20px 20px 15px;
  }

  .disney_greeting_hw2019 .about_yoshida .h_yoshida::after {
    content: "+";
    display: block;
    border: 3px solid #000;
    border-radius: 5px;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 21px;
    text-align: center;
    margin-top: -5px;
    float: right;
  }

  .disney_greeting_hw2019 .about_yoshida .h_yoshida.open::after {
    content: "-";
  }

  .disney_greeting_hw2019 .about_yoshida .yoshida_prof {
    padding: 0 20px 25px;
    display: none;
  }

  .disney_greeting_hw2019 .about_yoshida .yoshida_prof p {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }

  .disney_greeting_hw2019 .about_yoshida .yoshida_prof img {
    float: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .disney_greeting_hw2019 #greeting_info {
    padding-bottom: 1px;
  }

  .disney_greeting_hw2019 #greeting_info h2 {
    background: url(../images/sun_morning.png) no-repeat 25% 10px/auto 100px, url(../images/balloon_morning.png) no-repeat right 15% top 10px/35%;
    padding: 100px 0 20px;
  }

  .disney_greeting_hw2019 #greeting_info .greeting_point {
    flex-direction: column;
    padding-bottom: 15px;
  }

  .disney_greeting_hw2019 #greeting_info .greeting_point li {
    border: 5px solid #000;
  }

  .disney_greeting_hw2019 #greeting_info .greeting_point li {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .disney_greeting_hw2019 #greeting_info .greeting_point b {
    font-size: 3rem;
  }

  .disney_greeting_hw2019 #greeting_info .greeting_info_txt {
    padding: 20px 25px;
  }

  .disney_greeting_hw2019 #greeting_info .greeting_info_ph {
    flex-wrap: wrap;
  }

  .disney_greeting_hw2019 #greeting_info .greeting_info_ph figure {
    width: 100%;
    margin: 0 0 20px !important;
  }

  .disney_greeting_hw2019 #halloween_party h2 {
    padding: 120px 0 15px;
    background: url(../images/sun_evening.png) no-repeat right 4% top 10px/auto 100px, url(../images/balloon_hw.png) no-repeat 4% 20px/35%;
  }

  .disney_greeting_hw2019 #halloween_party h3.h_if_tour {
    padding: 15px 0;
  }

  .disney_greeting_hw2019 #halloween_party .tour_point {
    border: 5px solid #000;
  }

  .disney_greeting_hw2019 #halloween_party .tour_point {
    border-radius: 20px;
    margin-bottom: 0;
  }

  .disney_greeting_hw2019 #halloween_party .tour_point strong {
    font-size: 1.8rem;
    padding: 15px 20px;
    text-align: center;
  }

  .disney_greeting_hw2019 #halloween_party .tour_point strong span {
    display: block;
    text-align: center;
    font-size: 2.4rem;
  }

  .disney_greeting_hw2019 #halloween_party .tour_point figure {
    box-sizing: border-box;
    padding: 20px;
    float: none;
  }

  .disney_greeting_hw2019 #halloween_party .tour_point p {
    padding: 0 20px 20px;
  }

  .disney_greeting_hw2019 #halloween_party .tour_point p img {
    padding: 0 0 5px;
    margin: 0 auto;
  }

  .disney_greeting_hw2019 #halloween_party .hw_party_contents_list {
    padding: 0;
    margin-top: 0;
  }

  .disney_greeting_hw2019 #halloween_party .hw_party_contents_list li {
    flex-basis: 100%;
    max-width: 100%;
  }

  .disney_greeting_hw2019 #halloween_party .hw_party_contents_list .hw_party_contents {
    padding: 20px 25px;
    border-radius: 20px;
  }

  .disney_greeting_hw2019 #halloween_party .hw_party_contents_list .icon_tour {
    margin: 35px auto;
  }

  .disney_greeting_hw2019 #world_of_color h2 {
    background: url(../images/moon.png) no-repeat right 0 top 10px/16%, url(../images/balloon_night.png) no-repeat 0 9px/27%;
    padding: 40px 0 12px;
  }

  .disney_greeting_hw2019 #world_of_color .tour_point {
    border: 5px solid #000;
  }

  .disney_greeting_hw2019 #world_of_color .tour_point {
    border-radius: 20px;
    margin-bottom: 0;
  }

  .disney_greeting_hw2019 #world_of_color .tour_point strong {
    font-size: 1.8rem;
    padding: 15px 20px;
    text-align: center;
  }

  .disney_greeting_hw2019 #world_of_color .tour_point strong span {
    display: block;
    text-align: center;
    font-size: 2.4rem;
  }

  .disney_greeting_hw2019 #world_of_color .tour_point figure {
    box-sizing: border-box;
    padding: 20px;
    float: none;
  }

  .disney_greeting_hw2019 #world_of_color .tour_point p {
    padding: 0 20px 20px;
  }

  .disney_greeting_hw2019 #world_of_color .tour_point p img {
    padding: 0 0 5px;
    margin: 0 auto;
  }

  .disney_greeting_hw2019 #yoshida_join {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: url(../images/round_bg.png) repeat-x bottom center/25%, linear-gradient(to bottom, #00c0ff 0%, #d5ffee 25%, #fefff0 60%, #fcffa2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding-bottom: 80px;
  }

  .disney_greeting_hw2019 #yoshida_join h2 {
    width: 85%;
    margin: 0 auto;
  }

  .disney_greeting_hw2019 #yoshida_join .yoshida_info {
    border-radius: 20px;
    margin: 20px auto;
  }

  .disney_greeting_hw2019 #yoshida_join .yoshida_info .yoshida_info_txt {
    padding: 15px;
    text-align: left;
  }

  .disney_greeting_hw2019 #schedule .yoshida_info {
    border-width: 4px;
    border-radius: 15px;
  }

  .disney_greeting_hw2019 #schedule .schedule_type .schedule_btn {
    font-size: 1.5rem;
  }

  .disney_greeting_hw2019 #schedule .schedule_type .schedule_btn small {
    display: block;
  }

  .disney_greeting_hw2019 #hotel {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: url(../images/round_bg.png) repeat-x bottom center/25%, linear-gradient(to bottom, #fcfc4e 0%, #ffffff 100%);
    padding-bottom: 60px;
  }

  .disney_greeting_hw2019 #hotel h2 {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .disney_greeting_hw2019 #hotel .hotel_list {
    border: 5px solid #000;
  }

  .disney_greeting_hw2019 #hotel .hotel_list h3 {
    font-size: 1.8rem;
    padding: 15px 20px;
  }

  .disney_greeting_hw2019 #hotel .hotel_list h3 b {
    width: 100%;
  }

  .disney_greeting_hw2019 #hotel .hotel_list h3 span {
    font-size: 1.5rem;
    padding-bottom: 2px;
  }

  .disney_greeting_hw2019 #hotel .hotel_list figure {
    max-width: 95%;
    float: none;
    margin: 2% auto;
  }

  .disney_greeting_hw2019 #hotel .hotel_list figure figcaption {
    text-align: center;
  }

  .disney_greeting_hw2019 #hotel .hotel_list p {
    width: 100%;
    float: none;
    padding: 20px;
  }

  .disney_greeting_hw2019 #hotel .hotel_list:first-child .venue {
    font-size: 16px;
  }

  .disney_greeting_hw2019 #hotel .hotel_list:last-child figure {
    margin: 2% auto;
  }

  .disney_greeting_hw2019 #greeting_tour .h_tour {
    padding: 35px 0 20px;
  }

  .disney_greeting_hw2019 #greeting_tour .other_dep_info {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 1.6;
  }

  .disney_greeting_hw2019 #greeting_tour .tourlist.tabpanel .tour_panel {
    background: none;
  }

  .disney_greeting_hw2019 #greeting_tour .tourlist .tour_cnt {
    border-top: none;
    margin: 0 15px;
  }

  .disney_greeting_hw2019 #greeting_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
    color: #fff;
    background: #000;
    border-bottom: 3px solid #000;
  }

  .disney_greeting_hw2019 #greeting_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel {
    border-color: #000;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_txt .big {
    font-size: 18px;
    text-align: left;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_txt .small {
    font-size: 14px;
    text-align: left;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_numlink {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: unset;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_numlink .tel_num::before {
    font-size: 100%;
    padding-left: 10px;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_numlink .tel_num {
    text-align: center;
    border: 2px solid #ff2674;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 10px 8px;
    pointer-events: all;
    color: #ff2674;
    font-weight: bold;
    min-height: unset;
    width: 49%;
    margin: 0;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_numlink .tel_num .pc_none {
    display: inline-block;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_numlink .tel_num .sp_none {
    display: none;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_numlink .freeorder_btn {
    border-radius: 5px;
    flex-basis: 49%;
    background: #ff2674;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_numlink .freeorder_btn .pc_none {
    display: inline-block;
  }

  .disney_greeting_hw2019 .freeorder .freeorder_numlink .freeorder_btn .sp_none {
    display: none;
  }

  .disney_greeting_hw2019 .page_header .page_header_txt {
    font-size: 1.8rem;
  }

  .disney_greeting_hw2019 .pre_sale_tour {
    padding: 1.5rem;
  }

  .disney_greeting_hw2019 .pre_sale_tour .h_pre_sale {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .disney_greeting_hw2019 .pre_sale_tour .pre_sale_price {
    margin-bottom: 10px;
    max-width: 100%;
  }

  .disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dt {
    padding: 8px;
    font-size: 1.2rem;
  }

  .disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dd {
    padding: 5px 15px;
  }

  .disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dd strong.price {
    font-size: 2.6rem;
  }

  .disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dd strong.price small {
    font-size: 1.6rem;
  }

  .disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dd strong.price small::after {
    content: " ↓ ";
  }

  .disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dd span.red {
    display: block;
    padding-right: 0;
  }

  .disney_greeting_hw2019 .pre_sale_tour .pre_sale_conditions {
    text-align: left;
    font-size: 1.4rem;
  }

  .disney_greeting_hw2019 .tour_note p.txt_01 {
    font-size: 1.6rem;
  }

  .disney_greeting_hw2019 #event_only p {
    padding: 0;
  }

  .disney_greeting_hw2019 #event_only p.center {
    text-align: left;
  }
}

@media screen and (max-width: 320px) {
  .disney_greeting_hw2019 .freeorder .freeorder_numlink .freeorder_btn {
    padding: 12px 0 8px;
    font-size: 14px;
  }

  .disney_greeting_hw2019 .pre_sale_tour .pre_sale_price dt {
    max-width: 72px;
  }

  .disney_greeting_hw2019 .pre_sale_tour .pre_sale_conditions {
    font-size: 1.3rem;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-width: 1140px !important;
    width: 100%;
    position: relative !important;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .show_target,
  .show_target *,
  #page_members .members_list li {
    opacity: 1 !important;
  }
}
/*# sourceMappingURL=style.css.map */
