@charset "UTF-8";
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

select {
  border: none;
  outline: none;
}

html, body {
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  font-size: 1.6rem;
  line-height: 2;
  /* background: #001432; */
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

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

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#loading {
  background: #001432;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: all 1s .3s;
}

#loading .loadingBox {
  width: 100%;
  animation: animloader .5s ease-in alternate;
}

#loading .loadingBox > img {
  width: 60%;
  max-width: 315px;
}

@media screen and (min-width: 769px) {
  #loading .loadingBox > img {
    width: 100%;
  }
}

@keyframes animloader {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

#loading .loader {
  transition: all .3s;
  color: #fff;
  font-size: 7vw;
  letter-spacing: .5em;
}

@media screen and (min-width: 769px) {
  #loading .loader {
    font-size: 6rem;
  }
}

#loading.completion {
  opacity: 0;
  transform: scale(1.2, 1.2);
  transform: rotate(0.0001deg);
}

a:hover,
a:active {
  text-decoration: none;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.txtRed {
  color: #ff2424 !important;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.pageTopBtn .res-contents .global-pagetop-box .global-pagetop-inner {
  max-width: inherit;
}

.pageTopBtn .res-contents .global-pagetop-box .global-pagetop-inner .pagetop {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.pageTopBtn .res-contents .global-pagetop-box .global-pagetop-inner .pagetop::after {
  content: "↑";
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

#wrap-container {
  font-size: 1.6rem;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  line-height: 2;
}

#contents .mainV {
  background: url(/domtour/theme/recommend/luxetravel/image/common/mainV.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-position: 70%;
}

@media screen and (min-width: 769px) {
  #contents .mainV {
    background-position: center -60px;
    max-height: 720px;
    margin-bottom: 70px;
  }
}

#contents .mainV .mainVInner {
  width: 100%;
  max-width: 1240px;
  padding: 0 35px;
  text-align: center;
  margin-top: 5vh;
}

@media screen and (min-width: 769px) {
  #contents .mainV .mainVInner {
    padding: 0 20px;
    margin-top: 0;
  }
}

#contents .mainV .mainVInner .mainVTtl {
  margin-bottom: 20px;
  font-size: 7vw;
  letter-spacing: .5em;
  font-weight: 500;
  opacity: 0;
  transform: translate(0, 4%);
  transition: all .5s ease-in-out;
}

#contents .mainV .mainVInner .mainVTtl span {
  display: block;
  line-height: 10px;
}

#contents .mainV .mainVInner .mainVTtl span img {
  width: 60%;
  max-width: 315px;
  height: 100%;
}

@media screen and (min-width: 769px) {
  #contents .mainV .mainVInner .mainVTtl {
    margin-bottom: 30px;
    font-size: 5.6rem;
  }
  #contents .mainV .mainVInner .mainVTtl span {
    display: block;
    line-height: 28px;
  }
  #contents .mainV .mainVInner .mainVTtl span img {
    width: 100%;
  }
}

#contents .mainV .mainVInner .mainVTtl.active {
  opacity: 1;
  transform: translate(0, 0);
}

#contents .mainV .mainVInner .mainVTtlSub {
  color: #ddd;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .1em;
  margin-bottom: 20px;
  opacity: 0;
  transform: translate(0, 4%);
  transition: all .5s ease-in-out;
}

@media screen and (min-width: 351px) {
  #contents .mainV .mainVInner .mainVTtlSub {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  #contents .mainV .mainVInner .mainVTtlSub {
    font-size: 2.4rem;
  }
}

#contents .mainV .mainVInner .mainVTtlSub.active {
  opacity: 1;
  transform: translate(0, 0);
}

#contents .mainV .mainVInner .mainVTxt {
  color: #ddd;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  opacity: 0;
  transform: translate(0, 4%);
  transition: all .8s ease-in-out;
}

@media screen and (min-width: 351px) {
  #contents .mainV .mainVInner .mainVTxt {
    font-size: 1.3rem;
    line-height: 2;
  }
}

@media screen and (min-width: 769px) {
  #contents .mainV .mainVInner .mainVTxt {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 30px;
  }
}

#contents .mainV .mainVInner .mainVTxt.active {
  opacity: 1;
  transform: translate(0, 0);
}

#contents .mainV .mainVInner .mainVBtn {
  opacity: 0;
  transform: translate(0, 4%);
  transition: all .8s ease-in-out;
}

