@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information
File name:     style.css
Created:       2025-04-22
Style Info:    カンタス航空で行くシドニー特集 CSS
----------------------------------------------------------- */
:root {
  --main: #1761b4;
  --main-bg: #edf2ff;
  --red: #e22929;
  --line: #1db300;
  --line-light: #d9f9cf;
  --tour-main-color: #1761b4;
  --tour-main-color-bg: #edf2ff;
  --tour-btn-color: #e22929;
}
@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Serif JP Light"), local("NotoSerifJP-Light"), url("/calls/tw_common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Light.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif JP Regular"), local("NotoSerifJP-Regular"), url("/calls/tw_common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Serif JP Medium"), local("NotoSerifJP-Medium"), url("/calls/tw_common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Medium.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Serif JP SemiBold"), local("NotoSerifJP-SemiBold"), url("/calls/tw_common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif JP Bold"), local("NotoSerifJP-Bold"), url("/calls/tw_common/fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Bold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Serif JP Black"), local("NotoSerifJP-Black"), url("/calls/tw_common/fonts/NotoSerifJP-Black.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Black.woff") format("woff");
}

/* ------------------------------------
  breadcrumb
------------------------------------ */

.breadcrumb_area.ft {
	background: #f2f2f2;
}

/* ------------------------------------
  コンテンツ 共通設定
------------------------------------ */

.qflotte {
	border-bottom: 1px solid #ddd;	
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 400;
	color: #444;
  font-size: 1.5rem;
}

.qflotte img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.qflotte img.anim {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.qflotte img.lazyload {
	opacity: 0;
}

.qflotte img.lazyloaded {
	opacity: 1;
}

.qflotte .sec_inner {
	width: 100%;
	padding: 0 15px;
	max-width: 1240px;   /* 中身1210px＝仕様書「シーズナルと同じ」。PSD1360の中身も1210で一致 */
	margin: 0 auto;
}

.qflotte .sec_inner .red{
  color: var(--red);
}
.qflotte .sec_tour .btn_area {
  margin-top: 50px;
}

/* .qflotte .sec_tour .btn_area .link_btn {
  width: 100%;
  max-width: 453px;
  margin: 0 auto;
} */

.qflotte .link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  position: relative;
  color: var(--main);
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  background: var(--main-bg);
  border: 1px solid var(--main);
}

.qflotte .link_btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  margin-top: -6px;
}

.qflotte .btn_area .link_btn{
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .qflotte .sec .dis_tb {
    display: block;
  }
  .qflotte .sec .dis_sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .qflotte .sec .dis_tb {
    display: none;
  }
  .qflotte .sec .dis_sp {
    display: block;
    font-size: 5.8vw;
    line-height: 1.5;
  }
  .qflotte .sec_inner {
    padding: 0 4%;
  }
  .qflotte .link_btn a{
    font-size: 4vw;
  }
}

/* ------------------------------------
  h2タイトル(共通)
------------------------------------ */
.qflotte .sec_title_01{
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 25px;  
  text-align: center;  
  color: #fff;
}
.qflotte .sec_title_01 span.ribbon{
  display: inline-block;
  background: var(--main);
  padding: 0 45px 5px ;
  position: relative;
}
.qflotte .sec_title_01 span.ribbon::before{
  content:"";
  display: inline-block;
  background: url(../img/tit_ribbon_left.png) top left / auto 100% no-repeat;
  position: absolute;
  height: 100%;
  width: 20px;
  left: 0;
  margin-left: -20px;
}
.qflotte .sec_title_01 span.ribbon::after{
  content:"";
  display: inline-block;
  background: url(../img/tit_ribbon_right.png) top right / auto 100% no-repeat;
  position: absolute;
  height: 100%;
  width: 20px;
  right: 0;
  margin-right: -20px;
}
.qflotte .sec_title_01 span.ribbon em{
  font-style: normal;
  color: #fffd56;
}

.qflotte .sec_title_01 .small_h{
  font-size: 80%;
  display: block;
  font-weight: 500;
  color: var(--main);
  padding-bottom: 7px;
}
/* .qflotte .sec_title_01 .small_h b.red{
  color: var(--red);
} */
.qflotte .sec_title_01 .small_h .bg_red{
  font-size: 55%;
  background: var(--red);
  border-radius: 8px;
  color: #fff;
  padding: 7px 20px 3px;
  display: inline-block;
  margin-bottom: 11px;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  position: relative;
}
.qflotte .sec_title_01 .small_h .bg_red::after{
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: url(../img/small_red_arrow.png) top center / auto 100% no-repeat;
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
}
.qflotte .sec_lead_txt{
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .qflotte .sec_title_01{
    font-size: 5.0vw;
    margin-bottom:4vw;
  }
  .qflotte .sec_title_01 .small_h{
    font-size: 90%;
  }
  .qflotte .sec_title_01 .small_h .bg_red{
    font-size: 3vw;
    padding: 1.8667vw 5.3333vw 1.3333vw;
    line-height: 1;
    margin-bottom: 1.6vw;
  }
  .qflotte .sec_title_01 .small_h .bg_red::after{
    width: 2.1333vw;
    height: 1.6vw;
  }
  .qflotte .sec_title_01 span.ribbon{
    font-size: 5.5vw;
    display: block;
    padding: 0 0 0.8vw;
    width: 96%;
    margin: 0 auto;
  }
  .qflotte .sec_lead_txt{
    text-align: left;
    margin-bottom:5vw;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .qflotte .sec_title_01 span.ribbon::before{
    margin-left: -2.9vw;
    width: 3.2vw;
  }
  .qflotte .sec_title_01 span.ribbon::after{
    margin-right: -2.9vw;
    width: 3.2vw;
  }
  .qflotte .sec_title_01 .small_h span.big{
    font-size: 5vw;
  }
  
}

/* ------------------------------------
  看板（MV）
------------------------------------ */
.qflotte .sec_hero{
  position: relative;
  margin-bottom: 0;
}
.qflotte .sec_hero .hero_mv{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.qflotte .sec_hero .hero_mv img{
  display: block;
  width: 100%;
  height: auto;
}
/* MV内の丸ボタンに重ねる透明アンカー */
.qflotte .sec_hero .hero_anchor{
  position: absolute;
  display: block;
  border-radius: 50%;
  z-index: 2;
}
.qflotte .sec_hero .hero_anchor span{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.qflotte .sec_hero .hero_anchor_hotel{
  left: 65.8%;
  top: 68.8%;
  width: 9.0%;
  height: 23.5%;
}
.qflotte .sec_hero .hero_anchor_gacha{
  left: 75.8%;
  top: 68.8%;
  width: 8.5%;
  height: 23.5%;
}
@media screen and (max-width: 640px) {
  .qflotte .sec_hero{
    margin-bottom: 0;
  }
  .qflotte .sec_hero .hero_anchor_hotel{
    left: 74.5%;
    top: 62.8%;
    width: 22.5%;
    height: 12.5%;
  }
  .qflotte .sec_hero .hero_anchor_gacha{
    left: 74.5%;
    top: 77.5%;
    width: 22.5%;
    height: 13.0%;
  }
}



/* ------------------------------------
  プラン
------------------------------------ */
.qflotte .sec_plan.plan_01 + .sec_plan.plan_01{
	margin-top: 30px;
}
.qflotte .sec_plan .sec_inner {
	width: 100%;
	padding: 0 15px;
	max-width: calc(1145px + 30px);
	margin: 0 auto;
}

.qflotte .sec_plan p {
	/*font-size: 1.3rem;*/
	line-height: 1.6;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	/*font-weight: 400;*/
}

.qflotte .sec_plan .sec_title {
	padding: 60px 0 50px;
	text-align: center;
}

.qflotte .sec_plan .sec_title span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	max-width: 345px;
	margin: 0 auto;
	border: 1px solid var(--main);
	min-height: 52px;
	font-size: 1.8rem;
	position: relative;
	color: var(--main);
	padding: 14px 10px;
  line-height: 1.2;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

.qflotte .sec_plan .sec_title span::after,
.qflotte .sec_plan .sec_title span::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--main);
}

.qflotte .sec_plan .sec_title span::before {
	top: 4px;
}

.qflotte .sec_plan .sec_title span::after {
	bottom: 4px;
}

.qflotte .sec_plan .plan_tit_02 {
	font-size: 1.5rem;
	color: var(--main);
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: bold;
}

.qflotte .sec_plan .plan_tour {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 20px 0 25px;
}

.qflotte .sec_plan .plan_tour .tour_list {
	border: 1px solid #2a7368;
	border-top: 0;
}

.qflotte .sec_plan .plan_tour .tour_list li {
	border-top: 1px solid #2a7368;
	background: #fff;
}

.qflotte .sec_plan .plan_tour .tour_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.qflotte .sec_plan .plan_tour .tour_list li a.soldout {
	pointer-events: none;
}

.qflotte .sec_plan .plan_tour .tour_list li a.soldout p {
	font-size: 1.3rem;
}

.qflotte .sec_plan .plan_tour .tour_days {
	width: 98px;
	color: #fff;
	background: var(--main);
	padding: 10px 0 12px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.qflotte .sec_plan .plan_tour .tour_fee {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.38;
	padding: 0 5px 0 17px;
}

.qflotte .sec_plan .plan_tour .tour_fee p {
	font-size: 1.6rem;
	color:#FF5353;
	font-weight: bold;
}

.qflotte .sec_plan .plan_tour .tour_fee i {
	font-style: normal;
	font-weight: bold;
	background: var(--red);
	color: #fff;
	height: 70%;
	border-radius: 3px;
	font-size: 1.3rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -0.1em;
	padding: 0 10px 0 13px;
}

.qflotte .sec_plan .plan_tour .tour_fee i::after {
	content: "";
	width: 6px;
	height: 6px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-width: 1px;
	margin-left: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.qflotte .sec_plan .plan_btn {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.qflotte .sec_plan .plan_btn_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px -20px;
}

.qflotte .sec_plan .plan_btn_list li {
	width: calc(50% - 20px);
	margin: 0 10px 20px;
}

.qflotte .sec_plan .plan_btn_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--main);
	border-radius: 4px;
	border: 1px solid var(--main);
	background: #D4ECE1;
	font-size: 1.6rem;
	padding-left: 14px;
	height: 42px;
	position: relative;
}

.qflotte .sec_plan .plan_btn_list li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 6px;
	height: 6px;
	border-right: 2px solid var(--main);
	border-bottom: 2px solid var(--main);
	border-width: 1px;
}

.qflotte .sec_plan.plan_01 .sec_inner {
	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;
}

