@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;}
:focus {outline: 0;}
strong{font-weight: bold;}
ol, ul {list-style: none;}
caption{font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a{ text-decoration:none;}
ul{border:0; margin:0; padding:0;    line-height: 1.9em;}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/*font*/
@font-face {
  font-family: "OpenSans-Light";
  src: url("./fonts/OpenSans-Light.eot"); /* IE9 Compat Modes */
  src: url("./fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/OpenSans-Light.otf") format("opentype"), /* Open Type Font */
    url("./fonts/OpenSans-Light.svg") format("svg"), /* Legacy iOS */
    url("./fonts/OpenSans-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/OpenSans-Light.woff") format("woff"), /* Modern Browsers */
    url("./fonts/OpenSans-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans-Bold";
  src: url("./fonts/OpenSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/OpenSans-Bold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/OpenSans-Bold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/OpenSans-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/OpenSans-Bold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/OpenSans-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("./fonts/OpenSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/OpenSans-Regular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/OpenSans-Regular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/OpenSans-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/OpenSans-Regular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/OpenSans-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: 'OpenSans-Light';
  color: #000;
  font-size: 14px;
  line-height: 25px;
  position: relative;
}
a, a:hover{
  text-decoration: none;
}
a:hover{
     cursor: pointer;
}
/*menu*/
.menu {
  overflow: hidden;
  float: left;
  margin: 30px 0 0 72px;
}
.menu ul {
  float: left;
  margin-top: 7px;
}
.menu ul li {
  font-family: "OpenSans";
  display: inline-block;
  margin: 50px 40px 0;
  font-weight: bold;
}
.menu ul li a {
  font-size: 18px;
  color: #2f1311;
  text-decoration: none;
}
.menu ul li a:hover{
  color: #ab2a22;
}
.menu ul li a.active,
.menu ul li a:hover{
  color: #ab2a22;
  border-top: 2px solid #ab2a22;
}
.book{
  border: 1px solid #c82027;
  color: #c82027;
  text-align: center;
  background: #fff;
  padding: 5px 30px;
  margin-top: 48px;
  position: absolute;
  right: 10px;
}
.book:hover{
  background: #c82027;
  color: #fff;
}
.book2{
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  background: transparent;
  padding: 5px 30px;
  margin-top: 48px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.book2:hover{
  color: #fff;
}
.user-login {
  position: absolute;
  top: 10px;
  right: 46px;
  color: #c82027;
  font-size: 14px;
  font-family: "OpenSans";
}
.user-login a{
  color: #c82027;
  margin-left: 20px;
}
.user-login a img{
  margin-right: 5px;
}
.logo_sp{
  display: none;
}
.icon_mail{
  display: none;
}
/*end menu*/
/*header*/
#header{
    overflow: hidden;
    background: #fff;
    height: 135px;
    border-bottom: 1px solid #2f1311;
    position: relative;
}
/*footer*/
#pageTop{
  position: absolute;
  right: 52px;
  top: 210px;
}
#pageTop2{
  position: absolute;
  right: 25px;
  bottom: 55px;
}
.fott{
  background: #2f1311;
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 130px 0
}
.content-fot{
  border-bottom: 1px solid #5e7190;
  padding: 55px 0;
  overflow: hidden;
}
::placeholder {
  color: #969696;
  font-style: italic;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #969696;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #969696;
}
/*common*/
.inner{
    max-width: 1170px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.hide-pc{
    display: none;
}
.hide-sp{
    display: block;
}
.marbot50{
  margin-bottom: 35px !important;
}
/*end common*/
.logo{
  float: left;
  padding: 25px 0 0;
}
.contact-phone{
  margin: 50px 0 0;
  position: absolute;
  right: 10px;
}
.contact-phone img{
  margin: 4px 10px;
  float: left;
}
.contact-phone p{
  float: left;
  margin-right: 10px;
}
.contact-phone p a{
  color: #005bab;
  font-weight: bold;
}
.titleh3 {
  margin: 60px 0 60px;
  text-align: center;
}
.titleh3 h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ab2a22;
  font-family: "OpenSans-Bold";
}
.icon{
  display: block;
  margin: 25px auto;
}
.titleh3 img {
  margin-bottom: 20px;
}
.titleh3 i{
  font-weight: bold;
  font-family: "OpenSans";
  color: #000;
}
.menu_footer{
  text-align: center;
}
.menu_footer ul{
  margin-bottom: 20px;
}
.menu_footer li{
  display: inline-block;
  list-style: none;
  margin: 0 40px;
  font-size: 18px;
  color: #fff;
}
.menu_footer li a{
  color: #fff;
}
.menu_footer li a:hover, .menu_footer li a.active{
  color: #c82027;
}
.menu_footer .link_footer li{
  display: inline-block;
  margin: 30px 5px;
}
.menu_footer .link_footer li a:hover{
  opacity: 0.8;
}
.copyright{
  font-size: 16px;
}
.livechat{
  position: absolute;
  right: 45px;
  top: 100px;
  display:none;
}
.livechat2{
  position: absolute;
  right: 15px;
  bottom: 140px;
  display:none;
}
.tx_activities{
  margin: 0 20% 50px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.tx_activities h4{
  font-size: 24px;
  font-weight: bold;
  font-family: "OpenSans";
  margin-bottom: 30px;
}
.get_in_touch{
  float: left;
  width: 40%;
}
.get_in_touch h5{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: "OpenSans";
  margin-bottom: 30px;
}
.get_in_touch i{
  font-weight: bold;
  font-family: "OpenSans";
}
.list_contact{
  width: 55%;
  float: right;
}
.list_contact ul{
  width: 100%;
}
.list_contact li{
  display: inline-block;
  list-style: none;
  margin-left: 36px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: bold;
  font-family: "OpenSans";
  width: 44%;
  vertical-align: top;
}
.list_contact li span{
  color: #c82027;
}
.input_contact_block{
  margin: 40px 0 80px;
  padding-top: 40px;
  border-top: 1px solid #b6b6b6;
  text-align: center;
}
.input_contact_block h5{
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: "OpenSans";
  margin-bottom: 30px;
}
.input_contact_block i{
  font-weight: bold;
  font-family: "OpenSans";
  margin-bottom: 40px;
  display: block;
}
.marbot20 {
  margin-bottom: 20px;
  overflow: hidden;
}
.tx_tittle_contact {
  float: left;
  width: 10%;
  padding-top: 15px;
  font-family: "OpenSans";
  text-align: left;
}
.inp_right {
  float: right;
  width: 90%;
}
.inp_right input {
  background: #fff;
  border: 1px solid #c4c4c4;
  height: 50px;
  padding: 0 0 0 10px;
  width: 100%;
}
.inp_right textarea {
  background: #fff;
  border: 1px solid #c4c4c4;
  height: 250px;
  padding: 10px;
  width: 100%;
}
.send_contact{
  text-align: center;
  padding: 10px 100px;
  color: #ab2a22;
  border: 1px solid #ab2a22;
  background: #fff;
  font-family: "OpenSans-Bold";
  font-size: 18px;
  margin: 20px auto 0;
}
.send_contact:hover{
  background: #ab2a22;
  color: #fff;
}
.tx_tittle_contact span{
  color: #ff0000;
}
.list_img{
  margin: 26px 0 80px;
  text-align: center;
}
.list_img li{
  list-style: none;
  display: inline-block;
  width: 370px;
  margin-right: 26px;
  margin-bottom: 26px;
}
.list_img li.last{
  margin-right: 0;
}
.list_img li a:hover{
  opacity: 0.8;
}
.img09:hover{
  opacity: 0.8;
}
.twoday_onenight{
  text-align: center;
  margin: 40px 0 0;
  font-weight: bold;
  font-family: "OpenSans";
}
.twoday_onenight a{
  color: #000;
  margin: 0 20px;
}
.twoday_onenight a.active, .twoday_onenight a:hover{
  color: #ab2a22;
  font-weight: bold;
  font-family: "OpenSans";
}
.tittle_twoday{
  font-size: 30px;
  font-family: "OpenSans-Bold";
  text-align: center;
  margin-bottom: 60px;
  color: #000;
}
.tittle_min_twoday{
  font-size: 24px;
  font-weight: bold;
  font-family: "OpenSans";
  text-align: center;
  margin-bottom: 20px;
}
.tx_day span{
  color: #ab2a22;
  font-family: "OpenSans-Bold";
}
.tab-content p{
  color: #000;
}
hr{
  border-top: 1px solid #b6b6b6;
}
.list_activities{
  text-align: center;
  overflow: hidden;
}
.list_activities li{
  display: inline-block;
  list-style: none;
  /*margin: 0 10px;*/
  text-align: center;
}
.list_activities li span{
  margin: 20px 0;
  display: block;
}
.list_activities li a:hover{
  opacity: 0.8;
}
.list_activities li a span{
  color: #000;
  font-size: 20px;
}
img{
  max-width: 100%;
}
.menu_room li{
  text-align: center;
  margin: 21px 0 0;
  font-weight: bold;
  display: inline-block;
  border-right: 1px solid #000;
}
.menu_room li a{
  color: #000;
  margin: 0 20px;
  font-size: 18px;
  padding: 38px 20px 0;
}
.menu_room li a.active, .menu_room li a:hover{
  color: #ab2a22;
  border-top: 2px solid #ab2a22;
  padding: 20px 20px 0;
}
.tab_day li{
  display: inline-block;
  border-right: 1px solid #000;
}
.tab_day li:last-child{
  border-right: none;
}
.list_activities .list_room li{
  margin: 0 20px;
  width: 13%;
  vertical-align: top;
}
.cabin{
  background: #f3f1f1;
  padding: 50px 0;
  text-align: center;
}
.cabin_left{
  float: left;
  width: 57%;
  text-align: center;
}
.cabin_left h3{
  font-size: 25px;
  font-family: "OpenSans-Bold";
}
.cabin_left table{
  margin: 30px 0;
  width: 100%;
}
.cabin_left th{
  padding: 0 21px 18px;
  text-align: center;
  font-size: 18px;
  vertical-align: top;
  border-bottom: 1px solid #b6b6b6;
}
.cabin_left th span{
  font-size: 14px;
  color: #8b8b8b;
}
.cabin_left td{
  font-size: 18px;
  padding: 10px 20px;
  vertical-align: top;
}
.cabin_left td select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/icon38.png) no-repeat 96% 10px;
  border: none;
  width: 30px;
}
.cabin_right{
  float: right;
  width: 28%;
  text-align: center;
}
.cabin_right h3{
  font-size: 25px;
  font-family: "OpenSans-Bold";
}
.btn{
  text-align: center;
  display: block;
  margin: 0 38%;
}
input[type=radio].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.block_input{
  margin-top: 20px;
  border-bottom: 1px solid #b6b6b6;
}
.block_input input {
  border: 1px solid #cccccc;
  padding: 15px;
  width: 100%;
  border-radius: 3px;
  color: #000;
  font-size: 18px;
}
input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -22px;
}
input[type=radio].css-checkbox + label.css-label {
  padding-left: 26px;
  height: 22px;
  display: inline-block;
  line-height: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
}
label.css-label {
  background-image: url(../images/check.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check{
  margin-bottom: 15px;
}
.iput_fly input{
  background: none;
  border: 1px solid #b6b6b6;
  height: 40px;
  margin-left: 10px;
}
.booknow{
  border: 1px solid #ab2a22;
  color: #ab2a22;
  text-align: center;
  background: transparent;
  padding: 10px 100px;
  margin: 0 auto;
  display: block;
  clear: both;
  font-size: 20px;
}
.booknow:hover{
  background: #ab2a22;
  color: #fff;
}
.martop100{
  margin-top: 100px;
}
.select_day{
  text-align: center;
  margin: 0 0 50px;
}
.select_day select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/icon36.png) no-repeat 98% 10px;
  border: none;
  width: 154px;
  font-size: 20px;
  font-weight: bold;
}
.tittle_day1{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
/* Home */
.header_home{
  text-align: center;
}
.logo_home{
  margin: 20px auto;
  width: 12%;
}
.menu_home li{
  display: inline-block;
  list-style: none;
  margin: 20px 40px 0;
  color: #fff;
  font-size: 20px;
}
.menu_home li a{
  color: #fff;
}
.menu_home li a:hover, .menu_home li a.active{
  border-top: 1px solid #fff;
}
.menu_home li a.last:hover{
  border-top: none;
}
.logo_home_sp{
  display: none;
}
.topnav {
  overflow: hidden;
  color: #fff;
  position: relative;
  padding-top: 10px;
}
.topnav a {
  display: inline-block;
  color: #fff;
  text-align: center;
  padding-top: 1px;
  text-decoration: none;
  font-size: 20px;
  margin: 20px 50px 0;
}
.topnav a:hover, .topnav a.active {
  color: #fff;
  border-top: 1px solid #fff;
  padding-top: 0;
}
.active {
  color: black;
}
.topnav .icon {
  display: none;
}
.topnav a.contact_icon{
  border-top: none;
  margin: 20px 5px 0;
}
.icon_mail{
  display: none !important;
}
.topnav a.tx_home{
  display: none;
}
.btn_booknow{
  position: fixed;
  right: 0;
  top: 150px;
  z-index: 1;
}
.topnav a.contact_icon.line_right{
  border-right: 1px solid #fff;
  padding-right: 15px;
}
/* .wellcome{
  margin-top: 80px;
} */
.btn_booknow2{
  background: none;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-family: "OpenSans-Bold";
  font-size: 24px;
  border-radius: 4px;
  padding: 10px 60px;
  display: block;
  margin: 30px auto;
}
.btn_booknow2:hover{
  background: #fff;
  color: #ab2a22;
}
.header_cabins {
  text-align: center;
}
.topnav_cabins {
  overflow: hidden;
  color: #2f1311;
  position: relative;
  font-family: "OpenSans";
  padding-top: 10px;
}
.topnav_cabins a {
  display: inline-block;
  color: #2f1311;
  text-align: center;
  padding-top: 1px;
  text-decoration: none;
  font-size: 20px;
  margin: 20px 50px 0;
}
.topnav_cabins a:hover, .topnav_cabins a.active {
  color: #c82027;
  border-top: 1px solid #c82027;
  padding-top: 0;
}
.topnav_cabins .icon2 {
  display: none;
}
.topnav_cabins a.contact_icon{
  border-top: none;
  margin: 20px 5px 0;
  color: #c82027;
}
.icon_mail{
  display: none !important;
}
.topnav_cabins a.tx_home{
  display: none;
}
h2.tittleh2{
  font-size: 60px;
  font-family: "OpenSans-Bold";
  color: #fff;
  margin-top: 20px;
}
.tx_banner{
  font-size: 26px;
  font-family: "OpenSans";
  color: #fff;
  line-height: 35px;
  margin: 20px 10% 0;
}
.click_room{
  color: #fff;
  font-size: 26px;
  margin-top: 30px;
  display: block;
}
.click_room:hover{
  color: #fff;
}
.click_room p{
  margin-bottom: 20px;
}
.list_cabins ul{
  margin-top: 10px;
}
.list_cabins li{
  list-style: none;
  display: inline-block;
  margin: 20px 10px;
  width: 10%;
  vertical-align: top;
  cursor: pointer;
}
.list_cabins li:hover{
  opacity: 0.8;
}
.list_cabins li a{
  color: #fff;
}
.list_cabins li a p{
  font-size: 18px;
  font-family: "OpenSans-Bold";
  margin-top: 10px;
  line-height: 18px;
}
.topnav_itineraries {
  overflow: hidden;
  color: #2f1311;
  position: relative;
  font-family: "OpenSans";
  padding-top: 10px;
}
.topnav_itineraries a {
  display: inline-block;
  color: #2f1311;
  text-align: center;
  padding-top: 1px;
  text-decoration: none;
  font-size: 20px;
  margin: 20px 50px 0;
}
.topnav_itineraries a:hover, .topnav_itineraries a.active {
  color: #c82027;
  border-top: 1px solid #c82027;
  padding-top: 0;
}
.topnav_itineraries .icon3 {
  display: none;
}
.topnav_itineraries a.contact_icon{
  border-top: none;
  margin: 20px 5px 0;
  color: #c82027;
}
.topnav_itineraries a.tx_home{
  display: none;
}
.topnav_activities {
  overflow: hidden;
  color: #2f1311;
  position: relative;
  font-family: "OpenSans";
  padding-top: 10px;
}
.topnav_activities a {
  display: inline-block;
  color: #2f1311;
  text-align: center;
  padding-top: 1px;
  text-decoration: none;
  font-size: 20px;
  margin: 20px 50px 0;
}
.topnav_activities a:hover, .topnav_activities a.active {
  color: #c82027;
  border-top: 1px solid #c82027;
  padding-top: 0;
}
.topnav_activities .icon4 {
  display: none;
}
.topnav_activities a.contact_icon{
  border-top: none;
  margin: 20px 5px 0;
  color: #c82027;
}
.topnav_activities a.tx_home{
  display: none;
}
.topnav_services {
  overflow: hidden;
  color: #2f1311;
  position: relative;
  font-family: "OpenSans";
  padding-top: 10px;
}
.topnav_services a {
  display: inline-block;
  color: #2f1311;
  text-align: center;
  padding-top: 1px;
  text-decoration: none;
  font-size: 20px;
  margin: 20px 50px 0;
}
.topnav_services a:hover, .topnav_services a.active {
  color: #c82027;
  border-top: 1px solid #c82027;
  padding-top: 0;
}
.topnav_services .icon5 {
  display: none;
}
.topnav_services a.contact_icon{
  border-top: none;
  margin: 20px 5px 0;
  color: #c82027;
}
.topnav_services a.tx_home{
  display: none;
}

.topnav_contact {
  overflow: hidden;
  color: #2f1311;
  position: relative;
  font-family: "OpenSans";
  padding-top: 10px;
}
.topnav_contact a {
  display: inline-block;
  color: #2f1311;
  text-align: center;
  padding-top: 1px;
  text-decoration: none;
  font-size: 20px;
  margin: 20px 50px 0;
}
.topnav_contact a:hover, .topnav_contact a.active {
  color: #c82027;
  border-top: 1px solid #c82027;
  padding-top: 0;
}
.topnav_contact .icon6 {
  display: none;
}
.topnav_contact a.contact_icon{
  border-top: none;
  margin: 20px 5px 0;
  color: #c82027;
}
.topnav_contact a.tx_home{
  display: none;
}

.menu_footer_home {
  text-align: center;
  padding-top: 20px;
}
.menu_footer_home li {
  display: inline-block;
  list-style: none;
  margin: 0 20px 40px;
  font-size: 18px;
  color: #fff;
}
.menu_footer_home li a{
  color: #fff;
}
.menu_footer_home .link_footer li{
  margin: 0 10px 40px;
}
.copyright2{
  color: #fff;
}
.hide_show_btn{
  background: none;
  border: none;
  font-size: 24px;
  font-family: "OpenSans";
  font-weight: bold;
}
.booking_mobile{
  display: none;
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0a2433;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
  opacity: 0.9;
}

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  height: 50px;
}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 36px;
  margin-left: 50px;
}
.icon_menu{
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  margin-top: 45px;
  position: absolute;
  left: 10px;
}
.icon_menu2{
  font-size: 30px;
  color: #2f1311;
  cursor: pointer;
  margin-top: 55px;
  position: absolute;
  left: 10px;
}
.container{
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}
.mail{
  display: none;
}
.logo_home2{
  margin-top: 20px;
  margin-left: 10%;
}

