<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* @import url(reset.css); */
@import url(base.css);
@import url(common.css);
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&amp;display=swap');

body#highTop {
    /*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    /*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
    font-family: 'Noto Serif JP', serif;
    background-color: #FFF;
    font-size: 14px;
    min-width: 1366px;
}

.fontEn {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.mincho {
    font-family: a-otf-ryumin-pr6n, serif;
}

.gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#navTop, #footer {
    font-family: " a-otf-futo-min-a101-pr6n,", "YakuhanMin", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
}

.printBr {
    page-break-before: always;
}

.inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.inner1366 {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

br.pc1366 {
    display: none;
}

.caption {
    font-size: 12px;
}

.caption.colBl {
    color: #000;
}

.caption.colW {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

.caption.br {
    position: absolute;
    bottom: 1%;
    right: 1%;
}

.caption.bl {
    position: absolute;
    bottom: 1%;
    left: 1%;
}

.capbl {
    position: absolute;
    bottom: 1%;
    left: 2%;
}

.capbr {
    position: absolute;
    bottom: 1%;
    right: 2%;
}

.bold {
    font-weight: bold;
}

.cTopBtn {
    margin-right: 0;
    margin-left: auto;
    width: 80px;
    font-weight: 600;
}

.cTopBtn img {
    margin-right: auto;
    margin-left: auto;
}

.cTopBtn p {
    text-align: center;
}

/* header// */
#header {
    width: 100%;
    min-width: 1366px;
    z-index: 100;
    background-color: #000000;
    padding: 0px 0;
    position: fixed;
}

#header .stfLogo {
    padding: 5px 0;
    width: 436px;
}

#header .inlineB {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7em;
    padding: 3px 0;
}

#header .floatLeft .inlineB:last-child {
    border-right: none;
}

#header .hSize {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
}

#header a .spNone {
    font-size: 16px;
}

#header .headerTel {
    padding: 10px 0;
}

#header .headerTel span {
    font-size: 11px;
    display: inline-block;
}

#header .headerTel .telBox:nth-child(n+2) {
    margin-top: 2px;
}

#header .headerTel .telBox p span:first-child {
    width: 8em;
    text-align: right;
}

#header .headerTel a {
    display: block;
    line-height: 1;
}

#hLinkBox {
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*right: 200px;*/
    display: none;
}

#hLinkBox &gt; .inlineB {
    text-align: center;
    vertical-align: middle;
    margin-right: 15px;
}

#hLinkBox &gt; .inlineB.enjpBtn {
    text-align: right;
}

#hLinkBox .enBtn {
    display: inline-block;
    margin-left: 15px;
}

#hLinkBox .jpBtn {
    display: inline-block;
}

#hLinkBox a span {
    display: inline-block;
    vertical-align: middle;
}

.enjpBtn a .triangle {
    display: inline-block;
    width: 13px;
    height: 10px;
    box-sizing: border-box;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8.66px solid #fff;
}

#header .yoyakuBtn {
    cursor: pointer;
    background: linear-gradient(to right, rgba(148, 0, 4, 1) 0%, rgba(162, 0, 0, 1) 100%);
    width: 160px;
    height: 70px;
    border-radius: 5px;
    padding: 4px 0;
    transition: background .2s;
}

#fFixedBox .yoyakuBtn {
    background: linear-gradient(to right, rgba(148, 0, 4, 1) 0%, rgba(162, 0, 0, 1) 100%);
    border-radius: 5px;
    padding: 4px 0;
    transition: background .2s;
}

/*#header .yoyakuBtn .fixed_btnResvIco,
#header .yoyakuBtn .fixed_btnResvIcoActive,
#fFixedBox .yoyakuBtn .fixed_btnResvIco,
#fFixedBox .yoyakuBtn .fixed_btnResvIcoActive{
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin: 0 auto;
}

#header .yoyakuBtn .fixed_btnResvIco,
#fFixedBox .yoyakuBtn .fixed_btnResvIco {
  display: block;
  background: url(../img/common/ico_bed_w.svg) no-repeat center center #7c0000;
  background-size: 22px auto;
}

#header .yoyakuBtn.active .fixed_btnResvIco,
#fFixedBox .yoyakuBtn.active .fixed_btnResvIco {
  display: none;
}

#header .yoyakuBtn .fixed_btnResvIcoActive,
#fFixedBox .yoyakuBtn .fixed_btnResvIcoActive {
  display: none;
  background: url(../img/common/ico_close.svg) no-repeat center center #7c0000;
  background-size: 18px auto;
}

#header .yoyakuBtn.active .fixed_btnResvIcoActive,
#fFixedBox .yoyakuBtn.active .fixed_btnResvIcoActive {
  display: block;
}

#header .yoyakuBtn .fixed_btnResvTxt,
#fFixedBox .yoyakuBtn .fixed_btnResvTxt {
  font-size: 0.8rem;
  color: #FFF;
  line-height: 1.4;
  letter-spacing: 0;
  margin-top: 2px;
}*/
/* //header */

.fixed_menuMain li.parents {
    float: none;
}

.fixed_menuSub01 li, .fixed_menuSub02 li {
    float: none;
}

.resTxt {
    color: #fff;
    letter-spacing: 0em;
    word-spacing: 0.1em;
    font-size: 14px;
    text-align: left;
}

.fixed_btnMenu {
    /*background-color: #002538!important;*/
}

.fixed_menuMain li.parents {
    margin-top: 5px;
}

.right_box01 {
    display: block;
    padding: 15px 0;
}

.right_box01 a {
    display: inline-block;
}

.right_box01 .honyaku {
    font-size: 14px;
    color: #fff;
    margin: 0px 10px;
    text-align: right;
}

.honyaku::before {
    content: "‣";
}

.right_box01 .access_icon {
    font-size: 14px;
    color: #fff;
    margin: 5px 20px;
    text-align: right;
}

.access_icon::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../img/common/access_icon.png);
    background-size: contain;
    vertical-align: middle;
}

