@charset "utf-8";

/* CSS Document */
body {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic",
    Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 658px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 657px) {
  .pc {
    display: none !important;
  }
}

#wrapper,
#contents {
  width: 100%;
}

#contents .mv,
.info,
.point01,
.point02,
.point03,
.point04,
.point05,
.movie {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 657px) {

  #contents .mv,
  .info,
  .point01,
  .point02,
  .point03,
  .point04,
  .point05,
  .movie {
    width: 100%;
  }

  .point01 img {
    width: 100%;
  }

  .point02 img {
    width: 100%;
  }

  .point03 img {
    width: 100%;
  }

  .point04 img {
    width: 100%;
  }

  .pointSwiper img {
    width: 100%;
  }

  .btn img {
    width: 100%;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.inner2 {
  width: 100%;
  margin: 0 auto;
  background: #e5d7ba;
  clear: both;
}

.inner {
  width: 100%;
  padding: 10px 0;
  background: #e5d8ba;
  margin-top: 50px;
}

.inner.dubaitour {
  margin-top: 64px;
}

@media screen and (max-width: 657px) {
  .inner {
    position: relative;
    margin-top: 117px;
    padding: 68px 15px 30px;
    box-sizing: border-box;
  }

  .inner.dubaitour {
    padding: 68px 45px 30px;
  }
}

.inner_box {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.tour_icon {
  position: absolute;
  bottom: -12px;
}

@media screen and (max-width: 657px) {
  .inner_box {
    width: 100%;
    margin: 0 auto;
    position: initial;
    display: flex;
    flex-direction: column;
  }

  .tour_icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
  }
}

.tour_list_title {
  font-size: 18px !important;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.dubaitour .tour_list_title {
  padding: 10px 0;
}

@media screen and (max-width: 657px) {
  .tour_list_title {
    font-size: 20px !important;
    padding: 0;
  }
}

ul.tour_box_list {
  list-style-type: none;
  margin: 0 0 0 130px;
  align-items: baseline;
}

ul.tour_box_list.fb {
  display: flex;
  gap: 14px;
  margin: 14px 0 14px 130px;
}

@media screen and (max-width: 657px) {
  ul.tour_box_list.fb {
    gap: 0;
    margin: 0;
  }
}

.tour_listbox.fb {
  display: flex;
  align-items: center;
  margin: 14px 0;
}

ul.tour_list {
  display: flex;
  overflow: hidden;
}

ul.tour_list.bc {
  margin-left: 75px;
}

@media screen and (max-width: 657px) {
  ul.tour_list.bc {
    margin-left: 0;
  }
}

ul.tour_list.pe {
  margin-left: 22px;
}

@media screen and (max-width: 657px) {
  ul.tour_list.bc {
    margin-left: 0;
  }

  ul.tour_list.pe {
    margin-left: 0;
  }
}

ul.tour_list li {
  float: left;
  width: 120px;
  background: #634722;
  margin-left: 5px;
}

ul.tour_list li:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 657px) {
  ul.tour_box_list {
    align-items: center;
    flex-direction: column;
    margin: 0;
  }

  .tour_listbox.fb {
    width: 100%;
    display: flex;
    margin: 0;
    flex-direction: column;
    align-items: center;
  }

  .tour_listbox.fb:not(:first-child) {
    padding-top: 40px;
  }

  ul.tour_list {
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
    gap: 10px;
  }

  ul.tour_list li {
    width: 163px;
    margin-left: 0;
  }
}

ul.tour_list li a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 30px;
  font-size: 15px;
}

@media screen and (max-width: 657px) {
  ul.tour_list li a {
    font-size: 18px;
  }
}

ul.tour_list li a:hover {
  text-decoration: none;
  background: #d4b684;
}

.inner_business {
  width: 100%;
  margin: 0 auto;
  background: url(../images/bg02_tour.jpg) repeat-x #e5d7ba;
  overflow: hidden;
}

.inner3 {
  width: 100%;
  margin: 0 auto;
  background: url(../images/star_bg.jpg);
  clear: both;
}

.inner h3 {
  margin: 20px 0 0;
}

#pan {
  padding: 10px 0 0;
  margin: 0 auto;
}

.h1_tx {
  padding: 0 0 10px;
}