#contents .mainV .mainVInner .mainVBtn > ul {
  display: block;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #contents .mainV .mainVInner .mainVBtn > ul {
    display: flex;
    justify-content: center;
  }
}

#contents .mainV .mainVInner .mainVBtn > ul li {
  padding: 10px 0;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #contents .mainV .mainVInner .mainVBtn > ul li {
    padding: 0 10px;
  }
}

#contents .mainV .mainVInner .mainVBtn > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  font-size: 1.4rem;
  border: 1px solid #fff;
}

#contents .mainV .mainVInner .mainVBtn > ul li a span {
  display: inline-block;
  position: relative;
}

#contents .mainV .mainVInner .mainVBtn > ul li a span::before {
  content: url(/domtour/theme/recommend/luxetravel/image/common/mainVBtnIcon.svg);
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
}

@media screen and (min-width: 351px) {
  #contents .mainV .mainVInner .mainVBtn > ul li a {
    line-height: 55px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 769px) {
  #contents .mainV .mainVInner .mainVBtn > ul li a {
    font-size: 2rem;
  }
  #contents .mainV .mainVInner .mainVBtn > ul li a span::before {
    left: -55px;
    width: 45px;
    height: 2.5em;
  }
}

#contents .mainV .mainVInner .mainVBtn > ul .btnOn a {
  color: #42245b;
  background: rgba(255, 255, 255, 0.8);
}

#contents .mainV .mainVInner .mainVBtn > ul .btnOff a {
  color: #fff;
  transition: all .3s;
}

#contents .mainV .mainVInner .mainVBtn > ul .btnOff a span::before {
  content: inherit;
}

#contents .mainV .mainVInner .mainVBtn > ul .btnOff a:hover {
  color: #42245b;
  background: rgba(255, 255, 255, 0.8);
}

#contents .mainV .mainVInner .mainVBtn > ul .btnOff a:hover span::before {
  content: url(/domtour/theme/recommend/luxetravel/image/common/mainVBtnIcon.svg);
}

#contents .mainV .mainVInner .mainVBtn.active {
  opacity: 1;
  transform: translate(0, 0);
}

#contents .mainV .mainVLogo {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 104px;
}

#contents .mainV .mainVLogo img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  #contents .mainV .mainVLogo {
    top: 30px;
    right: 30px;
    width: 213px;
  }
}

#contents .main {
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (min-width: 769px) {
  #contents .main {
    max-width: 1240px;
    margin: 0 auto 200px;
    padding: 0 20px;
  }
}

#contents .main .areaLink {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border-top: 1px solid #314755;
  border-bottom: 1px solid #314755;
}

@media screen and (min-width: 769px) {
  #contents .main .areaLink {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    border: none;
  }
}

#contents .main .areaLink li {
  width: 50%;
  text-align: left;
  border-bottom: 1px solid #314755;
}

#contents .main .areaLink li:nth-child(odd) {
  border-right: 1px solid #314755;
}

#contents .main .areaLink li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 769px) {
  #contents .main .areaLink li {
    width: auto;
    text-align: center;
    border: none;
  }
  #contents .main .areaLink li:nth-child(odd) {
    border: none;
  }
  #contents .main .areaLink li .active::after {
    content: '';
    width: 30px;
    border-bottom: 3px dotted #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

#contents .main .areaLink li a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  padding: 15px 0 15px 30px;
}

#contents .main .areaLink li a:hover::after {
  content: none;
}

@media screen and (min-width: 769px) {
  #contents .main .areaLink li a {
    display: inline-block;
    margin: 0 1.8vw;
    font-size: 2.2rem;
    padding: 0;
  }
  #contents .main .areaLink li a:hover::after {
    content: '';
    width: 30px;
    border-bottom: 3px dotted #fff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

#contents .main .sec {
  margin-bottom: 35px;
}

@media screen and (min-width: 769px) {
  #contents .main .sec {
    margin-bottom: 60px;
  }
}

#contents .main .sec .ttl03 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

#contents .main .sec .ttl03::before {
  content: url(/domtour/theme/recommend/luxetravel/image/common/ttl03_icon.svg);
  width: 70px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (min-width: 769px) {
  #contents .main .sec .ttl03 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  #contents .main .sec .ttl03::before {
    width: 138px;
  }
}