.right_box03 {
    display: block;
    padding: 10px 5px;
    text-align: left;
    color: #fff;
}

.right_box03 .tel_text {
    font-size: 9px;
    line-height: 1em;
}

.right_box03 .tel_icon {
    font-size: 18px;
    line-height: 1em;
    margin: 5px 0px;
    text-align: right;
}

.right_box03 .tel_icon a {
    color: #fff;
}

.right_box04 {
    display: block;
    padding: 10px 5px;
    text-align: left;
    color: #fff;
}

.tel_info {
    font-size: 10px;
    line-height: 1.2em;
    margin: 10px 0 5px;
}

.menuActive #btn_VFMENU {
    opacity: 0.4;
    pointer-events: none;
}

.VFmenuActive .fixed_btnMenu {
    opacity: 0.4;
    pointer-events: none;
}

.fixed_btnMenu2 {
    cursor: pointer;
    background: #000000;
    width: 80px;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0;
    -webkit-transition: background .2s;
    transition: background .2s;
}

.fixed_btnMenu2:hover {
    background: #2f2f2f;
}

.fixed_btnMenuIco {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.fixed_btnMenuIco .bar {
    display: block;
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 10px;
    -webkit-transition: opacity ease-out .2s, -webkit-transform ease-out .2s;
    transition: opacity ease-out .2s, -webkit-transform ease-out .2s;
    transition: transform ease-out .2s, opacity ease-out .2s;
    transition: transform ease-out .2s, opacity ease-out .2s, -webkit-transform ease-out .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (max-width: 750px) {
    .fixed_btnMenuIco {
        height: 37px;
    }
}

@media screen and (max-width: 584px) {
    .fixed_btnMenuIco .bar {
        left: 0;
        right: 0;
        margin: auto;
    }
    .fixed_btnMenuIco {
        height: 31px;
    }
}

.fixed_btnMenuIco .bar:nth-of-type(1) {
    top: 11px;
}

.fixed_btnMenuIco .bar:nth-of-type(2) {
    top: 19px;
}

.fixed_btnMenuIco .bar:nth-of-type(3) {
    top: 27px;
}

@media screen and (max-width: 584px) {
    .fixed_btnMenu2 .bar:nth-of-type(1) {
        top: 4px;
    }

    .fixed_btnMenu2 .bar:nth-of-type(2) {
        top: 12px;
    }

    .fixed_btnMenu2 .bar:nth-of-type(3) {
        top: 20px;
    }

    .fixed_btnMenu2.active .fixed_btnMenuIco {
        margin-left: 6px;
    }
}

.fixed_btnMenuTxt {
    font-size: 0.88rem;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0;
    margin-top: 4px;
}

.fixed_btnMenu2.active .fixed_btnMenuIco .bar {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 26px;
    left: 6px;
}

.fixed_btnMenu2.active .fixed_btnMenuIco .bar:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.fixed_btnMenu2.active .fixed_btnMenuIco .bar:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

.fixed_btnMenu2.active .fixed_btnMenuIco .bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

.fixed_menuMain li.parents.noLink {
    color: #fff;
    padding-left: 14px;
    background: url(https://www.hvf.jp/common/images/ico_ar_r_w.svg) no-repeat left center;
    background-size: auto;
    -webkit-background-size: 6px 10px;
    background-size: 6px 10px;
    font-size: 1.13rem;
    letter-spacing: 0.05em;
    opacity: 0.3;
}

.resv_serchMainConvLinks:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.fixed_btnResv {
    font-family: 'Noto Sans Japanese';
}

.fixed_resv {
    line-height: 1.6;
    font-family: 'Noto Sans Japanese';
}

.fixed_resvHighlight {
    letter-spacing: 0;
}

.resv_serchMainConvBtn.active {
    background: url(https://www.hvf.jp/common/images/ico_ar_r_w.svg) no-repeat 96% center #8E0102;
}

.pLogoW {
    width: 319px;
}

/* //resv */

#main {
    position: relative;
}

#linkBtn1 {
    top: 40px;
    right: 20px;
}

/* info// */
#info {
    height: 100%;
    border-bottom: 1px solid #979797;
    text-align: left;
}

#info .inlineB {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    line-height: 50px;
}

#info .topics {
    /*background-color: #002538;
    color: #fff;*/
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #999;
    font-size: 22px;
}

#newsticker {
    position: relative;
    overflow: hidden;
    padding: 10px;
}

#info .infodata {
    width: 100%;
    position: relative;
}

#info .kyugyo {
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.7em;
}

#info .infodata li {
    float: none;
    width: 100%;
}

#info .date, #info .dTxt {
    display: inline-block;
}

#info .date {
    max-width: 160px;
}

#info .infoLink {
    background-color: #4d4d4d;
}

#info .infoLink.sp {
    display: none;
}

#info .infoLink a {
    color: #fff;
}

#info .infoLink img {
    display: inline;
}

/* //info */

/* nav// */
/*#nav{
	padding: 10px 0;
}
#nav{border-bottom: 1px solid #b2b2b2;}
#nav ul{
	max-width: 1320px;
	text-align: center;
}*/
#navTop ul {
    max-width: 1366px;
    text-align: center;

    display: flex;
    justify-content: space-between;
    align-items: center;

}

#navTop ul li {
    display: block;
    width: calc(100% / 7);
    /* width: calc(100% / 6); */
    /*width: 16.666%;*/
    text-align: center;
    /*float: left;*/
    /*border-right: 1px solid #ccc;*/
    /*padding: 0 10px 5px;*/
    height: 40px;
    position: relative;
}

#navTop ul li::after {
    /*width: 1px;*/
    /*height: 60%;*/
    /*content: "";*/
    /*background-color: #cccccc;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/

}

#navTop ul li:nth-child(6n)::after {
    display: none;
}

/*#navTop ul li:nth-child(7n)::after {*/
/*display: none;*/
/*}*/