#contents .mv {
  position: relative;
  max-width: 960px;
  width: 100%;
}

#contents .mv::before {
  content: "";
  display: block;
  background-image: url(../images/main_img.jpg);
  background-repeat: no-repeat;
  height: 361px;
  background-size: 960px;
}

#contents .mv_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 30px;
  width: 100%;
  font-weight: 400;
  font-family: A1 Mincho, serif;
  font-size: 38px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

#contents .mv_title .mv_title1 {
  display: inline-block;
  margin-top: 0;
  font-size: 30px;
}

#contents .mv_title .mv_title2 {
  display: block;
  margin-top: 11px;
  font-size: 35px;
}

@media screen and (max-width: 657px) {
  #contents .mv::before {
    background-image: url(../images/sp/mv_img_sp.jpg);
    height: 12vh;
    padding-top: 37.75%;
    background-size: cover;
  }

  #contents .mv_title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 40px;
    width: 100%;
    font-weight: 400;
    font-family: A1 Mincho, serif;
    font-size: 35px;
    color: #fff;
  }

  #contents .mv_title .mv_title1 {
    margin-top: 10px;
    font-size: 20px;
  }

  #contents .mv_title .mv_title2 {
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
  }
}

#contents .f_left p:last-of-type {
  margin-top: 10px;
}

#contents p {
  font-size: 13px;
  color: #3d3d3d;
  line-height: 1.7em;
}

.point04_img {
  display: block;
  margin-bottom: 30px;
}

.point04-img img {
  margin-bottom: 30px;
}

@media screen and (max-width: 657px) {
  #contents p {
    font-size: 14px;
  }

  #contents .point03_text {
    padding: 20px 30px 0;
  }

  .point04_img {
    margin-bottom: 0;
  }

  .point04_img img {
    margin-bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #contents .point04_text {
    padding: 39px 20px 0;
  }
}

#contents em {
  font-size: 11px;
  color: #c5a97b;
}

@media screen and (max-width: 657px) {
  #contents em {
    font-size: 12px;
    line-height: 1.3;
  }
}

.menu {
  width: 960px;
  margin: 35px auto 53px;
  display: flex;
  justify-content: center;
}

.menu li {
  display: table-cell;
  width: 192px;
}

@media screen and (max-width: 657px) {
  .menu {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .menu li {
    width: 50%;
  }

  .menu li img {
    width: 100%;
  }
}

#contents h2 {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 657px) {
  #contents .point02 h2 {
    margin-bottom: 60px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #contents .point03 h2 {
    margin-bottom: 60px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #contents .point04 h2 {
    margin-bottom: 60px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

#contents h2 {
  width: 100%;
}

#contents h2 span {
  display: block;
  font-weight: 400;
  margin-top: 20px;
}

@media screen and (max-width: 657px) {
  #contents h2 span {
    font-size: 14px;
  }
}

#contents h3 {
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width: 657px) {
  #contents .point01 h3 {
    margin: 65px 0 17px;
  }

  #contents .inner.dubaitour h3 {
    margin: 0;
    padding: 0;
  }
}

.point01_detail {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 657px) {
  .point01_detail {
    display: flex;
    gap: 25px;
    flex-direction: column-reverse;
  }
}

.point01_detailtext p:not(:first-child) {
  padding-top: 27px;
}

@media (max-width: 657px) {
  .point01_detailtext p:not(:first-child) {
    padding-top: 33px;
  }
}


#contents h4 {
  font-size: 16px;
  color: #745321;
  margin-top: 30px;
}

@media screen and (max-width: 657px) {
  #contents h4 {
    margin-top: 40px;
  }

  #contents .pointSwiper2 h4 {
    margin-top: 17px;
  }

  #contents .pointSwiper2 p {
    margin-top: 13px;
  }
}

#contents h5 {
  border-bottom: solid #efe3c8 1px;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 657px) {
  #contents h5 {
    font-size: 22px;
  }
}

#contents .logoArea {
  padding: 30px 0 0;
}

@media screen and (max-width: 657px) {
  #contents .logoArea {
    padding: 40px 55px 0;
  }
}

#contents .logoArea ul {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 30px;
}

#contents .logoArea ul li {
  display: inline-block;
}

