@charset "UTF-8";

/* =========================================================
KV
========================================================= */
.kv {
  overflow: hidden;
  position: relative;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  z-index: 1;
  background: url(../img/tour/kv.jpg) no-repeat center/cover;
}

@media (max-width: 1024px) {
  .kv {
    overflow: visible;
    z-index: 1;
    background: url(../img/tour/kv_sp.jpg) no-repeat center/cover;
  }
}

.fix-logo {
  width: 240px;
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 9;
}

@media screen and (max-width: 1024px) {
  .fix-logo {
    width: 130px;
    top: 13px;
    left: 3%;
  }
}

.kv .inner {
  margin: 0 auto;
  width: 400px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .kv .inner {
    width: 90%;
    max-width: 400px;
  }

  .kv_logo {
    width: 60%;
    margin: 0 auto;
  }

  .kv_logo.zh {
    width: 46%;
  }

  .kv_logo.cn {
    width: 43%;
  }

  .kv_logo.ko {
    width: 41%;
  }
}

.kv .btn {
  margin-top: 35px;
}

/* =========================================================
  concept
  ========================================================= */
.concept {
  text-align: center;
  font-size: 1.9rem;
}

.concept .wrapper {
  padding-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .concept .wrapper {
    padding: 30px 15px 40px;
  }
}

.concept p.ff-mincho {
  line-height: 2;
  margin-top: 35px;
}