/*#nav ul li:first-child,#navTop ul li:first-child{*/
/*border-left: 1px solid #ccc;*/
/*}*/
/*#nav ul li:nth-child(1){ width: 10.7%; }
#nav ul li:nth-child(2){ width: 14.0%; }
#nav ul li:nth-child(3){ width: 12.5%; }
#nav ul li:nth-child(4){ width: 14.9%; }
#nav ul li:nth-child(5){ width: 13.4%; }
#nav ul li:nth-child(6){ width: 9.7%; }
#nav ul li:nth-child(7){ width: 11.0%; }
#nav ul li:nth-child(8){ width: 13.7%; }*/
/*#nav ul li a,#navTop ul li a{
	padding: 5px;
}*/
/*#nav ul li a:hover,#navTop ul li a:hover,
#nav ul li a.active,#navTop ul li a.active{
  background: rgba(152, 145, 136,.3);
}*/
/*#nav .fontEnTrajan{
	color :#989188;
	font-size: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	height:50px;
}
#nav .title{
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	height:70px;
}
#nav .tCopy{
	font-size: 13px;
	display: flex;
	justify-content: center;
	height: 50px;
}*/
#navTop {
    z-index: 9;
    background: rgb(80 52 18 / 55%);
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 0px 0;
}

#navTop.topPage {
    display: none;
}

#navTop.navFixed {
    display: block;
    animation: navAnim 0.3s ease forwards;
}

@keyframes navAnim {
    0% {
        margin-top: -100px;
    }
    100% {
        margin-top: 0;
    }
}

#navTop ul li:first-child {
    /*margin-left: 0;*/
}

#navTop .noLink {
    font-weight: 500;
    line-height: 1.0em;
    padding: 0 10px 5px;
}

#navTop ul li a {
    position: relative;
    font-weight: 500;
    line-height: 1.0em;
    /*padding: 0 10px 5px;*/
    display: block;
    width: 100%;
    height: 100%;

}

#navTop ul li span {
    position: absolute;
    width: 100%;
    font-feature-settings: "pwid";
    letter-spacing: 0.5px;

    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

#navTop ul li a::after {
    width: 0;
    height: 2px;
    content: "";
    background-color: #b78059;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#navTop ul li a:hover::after, #navTop ul li.active a::after {
    width: 40px;
}

#navTop .fontEnTrajan {
    color: #989188;
    font-size: 16px;
}

#navTop .title {
    font-size: 12px;
    color: #fff;
}

#navTop .navEn {
    font-size: 9px;
    color: #fff;
}

#navTop .noLink .title, #navTop .noLink .navEn {
    color: #999;
}

/*#navTop a:after{
    position: absolute;
    bottom: -4px;
    left: 50%;
    content: '';
    width: 150px;
    height: 2px;
	margin-left: -75px;
	border-radius: 5px;
	transform: scale(0, 1);
	transform-origin: center top;
    transition: .5s;
}
#haneda #navTop a:after{ background-color: #3ec0dd;}
#ariake #navTop a:after{ background-color: #a2d122;}
#navTop a:hover:after{
	transform: scale(1, 1);
}*/
#navTop img {
    display: inline;
    vertical-align: middle;
}

/* //nav */

.backGr {
    background: #cccccc;
    /*padding: 80px 0 150px;*/
    padding: 80px 0 80px;
}

.linkBtnH {
    background: #989188;
}

.linkBtnH.backBlue {
    background: #3ec0dd;
}

.linkBtnA {
    background: #a2d122;
}

.linkBtnA.backGreen {
    background: #a2d122;
}

.ariHall {
    background: #CC0012;
}

.linkBtn100 a,
.linkBtn a {
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    font-size: 27px;
}

.linkBtn100 .inlineB,
.linkBtn .inlineB {
    display: inline-block;
    vertical-align: middle;
}

.apHBtn {
    border: 1px solid #000;
}

.apHBtn a {
    color: #000;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apHBtn a div {
    margin: 0 15px;
}

#linkArea {
    text-align: left;
}

#linkArea .copy {
    font-weight: 600;
    left: 20px;
    line-height: 1.2em;
}

#ariake #linkArea .copy {
    color: #fff;
    text-shadow: 1px 1px 5px rgba(62, 192, 221, 0.7), -1px -1px 5px rgba(62, 192, 221, 0.7);
}

#linkArea .linkCopy1 {
    font-size: 49px;
    top: 44px;
}

#linkArea .linkCopy2 {
    font-size: 38px;
    top: 112px;
}

#linkArea .linkCopy3 {
    font-size: 20px;
    top: 167px;
    line-height: 1.6em;
}

#linkArea .linkCopy4 {
    font-size: 17px;
    top: 22px;
}

#linkArea .font48 {
    font-size: 48px;
    vertical-align: bottom;
}

#linkArea .font45 {
    font-size: 45px;
    vertical-align: bottom;
}

#linkArea .font27 {
    font-size: 27px;
    vertical-align: bottom;
    line-height: 1.3em;
}

#linkArea sup {
    line-height: 1.0em;
}

/* vfBox// */
#vfBox .vfTitle {
    background: #333333;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
}

#vfBox .subCopy {
    font-size: 18px;
}

.listBox {
    padding-right: 10px;
}

.listBox .listTitle {
    background: #333333;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px;
}

.listBox .sizeS {
    font-size: 11px;
}

.listBox .hotelLink {
    font-size: 13px;
    line-height: 1.8em;
}

.listBox .line {
    height: 1px;
    background: #333333;
    margin: 5px 0;
}

#hanedaL {
    top: 535px;
    left: 695px;
}

#ariakeL {
    top: 421px;
    left: 889px;
}

#shiodome {
    top: 362px;
    left: 684px;
}

#roppongi {
    top: 370px;
    left: 265px;
}

#tamachi {
    top: 452px;
    left: 584px;
}

#hamamatsucho {
    top: 395px;
    left: 626px;
}

#hacchobori {
    top: 305px;
    left: 712px;
}

#kayabacho {
    top: 266px;
    left: 751px;
}