#contents .logoArea ul li img {
  height: auto;
}

@media screen and (max-width: 657px) {
  #contents .logoArea ul {
    gap: 27px;
  }

  #contents .logoArea ul li {
    display: inline-block;
    padding: 0;
  }
}

.f_left {
  width: 630px;
  margin-bottom: 30px;
}

.f_right {
  width: 320px;
}

.point01,
.point02,
.point03,
.point04,
.point05 {
  margin: 55px auto 0;
}

@media screen and (max-width: 657px) {
  .point01 {
    margin: 40px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .point02 {
    margin: 80px auto 0;
    box-sizing: border-box;
  }

  .point03 {
    box-sizing: border-box;
  }

  .point04 {
    margin: 80px auto 0;
    box-sizing: border-box;
  }
}

.midashi {
  border-left: 10px solid #5b430d;
  padding-left: 6px;
  margin-bottom: 10px;
  font-size: 18px !important;
}

@media screen and (max-width: 657px) {
  .midashi {
    margin-left: 24px;
    margin-bottom: 40px;
  }
}

.midashi.pt3bc {
  margin-top: 30px;
}

.d_tour {
  background: url(../images/d_tour.jpg) no-repeat;
  height: 140px;
  clear: both;
  margin: 20px auto 0;
  width: 960px;
}

.b_tour {
  background: url(../images/b_tour.jpg) no-repeat;
  height: 140px;
  clear: both;
  margin: 20px auto 0;
  width: 960px;
}

.d_tour ul,
.b_tour ul {
  margin-left: 430px;
  margin-top: 40px;
}

.d_tour ul li,
.b_tour ul li {
  float: left;
  width: 120px;
  background: #634722;
  margin-left: 5px;
}

.d_tour ul li a,
.b_tour ul li a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 30px;
  font-size: 15px;
}

.d_tour ul li a:hover,
.b_tour ul li a:hover {
  text-decoration: none;
  background: #d4b684;
}

.f_tour {
  background: url(../images/f_tour.jpg) no-repeat;
  height: 114px;
  clear: both;
  margin: 20px auto 0;
  width: 960px;
}

.d_tour ul,
.f_tour ul {
  margin-left: 430px;
  margin-top: 40px;
}

.d_tour ul li,
.f_tour ul li {
  float: left;
  width: 120px;
  background: #634722;
  margin-left: 5px;
}

.d_tour ul li a,
.f_tour ul li a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 30px;
  font-size: 15px;
}

.d_tour ul li a:hover,
.f_tour ul li a:hover {
  text-decoration: none;
  background: #d4b684;
}

.schedule {
  margin: 30px auto 0;
  width: 800px;
  clear: both;
}

@media screen and (max-width: 657px) {
  .schedule {
    margin: 67px auto 0;
    width: initial;
  }
}

.point04 ul.spot {
  margin-top: 20px;
  height: 435px;
}

.point04 ul.spot li {
  float: left;
  width: 285px;
  height: 410px;
  border: solid #efe3c8 1px;
  border-top: solid #efe3c8 5px;
  padding: 13px;
  margin-right: 7px;
  margin-bottom: 10px;
}

.point04 ul.spot02 li {
  height: 350px;
}

ul.shuyu {
  width: 960px;
  margin: 0 auto;
}

ul.shuyu li {
  background: url(../images/ico.png) no-repeat;
  padding-left: 20px;
  float: left;
  width: 210px;
  margin: 15px 0 0 10px;
}

ul.shuyu li a {
  font-size: 14px;
}

ul.shuyu li a:hover {
  text-decoration: none;
  color: #b39e75;
}

.btn {
  text-align: center;
  clear: both;
  margin: 30px 0;
}

@media screen and (max-width: 657px) {
  .btn {
    margin: 20px 0 0;
  }
}

/* テーブル */
.s_list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #c5a97b;
  border-left: 1px solid #c5a97b;
  margin-bottom: 3px;
  margin-top: 10px;
}

.s_list th {
  width: 20%;
  background-color: #e8dcc7;
  border-right: 1px solid #c5a97b;
  border-bottom: 1px solid #c5a97b;
  color: #6b4609;
  font-size: 15px;
}

