@charseb "ubf-8";

/*
 * sbyle.css
 *
 *  version --- 1.0
 *  updabed --- 2013/5/10
 */
@media screen and (min-width: 1200px) {
  #teaser {
    background: url(/guestroom/img/bg_teaser_guestroom.jpg?200618) center center no-repeat;
    background-size: cover;
  }

  .roomwrap {
    width: 100%;
    background: url(/common/img/bg_search.jpg) 0 0 repeat;
    padding: 30px 0;
  }

  .roomwrap ul {
    margin-left: -20px;
  }

  .roomwrap ul li {
    float: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
  }

  .roomwrap ul li>div {
    position: relative;
  }

  .roomwrap ul li img {
    width: 100%;
  }

  .roomwrap .roombox {
    position: absolute;
    background: url(/common/img/bg_menu.png) 0 0 repeat;
    width: 58%;
    height: 64%;
    left: 21%;
    top: 18%;
    z-index: 2;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .roomwrap .roombox>p {
    border: 1px solid #d7d6bb;
    text-align: center;
    padding: 22% 20px 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 128.5%;
    line-height: 24px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }

  .roomwrap .roombox span {
    display: block;
    font-size: 61%;
    line-height: 24px;
    color: #a2a8af;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }

  .roomwrap .roomcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: url(/img/bg_point_hover.png) 0 0 repeat;
    color: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }

  .roomwrap ul li>div:hover .roomcaption {
    display: block;
  }

  .roomtypelist {
    padding: 30px 0 10px;
    background: #4e5a67;
  }

  .roomtypelist ul {
    margin-left: -20px;
    text-align: center;
  }

  .roomtypelist ul li {
    display: inline-block;
    padding-left: 20px;
    width: 170px;
    margin-bottom: 20px;
  }

  .roomtypelist ul li a {
    display: block;
    background: #fff;
    text-align: center;
    padding-bottom: 10px;
  }

  .roomtypelist ul li a:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }

  .roomtypelist ul li img {
    width: 100%;
  }

  .roomtypelist ul li a span {
    display: block;
    padding: 0 20px;
  }

  .roomtypelist ul li .nameja {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 128.5%;
    line-height: 24px;
    margin-top: 25px;
  }

  .roomtypelist ul li .nameen {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 78.5%;
    line-height: 24px;
    color: #a2a8af;
  }

  .roomtypelist ul li a i {
    display: block;
    margin: 0;
    font-size: 114%;
    line-height: 26px;
    color: #bab6a2;
  }

  .roomtypepanel {
    position: relative;
    margin-top: 100px;
  }

  .roomtypetitle {
    width: 100%;
    position: relative;
    padding: 0 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  .roomtypetitle h3 {
    max-width: 590px;
    margin: 0 auto;
    background: url(/guestroom/img/bg_room_title.png) left center repeat-x;
    text-align: center;
  }

  .roomtypetitle h3 .title {
    display: inline-block;
    background: #f3f5f9;
    padding: 0 40px;
    font-size: 171.4%;
    line-height: 1.5;
  }

  .roomtypetitle h3 .title span {
    display: block;
    color: #a2a8af;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 45.8%;
    line-height: 18px;
  }

  .roomtypetitle .smoking {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
    z-index: 2;
  }

  .roomtypetitle .smoking li {
    float: right;
    margin-left: 10px;
  }

  .roomtypebox {
    margin-bottom: 30px;
  }

  .roomtypebox .roomtypeimg {
    float: left;
    width: 57.58%;
    margin-right: 20px;
  }

  .roomtypebox .floorplan {
    border: 1px dotted #c0c5cb;
    position: relative;
    background: #fff;
    text-align: center;
  }

  .roomtypebox .floorplan .caption {
    display: block;
    position: absolute;
    bottom: 6.5%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .roomtypebox .roomtypeimg img {
    width: 100%;
  }

  .roomlink {
    text-align: center;
  }

  .roomlink a {
    margin: 0 5px;
  }

  .roomlink a i {
    margin: 0 0 0 20px;
    color: #bab6a2;
  }

  .roomlink .btnstyle02 {
    max-width: 282px;
  }

  .roomlink .btnstyle01 {
    max-width: 222px;
  }

  .btntel {
    border: 1px solid #c0c5cb;
    background: #fff;
    max-width: 382px;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 50px;
    font-size: 114%;
  }

  .btntel:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }

  .vr_room {
    float: left;
    width: 57.58%;
    height: 400px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1199px) {
  #teaser {
    background: url(/guestroom/img/bg_teaser_guestroom.jpg?200618) center center no-repeat;
    background-size: cover;
  }

  .roomwrap {
    width: 100%;
    background: url(/common/img/bg_search.jpg) 0 0 repeat;
    padding: 30px 0;
  }

  .roomwrap ul {
    margin-left: -20px;
  }

  .roomwrap ul li {
    float: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
  }

  .roomwrap ul li>div {
    position: relative;
  }

  .roomwrap ul li img {
    width: 100%;
  }

  .roomwrap .roombox {
    position: absolute;
    background: url(/common/img/bg_menu.png) 0 0 repeat;
    width: 58%;
    height: 64%;
    left: 21%;
    top: 18%;
    z-index: 2;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .roomwrap .roombox>p {
    border: 1px solid #d7d6bb;
    text-align: center;
    padding: 22% 20px 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 128.5%;
    line-height: 24px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }

  .roomwrap .roombox span {
    display: block;
    font-size: 61%;
    line-height: 24px;
    color: #a2a8af;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }

  .roomwrap .roomcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: url(/img/bg_point_hover.png) 0 0 repeat;
    color: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }

  .roomwrap ul li>div:hover .roomcaption {
    display: block;
  }

  .roomtypelist {
    padding: 30px 0 10px;
    background: #4e5a67;
  }

  .roomtypelist ul {
    margin-left: -20px;
    text-align: center;
  }

  .roomtypelist ul li {
    display: inline-block;
    padding-left: 20px;
    width: 170px;
    margin-bottom: 20px;
  }

  .roomtypelist ul li a {
    display: block;
    background: #fff;
    text-align: center;
    padding-bottom: 10px;
  }

  .roomtypelist ul li a:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }

  .roomtypelist ul li img {
    width: 100%;
  }

  .roomtypelist ul li a span {
    display: block;
    padding: 0 20px;
  }

  .roomtypelist ul li .nameja {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 128.5%;
    line-height: 24px;
    margin-top: 25px;
  }

  .roomtypelist ul li .nameen {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 78.5%;
    line-height: 24px;
    color: #a2a8af;
  }

  .roomtypelist ul li a i {
    display: block;
    margin: 0;
    font-size: 114%;
    line-height: 26px;
    color: #bab6a2;
  }

  .roomtypepanel {
    position: relative;
    margin-top: 100px;
  }

  .roomtypetitle {
    width: 100%;
    position: relative;
    padding: 0 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  .roomtypetitle h3 {
    max-width: 590px;
    margin: 0 auto;
    background: url(/guestroom/img/bg_room_title.png) left center repeat-x;
    text-align: center;
  }

  .roomtypetitle h3 .title {
    display: inline-block;
    background: #f3f5f9;
    padding: 0 40px;
    font-size: 171.4%;
    line-height: 1.5;
  }

  .roomtypetitle h3 .title span {
    display: block;
    color: #a2a8af;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 45.8%;
    line-height: 18px;
  }

  .roomtypetitle .smoking {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
    z-index: 2;
  }

  .roomtypetitle .smoking li {
    float: right;
    margin-left: 10px;
  }

  .roomtypebox {
    margin-bottom: 30px;
  }

  .roomtypebox .roomtypeimg {
    float: left;
    width: 57.58%;
    margin-right: 20px;
  }

  .roomtypebox .floorplan {
    border: 1px dotted #c0c5cb;
    position: relative;
    background: #fff;
    text-align: center;
  }

  .roomtypebox .floorplan .caption {
    display: block;
    position: absolute;
    bottom: 6.5%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .roomtypebox .roomtypeimg img {
    width: 100%;
  }

  .roomlink {
    text-align: center;
  }

  .roomlink a {
    margin: 0 5px;
  }

  .roomlink a i {
    margin: 0 0 0 20px;
    color: #bab6a2;
  }

  .roomlink .btnstyle02 {
    max-width: 282px;
  }

  .roomlink .btnstyle01 {
    max-width: 222px;
  }

  .btntel {
    border: 1px solid #c0c5cb;
    background: #fff;
    max-width: 382px;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 50px;
    font-size: 114%;
  }

  .btntel:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }

  .vr_room {
    float: left;
    width: 57.58%;
    height: 400px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  #teaser {
    background: url(/guestroom/img/bg_teaser_guestroom.jpg?200618) center center no-repeat;
    background-size: cover;
  }

  .roomwrap {
    width: 100%;
    background: url(/common/img/bg_search.jpg) 0 0 repeat;
    padding: 30px 0;
  }

  .roomwrap ul {
    margin-left: -20px;
  }

  .roomwrap ul li {
    float: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
  }

  .roomwrap ul li>div {
    position: relative;
  }

  .roomwrap ul li img {
    width: 100%;
  }

  .roomwrap .roombox {
    position: absolute;
    background: url(/common/img/bg_menu.png) 0 0 repeat;
    width: 58%;
    height: 64%;
    left: 21%;
    top: 18%;
    z-index: 2;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .roomwrap .roombox>p {
    border: 1px solid #d7d6bb;
    text-align: center;
    padding: 18% 5px 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 18px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }

  .roomwrap .roombox span {
    display: block;
    font-size: 61%;
    line-height: 18px;
    color: #a2a8af;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }

  .roomwrap .roomcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: url(/img/bg_point_hover.png) 0 0 repeat;
    color: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }

  .roomwrap ul li>div:hover .roomcaption {
    display: block;
  }

  .roomtypelist {
    padding: 30px 0 10px;
    background: #4e5a67;
  }

  .roomtypelist ul {
    margin-left: -20px;
    text-align: center;
  }

  .roomtypelist ul li {
    display: inline-block;
    padding-left: 20px;
    width: 170px;
    margin-bottom: 20px;
  }

  .roomtypelist ul li a {
    display: block;
    background: #fff;
    text-align: center;
    padding-bottom: 10px;
  }

  .roomtypelist ul li a:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }

  .roomtypelist ul li img {
    width: 100%;
  }

  .roomtypelist ul li a span {
    display: block;
    padding: 0 20px;
  }

  .roomtypelist ul li .nameja {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 128.5%;
    line-height: 24px;
    margin-top: 25px;
  }

  .roomtypelist ul li .nameen {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 78.5%;
    line-height: 24px;
    color: #a2a8af;
  }

  .roomtypelist ul li a i {
    display: block;
    margin: 0;
    font-size: 114%;
    line-height: 26px;
    color: #bab6a2;
  }

  .roomtypepanel {
    position: relative;
    margin-top: 100px;
  }

  .roomtypetitle {
    width: 100%;
    position: relative;
    padding: 0 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  .roomtypetitle h3 {
    max-width: 590px;
    margin: 0 auto;
    background: url(/guestroom/img/bg_room_title.png) left center repeat-x;
    text-align: center;
  }

  .roomtypetitle h3 .title {
    display: inline-block;
    background: #f3f5f9;
    padding: 0 40px;
    font-size: 171.4%;
    line-height: 1.5;
  }

  .roomtypetitle h3 .title span {
    display: block;
    color: #a2a8af;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 45.8%;
    line-height: 18px;
  }

  .roomtypetitle .smoking {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
    z-index: 2;
  }

  .roomtypetitle .smoking li {
    float: right;
    margin-left: 10px;
  }

  .roomtypebox {
    margin-bottom: 30px;
  }

  .roomtypebox .roomtypeimg {
    float: left;
    width: 57.58%;
    margin-right: 20px;
  }

  .roomtypebox .floorplan {
    border: 1px dotted #c0c5cb;
    position: relative;
    background: #fff;
    text-align: center;
  }

  .roomtypebox .floorplan .caption {
    display: block;
    position: absolute;
    bottom: 6.5%;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .roomtypebox .roomtypeimg img {
    width: 100%;
  }

  .roomlink {
    text-align: center;
  }

  .roomlink a {
    margin: 0 5px;
  }

  .roomlink a i {
    margin: 0 0 0 20px;
    color: #bab6a2;
  }

  .roomlink .btnstyle02 {
    max-width: 282px;
  }

  .roomlink .btnstyle01 {
    max-width: 222px;
  }

  .btntel {
    border: 1px solid #c0c5cb;
    background: #fff;
    max-width: 382px;
    text-align: center;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 50px;
    font-size: 114%;
  }

  .btntel:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }

  .vr_room {
    float: left;
    width: 57.58%;
    height: 400px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #teaser {
    background: url(/guestroom/img/bg_teaser_guestroom_sp.jpg?200618) center center no-repeat;
    background-size: 100% auto;
  }

  .roomwrap {
    background: url(/common/img/bg_search.jpg) 0 0 repeat;
    padding: 15px 10px;
  }

  .roomwrap ul li+li {
    margin-top: 10px;
  }

  .roomwrap ul li>div {
    position: relative;
  }

  .roomwrap ul li img {
    width: 100%;
  }

  .roomwrap .roombox {
    position: absolute;
    background: url(/common/img/bg_menu.png) 0 0 repeat;
    width: 86%;
    height: 76%;
    left: 7%;
    top: 12%;
    z-index: 2;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .roomwrap .roombox>p {
    border: 1px solid #d7d6bb;
    text-align: center;
    padding: 2% 10px 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 16px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }

  .roomwrap .roombox span {
    display: block;
    font-size: 58%;
    line-height: 10px;
    color: #a2a8af;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }

  .roomwrap .roomcaption {
    display: none;
  }

  .roomtypelist {
    padding: 15px 10px 5px;
    background: #4e5a67;
  }

  .roomtypelist ul {
    margin-left: -10px;
  }

  .roomtypelist ul li {
    float: left;
    width: 50%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .roomtypelist ul li a {
    display: block;
    background: #fff;
    text-align: center;
    padding: 6px 5px;
  }

  .roomtypelist ul li img {
    display: none;
  }

  .roomtypelist ul li a span {
    display: block;
  }

  .roomtypelist ul li .nameja {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    line-height: 1.5;
  }

  .roomtypelist ul li .nameen {
    display: none;
  }

  .roomtypelist ul li a i {
    display: block;
    margin: 0;
    line-height: 13px;
    color: #bab6a2;
  }

  .roomtypepanel {
    position: relative;
    margin-top: 50px;
  }

  .roomtypetitle {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 110px;
    margin-bottom: 10px;
  }

  .roomtypetitle h3 .title {
    display: block;
    font-size: 129%;
    line-height: 1.5;
  }

  .roomtypetitle h3 .title span {
    display: block;
    color: #a2a8af;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 45.8%;
    line-height: 18px;
  }

  .roomtypetitle .smoking {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    z-index: 2;
  }

  .roomtypetitle .smoking li {
    float: right;
    margin-left: 6px;
    width: 49px;
  }

  .roomtypebox {
    margin-bottom: 15px;
  }

  .roomtypebox .roomtypeimg {
    margin-bottom: 15px;
  }

  .roomtypebox .roomtypein {
    margin-bottom: 10px;
  }

  .roomtypebox .floorplan {
    border: 1px dotted #c0c5cb;
    position: relative;
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 15px;
    background: #fff;
    text-align: center;
  }

  .roomtypebox .floorplan img {
    width: 100%;
  }

  .roomtypebox .floorplan .caption {
    display: block;
    position: absolute;
    bottom: 6.5%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 58%;
  }

  .roomtypebox .roomtypeimg img {
    width: 100%;
  }

  .roomlink {
    text-align: center;
  }

  .roomlink a i {
    margin: 0 0 0 20px;
    color: #bab6a2;
  }

  .roomlink a+a {
    margin-top: 10px;
  }

  .btntel {
    border: 1px solid #c0c5cb;
    background: #fff;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    line-height: 50px;
    font-size: 114%;
  }

  .btntel:hover {
    text-decoration: none;
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
  }

  .vr_room {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
}

.hdl_text_red {
  color: #3498db;
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .hdl_text_red {
    font-size: 1.0rem;
  }
}

/*アニバーサリー*/
.anniversary_info {
  background-color: #242424;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 0 3% 10%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.greeting {
  text-align: center;
  margin: 0 auto;
  background: url(/40anniversary/img/bg_anniversaryfront_pc.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.greeting img {
  width: 180px;
  -webkit-filter: drop-shadow(5px 5px 5px #fff);
  margin-bottom: 30px;
}

.greeting p {
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
}

.anniversary_title {
  font-size: 2.5rem;
  display: inline-block;
  background: -webkit-linear-gradient(90deg, #f4d696 20%, #8f7634 89%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 50px;
  position: relative;
}

.anniversary_title:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transform: translate(-50%, 0);
  width: 220%;
  height: 2px;
  background: -webkit-linear-gradient(90deg, #f4d696 20%, #8f7634 89%);
  content: "";
}

.anniversary_info img {
  width: 55%;
  margin-left: 70px;
}

.ivent_box {
  display: flex;
  justify-content: space-between;
  margin: 20px auto 40px;
}

.ivent_info {
  width: 540px;
}

.ivent_contents {
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
  position: relative;
  margin: 0 10px;
}

.number {
  position: absolute;
  top: -30px;
  right: 20px;
  width: 90px;
}

.date {
  background-color: #ae945d;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  transform: translate(0, -20px)
}

.explanation {
  padding: 5px 30px 30px 30px;
}

.explanation-2 {
  padding: 5px 30px 64px 30px;
}

.ivent_othercontents {
  border: 1px solid #c0c5cb;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.ivent_txt {
  font-size: 1.2rem;
  padding-left: 50px;
}

.iventlink a {
  min-width: 200px;
  margin-right: 40px;
}

.ivent_otherbox {
  position: relative;
}

.curry_packege {
  position: absolute;
  top: 40px;
  left: 180px;
  width: 160px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .3);
}

.various {
  /* padding-top: 120px; */
  max-width: 900px;
  margin: 0 auto;
}

.date01 {
  background: linear-gradient(to bottom right, #d7bb57, #db800a);
  color: #fff;
  padding: 10px 20px;
  width: 190px;
  transform: translate(0, -20px)
}

.date02 {
  background: linear-gradient(to bottom right, #73c6b4, #72b3d4);
  color: #fff;
  padding: 10px 20px;
  width: 190px;
  transform: translate(0, -20px)
}

.date03 {
  background: linear-gradient(to bottom right, #d12d9c, #5ea2ef);
  color: #fff;
  padding: 10px 20px;
  width: 190px;
  transform: translate(0, -20px)
}

.date04 {
  background: linear-gradient(to bottom right, #959595, #646464);
  color: #fff;
  padding: 10px 20px;
  width: 190px;
  transform: translate(0, -20px)
}

.date05 {
  background: linear-gradient(to bottom right, #e36b6b, #ec2c35);
  color: #fff;
  padding: 10px 20px;
  width: 190px;
  transform: translate(0, -20px)
}

.date06 {
  background: linear-gradient(to bottom right, #62cca5, #18a86b);
  color: #fff;
  padding: 10px 20px;
  width: 190px;
  transform: translate(0, -20px)
}
.date07 {
  background: linear-gradient(to bottom right, #e5c264, #df5e94);
  color: #fff;
  padding: 10px 20px;
  width: 190px;
  transform: translate(0, -20px)
}

.ivent_info a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
}

.money {
  font-size: 1.5rem;
  color: #c8001d;
  font-weight: bold;
}

.plan {
  display: flex;
  justify-content: center;
  text-align: center;
}

.plan_txt {
  width: 35%;
}


.plan_txt a {
  background: -webkit-linear-gradient(top, #154465, #0c2f4e);
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px 30px 5px;
  display: block;
}

@media screen and (max-width: 767px) {
  .number {
    top: -30px;
    right: -10px;
    width: 80px;
  }

  .various {
    padding: 60px 10px 0 10px;
  }

  .anniversary_info {
    display: block;
    padding: 50px 20px 40px 20px;
  }

  .anniversary_info img {
    margin: 20px auto 0 auto;
    width: 100%;
  }

  .anniversary_title {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .greeting {
    background: url(/40anniversary/img/bg_anniversaryfront_sp.jpg) center center no-repeat;
    background-size: 100%;
  }

  .greeting img {
    width: 120px;
  }

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

  .explanation-2 {
    padding: 0px 20px 20px 20px;
  }

  .curry_packege {
    top: -5px;
    left: 180px;
    width: 130px;
  }

  .ivent_info {
    width: 100%;
    margin: 50px auto;
  }

  .ivent_txt {
    font-size: 0.8rem;
    margin: 10px 20px 20px 20px;
    text-align: center;
    padding-left: 0;
  }

  .ivent_box {
    display: block;
  }

  .ivent_othercontents {
    display: block;
  }

  .ivent_othercontents img {
    width: 100%;
  }

  .iventlink a {
    margin: 10px auto 0 auto;
    display: block;
  }

  .ivent_contents {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .plan {
    display: block;
    padding-bottom: 20px;
  }

  .plan_txt a {
    text-align: center;
    margin: 0 20px 10px;
    padding: 15px;
    font-size: 0.8rem;
  }
}

#mainvideo {
  position: relative;
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 100%;
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

#loading.disappear {
  display: none;
}

#youtube-area {
  position: relative;
  z-index: 1;
  height: 55.65vw;
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#youtube {
  position: relative;
  height: 55.65vw;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
}

#youtube-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}

#long-botton {
  position: absolute;
  right: 2%;
  bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  background-color: #ae945d;
  color: #fff;
  font-size: 120%;
  letter-spacing: -2px;
  z-index: 4;
  cursor: pointer;
}

.plan_title {
  font-weight: bold;
  font-size:1.2rem;
}

@media screen and (max-width: 768px) {
  .plan_title {
    font-size:1.1rem;
  }
  #long-botton {
    bottom: -47px;
    right: 0;
  }
}

#long-botton a {
  width: 100%;
  height: 100%;
  position: absolute;
}

#long-botton a:hover {
  background-color: #fff;
  opacity: 0.8;
}

#container {
  position: relative;
  z-index: 3;
  background: #333;
  color: #fff;
  padding: 300px 0;
  text-align: center;
}

.end_guidance {
  color: red;
  border-bottom: 1px solid red;
  font-size: 15px;
}


/* jtb調整 */

.hdm {
  text-align: center;
}

.ivent_box div {
  width: 80%;
}

.ivent_box ul {
      padding-left: 40px;
    list-style: circle;
}

.mainbox .bc {
  background: #7e808d;
    color: #fff;
    padding: 3px;
    width: 600px;
    margin: 0 auto;
    /* margin-bottom: 18px; */
    margin-top: 15px;
}

@media screen and (max-width: 768px) { 
  .mainbox .bc  {
        width: auto;
    padding: 10px 34px;
  }

.ivent_box div {
  width: auto;
}
.ivent_box ul {
  margin-top: 15px;
    padding-left: 0;
}
.plan_txt {
  width: auto;
}
}