#contents .main .sec:nth-child(even) .ttl03::before {
  right: -55px;
}

@media screen and (min-width: 769px) {
  #contents .main .sec:nth-child(even) .ttl03::before {
    right: -110px;
  }
}

#contents .main .sec:nth-child(odd) .ttl03::before {
  left: -55px;
}

@media screen and (min-width: 769px) {
  #contents .main .sec:nth-child(odd) .ttl03::before {
    left: -110px;
  }
}

#contents .main .sec .planBox ul {
  display: block;
}

@media screen and (min-width: 769px) {
  #contents .main .sec .planBox ul {
    display: flex;
    justify-content: space-between;
  }
}

#contents .main .sec .planBox ul li {
  width: 100%;
}

#contents .main .sec .planBox ul li a {
  display: block;
  position: relative;
  transition: all .5s;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  #contents .main .sec .planBox ul li a:hover .planBoxImg {
    transform: scale(1.1, 1.1);
  }
  #contents .main .sec .planBox ul li a:hover .planBoxImg .planBoxTtl {
    opacity: 0;
  }
  #contents .main .sec .planBox ul li a:hover .planBoxTtlOn {
    transform: scaleY(1);
    height: 61%;
    opacity: 1;
  }
  #contents .main .sec .planBox ul li a:hover .planBoxTtlOn .planBoxTtlOnTxt {
    transform: scale(1);
    opacity: 1;
  }
  #contents .main .sec .planBox ul li a:hover .LTtl {
    height: 85%;
  }
}

#contents .main .sec .planBox ul li a .planBoxImg {
  transition: all .5s;
  position: relative;
  height: 25vh;
}

#contents .main .sec .planBox ul li a .planBoxImg img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  #contents .main .sec .planBox ul li a .planBoxImg {
    height: 300px;
  }
}

#contents .main .sec .planBox ul li a .planBoxImg .planBoxTtl {
  width: auto;
  min-width: 134px;
  height: 90px;
  background: rgba(32, 9, 31, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.35;
  padding: 0 5%;
  word-break: keep-all;
  opacity: 1;
}

#contents .main .sec .planBox ul li a .planBoxImg .planBoxTtl > span .planBoxTtlArea {
  font-size: 1rem;
  letter-spacing: .2rem;
  display: block;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  #contents .main .sec .planBox ul li a .planBoxImg .planBoxTtl {
    min-width: 200px;
    height: 110px;
    font-size: 2.1rem;
  }
  #contents .main .sec .planBox ul li a .planBoxImg .planBoxTtl > span .planBoxTtlArea {
    font-size: 1.4rem;
  }
}

#contents .main .sec .planBox ul li a .planBoxTtlOn {
  padding: 10px 20px 50px;
}

@media screen and (min-width: 769px) {
  #contents .main .sec .planBox ul li a .planBoxTtlOn {
    transform: perspective(1px) translateZ(0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 0;
    transition-timing-function: ease-out;
    transform-origin: 50%;
    background: rgba(255, 255, 255, 0.8);
    transition-duration: .5s;
    transition-property: transform;
    transform: scaleY(0);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    padding: 0 10px;
  }
}

#contents .main .sec .planBox ul li a .planBoxTtlOn .planBoxTtlOnTxt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}

#contents .main .sec .planBox ul li a .planBoxTtlOn .planBoxTtlOnTxt span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (min-width: 351px) {
  #contents .main .sec .planBox ul li a .planBoxTtlOn .planBoxTtlOnTxt {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  #contents .main .sec .planBox ul li a .planBoxTtlOn .planBoxTtlOnTxt {
    color: #001432;
    font-size: 2.6rem;
    transform-origin: 50%;
    transform: scale(0.6);
    opacity: 0;
    transition: all .8s;
    position: relative;
    line-height: 1.5;
  }
  #contents .main .sec .planBox ul li a .planBoxTtlOn .planBoxTtlOnTxt::before {
    content: '';
    background: url(/domtour/theme/recommend/luxetravel/image/common/planBoxTtlOn.svg);
    display: block;
    height: 22px;
    width: 100%;
    max-width: 50px;
    margin: 0 auto;
  }
  #contents .main .sec .planBox ul li a .planBoxTtlOn .planBoxTtlOnTxt span {
    font-size: 1.8rem;
    padding-top: 5px;
  }
}

/* パンくずエリア */