.header_room_scarlet{
  background: url(../images/onyx_room-1.jpg) no-repeat center top;
  height: 100px;
}
.header_room_onyx{
  background: url(../images/onyx_room-1.jpg) no-repeat center top;
  height: 100px;
}
.header_room_golden{
  background: url(../images/onyx_room-1.jpg) no-repeat center top;
  height: 100px;
}
.header_room_silver{
  background: url(../images/onyx_room-1.jpg) no-repeat center top;
  height: 100px;
}
.menu_tab{
  text-align: center;
}
.booknow_mar{
  margin-top: 50px;
}
.form_input{
  margin-bottom: 20px;
}
.form_input p{
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.form_input p span{
  color: #ab2a22;
}
.form_input input{
  width: 100%;
  border: 1px solid #c4c4c4;
  height: 40px;
  padding-left: 20px;
}
.form_input textarea{
  width: 100%;
  border: 1px solid #c4c4c4;
  height: 300px;
  padding: 20px;
}
.bor_input{
  border: 1px solid #c4c4c4;
  height: 40px;
  width: 100%;
}
.bor_input select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(../images/icon38.png) no-repeat 96% 17px !important;
  border: none !important;
  width: 70px !important;
  padding-left: 0 !important;
}
.bor_input input{
  border: none !important;
  width: 80% !important;
  height: 30px;
}
.f-left{
  float: left;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}
