@charset "Shift_JIS";
body {
  font-family: "???S?V?b?N??", YuGothic, "???S?V?b?N", "Yu Gothic", "???C???I", sans-serif;
  font-weight: 500;
}
#mainContents img {
    width: auto;
    max-width: 100%;
    vertical-align: top;
  }

h2{
    font-size:100%;
    padding:0;
    font-weight: normal;
    background-color:transparent;
    border-top:none;
}
.navi_royal{
    margin-bottom:0;
}
/*parts*/
.pcItem {
  display: none;
}

.spItem {
  display: block;
}

.bg_pattern02 {
  background: #ececec;
}

.bg_pattern03 {
  background: #493521;
}

.mincho {
    font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro",Ÿà–¾’©,"Yu Mincho",YuMincho, "serif";
    font-weight: 500;
}
#container {
    margin: 0;
    font-family: "???S?V?b?N??", YuGothic, "???S?V?b?N", "Yu Gothic", "???C???I", sans-serif;
    font-weight: 500;
}

.topics{
    padding: 30px 0;
    background-color: #897400;
    text-align: left;
}

.topics li > a{
    width:100%;
    margin:0 auto;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 12px;
    line-height: 22px;
}
@media (max-width:360px){
    .topics li > a{
        font-size: 11px;
    }
}
@media (max-width:340px){
    .topics li > a{
        font-size: 10px;
    }
}
.topics li{
    width: 92vw;
    margin:0 auto;
}
.icon_new{
    font-style: normal;
    padding:3px 6px;
    background-color:#493e01;
    margin-right: 7.5px;
    width: 25px;
    display: inline-block;
}
.omi-about{
    background-color:#dad2a7;
    padding: 60px 0 0;
}

.omi-about section{
    padding-bottom: 45px;
    padding:20px;
    margin:0 10px;
}

.train-suite-title{
    margin-bottom: 45px;
}
.train-suite-title > img{
    width: 78.22vw;
    margin: 0 auto;
    display: block;
}
.train-suite-description{
    font-size: 12px;
    font-weight:bold;
    line-height: 24px;
    text-align: center;
}
.train-suite-description > span{
    margin-bottom: 12px;
    display: block;
}
.about-detail{
    background-color: #fff;
    padding:35px 0 30px;
}
.about-detail-title{
    font-size: 16px;
    font-weight: bold;
    width:100%;
    margin: 0 auto 15px;
    text-align: left;
}
.about-detail-description{
    display: flex;
    flex-direction: column-reverse;
}
.about-detail-description-title{
    font-size: 13px;
    font-weight: bold;
    width:100%;
    margin: 0 auto 10px;
    text-align: left;
    line-height:22px;
}
ol.about-detail-description-list{
    list-style:decimal;
    width:84%;
    margin: 0 auto 0 calc((100% - 84%) / 2 + 1em);
    text-align: left;
    font-size: 12px;
    line-height:20px;
}
ol.about-detail-description-list > li{
    list-style: decimal;
    margin-bottom:15px;
}
ol.about-detail-description-list > li:last-child{
    margin-bottom:0;
}
.about-detail-description > img{
    width: 150px;
    margin:15px auto 0;
    display: none;
}
/* .coming_soon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89.3%;
  height: 150px;
  margin: auto;
  background-color: #adadad;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
} */
/* .mincho-comingsoon::after {
    content: "";
    position: absolute;
    top: 185px;
    left: 55px;
} */
.about-links{
    padding: 20px 0 40px;
}
.about-links > a{
    color: #fff;
    background-color: #897400;
    font-size: 14px;
    display: block;
    width: 84vw;
    margin: 0 auto 30px;
    height: 64px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    position: relative;
}
.about-links > a:last-child{
    margin-bottom: 0;
}
.about-links > a::after {
    content:"";
    background: url(/luxurytravel/train/shikishima/images/right-arrow.png) no-repeat;
    background-size: contain;
    width:6px;
    height:10px;
    position: absolute;
    right: 14px;
    top: 27px;
}

.train-introduce{
    text-align: left;
}
.train-introduce > h2{
    width: 41.33vw;
    margin:45px auto;
}
.train-introduce-image-text{
    display: flex;
    flex-direction: column-reverse;
}
.train-introduce-text{
    width: 89.33vw;
    margin:0 auto;
}
.train-introduce-block-eng-title{
    max-width: 45.6vw;
    height: 12px;
}
.train-introduce-block-eng-title > img{
    height: 100%;
}
.train-introduce-block-title{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin: 7px 0 30px;
}
.train-introduce-block-title > span{
    font-size: 14px;
}
.train-introduce-block-desc{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    margin-bottom: 35px;
}
.train-introduce-block-item-list-title{
    font-size: 13px;
    color: #b0a255;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 5px;
}
.train-introduce-block-item-desc{
    font-size: 12px;
}
.train-introduce-block-item-list > li{
    margin-bottom: 25px;
    line-height: 23px;
}
.train-introduce-image{
    margin-bottom: 50px;
}