#hakozaki {
    top: 229px;
    left: 783px;
}

#nihonbashi {
    top: 199px;
    left: 621px;
}

#ueno {
    top: 158px;
    left: 629px;
}

#otemachi {
    top: 199px;
    left: 528px;
}

#jinbocho {
    top: 199px;
    left: 433px;
}

#kudanshita {
    top: 233px;
    left: 350px;
}

#shinjuku {
    top: 213px;
    left: 101px;
}

#shinsaibashi {
    top: 495px;
    left: 11px;
}

#kobe {
    top: 542px;
    left: 11px;
}

/* //vfBox */
#pageTop {
    position: fixed;
    bottom: 0;
    right: -100px;
    z-index: 1000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.posfix #pageTop {
    right: 0;
}

/* footer// */
/*#footer{
	line-height: 1.0em;
	color: #231815;
	font-weight: 600;
}
#footerBox1{
	padding: 20px 0;
	font-size: 12px;
}
#footerBox1 nav ul{
	text-align: center;
}
#footerBox1 nav ul li{
	border-right: 1px solid #231815;
	padding: 0 5px;
	font-size: 11px;
	font-weight: 500;
	float: none;
	display: inline-block;	
}
#footerBox1 nav ul li:first-child{
	border-left: 1px solid #231815;
}
#footerBox2{
	background-color: #31281e; 
	padding: 35px 0 100px;
}
#footerBox2 a{
	color: #fff;
	font-size: 13px;
}
#footerBox2 small{
	color: #fff;
}
#footerBox2 .fBoxInner ul{
	text-align: center;
}
#footerBox2 .fBoxInner li{
	border-right: 1px solid #5a534b;
	padding: 0 10px;
	float: none;
	display: inline-block;	
}
#footerBox2 .fBoxInner li:first-child{
	border-left: 1px solid #5a534b;
}*/
#footer {
    width: 100%;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.1em;
}

#footer a, #footer img {
    display: inline;
}

.sitemap {
    background: #f5f1e9;
    padding: 50px 0;
    text-align: left;
    color: #000;
}

.sitemap .sitemapInner {
    width: 1000px;
    margin: 0 auto;
}

.sitemap dl {
    float: left;
    /*width: 180px;*/
    margin-right: 40px;
}

.sitemap .last {
    margin-right: 0;
}

.sitemap dl dt {
    font-size: 1.143em;
    margin-bottom: 20px;
}

.sitemap dl dd {
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 0.857em;
    background: url(../img/common/icn_arw03.png) no-repeat left 0.3em;
}

.sitemap dl .line {
    padding: 15px 0px 15px 15px;
    border-top: 1px solid #d4d0c8;
    border-bottom: 1px solid #d4d0c8;
    background-position: left 1.7em;
}

.group {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    color: #231815;
}

.group p {
    margin-bottom: 10px;
    font-size: 0.857em;
    font-weight: bold;
}

.group ul {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto 10px auto;
}

.group li {
    float: left;
    font-size: 0.786em;
}

.group li:nth-child(9) {
    clear: left;
}

.group li:after {
    content: "|";
}

.group li:first-child:before {
    content: "|";
}

.group li a {
    font-size: 13px;
    line-height: 1em;
}

.footer {
    background: #31281e;
    padding-bottom: 15px;
}

.footer ul {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 35px 0 50px 0
}

.footer li {
    float: left;
    font-size: 0.929em;
    color: #5a534b;
}

.footer li a {
    color: #fff;
}

.footer li:after {
    content: "|";
    padding-right: 10px;
    padding-left: 10px;
}

.footer ul:before {
    content: "|";
    padding-right: 10px;
    color: #5a534b;
}

.copyright {
    text-align: center;
}

.copyright .logo {
    margin-bottom: 15px;
}

.copyright small {
    font-size: 0.714em;
    color: #fff;
}

.footer .pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

#hotel .footer .pagetop {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
}

#footer .sitemap .sitemapInner {
    width: 940px;
    margin: 0 auto;
    color: #000;
}

#footer .sitemap dl {
    float: left; /*width: 180px;*/
    margin-right: 40px;
}

#footer .sitemap .last {
    margin-right: 0;
}

#footer .sitemap h3 {
    color: #666;
    font-size: 1.143em;
    margin-bottom: 20px;
}

#footer .sitemap h4 {
    color: #666;
    padding: 0.5em 0.5em;
    font-size: 1.0em;
    margin-bottom: 10px;
    background: #eee8dd;
    min-height: 2.0em;
}

#footer .sitemap li {
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 0.857em;
    background: url(../img/common/icn_arw03.png) no-repeat left 0.3em;
    list-style: none;
    float: none;
}

#footer .sitemap li.line {
    padding: 15px 0px 15px 15px;
    border-top: 1px solid #d4d0c8;
    border-bottom: 1px solid #d4d0c8;
    background-position: left 1.7em;
}

#footer .sitemapHotel {
    width: 465px;
    float: left;
    margin-right: 40px;
}

#footer .sitemapPlan {
    width: 190px;
    float: left;
    margin-right: 40px;
}

#footer .sitemapInfo {
    width: 190px;
    float: left;
}

#footer .sitemapHotel .premier {
    width: 465px;
    margin-right: 10px;
    float: left;
}

#footer .sitemapHotel .highgrade {
    width: 210px;
    margin-right: 10px;
    float: left;
}

#footer .sitemapHotel .standard {
    width: 245px;
    float: left;
}

#footer .sitemapHotel .standard ul {
    width: 50%;
    float: left;
}

#footer .sitemapHotel .sitemapHotelWrap::after {
    display: block;
    content: "";
    clear: both;
}

#footer .sitemapHotel .resort {
    width: 465px;
    padding: 15px 0 0 0;
    border-top: 1px solid #d4d0c8;
    margin-top: 15px;
}