.s_list td {
  width: 40%;
  padding: 10px;
  border-right: 1px solid #c5a97b;
  border-bottom: 1px solid #c5a97b;
  text-align: center;
}

.receiptlocation {
  display: inline-block;
  padding-right: 7px;
}

.time {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 657px) {
  .s_list {
    margin-top: 20px;
    margin-bottom: 18px;
  }

  .s_list th {
    font-size: 14px;
    font-weight: 400;
  }

  .s_list td {
    padding: 9px 4px;
    text-align: left;
    font-size: 14px;
  }

  .receiptlocation {
    display: inline-block;
    padding-right: 1px;
  }

  #contents .s_list p {
    line-height: 1.4;
  }

  .time {
    display: inline-block;
  }
}

.point05 p {
  text-align: center;
}

#contents .point05 h2,
#contents .point05 p {
  background: white;
  width: 482px;
  margin: 0 auto;
  padding: 0 0 30px;
}

.pic01 {
  position: absolute;
  top: 110px;
  left: 70px;
}

.pic02 {
  position: absolute;
  top: 200px;
  right: 0px;
}

.pic03 {
  position: absolute;
  top: 240px;
  left: 90px;
}

.bnr {
  margin: 0 auto;
  margin-top: 30px;
}

.movie {
  text-align: center;
  margin: 35px auto 115px;
}

.covid .flex {
  width: 960px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 35px;
}

.covid h2 {
  font-size: 26px !important;
  padding: 0;
  margin: 25px auto 20px !important;
}

.covid dl {
  width: 370px;
}

.covid dt {
  color: #754321;
  font-size: 16px;
  font-weight: bold;
}

.covid dt:before {
  content: "●";
  padding-right: 2px;
}

.covid dd {
  padding-left: 14px;
  margin: 4px 0 15px;
}

.covid p {
  margin-top: 22px;
}

.covid .tour_btn {
  margin: 20px auto 0;
}

.covid iframe {
  width: 560px;
  height: 317px;
}

@media screen and (max-width: 769px) {
  .covid .flex {
    flex-flow: column;
  }

  .covid dl {
    margin-bottom: 2vw;
  }
}

@media (max-width: 657px) {
  .covid .flex {
    font-size: 13px;
    display: block;
    margin-bottom: 30px !important;
  }

  .covid dl {
    margin: 0 15px;
  }

  .covid dt {
    font-size: 16px;
  }

  .covid iframe {
    width: 96vw;
    height: 54.2vw;
    margin: 0 2vw;
  }
}

.point03 .point03_premiumeconomy {
  margin-bottom: 30px;
}

#cboxOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}

#colorbox {
  position: fixed !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  height: 645px !important;
  z-index: 10001;
  outline: none;
}

#cboxLoadedContent {
  background-color: #fff;
  outline: none;
  width: 100% !important;
}

@media (max-width: 657px) {
  #cboxLoadedContent img {
    width: 670px;
    height: auto;
  }
}

#cboxClose {
  background-color: initial;
  position: fixed;
  bottom:-2px;
  right: 0;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 0;
}

#cboxClose:before,
#cboxClose:after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #36495a;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
}

#cboxClose:before {
  transform: rotate(45deg);
}

#cboxClose:after {
  transform: rotate(-45deg);
}

.eaLP_map__zoom_wrapper {
  width: 160px;
  margin: 22px auto 0;
  text-align: center;
}

.map_btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 11px 11px 11px 31px;
  color: #000;
  font-size: 16px;
  border: 2px solid #d5b874;
}

.eaLP_btn__plus {
  position: relative;
  width: 13px;
  /* 全体の幅を縦線の長さに合わせる */
  height: 13px;
  margin-left: 20px;
  display: inline-block;
}

.eaLP_btn__plus::before,
.eaLP_btn__plus::after {
  content: '';
  position: absolute;
  background-color: #634722;
}

