@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information
File name:     style.css
Created:       2021-11-03
Style Info:    ANAインターコンチネンタル万座ビーチリゾート特集 CSS
----------------------------------------------------------- */

/* ------------------------------------
  breadcrumb
------------------------------------ */

.breadcrumb_area.ft {
	background: #f2f2f2;
}

/* ------------------------------------
  コンテンツ 共通設定
------------------------------------ */

.jqxcairns {
	border-bottom: 1px solid #ddd;	
  font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-weight: 500;
	color: #444;
  font-size: 1.5rem;
}

.jqxcairns img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.jqxcairns img.anim {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.jqxcairns img.lazyload {
	opacity: 0;
}

.jqxcairns img.lazyloaded {
	opacity: 1;
}

.jqxcairns .sec_inner {
	width: 100%;
	padding: 0 15px;
	max-width: calc(1145px + 30px);
	margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .jqxcairns .sec .dis_tb {
    display: block;
  }
  .jqxcairns .sec .dis_sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .jqxcairns .sec .dis_tb {
    display: none;
  }
  .jqxcairns .sec .dis_sp {
    display: block;
    font-size: 5.8vw;
    line-height: 1.5;
  }
}

/* ------------------------------------
  h2タイトル(共通)
------------------------------------ */
.jqxcairns .sec_title_01{
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  line-height: 1.4;
  margin-bottom: 25px;  
  text-align: center;  
  color: #367F74;
}
.jqxcairns .sec_title_01 span{
  display: inline-block;
  border-bottom: 1px solid #367F74;
  padding: 0 50px 15px;  
}

.jqxcairns .sec_title_01 .small_h{
  font-size: 57%;
  display: inline-block;
  font-weight: 500;
}
.jqxcairns .sec_title_01 .small_h.bg_green{
  background: #367F74;
  border-radius: 50px;
  color: #fff;
  padding: 3px 30px;
}

.jqxcairns .sec_lead_txt{
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .jqxcairns .sec_title_01{
    font-size: 8.0vw;
    margin-bottom:5vw;
  }
  .jqxcairns .sec_title_01 span{
    padding: 0 0 15px;
    display: block;
  }
  .jqxcairns .sec_lead_txt{
    text-align: left;
    margin-bottom:5vw;
  }
}

/* ------------------------------------
  看板
------------------------------------ */
@media screen and (min-width: 1141px), print {
  .jqxcairns .sec_hero .tit{
    /*padding: 14px 0 0;*/
    padding: 230px 0 0;
  }
}
@media screen and (max-width: 1140px), print {
  .jqxcairns .sec_hero .tit{
    /*padding: 14px 10px 0;*/
    padding: 280px 0 0;
  }
}
@media screen and (min-width: 641px), print {
  .jqxcairns .sec_hero .bg-image-loop {
    width: 100%;
    height: 481px; /* 画像の高さを指定 */
    position: relative;
    background: url("../img/hero2.webp") repeat-x 0 0;
    background-size: auto 100%;
    animation: bg-slider 65s linear infinite; /* 65sの部分背景画像の約数だとスムーズ */
    margin: 0;
    padding: 0;
    font-family: "Noto Serif JP", serif;
  }
  @keyframes bg-slider {
    from { background-position: 0 0; }
      to { background-position: -6500px 0; } /* 6500pxとは使用した背景画像の長さ */
  }
  /*.jqxcairns .sec_hero .tit{position: absolute; top: 14px; left: 50px;}*/
  .jqxcairns .sec_hero .tit{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
  }
  .jqxcairns .sec_hero .tit img{
    /*max-width: 940px;*/
    max-width: 794px;
    width: 100%;
    height: auto;
  }
    
  .jqxcairns .sec_hero .hero_sp{display: none;}
}
@media screen and (max-width: 640px) {
  .jqxcairns .sec_hero .bg-image-loop{display: none;}
  .jqxcairns .sec_hero .hero_sp{display: block;}
}

/* ------------------------------------
  プラン
------------------------------------ */
.jqxcairns .sec_plan.plan_01 + .sec_plan.plan_01{
	margin-top: 30px;
}
.jqxcairns .sec_plan .sec_inner {
	width: 100%;
	padding: 0 15px;
	max-width: calc(1145px + 30px);
	margin: 0 auto;
}

.jqxcairns .sec_plan p {
	/*font-size: 1.3rem;*/
	line-height: 1.6;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	/*font-weight: 400;*/
}

.jqxcairns .sec_plan .sec_title {
	padding: 60px 0 50px;
	text-align: center;
}

.jqxcairns .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 #367F74;
	min-height: 52px;
	font-size: 1.8rem;
	position: relative;
	color: #367F74;
	padding: 14px 10px;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.jqxcairns .sec_plan .sec_title span::after,
.jqxcairns .sec_plan .sec_title span::before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #367F74;
}