/* //footer */
@media only screen and (max-width: 1365px) and (min-width: 751px) {
    body#highTop {
        min-width: 1200px;
    }

    br.pc1366 {
        display: block;
    }

    #header, #navTop {
        min-width: 1200px;
    }

    #navTop {
        padding: 0px 0px;
    }

    /*#navTop ul li {margin-left: 5px;}*/
    #nav ul li a {
        padding: 10px 0px;
    }

    #nav .tCopy {
        height: 60px;
    }

    #vfBox .map img {
        width: 100%;
    }

    #vfBox .floatRight .absolute img {
        width: 100%;
    }

    #hanedaL {
        top: 79.5%;
        left: 63.5%;
        width: 9.3%;
    }

    #ariakeL {
        top: 62.5%;
        left: 80.5%;
        width: 5.2%;
    }

    #shiodome {
        top: 54%;
        left: 62%;
        width: 8%;
    }

    #roppongi {
        top: 55%;
        left: 24%;
        width: 8%;
    }

    #tamachi {
        top: 68%;
        left: 53%;
        width: 8.6%;
    }

    #hamamatsucho {
        top: 59%;
        left: 57%;
        width: 8%;
    }

    #hacchobori {
        top: 45%;
        left: 65%;
        width: 7.5%;
    }

    #kayabacho {
        top: 40%;
        left: 68%;
        width: 8.5%;
    }

    #hakozaki {
        top: 34%;
        left: 71%;
        width: 1.1%;
    }

    #nihonbashi {
        top: 30%;
        left: 56%;
        width: 10.8%;
    }

    #ueno {
        top: 23%;
        left: 57%;
        width: 10.7%;
    }

    #otemachi {
        top: 29%;
        left: 47.5%;
        width: 8%;
    }

    #jinbocho {
        top: 29%;
        left: 39%;
        width: 8.1%;
    }

    #kudanshita {
        top: 35%;
        left: 31.5%;
        width: 8%;
    }

    #shinjuku {
        top: 31%;
        left: 9%;
        width: 8%;
    }

    #shinsaibashi {
        top: 74%;
        left: 1%;
        width: 8%;
    }

    #kobe {
        top: 81%;
        left: 1%;
        width: 8%;
    }
}

@media only screen and (max-width: 1365px) and (min-width: 1201px) {
    .listBox .hotelLink {
        font-size: 1.0vw;
    }

    .listBox .listTitle {
        font-size: 0.95vw;
    }

    #nav .fontEnTrajan {
        font-size: 1.3vw;
    }

    #nav .title {
        font-size: 1.2vw;
    }

    #nav .tCopy {
        font-size: 1.0vw;
    }
}

@media only screen and (max-width: 1250px) and (min-width: 751px) {
    #navTop {
        display: none;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 751px) {
    .listBox .hotelLink {
        font-size: 12px;
    }

    .listBox .listTitle {
        font-size: 11px;
    }

    #nav .fontEnTrajan {
        font-size: 15px;
    }

    #nav .title {
        font-size: 14px;
    }

    #nav .tCopy {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 751px) {
    .resTxt {
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }
}

.resv_serchMainFormCol {
    margin-left: 0;
}