.omi-others{
    text-align: left;
    width: 89.33vw;
    margin: 0 auto;
}
.omi-others > h2{
    width: 41.33vw;
    margin:0 auto 45px;
}
.cooking-images > div{
    display: flex;
    justify-content: space-between;
}
.cooking-images > div > img{
    width:28.4vw !important;
    height: 100%;
}
.cooking-images > p{
    text-align: right;
    font-size: 12px;
    margin-top: 6px;
}
.cooking-title{
    font-size: 13px;
    font-weight: bold;
    color: #b0a255;
    line-height: 20px;
    margin-bottom: 22px;
}
.cooking-desc{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 40px;
}
.cooking-text{
    flex-direction: column;
}
.equipment{
    padding:30px 0;
    border-top: 2px solid #b0a255;
    border-bottom: 2px solid #b0a255;
}
.equipment-title{
    font-size: 15px;
    color: #b0a255;
    text-align: center;
    margin-bottom: 15px;
}
.equipment-items{
    font-size: 13px;
    width: 78.13vw;
    margin: 0 auto 10px;
}
.equipment-note{
    font-size: 12px;
    width: 78.13vw;
    margin: 0 auto;
    padding-left: 1em;
    text-indent: -1em;
}
.other-sales-point{
    display: flex;
    flex-direction: column-reverse;
}
.shikishima-staff-title{
    margin:45px auto 35px;
    font-size: 20px;
    text-align: center;
}
.shikishima-staff-title > p:first-child{
    font-size: 13px;
    margin-bottom: 10px;
}
.shikishima-staff-title >p:last-child{
    letter-spacing: 3px;
}
.shikishima-staff-image{
    margin-bottom:18px;
}
.shikishima-staff-desc{
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 35px;
}
.prologue-shikishima-title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 4px;
}
.prologue-shikishima-title > p:first-child{
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: normal;
}
.prologue-shikishima-images{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.prologue-shikishima-images > img{
    width:41.86vw !important;
    height: 100%;
}
.prologue-shikishima-desc{
    font-size: 12px;
    margin-bottom: 17px;
    line-height: 20px;
}
.prologue-shikishima-recommend{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 45px;
    text-indent: -1em;
    margin-left: 1em;
}
.shikishima-note{
    padding:30px 0;
    border-top: 2px solid #b0a255;
    border-bottom: 2px solid #b0a255;
}
.shikishima-note-title{
    font-size: 15px;
    color: #b0a255;
    text-align: center;
    margin-bottom: 15px;
}
.shikishima-dress{
    color:#b0a255;
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom:2px;
    font-size: 14px;
    margin-left: 5vw;
    margin-bottom: 15px;
}
.shikishima-note-desc{
    font-size: 13px;
    width: 78.13vw;
    margin: 0 auto 10px;
}
.shikishima-note-desc-note{
    font-size: 12px;
    width: 78.13vw;
    margin: 0 auto;
    text-indent: -1em;
    padding-left: 1em;
}
.bottom-links{
    padding: 45px 0;
    text-align: center;
}
a.bottom-link{
    font-size: 14px;
    background-color:#b0a255;
    color: #fff;
    text-decoration: none;
    display:block;
    margin-bottom: 30px;
    padding: 15px 0;
    position: relative;
}
a.bottom-link::after{
    content:"";
    background: url(/luxurytravel/train/shikishima/images/right-arrow.png) no-repeat;
    background-size: contain;
    width:6px;
    height:10px;
    position: absolute;
    right: 14px;
    top: 51%;
    transform: translateY(-50%);
  }
.bottom-link > span{
    display: block;
}
.bottom-link > span:last-child{
    font-size: 12px;
}
.guntu_footer .section_inner {
    padding: 0 calc((100 / 750)*100vw);
}
.guntu_footer .btn_wrap {
    margin: 20px 0 40px;
}
.guntu_footer .btn_wrap img + img {
    margin-top: 20px;
}
a.to-shikishima-link{
    display: block;
    margin: 10px auto 10px;
    max-width: 300px;
}
.to-shikishima-link > img{
    width: 100%;
}

.footer_contact {
    background: #efefef;
}
.footer_contact .page_top {
    display: none;
    padding: .5em 2em;
    background-color: #4e0c15;
    text-align: right;
}
.footer_contact .page_top a {
    font-family: "?q???M?m???? Pro W3", "Hiragino Mincho Pro",??????,"Yu Mincho",YuMincho, "serif";
    color: #333333;
    color: #fff !important;
    font-size: 3vw;
    text-decoration: none;
}
.footer_contact .page_top a:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    margin-right: 2px;
    border-style: solid;
    border-width: 0 3.75px 5px 3.75px;
    border-color: transparent transparent #fff transparent;
    vertical-align: 1px;
}

