@charset "Shift_JIS";

/****************************************************************************************************/
/* style_pc */

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.bg_main {
  background: none !important;
}

.glg_tour {
  background: url(/luxurytravel/global/qa/img/bg_main.jpg) repeat;
}

.tour a {
  transition: all .5s;
}

.tour a:hover,
.tour .introduce ul li .tag_area ul li button:hover,
.tour .introduce ul li .button_area button:hover {
  color: #efcf30;
}

/**************************************************
?¿½@tour
**************************************************/
.tour {
  margin: 0 60px;
  padding: 50px 0 125px;
  width: 1000px;
}

.tour .main_title {
  margin: 0 0 30px;
  text-align: center;
}

.tour .main_title .ttl_01 img {
  max-width: 622px;
  margin: 0 auto;
}

.tour .sub_title .ttl_01 img {
  max-width: 622px;
  margin: 0 auto;
  width: 500px;
}

.tour .introduce ul {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap:60px 2%;
}

.tour .introduce ul li {
  overflow: hidden;
  margin: 0;
  border-top: 3px solid #9d2e3e;
  background-color: #fff;
  width: calc((100% - 6%) / 4);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.tour .introduce ul li.-none{
  display: none;
}

.tour .introduce ul li .introduce_item_inner {
  padding: 10px 20px 20px;
}

.tour .introduce ul li.new {
  background-color: #ffe6e8;
}

.tour .introduce ul li:last-child {
  margin-bottom: 0;
}

.tour .introduce ul li .img_area a {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 66%;
  display: block;
}

.tour .introduce ul li .img_area a img {
  object-fit: contain;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tour .introduce ul li .img_area a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.tour .introduce ul li .txt_area {
  margin-top: 20px;
}

.tour .introduce ul li .txt_area dl {
  margin: 0;
}

.tour .introduce ul li .txt_area dl dt {
  color: #004f72;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.61;
  word-break: break-all;
}

.tour .introduce ul li .txt_area dl dt a {
  color: #004f72;
  text-decoration: none !important;
  border-bottom: 1px solid #004f72;
  cursor: pointer;
  transition: all .5s;
}

.tour .introduce ul li .txt_area dl dt a:hover {
  border-bottom: none;
  opacity: .7;
}

.tour .introduce ul li .txt_area dl dd {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.56;
  margin-top: 13px;
}

.tour .introduce ul li .tag_area {
  margin-top: auto;
  min-height: 0%;
  padding: 0 20px;
}

.tour .introduce ul li .tag_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0;
}

.tour .introduce ul li .tag_area ul li {
  margin: 5px 5px 0 0;
  overflow: auto;
  padding: 0;
  border: none;
  background: none;
  width: auto;
}

.tour .introduce ul li .tag_area ul li button {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  padding: 5px 9px;
  box-sizing: border-box;
  transition: all .5s ease;
  overflow: hidden;
  color: #4e0c15;
  background-color: #fff;
  border: 1px solid #4e0c15;
  cursor: pointer;
}

.tour .introduce ul li .tag_area ul li.active button ,
.tour .introduce ul li .tag_area ul li button:hover{
  background-color: #4e0c15;
  color: #fff;
}


.tour .introduce ul li .button_area {
  margin-top: 20px;
}

.tour .introduce ul li .button_area a {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(360deg, rgba(156, 45, 61, 1) 0%, rgba(176, 58, 75, 1) 100%);
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  position: relative;
  transition: all .5s;
  text-decoration: none;
}

.tour .introduce ul li .button_area a:hover {
  text-decoration: none;
}

.tour .introduce ul li .button_area a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url(../img/arrow_right_white.svg) no-repeat center / cover;
  position: absolute;
  top: calc(50% - 7px);
  right: 10px;
}

.tour .introduce ul li .button_area a:hover::after {
  background: url(../img/arrow_right_yellow.svg) no-repeat center / cover;
}

.tour .tour-icon {
  margin-top: 55px;
}

.tour .tour-icon {
  background-image: url(/luxurytravel/global/tour/img/tour-icon-bg.jpg);
  background-repeat: no-repeat;  
  height: 542px;
}

.tour .tour-icon h3{
  padding-top: 65px; 
  margin-bottom: 40px;
}

.tour .tour-icon h3 img{
  margin: 0 auto;
  width: 130px;
  display: block;
}

.tour .plus-icon img{
  margin: 40px auto 55px; 
}

.tour .tour-icon-content ul{
  display: flex; 
  width: 100%;
  justify-content: space-evenly;  
}

.tour .tour-icon-content ul li{
  width: 26%;
}
.tour .tour-icon-content ul li img{
  width: 100%;
  height: auto;
}

.tour .tour-icon-content ul li p{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.5;
}

/* add */

/**************************************************
global_navi
**************************************************/
.global_navi_list_container {
  display: block;
}

/**************************************************
mv
**************************************************/
.bx-wrapper .bx-window {
  height: 560px !important;
}

body.is-mobile .bx-wrapper .bx-window {
  height: calc((521 / 750)* 100vw) !important;
}