@media only screen and (max-width: 750px) {
    body#highTop {
        min-width: 320px;
    }

    .inner {
        width: 100%;
        /*min-width:320px;*/
    }

    .inner1366 {
        width: 100%;
        /*min-width:320px;*/
    }

    .fixed_resvCheckInCol, .fixed_resvCheckOutCol {
        height: 32px;
    }

    .fixed_btnMenu {
        padding-top: 0;
    }

    .spFloatNone &gt; div {
        float: none;
    }

    .spSide {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }

    .cTopBtn {
        width: 80px !important;
        min-width: 80px;
    }

    #navTop {
        display: none !important;
    }

    #header {
        min-width: 320px;
        margin-bottom: 0;
        position: relative;
        padding: 0;
        line-height: 1.2;
        z-index: 100;
    }

    #header .spFixed {
        position: fixed;
        background-color: #002538;
        width: 100%;
        z-index: 10;
    }

    #header .floatLeft .inlineB {
        border: none;
        padding: 0;
        line-height: 1.2;
    }

    #header .stfLogo {
        width: 100%;
        padding: 0;
    }

    #header .stfLogo img {
        max-width: 100%;
        display: block;
        vertical-align: bottom;
        width: 100%;
    }

    #header .headerH { /*padding: 2% 1%; width:85%;*/
    }

    #header .spNone {
        display: none;
    }

    #header .spBlock {
        display: block;
    }

    #header h1.spBlock a {
        margin-left: 0;
    }

    #header hSize {
        font-size: 2.8vw;
    }

    #header h1 a {
        font-size: 4.8vw;
    }

    #header h1 a .fontM {
        font-size: 3.7vw;
    }

    .hanedaT {
        background-color: #3ec0dd;
        padding: 10px;
    }

    .ariakeT {
        background-color: #a2d122;
        padding: 10px;
    }

    #header .spTitle a {
        color: #fff;
        font-size: 30px;
        line-height: 1.0em;
    }

    #header .spTitle .sizeS {
        font-size: 18px;
    }

    /*#navSp {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: left;
    }*/
    #header .headerTel {
        display: none;
    }

    #header .headerTelSP a span,
    #header .headerTelSP a img {
        display: inline-block;
    }

    #header .headerTelSP a {
        width: 100%;
        box-sizing: border-box;
        padding: 2% !important;
        display: flex;
        justify-content: center;
        align-items: baseline;
    }

    #header .headerTelSP a span {
        font-size: 3.0vw !important;
    }

    #header .headerTelSP a span:first-child {
        width: 8em;
        text-align: right;
    }

    #header .headerTelSP a span:nth-child(2) {
        font-size: 5.0vw !important;
        padding: 0 2%;
    }

    #header .headerTelSP a span:nth-child(3) {
        width: 6em;
    }

    .spHMenu {
        position: fixed;
        /*top: 2%;
        right: 2%;*/
        width: 100%;
        z-index: 20;
    }

    .spHMenu_back {
        overflow-y: scroll;
    }

    .spHMenu_back .jpBtn, .spHMenu_back .enBtn {
        margin-top: 20px;
        background: rgba(255, 255, 255, 0.2);
        width: 100%;
    }

    .spHMenu_back .jpBtn a, .spHMenu_back .enBtn a {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        padding: 2% 0;
        box-sizing: border-box;
        font-size: 3.2vw !important;
        color: #fff;
    }

    .spHMenu_back ul {
        width: 100%;
        /*margin-top: 70px;*/
        padding-bottom: 10px;
    }

    #header .spHMenu_back li {
        width: 100%;
        padding-top: 1%;
        padding-bottom: 1%;
    }

    #header .spHMenu_back li a {
        color: #000;
        font-size: 24px;
        font-weight: normal;
        padding: 0 2%;
    }

    #header .spHMenu_back li.bold a {
        font-size: 26px;
        font-weight: 600;
    }

    #header .spHMenu_back li.backB {
        background: #3ec0dd;
    }

    #header .spHMenu_back li.backB a {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }

    #header .spHMenu_back li.backG {
        background: #a2d122;
    }

    #header .spHMenu_back li.backG a {
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }

    #header .spHMenu_back li img {
        margin-left: auto;
        margin-right: auto;
    }

    /* ハンバーガーメニュー// */
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 10vw;
        height: 10vw;
        z-index: 200;
        margin-top: 3vw;
        margin-right: 3vw;
        margin-left: auto;
        float: right;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 3.5vw;
    }

    .menu-trigger span:nth-of-type(3) {
        top: 7vw;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(3.5vw) rotate(-45deg);
        transform: translateY(3.5vw) rotate(-45deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-3.5vw) rotate(45deg);
        transform: translateY(-3.5vw) rotate(45deg);
    }

    .spHMenu_back {
        width: 100%;
        height: 100%;
        transition: all 0.2s;
        transform: translate(100%);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        background: rgba(000, 000, 000, 0.9);
    }

    .spHMenu_back.open {
        transform: translate(0);
    }

    #header .spHMenu_back li.backB a, #header .spHMenu_back li.backG a {
        font-size: 4.5vw;
    }

    #header .spHMenu_back li a {
        color: #fff;
        font-size: 4vw;
        font-weight: normal;
        padding: 2% 7%;
    }

    /* //ハンバーガーメニュー */
    /* resv// */
    .fixed_menuMain li.parents.noLink {
        background: url(/common/images/ico_ar_r_w.svg) no-repeat 98% center;
        background-size: auto;
        -webkit-background-size: 6px 10px;
        background-size: 6px 10px;
        padding: 15px 20px 15px 10px;
        border-bottom: 1px solid #ffffff;
        opacity: 1;
        color: #999;
    }

    .fixed_btnMenuTxt {
        font-size: 0.6rem !important;
    }

    .pLogoW {
        width: 100%;
        margin: 20px auto 20px;
        max-width: 300px;
    }

    /* //resv */
    #info {
        font-size: 3vw;
        margin-top: 28vw;
    }

    #info .topics {
        width: 55%;
        width: 100%;
    }

    #info #newsticker {
        width: 100%;
        /*height: 70px;*/
    }

    #info .kyugyo {
        font-size: 3.5vw;
    }

    #info .infodata span {
        /*display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        line-height: 2.0em;*/
        vertical-align: top;
    }

    #info .infoLink {
        width: 45%;
    }

    #info .infoLink.pc {
        display: none;
    }

    #info .infoLink.sp {
        display: inline-block;
    }

    .linkBtn {
        border-radius: 15px;
    }

    .linkBtn.mt100 {
        margin-top: 0;
    }

    .linkBtn.mt30,
    .linkBtn.mt50 {
        margin-top: 10px;
    }

    .linkBtn a {
        padding: 5% 2%;
        font-size: 24px;
        width: 100%;
        text-align: center;
    }

    #linkArea.mt50 {
        margin-top: 20px;
    }

    .linkBtn img {
        width: 100%;
    }

    .linkBtn .size70 {
        width: 80%;
    }

    .linkBtn .size28 {
        width: 12%;
    }

    .spMt30 {
        margin-top: 30px;
    }

    .listBox {
        float: none;
        width: 100%;
    }

    #linkArea .linkCopy1 {
        font-size: 6.5vw;
    }

    #linkArea .linkCopy1 {
        top: 10%;
    }

    #linkArea .linkCopy2 {
        font-size: 5vw;
    }

    #linkArea .linkCopy2 {
        top: 22%;
    }

    #linkArea .linkCopy3 {
        font-size: 3.4vw;
        line-height: 1.3em;
    }

    #linkArea .linkCopy3 {
        top: 33%;
    }

    #linkArea .linkCopy4 {
        font-size: 2.6vw;
        top: 4%;
    }

    #linkArea .imgLink .caption {
        color: #fff;
    }

    #linkArea .font48 {
        font-size: 6.2vw;
    }

    #linkArea .font45 {
        font-size: 6vw;
    }

    #linkArea .font27 {
        font-size: 3.6vw;
    }

    #linkArea sup {
        font-size: 100%;
        line-height: 1.3em;
        vertical-align: text-bottom;
    }

    #fFixedBox {
        position: fixed;
        bottom: 0;
        z-index: 110;
        background-color: #002538;
        width: 100%;
        text-align: center;
        padding: 1% 3%;
        box-sizing: border-box;
    }

    #fFixedBox .inlineB {
        display: inline-block;
        vertical-align: middle;
    }

    #fFixedBox .yoyakuBtn {
        margin-right: 2%;
    }

    #fFixedBox a {
        color: #fff;
        font-size: 3.7vw;
        line-height: 1.4em;
    }

    #fFixedBox .yoyakuBtn a {
        padding: 5%;
    }

    #fFixedBox .mapBtn img {
        width: 18%;
    }

    #fFixedBox a span {
        display: inline-block;
        vertical-align: middle;
    }

    #fFixedBox .yoyakuBtn {
        background: #ce305b;
    }

    /*#fFixedBtn{
        position: fixed;
        bottom: 0;
        z-index:10;
    }*/
    /*#haneda #fFixedBtn{	background: #3ec0dd; }
    #ariake #fFixedBtn{	background: #a2d122; }*/
    /*#fFixedBack{
        background: #31281e;
    }*/
    #pageTop {
        width: 15%;
    }

    #pageTop img {
        width: 100%;
    }

    .apHBtn .pc {
        display: none !important;
    }

    .apHBtn p {
        font-size: 4vw !important;
    }

    #footer .sitemap .sitemapInner {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        color: #000;
    }

    #footer .sitemap dl {
        float: left; /*width: 180px;*/
        margin-right: 40px;
    }

    #footer .sitemap .last {
        margin-right: 0;
    }

    #footer .sitemap h3 {
        color: #666;
        font-size: 1.143em;
        margin-bottom: 20px;
    }

    #footer .sitemap h4 {
        color: #666;
        padding: 0.5em 0.5em;
        font-size: 1.0em;
        margin-bottom: 0px;
        background: #eee8dd;
        min-height: 2.0em;
        width: 100%;
    }

    #footer .sitemap ul {
        width: 100%;
        position: relative;
        font-size: 0;
        box-sizing: border-box;
    }

    /*#footer .sitemap ul::after{*/
    /*content: "";*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*position: relative;*/
    /*}*/
    #footer .sitemap li {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding-left: 15px;
        margin-bottom: 4px;
        font-size: 0.857em;
        background: url(../img/common/icn_arw03.png) no-repeat left 0.7em;
        list-style: none;
        font-size: 11px;
        margin-left: 0;
        margin-right: 0;
        border-bottom: 1px solid #EEE8DD;
        font-feature-settings: "pwid";
        letter-spacing: 0.5px;


    }

    #footer .sitemap li a {
        line-height: 26px;
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }

    #footer .sitemap li.line {
        padding: 15px 0px 15px 15px;
        border-top: 1px solid #d4d0c8;
        border-bottom: 1px solid #d4d0c8;
        background-position: left 1.7em;
    }

    #footer .sitemapHotel {
        width: 100%;
        float: none;
        margin-right: 40px;
    }

    #footer .sitemapPlan {
        width: 100%;
        float: none;
        margin-right: 40px;
        padding: 15px 0 0 0;
        border-top: 1px solid #d4d0c8;
        margin-top: 15px;
    }

    #footer .sitemapPlan li {
        /*width: 100%;*/
    }

    #footer .sitemapPlan li.mt20 {
        margin-top: 0;
    }

    #footer .sitemapInfo {
        /*width: 190px;*/
        width: 100%;
        float: none;
        /*margin-top: 20px;*/
    }

    .sitemap {
        background: #f5f1e9;
        padding: 20px 0;
        text-align: left;
        color: #000;
    }

    #footer .sitemapHotel .premier {
        /*width: 240px;*/
        width: 100%;
        margin-right: 10px;
        float: none;
    }

    #footer .sitemapHotel .highgrade {
        /*width: 240px;*/
        width: 100%;
        margin-right: 10px;
        float: none;
    }

    #footer .sitemapHotel .standard {
        /*width: 240px;*/
        width: 100%;
        float: none;
    }

    #footer .sitemapHotel .standard ul {
        width: 49%;
        float: none;
        display: inline-block;
    }

    #footer .sitemapHotel .standard ul li {
        width: 100%;
    }

    #footer .sitemapHotel .sitemapHotelWrap::after {
        display: block;
        content: "";
        clear: both;
    }

    #footer .sitemapHotel .resort {
        width: 100%;
        padding: 15px 0 0 0;
        border-top: 1px solid #d4d0c8;
        margin-top: 15px;
    }

    .group ul {
        width: 100%;
        display: block;
        justify-content: center;
        text-align: left;
        margin: 0 auto 10px auto;
        padding: 0 20px;
        line-height: 1.8em;
    }

    .footer ul {
        width: 100%;
        display: block;
        justify-content: center;
        text-align: left;
        margin: 0 auto;
        padding: 20px 20px 30px;
        line-height: 1.8em;
    }

    .footer li {
        float: none;
        font-size: 0.929em;
        color: #5a534b;
        width: 49%;
        display: inline-block;
        border-bottom: 1px solid #EEE8DD;
    }

    .footer li:after {
        content: "";
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer ul:before {
        /*content: "";*/
        /*padding-right: 10px;*/
        /*color: #5a534b;*/
        display: none;
    }

    .group li {
        float: none;
        font-size: 0.9em;
        width: 49%;
        display: inline-block;
        border-bottom: 1px solid #EEE8DD;
    }

    .group li a {
        display: block !important;
        width: 100%;
        height: 100%;
        position: relative;
        line-height: 26px;
        font-size: 11px;
        font-feature-settings: "pwid";
        letter-spacing: 0.5px;


    }

    .group li:nth-child(9) {
        clear: none;
    }

    .group li:after {
        content: "";
    }

    .group li:first-child:before {
        content: "";
    }

    .backGr {
        padding: 0px 0 20px;
    }

    .backGr.mt50 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 550px) {
    #header .stfLogo img {
        width: 90%;
        padding: 2% 0;
    }

    .fixed_btnMenuIco {
        width: 27px;
        height: 30px;
    }

    .fixed_btnResvTxt {
        font-size: 0.6rem;
    }

    /* //resv */
}

