@charset "Shift_JIS";
/* Scss Document */
.btn_01 {
  overflow: hidden;
  margin: 10px 0 0 0;
  text-align: right; }
  .btn_01 a:hover {
    opacity: 0.7; }
  .btn_01 a img {
    max-width: 240px; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

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

/**************************************************
　ビジネスでご利用のお客様／個人でご利用のお客様
**************************************************/
.services {
  padding: 50px 0 60px;
  width:1000px;
  margin:0 auto;
}
  .services .sec {
    margin: 0 0 60px;
    padding: 60px 60px 50px;
    background-color: #fff; }
    .services .sec:last-child {
      margin: 0; }
  .services .sec_bdr_top {
    border-top: 8px solid #9f2032; }
  .services .sub_title_02 {
    margin: 0 0 30px;
    color: #333;
    font-size: 2.8rem;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho, "serif";
    text-align: center;
    background: url(/luxurytravel/global/services/img/bg_sub_title_01.png) repeat-x;
    background-position: center; }
    .services .sub_title_02 > span {
      padding: 0 15px;
      background-color: #fff; }
      .services .sub_title_02 > span.pr0 {
        padding-right: 0; }
      .services .sub_title_02 > span .fs22rem {
        font-size: 2.2rem; }
  .services .navi {
    position: relative;
    top: 0; }
    .services .navi ul {
      overflow: hidden; }
      .services .navi ul li {
        display: block;
        float: left;
        width: 494px;
        height: 60px; }
        .services .navi ul li a {
          display: block;
          width: 100%;
          height: 60px;
          cursor: pointer; }
        .services .navi ul li.tab_01 {
          background: url(/luxurytravel/global/services/img/tab_01.png) no-repeat; }
          .services .navi ul li.tab_01 a:hover, .services .navi ul li.tab_01.current {
            background: url(/luxurytravel/global/services/img/tab_01_on.png) no-repeat; }
            .services .navi ul li.tab_01 a:hover::before, .services .navi ul li.tab_01.current::before {
              content: "";
              display: block;
              position: absolute;
              bottom: -13px;
              left: 23.5%;
              width: 27px;
              height: 13px;
              margin: 0 auto;
              background: url(/luxurytravel/global/services/img/tab_arrow.png) no-repeat center bottom;
              background-size: 100%; }
        .services .navi ul li.tab_02 {
          background: url(/luxurytravel/global/services/img/tab_02.png) no-repeat; }
          .services .navi ul li.tab_02 a:hover, .services .navi ul li.tab_02.current {
            background: url(/luxurytravel/global/services/img/tab_02_on.png) no-repeat; }
            .services .navi ul li.tab_02 a:hover::before, .services .navi ul li.tab_02.current::before {
              content: "";
              display: block;
              position: absolute;
              bottom: -13px;
              right: 23.5%;
              width: 27px;
              height: 13px;
              margin: 0 auto;
              background: url(/luxurytravel/global/services/img/tab_arrow.png) no-repeat center bottom;
              background-size: 100%; }
        .services .navi ul li:first-child {
          margin-right: 12px; }
  .services .main_title {
    margin: 0 0 60px;
    text-align: center; }
    .services .main_title .main_title_wrap_02 {
      padding: 30px;
      background: url(/luxurytravel/global/services/img/bg_main_title.png) no-repeat; }
      .services .main_title .main_title_wrap_02 .ttl_02 {
        margin: 20px 0 0 0;
        color: #333;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.3; }
      .services .main_title .main_title_wrap_02 .ttl_03 {
        margin: 10px 0 0 0;
        color: #333;
        font-size: 1.6rem;
        line-height: 1.6; }
  .services .introduce > .introduce_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
    .services .introduce > .introduce_box > li {
      display: block;
      padding: 15px;
      box-sizing: border-box;
      border: 1px solid #b6a18d;
      }
      .services .introduce > .introduce_box > li .introduce_inner {
        overflow: hidden; }
      .services .introduce > .introduce_box > li .img_area {
        float: left;
        width: 160px;
        margin: 0 15px 0 0; }
        .services .introduce > .introduce_box > li .img_area img {
          width: 100%; }
      .services .introduce > .introduce_box > li .txt_area {
        float: right;
        width: 223px; }
        .services .introduce > .introduce_box > li .txt_area dl dt {
          color: #9f2032;
          font-size: 2rem;
          font-weight: bold;
          line-height: 1.4; }
          .services .introduce > .introduce_box > li .txt_area dl dt span {
            font-size: 1.4rem; }
        .services .introduce > .introduce_box > li .txt_area dl dd {
          font-size: 1.5rem;
          line-height: 1.2; }
          .services .introduce > .introduce_box > li .txt_area dl dd ul li {
            color: #333;
            padding-left: 1em;
            text-indent: -1em; }
            .services .introduce > .introduce_box > li .txt_area dl dd ul li::before {
              content: '■';
              padding: 0 3px 0 0;
              color: #b6a18d;
              font-size: 2rem; }
  .services .sample {
    margin: 60px 0 0; }
    .services .sample dl {
      margin: 0 0 40px; }
      .services .sample dl dt {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        margin: 0 0 20px;
        padding: 0 0 5px;
        color: #333;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1.4;
        border-bottom: 1px solid #b6a18d; }
        .services .sample dl dt::before {
          content: '';
          padding: 4px 10px 2px 0;
          border-left: 8px double #9f2032; }
      .services .sample dl dd {
        padding: 0 10px 0 0;
        color: #333;
        font-size: 1.6rem;
        line-height: 1.6; }
        .services .sample dl dd .img_area {
          overflow: hidden;
          margin: 10px 0 0; }
          .services .sample dl dd .img_area img {
            float: left;
            max-width: 240px;
            margin: 0 15px 0 0; }
            .services .sample dl dd .img_area img:last-child {
              margin: 0; }
      .services .sample dl:last-child {
        margin: 0; }
  .services .flow {
    border-top: 8px solid #9f2032;
    padding: 60px 60px 50px;
    background-color: #fff; }
    .services .flow .flow_title {
      margin: 0 0 25px;
      text-align: center; }
    .services .flow .flow_box {
      overflow: hidden;
      margin: 0 0 10px; }
      .services .flow .flow_box li {
        display: block;
        float: left;
        box-sizing: border-box; }
        .services .flow .flow_box li.flow_inner {
          width: 250px;
          padding: 15px; }
          .services .flow .flow_box li.flow_inner dl dt {
            margin: 0 0 15px;
            text-align: center; }
          .services .flow .flow_box li.flow_inner dl dd {
            color: #333;
            font-size: 1.5rem;
            line-height: 1.5;
            text-align: justify; }
        .services .flow .flow_box li.arrow {
          width: 65px; }
          .services .flow .flow_box li.arrow img {
            width: 30px;
            padding: 147px 0 0 19px; }
    .services .flow .services-contact {
      margin: 50px 0 0 0;
      color: #333;
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.5; }
      .services .flow .services-contact a {
        color: #01527a;
        text-decoration: underline; }

@media (max-width:768px) {
  .jtb-nav-sp {
    display: none;
  }
  #main_contents_wrap img {
    max-width: 100%;  
  }
  .services .introduce > .introduce_box{
    grid-template-columns: auto;
  }
  .services .introduce > .introduce_box > li .txt_area dl {
    text-align: left;
  }  
  .services .flow .contact p{
    text-align: left;
  }

}

@media (min-width:768px) and (max-width:768px) {
  .glg .jtb-nav-breadcrumb.jtb-nav-sp{
    display: block;
  }
  #contentsArea #toTop{
    width: 1200px;
  }
  #contentsArea #toTop > a{
    margin-left: 0;
    margin-right: 0; 
    width: 100%;
    max-width: auto;
  }
  .global_footer #toTop a img{
    height: 21px;
  }
  .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;
  }
  div.ginza_footer_box{
    width: 1200px;
  }
  div.ginza_footer_box .ginza_footer_contact{
    flex-wrap: nowrap;
  }
  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%;
  }
  #contentsArea{
    width: 1200px;
  }
  .bx-window{
    width: 1200px !important;
    height: 350px;
  }
  .bx-wrapper{
    height: 350px;
  }
  .slide-item{
    width: 1200px;
    left: 0 !important;
  }
  .pcItem{
    right: 0;
  }
  .main-visual .bxslider .slide-item h2 img.pcItem{
    height: auto;
  }
  .tab_link{
    padding-left: 40px;
    padding-right: 40px;
  }
  #main_contents_wrap .flow .btn_01 a img{
    max-width: 240px;
  }
  .services .flow .contact{
    width: 100%;
  }
  .services .flow .contact p{
    text-align: right;
  }
  #main_contents_wrap .sample .img_area img{
    max-width: 240px;
  }    
  #JTBGF-ly_footer ul.JTBGF-ly_footer__list,
  #JTBGF-ly_footer small.JTBGF-ly_footer__copy{
    padding-left: 30px;
  }
}