.jqxcairns .sec_plan .sec_title span::before {
	top: 4px;
}

.jqxcairns .sec_plan .sec_title span::after {
	bottom: 4px;
}

.jqxcairns .sec_plan .plan_tit_02 {
	font-size: 1.5rem;
	color: #367F74;
	line-height: 1.4;
	margin-bottom: 5px;
	font-weight: bold;
}

.jqxcairns .sec_plan .plan_tour {
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	margin: 20px 0 25px;
}

.jqxcairns .sec_plan .plan_tour .tour_list {
	border: 1px solid #2a7368;
	border-top: 0;
}

.jqxcairns .sec_plan .plan_tour .tour_list li {
	border-top: 1px solid #2a7368;
	background: #fff;
}

.jqxcairns .sec_plan .plan_tour .tour_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.jqxcairns .sec_plan .plan_tour .tour_list li a.soldout {
	pointer-events: none;
}

.jqxcairns .sec_plan .plan_tour .tour_list li a.soldout p {
	font-size: 1.3rem;
}

.jqxcairns .sec_plan .plan_tour .tour_days {
	width: 98px;
	color: #fff;
	background: #367F74;
	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;
}

.jqxcairns .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;
}

.jqxcairns .sec_plan .plan_tour .tour_fee p {
	font-size: 1.6rem;
	color:#FF5353;
	font-weight: bold;
}

.jqxcairns .sec_plan .plan_tour .tour_fee i {
	font-style: normal;
	font-weight: bold;
	background: #9F9868;
	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;
}

.jqxcairns .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);
}

.jqxcairns .sec_plan .plan_btn {
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.jqxcairns .sec_plan .plan_btn_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	margin: 0 -10px -20px;
}

.jqxcairns .sec_plan .plan_btn_list li {
	width: calc(50% - 20px);
	margin: 0 10px 20px;
}

.jqxcairns .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: #367F74;
	border-radius: 4px;
	border: 1px solid #367F74;
	background: #D4ECE1;
	font-size: 1.6rem;
	padding-left: 14px;
	height: 42px;
	position: relative;
}

.jqxcairns .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 #367F74;
	border-bottom: 2px solid #367F74;
	border-width: 1px;
}

.jqxcairns .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;
}