.eaLP_btn__plus::before {
  width: 13px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.eaLP_btn__plus::after {
  width: 2px;
  height: 13px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

@media (max-width: 657px) {
  #cboxLoadedContent {
    position: relative;
    height: 645px !important;
  }

  .areaItaly {
    position: absolute;
    left: 104px;
    top: 236px;
    width: 66px;
    height: 18px;
  }

  .areaMorocco {
    position: absolute;
    left: 18px;
    top: 220px;
    width: 65px;
    height: 18px;
  }

  .areaSwitzerland {
    position: absolute;
    left: 116px;
    top: 164px;
    width: 55px;
    height: 18px;
  }

  .areaAustria {
    position: absolute;
    left: 100px;
    top: 191px;
    width: 77px;
    height: 18px;
  }

  .areaPortugal {
    position: absolute;
    left: 14px;
    top: 163px;
    width: 74px;
    height: 18px;
  }

  .areaSpain {
    position: absolute;
    left: 31px;
    top: 139px;
    width: 65px;
    height: 18px;
  }

  .areaFrance {
    position: absolute;
    left: 73px;
    top: 109px;
    width: 65px;
    height: 18px;
  }

  .areaEngland {
    position: absolute;
    left: 22px;
    top: 87px;
    width: 65px;
    height: 18px;
  }

  .areaIreland {
    position: absolute;
    left: 3px;
    top: 52px;
    width: 69px;
    height: 18px;
  }

  .areaBelgium {
    position: absolute;
    left: 75px;
    top: 53px;
    width: 64px;
    height: 18px;
  }

  .areaNetherlands {
    position: absolute;
    left: 86px;
    top: 27px;
    width: 64px;
    height: 18px;
  }

  .areaGermany {
    position: absolute;
    left: 161px;
    top: 33px;
    width: 57px;
    height: 18px;
  }

  .areaDenmark {
    position: absolute;
    left: 220px;
    top: 54px;
    width: 74px;
    height: 18px;
  }

  .areaSweden {
    position: absolute;
    left: 317px;
    top: 14px;
    width: 83px;
    height: 18px;
  }

  .areaRussia {
    position: absolute;
    left: 464px;
    top: 54px;
    width: 59px;
    height: 18px;
  }

  .areaCzech {
    position: absolute;
    left: 231px;
    top: 75px;
    width: 55px;
    height: 18px;
  }

  .areaPoland {
    position: absolute;
    left: 254px;
    top: 95px;
    width: 72px;
    height: 18px;
  }

  .areaHungary {
    position: absolute;
    left: 242px;
    top: 118px;
    width: 71px;
    height: 18px;
  }

  .areaEgypt {
    position: absolute;
    left: 251px;
    top: 269px;
    width: 60px;
    height: 18px;
  }

  .areaJordan {
    position: absolute;
    left: 332px;
    top: 211px;
    width: 60px;
    height: 18px;
  }

  .areaTurkiye {
    position: absolute;
    left: 324px;
    top: 172px;
    width: 49px;
    height: 18px;
  }

  .areaMalta {
    position: absolute;
    left: 218px;
    top: 181px;
    width: 51px;
    height: 18px;
  }

  .areaCyprus {
    position: absolute;
    left: 214px;
    top: 207px;
    width: 64px;
    height: 18px;
  }

  .areaGreece {
    position: absolute;
    left: 318px;
    top: 152px;
    width: 65px;
    height: 18px;
  }

  .areaCroatia {
    position: absolute;
    left: 332px;
    top: 131px;
    width: 72px;
    height: 18px;
  }

  .areaMaldives {
    position: absolute;
    left: 405px;
    top: 369px;
    width: 70px;
    height: 18px;
  }

  .areaSouthAfrica {
    position: absolute;
    left: 144px;
    top: 572px;
    width: 72px;
    height: 18px;
  }

  .areaDubai {
    position: absolute;
    left: 404px;
    top: 243px;
    width: 74px;
    height: 27px;
  }

  #eaLP_map__zoom::-webkit-scrollbar {
    height: 6px
  }

  #eaLP_map__zoom::-webkit-scrollbar-track {
    background: #d6d6d6;
    border: none
  }

  #eaLP_map__zoom::-webkit-scrollbar-thumb {
    background: #36495a
  }

  .eaLP_map__zoom_inner {
    padding-bottom: 30px;
  }

  .eaLP_map__zoom_inner .caution {
    position: absolute;
    bottom: 0em;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    white-space: nowrap;
    font-size: 12px;
    color: #909090;
  }
}

#cboxWrapper {
  height: 645px !important;
}

#cboxContent {
  height: 645px !important;
}