@media only screen and (max-width: 400px) {
    #header .stfLogo img {
        padding: 4% 0;
    }
}

@media print {
    #header, #main, footer {
        width: 78% !important;
        position: static !important;
        min-width: 0;
    }

    img {
        max-width: 100% !important;
    }

    .printBr {
        page-break-before: always;
        margin-top: 0 !important;
    }

    #navTop, #pageTop {
        display: none !important;
    }

    .listBox .hotelLink {
        font-size: 12px;
    }

    #footerBox2 {
        padding: 35px 0 0;
    }
}

.fixed_menu {
    overflow: auto
}

@media only screen and (max-width: 750px) {
    .fixed_menu {
        overflow-y: scroll;
    }
}

.fixed_menu .right_box01 {
    padding: 0;
}

.fixed_menuLogo.top {

    margin-top: 0px;
}

.tbtn {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

    text-align: left;
}

.tbtn p {
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.tbtn a {
    color: #fff;
    font-size: 25px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.tbtn a::after {
    position: absolute;
    top: 0px;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-image: url(../img/common/tel_icon.png);
    background-size: contain;
    vertical-align: middle;
}

.tbtn .btell {
    width: 48%;
    display: inline-block;
    text-align: center;
}

.tbtn .btelr {
    width: 48%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.sp330 {
    display: none !important;
}

.mbann {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mbann a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.mbann a img {
    display: block;
    vertical-align: bottom;
    width: 100%;
    /*max-width: 300px;*/
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 750px) {
    .tbtn {

        border-bottom: none;
    }

    .tbtn p {
        font-size: 10px;
    }

    .tbtn .btelr {
        font-size: 10px;
    }
}

@media only screen and (max-width: 330px) {
    .sp330 {
        display: block !important;
    }

    .tbtn a {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .fixed_menuMain li.parents.noLink,
    .fixed_menuMain li.parents &gt; a {
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        box-sizing: border-box;
        font-size: 13px;
    }

    .fixed_menuMain li.parents.noLink {
        background-image: none;
    }
}

.honyaku {
    display: none !important;
}

.jpBtn {
    display: none !important;
}

.enBtn {
    display: none !important;
}

#header .stfLogo img {

    width: 100%;
}

#navTop {
    /*top: 80px;*/
    top: 120px;
}

#header .stfLogo {
    padding: 7px 0;
    width: 436px;
}

.fixed_btnMenuTxt {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0;
    margin-top: 0px;
}

@media screen and (max-width: 584px) {
    .fixed_btnMenuTxt {
        font-size: 3vw;
    }
}

.ft_corp {
    line-height: 1.6;
}

.ft_corpLinksList li a {
    display: inline-block;
}

.ft_corpCopyTxt {
    font-size: 10px;
    letter-spacing: 0.02em;
}

.ft_corpLinksHead {
    font-size: 14px;
}

.resv_other {
    text-align: center;
}

.ft_bnr {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ft_bnr li {
    float: none !important;
}

.ft_bnr2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 960px;
    margin-bottom: 20px;
}

.ft_bnr2 li {
    float: none !important;
    margin-right: 20px;
}

.ft_bnr2 li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ft_bnr2 li a img {
    display: block;
    vertical-align: bottom;
    width: 100%;
    max-width: 330px;
}

.ft_bnr2 li:last-child {
    margin-right: 0;
}



header .header {
    box-sizing: border-box;
    position: relative;
    height: auto;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

header .header .logosel {
    position: relative;
    box-sizing: border-box;
    text-align: left;
}

header .header h1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-left: 15px;
    padding: 8px 0 12px;
}

header .header h1 img {
    width: 380px;
}

header #selectLink {
    vertical-align: middle;
    display: inline-block;
}

@media screen and (max-width: 750px) {
    #header {
        height: 104px;
    }

    header .header h1 {
        margin-right: 10px;
        margin-left: 0;
        padding: 1px 0 0px;
    }
}

