@charset "Shift_JIS";

:root{
  --c-main: #093a26;
}
figure{
  margin: 0;
}
.train-mizukaze{
  padding-bottom: 120px;
  font-size: 1.8rem;
  font-family: var(--ff_noto_serif);
}
.bgc-beige{
  background-color: #eae1cf;
}
.w-100vw{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.train p{
  text-align: justify;
}
@media (min-width: 769px){
  .w-920{
    width: 920px;
    margin: auto;
  }
  .w-1140{
    width: 1140px;
    margin: auto;
    padding: 0 10px;
  }
  .w-1120{
    width: 1120px;
    margin: auto;
  }
}
@media (max-width: 768px){
  .train-mizukaze {
    padding-bottom: 80px;
    font-size: calc( 28 / 750 * 100vw );
  }
  .sp-pl_pr-30{
    padding-left: calc( 30 / 750 * 100vw );
    padding-right: calc( 30 / 750 * 100vw );
  }
  .train p{
    text-align: justify;
    letter-spacing: -0.1vw;
  }
}


.main_visual {
    position: relative;
    width: 100%;
    height: 800px;
}
.main_title_container{
  position: absolute;
  left: 0;
  top: 90px;
  align-items: center;
  width: 942px;
  height: 287px;
  padding-left: 70px;
  background: rgba(24, 52, 34, .8);
  color: #ffffff;
  font-weight: 100;
  letter-spacing: 0.1rem;
}
.logo_container{
  margin-right: 50px;
}
.main_title{
  font-size: 3.5rem;
  text-align: center;
  line-height: 1;
}
.main_title span{
  display: block;
  margin-top: 20px;
  font-size: 2.7rem;
}
.main_lead{
  margin-top: 30px;
  line-height: 1.8;
}
@media (max-width: 768px){
  .main_visual{
    height: calc( 780 * 1.04 / 750 * 100vw)
  }
  .main_title_container{
    top: calc( 30 / 750 * 100vw );
    width: calc( 720 / 750 * 100vw );
    height: calc( 250 / 750 * 100vw );
    padding-left: calc( 30 / 750 * 100vw );
    padding-right: calc( 30 / 750 * 100vw );
  }
  .main_title{
    font-size: calc( 28 / 750 * 100vw );
  }
  .main_title span{
    margin-top: calc( 10 / 750 * 100vw );
    font-size: calc( 26 / 750 * 100vw );
  }
  .main_lead{
    margin-top: calc( 20 / 750 * 100vw );
    font-size: calc( 18 / 750 * 100vw );
    line-height: 1.4;
  }
  .logo_container{
    margin-right: calc( 30 / 750 * 100vw );
  }
  .logo_container img{
    width:calc( 170 / 750 * 100vw );
  }
}

.slider{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.slide-01, .slide-02, .slide-03, .slide-04{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  /* ’Ç‹L */
  opacity: 0;
  animation-name: fade;
  animation-duration: 32s;
  animation-iteration-count: infinite;
}
.slide-01{
  background-image: url('/luxurytravel/train/mizukaze/images/main_visual-01.jpg');
}
.slide-02{
  background-image: url('/luxurytravel/train/mizukaze/images/main_visual-02.jpg');
  animation-delay: 8s;
}
.slide-03{
  background-image: url('/luxurytravel/train/mizukaze/images/main_visual-03.jpg');
  animation-delay: 16s;
}
.slide-04{
  background-image: url('/luxurytravel/train/mizukaze/images/main_visual-04.jpg');
  animation-delay: 24s;
}
@media (max-width: 768px){
  .slide-01{
    background-image: url('/luxurytravel/train/mizukaze/images/main_visual-01-sp.jpg');
  }
  .slide-02{
    background-image: url('/luxurytravel/train/mizukaze/images/main_visual-02-sp.jpg');
  }
  .slide-03{
    background-image: url('/luxurytravel/train/mizukaze/images/main_visual-03-sp.jpg');
  }
  .slide-04{
    background-image: url('/luxurytravel/train/mizukaze/images/main_visual-04-sp.jpg');
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

.news_container{
  padding: 35px 0 70px;
  background-color: #eae1cf;
}
.news_body{
  justify-content: center;
  align-items: center;
  margin: auto;
}
.-mode-pc .news_body{
  width: 960px;
}
.main_header .news_heading{
  padding-bottom: 23px;
  font-size: 2.8rem;
}
.-mode-pc .news_heading{
  border-bottom: 1px solid #000000;
  text-align: center;
}
.news_text{
  font-family: var(--ff_yu_gothic);
  font-size: 1.6rem;
}
.news_item{
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 20px;
}
.news_item a{
  color: #000000;
}
.news_item_head{
  margin-right: 10px;  
}
.news_item a{
color: var(--c-main);
}
@media (min-width: 769px){
  .news_item{
    display: flex;
  }
  .news_item a:hover{
    text-decoration: underline;
  }
  .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;
  }
  .main_header .news_heading{
    padding-bottom: 10px;
  }
  .news_text{
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #000000;
    font-size: calc( 24 / 750 * 100vw );
  }
  .news_heading{
    padding-bottom: 15px;
    text-align: center;
  }
  .news_item_body{
    margin-top: 5px;
  }
  .news_item a span{
    display: block;
    margin-top: 10px;
    text-align: right;
  }
}

.section{
  padding: 85px 0;
}
.section:first-of-type{
  padding-top: 110px;
}
[class$="_heading"]{
  line-height: 1;
}
[class$="_heading"] span{
  display: block;
  text-align: center;
}
[class$="_heading"]{
  font-size: 3.5rem;
}
[class$="_heading"] .en{
  font-size: 3.0rem;
  font-family: var(--ff_suranna);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.section_heading{
  margin: 0 auto 75px;
  text-align: center;
}
.section_heading .en{
  color: #ded1b6;
}
.section_heading .jp{
  margin-top: 12px;
  color: var(--c-main);
}
.section [class$="_title"]{
  font-size: 3.5rem;
  line-height: 1.8;
}
.section [class$="_title"] span{
  display: block;
  font-size: 91.4%;
}
.section_lead{
  margin-bottom: 65px;
}
.section .sectionLead_title{
  margin-bottom: 11px;
  font-size: 133.333%;
  text-align: center;
}
.detailItem_heading .-sub{
  font-size: 1.6rem;
}
.detailItem_text{
  font-size: 1.6rem;
}
.footnote{
  font-family: var(--ff_yu_gothic);
  font-weight: bold;
}
.caption{
  font-family: var(--ff_yu_gothic);
  font-size: 1.6rem;
  text-align: right;
  line-height: 1.6;
}
@media (max-width: 768px){
  .section{
    padding: 45px 0;
  }
  .section:first-of-type{
    padding-top: 50px;
  }
  [class$="_heading"]{
    font-size: calc( 52 / 750 * 100vw ); 
  }
  [class$="_heading"] .en{
    font-size: calc( 34 / 750 * 100vw ); 
  }
  .section [class$="_title"]{
    font-size: calc( 42 / 750 * 100vw );
  }
  .section_heading{
    margin-bottom: 35px;
  }
  .section_lead{
    margin-bottom: 35px;
  }
  .detailItem_text{
    font-size: calc( 26 / 750 * 100vw );
  }
  .detailItem_heading .-sub{
    font-size: calc( 22 / 750 * 100vw );
  }
  .caption{
    margin-top: 3px;
    font-size: calc( 18 / 750 * 100vw );
  }
}

.introduction_title{
  margin-top: 30px;
}
.introduction p{
  margin-top: 25px;
  line-height: 2.2;
}
@media (max-width: 768px){
  .introduction_title{
    margin-top: 20px;
  }
}
.room_item{
  padding: 100px 0;
}
.roomlItem_overview{
  margin-top: 70px;
}
.roomlItem_overview .pc_flex{
  align-items: center;
}
@media (min-width: 769px){
  .roomlItem_overview .pc_flex > *{
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .roomlItem_text{
    width: 560px;
  }
}
.roomItem_heading .en{
  position: relative;
  left: -20px;
  color: #ded1b6;
  letter-spacing: 0.1rem;
}
.-mode-pc .suite .roomItem_heading .en{
  left: -33px;
}
.bgc-beige .roomItem_heading .en{
  color: #ffffff;
}
.-mode-pc .roomItem_heading .jp{
  margin-top: -10px;
}
.roomItem_heading .-sub{
  margin-top: 12px;
}
.map_container{
  position: relative;
  width: 920px;
  margin: 90px auto 0;
  font-weight: bold;
}
.map_container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 224px;
  background-color: #ffffff;
}
.map_container .caption{
  font-size: 1.5rem;
  position: absolute;
  top: 30px;
  left: 50px;
  font-size: 1.5rem;
}
.map_container .caption.-sub{
  font-size: 1.4rem;
}
.suite .caption.-sub{
  top: auto;
  bottom: 30px;
}
.lounge_car .caption.-sub{
  top: 30px;
  left: 333px;
}
@media (max-width: 768px){
  .room_item{
    padding: 40px 0;
  }
  .roomItem_heading{
    margin-bottom: 30px;
  }
  .roomItem_heading .-sub{
    font-size: calc( 32 / 750 * 100vw );
  }
  .roomItem_heading .en{
    left: 0;
  }
  .roomlItem_overview{
    margin-top: 30px;
  }
  .map_container{
    width: 100%;
    height: calc( 200 / 750 * 100vw);
    margin-top: 30px;
  }
  .map_container img{
    width: calc( 620 / 750 * 100vw);
  }
  .lounge_car .map_container img,
  .dining_car .map_container img,
  .observation_car .map_container img{
    width: calc( 640 / 750 * 100vw);
  }
  .map_container .caption{
    top: calc( 19 / 750 * 100vw);
    left: calc( 37 / 750 * 100vw);
    margin-top: 0;
    font-size: calc( 24 / 750 * 100vw);
  }
  .map_container .caption.-sub{
    bottom: calc( 22 / 750 * 100vw);
    font-size: calc( 20 / 750 * 100vw);
  }
  .lounge_car .caption.-sub{
    left: calc( 222 / 750 * 100vw);
    top: calc( 28 / 750 * 100vw);
  }
}

.definition_container{
  padding: 95px 0 0;
  font-family: var(--ff_yu_gothic);
  font-size: 1.6rem;
}
@media (max-width: 768px){
  .definition_container{
    padding-top: 40px;
    font-size: calc( 26 / 750 * 100vw);
  } 
}
.dining .pc_flex{
  column-gap: 42px;
}
.dining .section_heading{
  margin-bottom: 40px;
}
.diningItem_heading {
  margin-top: 20px;
}
.diningItem_heading .-main{
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  font-size: 2.4rem;
}
.diningItem_heading .-main + .-sub{
  display: inline;
}
.dining .diningItem_heading *{
  text-align: left;
  line-height: 1.4;
}
.dining .detailItem_text{
  margin-top: 25px;
  font-family: var(--ff_yu_gothic);
}
.dining .footnote{
  margin-top: 60px;
}
@media (max-width: 768px){
  .diningItem_heading{
    margin-top: 15px;
  }
  .diningItem_heading .-main{
    margin-top: 5px;
    font-size: calc( 38 / 750 * 100vw );
  }
  .dining .detailItem_text {
    margin-top: 10px;
  }
  .dining_item + .dining_item{
    margin-top: 25px;
  }
  .dining .footnote{
    margin-top: 20px;
  }
}

.crew{
  text-align: center;
}
.crew p{
  margin-top: 10px;
}
.crew .section_image {
  margin-top: 70px;
}
@media (max-width: 768px){
  .crew p{
    margin-top: 20px;
    text-align: left;
  }
  .crew .section_image{
    margin-top: 25px;
  }
}

.brochure{
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px){
  .brochure{
    padding-top: 30px;
  }
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
a.button.-link {
  color: var(--c-main);
  height: 100px;
  margin: auto;
  border: 1px solid var(--c-main);
  font-size: 2.4rem;
}
.button.-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border-top: solid 1px var(--c-main);
  border-right: solid 1px var(--c-main);
  transform: rotate(45deg) translateY(-50%);
}
@media ( min-width: 769px ) {
  .button.-link:hover{
   background-color: var(--c-main);
   color: #ffffff;
  }
  .button:hover::after {
    border-color: #ffffff;
  }
}
@media (max-width: 768px){
  .brochure .link_container {
    width: calc( 610 / 750 * 100vw );
    margin: auto;
  }
  a.button.-link {
    height: calc( 200 / 750 * 100vw);
    font-size: calc( 36 / 750 * 100vw );
    text-align: center;
    line-height: 1.4;
  }
}

.button_reservation{
  background-image: linear-gradient(120deg, #135238, var(--c-main));
}
.button_reservation:hover {
  background: #493521;
}