@charset "Shift_JIS";
* {
  box-sizing: border-box;
}
[class$="heading"] + p{
  margin-top: 5px;
}

@media (min-width: 769px){
  .col2{
    column-count: 2;
    column-gap: 6px;
  }
}
@media (max-width: 768px){
  .sp_col2{
    column-count: 2;
    column-gap: calc( 4 / 750 * 100vw );
    width: 90vw;
    margin-left: calc(50% - 45vw);
    margin-right: calc(50% - 45vw);
  }
}

.footnote{
 display: block;
}
.button{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.button::after {
  content: "";
  display: block;
  position: absolute;
}
a.button.-tab{
 color: #ac7b00;
 position: relative;
 width: 100%;
 height: 40px;
 border: 1px solid #ac7b00;
}
.button.-tab::after {
 top: 38%;
 right: 13px;
 width: 6px;
 height: 6px;
 border-top: solid 1px #ac7b00;
 border-right: solid 1px #ac7b00;
 transform: rotate(135deg);
}
a.button.-link{
  color: #660000;
  height: 100px;
  margin: auto;
  border: 1px solid #660000;
  font-family: var(--ff_noto_serif);
  font-size: 2.4rem;
}
.button.-link::after {
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: solid 1px #660000;
  border-right: solid 1px #660000;
  transform: rotate(45deg) translateY(-50%);
}
.button.-tab:hover, .button.-tab.is-current{
  background-color: #ac7b00;
  color: #ffffff;
}
.button:hover::after, .button.-tab.is-current::after{
  border-color: #ffffff;
 }
@media ( min-width: 769px ) {
 .button.-tab:hover{
  background-color: #ac7b00;
  color: #ffffff;
 }
 .button.-link:hover{
  background-color: #660000;
  color: #ffffff;
 }
}
@media (max-width: 768px){
  [class$="heading"] + p{
    margin-top: 15px;
  }
  a.button.-tab{
    height: calc( 60 / 750 * 100vw );
    font-size: calc( 20 / 750 * 100vw );
  }
  .button.-tab:hover{
    background-color: #ffffff;
    color: #ac7b00;
  }
  .button:hover::after{
    border-color: #ac7b00;
  }
  .button.-tab::after{
    right: auto;
    top: auto;
    bottom: 5px;
  }
  .button.-tab span{
    position: relative;
    top: -1vw;
  }
  a.button.-link{
    height: calc( 200 / 750 * 100vw);
    font-size: calc( 36 / 750 * 100vw );
    text-align: center;
    line-height: 1.4;
  }
  .button.-link::after {
    right: 4vw;
  }
}

.main_header{
 height: auto;
}
.-mode-pc .main_header{
  min-width: 1140px;
}
.main_visual{
  position: relative;
  width: 100%;
  height: 800px;
}
.main_title{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1140px;
  height: 100%;
  margin: auto;
}
.main_title img{
  width: auto;
}
.slider{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.slide-01, .slide-02, .slide-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slide-01{
  background-image: url('/luxurytravel/train/cruisetrain-sevenstars/images/main_visual-01.jpg');
  background-position: right bottom;
  animation: slide-animation-01 24s infinite;
}
.slide-02{
  background-image: url('/luxurytravel/train/cruisetrain-sevenstars/images/main_visual-02.jpg');
  animation: slide-animation-02 24s infinite;
}
.slide-03{
  background-image: url('/luxurytravel/train/cruisetrain-sevenstars/images/main_visual-03.jpg');
  animation: slide-animation-03 24s infinite;
}
@media (max-width: 768px){
  .main_visual{
    height: calc( 780 * 1.04 / 750 * 100vw)
  }
  .main_title{
    width: auto;
  }
  .main_title img {
    width: auto;
    height: 100%;
  }
  .slide-01{
    background-image: url('/luxurytravel/train/cruisetrain-sevenstars/images/main_visual-01-sp.jpg');
  }
  .slide-02{
    background-image: url('/luxurytravel/train/cruisetrain-sevenstars/images/main_visual-02-sp.jpg');
  }
  .slide-03{
    background-image: url('/luxurytravel/train/cruisetrain-sevenstars/images/main_visual-03-sp.jpg');
  }
}
@keyframes slide-animation-01 {
  0% {opacity: 1; transform: scale(1.15);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.0);}
  90% {opacity: 0}
  100% {opacity: 1; transform: scale(1.15);}
}
@keyframes slide-animation-02 {
  0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.0);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.1);}
  100% {opacity: 0;}
}
@keyframes slide-animation-03 {
  0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.1);}
  70% {opacity: 1;}
  90% {opacity: 1;}
  100% {opacity: 0; transform: scale(1.0);}
}