.check2 {
    margin-right: 15px;
}
input[type=radio].css-checkbox2 {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=radio].css-checkbox2:checked + label.css-label2 {
  background-position: 0 -22px;
  color: #ab2a22;
}
input[type=radio].css-checkbox2 + label.css-label2 {
  padding-left: 28px;
  height: 22px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
}
label.css-label2 {
  background-image: url(../images/check.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form_input select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/icon38.png) no-repeat 96% 15px;
    border: 1px solid #c4c4c4;
    width: 100%;
    height: 40px;
    padding-left: 20px;
}
.t-center{
  text-align: center;
  margin-bottom: 100px;
}
.hide_pc{
  display: none;
}
.hide_sm{
  display: block;
}
.tx_index{
  color: #fff;
  font-size: 90px;
  line-height: 100px;
  font-weight: bold;
  font-family: "OpenSans-Bold";
}
.icon_down{
  position: absolute;
  bottom: 90px;
  left: 47%;
}
.video_background {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.home{
  overflow: hidden;
  position: relative;
  text-align: center;
}
.cabins{
  position: relative;
  text-align: center;
}
.itineraries{
  position: relative;
  text-align: center;
}
.activities{
  position: relative;
  text-align: center;
}
.services{
  position: relative;
  text-align: center;
}
.contact{
  position: relative;
  text-align: center;
}
.img_banner{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  z-index: -1000;
  overflow: hidden;
  display: block;
}
.img_banner_sp {
  display: none;
}
.img_banner_top_mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .img_banner_top_mobile {
    display: block;
  }
  .img_banner_top_pc {
    display: none;
  }
}
@media only screen and (max-width: 790px){
  .video_background {
    visibility: hidden;
  }
}
.img_banner_top_pc, .img_banner_top_mobile {
  position: absolute;
  top: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}