/*rktn*/

div#htlContents div#htlMainContent div div#trvlHtlSubNav ul {
    margin: 0 !important;
}

body #htlContents,
#htlMainContent,
div#RthCustomize {
    margin: 0 0;
}

#RthCustomizeW * {
    box-sizing: border-box;
}

div#RthCustomize,
#htlMainContent {
    width: auto;
    float: none;
}

#RthCustomizeW {
    width: 950px;
    overflow: hidden;
}

#RthCustomizeW a:hover {
    text-decoration: none;
}

#htlSide-A {
    /*top: 900px;*/
    top: 810px;
    padding-top: 0;
    left: 50%;
    margin-left: -600px;
    position: absolute;
}

#RthCustomizeW .bns a,
#RthCustomizeW .bns a:link,
#RthCustomizeW .bns a,
#RthCustomizeW .bns a:visited {
    color: #b22222;
    text-decoration: none;
}

div#RthCustomizeW {
    width: 100%;
    background: url(../images/bg_black.jpg);
}

/*common*/

html,
body {
    width: 100%;
}

body {
    color: #261F1A;
    margin: 0 auto;
    font-family: YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho";
    /*font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    min-width: 100%;
}
a {
    color: #232122 !important;
    text-decoration: none;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.p15 {
    padding: 0 15px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.mb05em {
    margin-bottom: 0.5em !important;
}

.mb1em {
    margin-bottom: 1em !important;
}

.mb2em {
    margin-bottom: 2em !important;
}

.mb3em {
    margin-bottom: 3em !important;
}

.mb4em {
    margin-bottom: 4em !important;
}

.pb05em {
    padding-bottom: 0.5em !important;
}

.mr0 {
    margin-right: 0 !important;
}

li {
    list-style: none;
}

p {
    text-align: justify;
    -ms-text-justify: auto;
    text-justify: auto;
    text-justify: inter-ideograph;
}

img {
    vertical-align: bottom;
}

.noborder {
    border: none !important;
}

.nomargin {
    margin: 0 0 !important;
}

.ta_r {
    text-align: right;
}

.ta_c {
    text-align: center;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb120 {
    margin-bottom: 120px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.ls-1 {
    letter-spacing: -1px;
}

.ls-2 {
    letter-spacing: -2px;
}

.ls-3 {
    letter-spacing: -3px;
}

.ls-4 {
    letter-spacing: -4px;
}

a,
.wrap a:link,
.wrap a,
.wrap a:visited {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:active,
a:hover,
a:hover img {
    opacity: 0.7;
}

.for_sp {
    display: none !important;
}

.wrap {
    position: relative;
}

.cflex {
	display: flex;
}

.anchor {
	padding-top: 100px;
    margin-top: -100px;
}

/*mainw*/

.mainw {
	width: 950px;
	left: 50%;
	margin-left: -360px;
	position: relative;
}

  .showup {
    opacity: 0;
    transition: 1s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px); }

  .upview {
    -moz-animation: showup 0.6s linear 0s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
    -o-animation: showup 0.6s linear 0s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0s 1 normal forwards; }

  .upview.uv2 {
    -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.3s 1 normal forwards; }

  .upview.uv3 {
    -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.6s 1 normal forwards; }

  .upview.uv4 {
    -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
    -ms-animation: showup 0.6s linear 0.9s 1 normal forwards; }

  .upview.uv5 {
    -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
    -ms-animation: showup 0.6s linear 1.2s 1 normal forwards; }

@-moz-keyframes showup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes showup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-o-keyframes showup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@-ms-keyframes showup {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }


.w1100 {
    width: 1100px;
    margin: 0 auto;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
}
.w800 {
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.img100 {
    width: 100%;
    height: auto;
}

	#fnav { position: fixed; top:-130px; left:0; transition:0.6s; width: 100%; height: 130px; z-index: 8000;
		 }
	#fnav.show { top:0; }
	
	header { position: absolute; width: 100%; top:0; left: 0; z-index: 200; }
	#nav { /*display: none; position: fixed; top:0; left:0;*/ z-index: 3000; 
		background: #ffffff; height: 70px;  }
	.nav .mainw { display: flex; align-items:center; justify-content:space-between; }