.footer_box {
    margin: 0 auto;
    font-family: "???S?V?b?N??", YuGothic, "???S?V?b?N", "Yu Gothic", "???C???I", sans-serif;
    font-weight: 500;
    color: #000;
    box-sizing: border-box;
    padding: 30px calc((30 / 750)*100vw) 30px;
}
.footer_box .footer_copy {
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    padding: 15px 0 0;
}
.footer_box .footer_title {
    margin-top: 10px;
    text-align: center;
}
.footer_box .footer_title img {
    zoom: .5;
}

.footer_box .footer_contact {
    margin: 20px 0 0;
}

.footer_box .contact_box {
    text-align: left;
}
.footer_box .contact_box.tel_mail_area {
    padding: 16px;
    background-color: #fff;
}
.footer_box .contact_box.tel_area {
    margin-top: 10px;
}
.footer_box .contact_box.tel_area .tel_box {
    padding: 16px;
    background-color: #fff;
}
.footer_box .contact_box.tel_area .tel_box + .tel_box {
    margin-top: 10px;
}

.footer_box .contact_box .tel_box h4 {
    font-size: 16px;
    font-weight: 700;
}

.num_box {
    margin: 15px 0 0;
  }

  .num_title {
    font-size: 12px;
    font-family: arial,helvetica,clean,sans-serif;
  }

  .num_title span {
    font-size: 16px;
    padding: 0 5px;
  }

  .num_box li {
    list-style: none;
    text-align: left;
    font-weight: bold;
  }
  .num_box li:not(:first-child) {
    margin: 10px 0 0;
  }

  .num_box li a {
    line-height: 1;
    color: #000;
    font-weight: 900;
    font-size: 30px;
    text-decoration: none;
    border-bottom: 2px solid #000;
    margin-bottom: 5px;
    display: inline-block;
  }

  .num_box .free_num span {
    background: url(/luxurytravel/yumekyu/kokunai/guntu/images/sp/icon_freenum.png) center left no-repeat;
    background-size: 31px;
    padding: 0 0 0 30px;
  }

  .num_box .tel_num span {
    background: url(/luxurytravel/yumekyu/kokunai/guntu/images/sp/icon_telnum.png) 4px center no-repeat;
    background-size: 25px;
    padding: 0 0 0 30px;
  }

  .note_text {
    line-height: 16px;
    font-size: 11px;
    margin: 10px 0 0;
  }

  .btn_title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
  }

  .num_box .btn_title {
    margin: 7px 0 0;
  }

  /*btn*/
  .btn_box {
    margin: 20px 0 0;
  }

  .btn_box ul {
    margin: 10px 0 0;
  }

  .num_box .btn_box ul {
    padding: 0;
    margin: 10px 0 0;
  }

  .btn_box li {
    position: relative;
    display: table;
    width: calc((500 / 750) * 100vw);
    margin: 0 0 10px;
  }

  .btn_box li a {
    position: relative;
    display: block;
    padding: .7em 1em;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    letter-spacing: calc((70 / 1000)*1em);
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 900;
  }

  .btn_box li a span {
    font-size: 12px;
  }

  .btn_box li a::after {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    display: inline-block;
    content: "";
    vertical-align: 2px;
    width: 4px;
    height: 4px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.no-new{
    visibility: hidden;
}
.visual_list > li > img{
    width:100%;
}

.tour-slide{
    width:90%;
    margin:0 auto;
}
.slick-next{
    right:15px;
}
.slick-prev{
    left:0;
}
.slick-prev ,
.slick-next{
    width:24px;
    height:40px;
}
.slick-prev:before
{
    content: '';
    background:url(/luxurytravel/train/shikishima/slick/chevron-left-solid.png) no-repeat;
    width:24px;
    height:40px;
    background-size: contain;
    z-index:10;
    display: block;
}
.slick-next:before
{
    content: '';
    background:url(/luxurytravel/train/shikishima/slick/chevron-right-solid.png) no-repeat;
    width:24px;
    height:40px;
    background-size: contain;
    z-index:10;
    display: block;
}

#maintenance_guntu span{
    display: block;
}

.button_reservation {
    background-image: linear-gradient(180deg, #897400, #6c5c02);
}