@charset "UTF-8";
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Meiryo","Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  background-color: #222222;
  min-height: 100%;
}

body {
  background-color: #FFFFFF;
  font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ ゴシック", "Osaka－等幅", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "KozGoStd-Light", "KozGoStd-Regular", "Arial", "Trebuchet MS", "Helvetica", "Verdana", "sans-serif;";
  width: 100%;
}

/*--ヘッダー--*/
@keyframes TextMove {
  0% {
    left: 100%;
  }
  10% {
    left: 70%;
  }
  20% {
    left: 40%;
  }
  30% {
    left: 10%;
  }
  40% {
    left: -20%;
  }
  50% {
    left: -50%;
  }
  60% {
    left: -80%;
  }
  70% {
    left: -110%;
  }
  80% {
    left: -140%;
  }
  90% {
    left: -170%;
  }
  100% {
    left: -200%;
  }
}
header {
  background-color: #332A26;
  color: #FFF;
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  height: 70px;
  overflow: hidden;
  width: 100%;
}
header * {
  display: block;
}
header h1 {
  background: linear-gradient(#4B3F39 0%, #4B3F39 50%, #332A26 51%, #332A26 100%);
  background: -o-linear-gradient(#4B3F39 0%, #4B3F39 50%, #332A26 51%, #332A26 100%);
  background: -ms-linear-gradient(#4B3F39 0%, #4B3F39 50%, #332A26 51%, #332A26 100%);
  background: -moz-linear-gradient(#4B3F39 0%, #4B3F39 50%, #332A26 51%, #332A26 100%);
  background: -webkit-linear-gradient(#4B3F39 0%, #4B3F39 50%, #332A26 51%, #332A26 100%);
  border: none !important;
  height: 55px;
  position: relative;
  text-indent: -9999px;
  width: 100%;
}
header h1::before {
  content: '';
  background-image: url("/sp/common/images/hotelguide_rogo.png");
  background-position: 0px 15px;
  background-repeat: no-repeat;
  background-size: 150px auto;
  display: block;
  height: 55px;
  margin-left: 5px;
  width: 150px;
}
header p {
  animation: TextMove 35s linear 0s infinite forwards;
  -o-animation: TextMove 35s linear 0s infinite forwards;
  -ms-animation: TextMove 35s linear 0s infinite forwards;
  -moz-animation: TextMove 35s linear 0s infinite forwards;
  -webkit-animation: TextMove 35s linear 0s infinite forwards;
  font-size: 10px;
  position: relative;
  left: 100%;
  white-space: nowrap;
}

/*template_old(var.1)
header {
  @include background;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  height: 75px;
  overflow: hidden;
  h1 {
    background-image: url('/sp/common/images/hotelguide_rogo.png');
    background-position: 12.5px 5px;
    background-repeat: no-repeat;
    background-size: auto 35px;
    border-style: none;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999999px;
    a {
      display: block;
      height: 100%;
      width: 100%;
    }
  }
}
*/
h1 {
  color: #ffffee;
  font-size: 24px;
}
h1 span {
  color: #ffffee;
  font-size: 12px;
  position: relative;
  bottom: 0px;
  right: 0px;
}

/*メニュー*/
nav {
  color: #E0E1E1;
  padding-top: 14px;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 99999;
}
nav form {
  /*background-color: #7d5c4c;*/
  background-color: rgba(75, 63, 57, 0.9);
  border-color: #332A26;
  border-right-width: 1px;
  border-style: solid;
  border-width: 0px;
  height: 55px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
nav input[type='text'], nav textarea {
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  overflow: auto;
  height: 35px;
  line-height: 21px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0 40px 0 10px;
  width: 90%;
}
nav input[type='submit'], nav button {
  border-radius: 5px;
  box-shadow: 3px 3px 3px -2px #332A26;
  -o-box-shadow: 3px 3px 3px -2px #332A26;
  -ms-box-shadow: 3px 3px 3px -2px #332A26;
  -moz-box-shadow: 3px 3px 3px -2px #332A26;
  -webkit-box-shadow: 3px 3px 3px -2px #332A26;
  display: block;
  height: 35px;
  line-height: calc(35px / 4);
  position: absolute;
  right: calc(10% / 2);
  top: 10px;
  width: 35px;
  z-index: 5;
}
nav button {
  background-color: #FFFFFF;
  border: solid 1px #332A26;
}
nav button > img {
  height: calc(100% / 2);
}

.menu {
  display: block;
  float: right;
  height: 55px;
  line-height: 14px;
  overflow: hidden;
  /*padding: 8px 5px;*/
  text-align: center;
  transition: all 0.2x esse-out;
  width: 50px;
}
.menu > span:first-child, .menu > span:last-child {
  font-family: "STHeitiJ-Light","游明朝","メイリオ","KozGoStd-Light", "sans-serif;";
  font-size: 10px;
  font-weight: bold;
}
.menu > .menuline {
  background-color: #E0E1E1;
  display: block;
  height: 2px;
  margin-top: 8px;
  position: relative;
  left: 8px;
  transition: all 0.2s ease-out;
  width: 35px;
}
.menu > span:nth-child(2) {
  margin-top: 0px;
}
.menu > .line1 {
  top: 11px;
}
.menu > .line1x, .menu > .line3x {
  background: linear-gradient(left, #FF0000 0%, #FB3E3E 30%, #CB0404 55%, #FF3E3E 76%, #AF2F2F 100%);
  background: -o-linear-gradient(left, #FF0000 0%, #FB3E3E 30%, #CB0404 55%, #FF3E3E 76%, #AF2F2F 100%);
  background: -ms-linear-gradient(left, #FF0000 0%, #FB3E3E 30%, #CB0404 55%, #FF3E3E 76%, #AF2F2F 100%);
  background: -moz-linear-gradient(left, #FF0000 0%, #FB3E3E 30%, #CB0404 55%, #FF3E3E 76%, #AF2F2F 100%);
  background: -webkit-linear-gradient(left, #FF0000 0%, #FB3E3E 30%, #CB0404 55%, #FF3E3E 76%, #AF2F2F 100%);
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition-delay: 0.1s;
  opacity: 0.7;
}
.menu > .line2 {
  transition-delay: 0.2s;
  opacity: 0;
}
.menu > .line3 {
  top: -10px;
}
.menu > .line3x {
  transform: rotate(135deg);
}
.menu > .menuline:first-child {
  margin-top: 0px;
}

ul.list-m {
  background: rgba(95, 72, 55, 0.975);
  clear: both;
  overflow: hidden;
  height: calc(100% - 55px);
  opacity: 0.975;
  overflow: scroll;
}
ul.list-m > li {
  border: solid 0px #332A26;
  border-top-width: 1px;
  display: block;
  font-size: 16px;
  height: calc(100% / 8);
  overflow: hidden;
  position: relative;
}
ul.list-m > li > dl {
  clear: both;
  overflow: hidden;
}
ul.list-m > li:first-child {
  border: 0px;
}

ul.list-m > li > a, .area-m, .area-l > dt, .area-l > dd {
  background-color: #5F4837;
  color: #FFFFFF;
  display: block;
  height: 100%;
  text-decoration: none;
  text-align: center;
}

.list-m > li > a, .list-m > li > a > span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.list-m > li > a {
  width: 100%;
}

.area-l {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.area-l > dd {
  display: table-cell;
}
.area-l > dd > ul > li {
  background-color: #7D5C4C;
  border: dashed 0px #332A26;
  border-top-width: 1px;
  color: #fafafa;
}
.area-l > dd > ul > li:first-child {
  border: 0px;
}
.area-l > dd > ul > li:first-child > a {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6) inset;
}
.area-l > dd > ul > li > a {
  color: #FFFFFF;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.area-l > dd > ul > li:last-child > a {
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.6) inset;
}
.area-l > dt {
  position: relative;
}
.area-l > dd > ul > li > a > span, .area-l > dt > span {
  position: relative;
  top: calc(50% - 10px);
}
.area-l > dt:before, .area-l > dt:after {
  color: #FFFFFF;
  font-weight: bold;
  position: absolute;
  top: 5px;
  text-shadow: 1px 1px 0px #332A26, -1px 1px 0px #332A26, -1px -1px 0px #332A26, 1px -1px 0px #332A26;
}
.area-l > dt:before {
  content: '+';
  position: absolute;
  left: 15px;
  top: calc(50% - 10px);
}
.area-l > dt.open:before {
  content: '-';
}
.area-l > dt:after {
  content: '▲';
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
  transition: all 0.2s ease-out;
}
.area-l > dt.open:after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

/*---タイトル---*/
div.title {
  background-color: #FFFFFF;
  /*後で画像に*/
  margin: 0 auto;
  width: 100%;
}

/*固定メニュー*/
#sidr ul {
  display: table;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background: linear-gradient(#BABABA 0%, #5D5D5D 50%, #141414 50%, #000 100%);
  background: -o-linear-gradient(#BABABA 0%, #5D5D5D 50%, #141414 50%, #000 100%);
  background: -ms-linear-gradient(#BABABA 0%, #5D5D5D 50%, #141414 50%, #000 100%);
  background: -moz-linear-gradient(#BABABA 0%, #5D5D5D 50%, #141414 50%, #000 100%);
  background: -webkit-linear-gradient(#BABABA 0%, #5D5D5D 50%, #141414 50%, #000 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
}
#sidr ul li {
  border: solid 1px #ccc;
  border-width: 0 0 0 1px;
  display: table-cell;
  font-size: 10px;
  height: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 33.3333333333%;
}
#sidr ul li:first-child {
  border: none;
}
#sidr ul li a {
  font-size: 20px;
  border: none;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
}

/*#sidr ul li.tel,#sidr ul li.add{
width:50%;
}*/
/*#sidr+#sidr ul{
position:fixed;
top:auto;
bottom:0;
left:0;
z-index:9999999999;
}*/
/*上下のバー 後でhotel.cssに引っ越し*/
.return {
  background: linear-gradient(#666 0%, #eee 5%, #eee 95%, #666 100%);
  background: -o-linear-gradient(#666 0%, #eee 5%, #eee 95%, #666 100%);
  background: -ms-linear-gradient(#666 0%, #eee 5%, #eee 95%, #666 100%);
  background: -moz-linear-gradient(#666 0%, #eee 5%, #eee 95%, #666 100%);
  background: -webkit-linear-gradient(#666 0%, #eee 5%, #eee 95%, #666 100%);
  font-size: 14px;
  margin-top: 50px;
  overflow: hidden;
  clear: both;
  height: 45px;
}
.return a {
  color: #4d4d4d;
  background: linear-gradient(#666 0%, #aaa 5%, #eee 15%, #eee 85%, #aaa 95%, #666 100%);
  background: -o-linear-gradient(#666 0%, #aaa 5%, #eee 15%, #eee 85%, #aaa 95%, #666 100%);
  background: -ms-linear-gradient(#666 0%, #aaa 5%, #eee 15%, #eee 85%, #aaa 95%, #666 100%);
  background: -moz-linear-gradient(#666 0%, #aaa 5%, #eee 15%, #eee 85%, #aaa 95%, #666 100%);
  background: -webkit-linear-gradient(#666 0%, #aaa 5%, #eee 15%, #eee 85%, #aaa 95%, #666 100%);
  border: inset #000;
  border-width: 0 2px 0 0;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  width: 80px;
}
.return > a:nth-child(2) {
  border-width: 0 0 0 2px;
  float: right;
}
.return h2 {
  color: #4d4d4d;
  display: block;
  font-size: 18px;
  padding: 10px;
  text-align: center;
}
.return > a:nth-child(2) {
  float: right;
  border-width: 0 0 0 2px;
}

footer {
  background-color: #332A26;
  background: #222222;
  color: #FFF;
  font-size: 10px;
  padding: 5px 0px;
  text-align: center;
  width: 100%;
}
footer small {
  zoom: 90%;
}

/* スライダー*/
.viewport {
  overflow: hidden;
  width: 100%;
}

.flipsnap {
  overflow: hidden;
}

.item {
  float: left;
}
.item img {
  display: block;
  height: auto;
  width: 100%;
}

section {
  background-color: #E4BE9A;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5) inset, 0px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 7.5px 5px;
}
section h2 {
  font-family: "GGurmukhiMN-Bold","KozGoStd-Light","sans-serif;","Hiragino Mincho ProN W6","ヒラギノ明朝 ProN W6","ヒラギノ明朝 ProN W3","ヒラギノ明朝 ProN","Hiragino Mincho ProN","UD明朝","YuMincho","Yu Mincho","游明朝体","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝","メイリオ";
  font-size: 18px !important;
  text-align: center;
}
section p {
  letter-spacing: -1px;
  line-height: 15px;
  margin-top: 5px;
  font-size: 10px;
}