@media screen and (max-width: 1024px) {
  .concept p.ff-mincho {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}

/* =========================================================
tourDetail
========================================================= */
.tourDetail {
  background: rgba(240, 239, 234, 0.5);
}

.tourDetail .tourFee {
  display: flex;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  color: #000000;
  padding-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .tourFee {
    flex-direction: column;
    padding-bottom: 45px;
  }
}

.tourDetail .tourFee p.price {
  font-size: 2.4rem;
  margin-right: 40px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .tourFee p.price {
    font-size: 2rem;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.tourDetail .tourFee p.price .gold {
  color: #af822d;
  font-size: 7.1rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .tourDetail .tourFee p.price .gold {
    font-size: 6rem;
  }
}

.tourDetail .tourFee p.price .gold .yen {
  font-size: 5.5rem;
}

.tourDetail .tourFee p.text {
  font-size: 2.3rem;
}

@media screen and (max-width: 1024px) {
  .tourDetail .tourFee p.text {
    font-size: 1.9rem;
  }
}

.tourDetail .tourFee p.text span {
  color: #a9884a;
}

.tourDetail .campaign {
  display: flex;
  justify-content: center;
  border: 1px solid #bfbfbf;
  padding: 25px 50px;
  margin-bottom: 55px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .campaign {
    flex-direction: column;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
}

.tourDetail .campaign h3 {
  color: #af822d;
  font-size: 3rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .tourDetail .campaign h3 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

.tourDetail .campaign .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .tourDetail .campaign .inner {
    flex-direction: column;
  }
}

.tourDetail .campaign .price {
  color: #af822d;
  font-size: 3.6rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
}

@media screen and (max-width: 1024px) {
  .tourDetail .campaign .price {
    font-size: 2.9rem;
    margin-bottom: 5px;
  }
}

.tourDetail .campaign .price span {
  color: #000000;
  font-size: 2.3rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .tourDetail .campaign .price span {
    font-size: 1.8rem;
  }
}

.tourDetail .campaign .price span.yen {
  color: #af822d;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 3rem;
  margin-right: 5px;
}

.tourDetail .campaign .dateBox {
  display: flex;
  justify-content: space-between;
  width: 51%;
}

@media screen and (max-width: 1024px) {
  .tourDetail .campaign .dateBox {
    width: 100%;
    justify-content: normal;
  }

  .tourDetail .campaign .dateBox .date:first-of-type {
    margin-right: 10px;
  }
}

.tourDetail .campaign .left {
  width: 43%;
  border-right: 1px solid #bfbfbf;
  margin-right: 45px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .campaign .left {
    width: 100%;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.tourDetail .campaign .left .dateBox {
  display: block;
  width: 42%;
}

@media screen and (max-width: 1024px) {
  .tourDetail .campaign .left .dateBox {
    display: flex;
    width: 100%;
  }
}

.tourDetail .campaign .right {
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .tourDetail .campaign .right {
    width: 100%;
  }
}

.tourDetail .pointList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 2px solid #bfbfbf;
  padding-bottom: 75px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .pointList {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
}

.tourDetail .pointList li {
  width: 32.8%;
}

@media screen and (max-width: 1024px) {
  .tourDetail .pointList li {
    width: 100%;
  }
}

.tourDetail .pointList li p.text {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #a9884a;
  font-size: 2.2rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media screen and (max-width: 1024px) {
  .tourDetail .pointList li p.text {
    font-size: 2rem;
    margin-top: 8px;
    margin-bottom: 20px;
  }
}

.tourDetail .pointList li:first-of-type {
  width: 100%;
}

.tourDetail .pointList li:first-of-type p.text {
  font-size: 2.8rem;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .tourDetail .pointList li:first-of-type p.text {
    font-size: 2.4rem;
    margin-bottom: 28px;
  }
}

.tourDetail .pointList li:nth-of-type(n+2) {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .pointList li:nth-of-type(n+2) {
    margin-top: 4px;
  }
}

.tourDetail .pointList li .imgBox {
  position: relative;
}

.tourDetail .pointList li .imgBox .circle {
  position: absolute;
  top: 20px;
  left: 20px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .pointList li .imgBox .circle {
    top: -20px;
    left: 10px;
  }
}

.tourDetail .pointList li .imgBox .circle svg {
  max-width: 100%;
  width: 75px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .pointList li .imgBox .circle svg {
    width: 60px;
  }
}

.tourDetail .pointList li .imgBox .circle svg circle {
  fill: #a9884a;
  stroke: #fff;
}

.tourDetail .pointList li .imgBox .circle .point {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.2rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  color: #fff;
  line-height: 1.8;
  padding-top: 14px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .pointList li .imgBox .circle .point {
    font-size: 2.6rem;
  }
}

.tourDetail .pointList li .imgBox .circle .point span {
  font-size: 0.96rem;
  text-align: center;
  margin-bottom: -10px;
  padding-top: 3px;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .tourDetail .pointList li .imgBox .circle .point span {
    font-size: 0.768rem;
    margin-bottom: -8px;
    padding-top: 5px;
  }
}

.tourDetail .progressbar {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .tourDetail .progressbar {
    display: none;
  }
}

.tourDetail .progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  width: 11.7635294118%;
  color: #a9884a;
  font-weight: bold;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 2rem;
}

.tourDetail .progressbar li::before {
  display: block;
  width: 18px;
  height: 18px;
  margin: 7px auto 20px auto;
  content: "";
  text-align: center;
  border-radius: 50%;
  background-color: #a9884a;
  position: inherit;
  z-index: 2;
}

.tourDetail .progressbar li::after {
  position: absolute;
  top: 15px;
  left: -70%;
  width: 120%;
  height: 2px;
  content: "";
  background-color: #a9884a;
  z-index: 1;
}

.tourDetail .progressbar li:first-child::after {
  border-bottom: 2px dotted #e8e9eb;
  width: 50%;
  left: 0;
}

.tourDetail .progressbar li:last-child {
  width: 0px;
}

.tourDetail .progressbar li:last-child::after {
  border-bottom: 2px dotted #e8e9eb;
  width: 71px;
  left: -90px;
}

.tourDetail .progressbar li:last-child::before {
  content: none;
}

.tourDetail .information .recommendPoints {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .information .recommendPoints {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.tourDetail .information .recommendPoints .gold {
  color: #af822d;
  font-weight: bold;
}

.tourDetail .information .recommendPoints p {
  padding-left: 1em;
  text-indent: -1em;
}

.tourDetail .information .pc .scheduleBlock {
  border-bottom: 2px solid #a9884a;
  padding-top: 25px;
  padding-bottom: 50px;
}

.tourDetail .information .pc .scheduleBlock h3 {
  font-size: 3.1rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  color: #a9884a;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.3;
}

.tourDetail .information .pc .scheduleBlock .scheduleList {
  display: flex;
  justify-content: space-between;
}

.tourDetail .information .pc .scheduleBlock .scheduleList:first-of-type {
  justify-content: center;
}

.tourDetail .information .pc .scheduleBlock .scheduleList li {
  margin-right: 10px;
}

.tourDetail .information .pc .scheduleBlock .scheduleList li:nth-of-type(3) {
  margin-right: 0;
}

.tourDetail .information .pc .scheduleBlock .scheduleList li .imgBlock {
  display: flex;
  margin-top: 0;
}

.tourDetail .information .pc .scheduleBlock .scheduleList li .imgBlock img {
  width: 50%;
}

.tourDetail .information .pc .scheduleBlock .scheduleList li p {
  margin-top: 20px;
  font-size: 1.6rem;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock01 {
  border-top: 2px solid #a9884a;
  margin-top: 55px;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock01 li {
  width: 286px;
}

/* .tourDetail .information .pc .scheduleBlock.scheduleBlock01 li:last-of-type {
  width: 571px;
} */

.tourDetail .information .pc .scheduleBlock.scheduleBlock02 .imgBlock {
  display: flex;
  justify-content: space-between;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock02 .imgBlock img {
  margin-right: 9px;
  width: 24.4%;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock02 .imgBlock img:nth-of-type(4) {
  margin-right: 0;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock02 .imgBlock .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 36%;
  max-width: 430px;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock02 .imgBlock .inner img {
  width: 49%;
  margin-right: 0;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock02 .imgBlock .inner img:nth-of-type(n+3) {
  margin-top: 9px;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock02 p {
  margin-top: 20px;
  font-size: 1.6rem;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock03 {
  padding-bottom: 10px;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock03 li {
  width: 333px;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock03 li:first-of-type {
  width: 486px;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock03 li .imgBlock {
  justify-content: space-between;
}

.tourDetail .information .pc .scheduleBlock.scheduleBlock03 .comment {
  font-size: 1.4rem;
  margin-top: 25px;
}

.tourDetail .information .sp.scheduleBlock {
  position: relative;
  padding-left: 3rem;
  max-width: 600px;
  margin: 0 auto;
  border-top: 2px solid #a9884a;
  border-bottom: 2px solid #a9884a;
  padding-top: 30px;
  padding-bottom: 10px;
}

.tourDetail .information .sp.scheduleBlock::before {
  content: "";
  background-color: #a9884a;
  width: 2px;
  position: absolute;
  top: 45px;
  left: 0.7rem;
  height: 86.5%;
  z-index: 0;
}

@media (max-width: 600px) {
  .tourDetail .information .sp.scheduleBlock::before {
    height: 87%;
  }
}

@media (max-width: 470px) {
  .tourDetail .information .sp.scheduleBlock::before {
    height: 86%;
  }
}

@media (max-width: 380px) {
  .tourDetail .information .sp.scheduleBlock::before {
    height: 84.6%;
  }
}

.tourDetail .information .sp.scheduleBlock h3 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  color: #a9884a;
  position: relative;
  line-height: 1.4;
  margin-bottom: 20px;
}

.tourDetail .information .sp.scheduleBlock h3:before {
  position: absolute;
  left: -3rem;
  top: 7px;
  z-index: 1;
  content: "";
  border-radius: 50%;
  background-color: #a9884a;
  width: 17px;
  height: 17px;
  display: block;
}

.tourDetail .information .sp.scheduleBlock p {
  margin: 20px 0;
}

.tourDetail .information .sp.scheduleBlock .imgBlock {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.tourDetail .information .sp.scheduleBlock .imgBlock img {
  width: 50%;
}

.tourDetail .information .sp.scheduleBlock .imgBlock02 img {
  width: 100%;
}

/* .tourDetail .information .sp.scheduleBlock .imgBlock02 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3px;
}

.tourDetail .information .sp.scheduleBlock .imgBlock02 .inner img {
  width: 49.5%;
}

.tourDetail .information .sp.scheduleBlock .imgBlock02 .inner img:nth-of-type(2) {
  margin-top: 0;
}

.tourDetail .information .sp.scheduleBlock .imgBlock02 .inner img:nth-of-type(n+3) {
  margin-top: 3px;
} */
.tourDetail .information .sp.scheduleBlock .comment {
  font-size: 1.2rem;
  margin-top: 25px;
  margin-bottom: 0;
}

.tourDetail .note {
  margin-top: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .note {
    padding-top: 0;
  }
}

.tourDetail .note p {
  padding-left: 1em;
  text-indent: -1em;
}

.tourDetail .note p.non {
  padding-left: 0;
  text-indent: inherit;
}

.tourDetail .calendar {
  background: #fff;
  padding: 60px 120px 80px;
  margin: 0 0 60px;
  position: initial;
  display: block;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.tourDetail .calendar::before {
  content: none;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar {
    padding: 40px 20px;
    margin: 0 auto 50px;
    max-width: 600px;
  }
}

.tourDetail .calendar h3 {
  font-size: 2.4rem;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar h3 {
    margin-bottom: 10px;
  }
}

.tourDetail .calendar .calendarList {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .calendarList {
    flex-direction: column;
    margin-top: 40px;
    max-width: 440px;
    margin: 0 auto;
  }
}

.tourDetail .calendar .calendarList .calendarItem:nth-of-type(n+3) {
  margin-top: 30px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .calendarList .calendarItem:nth-of-type(2) {
    margin-top: 30px;
  }
}

.tourDetail .calendar .calendarList .calendarItem .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #d1d3d8;
  padding-top: 8px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .calendarList .calendarItem .text {
    padding-bottom: 8px;
  }
}

.tourDetail .calendar .calendarList .calendarItem .text .month {
  background: #af822d;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 20px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .calendarList .calendarItem .text .month {
    font-size: 1rem;
    padding: 1px 15px;
  }
}

.tourDetail .calendar .calendarList .calendarItem .text .price {
  color: #af822d;
  font-size: 4.8rem;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .calendarList .calendarItem .text .price {
    font-size: 2.6rem;
  }
}

.tourDetail .calendar .calendarList .calendarItem .text .price .yen {
  font-size: 3.8rem;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .calendarList .calendarItem .text .price .yen {
    font-size: 2rem;
  }
}

.tourDetail .calendar .calendarList .calendarItem .text .price .off {
  font-size: 1.8rem;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  margin-right: 8px;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .calendarList .calendarItem .text .price .off {
    font-size: 1.3rem;
  }
}

.tourDetail .calendar .calendarList table {
  text-align: center;
}

.tourDetail .calendar .calendarList table tr {
  border-bottom: 1px solid #d1d3d8;
}

.tourDetail .calendar .calendarList table tr.week {
  font-weight: bold;
  font-size: 1.6rem;
  color: #76838a;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .calendarList table tr.week {
    font-size: 0.88rem;
  }
}

.tourDetail .calendar .calendarList table tr.week th {
  height: 60px;
  width: 62px;
  padding: 14px 5px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .calendarList table tr.week th {
    width: inherit;
    height: inherit;
    padding: inherit;
  }
}

.tourDetail .calendar .calendarList table td {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  color: #fff;
  font-size: 1.5rem;
  width: 62.8571428571px;
  height: 68px;
  padding: 17px;
  position: relative;
  z-index: 1;
}

.tourDetail .calendar .calendarList table td::after {
  content: "";
  background: #a9884a;
  border-radius: 50%;
  position: absolute;
  height: 50px;
  width: 50px;
  top: 7px;
  left: 7px;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .calendarList table td::after {
    height: 50px;
    width: 80%;
    left: 10%;
    top: 10%;
  }
}

@media (max-width: 499px) {
  .tourDetail .calendar .calendarList table td::after {
    height: 76%;
    width: 90%;
    left: 6%;
  }
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .calendarList table td {
    height: 50px;
    width: 14.2857142857vw;
    padding: 4.5%;
    font-size: 1.3rem;
  }
}

@media (max-width: 499px) {
  .tourDetail .calendar .calendarList table td {
    height: 14.2857142857vw;
    font-size: 0.83rem;
    padding: 5.8%;
  }
}

.tourDetail .calendar .calendarList table td.non {
  color: #000;
}

.tourDetail .calendar .calendarList table td.non::after {
  content: inherit;
}

.tourDetail .calendar .eventDate {
  margin-top: 30px;
  position: relative;
  padding-left: 32px;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .eventDate {
    margin-top: 25px;
    padding-left: 20px;
  }
}

.tourDetail .calendar .eventDate::after {
  content: "";
  background: #a9884a;
  border-radius: 50%;
  position: absolute;
  height: 25px;
  width: 25px;
  top: -1px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .eventDate::after {
    height: 14px;
    width: 14px;
    top: 3px;
  }
}

.tourDetail .calendar .btn {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .tourDetail .calendar .btn {
    margin-top: 18px;
  }

  .tourDetail .calendar .btn a {
    width: 100%;
  }
}

/* =========================================================
hotel
========================================================= */
.hotel .hotelList li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .hotel .hotelList li {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.hotel .hotelList li .imgBlock {
  width: 370px;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .imgBlock {
    width: 100%;
  }
}

.hotel .hotelList li .imgBlock img {
  width: 100%;
  height: auto;
}

.hotel .hotelList li .textBlock {
  width: 780px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .textBlock {
    width: 100%;
  }
}

.hotel .hotelList li .hotelAbout .nameBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hotel .hotelList li .hotelAbout .nameBox a {
  color: #a9884a;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .hotel .hotelList li .hotelAbout .nameBox a {
    display: none;
  }
}

.hotel .hotelList li .hotelAbout .nameBox a svg {
  width: 22px;
  height: 22px;
  fill: #a9884a;
  margin-right: 12px;
}

.hotel .hotelList li .hotelAbout .hotelName {
  margin: 10px 0;
  color: #121b27;
  font-size: 2rem;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .hotelAbout .hotelName {
    margin: 15px 0 0;
    font-size: 1.5rem;
    font-feature-settings: initial;
    letter-spacing: 0.1em;
  }
}

.hotel .hotelList li .hotelAbout .hotelAddress {
  background-color: #e5e8eb;
  padding: 20px;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .hotelAbout .hotelAddress {
    background: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

.hotel .hotelList li .hotelAbout .hotelAccess {
  margin-top: 20px;
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .hotelAbout .hotelAccess {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.hotel .hotelList li .hotelAbout .hotelAccess span {
  color: #121b27;
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .hotelAbout .hotelAccess span {
    font-size: 1.3rem;
  }
}

.hotel .hotelList li .btnWrap {
  margin-top: auto;
  display: flex;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .btnWrap {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}

.hotel .hotelList li .btnWrap .btn {
  width: 300px;
  margin-right: 10px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .btnWrap .btn {
    margin-right: 0;
    width: 100%;
  }
}

.hotel .hotelList li .btnWrap .btn a {
  min-width: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .hotel .hotelList li .btnWrap .btn.rsvBtn {
    margin-top: 8px;
  }
}

.hotel .hotelList li .btnWrap .btn.rsvBtn a {
  background: #a9884a;
  color: #fff;
}

.hotel .hotelList li .btnWrap .btn.rsvBtn a svg {
  fill: #fff;
}

.hotel .hotelList li .btnWrap .btn.rsvBtn a:hover {
  opacity: 0.8;
}

.hotel .hotelList li .txt {
  margin-top: 20px;
  color: #121b27;
}

.hotel .toTop {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .hotel .toTop {
    margin-top: 20px;
  }
}

/* =========================================================
movieArea
========================================================= */
.movieArea {
  position: relative;
  height: 454px;
  background: rgba(77, 77, 77, 0.3);
}

.movieArea h2 {
  color: #fff;
}

@media (max-width: 1024px) {
  .movieArea {
    width: 100%;
    height: 343px;
  }
}

.movieArea .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
}

.movieArea .btn.movie {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 257px;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .movieArea .btn.movie {
    /* border: none;
    border-radius: inherit;
    background: #1E4575;
    width: 100%;
    bottom: -57px; */
  }
}

.movieArea .btn.movie img.icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.movieArea .conceptVideo {
  width: 100%;
  height: 454px;
  background: #404040;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

@media (max-width: 1024px) {
  .movieArea .conceptVideo {
    width: 100%;
    height: 343px;
  }
}

.movieArea .conceptVideo video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.movieArea .md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A1A1A;
  opacity: 0.9;
  z-index: 9999;
}

.movieArea .md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1100px;
  height: auto;
  overflow: hidden;
  z-index: 10000;
}

@media screen and (max-width: 1024px) {
  .movieArea .md-contents {
    width: 90%;
  }
}

.movieArea .md-xmark {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

.movieArea .md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.movieArea .md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}

.movieArea .md-xmark span:nth-of-type(2) {
  bottom: -1px;
  transform: translateY(-10px) rotate(45deg);
}

/* =========================================================
多言語
========================================================= */
body.lang_zh-CHT .kv .inner,
body.lang_zh-CHS .kv .inner {
  width: 300px;
}

@media (max-width: 767px) {

  body.lang_zh-CHT .kv .inner,
  body.lang_zh-CHS .kv .inner {
    width: 90%;
    max-width: 400px;
  }
}

body.lang_ko .kv .inner {
  width: 280px;
}

@media (max-width: 767px) {
  body.lang_ko .kv .inner {
    width: 90%;
    max-width: 400px;
  }
}

body.lang_ko .tourDetail .information .pc .scheduleBlock h3 {
  font-size: 3rem;
}

/*# sourceMappingURL=tour.css.map */