#breadcrumbs {
  padding: 0 4%;
}
#breadcrumbs .rcrumbs-cover {
  color: #333333;
}

@media screen and (min-width: 769px) {
  #breadcrumbs {
    padding: 0;
  }
  #breadcrumbs .rcrumbs-cover {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .rcrumbs.is-touchdevice .rcrumbs-list li:first-child{
    margin-left: 0;
  }
}

/* パンくずエリア */


/* 「あんしん」バナー */
.anshinInfo {
  margin: 20px auto 50px;
}
.anshinInfo a {
  display: inline-block;
  padding: 20px;
  transition: all .3s;
}
.anshinInfo a:hover {
  opacity: .7;
}
.anshinInfo .anshinInfoInner {
  border: 1px solid #fff;
  padding: 20px;
  margin: 0 20px;
}
.anshinInfo .anshinInfoInner .anshinInfoTtl {
  font-size:   1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
}
.anshinInfo .anshinInfoInner .anshinInfoLsit {
  margin: 0 auto 20px;
}
.anshinInfo .anshinInfoInner .anshinInfoLsit tbody tr {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.anshinInfo .anshinInfoInner .anshinInfoLsit tbody tr th,td {
  text-align: left;
}
.anshinInfo .anshinInfoInner .anshinInfoLsit tbody tr th {
  width: 7em;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.anshinInfo .anshinInfoInner .anshinInfoLsit tbody tr td ul li {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.anshinInfo .anshinInfoInner .anshinInfoLsit tbody tr td ul li::before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #fff;
  margin-right: 10px;
  vertical-align: middle;
}

.anshinInfo .anshinInfoInner > ul{
  width: 100%;
  max-width: 966px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
}

.anshinInfo .anshinInfoInner > ul > li{
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 769px) {
  .anshinInfo {
    margin: 0 auto 50px;
  }
  .anshinInfo a {
    padding: 0;
    margin-bottom: 40px;
  }
  .anshinInfo .anshinInfoInner {
    margin: 0 auto;
  }
  .anshinInfo .anshinInfoInner .anshinInfoTtl {
    font-size: 2rem;
    letter-spacing: .15em;
    line-height: 2;
    text-align: center;
  }
  .anshinInfo .anshinInfoInner .anshinInfoLsit tbody tr {
    display: block;
  }
  .anshinInfo .anshinInfoInner .anshinInfoLsit tbody tr th {
    font-size: 1.8rem;
    width: 7em;
    margin-bottom: 0;
  }
  .anshinInfo .anshinInfoInner .anshinInfoLsit tbody tr td ul li {
    font-size: 1.6rem;
  }
  .anshinInfo .anshinInfoInner .anshinInfoLsit tbody tr td ul li::before{
    width: 1px;
    height: 10px;
  }
  .anshinInfo .anshinInfoInner > ul{
    font-size: 1.6rem;
  }
}

/* 「あんしん」バナー */

#contents .main .anshinBar{
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

#contents .main .anshinBar a img{
  width: 100%;
}

@media screen and (min-width: 769px) {
  #contents .main .anshinBar{
    padding: 0;
  }
  #contents .main .anshinBar a img{
    width: auto;
  }
}

#contents .main .anshinBar a {
  display: inline-block;
  transition: all .3s;
  width: 100%;
}

@media screen and (min-width: 769px) {
  #contents .main .anshinBar a {
    width: auto;
  }
}

#contents .main .anshinBar a:hover {
  opacity: .7;
}


/* PCRバナー*/
#contents .main .pcrBar{
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  #contents .main .pcrBar{
    padding: 0;
  }
}

#contents .main .pcrBar a {
  display: inline-block;
  transition: all .3s;
}

#contents .main .pcrBar a:hover {
  opacity: .7;
}

.contents-asw .anshinInfoAcc {
  color: #fff;
}

input[type="text"].asw-formtext__input {
  border: 1px solid #949499;
  border-radius: 50px;
  padding: 8px 16px;
}
.point-text-wrap strong{
	font-weight:bold;
}
.asw-decoration--background.asw-decoration--color-primary.point-text-wrap{
    background-color:#EBF5FD;
}
@media screen and (min-width:768px){
	.mv-wrap{align-content:center;}
}

@media screen and (max-width:767px){
	.mv-text-wrap{margin-top:143px}
	.mv-wrap{background-position: 60% 0;}
}