.news_container{
 padding: 50px 0;
 background-color: #fbf7ee;
}
.news_body{
 justify-content: center;
 align-items: center;
 margin: auto;
}
.-mode-pc .news_body{
  width: 960px;
}
.news_heading{
 padding: 0 30px;
 font-family: var(--ff_noto_serif);
 font-size: 2.8rem;
}
.-mode-pc .news_heading{
  width: 195px;
}
.news_text{
 padding-left: 30px;
 border-left: 1px solid #000000;
}
.news_item{
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.news_item + .news_item{
  margin-top: 20px;
}
.news_item a{
  color: #000000;
}
.news_item_head{
  margin-right: 10px;  
}
@media (min-width: 769px){
  .news_item{
    display: flex;
  }
  .news_item a:hover{
    text-decoration: underline;
  }
  .news_item_head{
    width: 140px;
    /* text-align: right; */
    white-space: nowrap;
 }
  .news_item_body{
    flex: 1;
  }
}
@media (max-width: 768px){
  .news_body{
    padding-right: calc( 40 / 750 * 100vw );
    padding-left: calc( 40 / 750 * 100vw );   
  }
  .news_container {
    padding: 30px 0 45px;
  }
  .news_text{
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #000000;
  }
  .news_heading{
    text-align: center;
  }
  .news_item_body{
    margin-top: 5px;
  }
}

.section {
  padding-top: 150px;
}
.section_inner{
 width: 1140px;
 padding: 0 10px;
 margin: auto;
}
.section_heading{
 text-align: center;
 margin: 0 auto 50px;
}
.-mode-pc .section_heading{
  width: 1140px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}
.section_text_catch{
  line-height: 1.4;
  margin-bottom: 10px;
}
.section_text_catch img{
 display: inline;
}
.section_text{
 margin-top: 10px;
}
.section_text_container{
 margin: 50px auto 0;
}
.section_text_container + .section_image_container{
  margin-top: 30px;
 }
.-mode-pc .section_text_container{
  width: 720px;
}
.section_image_outer{
  position: relative;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.section_image_container + .section_image_container{
  margin-top: 100px;
}
.section_image_outer + .section_image_outer{
  margin-top: 10px;
}
.caption{
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  text-shadow:0 0 3px rgb(0, 0, 0, .5),0 0 3px rgb(0, 0, 0, .5),0 0 3px rgb(0, 0, 0, .5),0 0 3px rgb(0, 0, 0, .5),0 0 3px rgb(0, 0, 0, .5),0 0 3px rgb(0, 0, 0, .5);;
  letter-spacing: -0.1em;
  text-align: right;
  line-height: 1.2;
}
.section_image_main{
 display: block;
 margin: auto;
}
.-mode-pc .image_map_outer{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.image_map_heading{
  font-weight: 600;
  margin-right: 75px;
}
.image_map{
 display: block;
 /* margin: 40px auto 0; */
}
.-mode-pc .image_map_outer{
  transform: translateX(-20px);
 }
/* .section_image{
 margin-top: 50px;
} */
.section.last{
  padding-bottom: 180px;
}
.text_heading{
  font-size: 2.4rem;
  font-family: var(--ff_noto_serif);
  font-weight: 100;
}
@media (max-width: 768px){
  .section{
    padding-top: 75px;
  }
  .section_inner{
    width: 100%;
    padding: 0 calc( 70 / 750 * 100vw );
  }
  .section_heading{
    margin: 0 auto 35px;
  }
  .section_text_catch{
    font-size: calc( 42 / 750 * 100vw );
  }
  .section_text_container{
    margin-top: 25px;
  }
  .section_text{
    margin-top: 15px;
  }
  .section_image_container + .section_image_container {
    margin-top: 30px;
  }
  .image_map_outer{
    width: calc( 550 / 750 * 100vw );
    margin: 20px auto 0;
  }
  .section_image_outer + .section_image_outer{
    margin-top: 5px;
  }
  .section_image_container + .section_image_container{
    margin-top: 17px;
  }
  .section.last{
    padding-bottom: 75px;
  }
  .caption{
    right: 7px;
    bottom: 6px;
    font-size: calc( 16 / 750 * 100vw );
  }
  .text_heading{
    font-size: calc( 42 / 750 * 100vw );
  }
}

.introduction{
 padding-top: 150px;
}
.introduction_body{
  flex-direction: row-reverse;
}
.introduction_text_container{
 flex: auto;
 padding: 50px 0;
 background-color: #660000;
 color: #ffffff;
}
.introduction_heading{
  padding-left: 30px;
 text-align: left;
 line-height: 1.6;
}
.introduction_text{
 margin-top: 40px;
 padding: 0 30px;
}
.introduction_text .footnote{
 margin-top: 30px;
}
@media (max-width: 768px){
  .introduction{
    padding-top: 100px;
  }
  .introduction_heading{
    text-align: center;
    padding: 0;
  }
  .introduction .section_inner{
    padding: 0 calc( 40 / 750 * 100vw );
  }
}

.station_lounge{
  padding-top: 125px;
}
@media (max-width: 768px){
  .station_lounge{
    padding-top: 100px;
  }
  .station_lounge_heading{
    width: calc( 420 / 750 * 100vw );
  }
}

@media (max-width: 768px){
  .lounge_heading{
    width: calc( 480 / 750 * 100vw );
  }
}


@media (max-width: 768px){
  .salon_heading{
    width:calc( 338 / 750 * 100vw );
  }
  .salon .section_text_catch{
    width:calc( 421 / 750 * 100vw );
  }
}
@media (max-width: 768px){
  .gallery_shop_and_bar_heading{
    width: calc( 592 / 750 * 100vw );
  }
}

/* .guest_room{
  padding-top: 90px;
  padding-bottom: 100px;
} */
.guest_room_item{
  padding: 50px 40px;
  margin: 90px auto 0;
  background-color: #ffffff;
  color: #000000;
}
.-mode-pc .guest_room_item{
  width: 1040px;
}
.guest_room_item + .guest_room_item{
  margin-top: 0;
}
.guest_room_item .section_image_container{
  margin-top: 65px;
}
/* @media (min-width: 769px) and (max-width: 1119px){
  .guest_room_item .section_image_container{
    max-width: 1120px;
    width: 1120px;
  }
} */
.guest_room_item_heading{
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guest_room_item_text{
  padding-left: 40px;
  border-left: 1px solid #000000;
}
.-mode-pc .guest_room_item_text{
  width: 610px;
}
.guest_room_item_catch{
  line-height: 1.4;
  white-space: nowrap;
}
.guest_room_item_catch + p{
  margin-top: 5px;
}
.room_detail {
  margin-top: 45px;
  justify-content: center;
}
.room_detail .button_container{
  width: 170px;
  height: 40px;
  margin: 0 5px;
}
.guest_room .footnote{
  max-width: 720px;
  margin: 40px auto 0;
  font-size: 1.5rem;
  line-height: 1.4;
}
.guest_room_item + .footnote{
  max-width: 970px;
  margin : 20px auto 0;
}
@media (max-width: 768px){
  /* .guest_room{
    padding-top: 35px;
    padding-bottom: 60px;
  } */
  .guest_room_heading{
    width: calc( 299 / 750 * 100vw )
  }
  .guest_room_item{
    margin-top: 50px;
    padding: 25px calc( 30 / 750 * 100vw ) 50px;
  }
  .guest_room_item + .guest_room_item{
    margin-top: -20px;
  }
  .guest_room .section_text_catch{
    line-height: 1.4;
  }
  .guest_room_item_heading{
    margin: auto;
  }
  .guest_room_item_text{
    margin-top: 25px;
    padding-left: 0;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid #000000;
  }
  .room_detail{
    margin-top: 25px;
  }
  .-suite .guest_room_item_heading {
    width: calc( 163 / 750 * 100vw )
  }
  .-dx_suite .guest_room_item_heading {
    width: calc( 424 / 750 * 100vw )
  }
  .guest_room_item_catch + p{
    margin-top: 20px;
  }
  .guest_room_item_text p{
    letter-spacing: -0.05vw;
    }
  .guest_room_item .section_image_container{
    margin-top: 30px;
  }
  .guest_room_item .footnote{
    margin-top: 20px;
  }
  .guest_room .footnote{
    margin-top: 20px;
    font-size: calc( 24 / 750 * 100vw );
  }
  .guest_room_item + .footnote{
    margin-top: 0;
  }
}

.meal{
  padding: 80px 0 100px;
  background-color: #fbf7ee;
}
.-mode-pc .meal_body{
  width: 720px;
  margin: auto;
}
.meal_item + .meal_item {
  margin-top: 60px;
}
@media ( min-width: 769px ) {
  .meal_item_container{
    width: calc( 100% + 40px );
    margin-left: -40px;
  }
  .meal_item_container .meal_item{
    margin-left: 40px;
  }
  .meal_item .section_image_outer{
    max-width: 354px;
    height: 280px;
  }
  .meal_item .section_image_outer img{
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .pc_flex .section_text_container{
    padding-right: 25px;
    margin-top: 0;
  }
  .pc_flex .section_text_container + .section_image_container{
    margin-top: 0;
  }
  .meal_item-01 .col2{
    column-gap: 12px;
  }
}
.meal_item_image{
  margin-top: 15px;
}

.dress_code{
  margin-top: 100px;
  padding: 45px;
  background-color: #ffffff;
}
.dress_code_heading{
  /* width: 135px; */
  font-family: var(--ff_noto_serif);
  font-size: 2.6rem;
  font-weight: 100;
}
.dress_code_heading + p{
  margin-top: 10px;
}
.dress_code dl{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #000000;
}
.dress_code dd span{
  display: block;
}
@media (max-width: 768px){
  .meal{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .meal_heading{
    width: calc(182 / 750 * 100vw )
  }
  .meal_item_container{
    padding-left: calc( 15 / 750 * 100vw );
    padding-right: calc( 15 / 750 * 100vw );
  }
  .meal_item-01 .meal_item_heading{
    width: calc( 470 / 750 * 100vw )
  }
  .meal_item-02 .meal_item_heading{
    width: calc( 327 / 750 * 100vw )
  }
  .train .meal_item_image{
    display: block;
    width: calc( 426 / 750 * 100vw );
    margin-left: auto;
    margin-right: auto;
  }
  .dress_code{
    margin-top: 70px;
    padding: 30px calc( 60 / 750 * 100vw ) 25px;
  }
}

.brochure{
  padding: 90px 0 120px;
}
.brochure_heading{
  color: #660000;
  font-family: var(--ff_noto_serif);
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}
.brochure .button + .button{
  margin-top: 70px;
}
@media (max-width: 768px){
  .brochure{
    padding: 70px 0 80px;
  }
  .brochure_heading{
    font-size: calc( 36 / 750 * 100vw ); 
  }
  .brochure .link_container{
    width: calc( 610 / 750 * 100vw );
    margin: auto;
  }
  .brochure .button + .button{
    margin-top: 40px;
  }
}

@media (min-width: 769px){
  .button_reservation{
    background-image: linear-gradient(120deg, #7e0202, #660000);
  }
}
@media (max-width: 768px){
  .button_reservation {
    background-image: linear-gradient(180deg, #7e0202, #660000);
  }
}