.qflotte .sec_plan.plan_01 .sec_title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.qflotte .sec_plan.plan_01 .hotel_img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 59.38%;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider {
	position: relative;
	width: 100%;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_main {
	margin-bottom: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_main.slick-initialized {
	opacity: 1;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_main .slick-slide figure {
	width: 100%;
	height: 0;
	padding-top: 66.61%;
	overflow: hidden;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_main .slick-slide figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_main .slick-slide figure img.height_fit {
	width: auto;
	height: 100%;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_thumb {
	position: relative;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_nav {
	padding: 0 60px;
	position: relative;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_nav.slick-initialized {
	opacity: 1;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide {
	margin: 0 6px;
	outline: none;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide figure {
	position: relative;
	overflow: hidden;
	height: 0;
	width: 100%;
	padding-top: 66.61%;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	height: auto;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide.slick-current figure::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #000;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	z-index: 2;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider .slick-arrow {
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 20;
	width: 48px;
	height: 100%;
	text-align: center;
	border: 0;
	background: #789994;
	cursor: pointer;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider .slick-arrow::after {
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 10px);
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider .slick-next {
	right: 0;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider .slick-prev {
	left: 0;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider .slick-prev::after {
	left: calc(50% - 5px);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.qflotte .sec_plan.plan_01 .plan_wrap {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 35.2%;
}

.qflotte .sec_plan.plan_01 .plan_tit_01 {
	font-weight: bold;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.05;
	margin-bottom: 20px;
}

.qflotte .sec_plan.plan_01 .plan_tit_01 span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 7px;
	color: var(--main);
	font-size: 2rem;
	line-height: 1.3;
}

.qflotte .sec_plan.plan_01 .plan_tit_01 span::before {
	content: "";
	width: 5px;
	margin-right: 14px;
	background: var(--main);
}

.qflotte .sec_plan.plan_01 .plan_tit_01 em {
	color: #fff;
	font-size: 1.5rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 22px;
	height: 30px;
	background: var(--main);
	/*border-radius: 3px;*/
	font-style: normal;
}

	
/*.qflotte .sec_plan .plan_btn + .plan_tit_01 {
	margin-top: 30px;
	border-top: 1px dashed var(--main);
	padding-top: 30px;
}*/

/* ------------------------------------
  動画
------------------------------------ */
.qflotte .movie_wrap {
  margin: 60px 0;
}
.qflotte .movie_wrap .youtube {
  background: #f4f4f4;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.qflotte .movie_wrap .youtube iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}


/* ------------------------------------
  レストラン紹介
------------------------------------ */
.qflotte .sec_dinner{
  margin-top: 75px;
  margin-bottom: 80px;
}
.qflotte .sec_dinner .dnr_copy{
  border-top: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  color: var(--main);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 3.0rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  padding: 10px 0 12px;
  margin-bottom: 40px;
}
/* .qflotte .sec_dinner .dnr_rest{
  margin-bottom: 90px;
} */
.qflotte .sec_dinner .dnr_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.qflotte .sec_dinner .dnr_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.qflotte .sec_dinner .dnr_img .img {
  aspect-ratio: 528/340;
  overflow: hidden;
}
.qflotte .sec_dinner .dnr_img_cap {
  text-align: right;
  font-size: 80%;
  padding-top: 5px;
  width: 100%;
}
.qflotte .sec_dinner .dnr_img .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.qflotte .sec_dinner .dnr_img .img_01 {
  margin-bottom: 5px;
}
.qflotte .sec_dinner .dnr_img .img_02 {
  width: calc(50% - 2.5px);
}
.qflotte .sec_dinner .dnr_name {
  font-size: 2.7rem;
  font-weight: bold;
  color: var(--main);
  line-height: 1.6;
  margin-bottom: 20px;
}
.qflotte .sec_dinner .dnr_name .small{
  font-weight: 500;
  font-size: 66%;
  display: block;
}
.qflotte .sec_dinner .dnr_txt{
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.qflotte .sec_dinner .menu{
  background: var(--main-bg);
  padding: 20px 30px 30px ;
  border-radius: 10px;
}
.qflotte .sec_dinner .menu h5{
  color: var(--main);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.qflotte .sec_dinner .menu dl{
  margin-bottom: 20px;
}
.qflotte .sec_dinner .menu dt{
  padding-bottom: 5px;
  font-weight: bold;
}
.qflotte .sec_dinner .menu dd{
  font-size: 1.5rem;
  line-height: 1.8;
  text-indent: 1em;
}
.qflotte .sec_dinner .menu dd + dt{
  margin-top: 15px;
}
.qflotte .sec_dinner .menu p{
  line-height: 1.6;
}

.qflotte .sec_dinner .map{
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 961px), print {
  .qflotte .sec_dinner .dnr_wrap .wrap_01 {
    width: 48%;
  }
  .qflotte .sec_dinner .dnr_wrap .wrap_02 {
    width: 48.36%;
  }
}
@media screen and (max-width: 960px) {
  .qflotte .sec_dinner .dnr_wrap .wrap_01 {
      margin: 0 auto 25px;
      max-width: 600px;
  }
  .qflotte .sec_dinner .dnr_wrap .wrap_02{
      margin: 0 auto;
      max-width: 600px;
  }
  .qflotte .sec_dinner .dnr_name.dis_tb {
    display: block;
  }
  .qflotte .sec_dinner .dnr_name.dis_sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .qflotte .sec_dinner{
    margin-top: 2vw;
    margin-bottom: 8vw;
  }
  .qflotte .sec_dinner .dnr_copy{
    margin: 0 -5% 4vw;
    font-size: 5.0vw;
    line-height: 1.3;
    padding: 1.3333vw 0;
  }
  .qflotte .sec_dinner .dnr_wrap{
    margin-bottom: 8vw;
  }
  .qflotte .sec_dinner .dnr_wrap .wrap_01 {
      margin-bottom: 4.6667vw;
  }
  .qflotte .sec_dinner .dnr_img .img_01 {
    margin-bottom: 0.9333vw;
  }
  .qflotte .sec_dinner .dnr_img .img_02 {
    width: calc(50% - 0.4667vw);
  }
  .qflotte .sec_dinner .dnr_name.dis_tb {
    display: none;
  }
  .qflotte .sec_dinner .dnr_name.dis_sp {
    display: block;
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .qflotte .sec_dinner .dnr_txt{
    margin-bottom: 5vw;
  }
  .qflotte .sec_dinner .menu{
    padding: 4vw;
  }
  .qflotte .sec_dinner .dnr_rest {
    margin-bottom: 0;
  }
  .qflotte .sec_dinner .map{
    height: 133.3333vw;
    margin-bottom: 8vw;
  }
}

/* ------------------------------------
  前泊
------------------------------------ */
.qflotte .sec_zenpaku{
  padding-top: 75px;
  margin-bottom: 80px;
}
.qflotte .sec_zenpaku .flight{
  background: var(--main-bg);
  border-radius: 10px;
  padding: 15px 6% 20px 8%;
  overflow: hidden;  
  margin-bottom: 40px;
}
.qflotte .sec_zenpaku .flight .flight_schedule{
  width: 34%;
  text-align: center;  
  float: left;
  margin-top: 15px;
}
.qflotte .sec_zenpaku .flight .flight_schedule dt{
  background: var(--main);
  color: #fff;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  padding: 5px;
}
.qflotte .sec_zenpaku .flight .flight_schedule dd{
  border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 10px 5px;
}
.qflotte .sec_zenpaku .flight .flight_illust{
  float: right;
  width: 56%;
  max-width: 545px;
}
.qflotte .sec_zenpaku .flight p{
  font-size: 3.0rem;
  color: var(--main);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  margin-top: -100px;
  float: left;
}
.qflotte .sec_zenpaku .flight p em{
  font-style: normal;
  color: var(--red);
}
.qflotte .sec_zenpaku .hotel_name{
  border-top: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  color: var(--main);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 3.0rem;
  text-align: center;
  line-height: 1.4;
  padding: 10px 0 12px;
  margin-bottom: 20px;
}
.qflotte .sec_zenpaku .sec_lead_txt{
  margin-bottom: 20px;
}
.qflotte .sec_zenpaku .zenpaku_hotel_img{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.qflotte .sec_zenpaku .zenpaku_hotel_img li{
  flex: 0 0 33%;
}
.qflotte .sec_zenpaku .zenpaku_hotel_img li .caption{
  text-align: center;
  font-size: 12px;
  padding-top: 5px;
}
.qflotte .sec_zenpaku .hotel_txt{
  background: var(--main-bg);
  padding: 10px 30px 20px ;
  border-radius: 10px;
  margin-bottom: 40px;
}
.qflotte .sec_zenpaku .hotel_txt h4{
  color: var(--main);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2.8rem;
  margin-bottom: 20px;
  padding-top: 20px;
}
.qflotte .sec_zenpaku .hotel_txt p{
  margin-bottom: 10px;
  line-height: 1.5;
}
.qflotte .sec_zenpaku .hotel_txt .hotel_about{
  margin-bottom: 20px;
}
.qflotte .sec_zenpaku .hotel_txt .hotel_about dt{
  font-weight: bold;
  display: inline-block;
}
.qflotte .sec_zenpaku .hotel_txt .hotel_about dt::after{
  content: "：";
}
.qflotte .sec_zenpaku .hotel_txt .hotel_about dd{
  display: inline-block;
}

@media screen and (max-width: 1025px) {
  .qflotte .sec_zenpaku .flight p{
    clear: both;
    float: none;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .qflotte .sec_zenpaku .sec_title_01.dis_tb{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .qflotte .sec_zenpaku .sec_title_01.dis_pc{
    display: none;
  }
  .qflotte .sec_zenpaku .sec_title_01.dis_tb{
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .qflotte .sec_zenpaku {
    margin-bottom: 8vw;
  }
  .qflotte .sec_zenpaku .flight{
    padding: 4vw;
  }
  .qflotte .sec_zenpaku .flight .flight_schedule{
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .qflotte .sec_zenpaku .flight .flight_illust{
    float: none;
    display: block;
    margin: 5.3333vw auto;
    width: 73.3%;
  }
  .qflotte .sec_zenpaku .flight p{
    margin-top: 0;
    font-size: 5vw;
  }
  .qflotte .sec_zenpaku .hotel_name{
    font-size: 5.5vw;
  }
  .qflotte .sec_zenpaku .hotel_txt{
    padding: 1vw 4vw 4vw;
  }
  .qflotte .sec_zenpaku .zenpaku_hotel_img{
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 5.3333vw;
  }
  .qflotte .sec_zenpaku .zenpaku_hotel_img li{
    white-space: normal;
    display: inline-block;
    margin: 0 2.6667vw 2.6667vw 0;
    vertical-align: top;
    flex: 0 0 75%;
  }
  .qflotte .sec_zenpaku .hotel_txt{
    margin-bottom: 6vw;
  }
  .qflotte .sec_zenpaku .hotel_txt h4{
    font-size: 6vw;
  }
}

/* ------------------------------------
  ルーレット
------------------------------------ */
.qflotte .sec_roulette{
  width: 100%;
  background: var(--line-light);
  border-top: 3px solid var(--line);
  border-bottom: 2px solid var(--line);
  margin-bottom: 80px;
}
.qflotte .sec_roulette .sec_inner{
  background: url(../img/line_bg_pc.png) top center / 100% no-repeat;
  padding: 70px 135px;
  overflow: hidden;
}
.qflotte .sec_roulette h2{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: var(--line);
  font-size: 3.0rem;
  line-height: 1.4;
  margin-bottom: 22px;
  float: left;
}
.qflotte .sec_roulette h2 span{
  display: block;
  font-size: 140%;
}
.qflotte .sec_roulette h2 em.yellow{
  font-style: normal;
  font-size: 120%;
  background: linear-gradient(transparent 60%, #fffd36 60%);
}
.qflotte .sec_roulette h2 em.red{
  font-style: normal;
  font-size: 120%;
}
.qflotte .sec_roulette .roulette_illust{
  max-width: 272px;
  width: 37%;
  float: right;
}
.qflotte .sec_roulette .txt{
  width: 63%;
  float: left;
  line-height: 1.5;
  float: left;
}
.qflotte .sec_roulette .txtgreen{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: var(--line);
  font-size: 2.0rem;
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
}
.qflotte .sec_roulette .txtgreen em{
  font-style: normal;
  font-size: 2.3rem;
  background: linear-gradient(transparent 60%, #fffd36 60%);
}
.qflotte .sec_roulette .btn_area{
  display: flex;
}
.qflotte .sec_roulette .btn_area .link_btn{
  width: 46%;
}
.qflotte .sec_roulette .btn_area .link_btn .add_btn{
  background: var(--line);
  color: #fff;
  border-color: var(--line);
}
.qflotte .sec_roulette .btn_area .link_btn .bene_btn{
  background: #fff;
  color: var(--line);
  border-color: var(--line);
  border-width: 2px;
}
.qflotte .sec_roulette .btn_area .link_btn a::after{
  content: none;
}
@media screen and (min-width: 641px) {
  .qflotte .sec_roulette .btn_area.dis_sp{
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .qflotte .sec_roulette {
    margin-bottom: 8vw;
  }
  .qflotte .sec_roulette .sec_inner{
    background: url(../img/line_bg_sp.png) top center / 100% no-repeat;
    padding: 8vw 4vw;
  }
  .qflotte .sec_roulette .sec_inner h2{
    margin: 0 8vw 5.3333vw;
    font-size: 4.6vw;
    float: none;
  }
  .qflotte .sec_roulette .roulette_illust{
    margin: 0 auto 5.3333vw;
    width: 80%;
    max-width: none;
    float: none;
    display: block;
  }
  .qflotte .sec_roulette .txt{
    width: 100%;
    float: none;
    margin-bottom: 5.3333vw;
  }
  .qflotte .sec_roulette .txtgreen{
    text-align: center;
    padding: 8vw 0 5.3333vw;
    font-size: 4.5vw;
  }
  .qflotte .sec_roulette .btn_area .link_btn{
    width: 100%;
  }
}

/* ------------------------------------
  予約からの流れ
------------------------------------ */
.qflotte .sec_flow .sec_inner{
  max-width: 900px;
  margin-bottom: 90px;
}
.qflotte .sec_flow ol.flow .flow_list{
  margin-bottom: 30px;
}
.qflotte .sec_flow ol.flow .step{
  color: var(--main);
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 2.8rem;
}
.qflotte .sec_flow ol.flow .step b{
  font-size: 4.0rem;
  font-weight: 500;
}
.qflotte .sec_flow .flow_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.qflotte .sec_flow .flow_wrap dt{
  background: var(--main);
  color: #fff;
  font-weight: bold;
  font-size: 1.9rem;
  flex: 0 0 34%;
  min-height: 80px;
  padding: 12px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.qflotte .sec_flow .flow_wrap dt::after{
  top: 100%;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 10%;
  background: url("../img/step_arrow.svg") top center / cover;
	
}
.qflotte .sec_flow .flow_wrap dd{
  flex: 0 0 calc(66% - 25px);
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .qflotte .sec_flow .sec_inner{
    margin-bottom: 0;
  }
  .qflotte .sec_flow .flow_wrap{
    display: block;
  }
  .qflotte .sec_flow ol.flow .flow_list{
    margin-bottom: 5vw;
  }
  .qflotte .sec_flow .flow_wrap dt{
    min-height: 13.8667vw;
    padding-top: 4.5333vw;
    margin-bottom: 13%;
  }
}

/* ------------------------------------
  おすすめツアー
------------------------------------ */
.qflotte .sec_tour .tourlist.tabpanel .tour_tab ul {
  display: flex;
  width: 100%;
}

.qflotte .sec_tour .tourlist.tabpanel .tour_tab li {
  align-items: center;
  background: #f4f4f4;
  border: 1px solid #dadada;
  cursor: pointer;
  display: flex;
  height: 58px;
  justify-content: center;
  transition: opacity 0.3s ease;
  width: 100%;
}

.qflotte .sec_tour .tourlist.tabpanel .tour_tab li + li {
  border-left: 0;
}

.qflotte .sec_tour .tourlist.tabpanel .tour_tab li.selected {
  background: var(--main);
  border: 1px solid var(--main);
  color: #fff;
  position: relative;
}

.qflotte .sec_tour .tourlist.tabpanel .tour_tab li.selected::after {
  border: 30px solid transparent;
  border-top: 20px solid var(--main);
  bottom: -40px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 0;
}

.qflotte .sec_tour .tourlist.tabpanel .tour_tab li span {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 5px;
  text-align: center;
}

.qflotte .sec_tour .tourlist.tabpanel .tour_panel {
  margin: 0 auto;
  padding-top: 35px;
}

.qflotte .sec_tour .tourlist.tabpanel .tour_panel:not(.selected) {
  display: none;
}

.qflotte .sec_tour .tourlist .tour_cnt {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.qflotte .sec_tour .tourlist .tour_cnt img {
  height: auto;
  width: 100%;
}

.qflotte .sec_tour .tourlist .tour_cnt_head {
  background: #f4f4f4;
  overflow: hidden;
  padding: 10px 15px;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_01 {
  background: #fff;
  border: 2px solid var(--main);
  float: left;
  text-align: center;
  width: 155px;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
  border-bottom: 2px solid var(--main);
  color: var(--main);
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 5px;
  text-align: center;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 12px 5px;
  text-align: center;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_02 {
  padding-left: 177px;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .tour_name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px 0;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .tour_name a {
  color: #333;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .tour_comment {
  background: #fff;
  display: table;
  width: 100%;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .tour_comment > span {
  display: table-cell;
  font-size: 1.1rem;
  line-height: 1.6;
  vertical-align: middle;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .tour_comment_tit {
  background: var(--main);
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 86px;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .tour_comment_txt {
  padding: 5px 10px;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .tour_img a {
  aspect-ratio: 170/114;
  display: block;
  overflow: hidden;
}

.qflotte .sec_tour .tourlist .tour_cnt_head .tour_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap {
  overflow: hidden;
  padding: 7px 15px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .cnt_left {
  float: left;
  width: 220px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .cnt_right {
  padding-left: 236px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li {
  margin-bottom: 4px;
  overflow: hidden;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li.tour_airline {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li.tour_seat {
  display: inline-block;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list .tit {
  background: var(--main);
  color: #fff;
  float: left;
  height: 22px;
  line-height: 20px;
  text-align: center;
  width: 70px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list .txt {
  padding: 3px 0 0 80px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list .txt .direct {
  border: 1px solid #ff6e00;
  border-radius: 20px;
  color: #ff6e00;
  display: inline-block;
  font-size: 1.1rem;
  margin: -3px 0 0 10px;
  padding: 2px 10px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab {
  background: #e6e6e6;
  overflow: hidden;
  padding: 5px 3px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li {
  display: table-cell;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
  background: var(--main);
  border-bottom: 3px solid var(--main);
  border-radius: 4px 4px 0 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 33px;
  margin: 0 2px;
  text-align: center;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
  background: #fff;
  border-bottom: 3px solid #fff;
  color: var(--main);
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span:hover {
  opacity: 0.65;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span:hover {
  opacity: 1;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel {
  background: #fff;
  margin: 0 2px;
  overflow: hidden;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {
  display: none;
  min-height: 70px;
  padding: 10px 10px 10px 0;
  position: relative;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt.active {
  display: block;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {
  overflow: hidden;
  width: 100%;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {
  float: left;
  width: 103px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
  background: #323232;
  color: #fff;
  display: block;
  font-size: 1.1rem;
  height: 48px;
  line-height: 1.4;
  padding: 7px 0 0 15px;
  position: relative;
  width: 103px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span::after {
  border-color: transparent transparent transparent #323232;
  border-style: solid;
  border-width: 24px 0 24px 10px;
  content: "";
  height: 0;
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
  display: block;
  font-size: 1.4rem;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
  padding-left: 120px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .price {
  color: #fa3734;
  font-weight: bold;
  line-height: 1.2;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {
  font-size: 2.4rem;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
  font-size: 1.4rem;
  margin-left: 5px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {
  overflow: hidden;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price {
  background: url(../img/line_double_01.png) center center repeat-x;
  color: #505050;
  display: inline-block;
  margin-right: 10px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
  font-size: 1.8rem;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
  font-size: 1.2rem;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {
  background: #fa3734;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 2px 0;
  text-align: center;
  width: 105px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.4;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
  color: #fa3734;
  display: block;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 small {
  display: inline-block;
  font-size: 1em;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {
  background: url(../img/icon_tour_attention.png) left center no-repeat;
  color: #0064d2;
  margin-left: 5px;
  padding-left: 17px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 span {
  text-decoration: underline;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
  bottom: 8px;
  height: 44px;
  position: absolute;
  right: 10px;
  width: 160px;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {
  background: var(--red);
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateX(-50%) rotate(-45deg) translateY(-50%);
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  right: 5px;
  top: 50%;
}




@media screen and (min-width: 601px), print {
  .qflotte .sec_tour .tourlist .tour_cnt_head .tour_img {
    float: left;
    margin-right: 20px;
    width: 170px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_01 {
    margin-right: 20px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_02 {
    overflow: hidden;
    padding-left: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .cnt_left {
    width: 39%;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .cnt_right {
    float: right;
    padding-left: 0;
    width: 58%;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .panel_cnt {
    padding: 10px 10px 10px 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_price_txt .member .price {
    margin-right: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_price_txt .price {
    margin-bottom: 3px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_price_txt .att .att_01 {
    display: block;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_price {
    margin-right: 150px;
    width: auto;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_btn {
    bottom: 100%;
    width: 136px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .tour_img a:hover img,
  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a:hover {
    opacity: 0.65;
  }
}

@media screen and (max-width: 1140px) {
  .qflotte .sec_tour .tourlist .tour_cnt {
    margin: 0 0 20px 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {
    padding: 10px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .cnt_left {
    float: none;
    width: 100%;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .cnt_right {
    padding-left: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att {
    margin-right: -5%;
    width: 105%;
  }
}

@media screen and (max-width: 600px) {
  .qflotte .sec_tour .tourlist.tabpanel .tour_tab {
    padding: 0 0 15px 0;
  }

  .qflotte .sec_tour .tourlist.tabpanel .tour_tab li {
    cursor: pointer;
    height: 44px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }

  .qflotte .sec_tour .tourlist.tabpanel .tour_tab li span {
    font-size: 3.2vw;
    letter-spacing: -0.08em;
    margin: 0 3px;
  }

  .qflotte .sec_tour .tourlist.tabpanel .tour_tab li.selected::after {
    border-color: var(--main) transparent transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    bottom: -6px;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
  }

  .qflotte .sec_tour .tourlist.tabpanel .tour_panel {
    padding: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    margin: 0 0 4vw;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head {
    background: #f4f4f4;
    padding: 15px 15px 10px 15px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .tour_img {
    float: left;
    width: 28%;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_01 {
    background: #fff;
    border-width: 1px;
    display: flex;
    float: right;
    margin-bottom: 5px;
    width: 70%;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_01 > p {
    align-items: center;
    display: flex;
    height: 18px;
    line-height: 1;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    border-bottom: 0;
    border-right: 1px solid var(--main);
    font-size: 1.1rem;
    justify-content: center;
    padding: 0;
    width: 60px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
    font-size: 1.1rem;
    padding: 0 0 0 10px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_02 {
    float: right;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
    width: 70%;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    margin: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_02 .tour_comment {
    display: none;
    width: 49%;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap {
    margin: 10px 15px 15px 15px;
    overflow: hidden;
    padding: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list {
    margin-bottom: 15px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding: 8px 0 5px 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li.tour_airline {
    display: block;
    float: none;
    margin-right: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li.tour_seat {
    display: block;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list .tit {
    border: 0;
    float: left;
    height: auto;
    line-height: 1.6;
    text-align: left;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_list .txt {
    padding: 0 0 0 80px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab {
    background: #fff;
    padding: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
    background: #f4f4f4;
    border: 0;
    color: var(--main);
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li:first-child span {
    margin-left: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li:last-child span {
    margin-right: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span strong {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
    background: var(--main);
    border: 0;
    color: #fff;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel {
    background: #fff;
    border: 2px solid var(--main);
    border-top: 4px solid var(--main);
    margin: 0;
    overflow: hidden;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
    margin-top: 15px;
    position: static;
    width: 100%;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01,
  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_02 {
    display: inline;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
    display: inline-block;
    margin-right: 2px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {
    margin-left: -10px;
    width: calc(100% + 20px);
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 1.2rem;
    padding: 8px 0 0 10px;
    text-align: left;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.8rem;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
    font-size: 1.2rem;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {
    display: none;
  }

  .qflotte .sec_tour {
    background: #fff url(../img/line_dot_gold.svg) center top/auto 1px repeat-x;
    padding-top: 7.3333vw;
  }

  .qflotte .sec_tour .btn_area {
    margin-top: 9.3333vw;
  }

  .qflotte .sec_tour .btn_area .link_btn a {
    font-size: 4.5333vw;
    height: 13.3333vw;
    line-height: 1.2;
    text-align: center;
  }

  .qflotte .sec_tour .btn_area .link_btn a::after {
    margin-top: -3px;
  }
}

@media screen and (max-width: 480px) {
  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    font-size: 1.4rem;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {
    width: 80px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 1.1rem;
    width: 80px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
    padding-left: 95px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {
    font-size: 20px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.4rem;
    margin-left: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
    display: inline;
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {
    margin-bottom: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price {
    margin-right: 0;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
    font-size: 13px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
    font-size: 10px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {
    font-size: 1.1rem;
    width: 80px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 360px) {
  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    font-size: 1rem;
    width: 50px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
    font-size: 1rem;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    font-size: 1.3rem;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    padding: 8px 0 0 5px;
    width: 70px;
  }

  .qflotte .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
    padding-left: 85px;
  }
}


@media screen and (max-width: 1140px) and (min-width: 601px) {
  .qflotte .sec_tour .tourlist .tour_cnt_wrap .cnt_left,
  .qflotte .sec_tour .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    width: 100%;
  }
}

@media (hover: none) {
  .qflotte .sec_tour .tourlist.tabpanel .tour_tab li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .qflotte .sec_tour .tourlist.tabpanel .tour_tab li:active {
    opacity: 0.65;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .contents a:hover {
    opacity: 0.65;
  }

  .qflotte .sec_tour .tourlist.tabpanel .tour_tab li:hover {
    opacity: 0.65;
  }
}

/* ------------------------------------
  ボタン
------------------------------------ */

/* ------------------------------------
  お問い合わせ
------------------------------------ */

.qflotte .sec_contact .sec_inner {
	padding: 60px 0 110px;
}

.qflotte .sec_contact .contact_box {
	max-width: 793px;
	margin: 0 auto;
}

.qflotte .sec_contact .contact_tit {
	width: 100%;
	font-size: 2.8rem;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
	color: var(--main);
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 500;
}

.qflotte .sec_contact .contact_txt p {
	line-height: 1.625;
	font-size: 1.3rem;
	color: #666;
}

.qflotte .sec_contact .contact_btn_tel a {
	font-weight: 500;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.qflotte .sec_contact .contact_btn_tel a::before {
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-size: 75%;
	font-weight: 900;
}

.qflotte .sec_contact .contact_btn_form {
	margin-top: 12px;
}

.qflotte .sec_contact .contact_btn_form a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: var(--main);
	background: var(--main-bg);
	border-radius: 8px;
	height: 46px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	position: relative;
	font-size: 1.6rem;
	font-weight: bold;
	border: 1px solid var(--main);
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

.qflotte .sec_contact .contact_btn_form a::before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	margin-right: 30px;
}

.qflotte .sec_contact .contact_btn_form a::after {
	width: 6px;
	height: 6px;
	border-right: 2px solid var(--main);
	border-bottom: 2px solid var(--main);
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	right: 15px;
}

body:not(.mobile) .qflotte .sec_contact .contact_btn_form a:hover {
	opacity: 1;
	background: var(--main);
	color: #fff;
}

body:not(.mobile) .qflotte .sec_contact .contact_btn_form a:hover::after {
	border-color: #fff;
}


@media screen and (min-width: 641px), print {

.qflotte .sec_contact .contact_box {
	padding: 30px 78px 45px;
	border: 1px solid #ccc;
}

.qflotte .sec_contact .contact_btn_tel a {
	text-align: center;
	display: inline-block;
	pointer-events: none;
	font-size: 4.2rem;
	color: var(--main);
	position: relative;
	line-height: 1;
	padding-left: 40px;
	letter-spacing: 0.04em;
}

.qflotte .sec_contact .contact_btn_tel a::before {
	position: absolute;
	bottom: 0;
	left: 0;
}

.qflotte .sec_contact .contact_btn_tel a span {
	line-height: 1;
}

.qflotte .sec_contact .contact_time {
	display: none;
}

}


@media screen and (min-width: 769px), print {

.qflotte a:hover {
	opacity: 0.75;
}


.qflotte .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide:not(.slick-current):hover {
	opacity: 0.65;
	cursor: pointer;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider .slick-arrow:hover {
	opacity: 0.65;
}

.qflotte .sec_contact .contact_box {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.qflotte .sec_contact .contact_txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 15px;
}

.qflotte .sec_contact .contact_txt p.time {
	margin-top: 10px;
}

.qflotte .sec_contact .contact_btn {
	width: 52.6%;
}

}


@media screen and (min-width: 1141px), print {

.breadcrumb_area.ft {
	width: 100%;
}

.breadcrumb_area.ft nav {
	width: 1140px;
	margin: 0 auto;
}

}



@media screen and (max-width: 768px) {


.qflotte .sec_plan .sec_title {
	padding: 20px 0;
}

.qflotte .sec_plan .anchor_btn a {
	font-size: 1.6rem;
	height: 45px;
}

.qflotte .sec_plan .plan_tit_02 {
	font-size: 1.4rem;
}
	
.qflotte .sec_plan.plan_01 + .sec_plan.plan_01{
	margin-top: 0;
}

.qflotte .sec_plan .plan_tour {
	margin: 12px 0 20px;
}

.qflotte .sec_plan .plan_tour .tour_days {
	width: 83px;
	font-size: 1.4rem;
	padding: 8px 0 9px;
}

.qflotte .sec_plan .plan_tour .tour_fee p {
	font-size: 1.5rem;
}

.qflotte .sec_plan .plan_tour .tour_fee i {
	font-size: 1.4rem;
}

.qflotte .sec_plan .plan_tour .tour_fee i::after {
	-webkit-transform: rotate(-45deg) scale(0.9);
	transform: rotate(-45deg) scale(0.9);
}

.qflotte .sec_plan .plan_btn_list {
	width: calc(100% + 10px);
	margin: 0 -5px -10px;
}

.qflotte .sec_plan .plan_btn_list li {
	width: calc(25% - 10px);
	margin: 0 5px 10px;
}

.qflotte .sec_plan .plan_btn_list li a {
	height: 36px;
	padding-left: 12px;
	font-size: 1.4rem;
	font-weight: bold;
}

.qflotte .sec_plan .plan_btn_list li a::after {
	right: 10px;
}

/*.qflotte .sec_plan.plan_01 .sec_title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}*/

.qflotte .sec_plan.plan_01 .hotel_img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	margin-bottom: 5.33333vw;
}

.qflotte .sec_plan.plan_01 .plan_wrap {
	width: 100%;
	margin-bottom: 25px;
}

.qflotte .sec_plan.plan_01 .plan_tit_01 {
	margin-bottom: 12px;
}

.qflotte .sec_plan.plan_01 .plan_tit_01 span {
	font-size: 1.6rem;
}

.qflotte .sec_plan.plan_01 .plan_tit_01 span::before {
	width: 4px;
	margin-right: 12px;
}

.qflotte .sec_plan.plan_01 .plan_tit_01 em {
	font-size: 1.4rem;
	height: 25px;
	padding: 0 18px;
}

.qflotte .sec_contact .sec_inner {
	padding: 60px 15px 110px;
}

.qflotte .sec_contact .contact_tit {
	font-size: 2rem;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
}

.qflotte .sec_contact .contact_tit::before {
	content: "\f2a0";
	font-family: "Font Awesome 5 Free";
	font-size: 130%;
	display: block;
	text-align: center;
	font-weight: bold;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.qflotte .sec_contact .contact_txt p {
	text-align: center;
}

.qflotte .sec_contact .contact_txt p .dis_pc {
	display: none;
}

.qflotte .sec_contact .contact_btn {
	margin-top: 20px;
	z-index: 2;
	position: relative;
}

.qflotte .sec_contact .contact_btn_tel {
	text-align: center;
}

.qflotte .sec_contact .contact_btn_form {
	margin-top: 10px;
}

}

@media screen and (max-width: 640px) {

.qflotte .sec_plan .sec_inner {
	padding: 0 4vw;
}

.qflotte .sec_plan p {
	font-size: 3.46667vw;
}

.qflotte .sec_plan .sec_title {
	padding: 5.33333vw 0;
}

.qflotte .sec_plan .sec_title span::before {
	top: 1.06667vw;
}

.qflotte .sec_plan .sec_title span::after {
	bottom: 1.06667vw;
}

.qflotte .sec_plan .anchor_btn a {
	font-size: 4.26667vw;
	height: 12vw;
}

.qflotte .sec_plan .anchor_btn a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.qflotte .sec_plan .anchor_btn a::after {
	right: 5.33333vw;
}

.qflotte .sec_plan .anchor_btn a small {
	display: none;
}

.qflotte .sec_plan .plan_tit_02 {
	font-size: 3.73333vw;
	margin-bottom: 1.33333vw;
}

.qflotte .sec_plan .plan_tour {
	margin: 3.2vw 0 5.33333vw;
}

.qflotte .sec_plan .plan_tour .tour_list li a.soldout p {
	font-size: 3.46667vw;
}

.qflotte .sec_plan .plan_tour .tour_days {
	width: 22.13333vw;
	font-size: 3.73333vw;
	padding: 2.13333vw 0 2.4vw;
}

.qflotte .sec_plan .plan_tour .tour_fee {
	padding: 0 1.5vw 0 3.2vw;
}

.qflotte .sec_plan .plan_tour .tour_fee p {
	font-size: 4vw;
}

.qflotte .sec_plan .plan_tour .tour_fee i {
	font-size: 3.5vw;
	height: 75%;
	padding: 0 2.4vw 0 2.9333vw;
}

.qflotte .sec_plan .plan_tour .tour_fee i::after {
	width: 1.6vw;
	height: 1.6vw;
}

.qflotte .sec_plan .plan_tour .tour_fee i::after {
	margin-left: 1.33333vw;
}

.qflotte .sec_plan .plan_btn_list {
	width: calc(100% + 2.66667vw);
	margin: 0 -1.33333vw -2.66667vw;
}

.qflotte .sec_plan .plan_btn_list li {
	width: calc(50% - 2.66667vw);
	margin: 0 1.33333vw 2.66667vw;
}

.qflotte .sec_plan .plan_btn_list li a {
	height: 9.6vw;
	padding-left: 3.2vw;
	font-size: 3.73333vw;
}

.qflotte .sec_plan .plan_btn_list li a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.qflotte .sec_plan .plan_btn_list li a::after {
	right: 2.66667vw;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_main {
	margin-bottom: 2.6667vw;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_nav {
	padding: 0 8vw;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide {
	margin: 0 0.8vw;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider .slick-arrow {
	width: 6.4vw;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider .slick-arrow::after {
	top: calc(50% - 0.8vw);
	left: calc(50% - 1.6vw);
	width: 1.6vw;
	height: 1.6vw;
	border-width: 1px;
}

.qflotte .sec_plan.plan_01 .hotel_img .slider .slick-prev::after {
	left: calc(50% - 0.8vw);
}

.qflotte .sec_plan.plan_01 .plan_wrap {
	margin-bottom: 6.66667vw;
}

.qflotte .sec_plan.plan_01 .plan_tit_01 {
	margin-bottom: 3.2vw;
}

.qflotte .sec_plan.plan_01 .plan_tit_01 span {
	font-size: 4.26667vw;
	margin-bottom: 1.86667vw;
}

.qflotte .sec_plan.plan_01 .plan_tit_01 span::before {
	width: 1.06667vw;
	margin-right: 3.2vw;
}

.qflotte .sec_plan.plan_01 .plan_tit_01 em {
	font-size: 3.73333vw;
	height: 6.66667vw;
	padding: 0 4.8vw;
}


.qflotte .sec_contact .sec_inner {
	padding: 10.66667vw 4vw 16vw;
}

.qflotte .sec_contact .contact_tit {
	font-size: 5.33333vw;
	margin-bottom: 2.66667vw;
}

.qflotte .sec_contact .contact_txt p {
	font-size: 3.46667vw;
}

.qflotte .sec_contact .contact_btn {
	margin-top: 5.33333vw;
}

.qflotte .sec_contact .contact_btn_tel a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	border-radius: 2.1333vw;
	border: 1px solid var(--main);
	color: #fff;
	font-size: 6.4vw;
	position: relative;
	height: 12.26667vw;
	background: var(--main);
	padding-right: 8vw;
	font-family: "Arial", "メイリオ";
}

.qflotte .sec_contact .contact_btn_tel a::before {
	font-size: 79%;
	margin-right: 6.66667vw;
}

.qflotte .sec_contact .contact_btn_tel a::after {
	width: 1.6vw;
	height: 1.6vw;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	right: 4vw;
}

.qflotte .sec_contact .contact_btn_form {
	margin-top: 2.66667vw;
}

.qflotte .sec_contact .contact_btn_form a {
	font-size: 4.26667vw;
	height: 12.26667vw;
}

.qflotte .sec_contact .contact_btn_form a::before {
	margin-right: 8vw;
}

.qflotte .sec_contact .contact_btn_form a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.qflotte .sec_contact .contact_btn_form a::after {
	right: 4vw;
}

.qflotte .sec_contact .contact_time {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	text-align: center;
	margin-top: 5.33333vw;
	font-size: 3.2vw;
	line-height: 1.7;
	color: #555;
}

.qflotte .sec_contact .contact_btn_tel a::after {
	width: 1.6vw;
	height: 1.6vw;
}

}

@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;
}

}


/* ------------------------------------
  コラボグッズ プレゼント
------------------------------------ */
.qflotte .sec_goods{
  background: #fef4d1;
  padding-bottom: 70px;
}
.qflotte .sec_goods .goods_head{
  background: #693800;
  text-align: center;
  padding: 33px 15px;
  position: relative;
}
.qflotte .sec_goods .goods_head::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid #693800;
  border-bottom: 0;
}
.qflotte .sec_goods .goods_head_txt{
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.qflotte .sec_goods .goods_head_txt .num{
  display: inline-block;
  background: #f9c622;
  color: #693800;
  border-radius: 100px;
  padding: 2px 22px;
  margin: 0 10px;
}
.qflotte .sec_goods .goods_tit{
  color: #693800;
  font-size: 3.45rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin: 56px 0 37px;
}
.qflotte .sec_goods .goods_main{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;  /* マップとテキストBOXの上端をそろえる */
  gap: 3%;
}
.qflotte .sec_goods .goods_map{
  flex: 0 0 54.5%;
  /* koala_map.png にオレンジ枠が含まれているので、CSSで枠は付けない */
  padding: 0;
  line-height: 0;
}
.qflotte .sec_goods .goods_map img{
  width: 100%;
  height: auto;
  display: block;
}
.qflotte .sec_goods .goods_body{
  flex: 1 1 auto;
}
.qflotte .sec_goods .goods_lead{
  background: #f1d69f;
  color: #693800;
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 1.45;   /* PSD実測：18.8px文字を4行で107px = 1.42 */
  border-radius: 12px;
  padding: 25px 30px;
  margin: 0;
}
.qflotte .sec_goods .goods_label{
  display: table;          /* 幅いっぱいでなく文字幅に合わせる */
  background: #00877e;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  padding: 9px 42px;
  margin: 30px auto 20px;
}
.qflotte .sec_goods .goods_items img{
  width: 100%;
  height: auto;
  display: block;
}
.qflotte .sec_goods .goods_note{
  display: flex;
  justify-content: space-between;
  gap: 0;
  background: #fff;
  border-radius: 20px;
  padding: 37px;
  margin-top: 55px;
}
.qflotte .sec_goods .goods_note .note_col{
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-right: 41px;   /* 区切り線との間にPSD実測の45px相当をあける */
}
.qflotte .sec_goods .goods_note .note_col + .note_col{
  border-left: 1px solid #e2d6bb;
  padding-left: 41px;
  padding-right: 0;
  flex: 0 0 50%;
}
.qflotte .sec_goods .note_tit{
  display: inline-block;
  background: #f1d69f;        /* PSD実測：説明BOXと同じ色 */
  color: #693800;
  font-size: 1.7rem;
  font-weight: 700;
  border-radius: 100px;       /* カンプはピル形状 */
  padding: 5px 22px;
  margin: 0 0 14px;
}
/* ラベル直後の注意書きは間を詰める */
.qflotte .sec_goods .note_tit + .note_att{
  margin-top: 0;
}
.qflotte .sec_goods .note_tit_02{
  margin-top: 30px;
}
.qflotte .sec_goods .note_list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.qflotte .sec_goods .note_list li{
  font-size: 1.38rem;
  line-height: 1.75;
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 4px;
}
.qflotte .sec_goods .note_list li::before{
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #693800;
  font-size: 0.9em;
}
.qflotte .sec_goods .note_att{
  font-size: 1.45rem;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 960px) {
  .qflotte .sec_goods .goods_main{
    display: block;
  }
  .qflotte .sec_goods .goods_map{
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .qflotte .sec_goods{
    padding-bottom: 8vw;
  }
  .qflotte .sec_goods .goods_head{
    padding: 4vw 3vw;
  }
  .qflotte .sec_goods .goods_head_txt{
    font-size: 4.2vw;
  }
  .qflotte .sec_goods .goods_head_txt .num{
    padding: 0.5vw 3vw;
    margin: 0 1vw;
  }
  .qflotte .sec_goods .goods_tit{
    font-size: 5.4vw;
    margin: 8vw 0 5vw;
  }
  .qflotte .sec_goods .goods_map{
    padding: 0;
  }
  .qflotte .sec_goods .goods_lead{
    font-size: 3.7vw;
    padding: 4vw 4.5vw;
    border-radius: 2vw;
  }
  .qflotte .sec_goods .goods_label{
    background: #693800;      /* SP版のカンプは緑ではなく茶 */
    font-size: 4.2vw;
    padding: 2.4vw 5vw;
    margin: 5vw auto 4vw;     /* 左右autoで中央に */
  }
  .qflotte .sec_goods .goods_note{
    display: block;
    padding: 6vw 5vw;
    border-radius: 3vw;
    margin-top: 4vw;
  }
  .qflotte .sec_goods .goods_note .note_col{
    padding-right: 0;   /* SPは1カラム＝PC用の右の溝を消す */
  }
  .qflotte .sec_goods .goods_note .note_col + .note_col{
    border-left: 0;
    border-top: 1px solid #f8e9cf;   /* SP版PSD実測の線色 */
    padding-left: 0;
    padding-top: 4.5vw;
    margin-top: 4.5vw;
  }
  .qflotte .sec_goods .note_tit{
    font-size: 3.7vw;
    padding: 1.2vw 4vw;
    margin: 0 0 1.5vw;   /* 3つのラベルとも同じ間隔にして詰める */
  }
  .qflotte .sec_goods .note_list li,
  .qflotte .sec_goods .note_att{
    font-size: 3.4vw;
  }
}

.qflotte .sec_goods .note_txt{
  font-size: 1.45rem;
  line-height: 1.5;
  margin: 0;
  /* 折り返した行は字下げしない（カンプは左端でそろっている） */
  text-indent: 0;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .qflotte .sec_goods .note_txt{
    font-size: 3.4vw;
  }
}

/* ------------------------------------
  いちおしツアー 見出し
------------------------------------ */
.qflotte .sec_tour_pickup{
  background: #b7e2de;
  padding: 60px 0 70px;
}
.qflotte .tour_head{
  text-align: center;
  margin-bottom: 45px;
}
.qflotte .tour_head .tour_tag{
  display: inline-block;
  position: relative;
  background: #f09a00;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 8px 32px;
  margin: 0 0 22px;
}
.qflotte .tour_head .tour_tag::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #f09a00;
  border-bottom: 0;
}
.qflotte .tour_head .tour_tit{
  color: #444;
  font-size: 3.45rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 0 0 18px;
}
.qflotte .tour_head .tour_lead{
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0;
}

/* ------------------------------------
  バリエーション豊富BOX
------------------------------------ */
.qflotte .tour_variation{
  background: #f09a00;
  border-radius: 29px;   /* PSD実測 半径32px ×0.917 */
  text-align: center;
  max-width: 565px;      /* PSD実測 幅616px ×0.917 */
  padding: 45px 30px 40px;
  margin: 60px auto 0;
}
.qflotte .tour_variation .var_sub{
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0;
}
.qflotte .tour_variation .var_tit{
  color: #ffe900;
  font-size: 3.15rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 4px 0 14px;
}
.qflotte .tour_variation .var_txt{
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0 0 26px;
}
.qflotte .tour_variation .var_btn a{
  display: inline-block;
  position: relative;
  background: #fff;
  color: #444;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 100px;
  padding: 15px 70px 15px 50px;
  text-decoration: none;
}
.qflotte .tour_variation .var_btn a::after{
  content: "";
  position: absolute;
  right: 34px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #444;
  border-bottom: 2px solid #444;
  transform: translateY(-70%) rotate(45deg);
}

/* ------------------------------------
  前泊ホテル 見出し
------------------------------------ */
.qflotte .zenpaku_head{
  text-align: center;
  margin-bottom: 45px;
}
.qflotte .zenpaku_head .zenpaku_badge{
  display: inline-block;
  position: relative;
  background: #1761b4;
  color: #fff;
  font-size: 2.36rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 8px 34px;
  margin: 0 0 24px;
}
.qflotte .zenpaku_head .zenpaku_badge::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #1761b4;
  border-bottom: 0;
}
.qflotte .zenpaku_head .zenpaku_sub{
  color: #693800;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 6px;
}
.qflotte .zenpaku_head .zenpaku_tit{
  color: #693800;
  font-size: 3.45rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
}
.qflotte .zenpaku_head .zenpaku_tit .mark{
  background: linear-gradient(transparent 62%, #ffe900 62%);
}

/* ------------------------------------
  ガチャ見出し
------------------------------------ */
.qflotte .sec_roulette h2 .gacha_tit{
  color: #1bb300;
}

@media screen and (max-width: 640px) {
  .qflotte .sec_tour_pickup{
    padding: 8vw 0 9vw;
  }
  .qflotte .tour_head{
    margin-bottom: 6vw;
  }
  .qflotte .tour_head .tour_tag{
    font-size: 3.7vw;
    padding: 1.5vw 5vw;
    margin-bottom: 4vw;
  }
  .qflotte .tour_head .tour_tit{
    font-size: 5.4vw;
  }
  .qflotte .tour_head .tour_lead{
    font-size: 3.5vw;
    padding: 0 4vw;
  }
  .qflotte .tour_variation{
    width: 90%;
    padding: 7vw 5vw;
    border-radius: 4.6vw;
    margin-top: 8vw;
  }
  .qflotte .tour_variation .var_sub{
    font-size: 3.5vw;
  }
  .qflotte .tour_variation .var_tit{
    font-size: 6vw;
  }
  .qflotte .tour_variation .var_txt{
    font-size: 2.7vw;   /* 1行に収める */
  }
  .qflotte .tour_variation .var_btn a{
    font-size: 3.5vw;
    padding: 3.5vw 12vw 3.5vw 8vw;
  }
  .qflotte .zenpaku_head{
    margin-bottom: 6vw;
  }
  .qflotte .zenpaku_head .zenpaku_badge{
    font-size: 4.2vw;
    padding: 1.5vw 6vw;
    margin-bottom: 4vw;
  }
  .qflotte .zenpaku_head .zenpaku_sub{
    font-size: 3.9vw;
  }
  .qflotte .zenpaku_head .zenpaku_tit{
    font-size: 5.4vw;
  }
}

/* ------------------------------------
  おすすめツアー 見出し帯（ビーチ背景）
------------------------------------ */
.qflotte .sec_tour_bottom{
  background: #b7e2de;
  padding-top: 0;      /* ガチャとの間にミントの帯が出るので消す */
  padding-bottom: 60px;
}
.qflotte .tour_head_bottom{
  position: relative;
  background: url(../img/tour_back_pc.jpg) center center / cover no-repeat;
  height: 380px;              /* 画像実寸 1920x380 ＝ 縦幅固定・左右をトリミング */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
}
.qflotte .tour_head_bottom::before{
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;   /* 素材そのままの色にする（暗く/くすんで見えるとの指摘） */
}
.qflotte .tour_head_bottom .head_bottom_inner{
  position: relative;
  z-index: 1;
}
.qflotte .tour_head_bottom .tour_tag_bottom{
  display: inline-block;
  position: relative;
  background: #f09a00;
  color: #fff;
  font-size: 2.02rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 7px 30px;
  margin: 0 0 22px;
}
.qflotte .tour_head_bottom .tour_tit_bottom{
  color: #fff;
  font-size: 4.65rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
  margin: 0 0 22px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.qflotte .tour_head_bottom .tour_lead_bottom{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.7;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

/* ------------------------------------
  豊富なツアーから検索
------------------------------------ */
.qflotte .sec_more_search{
  background: #fef4d1;
  padding-top: 28px;
  text-align: center;
  overflow: hidden;
}
.qflotte .sec_more_search .sec_inner{
  position: relative;
  padding-bottom: 0;
}
.qflotte .sec_more_search .more_koala{
  position: absolute;
  bottom: 24px;
  width: 118px;
}
.qflotte .sec_more_search .more_koala img{
  width: 100%;
  height: auto;
  display: block;
}
.qflotte .sec_more_search .more_koala_left{
  left: 1%;
}
.qflotte .sec_more_search .more_koala_right{
  right: 1%;
}
.qflotte .sec_more_search .more_badge{
  display: inline-block;
  position: relative;
  background: #00877e;
  color: #fff;
  font-size: 2.02rem;
  font-weight: 700;
  border-radius: 100px;
  padding: 7px 30px;
  margin: 0 0 26px;
}
.qflotte .sec_more_search .more_badge::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #00877e;
  border-bottom: 0;
}
.qflotte .sec_more_search .more_lead{
  color: #693800;
  font-size: 2.63rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 28px;
}
.qflotte .sec_more_search .more_lead em{
  color: #f09a00;
  font-style: normal;
}
.qflotte .sec_more_search .more_tit{
  display: inline-block;
  background: #f9c622;          /* PSD実測 */
  color: #693800;
  font-size: 3.15rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 22px 22px 0 0;  /* PSD実測 半径24px ×0.917 */
  min-width: 425px;              /* PSD実測 幅464px ×0.917 */
  padding: 10px 40px;
  margin: 0;
  box-sizing: border-box;
}
.qflotte .sec_more_search .more_note{
  background: #693800;
  padding: 34px 20px 46px;
  position: relative;
}
/* 下向きのシェブロン（次のツアー検索へ誘導） */
.qflotte .sec_more_search .more_note::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 20px;
  height: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}
.qflotte .sec_more_search .more_note p{
  color: #fff;
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
.qflotte .sec_more_search .more_note em{
  color: #ffe900;
  font-style: normal;
  padding: 0 4px;
}

@media screen and (max-width: 960px) {
  .qflotte .sec_more_search .more_koala{
    width: 15vw;
  }
}
@media screen and (max-width: 640px) {
  .qflotte .tour_head_bottom{
    background-image: url(../img/tour_back_sp.jpg);
    height: 82.6667vw;            /* SP画像 750x620 の等倍(2x) ＝ 縦幅固定 */
    padding: 0 5vw;
  }
  .qflotte .tour_head_bottom .tour_tag_bottom{
    font-size: 3.1vw;
    padding: 1.3vw 4.5vw;
    margin-bottom: 3.5vw;
  }
  .qflotte .tour_head_bottom .tour_tit_bottom{
    font-size: 7vw;
    margin-bottom: 4vw;
  }
  .qflotte .tour_head_bottom .tour_lead_bottom{
    font-size: 3.1vw;
  }
  .qflotte .sec_more_search{
    padding-top: 8vw;
  }
  .qflotte .sec_more_search .more_koala{
    width: 22vw;
    bottom: auto;
    top: 0;
  }
  .qflotte .sec_more_search .more_badge{
    font-size: 3.7vw;
    padding: 1.5vw 5vw;
    margin-bottom: 5vw;
  }
  .qflotte .sec_more_search .more_lead{
    font-size: 4.4vw;
    margin-bottom: 5vw;
  }
  .qflotte .sec_more_search .more_tit{
    font-size: 5.4vw;
    padding: 3vw 6vw 2.5vw;
    border-radius: 3vw 3vw 0 0;
  }
  .qflotte .sec_more_search .more_note{
    padding: 4vw 5vw;
  }
  .qflotte .sec_more_search .more_note p{
    font-size: 3.5vw;
  }
}

/* ------------------------------------
  ツアーカード（シーズナル特集流用）の色を仕様書に合わせる
------------------------------------ */
.qflotte{
  --btn-color: #f09a00;   /* 「この日数の詳細」ボタン：青→オレンジ */
  --main-color: #00877e;  /* タブのアクティブ色 */
}

/* ツアーカードの高さを3枚そろえる */
.qflotte .tw_slider_scroll .scroll_view{
  align-items: stretch;
}
.qflotte .tw_slider_scroll .scroll_view .slide_item{
  display: flex;
  flex-direction: column;
}
.qflotte .tw_slider_scroll .scroll_view .slide_item .item_wrap{
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.qflotte .tw_slider_scroll .scroll_view .slide_item .price_wrap{
  margin-top: auto;
}

@media screen and (max-width: 640px) {
  .qflotte .sec_zenpaku{
    padding-top: 10vw;
  }
}

/* ------------------------------------
  オレンジのアンカーボタン（対象ツアーを見る）
------------------------------------ */
.qflotte .btn_anchor_orange{
  text-align: center;
}
.qflotte .btn_anchor_orange a{
  display: inline-block;
  position: relative;
  background: #f09a00;
  color: #fff;
  font-size: 1.47rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 100px;
  padding: 18px 72px 18px 52px;
  min-width: 280px;
  transition: opacity .3s;
}
.qflotte .btn_anchor_orange a::after{
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-70%) rotate(45deg);
}
body:not(.mobile) .qflotte .btn_anchor_orange a:hover{
  opacity: .8;
}
@media screen and (max-width: 640px) {
  .qflotte .btn_anchor_orange a{
    font-size: 3.5vw;
    padding: 4vw 14vw 4vw 10vw;
    min-width: 60vw;
  }
  .qflotte .btn_anchor_orange a::after{
    right: 8vw;
    width: 2vw;
    height: 2vw;
  }
}

/* ------------------------------------
  ガチャキャンペーン：背景を全幅でなくコンテンツ幅に収める
------------------------------------ */
.qflotte .sec_roulette{
  /* 背景は画面全幅で出す（中身は sec_inner がコンテンツ幅に収める） */
  max-width: none;
  margin-bottom: 0;   /* 下の「おすすめツアー」へ余白なしでつなぐ */
}

/* ------------------------------------
  前泊ホテル：見出し・リード文を Noto Sans JP Bold 700 に
  （仕様書「太字：Noto Sans JP Bold 700／細字：Regular 400」）
------------------------------------ */
.qflotte .sec_zenpaku .hotel_name,
.qflotte .sec_zenpaku .hotel_txt,
.qflotte .sec_zenpaku .flight p{
  font-weight: 700;
}

/* おすすめツアー：ビーチ背景と出発地タブが詰まるので間をあける */
.qflotte .sec_tour_bottom .sec_inner{
  padding-top: 55px;
}
@media screen and (max-width: 640px) {
  .qflotte .sec_tour_bottom .sec_inner{
    padding-top: 8vw;
  }
}

@media screen and (max-width: 640px) {
  .qflotte .sec_more_search .more_note{
    padding: 4vw 5vw 10vw;
  }
  .qflotte .sec_more_search .more_note::after{
    bottom: 4vw;
    width: 4vw;
    height: 4vw;
    border-width: 2px;
  }
}

/* 前泊ホテル→ガチャ、ガチャ→おすすめツアー の間を詰める */
.qflotte .sec_zenpaku{
  margin-bottom: 36px;
}
.qflotte .sec_roulette .sec_inner{
  padding-top: 56px;
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .qflotte .sec_zenpaku{
    margin-bottom: 9vw;
  }
  .qflotte .sec_roulette .sec_inner{
    padding-top: 7vw;
    padding-bottom: 5vw;
  }
}

/* PC / SP で改行位置を切り替える */
.qflotte .br_sp{ display: none; }
@media screen and (max-width: 640px) {
  .qflotte .br_pc{ display: none; }
  .qflotte .br_sp{ display: inline; }
}

/* SP：「まだまだあります！弊社のカンタス航空利用ツアーは」を1行に収める */
@media screen and (max-width: 640px) {
  .qflotte .tour_variation .var_sub{
    font-size: 2.95vw;
  }
}

/* SP：コアラマップを少し小さく（幅いっぱいにしない） */
@media screen and (max-width: 640px) {
  .qflotte .sec_goods .goods_map{
    width: 72.3%;   /* SP版PSD実測 542/750 */
    margin-left: auto;
    margin-right: auto;
  }
}

/* 「対象ツアーを見る」ボタンの上下に余白 */
.qflotte .sec_zenpaku .btn_area{
  margin: 50px 0 34px;
}
@media screen and (max-width: 640px) {
  .qflotte .sec_zenpaku .btn_area{
    margin: 9vw 0 11vw;
  }
}

/* ------------------------------------
  豊富なツアーから検索：SP版はコアラ2体を中央に横並び
------------------------------------ */
@media screen and (max-width: 640px) {
  .qflotte .sec_more_search .sec_inner{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .qflotte .sec_more_search .more_badge{ order: 1; }
  .qflotte .sec_more_search .more_lead{ order: 2; }
  .qflotte .sec_more_search .more_koala_wrap{
    order: 3;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 3vw;
    margin: 1vw 0 4vw;
  }
  .qflotte .sec_more_search .more_tit{ order: 4; }
  .qflotte .sec_more_search .more_koala{
    position: static;
    width: 27vw;
  }
  .qflotte .sec_more_search .more_tit{
    min-width: 0;
    width: 78%;
  }
}

/* SP：「注意事項」の上にも区切り線を引く（PCは2カラムの縦線があるので不要） */
@media screen and (max-width: 640px) {
  .qflotte .sec_goods .note_block{
    border-top: 1px solid #f8e9cf;   /* SP版PSD実測の線色 */
    padding-top: 4.5vw;
    margin-top: 4.5vw;
  }
  /* PC用に付けている margin-top:8vw を打ち消す */
  .qflotte .sec_goods .note_block .note_tit_02{
    margin-top: 0;
  }
}

/* コアラ：PCは2体を左右に配置、SPは2体まとまった1枚を中央に */
.qflotte .sec_more_search .more_koala_sp{ display: none; }
@media screen and (max-width: 640px) {
  .qflotte .sec_more_search .more_koala{ display: none; }
  .qflotte .sec_more_search .more_koala_sp{
    display: block;
    width: 52vw;
    margin: 1vw auto 4vw;
    /* 画像の右下にクレジットがある分イラストが左に寄るので、
       イラストの中心が画面中央に来るよう 30/291=10.3% ぶん右へ寄せる */
    transform: translateX(5.36vw);
  }
  .qflotte .sec_more_search .more_koala_sp img{
    width: 100%;
    height: auto;
    display: block;
  }
}

/* おすすめツアー見出しのタグにも吹き出しの▼を付ける */
.qflotte .tour_head_bottom .tour_tag_bottom::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #f09a00;
  border-bottom: 0;
}
@media screen and (max-width: 640px) {
  .qflotte .tour_head_bottom .tour_tag_bottom::after{
    bottom: -1.9vw;
    border-width: 2.2vw;
    border-top-width: 2.2vw;
    border-bottom-width: 0;
  }
}

/* ============================================================
   SP版のツアーカード
   仕様書：「旅行情報サンプルページ(post-41967)最下部のツアーデザインを流用」
   横スクロールをやめて縦積み、カード内は画像左・タイトル右にする
   ============================================================ */
@media screen and (max-width: 640px) {
  /* 出発地タブは折り返して2行に */
  .qflotte .sec_tour_bottom .tw_tour_tabpanel .tab_list_wrapper{
    overflow: visible;
  }
  .qflotte .sec_tour_bottom .tw_tour_tabpanel .tab_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2.4vw;
    width: 100%;
  }
  .qflotte .sec_tour_bottom .tw_tour_tabpanel .tab_list .tab_btn{
    flex: 0 0 calc(25% - 1.8vw);
    min-width: 0;
    margin: 0;
  }

  /* 横スクロールをやめて1枚ずつ縦に積む
     （seasonal側で左右に負マージン＋幅+10.6667vwの全幅化がかかっているので打ち消す） */
  .qflotte .sec_tour_bottom .tw_slider_scroll{
    overflow: visible;
    margin: 0;
    width: 100%;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view{
    padding: 0;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view{
    display: block;
    overflow: visible;
    gap: 0;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item{
    flex: none;
    width: 100%;
    margin: 0 0 7vw;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item:last-child{
    margin-bottom: 0;
  }

  /* カード内：画像左・タイトル右、価格は下に全幅 */
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .item_wrap{
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-template-areas:
      "img txt"
      "price price";
    column-gap: 4vw;
    row-gap: 3vw;
    align-items: start;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .img_wrap{
    grid-area: img;
    margin: 0;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .txt_wrap{
    grid-area: txt;
    margin: 0;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .price_wrap{
    grid-area: price;
    margin-top: 0;
  }
}

/* SP版・下部ツアーカードの細部（SP版PSD実測に合わせる） */
@media screen and (max-width: 640px) {
  /* 写真は 260/191（ほぼ4:3）、カード内で約38% */
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .item_wrap{
    grid-template-columns: 44% 1fr;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .img_wrap{
    aspect-ratio: 4/3;
    border-radius: 2vw;
  }
  /* 価格と「この日数の詳細」ボタンは横並び */
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .tab2_content.active{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .tour_price{
    margin: 0;
    text-align: left;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .tour_att{
    margin: 0;
    text-align: left;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .tour_btn{
    margin: 0;
    flex: 0 0 auto;
  }
}

/* ------------------------------------
  ツアーカードの価格まわり
  「1名様あたり」「※諸税等別途必要」はカンプのPC版には無く、SP版（下部）にだけある
  ※「燃油サーチャージ込み」はAPIの surcharge、他2つは固定文言
------------------------------------ */
.qflotte .tour_per{ display: none; }
.qflotte .tour_att .att_02{ display: none; }

@media screen and (max-width: 640px) {
  .qflotte .sec_tour_bottom .slide_item .tour_price_box{
    flex: 1 1 auto;
    min-width: 0;
  }
  .qflotte .sec_tour_bottom .slide_item .tour_per{
    display: block;
    font-size: 2.9vw;
    color: #444;
    text-align: left;
    margin: 0 0 0.5vw;
  }
  .qflotte .sec_tour_bottom .slide_item .tour_att{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.6vw;
    margin-top: 1vw;
  }
  .qflotte .sec_tour_bottom .slide_item .tour_att .att_01{
    background: #feeced;      /* SP版PSD実測 */
    color: #ff404c;
    border-radius: 1vw;
    padding: 0.7vw 2vw;
    font-size: 2.8vw;
    line-height: 1.3;
  }
  .qflotte .sec_tour_bottom .slide_item .tour_att .att_02{
    display: inline;
    font-size: 2.5vw;
    color: #666;
  }
}

/* ------------------------------------
  旅行日数タブ
  流用元は「4個ぴったりで1行、それ以上は横スクロール」の設計。
  4個以下のときだけ均等割りにしてきれいに見せ、5個以上は元どおりスクロールさせる。
------------------------------------ */
.qflotte .tw_tour_tabpanel .tab2_scroll_wrapper .tab2_list:has(> :nth-child(-n+4):last-child) .tab2_btn{
  flex: 1 1 0;
  min-width: 0;
}
.qflotte .tw_tour_tabpanel .tab2_container:has(.tab2_list > :nth-child(-n+4):last-child) .tab2_arr{
  display: none;
}

/* ------------------------------------
  MV看板：仕様書「可変にせず縦幅固定。横1920pxなので小さい画面では左右が切れる」
  PCは高さ650px固定・幅1920pxを中央基準で置き、はみ出しは隠す
------------------------------------ */
@media screen and (min-width: 641px) {
  .qflotte .sec_hero .hero_mv{
    height: 650px;
    overflow: hidden;
  }
  .qflotte .sec_hero .hero_mv_inner{
    position: relative;
    width: 1920px;
    height: 650px;
    margin: 0 auto;
  }
  .qflotte .sec_hero .hero_mv img{
    width: 1920px;
    height: 650px;
    max-width: none;
    display: block;
  }
}
/* SPは従来どおり画面幅にあわせる */
@media screen and (max-width: 640px) {
  .qflotte .sec_hero .hero_mv_inner{
    position: relative;
    width: 100%;
  }
}

/* 出発地タブ：カンプは吹き出しの▼なし
   高さ PC 52px（PSD実測 164×52px）／ SP 78px相当（SP版PSD実測 167×78px） */
.qflotte .tw_tour_tabpanel .tab_btn.active::after,
.qflotte .tw_tour_tabpanel .tab_btn::after{
  display: none;
}
.qflotte .tw_tour_tabpanel .tab_list_wrapper .tab_btn{
  height: 52px;   /* PSD実測 164x52px（1210幅・等倍） */
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .qflotte .tw_tour_tabpanel .tab_list_wrapper .tab_btn{
    height: 10.4vw;
  }
}

/* ------------------------------------
  出発地タブの色（PSD実測）
  非アクティブ：文字・枠とも #7eb1a9（淡いティール）／背景 白
  アクティブ　：背景 #00877e／文字 白
------------------------------------ */
.qflotte .tw_tour_tabpanel .tab_list .tab_btn{
  color: #7eb1a9;
  border-color: #7eb1a9;
}
.qflotte .tw_tour_tabpanel .tab_list .tab_btn.active{
  color: #fff;
  background: #00877e;
  border-color: #00877e;
}

/* ------------------------------------
  SP版 下部ツアーカードの文字まわり（SP版PSDから実測 / 750px＝2x, 1vw＝3.75px）
    1名様あたり     文字幅 49.5px   → 2.37vw
    価格            文字幅 168.5px  → 親 2.94vw（数字は170%＝約18.8px）
    燃油サーチャージ込み  ピル 104×15px（文字幅93px） → 2.49vw
    ※諸税等別途必要  文字幅 66px    → 2.20vw ／ 燃油ピルと同じ行（右横）
    この日数の詳細   ボタン 127×35px、価格ブロックと下端そろえ
------------------------------------ */
@media screen and (max-width: 640px) {
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .tab2_content.active{
    align-items: flex-end;
  }
  .qflotte .sec_tour_bottom .slide_item .tour_per{
    font-size: 2.37vw;
    line-height: 1.2;
    margin: 0 0 1.2vw;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .tour_price{
    font-size: 2.94vw;   /* カンプ実測どおり（修正依頼で「ボタンが小さい」＝ボタン優先に戻す） */
    line-height: 1.1;
    white-space: nowrap;
  }
  .qflotte .sec_tour_bottom .slide_item .tour_att{
    flex-wrap: nowrap;
    gap: 1.6vw;
    margin-top: 1.33vw;
  }
  .qflotte .sec_tour_bottom .slide_item .tour_att .att_01{
    display: inline-flex;
    align-items: center;
    height: 4vw;
    padding: 0 1.47vw;
    font-size: 2.49vw;
    line-height: 1;
    border-radius: 1.07vw;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .qflotte .sec_tour_bottom .slide_item .tour_att .att_02{
    font-size: 2.2vw;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .tour_btn{
    width: 33.87vw;      /* カンプ実測 33.8667vw */
    height: 9.33vw;
    font-size: 2.7vw;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .tab2_content.active{
    gap: 3.2vw;
  }
}

/* ------------------------------------
  価格の数字は元テンプレ（シーズナル特集）と同じ Roboto
  実機は "Noto Sans JP" が当たっていて、同じ太さ・同じサイズでも字幅が広く
  「強調が入っていない」ように見えていた
------------------------------------ */
.qflotte .tour_price,
.qflotte .tour_price span{
  font-family: Roboto, "Noto Sans JP", sans-serif;
}

/* ------------------------------------
  「〇〇ツアーをもっと見る」ボタンの色（PC／スマホ共通）
  流用元シーズナルは黒枠・黒文字・黒矢印だが、カンプはティール。
  SP版PSD実測：枠 #00877e ／ 内側 #abdcd8（＝#00877e を約6.5%で乗せた色）
------------------------------------ */
.qflotte .tw_slider_scroll .scroll_view .slide_item .link_btn{
  border-color: #00877e;
  color: #00877e;
  background: rgba(0, 135, 126, 0.065);
}
.qflotte .tw_slider_scroll .scroll_view .slide_item .link_btn::after{
  background: #00877e;
  -webkit-mask: url(../img/common/arr_01_black.svg) center center / 100% auto no-repeat;
  mask: url(../img/common/arr_01_black.svg) center center / 100% auto no-repeat;
}

/* ------------------------------------
  PC：PSDの等倍実測に合わせる（コンテンツ幅1210＝PSD1360の中身と一致）
  イチオシツアー節  PSD:  タブ 52px高／タブ下端371／カード上端402（間31px）
                    カード 377x409／もっと見る 44px高・上に25px
                    オレンジ枠 616x264・上に61px／セクション下余白70
------------------------------------ */
@media screen and (min-width: 641px) {
  /* タブ〜カードの隙間（①ここの隙間縮めてください） */
  .qflotte .tw_tour_tabpanel .tab_list_wrapper .tab_list{
    margin-bottom: 26px;
  }
  /* オレンジ枠「バリエーション豊富！」（②この枠の縦幅縮めてください） */
  .qflotte .tour_variation{
    width: 616px;
    max-width: 100%;
    padding: 28px 30px 26px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 641px) {
  /* カード内：PSDはカード高409px（実装430px）。写真下〜ボタンまでを詰める */
  .qflotte .tw_slider_scroll .scroll_view .slide_item .item_wrap{
    padding: 15px 15px 18px;
  }
  .qflotte .tw_slider_scroll .scroll_view .slide_item .txt_wrap{
    padding: 12px 5px 4px 5px;
  }
  .qflotte .tw_slider_scroll .scroll_view .slide_item .price_wrap{
    margin: auto 11px 0;   /* PSD実測：カード端から26px（padding15+11）＝日数タブ行325px */
    padding: 0 0 2px;
  }
  .qflotte .tw_slider_scroll .scroll_view .slide_item .tour_btn{
    height: 36px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 641px) {
  /* 茶帯（①もう少し大きく）PSD:高さ120px・文字の横幅608px */
  .qflotte .sec_goods .goods_head{
    padding: 38px 15px;
  }
  .qflotte .sec_goods .goods_head_txt{
    font-size: 30px;
  }
  .qflotte .sec_goods .goods_items img{
    height: 233px;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  /* コラボグッズ右カラム（隙間がすかすか）PSD:448px
     説明147／ボタン上170・高さ45／グッズ上215・高さ233 */
  .qflotte .sec_goods .goods_lead{
    padding: 19px 30px;
  }
  .qflotte .sec_goods .goods_label{
    margin: 23px 0 0;
    padding: 8px 42px;
  }
  .qflotte .sec_goods .goods_items{
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) {
  /* 「対象ツアーを見る」下〜ガチャ節の余白（PSD 70px／実装36px） */
  .qflotte .sec_zenpaku .btn_area{
    margin-bottom: 70px;
  }
  .qflotte .sec_zenpaku{
    padding-bottom: 0;
  }
  /* ガチャ節 PSD 600px（実装535px） */
  .qflotte .sec_roulette .sec_inner{
    padding-top: 76px;
    padding-bottom: 85px;
  }
}
@media screen and (min-width: 641px) {
  /* ビーチ帯：②リードの位置を元のくらい下に（PSD 中身の上端68px／実装53px） */
  .qflotte .tour_head_bottom{
    align-items: flex-start;
    padding-top: 68px;
  }
  /* ガチャ〜LINE：LINEボタン下の余白（PSD 67px／実装87px） */
  .qflotte .sec_roulette .sec_inner{
    padding-top: 96px;
    padding-bottom: 65px;
  }
  /* 下部ツアー：もっと見る下の余白（PSD 708px／実装671px） */
  .qflotte .sec_tour_bottom .sec_inner{
    padding-bottom: 37px;
  }
  /* コアラ2体：①イラストが大きいので小さく（PSD 110x176／実装 118x189） */
  .qflotte .sec_more_search .more_koala img{
    width: 110px;
    height: auto;
  }
  /* ②枠の高さを元のくらい広げる（PSD 384px／実装 376px） */
  .qflotte .sec_more_search .sec_inner{
    padding-top: 2px;
  }
}
/* ③カラーが違う：黄色ボタンはPSD実測 #f9c622（PC／スマホ共通） */
.qflotte .sec_more_search .more_tit{
  background: #f9c622;
}

/* ------------------------------------
  吹き出し「さらに嬉しい!」のカーニング（PC／スマホ共通）
  PSD実測：吹き出し幅248px（実装218px）＝文字を約30px分パラけさせる
------------------------------------ */
.qflotte .zenpaku_badge{
  letter-spacing: 0.18em;
  text-indent: 0.18em;   /* 最後の1文字ぶんの空きを相殺して中央に見せる */
}

/* ------------------------------------
  前泊ブロック：丸をつけた「対象／場所／泊数」以外はレギュラーに
  （流用元に合わせる。実装は値まで太字になっていた）
------------------------------------ */
.qflotte .sec_zenpaku .hotel_about dd,
.qflotte .sec_zenpaku .hotel_txt p,
.qflotte .sec_zenpaku .flight p,
.qflotte .sec_zenpaku .flight p em,
.qflotte .sec_zenpaku .hotel_name{
  font-weight: 400;
}

/* ------------------------------------
  SP：コラボグッズ節をSP版PSDの実測に合わせる（750px＝2x）
    MAP画像 184px高（実装169px）／白枠 469px（実装639px）
    白枠の本文 文字11.4px・行間16.5px（実測：字高10px・行ピッチ16.5px）
    白枠は「プレゼント対象／プレゼントのお届け／注意事項」の3ブロック＝区切り線2本
------------------------------------ */
@media screen and (max-width: 640px) {
  /* SP版PSD実測 271x184。親(.goods_map)に幅指定があるので親ごと固定にする */
  .qflotte .sec_goods .goods_map{
    width: 72.2667vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .qflotte .sec_goods .goods_map img{
    width: 100%;
    height: 49.0667vw;
    display: block;
  }
  .qflotte .sec_goods{
    padding-bottom: 13.3333vw;
  }
  .qflotte .sec_goods .goods_note .note_txt,
  .qflotte .sec_goods .goods_note .note_att{
    font-size: 2.9067vw;
    line-height: 4.4vw;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;   /* カンプと同じ折返し位置にするため約物を詰める */
  }
  .qflotte .sec_goods .note_tit{
    font-size: 3.1733vw;
    padding: 0.8533vw 3.4133vw;
  }
  /* 注意事項の上にも区切り線（カンプは線2本） */
  .qflotte .sec_goods .goods_note .note_block{
    border-top: 1px solid #f8e9cf;
    padding-top: 4.5vw;
    margin-top: 4.5vw;
  }
}
@media screen and (max-width: 640px) {
  /* SPコラボグッズ節：各空白をSP版PSDの実測に合わせる
     MAP下12 ／ 説明98高 ／ ボタン上25・高30・下21 ／ グッズ173高 ／ 白枠は続けて置く */
  .qflotte .sec_goods .goods_map{
    margin-bottom: 3.2vw;
  }
  .qflotte .sec_goods .goods_lead{
    padding: 3.2vw 4.2667vw;
  }
  .qflotte .sec_goods .goods_label{
    margin: 6.6667vw 0 5.6vw;
    padding: 1.0667vw 6.4vw;
    font-size: 3.4667vw;
  }
  .qflotte .sec_goods .goods_items img{
    width: 89.3333vw;      /* SP版PSD実測 335x156（画像実寸比2.146と一致） */
    height: 41.6vw;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .qflotte .sec_goods .goods_note{
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  /* ①出発地タブはミニマムに（SP版PSD実測：4列×21.3333vw・横間2vw・縦間1.7333vw・高さ10.1333vw） */
  .qflotte .tw_tour_tabpanel .tab_list_wrapper .tab_list{
    grid-template-columns: repeat(4, 1fr);
    gap: 1.3333vw 1.2vw;
    margin-bottom: 5.3333vw;
  }
  .qflotte .tw_tour_tabpanel .tab_list_wrapper .tab_btn{
    height: 10.4vw;
    border-radius: 1.3333vw;
    font-size: 2.72vw;
    padding: 0 2px;
  }
  /* ④コラボグッズの見出しを元のくらい大きく（PSD 6.5067vw／行間9.3333vw） */
  .qflotte .sec_goods .goods_tit{
    font-size: 6.03vw;    /* 100vwで6.0267vw。PSD実測の2行目84.4vw幅に一致 */
    line-height: 9.33vw;  /* 100vwで9.3333vw */
  }
  /* ③茶帯の▼を小さく（PSD 15x2.1333vw） */
  .qflotte .sec_goods .goods_head::after{
    border-width: 2.1333vw 2vw 0;
    bottom: -1.8667vw;
  }
  /* コアラ2体の節：全体的に間伸び＋タイトルが小さい（PSD 79.2vw＋茶帯20.8vw） */
  .qflotte .sec_more_search .more_lead{
    font-size: 5vw;
    line-height: 7.2vw;
  }
  .qflotte .sec_more_search .more_koala_sp img{
    height: 32.5333vw;
    width: auto;
  }
  .qflotte .sec_more_search .more_note{
    height: 20.8vw;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  /* SP：節ごとの高さをSP版PSDに合わせる
     イチオシ1033 ／ 前泊1962（①白枠下〜さらに嬉しいを広げる）
     ガチャ799（①特典のご案内下〜ビーチ帯を広げる）／ 下部ツアー1092 */
  .qflotte .sec_tour_pickup{
    padding-bottom: calc(8vw + 5.6vw);
  }
  .qflotte .sec_zenpaku{
    padding-top: 13.3333vw;   /* SP版PSD実測：白の開始から吹き出しまで13.3333vw */
  }
  .qflotte .sec_roulette .sec_inner{
    padding-bottom: calc(8vw + 5.3333vw);
  }
  .qflotte .sec_tour_bottom .sec_inner{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  /* コアラ2体の節：SP版PSD実測（rel）バッジ20-56／リード67-148／コアラ154-231／黄ボタン250-298 */
  .qflotte .sec_more_search .sec_inner{
    padding-top: 5.3333vw;
    padding-bottom: 0;
  }
  .qflotte .sec_more_search .more_badge{
    min-height: 9.6vw;
    margin-bottom: 2.9333vw;
    display: inline-flex;
    align-items: center;
  }
  .qflotte .sec_more_search .more_lead{
    margin-bottom: 0.5867vw;   /* リード箱下端148 → コアラ154 */
  }
  .qflotte .sec_more_search .more_koala_sp{
    margin: 0 0 5.0667vw;
  }
  .qflotte .sec_more_search .more_koala_sp img{
    height: 20.5333vw;
  }
  /* ガチャ節を2.9333vw詰める */
  .qflotte .sec_roulette .sec_inner{
    padding-bottom: calc(8vw + 2.4vw);
  }
}
@media screen and (max-width: 640px) {
  /* コアラ2体の節：上の余白と黄ボタン上の余白を実測どおりに */
  .qflotte .sec_more_search{
    padding-top: 0;
  }
  .qflotte .sec_more_search .more_tit{
    margin-top: 0;
  }
  /* 下部ツアーのカード：PSD 61.0667vw（実装63.4667vw） */
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .item_wrap{
    padding: 1.8667vw 1.8667vw 1.3333vw;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .price_wrap{
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  /* 最終調整：PSDとの残差を詰める */
  .qflotte .sec_goods .goods_note{
    padding: 6.6667vw 5.0027vw;
  }
  .qflotte .sec_goods .goods_note .note_col + .note_col,
  .qflotte .sec_goods .goods_note .note_block{
    padding-top: 3.2vw;
    margin-top: 3.2vw;
  }
  .qflotte .sec_more_search .more_koala_sp{
    margin-bottom: 1.0667vw;     /* コアラ下端231 → 黄ボタン250 */
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item{
    margin-bottom: 5.5vw;
  }
}

/* ------------------------------------
  PC：コアラ2体の節をPSD等倍の実測に合わせる
    コアラ  x190..299 / x1060..1169（コンテンツ75..1285 から内側へ115px）
    バッジ  246x53（文字163px＋左右41px）
    黄ボタン 464x71（文字321px＋左右71px）
------------------------------------ */
@media screen and (min-width: 641px) {
  .qflotte .sec_more_search .more_badge{
    font-size: 19.5px;
    padding: 12px 41px;
  }
  .qflotte .sec_more_search .more_tit{
    font-size: 31.1px;
    padding: 13.5px 71px;
  }
}
@media screen and (min-width: 1240px) {
  .qflotte .sec_more_search .more_koala_left{
    left: 130px;
  }
  .qflotte .sec_more_search .more_koala_right{
    right: 122px;
  }
}
@media screen and (min-width: 641px) {
  /* コアラの縦位置（PSD rel 78px）と茶帯の高さ（PSD 100px） */
  .qflotte .sec_more_search .more_koala{
    top: 49.8px;
  }
  .qflotte .sec_more_search .more_note{
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  /* オレンジ枠「バリエーション豊富！」SP版PSD実測 295x216・上に10.6667vw */
  .qflotte .tour_variation{
    width: 78.6667vw;
    max-width: 100%;
    margin-top: 12vw;
    padding: 4.8vw 5.3333vw;
    box-sizing: border-box;
  }
  /* 説明文はカンプでは2行（brを効かせず流す）。文字3.2267vw・行間4vw */
  .qflotte .tour_variation .var_txt{
    font-size: 3.2267vw;
    line-height: 4vw;
  }
  .qflotte .tour_variation .var_txt br{
    display: none;
  }
  .qflotte .tour_variation .var_btn a{
    height: 11.2vw;
  }
}

/* ------------------------------------
  SP：イチオシツアー節をSP版PSDの実測(rel/CSS px)に1px合わせ
    タグ 40..75(35) / タイトル 行間35・ink 90.5,125.5 / リード 行間22・ink 171.5,193.5
    出発地タブ 行1 233..272 行2 277..316 / カード 331.. / カード内タイトル行間18.5
------------------------------------ */
@media screen and (max-width: 640px) {
  .qflotte .sec_tour_pickup .tour_tag{
    height: 9.3333vw;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    padding: 0 5vw;
  }
  .qflotte .sec_tour_pickup .tour_tit{
    line-height: 9.3333vw;
  }
  .qflotte .sec_tour_pickup .tour_lead{
    line-height: 5.8667vw;
  }
  .qflotte .sec_tour_pickup .tw_slider_scroll .scroll_view .slide_item .tour_name{
    line-height: 4.9333vw;
  }
}
@media screen and (max-width: 640px) {
  /* 文字サイズをSP版PSDの実測幅から逆算（タグ173 / タイトル295.5・272 / リード250・314.5） */
  .qflotte .sec_tour_pickup .tour_tag{
    font-size: 3.5493vw;
    padding: 0 5.6vw;
  }
  .qflotte .sec_tour_pickup .tour_tit{
    font-size: 5.8773vw;
  }
  .qflotte .sec_tour_pickup .tour_lead{
    font-size: 3.408vw;
  }
  /* 縦位置：タグ40 / タイトル箱82.6 / リード箱166.5 / タブ233 / カード331 */
  .qflotte .sec_tour_pickup{
    padding-top: calc(8vw + 2.6667vw);
  }
  .qflotte .sec_tour_pickup .tour_tag{
    margin-bottom: 2.0267vw;
  }
  .qflotte .sec_tour_pickup .tour_tit{
    margin-bottom: 3.7067vw;
  }
  .qflotte .sec_tour_pickup .tour_lead{
    margin-bottom: 6vw;
  }
  .qflotte .sec_tour_pickup .tab_list_wrapper .tab_list{
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 640px) {
  /* カード上端331（タブ行2の下端316から4vw） */
  .qflotte .sec_tour_pickup .tab_list_wrapper .tab_list{
    margin-bottom: 2.6667vw;
  }
  /* グッズ節：MAP110 / 説明309(h98) / ラベル432(h30) / 写真470 / 白枠656 */
  .qflotte .sec_goods .goods_tit{
    margin-bottom: 2.6667vw;
  }
  .qflotte .sec_goods .goods_map{
    margin-bottom: 4vw;
  }
  .qflotte .sec_goods .goods_lead{
    padding: 2.3333vw 4.2667vw;
  }
  .qflotte .sec_goods .goods_label{
    margin: 6.6667vw auto 2.1333vw;   /* PSDは中央（左右余白21.3333vwずつ・幅57.3333vw） */
    padding: 1.44vw 9.0267vw;
  }
  .qflotte .sec_goods .goods_note{
    margin-top: 8vw;
  }
}
@media screen and (max-width: 640px) {
  /* 下部ツアー：カード上端128（タブ行2下端113から4vw） */
  .qflotte .sec_tour_bottom .tab_list_wrapper .tab_list{
    margin-bottom: 2.6667vw;
  }
}
@media screen and (max-width: 640px) {
  /* 茶帯 16vw（SP版PSD実測） */
  .qflotte .sec_goods .goods_head{
    height: 16vw;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* 下部ツアー節 291.2vw（もっと見る下端1042＋下余白50） */
  .qflotte .sec_tour_bottom .sec_inner{
    padding-bottom: 1.8133vw;
  }
}
@media screen and (max-width: 640px) {
  /* オレンジ枠の文字：SP版PSDの実測幅から逆算
     サブ 105.5+186.5 / バリエーション豊富! 221.5 / 説明 238.0 */
  .qflotte .tour_variation .var_sub{
    font-size: 3.256vw;
  }
  .qflotte .tour_variation .var_tit{
    font-size: 5.9173vw;
  }
  .qflotte .tour_variation .var_txt{
    font-size: 3.0347vw;
  }
}
@media screen and (max-width: 640px) {
  /* 前泊節 冒頭：吹き出し 50..90(10.6667vw) / サブ 104 / タイトル 135・170 */
  .qflotte .sec_zenpaku .zenpaku_badge{
    height: 10.6667vw;
    min-height: 0;
    display: inline-flex;
    align-items: center;
    margin-bottom: 2.4533vw;
  }
  .qflotte .sec_zenpaku .zenpaku_sub{
    margin-bottom: 0.9867vw;
  }
}

/* ------------------------------------
  SP 1px合わせ 最終調整（PSD実測との差分をまとめて解消）
  ※前の指定が効かなかった箇所は要素型セレクタで詳細度を上げている
------------------------------------ */
@media screen and (max-width: 640px) {
  /* カード上端 331 / 下部カード1 128 */
  .qflotte .sec_tour_pickup .tab_list_wrapper .tab_list,
  .qflotte .sec_tour_bottom .tab_list_wrapper .tab_list{
    margin-bottom: 4vw;
  }
  /* オレンジ枠 上端767・高さ216 */
  .qflotte section.sec_tour_pickup .tour_variation{
    margin-top: 9.7067vw;
    padding: 4.8vw 5.3333vw;
  }
  /* 前泊：吹き出し50/40 → サブ104 → タイトル135 → 薄青ボックス227 → ホテル名792.5 */
  .qflotte .sec_zenpaku .sec_inner .zenpaku_head .zenpaku_badge{
    margin-bottom: 3.7333vw;
  }
  .qflotte .sec_zenpaku .sec_inner .zenpaku_head .zenpaku_sub{
    margin-bottom: 2.4267vw;
  }
  .qflotte .sec_zenpaku .sec_inner .zenpaku_head .zenpaku_tit{
    margin-bottom: 2.8533vw;
  }
  .qflotte .sec_zenpaku .sec_inner .flight{
    margin-bottom: 10.88vw;   /* 青い区切り線(=.hotel_nameの上辺) rel774.5 */
  }
  /* 対象ツアーを見る 11.2vw */
  .qflotte .sec_zenpaku .sec_inner .btn_area a{
    padding-top: 3.04vw;
    padding-bottom: 3.04vw;
  }
}
@media screen and (max-width: 640px) {
  /* 前泊：PSD実測の絶対位置から逆算（marginの相殺を避けて親側で調整）
     薄青227 / ホテル名792.5 / 説明881.5 / 写真1018(h174.5) / 概要1244 / ボタン1870(h42) */
  .qflotte .sec_zenpaku .sec_inner .zenpaku_head{
    margin-bottom: 8.8533vw;
  }
  .qflotte .sec_zenpaku .sec_inner .hotel_name{
    padding-top: 3.5733vw;     /* 文字のインクを792.5に */
    margin-bottom: 5.0933vw;   /* 以降を 説明881.5 / 写真1018 / 概要1244 / ボタン1870 に */
  }
  .qflotte .sec_zenpaku .sec_inner .sec_lead_txt{
    margin-bottom: 2.8vw;
  }
  .qflotte .sec_zenpaku .sec_inner .zenpaku_hotel_img{
    margin-bottom: 5.4667vw;   /* 概要ボックス上端1244 */
  }
  .qflotte .sec_zenpaku{
    padding-bottom: 13.3333vw;    /* ボタン下端1912＋50＝節1962 */
  }
  .qflotte .sec_zenpaku .sec_inner .btn_area{
    margin-top: 4.64vw;
    margin-bottom: 13.3333vw;
  }
  /* イチオシ：カード上端331 */
  .qflotte .sec_tour_pickup .tab_list_wrapper .tab_list{
    margin-bottom: 2.6667vw;
  }
}
@media screen and (max-width: 640px) {
  /* 下部ツアー：カード1上端128 */
  .qflotte .sec_tour_bottom .tab_list_wrapper .tab_list{
    margin-bottom: 2.6667vw;
  }
  /* カード→もっと見るボタンの間 4.8vw（PSD 667→685） */
  .qflotte .tw_slider_scroll .scroll_view .slide_item .item_wrap + .link_btn{
    margin-top: 4.8vw;
  }
  /* 対象ツアーを見る 上端1870 */
  .qflotte .sec_zenpaku .sec_inner .btn_area{
    margin-top: 3.28vw;
  }
}
@media screen and (max-width: 640px) {
  /* カード→もっと見る の間：上部4.8vw／下部4vw（PSD実測） */
  .qflotte .sec_tour_pickup .tw_slider_scroll .scroll_view .slide_item .item_wrap + .link_btn{
    margin-top: 4.8vw;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .item_wrap + .link_btn{
    margin-top: 4vw;
  }
  .qflotte .sec_zenpaku .sec_inner .btn_area{
    margin-top: 1.92vw;
    margin-bottom: 0;   /* 節側の padding-bottom:13.3333vw と二重にしない */
  }
}
@media screen and (max-width: 640px) {
  /* 対象ツアーを見る 上端1870（marginの相殺で btn 側の指定が効かないため前の要素側で調整） */
  .qflotte .sec_zenpaku .sec_inner .hotel_txt{
    margin-bottom: 4.64vw;
  }
  /* 下部ツアー：もっと見る下端→次カード上端 5.3333vw（PSD 414→434） */
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item{
    margin-bottom: 5.3333vw;
  }
}
@media screen and (max-width: 640px) {
  /* タグ：SP版PSD実測 ピル本体8vw(40..70) ／ ▼ 11x1.4667vw(70..75.5)
     ※以前はピル自体を9.3333vwにしていたため▼のぶん下に張り出してタイトルと詰まっていた */
  .qflotte .sec_tour_pickup .tour_tag{
    height: 8vw;
    margin-bottom: 3.6vw;
  }
  .qflotte .sec_tour_pickup .tour_tag::after{
    border-width: 1.4667vw 1.4667vw 0;
    bottom: -1.4667vw;
  }
}
@media screen and (max-width: 640px) {
  /* ▼ 11x1.4667vw（vw指定の既存ルールに勝たせる） */
  .qflotte section.sec_tour_pickup p.tour_tag::after{
    border-width: 1.4667vw 1.4667vw 0;
    width: 2.9333vw;
    height: 1.4667vw;
    bottom: -1.4667vw;
  }
}
@media screen and (max-width: 640px) {
  /* コアラ2体節：SP版PSD 2D実測
     バッジ ピル20..49.5(8vw)・▼11x5.5(50..55.5)・幅164・中央
     コアラ x129.5..274(145.5x77) ＝ 中央より3.9333vw右 */
  .qflotte .sec_more_search .more_badge{
    height: 8vw;
    min-height: 0;
  }
  .qflotte .sec_more_search .more_badge::after{
    border-width: 1.4667vw 1.4667vw 0;
    width: 2.9333vw;
    height: 1.4667vw;
    bottom: -1.4667vw;
  }
  .qflotte .sec_more_search .more_koala_sp{
    position: relative;
    left: 5.16vw;
    margin-top: 1.6267vw;
  }
  /* バッジ幅164（PSD x105.5..269.5） */
  .qflotte .sec_more_search .more_badge{
    padding-left: 6.4133vw;
    padding-right: 6.4133vw;
  }
  /* 黄ボタンは幅365（PSD x5..370＝ほぼ全幅） */
  .qflotte .sec_more_search .more_tit{
    width: calc(100% + 5.3333vw);
    margin-left: -2.6667vw;
    margin-right: -2.6667vw;
    box-sizing: border-box;
  }
}

/* ==========================================================================
   SP版 2D照合（縦＋横＋文字サイズ）で見つかった差分の修正  2026-09-04
   ・チェックリストをPSD側から作り、各要素の y/x/幅 と「文字のインク幅」を照合
   ・文字サイズはPSDのインク幅からcanvasで逆算（行ボックス比較だと必ずずれる）
   ========================================================================== */
@media screen and (max-width: 640px) {

  /* --- 出発地タブ：PSD x14..360(幅346)・タブ幅83.5・横間4.0 --- */
  .qflotte .tw_tour_tabpanel .tab_list_wrapper .tab_list{
    gap: 1.3333vw 1.0667vw;
  }

  /* --- カード左端：PSD 15.0（seasonalの-1pxトリックで14になっていた） --- */
  .qflotte .sec_tour_pickup .tw_slider_scroll .scroll_view .slide_item:first-child{
    margin-left: 5.3333vw;   /* このLPの --w-margin は5.3333vw。-5(スライダー左端)+20=15 */
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view{
    margin-left: 0;
  }

  /* --- タブ行2の下端 → カード上端は 4vw（PSD 316→331 / 113→128） --- */
  .qflotte .sec_tour_pickup .tab_list_wrapper .tab_list,
  .qflotte .sec_tour_bottom .tab_list_wrapper .tab_list{
    margin-bottom: 4vw;
  }

  /* --- イチオシ：見出し6.1333vw／リード3.4667vw（PSDインク幅からの逆算） --- */
  .qflotte .sec_tour_pickup .tour_tit{
    font-size: 6.1333vw;
    line-height: 9.3333vw;
  }
  .qflotte .sec_tour_pickup .tour_lead{
    font-size: 3.4667vw;
    line-height: 5.8667vw;
    margin-bottom: 5.76vw;   /* タブ行1の上端を233に */
    padding-left: 0;         /* 左右4vwのpaddingで2行目が入りきらず3行になっていた */
    padding-right: 0;
  }

  /* --- グッズ：見出し6.1333vw --- */
  .qflotte .sec_goods .goods_tit{
    font-size: 6.1333vw;
    line-height: 9.3333vw;
  }
  /* 茶帯の▼はPSD実測 16x8 */
  .qflotte .sec_goods .goods_head::after{
    border-width: 2.1333vw 2.1333vw 0;
    width: 4.2667vw;
    height: 2.1333vw;
    bottom: -2.1333vw;
  }
  /* グッズ写真：PSDの版面は 343.7 x 163.8（335x156では小さい） */
  .qflotte .sec_goods .goods_items img{
    width: 91.6533vw;
    height: 43.68vw;
  }
  .qflotte .sec_goods .goods_label{
    margin-bottom: 1.1733vw;    /* 写真上端 526.4 */
  }
  .qflotte .sec_goods .goods_note{
    margin-top: 6.88vw;      /* 白枠上端 716 */
  }

  /* --- ガチャ：本文3.8667vw／行送り5.6vw --- */
  .qflotte .sec_roulette p.txt{
    font-size: 3.8667vw;
    line-height: 5.6vw;
  }

  /* --- 下部ツアー：「もっと見る」はPSD x70..305（幅235・中央） --- */
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .link_btn{
    width: 62.6667vw;
  }

  /* --- ビーチ帯：文字がPSDより2〜1.3333vw小さかった --- */
  .qflotte .tour_head_bottom .tour_tag_bottom{
    font-size: 3.6vw;
  }
  .qflotte .tour_head_bottom .tour_tit_bottom{
    font-size: 8.1333vw;
    line-height: 11.6vw;
    letter-spacing: 0;
  }
  .qflotte .tour_head_bottom .tour_lead_bottom{
    font-size: 3.4667vw;
    line-height: 5.8vw;
  }
}

/* --- 2D照合 第2次修正（インク位置ベース）  2026-09-04 --- */
@media screen and (max-width: 640px) {
  /* イチオシ：タブ行1の上端を233ちょうどに */
  .qflotte .sec_tour_pickup .tour_lead{
    margin-bottom: 5.52vw;
  }
  /* もっと見る下端 → オレンジ枠上端は 10.6667vw（PSD 727→767） */
  .qflotte .sec_tour_pickup .tour_variation{
    margin-top: 12.96vw;
  }

  /* ビーチ帯：中央寄せをやめてPSDのインク位置に合わせる
     タグ73.5 / 見出し118・161.5 / リード234・255.75・277.5 */
  .qflotte .tour_head_bottom{
    align-items: flex-start;
    padding-top: 17.2267vw;
  }
  .qflotte .tour_head_bottom .tour_tag_bottom{
    font-size: 3.5733vw;
    margin-bottom: 4.32vw;
  }
  .qflotte .tour_head_bottom .tour_tit_bottom{
    margin-bottom: 8.7467vw;
  }
}

/* --- 2D照合 第3次修正  2026-09-04 --- */
@media screen and (max-width: 640px) {
  /* オレンジ枠：「もっと見る」下端→枠上端 10.6667vw（PSD 727→767）
     ※ section.sec_tour_pickup（型セレクタ）でないと既存の9.7067vwに負ける */
  .qflotte section.sec_tour_pickup .tour_variation{
    margin-top: 12.96vw;
  }
  /* ガチャ：最後のボタン下端→節下端 8.4vw（PSD 767.5→799） */
  .qflotte .sec_roulette .sec_inner{
    padding-bottom: 7.9733vw;
  }
  /* コアラ2体：黄ボタン 249..297 ／ 茶帯 297..375（節375） */
  .qflotte .sec_more_search .more_koala_sp{
    margin-bottom: 0.7733vw;
  }
  .qflotte .sec_more_search .more_tit{
    height: 12.8vw;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* 下部ツアー：最後のカード下端→節下端 13.3333vw（PSD 1352→1402） */
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item:last-child{
    margin-bottom: 0;
  }
  .qflotte .sec_tour_bottom .sec_inner{
    padding-bottom: 2.6667vw;
  }
}

/* --- 2D照合 第4次（詰め）  2026-09-04 --- */
@media screen and (max-width: 640px) {
  /* 「もっと見る」下端 → オレンジ枠上端 = 10.6667vw */
  .qflotte section.sec_tour_pickup .tour_variation{
    margin-top: 10.6667vw;
  }
  /* タブ行1の上端をちょうど233に */
  .qflotte .sec_tour_pickup .tour_lead{
    margin-bottom: 5.28vw;
  }
  /* イチオシ節の下余白 13.3333vw（PSD 983→1033） */
  .qflotte .sec_tour_pickup{
    padding-bottom: 13.3333vw;
  }
  /* 下部ツアー節の下余白 13.3333vw（PSD 1352→1402） */
  .qflotte .sec_tour_bottom{
    padding-bottom: 13.3333vw;
  }
  .qflotte .sec_tour_bottom .sec_inner{
    padding-bottom: 0;
  }
}

/* --- 2D照合 第5次  2026-09-04 --- */
@media screen and (max-width: 640px) {
  /* タブ行1の上端を233に（効いていたのは .tour_head の margin-bottom 6vw だった） */
  .qflotte .sec_tour_pickup .tour_head{
    margin-bottom: 5.76vw;
  }
}

/* --- 前泊のホテル写真スライダー：横スクロールバーを隠す  2026-09-04
   overflow-x:scroll のままだとPC(≦640px表示)で20pxのバーが出て
   写真から下が丸ごと20px下がる（スマホ実機は重なり表示なので出ない） --- */
.qflotte .zenpaku_hotel_img{
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.qflotte .zenpaku_hotel_img::-webkit-scrollbar{
  display: none;
  width: 0;
  height: 0;
}

/* --- 2D照合 第6次（前泊の詰め）  2026-09-04 --- */
@media screen and (max-width: 640px) {
  /* ホテル名の青い線を774.5に（フライト枠の実高が506.6→504.7だったぶん） */
  .qflotte .sec_zenpaku .sec_inner .flight{
    margin-bottom: 11.3867vw;
  }
  .qflotte .sec_zenpaku{
    padding-bottom: 13.5733vw;
  }
}

/* --- オレンジ枠「ツアーをもっと見る」ボタン：カンプ実測に合わせる  2026-09-04
   SP  ボタン 186x42 / 文字11px / 矢印8px・右16px
   PC  ボタン 248x56 / 文字14.6px / 矢印11px・右21px --- */
@media screen and (min-width: 641px) {
  .qflotte .tour_variation .var_btn a{
    width: 248px;
    height: 56px;
    font-size: 14.6px;
  }
  .qflotte .tour_variation .var_btn a::after{
    width: 11px;
    right: 21px;
  }
}
@media screen and (max-width: 640px) {
  /* 枠内の文字もカンプのインク幅から逆算 */
  .qflotte .tour_variation .var_sub{
    font-size: 3.3467vw;
  }
  .qflotte .tour_variation .var_tit{
    font-size: 6.1333vw;
  }
  .qflotte .tour_variation .var_btn a{
    width: 49.6vw;
    height: 11.2vw;
    font-size: 2.9333vw;
  }
  .qflotte .tour_variation .var_btn a::after{
    width: 2.1333vw;
    right: 4.2667vw;
  }
}

/* --- オレンジ枠の中身：カンプの文字インク位置に合わせる（PC）  2026-09-04
   カンプ枠内: サブ28..45 / タイトル63..91 / 説明118..133・139..154 / ボタン178..234 / 枠264 --- */
@media screen and (min-width: 641px) {
  .qflotte .tour_variation{
    padding: 23px 30px 30px;
  }
  .qflotte .tour_variation .var_sub{
    margin-bottom: 10.1px;
  }
  .qflotte .tour_variation .var_tit{
    margin-bottom: 13.7px;
  }
  .qflotte .tour_variation .var_txt{
    line-height: 21px;
    margin-bottom: 23.6px;
  }
  .qflotte .tour_variation .var_btn{
    margin-top: 0;
  }
}

/* --- オレンジ枠 追い込み  2026-09-04 --- */
@media screen and (min-width: 641px) {
  .qflotte .tour_variation .var_tit{
    font-size: 31.25px;
    margin-bottom: 15.9px;
  }
  .qflotte .tour_variation .var_txt{
    margin-bottom: 21.4px;
  }
}
@media screen and (max-width: 640px) {
  /* カンプ枠内: サブ20.5/39 タイトル65.5 説明108.5/123.5 ボタン154..196 枠216 */
  .qflotte .tour_variation{
    padding: 4.4vw 5.3333vw 5.3333vw;
  }
  .qflotte .tour_variation .var_tit{
    margin-top: 2.3733vw;
    margin-bottom: 3.92vw;
  }
  .qflotte .tour_variation .var_txt{
    margin-bottom: 4.5867vw;
  }
}

/* 既存の section.sec_tour_pickup .tour_variation{padding:18px 20px} に勝たせる */
@media screen and (max-width: 640px) {
  .qflotte section.sec_tour_pickup .tour_variation{
    padding: 4.4vw 5.3333vw 5.3333vw;
  }
}

/* --- オレンジ枠のボタン：paddingがvwのままだと375pxより広い画面で文字が折り返す
   幅を固定した以上、内側の余白もpxで固定する  2026-09-04
   カンプ SP: ピル94.5..280.5 内で文字インク135.5..231.5（中心183.5＝ピル中心より4px左）
   カンプ PC: ピル556..803 内で文字インク611..738（中心674.5＝ピル中心より5px左） --- */
.qflotte .tour_variation .var_btn a{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (min-width: 641px) {
  .qflotte .tour_variation .var_btn a{
    padding: 0 25px 0 15px;
  }
}
@media screen and (max-width: 640px) {
  .qflotte .tour_variation .var_btn a{
    padding: 0 5.3333vw 0 3.2vw;
  }
}

/* ==========================================================================
   矢印をカンプの形に差し替え  2026-09-04
   カンプは「細い線の →」と「細い ∨」。テンプレの arr_01_*.svg は太い矢印で別物。
   → 線矢印 12x7・線幅1（カード下「もっと見る」＝ティール／「この日数の詳細」＝白）
   ∨ シェブロン PC 11x6・線1.5 ／ SP 8.5x5・線1.2
   ========================================================================== */
.qflotte .tw_slider_scroll .scroll_view .slide_item .link_btn::after{
  aspect-ratio: 12 / 7;
  width: 12px;
  height: auto;
  background: #00877e;
  -webkit-mask: url(../img/common/arr_line.svg) center center / 100% 100% no-repeat;
  mask: url(../img/common/arr_line.svg) center center / 100% 100% no-repeat;
  right: 15px;
}
.qflotte .tw_slider_scroll .scroll_view .slide_item .tour_btn::after{
  aspect-ratio: 12 / 7;
  width: 12px;
  height: auto;
  background: #fff;
  -webkit-mask: url(../img/common/arr_line.svg) center center / 100% 100% no-repeat;
  mask: url(../img/common/arr_line.svg) center center / 100% 100% no-repeat;
}
/* オレンジ枠の ∨（正方形を45度回した2辺で作る。幅=一辺×1.414） */
@media screen and (min-width: 641px) {
  .qflotte .tour_variation .var_btn a::after{
    width: 7.8px;
    height: 7.8px;
    border-right: 1.5px solid #464646;
    border-bottom: 1.5px solid #464646;
    right: 21px;
  }
  .qflotte .tw_slider_scroll .scroll_view .slide_item .link_btn::after,
  .qflotte .tw_slider_scroll .scroll_view .slide_item .tour_btn::after{
    width: 12px;
  }
}
@media screen and (max-width: 640px) {
  .qflotte .tour_variation .var_btn a::after{
    width: 1.6vw;
    height: 1.6vw;
    border-right: 1.2px solid #464646;
    border-bottom: 1.2px solid #464646;
    right: 4.2667vw;
  }
  .qflotte .tw_slider_scroll .scroll_view .slide_item .link_btn::after,
  .qflotte .tw_slider_scroll .scroll_view .slide_item .tour_btn::after{
    width: 3.2vw;
    right: 4vw;
  }
}

/* --- 前泊「対象ツアーを見る」：カンプは幅186.5・上の隙間40  2026-09-04 --- */
@media screen and (max-width: 640px) {
  .qflotte .sec_zenpaku .sec_inner .btn_area a{
    width: 49.7333vw;      /* 186.5px @375 */
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    justify-content: center;
  }
  .qflotte .sec_zenpaku .sec_inner .hotel_txt{
    margin-bottom: 10.6667vw;   /* 40px @375 */
  }
}

/* --- 幅を固定したボタンが左寄せになっていたので中央に戻す  2026-09-04 --- */
.qflotte .tour_variation .var_btn{
  display: flex;
  justify-content: center;
}
.qflotte .tour_variation .var_btn a{
  margin-left: auto;
  margin-right: auto;
}
.qflotte .sec_zenpaku .btn_area{
  display: flex;
  justify-content: center;
}
.qflotte .sec_zenpaku .btn_area a{
  margin-left: auto;
  margin-right: auto;
}

/* --- 前泊ボタン：min-width が幅指定に勝っていた  2026-09-04 --- */
@media screen and (max-width: 640px) {
  .qflotte .sec_zenpaku .sec_inner .btn_area a{
    min-width: 49.7333vw;   /* 186.5px @375 */
  }
}

/* ==========================================================================
   全節の帯を機械照合して出た残り  2026-09-04
   ※ 後続を動かしたくない「文字だけの位置ズレ」は position:relative で送る
   ========================================================================== */
@media screen and (max-width: 640px) {
  /* イチオシ：見出しが1px下・リードが2.5px下（カンプ 見出し90/125・リード171.5/193.5） */
  .qflotte .sec_tour_pickup .tour_tit{
    position: relative;
    top: -1px;
  }
  .qflotte .sec_tour_pickup .tour_lead{
    position: relative;
    top: -2.5px;
  }
  /* コラボグッズ：見出しが8px下（カンプ 90/125） */
  .qflotte .sec_goods .goods_tit{
    position: relative;
    top: -8px;
  }
  /* ビーチ帯：中身が2.5px下 */
  .qflotte .tour_head_bottom{
    padding-top: 16.56vw;   /* 62.1px @375（64.6→62.1） */
  }
  /* コアラ2体の茶帯：文字が7px下（カンプ 313.5/332.5） */
  .qflotte .sec_more_search .more_note{
    padding-bottom: 3.7333vw;   /* 14px @375 */
  }
}
/* コアラ2体の茶帯の ∨：カンプは 32x10 の浅いシェブロン（実装は45度の21x10だった） */
.qflotte .sec_more_search .more_note::after{
  content: "";
  position: absolute;
  left: 50%;
  width: 8.5333vw;    /* 32px @375 */
  height: 2.6667vw;   /* 10px @375 */
  margin-left: -4.2667vw;
  bottom: 2vw;        /* 7.5px @375 */
  border: 0;
  transform: none;
  background: #fff;
  -webkit-mask: url(../img/common/chev_wide.svg) center center / 100% 100% no-repeat;
  mask: url(../img/common/chev_wide.svg) center center / 100% 100% no-repeat;
}
@media screen and (min-width: 641px) {
  .qflotte .sec_more_search .more_note::after{
    width: 32px;
    height: 10px;
    margin-left: -16px;
    bottom: 10px;
  }
}

/* --- 茶帯の ∨ をもっと開いた角度に（幅40・高さ8）  2026-09-04 --- */
.qflotte .sec_more_search .more_note::after{
  width: 10.6667vw;    /* 40px @375 */
  height: 2.1333vw;    /* 8px  @375 */
  margin-left: -5.3333vw;
}
@media screen and (min-width: 641px) {
  .qflotte .sec_more_search .more_note::after{
    width: 40px;
    height: 8px;
    margin-left: -20px;
  }
}

/* --- 茶帯の ∨：40x8は開きすぎ → 36x9（約20度）  2026-09-04 --- */
.qflotte .sec_more_search .more_note::after{
  width: 9.6vw;        /* 36px @375 */
  height: 2.4vw;       /* 9px  @375 */
  margin-left: -4.8vw;
}
@media screen and (min-width: 641px) {
  .qflotte .sec_more_search .more_note::after{
    width: 36px;
    height: 9px;
    margin-left: -18px;
  }
}

/* --- 「〜ツアーをもっと見る」ボタン  2026-09-04
   カンプはボタンの中も背景と同色＝塗りなし（透過）。
   薄いティールを敷いていたのを撤去し、オンマウスで濃くする挙動に。 --- */
.qflotte .tw_slider_scroll .scroll_view .slide_item .link_btn{
  background: transparent;
  transition: background-color .25s ease, color .25s ease;
}
@media (hover: hover) {
  .qflotte .tw_slider_scroll .scroll_view .slide_item .link_btn:hover{
    background: #00877e;
    color: #fff;
  }
  .qflotte .tw_slider_scroll .scroll_view .slide_item .link_btn:hover::after{
    background: #fff;
  }
}
.qflotte .tw_slider_scroll .scroll_view .slide_item .link_btn:active{
  background: #00877e;
  color: #fff;
}
.qflotte .tw_slider_scroll .scroll_view .slide_item .link_btn:active::after{
  background: #fff;
}

/* --- PC版「何が届くかはお楽しみに!」は右カラムの中央（カンプ 中心1027／カラム中心1030.5） --- */
@media screen and (min-width: 641px) {
  .qflotte .sec_goods .goods_label{
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

/* --- 茶帯の文字：カンプのインク幅304.5から逆算（15.75→15.26px）  2026-09-04 --- */
@media screen and (max-width: 640px) {
  .qflotte .sec_goods .goods_head_txt{
    font-size: 4.0693vw;   /* 15.26px @375 */
  }
}

/* --- 茶帯の黄ピル「先着100名様」：カンプ 108x26  2026-09-04 --- */
@media screen and (max-width: 640px) {
  .qflotte .sec_goods .goods_head .num{
    padding: 0.6213vw 2.6747vw;   /* 2.33px / 10.03px @375 */
  }
}

/* ==========================================================================
   白枠（注意事項）の中身をカンプに合わせる  2026-09-04
   カンプ: 枠716..1185 / ラベル1 726..753(h27) / 本文 763から行ピッチ16.5
           区切り線 936.5 / ラベル2 947..974 / 区切り線 1074.5 / ラベル3 1085..1112
   ========================================================================== */
@media screen and (max-width: 640px) {
  .qflotte .sec_goods .goods_note{
    padding: 2.6667vw 4.5333vw;   /* 上下10px / 左右17px @375 */
  }
  .qflotte .sec_goods .goods_note .note_tit{
    height: 7.2vw;                /* 27px @375 */
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
  }
  .qflotte .sec_goods .goods_note .note_txt,
  .qflotte .sec_goods .goods_note .note_att{
    font-size: 2.8267vw;          /* 10.6px @375 */
    line-height: 4.4vw;           /* 16.5px @375 */
  }
  .qflotte .sec_goods .goods_note .note_block{
    margin-top: 4vw;              /* 15px */
    padding-top: 2.5333vw;        /* 9.5px */
  }
}

/* --- 前泊のホテル説明文：カンプの行送り20.4・インク幅331.5から  2026-09-04 --- */
@media screen and (max-width: 640px) {
  .qflotte .sec_zenpaku .sec_lead_txt{
    font-size: 3.6267vw;    /* 13.6px @375 */
    line-height: 5.44vw;    /* 20.4px @375 */
  }
}

/* --- ガチャ節の緑文字：カンプ 本文17.4px / 強調「友だち限定の特典が満載！」23.6px  2026-09-04 --- */
@media screen and (max-width: 640px) {
  .qflotte .sec_roulette p.txtgreen{
    font-size: 4.64vw;      /* 17.4px @375 */
  }
  .qflotte .sec_roulette p.txtgreen em{
    font-size: 6.2933vw;    /* 23.6px @375 */
    font-weight: 700;
  }
  /* 前泊：ボタン下の白余白を削る（指示。カンプは50px） */
  .qflotte .sec_zenpaku{
    padding-bottom: 8vw;    /* 30px @375 */
  }
}

/* --- コアラ2体「豊富なツアーから検索!」の黄帯
   カンプ実測（PSD直読み）: x32.5..342.5 = 幅310px・高さ47px・中央
   （全幅だと思って幅365で組んでいたのが誤り）  2026-09-04 --- */
@media screen and (max-width: 640px) {
  .qflotte section.sec_more_search .more_tit{
    width: 82.6667vw;      /* 310px @375 */
    height: 12.5333vw;     /* 47px  @375 */
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}

/* --- 茶帯の ∨：カンプ実測どおり 32x10（27.2度）に戻す  2026-09-04 --- */
.qflotte .sec_more_search .more_note::after{
  width: 8.5333vw;      /* 32px @375 */
  height: 2.6667vw;     /* 10px @375 */
  margin-left: -4.2667vw;
}
@media screen and (min-width: 641px) {
  .qflotte .sec_more_search .more_note::after{
    width: 32px;
    height: 10px;
    margin-left: -16px;
  }
}

/* ==========================================================================
   MV看板をセンター軸に  2026-09-07
   親(1440px等)より広い1920pxの子に margin:0 auto は効かない（自動マージンが0＝左寄せ）。
   left:50% + translateX(-50%) で中央基準にし、左右が均等に切れるようにする。
   ※下部ビーチ帯は background: center center/cover なので元から中央だった
   ========================================================================== */
@media screen and (min-width: 641px) {
  .qflotte .sec_hero .hero_mv{
    height: 650px;
    overflow: hidden;
    position: relative;
  }
  .qflotte .sec_hero .hero_mv_inner{
    position: relative;
    width: 1920px;
    height: 650px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ==========================================================================
   色をカンプ実測に合わせる  2026-09-07
   ・茶帯の「カンタス航空」  #ffe900 → #f9c622（カンプ実測 #f8c521／赤が7違っていた）
   ・前泊のマーカー          #ffe900 → #fada00（カンプ実測）
   ・オレンジ枠の「バリエーション豊富！」は #ffe900 でカンプと一致 → そのまま
   ========================================================================== */
.qflotte .sec_more_search .more_note em{
  color: #f9c622;
}
.qflotte .zenpaku_head .zenpaku_tit .mark{
  background: linear-gradient(transparent 62%, #fada00 62%);
}

/* ==========================================================================
   ツアーカード（SP）をカンプ実測に  2026-09-07
   カンプ 下部ツアーカード 345x229:
     写真 x15..145 y15..126.5（130x111.5）／タイトル x160..330 y15..
     区切り線なし／日数タブ y127..157
     1名様あたり 161..170.5 ／ 価格 176.5..193.5 ／ 燃油ピル 197.5..212
     「この日数の詳細」 x203..330 y177..212（文字のインク幅80.5）
   カンプ イチオシカード: 区切り線 y527.5 → タブ y535（隙間7.5）
   ========================================================================== */
@media screen and (max-width: 640px) {
  /* ① イチオシは線あり。線とタブがくっついていたので7.5px空ける */
  .qflotte .sec_tour_pickup .tab2_container{
    padding-top: 2vw;
  }
  /* ① 下部ツアーはカンプに線が無い */
  .qflotte .sec_tour_bottom .tab2_container{
    border-top: 0;
    padding-top: 0;
  }
  /* ④ 写真を小さくして余白を入れ、タイトルを写真と同じ高さから始める */
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .item_wrap{
    padding: 4vw;                        /* 15px @375 */
    grid-template-columns: 34.6667vw 1fr; /* 写真130px */
    column-gap: 4vw;                     /* 15px */
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .img_wrap{
    aspect-ratio: 260 / 223;             /* 130 x 111.5 */
  }
  /* ③ 「この日数の詳細」の文字を大きく（10.1→11.6px） */
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .tour_btn{
    font-size: 3.0933vw;
  }
}

/* --- 下部ツアーカード：タイトルを写真と同じ高さから／価格まわりの左右余白を0に  2026-09-07 --- */
@media screen and (max-width: 640px) {
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .txt_wrap{
    padding-top: 0;
    margin: 0;
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .price_wrap{
    margin-left: 0;
    margin-right: 0;
  }
}

/* --- 下部ツアーカード：価格ブロックの上下パディングを詰める（カンプ 価格176.5 / ピル197.5 / カード高229） --- */
@media screen and (max-width: 640px) {
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .price_wrap{
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* --- 下部ツアーカード：写真/タイトルの行と日数タブの間（カンプは写真下端126.5→タブ127＝ほぼ0） --- */
@media screen and (max-width: 640px) {
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .item_wrap{
    row-gap: 0;
  }
  /* タブ→「1名様あたり」の間（カンプ 157→161） */
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .tab2_content_wrapper{
    padding-top: 0.9vw;   /* 3.4px @375 */
  }
}

/* ==========================================================================
   PC版ツアーカードもカンプ実測に  2026-09-07
   カンプ（カード377x410・カード基準）:
     写真 x15..362 y15..181 ／ ツアー名 x26..351 y196..
     区切り線 y253 → 日数タブ y263（隙間10）／ タブ y263..295
     価格 y305..326 → 燃油ピル y331..342（隙間5）／ ボタン x111..266 y355..393(155x38)
   ========================================================================== */
@media screen and (min-width: 641px) {
  /* ① 区切り線と日数タブがくっついていた（1.1px → 10px） */
  .qflotte .tw_tour_tabpanel .tab2_container{
    padding-top: 10px;
  }
  /* ツアー名の左右余白 20 → 26 */
  .qflotte .tw_slider_scroll .scroll_view .slide_item .txt_wrap{
    padding-left: 11px;
    padding-right: 11px;
  }
  /* ② 燃油サーチャージの枠を料金から5px離す */
  .qflotte .tw_slider_scroll .scroll_view .slide_item .tour_att{
    margin-top: 5px;
  }
  /* ボタン高さ 36 → 38 */
  .qflotte .tw_slider_scroll .scroll_view .slide_item .tour_btn{
    height: 38px;
  }
}

/* PC：.tw_tour_tabpanel 経由のセレクタが当たらないので節スコープで指定し直す */
@media screen and (min-width: 641px) {
  .qflotte .sec_tour_pickup .tab2_container,
  .qflotte .sec_tour_bottom .tab2_container{
    padding-top: 10px;
  }
}

/* PC：tab2_container は price_wrap と同一要素。5クラスの price_wrap 指定に負けるので同じ強さで */
@media screen and (min-width: 641px) {
  .qflotte .tw_slider_scroll .scroll_view .slide_item .tab2_container{
    padding-top: 10px;
  }
}

/* ==========================================================================
   SP下部ツアーカード 再修正  2026-09-07
   ★前回、写真の下端を126.5と測ったのは誤り（日数タブの行まで写真として拾っていた）。
     列走査で取り直した正しいカンプ値:
       写真 y15..112.5（130x97.5＝4:3）
       写真下端112.5 → 日数タブ126  ＝ 13.5px あける
       価格ink 176.5..193.5 → 燃油ピル 197.5（カンプ4px。2026-09-07にカンプどおり4pxへ戻した）
   ========================================================================== */
@media screen and (max-width: 640px) {
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .img_wrap{
    aspect-ratio: 4 / 3;      /* 130 x 97.5 */
  }
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .item_wrap{
    row-gap: 3.6vw;           /* 13.5px @375 */
  }
  /* 料金と燃油サーチャージ枠の間（カンプどおり4px） */
  .qflotte .sec_tour_bottom .tw_slider_scroll .scroll_view .slide_item .tour_att{
    margin-top: 1.0667vw;     /* 4px @375 */
  }
}