.jqxcairns .sec_plan.plan_01 .sec_title {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.jqxcairns .sec_plan.plan_01 .hotel_img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 59.38%;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider {
	position: relative;
	width: 100%;
}

.jqxcairns .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;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider_main.slick-initialized {
	opacity: 1;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider_main .slick-slide figure {
	width: 100%;
	height: 0;
	padding-top: 66.61%;
	overflow: hidden;
}

.jqxcairns .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;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider_main .slick-slide figure img.height_fit {
	width: auto;
	height: 100%;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider_thumb {
	position: relative;
}

.jqxcairns .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;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider_nav.slick-initialized {
	opacity: 1;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide {
	margin: 0 6px;
	outline: none;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide figure {
	position: relative;
	overflow: hidden;
	height: 0;
	width: 100%;
	padding-top: 66.61%;
}

.jqxcairns .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;
}

.jqxcairns .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;
}

.jqxcairns .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;
}

.jqxcairns .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;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider .slick-next {
	right: 0;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider .slick-prev {
	left: 0;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider .slick-prev::after {
	left: calc(50% - 5px);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.jqxcairns .sec_plan.plan_01 .plan_wrap {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 35.2%;
}

.jqxcairns .sec_plan.plan_01 .plan_tit_01 {
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	line-height: 1.05;
	margin-bottom: 20px;
}

.jqxcairns .sec_plan.plan_01 .plan_tit_01 span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 7px;
	color: #367F74;
	font-size: 2rem;
	line-height: 1.3;
}

.jqxcairns .sec_plan.plan_01 .plan_tit_01 span::before {
	content: "";
	width: 5px;
	margin-right: 14px;
	background: #367F74;
}

.jqxcairns .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: #367F74;
	/*border-radius: 3px;*/
	font-style: normal;
}

	
/*.jqxcairns .sec_plan .plan_btn + .plan_tit_01 {
	margin-top: 30px;
	border-top: 1px dashed #367F74;
	padding-top: 30px;
}*/



/* ------------------------------------
  レストラン紹介
------------------------------------ */
.jqxcairns .sec_dinner{
  margin-top: 75px;
}
.jqxcairns .sec_dinner .dnr_copy{
  background: #367F74;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.4;
  padding: 2px 0 3px;
  margin-bottom: 40px;
}
.jqxcairns .sec_dinner .dnr_rest{
  margin-bottom: 90px;
}
.jqxcairns .sec_dinner .dnr_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.jqxcairns .sec_dinner .dnr_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.jqxcairns .sec_dinner .dnr_img .img {
  aspect-ratio: 528/340;
  overflow: hidden;
}
.jqxcairns .sec_dinner .dnr_img_cap {
  text-align: right;
  font-size: 80%;
  padding-top: 5px;
  width: 100%;
}
.jqxcairns .sec_dinner .dnr_img .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.jqxcairns .sec_dinner .dnr_img .img_01 {
  margin-bottom: 5px;
}
.jqxcairns .sec_dinner .dnr_img .img_02 {
  width: calc(50% - 2.5px);
}
.jqxcairns .sec_dinner .dnr_name {
  font-size: 2.7rem;
  font-weight: bold;
  color: #367F74;
  line-height: 1.6;
  margin-bottom: 20px;
}
.jqxcairns .sec_dinner .dnr_name .small{
  font-weight: 500;
  font-size: 66%;
  display: block;
}
.jqxcairns .sec_dinner .dnr_txt{
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.jqxcairns .sec_dinner .menu{
  background: #D4ECE1;
  padding: 20px 30px 30px ;
  border-radius: 10px;
}
.jqxcairns .sec_dinner .menu dt{
  color: #367F74;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.jqxcairns .sec_dinner .menu dd{
  font-size: 1.5rem;
  line-height: 1.8;
}

.jqxcairns .sec_dinner .map{
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (min-width: 961px), print {
  .jqxcairns .sec_dinner .dnr_wrap .wrap_01 {
    width: 48%;
  }
  .jqxcairns .sec_dinner .dnr_wrap .wrap_02 {
    width: 48.36%;
  }
}
@media screen and (max-width: 960px) {
  .jqxcairns .sec_dinner .dnr_wrap .wrap_01 {
      margin: 0 auto 25px;
      max-width: 600px;
  }
  .jqxcairns .sec_dinner .dnr_wrap .wrap_02{
      margin: 0 auto;
      max-width: 600px;
  }
  .jqxcairns .sec_dinner .dnr_name.dis_tb {
    display: block;
  }
  .jqxcairns .sec_dinner .dnr_name.dis_sp {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .jqxcairns .sec_dinner{
    margin-top: 2vw;
  }
  .jqxcairns .sec_dinner .dnr_copy{
    margin: 0 -5% 4vw;
    font-size: 5.4vw;
    padding: 5px 0;
  }
  .jqxcairns .sec_dinner .dnr_wrap{
    margin-bottom: 8vw;
  }
  .jqxcairns .sec_dinner .dnr_wrap .wrap_01 {
      margin-bottom: 4.6667vw;
  }
  .jqxcairns .sec_dinner .dnr_img .img_01 {
    margin-bottom: 0.9333vw;
  }
  .jqxcairns .sec_dinner .dnr_img .img_02 {
    width: calc(50% - 0.4667vw);
  }
  .jqxcairns .sec_dinner .dnr_name.dis_tb {
    display: none;
  }
  .jqxcairns .sec_dinner .dnr_name.dis_sp {
    display: block;
    font-size: 5.8vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .jqxcairns .sec_dinner .dnr_txt{
    margin-bottom: 5vw;
  }
  .jqxcairns .sec_dinner .dnr_rest {
    margin-bottom: 0;
  }
  .jqxcairns .sec_dinner .map{
    height: 500px;
    margin-bottom: 14vw;
  }
}

/* ------------------------------------
  予約からの流れ
------------------------------------ */
.jqxcairns .sec_flow .sec_inner{
  max-width: 900px;
  margin-bottom: 90px;
}
.jqxcairns .sec_flow ol.flow .flow_list{
  margin-bottom: 30px;
}
.jqxcairns .sec_flow ol.flow .step{
  color: #367F74;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
}
.jqxcairns .sec_flow ol.flow .step b{
  font-size: 4.0rem;
  font-weight: 500;
}
.jqxcairns .sec_flow .flow_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.jqxcairns .sec_flow .flow_wrap dt{
  background: #367F74;
  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;
}
.jqxcairns .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;
	
}
.jqxcairns .sec_flow .flow_wrap dd{
  flex: 0 0 calc(66% - 25px);
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .jqxcairns .sec_flow .sec_inner{
    margin-bottom: 12vw;
  }
  .jqxcairns .sec_flow .flow_wrap{
    display: block;
  }
  .jqxcairns .sec_flow ol.flow .flow_list{
    margin-bottom: 5vw;
  }
  .jqxcairns .sec_flow .flow_wrap dt{
    min-height: 52px;
    padding-top: 17px;
    margin-bottom: 13%;
  }
}

/* ------------------------------------
  おすすめツアー
------------------------------------ */
.jqxcairns .sec_tour .tourlist.tabpanel .tour_tab ul {
  display: flex;
  width: 100%;
}

.jqxcairns .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%;
}

.jqxcairns .sec_tour .tourlist.tabpanel .tour_tab li + li {
  border-left: 0;
}

.jqxcairns .sec_tour .tourlist.tabpanel .tour_tab li.selected {
  background: #367F74;
  border: 1px solid #367F74;
  color: #fff;
  position: relative;
}

.jqxcairns .sec_tour .tourlist.tabpanel .tour_tab li.selected::after {
  border: 30px solid transparent;
  border-top: 20px solid #367F74;
  bottom: -40px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  width: 0;
}

.jqxcairns .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;
}

.jqxcairns .sec_tour .tourlist.tabpanel .tour_panel {
  margin: 0 auto;
  padding-top: 35px;
}

.jqxcairns .sec_tour .tourlist.tabpanel .tour_panel:not(.selected) {
  display: none;
}

.jqxcairns .sec_tour .tourlist .tour_cnt {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt img {
  height: auto;
  width: 100%;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head {
  background: #f4f4f4;
  overflow: hidden;
  padding: 10px 15px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_01 {
  background: #fff;
  border: 2px solid #367F74;
  float: left;
  text-align: center;
  width: 155px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
  border-bottom: 2px solid #367F74;
  color: #367F74;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 5px;
  text-align: center;
}

.jqxcairns .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;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_02 {
  padding-left: 177px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head .tour_name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px 0;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head .tour_name a {
  color: #333;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head .tour_comment {
  background: #fff;
  display: table;
  width: 100%;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head .tour_comment > span {
  display: table-cell;
  font-size: 1.1rem;
  line-height: 1.6;
  vertical-align: middle;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head .tour_comment_tit {
  background: #367F74;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 86px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head .tour_comment_txt {
  padding: 5px 10px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head .tour_img a {
  aspect-ratio: 170/114;
  display: block;
  overflow: hidden;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_head .tour_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap {
  overflow: hidden;
  padding: 7px 15px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .cnt_left {
  float: left;
  width: 220px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .cnt_right {
  padding-left: 236px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li {
  margin-bottom: 4px;
  overflow: hidden;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li.tour_airline {
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li.tour_seat {
  display: inline-block;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list .tit {
  background: #367F74;
  color: #fff;
  float: left;
  height: 22px;
  line-height: 20px;
  text-align: center;
  width: 70px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list .txt {
  padding: 3px 0 0 80px;
}

.jqxcairns .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;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab {
  background: #e6e6e6;
  overflow: hidden;
  padding: 5px 3px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav {
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li {
  display: table-cell;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
  background: #367F74;
  border-bottom: 3px solid #367F74;
  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;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
  background: #fff;
  border-bottom: 3px solid #fff;
  color: #367F74;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span:hover {
  opacity: 0.65;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span:hover {
  opacity: 1;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel {
  background: #fff;
  margin: 0 2px;
  overflow: hidden;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {
  display: none;
  min-height: 70px;
  padding: 10px 10px 10px 0;
  position: relative;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt.active {
  display: block;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {
  overflow: hidden;
  width: 100%;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {
  float: left;
  width: 103px;
}

.jqxcairns .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;
}

.jqxcairns .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;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
  display: block;
  font-size: 1.4rem;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
  padding-left: 120px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .price {
  color: #fa3734;
  font-weight: bold;
  line-height: 1.2;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {
  font-size: 2.4rem;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
  font-size: 1.4rem;
  margin-left: 5px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {
  overflow: hidden;
}

.jqxcairns .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;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
  font-size: 1.8rem;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
  font-size: 1.2rem;
}

.jqxcairns .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;
}

.jqxcairns .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;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
  color: #fa3734;
  display: block;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 small {
  display: inline-block;
  font-size: 1em;
}

.jqxcairns .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;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 span {
  text-decoration: underline;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
  bottom: 8px;
  height: 44px;
  position: absolute;
  right: 10px;
  width: 160px;
}

.jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a {
  background: #9F9868;
  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;
}

.jqxcairns .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%;
}


.jqxcairns .sec_tour .btn_area {
  margin-top: 50px;
}

.jqxcairns .sec_tour .btn_area .link_btn {
  width: 100%;
  max-width: 453px;
  margin: 0 auto;
}

.jqxcairns .link_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 53px;
  position: relative;
  color: #fff;
  border-radius: 53px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #9F9868;
}

.jqxcairns .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 #fff;
  border-bottom: 2px solid #fff;
  margin-top: -6px;
}

@media screen and (min-width: 601px), print {
  .jqxcairns .sec_tour .tourlist .tour_cnt_head .tour_img {
    float: left;
    margin-right: 20px;
    width: 170px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_01 {
    margin-right: 20px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_02 {
    overflow: hidden;
    padding-left: 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .cnt_left {
    width: 39%;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .cnt_right {
    float: right;
    padding-left: 0;
    width: 58%;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .panel_cnt {
    padding: 10px 10px 10px 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_price_txt .member .price {
    margin-right: 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_price_txt .price {
    margin-bottom: 3px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_price_txt .att .att_01 {
    display: block;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_price {
    margin-right: 150px;
    width: auto;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_btn {
    bottom: 100%;
    width: 136px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .tour_img a:hover img,
  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn a:hover {
    opacity: 0.65;
  }
}

@media screen and (max-width: 1140px) {
  .jqxcairns .sec_tour .tourlist .tour_cnt {
    margin: 0 0 20px 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .panel_cnt {
    padding: 10px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .cnt_left {
    float: none;
    width: 100%;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .cnt_right {
    padding-left: 0;
  }

  .jqxcairns .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) {
  .jqxcairns .sec_tour .tourlist.tabpanel .tour_tab {
    padding: 0 0 15px 0;
  }

  .jqxcairns .sec_tour .tourlist.tabpanel .tour_tab li {
    cursor: pointer;
    height: 44px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }

  .jqxcairns .sec_tour .tourlist.tabpanel .tour_tab li span {
    font-size: 3.2vw;
    letter-spacing: -0.08em;
    margin: 0 3px;
  }

  .jqxcairns .sec_tour .tourlist.tabpanel .tour_tab li.selected::after {
    border-color: #367F74 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;
  }

  .jqxcairns .sec_tour .tourlist.tabpanel .tour_panel {
    padding: 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
    margin: 0 0 4vw;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head {
    background: #f4f4f4;
    padding: 15px 15px 10px 15px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .tour_img {
    float: left;
    width: 28%;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_01 {
    background: #fff;
    border-width: 1px;
    display: flex;
    float: right;
    margin-bottom: 5px;
    width: 70%;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_01 > p {
    align-items: center;
    display: flex;
    height: 18px;
    line-height: 1;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    border-bottom: 0;
    border-right: 1px solid #367F74;
    font-size: 1.1rem;
    justify-content: center;
    padding: 0;
    width: 60px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
    font-size: 1.1rem;
    padding: 0 0 0 10px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_02 {
    float: right;
    margin: 0;
    overflow: hidden;
    padding-left: 0;
    width: 70%;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    margin: 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_02 .tour_comment {
    display: none;
    width: 49%;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap {
    margin: 10px 15px 15px 15px;
    overflow: hidden;
    padding: 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    padding-left: 0;
    width: 100%;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list {
    margin-bottom: 15px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    padding: 8px 0 5px 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li.tour_airline {
    display: block;
    float: none;
    margin-right: 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list li.tour_seat {
    display: block;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list .tit {
    border: 0;
    float: left;
    height: auto;
    line-height: 1.6;
    text-align: left;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_list .txt {
    padding: 0 0 0 80px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab {
    background: #fff;
    padding: 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span {
    background: #f4f4f4;
    border: 0;
    color: #367F74;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 5px 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li:first-child span {
    margin-left: 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li:last-child span {
    margin-right: 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li span strong {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_nav li.active span {
    background: #367F74;
    border: 0;
    color: #fff;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel {
    background: #fff;
    border: 2px solid #367F74;
    border-top: 4px solid #367F74;
    margin: 0;
    overflow: hidden;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
    margin-top: 15px;
    position: static;
    width: 100%;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01,
  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_02 {
    display: inline;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_01 {
    display: inline-block;
    margin-right: 2px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price {
    margin-left: -10px;
    width: calc(100% + 20px);
  }

  .jqxcairns .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;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span strong {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.8rem;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att p {
    font-size: 1.2rem;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .att .att_03 {
    display: none;
  }

  .jqxcairns .sec_tour {
    background: #fff url(../img/line_dot_gold.svg) center top/auto 1px repeat-x;
    padding-top: 7.3333vw;
  }

  .jqxcairns .sec_tour .btn_area {
    margin-top: 9.3333vw;
  }

  .jqxcairns .sec_tour .btn_area .link_btn a {
    font-size: 4.5333vw;
    height: 13.3333vw;
    line-height: 1.2;
    text-align: center;
  }

  .jqxcairns .sec_tour .btn_area .link_btn a::after {
    margin-top: -3px;
  }
}

@media screen and (max-width: 480px) {
  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    font-size: 1.4rem;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit {
    width: 80px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    font-size: 1.1rem;
    width: 80px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt {
    padding-left: 95px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .min_price {
    font-size: 20px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .max_price {
    font-size: 1.4rem;
    margin-left: 0;
  }

  .jqxcairns .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;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member {
    margin-bottom: 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .price {
    margin-right: 0;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .min_price {
    font-size: 13px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .max_price {
    font-size: 10px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_txt .member .discount {
    font-size: 1.1rem;
    width: 80px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 360px) {
  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_dep {
    font-size: 1rem;
    width: 50px;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_01 .tour_code {
    font-size: 1rem;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_head .cnt_head_02 .tour_name {
    font-size: 1.3rem;
  }

  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .tour_info_tab_panel .tour_price_tit span {
    padding: 8px 0 0 5px;
    width: 70px;
  }

  .jqxcairns .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) {
  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .cnt_left,
  .jqxcairns .sec_tour .tourlist .tour_cnt_wrap .cnt_right {
    float: none;
    width: 100%;
  }
}

@media (hover: none) {
  .jqxcairns .sec_tour .tourlist.tabpanel .tour_tab li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .jqxcairns .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;
  }

  .jqxcairns .sec_tour .tourlist.tabpanel .tour_tab li:hover {
    opacity: 0.65;
  }
}

/* ------------------------------------
  ボタン
------------------------------------ */

/* ------------------------------------
  お問い合わせ
------------------------------------ */

.jqxcairns .sec_contact .sec_inner {
	padding: 60px 0 110px;
}

.jqxcairns .sec_contact .contact_box {
	max-width: 793px;
	margin: 0 auto;
}

.jqxcairns .sec_contact .contact_tit {
	width: 100%;
	font-size: 2.8rem;
	line-height: 1.4;
	margin-bottom: 40px;
	text-align: center;
	color: #367F74;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

.jqxcairns .sec_contact .contact_txt p {
	line-height: 1.625;
	font-size: 1.3rem;
	color: #666;
}

.jqxcairns .sec_contact .contact_btn_tel a {
	font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.jqxcairns .sec_contact .contact_btn_tel a::before {
	content: "\f879";
	font-family: "Font Awesome 5 Free";
	font-size: 75%;
	font-weight: 900;
}

.jqxcairns .sec_contact .contact_btn_form {
	margin-top: 12px;
}

.jqxcairns .sec_contact .contact_btn_form a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #367F74;
	background: #D4ECE1;
	border-radius: 50px;
	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 #367F74;
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.jqxcairns .sec_contact .contact_btn_form a::before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	margin-right: 30px;
}

.jqxcairns .sec_contact .contact_btn_form a::after {
	width: 6px;
	height: 6px;
	border-right: 2px solid #367F74;
	border-bottom: 2px solid #367F74;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	right: 15px;
}

body:not(.mobile) .jqxcairns .sec_contact .contact_btn_form a:hover {
	opacity: 1;
	background: #367F74;
	color: #fff;
}

body:not(.mobile) .jqxcairns .sec_contact .contact_btn_form a:hover::after {
	border-color: #fff;
}


@media screen and (min-width: 641px), print {

.jqxcairns .sec_contact .contact_box {
	padding: 30px 78px 45px;
	border: 1px solid #ccc;
}

.jqxcairns .sec_contact .contact_btn_tel a {
	text-align: center;
	display: inline-block;
	pointer-events: none;
	font-size: 4.2rem;
	color: #367F74;
	position: relative;
	line-height: 1;
	padding-left: 40px;
	letter-spacing: 0.04em;
}

.jqxcairns .sec_contact .contact_btn_tel a::before {
	position: absolute;
	bottom: 0;
	left: 0;
}

.jqxcairns .sec_contact .contact_btn_tel a span {
	line-height: 1;
}

.jqxcairns .sec_contact .contact_time {
	display: none;
}

}


@media screen and (min-width: 769px), print {

.jqxcairns a:hover {
	opacity: 0.75;
}


.jqxcairns .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide:not(.slick-current):hover {
	opacity: 0.65;
	cursor: pointer;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider .slick-arrow:hover {
	opacity: 0.65;
}

.jqxcairns .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%;
}

.jqxcairns .sec_contact .contact_txt {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 15px;
}

.jqxcairns .sec_contact .contact_txt p.time {
	margin-top: 10px;
}

.jqxcairns .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) {


.jqxcairns .sec_plan .sec_title {
	padding: 20px 0;
}

.jqxcairns .sec_plan .anchor_btn a {
	font-size: 1.6rem;
	height: 45px;
}

.jqxcairns .sec_plan .plan_tit_02 {
	font-size: 1.4rem;
}
	
.jqxcairns .sec_plan.plan_01 + .sec_plan.plan_01{
	margin-top: 0;
}

.jqxcairns .sec_plan .plan_tour {
	margin: 12px 0 20px;
}

.jqxcairns .sec_plan .plan_tour .tour_days {
	width: 83px;
	font-size: 1.4rem;
	padding: 8px 0 9px;
}

.jqxcairns .sec_plan .plan_tour .tour_fee p {
	font-size: 1.5rem;
}

.jqxcairns .sec_plan .plan_tour .tour_fee i {
	font-size: 1.4rem;
}

.jqxcairns .sec_plan .plan_tour .tour_fee i::after {
	-webkit-transform: rotate(-45deg) scale(0.9);
	transform: rotate(-45deg) scale(0.9);
}

.jqxcairns .sec_plan .plan_btn_list {
	width: calc(100% + 10px);
	margin: 0 -5px -10px;
}

.jqxcairns .sec_plan .plan_btn_list li {
	width: calc(25% - 10px);
	margin: 0 5px 10px;
}

.jqxcairns .sec_plan .plan_btn_list li a {
	height: 36px;
	padding-left: 12px;
	font-size: 1.4rem;
	font-weight: bold;
}

.jqxcairns .sec_plan .plan_btn_list li a::after {
	right: 10px;
}

/*.jqxcairns .sec_plan.plan_01 .sec_title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}*/

.jqxcairns .sec_plan.plan_01 .hotel_img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
	margin-bottom: 5.33333vw;
}

.jqxcairns .sec_plan.plan_01 .plan_wrap {
	width: 100%;
	margin-bottom: 25px;
}

.jqxcairns .sec_plan.plan_01 .plan_tit_01 {
	margin-bottom: 12px;
}

.jqxcairns .sec_plan.plan_01 .plan_tit_01 span {
	font-size: 1.6rem;
}

.jqxcairns .sec_plan.plan_01 .plan_tit_01 span::before {
	width: 4px;
	margin-right: 12px;
}

.jqxcairns .sec_plan.plan_01 .plan_tit_01 em {
	font-size: 1.4rem;
	height: 25px;
	padding: 0 18px;
}

.jqxcairns .sec_contact .sec_inner {
	padding: 60px 15px 110px;
}

.jqxcairns .sec_contact .contact_tit {
	font-size: 2rem;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;
}

.jqxcairns .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);
}

.jqxcairns .sec_contact .contact_txt p {
	text-align: center;
}

.jqxcairns .sec_contact .contact_txt p .dis_pc {
	display: none;
}

.jqxcairns .sec_contact .contact_btn {
	margin-top: 20px;
	z-index: 2;
	position: relative;
}

.jqxcairns .sec_contact .contact_btn_tel {
	text-align: center;
}

.jqxcairns .sec_contact .contact_btn_form {
	margin-top: 10px;
}

}

@media screen and (max-width: 640px) {

.jqxcairns .sec_plan .sec_inner {
	padding: 0 4vw;
}

.jqxcairns .sec_plan p {
	font-size: 3.46667vw;
}

.jqxcairns .sec_plan .sec_title {
	padding: 5.33333vw 0;
}

.jqxcairns .sec_plan .sec_title span::before {
	top: 1.06667vw;
}

.jqxcairns .sec_plan .sec_title span::after {
	bottom: 1.06667vw;
}

.jqxcairns .sec_plan .anchor_btn a {
	font-size: 4.26667vw;
	height: 12vw;
}

.jqxcairns .sec_plan .anchor_btn a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.jqxcairns .sec_plan .anchor_btn a::after {
	right: 5.33333vw;
}

.jqxcairns .sec_plan .anchor_btn a small {
	display: none;
}

.jqxcairns .sec_plan .plan_tit_02 {
	font-size: 3.73333vw;
	margin-bottom: 1.33333vw;
}

.jqxcairns .sec_plan .plan_tour {
	margin: 3.2vw 0 5.33333vw;
}

.jqxcairns .sec_plan .plan_tour .tour_list li a.soldout p {
	font-size: 3.46667vw;
}

.jqxcairns .sec_plan .plan_tour .tour_days {
	width: 22.13333vw;
	font-size: 3.73333vw;
	padding: 2.13333vw 0 2.4vw;
}

.jqxcairns .sec_plan .plan_tour .tour_fee {
	padding: 0 1.5vw 0 3.2vw;
}

.jqxcairns .sec_plan .plan_tour .tour_fee p {
	font-size: 4vw;
}

.jqxcairns .sec_plan .plan_tour .tour_fee i {
	font-size: 3.5vw;
	height: 75%;
	padding: 0 9px 0 11px;
}

.jqxcairns .sec_plan .plan_tour .tour_fee i::after {
	width: 1.6vw;
	height: 1.6vw;
}

.jqxcairns .sec_plan .plan_tour .tour_fee i::after {
	margin-left: 1.33333vw;
}

.jqxcairns .sec_plan .plan_btn_list {
	width: calc(100% + 2.66667vw);
	margin: 0 -1.33333vw -2.66667vw;
}

.jqxcairns .sec_plan .plan_btn_list li {
	width: calc(50% - 2.66667vw);
	margin: 0 1.33333vw 2.66667vw;
}

.jqxcairns .sec_plan .plan_btn_list li a {
	height: 9.6vw;
	padding-left: 3.2vw;
	font-size: 3.73333vw;
}

.jqxcairns .sec_plan .plan_btn_list li a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.jqxcairns .sec_plan .plan_btn_list li a::after {
	right: 2.66667vw;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider_main {
	margin-bottom: 10px;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider_nav {
	padding: 0 30px;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider_nav .slick-slide {
	margin: 0 3px;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider .slick-arrow {
	width: 24px;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider .slick-arrow::after {
	top: calc(50% - 3px);
	left: calc(50% - 6px);
	width: 6px;
	height: 6px;
	border-width: 1px;
}

.jqxcairns .sec_plan.plan_01 .hotel_img .slider .slick-prev::after {
	left: calc(50% - 3px);
}

.jqxcairns .sec_plan.plan_01 .plan_wrap {
	margin-bottom: 6.66667vw;
}

.jqxcairns .sec_plan.plan_01 .plan_tit_01 {
	margin-bottom: 3.2vw;
}

.jqxcairns .sec_plan.plan_01 .plan_tit_01 span {
	font-size: 4.26667vw;
	margin-bottom: 1.86667vw;
}

.jqxcairns .sec_plan.plan_01 .plan_tit_01 span::before {
	width: 1.06667vw;
	margin-right: 3.2vw;
}

.jqxcairns .sec_plan.plan_01 .plan_tit_01 em {
	font-size: 3.73333vw;
	height: 6.66667vw;
	padding: 0 4.8vw;
}


.jqxcairns .sec_contact .sec_inner {
	padding: 10.66667vw 4vw 16vw;
}

.jqxcairns .sec_contact .contact_tit {
	font-size: 5.33333vw;
	margin-bottom: 2.66667vw;
}

.jqxcairns .sec_contact .contact_txt p {
	font-size: 3.46667vw;
}

.jqxcairns .sec_contact .contact_btn {
	margin-top: 5.33333vw;
}

.jqxcairns .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: 50px;
	border: 1px solid #367F74;
	color: #fff;
	font-size: 6.4vw;
	position: relative;
	height: 12.26667vw;
	background: #367F74;
	padding-right: 8vw;
	font-family: "Arial", "メイリオ";
}

.jqxcairns .sec_contact .contact_btn_tel a::before {
	font-size: 79%;
	margin-right: 6.66667vw;
}

.jqxcairns .sec_contact .contact_btn_tel a::after {
	width: 6px;
	height: 6px;
	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;
}

.jqxcairns .sec_contact .contact_btn_form {
	margin-top: 2.66667vw;
}

.jqxcairns .sec_contact .contact_btn_form a {
	font-size: 4.26667vw;
	height: 12.26667vw;
}

.jqxcairns .sec_contact .contact_btn_form a::before {
	margin-right: 8vw;
}

.jqxcairns .sec_contact .contact_btn_form a::after {
	width: 1.6vw;
	height: 1.6vw;
}

.jqxcairns .sec_contact .contact_btn_form a::after {
	right: 4vw;
}

.jqxcairns .sec_contact .contact_time {
	font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	text-align: center;
	margin-top: 5.33333vw;
	font-size: 3.2vw;
	line-height: 1.7;
	color: #555;
}

.jqxcairns .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;
}

}