.nav nav {
    width: 1200px;
    margin: auto;
    display: flex; align-items:center; justify-content:space-between;
}
	#fnav h1 { position: relative; z-index: 100; }
	#fnav h1 a { display: block; width: 174px; height: 40px; text-indent: -10000px; overflow: hidden;
		background: url(../images/logo_fnav.svg) center center no-repeat; }
	#nav_h h1 a { display: block; width: 204px; height: 65px; text-indent: -10000px; overflow: hidden;
		background: url(../images/logo.svg) center center no-repeat; margin-top: 13px; }
	
	.nav .gnav { display: flex; justify-content:flex-end; }
	.gnav li a { display: block; line-height: 70px; font-size: 16px; padding: 0 15px; 
		position: relative; }
	#nav_h .gnav li a { color: #ffffff; }
	.nav .gnav .pop_rsv:after { content: ""; width: 68px; height: 2px; background: #0068bd;
		position: absolute; bottom: 17px; left: 50%; margin-left: -34px; }

	.language_menu { line-height: 70px; position: relative; }
	.language_menu>li { position: relative; width: 120px; height: 70px; text-align: center; 
		cursor: pointer; }
	.language_menu:before { content: ""; width: 1px; height: 20px; background: #d1d1d1;
		position: absolute; top:50%; margin-top: -10px; left: 0; }
	/*.language_menu>li:last-child { border-right: none; }*/
	.language_menu>li a { display: block; width: 120px; height: 70px; font-size: 13px; 
		position: relative; line-height: 70px; /*text-decoration: underline;*/ }
	.language_menu>li>a { font-family: "Questrial"; }
	#nav_h .language_menu>li>a { color: #ffffff; }
	.language_menu>li>a:after { content: "\f107"; font-family: FontAwesome; color: #2c3280;
		padding-left: 6px; color: #0068bd; }
	#nav_h .language_menu>li>a:after { color: #ffffff; }
	.language_menu>li:hover a { opacity: 1; }
	.language_menu>li ul { left: 0; position: absolute; z-index: 30; }
	.language_menu>li ul li { overflow: hidden; height: 0; transition: 0.2s; position: relative;
		background: rgba(255,255,255,0.8); }
	.language_menu>li ul li:before { content: ""; width: 86px; height: 1px; 
		background: rgba(255,255,255,0.2); position: absolute; top:0; left: 50%; margin-left: -43px; }
	.language_menu>li:hover > ul > li { overflow: visible; width: 120px; height: 30px; line-height: 30px; }
	.language_menu>li ul li a { display: block; position: relative; height: 30px; line-height: 30px; }
	.language_menu>li:hover ul li a:hover { background: #0068bd; color: #ffffff; }


	#f_rsv { width: 100%; height: 60px; }
#f_rsv form {
    width: 1200px;
    margin: auto;
}
	#h_rsv { display: none; width: 100%; height: 100vh; position: fixed; background: rgba(0,0,0,0.8);
		z-index: 30000; color: #ffffff; }
	#h_rsv .btn_close { position: absolute; top:35px; right: 50%; margin-right: -600px; 
		text-align: center; }
	#h_rsv .btn_close img { width: 25px; }
	#h_rsv .btn_close p { color: #ffffff; font-family: "YuMincho","游明朝","Yu Mincho","Sawarabi Mincho", serif,"Hiragino Mincho ProN"; text-align: center; }
	#h_rsv form { width: 930px; padding-top: 110px; margin: 0 auto; border-bottom: #ffffff 1px dotted;
		padding-bottom: 30px; margin-bottom: 25px; }
	.rsv { font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
	.rsv ul.rsv_ul { display: flex; justify-content:space-between;
		align-items: center; flex-wrap: wrap; }
	.rsv h3 { font-size: 16px; line-height: 60px; font-family: "YuMincho","游明朝","Yu Mincho","Sawarabi Mincho", serif,"Hiragino Mincho ProN"; }
	#h_rsv h3 { width: 139px; height: 34px; text-indent: -10000px; overflow: hidden;
		background: url(../images/ttl_rsv_w.svg) center center no-repeat; margin: 0 auto 40px; }
	/*.ui-datepicker-calendar,#datepicker { width: 100%; }*/
	
	.rsv ul.rsv_ul li { font-size: 14px;line-height: 1.2;
		/*padding: 0 12px;*/ position: relative; }
	.rsv ul.rsv_ul li label { display: inline-block; padding-right: 5px; }
	/*.rsv ul.rsv_ul li label.usfd { display: inline-block; }*/
	.rsv .datepicker { background: url(../images/icon_cal.svg) right 10px center no-repeat;
		border: #c5c5c5 1px solid; height: 30px; line-height: 30px; padding-left: 12px;
		background-size: 14px auto; color: #ffffff; width: 190px; }
	.rsv select { border: #c5c5c5 1px solid; height: 30px; line-height: 30px; font-size: 14px;
		 -webkit-appearance: none; border-radius: 0; background: none; padding-left: 12px;
		position: relative; z-index: 3; cursor: pointer; width: 60px; color: #ffffff; }
	.rsv select option { color: #232122; }
	.rsv ul.rsv_ul li.selectli:after { content: ""; 
		background: url(../images/icon_select.svg) center center no-repeat; 
		right: 10px; position: absolute; width: 10px; height: 30px; bottom:0; }
	
	.rsv input[type="submit"] { cursor: pointer; transition:0.3s; -webkit-appearance: none;
		width: 200px; height: 30px; line-height: 30px; }
	.rsv.rsv_pl input[type="submit"] { width: 120px; height: 35px; line-height: 35px; }
	.rsv.rsv_pl ul.rsv_ul .cbtn2 { width: 120px; height: 35px; line-height: 35px; }
	#h_rsv.rsv .datepicker,#h_rsv.rsv select,#h_rsv.rsv input[type="submit"],#h_rsv.rsv ul.rsv_ul li.selectli:after { height: 50px; line-height: 50px; }
	.rsv_tel { display: flex; justify-content:center; }
	.rsv_tel .cbtn2 { width: 300px; height: 50px; line-height: 50px; margin-right: 10px; }
	.rsv .tel { font-size: 13px; text-align: center; padding-top: 9px;width: 200px; height: 50px; }
	.rsv .tel span { font-size: 18px; font-family: "YuMincho","游明朝","Yu Mincho","Sawarabi Mincho", serif,"Hiragino Mincho ProN"; }
	#h_rsv .tel { text-align: center; width: 300px; background: rgba(255,255,255,0.15);
		height: 50px; line-height: 50px; padding-top: 0; }
    .rsv ul.rsv_ul li input[type="text"] { width: 120px; }
    .rsv ul.rsv_ul li input[type="text"]  { background: url(../images/icon_cal.svg) right 10px center no-repeat;
        border: #c5c5c5 1px solid; height: 30px; line-height: 30px; padding-left: 12px;
        background-size: 14px auto; color: #ffffff; }

.cb {
    background: rgba(0,0,0,0.8);
    color: #ffffff;
}

#mv {
    width: 100%;
    height: 367px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
#mv > img {
    object-fit: cover;
    width: 100%;
    height: 367px;
}
#mv h2 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#mv .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
}
#mv .wave img {
    width: 210%;
    max-width: 300%;
    position: absolute;
    bottom: -3px;
    left: -20px;
}
.cmenu {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 60px 0 35px;
}
.cmenu li {
    font-size: 14px;
    width: 120px;
    height: 120px;
    margin-right: 18px;
}
.cmenu li:first-child, .cmenu li:last-child {
    margin-top: -25px;
}
.cmenu li a {
    display: block;
    width: 120px;
    height: 120px;
    position: relative;
    line-height: 120px;
    text-align: center;
    border-radius: 60px;
    border: #c5c5c5 1px dotted;
    background: url(../images/icon_cmenu.svg) center bottom 35px no-repeat;
}
.cmenu li a.l2 {
    line-height: 16px;
    padding-top: 35px;
}

    .cbtn { font-size: 14px; display: block; text-align: center; line-height: 40px;
         width: 200px; height: 40px; position: relative; color: #ffffff;
         background: url("../images/icon_cbtn.svg") right 12px center no-repeat #0068bd;
         border: none; font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
    .cbtn:hover { opacity: 1; background-position: right 7px center; background-color: #232122; }

    .cbtn2 { font-size: 14px; display: block; text-align: center; line-height: 48px;
        width: 210px; height: 50px; padding-right: 20px; color: #0068bd;
         background: url("../images/icon_cbtn2.svg") right 12px center no-repeat #ffffff;
         font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; border: #ffffff 1px solid; }
    .cbtn2:hover { opacity: 1; color: #ffffff !important; background-image:url(../images/icon_cbtn.svg);
        background-position: right 7px center; background-color: #0068bd; }
    

    .cbtn3 { font-size: 16px; display: block; text-align: left; line-height: 35px;
         width: 200px; height: 35px; position: relative; border-bottom: #0068bd 1px solid;
         background: url("../images/icon_cbtn2.svg") right 5px center no-repeat;
         background-size: 22px auto; padding-left: 5px; }
    .cbtn3:hover { opacity: 1;
        background: url("../images/icon_cbtn2.svg") right center no-repeat;
        background-size: 22px auto; }



table.ctable {
    border-collapse: collapse;
    width: 100%;
}
table.ctable th {
    font-weight: normal;
    text-align: center;
    width: 150px;
    position: relative;
}
table.ctable th, table.ctable td {
    font-size: 16px;
    border-bottom: #0068bd 1px solid;
    padding: 20px 25px;
}
table.ctable th:after {
    content: "";
    width: 1px;
    height: 30px;
    border-right: #0068bd 1px dotted;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}
.cbtn3 {
    font-size: 16px;
    display: block;
    text-align: left;
    line-height: 35px;
    width: 200px;
    height: 35px;
    position: relative;
    border-bottom: #0068bd 1px solid;
    background: url(../images/icon_cbtn2.svg) right 5px center no-repeat;
    background-size: 22px auto;
    padding-left: 5px;
}
.cbtn3:hover {
    opacity: 1;
    background: url(../images/icon_cbtn2.svg) right center no-repeat;
    background-size: 22px auto;
}

/*grp*/
    #grp { padding: 50px 0; }
    #grp ul { justify-content:center; }
    #grp ul li { margin-right: 10px; }
    #grp ul li:last-child { margin-right: 0; }
    #grp ul li a { display: flex; width: 300px; height: 80px; border: #d1d1d1 1px solid; background: #FFFFFF;
        padding: 5px 10px; justify-content:space-between; align-items:center; }

/*footer*/
    footer { width: 100%; position: relative; font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; padding: 45px 0 35px; }
    footer .mainw { justify-content:space-between; }
    footer .hotelinfo_rt { align-items: flex-start; flex-wrap:wrap; }
    footer h2 a { margin-right: 20px; width: 210px; height: 67px; overflow: hidden; 
        background: url(../images/logo_f.svg) left top no-repeat; background-size: contain; 
        text-indent: -10000px; margin-bottom: 20px; display: block; }
    
    footer address{ font-style: normal; margin-bottom: 13px; }
    footer address p { font-size: 14px; line-height: 22px; text-align: left; }
    footer #footnav { min-width: 300px; }
    footer #footnav ul { font-size: 14px; line-height: 26px; margin-bottom: 10px; }
    footer #footnav li {  }
    footer #footnav li a { display: block; padding: 0 60px 0 10px; background: url(../images/icon_li.svg) left center no-repeat; }
    footer .copy { color: #808080; text-align: center; font-size: 13px; }
    .cashless { width: 1000px; margin-right: auto; margin-left: auto; background: #e61212; text-align: center; padding: 25px 0; margin-bottom: 5px; position: relative; z-index: 50; }
    .cashless_att { width: 1000px; margin-right: auto; margin-left: auto; margin-bottom: 20px; position: relative; z-index: 50; }

/*pagetop*/
    #page-top { position: fixed; bottom: 40px; left: 50%; margin-left: 610px; z-index: 2000; }
    #page-top a { background: url(../images/pagetop_on.svg) center center no-repeat; display: block; 
        width: 64px; height: 64px; position: relative; text-align: center; }
    #page-top a:after { content: ""; position: absolute; width: 64px; height: 64px; top:0; left: 0;
        background: url(../images/icon_pagetop.svg) center center no-repeat; }
    #page-top a:hover { opacity: 1; }
    #page-top a:hover img { opacity: 0; }
    #page-top.stop { position: absolute; bottom: 188px; }

/* rtban_box  */
    .rtban_box { margin-bottom: 20px; }