@media screen and (max-width: 584px) {
    header .header h1 {
        margin-right: 10px;
        padding: 3px 0 1px;
    }
    header .header h1 img {
        width: 180px;
    }
}

@media screen and (max-width: 374px) {
    header .header h1 img {
        width: 160px;
    }
}

@media screen and (max-width: 584px) {
    header #selectLink {
        /*display: none;*/
        position: absolute;
        left: 2px;
        bottom: -10px;
    }
    .hdr_hotel,
    .hdr_lang {
        height: 22px;
    }
}

@media screen and (max-width: 584px) {
    header .header {
        padding: 6px 10px 16px;
    }
    .fixed_btnMenu {
        height: 60px;
    }

    .fixed_btnMenu2 {
        width: 64px;
        height: 64px;
    }

    #header {
        height: 60px;
        position: fixed;
        left: 0;
        top: 0;
    }

    .main {
        margin-top: 60px;
    }

    #navTop {
        top: 60px;
        width: 100%;
        display: block !important;
        left: 0;
        overflow: auto;

    }

    #navTop::after {
        content: "＜";
        width: 30px;
        height: 30px;
        position: fixed;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;

        color: #fff;
        background-color: #000;
        left: 0;
        top: 70px;
        z-index: 27;
    }

    #navTop::before {
        content: "＞";
        width: 30px;
        height: 30px;
        position: fixed;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;

        color: #fff;
        background-color: #000;
        right: 0;
        top: 70px;
        z-index: 27;
    }

    #navTop ul {
        padding-right: 40px;
        padding-left: 40px;
        width: calc(150px * 7);
    }

    #navTop ul li {
        display: block;
        width: 150px;
    }
}

@media screen and (max-width: 374px) {

    .fixed_btnMenu2 {
        padding: 4px 0;
        width: 54px;
        height: 60px;
    }
}




.ft_bnr3 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 20px;

    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.ft_bnr3::after {
    display: none!important;
}
.ft_bnr3 li {
    position: relative;
    max-width: 492px;
    width: 49%;
    float: none !important;
    /*margin-right: 20px;*/
}
@media screen and (max-width: 584px) {
    .ft_bnr3 li {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
    }
    .ft_bnr3 li:last-child {
        margin-right: auto!important;
    }
}
.ft_bnr3 li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.ft_bnr3 li a img {
    display: block;
    vertical-align: bottom;
    width: 100%;
    /*max-width: 330px;*/
}

.ft_bnr3 li:last-child {
    margin-right: 0;
}</pre></body></html>