@charset "UTF-8";
/******************VARIABLES*********************/
@-webkit-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scroll-btn {
  0% {
    top: 0; }
  100% {
    top: 110%; } }

@keyframes scroll-btn {
  0% {
    top: 0; }
  100% {
    top: 110%; } }

.privatetour-color-gray {
  color: #727171; }

.privatetour-font-tenmincho {
  font-family: ten-mincho, serif; }

.privatetour-with-wave {
  display: inline-block;
  position: relative; }
  .privatetour-with-wave:after {
    content: "";
    display: block;
    background: url(/images/lp/privatetour/wave.png) center center/auto 100% repeat-x;
    width: 100%;
    height: 8px;
    position: absolute;
    top: 100%;
    left: 0; }

/***** privatetour layout *****/
.privatetour-m-follow-logo {
  position: fixed;
  top: 15px;
  left: 15px;
  height: 45px;
  z-index: 100;
  display: none; }

.privatetour-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none; }
  @media (min-width: 569px) {
    .privatetour-header {
      top: 0; } }
  @media (max-width: 568px) {
    .privatetour-header {
      bottom: 0;
      background: #799bce;
      color: #fff; }
      .privatetour-header a {
        color: #fff; } }
  .privatetour-header__container {
    max-width: 1000px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 568px) {
      .privatetour-header__container {
        height: 50px;
        justify-content: center; } }
  @media (max-width: 568px) {
    .privatetour-header__logo-box {
      display: none; } }
  .privatetour-header__logo {
    height: 27px;
    display: block; }
  .privatetour-header__nav {
    display: flex; }
    .privatetour-header__nav-item {
      display: flex;
      align-items: center;
      font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important; }
      @media (min-width: 569px) {
        .privatetour-header__nav-item {
          margin-left: 20px; } }
      .privatetour-header__nav-item.of-tel .tel-num {
        font-size: 24px;
        background: url(/images/icons/tel-black-filled.png) left center/auto 60% no-repeat;
        padding-left: 1em;
        margin-left: 1em; }
        @media (max-width: 568px) {
          .privatetour-header__nav-item.of-tel .tel-num {
            font-size: 20px;
            background-image: url(/images/icons/tel-white-filled.png); } }
body.privatetour .footer {
  background: url(/images/lp/privatetour/bb.jpg) center center/cover no-repeat;
  position: relative; }
  body.privatetour .footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0; }
  body.privatetour .footer__container {
    position: relative;
    z-index: 5; }

/***** privatetour components *****/
.privatetour__btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.privatetour__btn {
  height: 60px;
  border-radius: 30px;
  padding: 0 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #231815;
  border: 1px solid #b28247; }
  @media (min-width: 569px) {
    .privatetour__btn {
      min-width: 220px; } }
  @media (max-width: 568px) {
    .privatetour__btn {
      font-size: 12px;
      height: 50px;
      min-width: 50%; } }
  .privatetour__btn .of-txt-box {
    display: block; }
    .privatetour__btn .of-txt-box.with-arw {
      display: flex;
      align-items: center;
      justify-content: center; }
      .privatetour__btn .of-txt-box.with-arw:after {
        content: "";
        width: 43px;
        height: 7px;
        background: url(/images/lp/privatetour/icons/arw.svg) center center/contain no-repeat;
        margin-left: .5em; }
  .privatetour__btn:hover {
    opacity: 1;
    background: #b28247; }

.privatetour__title {
  font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
  font-size: 18px;
  letter-spacing: .2em;
  font-weight: 500;
  margin: 0 0 50px; }
  @media (max-width: 568px) {
    .privatetour__title {
      text-align: center;
      font-size: 16px;
      margin: 0 0 30px; } }
  .privatetour__title__en {
    font-family: 'Cinzel', serif;
    color: #727171;
    font-size: 10px;
    letter-spacing: .05em;
    display: block;
    margin-top: 1em; }

.privatetour-disc-list {
  padding: 0; }
  .privatetour-disc-list li {
    list-style: none;
    position: relative;
    padding: 0 0 0 2em;
    margin: 0 0 .5em;
    color: #b28247; }
    .privatetour-disc-list li:last-child {
      margin: 0; }
    .privatetour-disc-list li:before {
      content: "";
      display: block;
      width: 1.5em;
      height: 1.5em;
      background: url(/images/lp/privatetour/icons/disc.svg) center center/contain no-repeat;
      position: absolute;
      top: 0;
      left: 0; }

/***** privatetour contents *****/
.privatetour__bb {
  height: 100vh;
  max-height: 800px;
  position: relative;
  background: url(/images/lp/privatetour/bb-202205.jpg) center center/cover no-repeat; }
  .privatetour__bb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
  .privatetour__bb:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 1px;
    height: 180px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(178, 130, 71, 0)), to(#b28247));
    background: linear-gradient(to bottom, rgba(178, 130, 71, 0), #b28247);
    z-index: 5; }
    @media (max-width: 568px) {
      .privatetour__bb:after {
        height: 90px;
        bottom: 0; } }
  .privatetour__bb__container {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .privatetour__bb__logo-type {
    position: absolute;
    top: 45px;
    left: 45px;
    z-index: 10;
    height: 27px; }
    @media (max-width: 568px) {
      .privatetour__bb__logo-type {
        top: 20px;
        left: 20px; } }
  .privatetour__bb__title {
    margin: 0;
    position: relative; }
    @media (max-width: 568px) {
      .privatetour__bb__title {
        margin: 0 0 50px; } }
    .privatetour__bb__title a:hover {
      opacity: 1; }
    .privatetour__bb__title__img {
      height: 604px; }
      @media (max-width: 568px) {
        .privatetour__bb__title__img {
          height: 70vh; } }
  .privatetour__bb__logo-aca-kyoto {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 120px; }
    @media (max-width: 568px) {
      .privatetour__bb__logo-aca-kyoto {
        bottom: 20px;
        right: 20px;
        width: 96px; } }
.privatetour__intro {
  background: url(/images/lp/privatetour/intro-bg.jpg?20210713) 45% center/cover no-repeat;
  position: relative;
  z-index: 10;
  font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important; }
  @media (min-width: 569px) {
    .privatetour__intro {
      padding: 200px 100px 100px; } }
  @media (max-width: 568px) {
    .privatetour__intro {
      padding: 50px 20px; } }
  @media (min-width: 569px) {
    .privatetour__intro__container {
      position: relative;
      width: 55%;
      left: 45%; } }
  .privatetour__intro__title {
    font-size: 30px;
    font-weight: normal; }
    @media (max-width: 568px) {
      .privatetour__intro__title {
        font-size: 21px;
        margin: 0 0 30px; } }
  .privatetour__intro__subtitle {
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 60px; }
    @media (max-width: 568px) {
      .privatetour__intro__subtitle {
        font-size: 18px;
        justify-content: center;
        margin-bottom: 30px; } }
.privatetour__plans {
  position: relative;
  z-index: 5; }
  .privatetour__plans:before {
    content: "";
    display: block;
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e6e7), to(rgba(232, 230, 231, 0)));
    background: linear-gradient(to bottom, #e8e6e7, rgba(232, 230, 231, 0)); }
    @media (max-width: 568px) {
      .privatetour__plans:before {
        height: 50px; } }
@media (max-width: 568px) {
  .privatetour__icon-nav-wrap {
    display: flex;
    margin: 0 0 30px; } }

@media (min-width: 569px) {
  .privatetour__icon-nav {
    display: flex;
    margin: 0 0 50px; } }

@media (max-width: 568px) {
  .privatetour__icon-nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 150px; } }

.privatetour__icon-nav-item {
  display: flex;
  align-items: center;
  color: #595757; }
  @media (min-width: 569px) {
    .privatetour__icon-nav-item {
      padding: 0 50px 0 0;
      font-size: 14px; } }
  @media (max-width: 568px) {
    .privatetour__icon-nav-item {
      font-size: 10px;
      padding: 5px;
      letter-spacing: 0;
      white-space: nowrap; } }
  .privatetour__icon-nav-item__icon {
    width: 35px;
    margin: 0 20px 0 0; }
    @media (max-width: 568px) {
      .privatetour__icon-nav-item__icon {
        height: 28px;
        margin: 0 5px 0 0; } }
.privatetour__plan-nav {
  margin: 0 -45px;
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  @media (max-width: 568px) {
    .privatetour__plan-nav {
      padding: 0 10px;
      margin: 0; }
      .privatetour__plan-nav .slick-prev {
        background: url(/images/icons/arw-left-black.svg) center center/contain no-repeat;
        top: 30%;
        left: -15px; }
      .privatetour__plan-nav .slick-next {
        background: url(/images/icons/arw-right-black.svg) center center/contain no-repeat;
        top: 30%;
        right: -15px; }
      .privatetour__plan-nav .slick-dots {
        display: none !important; } }
  .privatetour__plan-nav-item {
    width: 50%;
    padding: 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block; }
    @media (max-width: 568px) {
      .privatetour__plan-nav-item {
        width: 100%;
        padding: 0 0 20px; } }
    @media (min-width: 569px) {
      .privatetour__plan-nav-item:hover {
        opacity: 1; }
        .privatetour__plan-nav-item:hover .privatetour__plan-nav-item__container {
          -webkit-transition: all .2s ease;
          transition: all .2s ease;
          -webkit-box-shadow: 0 0.5em 1.5em rgba(35, 24, 21, 0.5);
                  box-shadow: 0 0.5em 1.5em rgba(35, 24, 21, 0.5); } }
    .privatetour__plan-nav-item__container {
      position: relative;
      height: 270px;
      margin: 0 0 30px; }
      @media (max-width: 568px) {
        .privatetour__plan-nav-item__container {
          height: 180px;
          margin: 0 0 20px; } }
    .privatetour__plan-nav-item__txt-box {
      position: relative; }
    .privatetour__plan-nav-item__sub-title {
      font-size: 12px;
      font-weight: normal; }
      @media (max-width: 568px) {
        .privatetour__plan-nav-item__sub-title {
          margin: 0 0 5px; } }
    .privatetour__plan-nav-item__main-title {
      font-size: 16px;
      font-family: ten-mincho, serif;
      font-weight: normal; }
      @media (max-width: 568px) {
        .privatetour__plan-nav-item__main-title {
          font-size: 18px;
          margin: 0 0 10px; } }
    .privatetour__plan-nav-item__en-title {
      font-family: 'Cinzel', serif;
      color: #727171;
      font-size: 10px; }
      @media (min-width: 569px) {
        .privatetour__plan-nav-item__en-title {
          position: absolute;
          top: 0;
          right: 0; } }
    .privatetour__plan-nav-item__icons {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 24, 21, 0)), to(rgba(35, 24, 21, 0.5)));
      background: linear-gradient(to bottom, rgba(35, 24, 21, 0), rgba(35, 24, 21, 0.5));
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .privatetour__plan-nav-item__icon {
      width: 35px;
      margin: 0 5px; }

.privatetour__plan-list__title {
  text-align: center;
  margin: 0 0 100px; }
  @media (max-width: 568px) {
    .privatetour__plan-list__title {
      margin: 0; } }
  .privatetour__plan-list__title-img {
    height: 180px; }
    @media (max-width: 568px) {
      .privatetour__plan-list__title-img {
        height: auto;
        width: 80%; } }
.privatetour__plan-list {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative; }
  @media (max-width: 568px) {
    .privatetour__plan-list {
      margin: 50px 0 0; } }
  .privatetour__plan-list li {
    list-style: none; }

.privatetour__plan-item {
  position: relative;
  max-width: 1500px;
  padding: 0 0 100px;
  margin: 0 auto; }
  @media (max-width: 568px) {
    .privatetour__plan-item {
      padding: 0; } }
  @media (max-width: 568px) {
    .privatetour__plan-item:last-child {
      padding: 0; } }
  .privatetour__plan-item__container {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 568px) {
      .privatetour__plan-item__container {
        width: 100vw;
        padding: 30px 0 0;
        overflow: hidden; } }
  .privatetour__plan-item__bb-box {
    width: 100%;
    position: relative;
    height: 70vh; }
    @media (max-width: 568px) {
      .privatetour__plan-item__bb-box {
        height: auto;
        margin-bottom: 30px; } }
  .privatetour__plan-item__bb {
    height: 100%; }
    @media (max-width: 568px) {
      .privatetour__plan-item__bb {
        height: 66vw; } }
  .privatetour__plan-item__icons {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: flex; }
    @media (min-width: 569px) {
      .privatetour__plan-item__icons {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px 30px;
        align-items: center;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 24, 21, 0)), to(rgba(35, 24, 21, 0.5)));
        background: linear-gradient(to bottom, rgba(35, 24, 21, 0), rgba(35, 24, 21, 0.5)); } }
    @media (max-width: 568px) {
      .privatetour__plan-item__icons {
        padding: 5px;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        background: #eff3f3; } }
    @media (min-width: 569px) {
      .privatetour__plan-item__icons__container {
        display: flex;
        margin-right: 1em; } }
    @media (max-width: 568px) {
      .privatetour__plan-item__icons__container {
        width: 150px; } }
    .privatetour__plan-item__icons__container:last-child {
      margin: 0; }
  .privatetour__plan-item__icon-box {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 3em; }
    @media (max-width: 568px) {
      .privatetour__plan-item__icon-box {
        font-size: 10px;
        letter-spacing: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0;
        padding: 5px;
        white-space: nowrap;
        color: #727171; } }
    .privatetour__plan-item__icon-box:last-child {
      margin: 0; }
  .privatetour__plan-item__icon {
    width: 35px;
    margin: 0 .5em 0 0; }
    @media (max-width: 568px) {
      .privatetour__plan-item__icon {
        width: 28px; } }
  @media (min-width: 569px) {
    .privatetour__plan-item__title-box {
      width: 50%; } }
  @media (max-width: 568px) {
    .privatetour__plan-item__title-box {
      padding: 0 20px; } }
  .privatetour__plan-item__title {
    font-size: 28px;
    font-weight: normal; }
    @media (max-width: 568px) {
      .privatetour__plan-item__title {
        font-size: 24px; } }
    .privatetour__plan-item__title .of-sub-txt {
      font-size: 14px;
      display: block;
      margin: 0 0 1em; }
      @media (max-width: 568px) {
        .privatetour__plan-item__title .of-sub-txt {
          font-size: 12px; } }
    .privatetour__plan-item__title:after {
      content: "";
      display: block;
      width: 84px;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(121, 155, 206, 0)), color-stop(#799bce), to(rgba(121, 155, 206, 0)));
      background: linear-gradient(to right, rgba(121, 155, 206, 0), #799bce, rgba(121, 155, 206, 0));
      margin: 50px 0; }
  .privatetour__plan-item__txt-box {
    width: 50%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 5; }
    @media (max-width: 568px) {
      .privatetour__plan-item__txt-box {
        width: 100%;
        padding: 0 20px; } }
  @media (min-width: 569px) {
    .privatetour__plan-item__img-box {
      width: 110%;
      margin-left: -20%; } }
  @media (max-width: 568px) {
    .privatetour__plan-item__img-box {
      padding: 0 0 30px; } }
  .privatetour__plan-item__img {
    width: 100%;
    display: block; }
    @media (max-width: 568px) {
      .privatetour__plan-item__img {
        margin: 0; } }
    .privatetour__plan-item__img:last-child {
      margin: 0; }
  .privatetour__plan-item__description {
    font-size: 14px;
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .privatetour__plan-item__description {
        font-size: 12px;
        margin: 0 0 30px; } }
    .privatetour__plan-item__description .of-label {
      font-family: 'Cinzel', serif;
      color: #727171;
      font-size: 10px;
      display: block;
      margin: 0 0 50px; }
      @media (max-width: 568px) {
        .privatetour__plan-item__description .of-label {
          margin: 0 0 20px 15px; } }
  .privatetour__plan-item__table-box {
    border-top: 1px solid rgba(35, 24, 21, 0.1);
    padding: 20px 10px 0; }
    @media (max-width: 568px) {
      .privatetour__plan-item__table-box {
        padding: 15px 0;
        margin: 0 0 30px; } }
  .privatetour__plan-item__table {
    width: 100%; }
    .privatetour__plan-item__table th, .privatetour__plan-item__table td {
      padding: 10px;
      font-size: 14px;
      vertical-align: top; }
      @media (max-width: 568px) {
        .privatetour__plan-item__table th, .privatetour__plan-item__table td {
          padding: 5px;
          font-size: 12px; } }
    .privatetour__plan-item__table th {
      white-space: nowrap;
      font-weight: 500; }
    .privatetour__plan-item__table td {
      color: #727171; }
  .privatetour__plan-item__features {
    margin: 0 auto 50px; }
    @media (min-width: 569px) {
      .privatetour__plan-item__features {
        display: flex;
        max-width: 900px;
        justify-content: space-between; } }
    @media (max-width: 568px) {
      .privatetour__plan-item__features {
        padding: 0 30px; }
        .privatetour__plan-item__features.slick-dotted.slick-slider {
          margin-bottom: 50px; }
        .privatetour__plan-item__features .slick-prev {
          background: url(/images/icons/arw-left-black.svg) center center/contain no-repeat;
          top: 33%;
          left: 5px; }
        .privatetour__plan-item__features .slick-next {
          background: url(/images/icons/arw-right-black.svg) center center/contain no-repeat;
          top: 33%;
          right: 5px; }
        .privatetour__plan-item__features .slick-dots {
          display: none !important; } }
  @media (min-width: 569px) {
    .privatetour__plan-item__feature {
      width: 30%; } }
  .privatetour__plan-item__schedule-wrap {
    background: url(/images/lp/privatetour/schedule-table-deco.png) 80% 80%/263px auto #fafafa no-repeat;
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 568px) {
      .privatetour__plan-item__schedule-wrap {
        background: #fafafa;
        padding: 50px 10px 30px 20px; } }
    .privatetour__plan-item__schedule-wrap__title {
      margin: 0 0 20px 50px;
      font-weight: normal; }
      @media (max-width: 568px) {
        .privatetour__plan-item__schedule-wrap__title {
          margin: 0px 0 -20px 20px;
          font-size: 12px; } }
      .privatetour__plan-item__schedule-wrap__title span {
        display: inline-block;
        padding: .5em 1em;
        border: 1px solid rgba(35, 24, 21, 0.3); }
  .privatetour__plan-item__schedule-table-wrap {
    max-width: 1000px;
    padding: 0 50px;
    border-left: 1px solid rgba(35, 24, 21, 0.5);
    margin: 50px auto;
    position: relative; }
    @media (max-width: 568px) {
      .privatetour__plan-item__schedule-table-wrap {
        padding: 0 10px 0 20px; } }
    .privatetour__plan-item__schedule-table-wrap:before {
      content: "SCHEDULE";
      font-family: 'Cinzel', serif;
      font-size: 10px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: rotate(90deg) translateX(-20px);
      transform: rotate(90deg) translateX(-20px);
      -webkit-transform-origin: 50% -150%;
              transform-origin: 50% -150%; }
    .privatetour__plan-item__schedule-table-wrap:after {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      background: #231815;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .privatetour__plan-item__schedule-table-wrap:last-child {
      margin-bottom: 0; }
  .privatetour__plan-item__schedule-table th, .privatetour__plan-item__schedule-table td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    line-height: 20px; }
    @media (max-width: 568px) {
      .privatetour__plan-item__schedule-table th, .privatetour__plan-item__schedule-table td {
        line-height: 16px; } }
  .privatetour__plan-item__schedule-table th {
    padding: 0 50px 50px 3em;
    background: url(/images/lp/privatetour/icons/clock.svg) left top/1.5em 1.5em no-repeat;
    white-space: nowrap; }
    @media (max-width: 568px) {
      .privatetour__plan-item__schedule-table th {
        padding: 0 10px 10px 3em; } }
    .privatetour__plan-item__schedule-table th.without-clock {
      background: none; }
  .privatetour__plan-item__schedule-table td {
    padding: 0 0 50px;
    font-size: 14px; }
    @media (max-width: 568px) {
      .privatetour__plan-item__schedule-table td {
        padding: 0 0 10px;
        font-size: 12px; } }
  .privatetour__plan-item__btn-box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fafafa; }
    @media (min-width: 569px) {
      .privatetour__plan-item__btn-box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0 50px; } }
    @media (max-width: 568px) {
      .privatetour__plan-item__btn-box {
        text-align: center;
        padding: 20px 20px 50px; } }
    .privatetour__plan-item__btn-box__logo {
      height: 65px;
      margin: 50px auto; }
    .privatetour__plan-item__btn-box-title {
      font-size: 24px;
      text-align: center;
      font-weight: 500;
      line-height: 1.4;
      margin: 0; }
      @media (max-width: 568px) {
        .privatetour__plan-item__btn-box-title {
          margin: 0 0 20px;
          font-size: 18px; } }
      .privatetour__plan-item__btn-box-title .of-sub-txt {
        font-size: 14px;
        display: block; }
        @media (max-width: 568px) {
          .privatetour__plan-item__btn-box-title .of-sub-txt {
            font-size: 12px;
            margin: 0 0 .5em; } }
    @media (min-width: 569px) {
      .privatetour__plan-item__btn-box .privatetour__btn {
        margin: 0 0 0 30px; } }
    @media (max-width: 568px) {
      .privatetour__plan-item__btn-box .privatetour__btn {
        width: 80%;
        margin: 0 auto; } }
.privatetour__hotel-info {
  padding: 0 0 100px; }
  .privatetour__hotel-info__bb {
    background: url(/images/lp/privatetour/hotel-info-bb.jpg) center 40%/cover no-repeat;
    height: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
    font-weight: 500;
    color: #fff; }
    @media (max-width: 568px) {
      .privatetour__hotel-info__bb {
        height: 41.06vw;
        font-size: 12px; } }
  .privatetour__hotel-info__container {
    padding-top: 100px;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 568px) {
      .privatetour__hotel-info__container {
        padding-top: 30px; } }
  @media (min-width: 569px) {
    .privatetour__hotel-info__txt-box {
      width: 50%;
      left: 50%;
      position: relative; } }
  @media (max-width: 568px) {
    .privatetour__hotel-info__txt-box {
      padding: 0 20px; } }
  .privatetour__hotel-info__title {
    font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
    letter-spacing: .3em;
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: 500; }
    @media (max-width: 568px) {
      .privatetour__hotel-info__title {
        font-size: 5vw;
        margin: 0 0 30px; } }
  @media (min-width: 569px) {
    .privatetour__hotel-info__description {
      font-size: 14px; } }
  .privatetour__hotel-info__map {
    width: 100%; }
    @media (min-width: 569px) {
      .privatetour__hotel-info__map {
        margin-top: -50px; } }