.bx-wrapper .bx-window ul li {
  margin-bottom: 0;
}

.bx-wrapper {
  width: 100% !important;
}

.bxslider {
  width: 100%;
}

/**************************************************
page_lead
**************************************************/
.page_lead {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.75;
}

/**************************************************
tag_wrap
**************************************************/
.tag_wrap {
  margin: 45px 0 0;
}

.tag_wrap ul {
  display: flex;
  flex-wrap: wrap;
}

.tag_wrap ul li {
  margin: 10px 10px 0 0;
}

.tag_wrap ul li button {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  padding: 8px 10px 7px;
  width: 140px;
  box-sizing: border-box;
  transition: all .5s ease;
  border:none;
  cursor: pointer;
  height: 42px;
  background-color:#fff;
  color: #4e0c15;
  border:1px solid #4e0c15;
}

.tag_wrap ul li button::after {
  content: '';
  display: inline-block;
  width:7px;
  height:7px;
  background-color:transparent;
  border-left:none;
  border-top: none;
  border-right:2px solid #4e0c15;
  border-bottom:2px solid #4e0c15;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 10px;
}

.tag_wrap ul li.active button ,
.tag_wrap ul li button:hover{
  color: #fff;
  background-color: #4e0c15;
}

.tag_wrap ul li.active button::after ,
.tag_wrap ul li button:hover::after {
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
}

/**************************************************
accordion
**************************************************/
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes slideDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.slide-up {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

.content-wrap {
  height: fit-content;
  overflow: hidden;
  position: relative;
  margin: 0;
  transition: all .5s;
}

.content-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  transition: all 1s;
  padding-bottom: 1.5em;
  text-align: left;
}

.content-wrap.slide-down .content-txt {
  overflow: inherit;
  display: inline;
}

.close-btn,
.more-btn {
  display: block;
  width: 100%;
  padding: 0.1em 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}

.close-btn {
  background: none;
}

.slide-up {
  height: fit-content;
  padding-bottom: 0;
  overflow: hidden;
}

.slide-down {
  height: auto !important;
  overflow: visible;
  padding-bottom: 2em;
  margin-bottom: 1em;
}

.more-btn p {
  border-bottom: 1px solid #004f72;
  bottom: 0;
  color: #004f72;
  cursor: pointer;
  display: table;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
  transition: all .5s;
}

.more-btn p:hover {
  opacity: .7;
  border-bottom: none;
}

.close-btn {
  padding: 0;
}

/**************************************************
footer
**************************************************/
.footer_cnt {
  width: auto !important;
}

.footer_cnt_inner {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width:768px) and (max-width:768px) {  
  #contentsArea{
    width: 1280px !important;
  }
  #JTBGH-ly_header.JTBGH-ly_header{
    width: 1280px !important;
  }
  .bx-wrapper .bx-window{
    width: 1280px !important;
    height: 373px !important;
  }
  .main-visual .bx-wrapper{
    height: 373px;
  }
  .bx-wrapper .bx-window ul li{
    width:1280px;  
    left: 0 !important;      
  }
  .main-visual .main-title > img{
    left: 110px;
    top: 60px;
    width: 30%;
  }
  .global_navi .logo{
    background: url(/luxurytravel/common/images/logo-RRG.png) no-repeat;
    width: 174px;
    height: 20px;    
  }
  .global_navi .logo a picture img{
    display: none;
  }
  .slide-item h2 .pcItem{
    right: 0;
  }
  .main-visual .bxslider .slide-item h2 img.pcItem{
    height: auto;
  }
  ul.tab_link{
    width: 1120px !important;
    padding-left: 80px;
    padding-right: 80px;
  }
  #contentsArea #toTop{
    width: 1280px;
  }
  .ginza_footer_box .ginza_footer_contact{
    flex-wrap: nowrap !important;
  }
  div.ginza_footer_box .ginza_contact_box.ginza_tel_mail_area,
  div.ginza_footer_box .ginza_contact_box.ginza_tel_area{
    width: 385px;
    height: 180px;
  }
  div.ginza_footer_box .ginza_contact_box.ginza_pdf_area{
    width: 190px;
    height: 180px;
  }
  div.ginza_footer_box .ginza_contact_box.ginza_tel_area,
  div.ginza_footer_box .ginza_contact_box.ginza_pdf_area{
    margin: 0;
  }
  div.ginza_footer_box .ginza_contact_box.ginza_tel_area .ginza_tel_box{
    padding: 40px 30px;
  }
  .ginza_degipan_list li a{
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  #contentsArea .ginza_degipan_list li a img{
    display: block;
    width: 40%;
  }
  #JTBGF-ly_footer.JTBGF-ly_footer{
    width: 1280px !important;
  }
  #JTBGF-ly_footer .JTBGF-ly_footer__list{
    padding-left: 30px !important;
  }
  #JTBGF-ly_footer .JTBGF-ly_footer__copy{
    padding-left: 30px !important;
  }
}