@charset "UTF-8";
/*------------------------------------------------------
commonVar
-------------------------------------------------------*/
/*------------------------------------------------------
CMS entryStyles
-------------------------------------------------------*/
.entry-body strong, .entry-body b {
  font-weight: bold; }

.entry-body em, .entry-body i {
  font-style: italic; }

.entry-body del {
  text-decoration: line-through; }

.entry-body blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

/*------------------------------------------------------
commonStyles
-------------------------------------------------------*/
body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
  line-height: 1.8em; }

a {
  color: #000;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

.alpha {
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
  .alpha:hover {
    opacity: .75;
    /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=75);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=75)";
    /* IE 8 */
    -khtml-opacity: .75;
    /* Safari 1.x */
    -moz-opacity: .75;
    /* FF lt 1.5, Netscape */
    zoom: 1; }

.red {
  color: #900; }

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box; }

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

.pagetop {
  position: relative; }
  .pagetop a {
    position: fixed;
    z-index: 10000;
    bottom: 100px;
    right: 5%;
    display: block;
    width: 50px;
    height: 50px; }
    .pagetop a img {
      width: 50px; }

@media screen and (max-width: 1099px) {
  .pagetop a {
    width: 40px;
    height: 40px;
    bottom: 74px; } }

.head-line {
  text-align: center;
  border-bottom: #DFDCC6 solid 1px;
  padding-top: 30px;
  padding-bottom: 5px;
  margin-bottom: 22px; }

@media screen and (max-width: 1099px) {
  .info-area {
    margin-top: 30px;
    margin-bottom: 30px; }
    .info-area table {
      width: 100%;
      border-collapse: collapse; }
      .info-area table th, .info-area table td {
        vertical-align: middle;
        padding-top: 12px;
        padding-bottom: 12px; }
      .info-area table th {
        text-align: left;
        width: 100%;
        margin-bottom: 8px;
        padding-left: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        background: #F8F7F1;
        color: #625931;
        float: left;
        font-weight: bold; }
      .info-area table td {
        width: 100%;
        margin-bottom: 30px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        float: left;
        padding: 0 10px;
        word-break: break-all; } }

@media screen and (min-width: 1100px) {
  .info-area {
    margin-top: 30px;
    margin-bottom: 30px; }
    .info-area table {
      border-collapse: collapse;
      border-spacing: 0 1px; }
      .info-area table tr:last-child th {
        border-bottom: none; }
      .info-area table tr {
        border-bottom: #F8F7F1 solid 1px; }
      .info-area table th {
        vertical-align: top;
        text-align: left;
        width: 254px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 20px;
        border-bottom: #fff solid 1px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        background: #F8F7F1;
        color: #625931;
        font-weight: bold; }
      .info-area table td {
        vertical-align: top;
        text-align: left;
        width: 842px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        word-break: break-all; } }

/*------------------------------------------------------
formParts
-------------------------------------------------------*/
form input[type="text"] {
  box-sizing: border-box;
  padding: 0 4px;
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border: #ddd solid 1px;
  border-radius: 3px;
  height: 32px; }

form select {
  box-sizing: border-box;
  padding: 0 4px;
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border: #ddd solid 1px;
  border-radius: 3px;
  height: 32px; }

form textarea {
  box-sizing: border-box;
  padding: 0 4px;
  font-size: 13px;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  border: #ddd solid 1px;
  border-radius: 3px; }

/*------------------------------------------------------
clearFix
-------------------------------------------------------*/
.cf:after {
  content: "";
  display: block;
  clear: both; }

.cf {
  zoom: 1; }

/*------------------------------------------------------
GroupTop Styles
-------------------------------------------------------*/
.group-top #header {
  padding: 20px 0 25px;
  text-align: center;
  background: #FCFBF8;
  border-bottom: #9B8C4D solid 3px;
  margin-bottom: 1px; }

.group-top #hotel-list {
  background: url(../img/top_bg.gif);
  padding-bottom: 96px; }
  .group-top #hotel-list h2 {
    text-align: center;
    padding: 70px 0 54px; }
  .group-top #hotel-list ul.list > li {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    float: left;
    background: url(../img/bg_ptn01.gif);
    width: 545px;
    padding: 4px;
    margin-right: 10px; }
    .group-top #hotel-list ul.list > li:nth-child(even) {
      margin-right: 0; }
    .group-top #hotel-list ul.list > li .inner {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      background: rgba(255, 255, 255, 0.7);
      border: #D1C9A7 solid 1px;
      padding: 11px; }
      .group-top #hotel-list ul.list > li .inner h3 {
        text-align: center;
        padding: 11px 0 22px; }
      .group-top #hotel-list ul.list > li .inner img.top {
        display: block;
        margin-bottom: 10px; }
      .group-top #hotel-list ul.list > li .inner .img-area {
        margin-bottom: 8px; }
        .group-top #hotel-list ul.list > li .inner .img-area ul.rooms li {
          float: left;
          margin-right: 10px; }
          .group-top #hotel-list ul.list > li .inner .img-area ul.rooms li:last-child {
            margin-right: 0; }
      .group-top #hotel-list ul.list > li .inner .btn {
        display: block;
        text-align: center;
        margin-top: 20px;
        background: #EAE7D5;
        height: 37px;
        line-height: 42px;
        position: relative; }
        .group-top #hotel-list ul.list > li .inner .btn:after {
          display: block;
          content: '';
          background: url(../img/arw01.gif) no-repeat left top;
          position: absolute;
          top: 15px;
          right: 14px;
          width: 3px;
          height: 6px; }

.group-top #footer {
  background: #333;
  text-align: center;
  padding: 24px 0; }
  .group-top #footer p {
    color: #fff; }
    .group-top #footer p a {
      color: #fff; }
      .free-content{
      text-align:center;
      margin-bottom:30px;
      }
@media screen and (max-width: 1099px) {
  .group-top img {
    max-width: 100%; }
  .group-top .wrapper {
    max-width: 100%;
    padding-left: 2%;
    padding-right: 2%; }
  .group-top #hotel-list {
    padding-bottom: 30px; }
    .group-top #hotel-list h2 {
      padding: 20px 0 20px; }
    .group-top #hotel-list ul.list > li {
      width: 100%;
      margin-bottom: 30px; }
      .group-top #hotel-list ul.list > li .inner {
        text-align: center; }
        .group-top #hotel-list ul.list > li .inner .img-area img.top {
          display: inline-block;
          margin-bottom: 2%; }
        .group-top #hotel-list ul.list > li .inner .img-area ul.rooms {
          clear: both;
          max-width: 512px;
          margin: 0 auto; }
          .group-top #hotel-list ul.list > li .inner .img-area ul.rooms li {
            width: 32%;
            margin-right: 2%; }
            .group-top #hotel-list ul.list > li .inner .img-area ul.rooms li:last-child {
              margin-right: 0; }
            .group-top #hotel-list ul.list > li .inner .img-area ul.rooms li img {
              display: inline-block; }
        .group-top #hotel-list ul.list > li .inner .btn {
          max-width: 512px;
          margin: 12px auto 0; }
        .group-top #hotel-list ul.list > li .inner p {
          max-width: 512px;
          margin: 0 auto;
          text-align: left; } }

/*------------------------------------------------------
Hotel CommonStyles
-------------------------------------------------------*/
@media screen and (min-width: 1100px) {
  .hotel .header-pc {
    display: block; }
    .hotel .header-pc .head-copy {
      padding: 16px 0; }
  .hotel .header-sp {
    display: none; }
  .hotel #concept h2.pc {
    display: block; }
  .hotel #concept h2.sp {
    display: none; }
  .hotel #guide a.left {
    float: left; }
  .hotel #guide a.right {
    float: right; }
  .hotel #info .contact-bnr {
    float: right; }
  .hotel #info .access {
    float: left; }
  .hotel #associated ul li {
    float: left;
    width: 50%; }
    .hotel #associated ul li.other {
      width: 49%; }
      .hotel #associated ul li.other .txt-area .label {
        color: #fff;
        font-size: 10px;
        background: transparent url(http://shibuya-hotels.com/img/label_black.gif) left top no-repeat;
        background-size: 100%;
        width: 94px;
        height: 20px;
        line-height: 20px;
        margin-bottom: 4px;
        padding-left: 8px;
        margin-left: 196px; } }

@media screen and (max-width: 1099px) {
  .hotel img {
    max-width: 100%; }
  .hotel .header-pc {
    display: none; }
  .hotel .header-sp {
    display: block; }
    .hotel .header-sp .wrap {
      position: relative;
      padding-bottom: 30px; }
    .hotel .header-sp .logo {
      padding: 0 10px; }
    .hotel .header-sp .head-copy {
      padding: 16px 10px; }
    .hotel .header-sp .menu-btn {
      display: block;
      background: #8E7C45;
      padding: 7px 9px 10px 9px;
      position: absolute;
      width: 32px;
      height: 32px;
      top: -5px;
      right: 10px; }
      .hotel .header-sp .menu-btn .menu-trigger,
      .hotel .header-sp .menu-btn .menu-trigger span {
        display: inline-block;
        -webkit-transition: all 0.4s;
                transition: all 0.4s;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box; }
      .hotel .header-sp .menu-btn .menu-trigger {
        position: relative;
        width: 32px;
        height: 44px;
        text-align: center; }
      .hotel .header-sp .menu-btn .menu-trigger:hover {
        cursor: pointer; }
      .hotel .header-sp .menu-btn .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 4px; }
      .hotel .header-sp .menu-btn .menu-trigger span:nth-of-type(1) {
        top: 4px; }
      .hotel .header-sp .menu-btn .menu-trigger span:nth-of-type(2) {
        top: 16px; }
      .hotel .header-sp .menu-btn .menu-trigger span:nth-of-type(3) {
        bottom: 12px; }
      .hotel .header-sp .menu-btn .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(13px) rotate(-45deg);
        -ms-transform: translateY(13px) rotate(-45deg);
            transform: translateY(13px) rotate(-45deg); }
      .hotel .header-sp .menu-btn .menu-trigger.active span:nth-of-type(2) {
        opacity: 0; }
      .hotel .header-sp .menu-btn .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-12px) rotate(45deg);
        -ms-transform: translateY(-12px) rotate(45deg);
            transform: translateY(-12px) rotate(45deg); }
    .hotel .header-sp .menu-list {
      position: absolute;
      top: 66px;
      width: 100%;
      z-index: 9999; }
      .hotel .header-sp .menu-list ul li {
        border-bottom: #fff solid 1px; }
        .hotel .header-sp .menu-list ul li:last-child {
          border: none; }
        .hotel .header-sp .menu-list ul li a {
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          display: block;
          position: relative;
          background: #333;
          color: #fff;
          padding: 0 0 0 20px;
          height: 48px;
          line-height: 48px;
          text-decoration: none; }
          .hotel .header-sp .menu-list ul li a:after {
            content: "";
            position: absolute;
            top: 16px;
            right: 20px;
            display: block;
            width: 13px;
            height: 13px;
            border-top: #fff solid 2px;
            border-right: #fff solid 2px;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); } }

.hotel #header {
  text-align: left;
  background: #FCFBF8;
  border-bottom: #9B8C4D solid 3px;
  margin-bottom: 1px; }
  .hotel #header .head-copy {
    font-size: 10px; }
  .hotel #header .wrap .logo {
    float: left; }
  .hotel #header .wrap .gnavi {
    float: right; }
    .hotel #header .wrap .gnavi ul {
      margin-top: 5px;
      margin-bottom: 6px; }
      .hotel #header .wrap .gnavi ul li {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        float: left;
        width: 135px;
        text-align: center;
        border-left: #ECE8D9 solid 1px; }
        .hotel #header .wrap .gnavi ul li a {
          display: block;
          height: 42px;
          line-height: 42px;
          border-left: #fff solid 1px;
          position: relative; }
          .hotel #header .wrap .gnavi ul li a .shadow {
            display: none;
            content: '';
            position: absolute;
            top: 12px;
            width: 132px;
            height: 34px;
            background: url(../img/gnavi_shadow.png) no-repeat center 5px; }
        .hotel #header .wrap .gnavi ul li.current a .shadow {
          display: block; }
        .hotel #header .wrap .gnavi ul li:last-child {
          border-right: #ECE8D9 solid 1px; }
          .hotel #header .wrap .gnavi ul li:last-child a {
            border-right: #fff solid 1px; }

.hotel #main-img {
  background: #F5F3ED;
  padding-bottom: 30px;
  margin-bottom: 60px; }
  .hotel #main-img .wrapper {
    position: relative; }
  .hotel #main-img .main-copy {
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 9998; }

@media screen and (max-width: 1099px) {
  .hotel #main-img .main-copy {
    bottom: 5%;
    left: 2%;
    width: 80%; }
    .hotel #main-img .main-copy img {
      max-width: 100%; } }

.hotel #main-txt {
  margin-bottom: 60px; }
  .hotel #main-txt .wrapper {
    position: relative; }
    .hotel #main-txt .wrapper:before {
      display: block;
      position: absolute;
      z-index: 1;
      content: "";
      width: 100%;
      height: 17px;
      background: transparent url("../img/shadow02.png") no-repeat scroll center bottom;
      bottom: -10px; }
    .hotel #main-txt .wrapper .wrap {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      background: url(../img/main_txt_bg.jpg);
      padding: 5px;
      position: relative;
      z-index: 3; }
      .hotel #main-txt .wrapper .wrap .inner {
        border: #CECAA8 solid 1px;
        padding: 15px; }
        .hotel #main-txt .wrapper .wrap .inner .img-area {
          float: left;
          margin-right: 15px; }
          .hotel #main-txt .wrapper .wrap .inner .img-area img {
            display: block; }
        .hotel #main-txt .wrapper .wrap .inner .txt-area h2 {
          margin: 14px 0; }
          .hotel #main-txt .wrapper .wrap .inner .txt-area h2 img {
            display: block; }

@media screen and (max-width: 1099px) {
  .hotel #main-txt {
    padding: 0 10px; }
    .hotel #main-txt .wrapper .wrap .inner .img-area {
      float: none;
      margin-right: 0; }
      .hotel #main-txt .wrapper .wrap .inner .img-area img {
        width: 100%; } }

@media screen and (max-width: 1099px) {
  .hotel #btn-area {
    margin-bottom: 60px;
    padding: 0 10px; }
    .hotel #btn-area ul {
      margin: 0 auto;
      max-width: 547px; }
      .hotel #btn-area ul li {
        max-width: 100%;
        margin-bottom: 10px; } }

@media screen and (min-width: 1100px) {
  .hotel #btn-area {
    margin-bottom: 74px; }
    .hotel #btn-area ul li {
      margin-right: 6px;
      float: left;
      width: 547px;
      margin-bottom: 6px; } }

.hotel #btn-area ul li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 10px;
  background: #DFDCC6;
  text-align: center;
  position: relative; }
  .hotel #btn-area ul li:before {
    display: block;
    position: absolute;
    z-index: 1;
    content: '';
    width: 90%;
    height: 17px;
    background: url(../img/shadow01.png) no-repeat center bottom;
    bottom: 0;
    left: 5%; }
  .hotel #btn-area ul li a {
    display: block;
    position: relative;
    text-decoration:none;
    z-index: 2;background-color:#FFF; }
    .hotel #btn-area ul li a img {
      display: block;
      max-width: 100%;}
      .hotel #btn-area ul li a span {
	      display: block;
	      padding:5px 0;}

@media screen and (max-width: 1099px) {
  .hotel #news {
    padding: 0 10px; }
    .hotel #news .news-list ul li {
      min-height: 40px;
      line-height: 40px; }
      .hotel #news .news-list ul li a {
        display: block; } }

@media screen and (min-width: 1100px) {
  .hotel #news .news-list ul li {
    min-height: 48px;
    line-height: 48px; } }

.hotel #news {
  margin-bottom: 90px; }
  .hotel #news .news-list {
    margin-bottom: 36px; }
    .hotel #news .news-list ul li {
      position: relative;
      padding: 0 0 0 20px;
      border-bottom: #fff solid 1px; }
      .hotel #news .news-list ul li:nth-child(odd) {
        background: #fff; }
      .hotel #news .news-list ul li:nth-child(even) {
        background: #F3F2E9; }
      .hotel #news .news-list ul li:before {
        display: block;
        content: "";
        width: 3px;
        height: 3px;
        position: absolute;
        top: 17px;
        left: 8px;
        background: url(http://shibuya-hotels.com/img/arw_icon02.gif) no-repeat left center; }
      .hotel #news .news-list ul li a {
        color: #000;
        text-decoration: underline; }
        .hotel #news .news-list ul li a:hover {
          text-decoration: none; }
      .hotel #news .news-list ul li .date {
        margin-right: 14px; }
      .hotel #news .news-list ul li .cat {
        padding: 0 0 0 10px;
        margin-right: 10px; }
        .hotel #news .news-list ul li .cat img {
          vertical-align: middle; }
  .hotel #news .more-btn {
    text-align: center; }

@media screen and (max-width: 1099px) {
  .hotel #asociated {
    padding: 0 10px 60px; }
    .hotel #asociated .asociated-hotel {
      max-width: 512px;
      margin: 0 auto; }
      .hotel #asociated .asociated-hotel .txt-area {
        padding: 0 10px; }
        .hotel #asociated .asociated-hotel .txt-area .btn-area {
          text-align: center; }
          .hotel #asociated .asociated-hotel .txt-area .btn-area a {
            display: inline-block;
            width: 100%; } }

@media screen and (min-width: 1100px) {
  .hotel #asociated {
    padding-bottom: 100px; }
    .hotel #asociated .asociated-hotel .img-area {
      float: left;
      margin-right: 20px; }
    .hotel #asociated .asociated-hotel .txt-area {
      float: left; }
      .hotel #asociated .asociated-hotel .txt-area .btn-area a {
        display: block; } }

.hotel #asociated {
  background: url(../img/top_bg.gif); }
  .hotel #asociated h2 {
    text-align: center;
    padding: 30px 0; }
  .hotel #asociated .asociated-hotel .img-area {
    position: relative; }
    .hotel #asociated .asociated-hotel .img-area:before {
      display: block;
      position: absolute;
      z-index: 1;
      content: '';
      width: 90%;
      height: 17px;
      background: url(../img/shadow01.png) no-repeat center bottom;
      bottom: -5px;
      left: 5%; }
    .hotel #asociated .asociated-hotel .img-area a {
      display: block;
      position: relative;
      z-index: 2; }
  .hotel #asociated .asociated-hotel .txt-area h3 {
    font-size: 18px;
    color: #625931;
    font-weight: bold;
    padding-top: 3px;
    margin-bottom: 18px; }
  .hotel #asociated .asociated-hotel .txt-area .btn-area a {
    margin-top: 23px;
    max-width: 405px;
    background: #fff;
    border: #EAE7D5 solid 1px;
    text-align: center;
    padding: 8px 0 2px 0;
    position: relative; }
    .hotel #asociated .asociated-hotel .txt-area .btn-area a:after {
      display: block;
      position: absolute;
      content: '';
      top: 13px;
      right: 10px;
      background: url(../img/arw02.png) no-repeat left top;
      width: 3px;
      height: 6px; }

.hotel #footer {
  text-align: center;
  background: #333;
  color: #fff;
  font-size: 11px;
  padding: 25px 10px; }
  .hotel #footer a {
    color: #fff; }

/*------------------------------------------------------
	bxSlider
-------------------------------------------------------*/
@media screen and (max-width: 1099px) {
  /* 設定 */
  .slide_all01 {
    display: none; }
  .slide_all02 {
    display: block; }
  .container {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .slide_all {
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative; }
  .slide_body {
    width: 100%; }
  .slide {
    width: 100%; }
  .slide img {
    width: 100%;
    vertical-align: bottom; }
  /* 装飾 */
  .bx-controls-direction, .bx-pager {
    text-align: center; }
  .bx-controls-direction a, .bx-pager-item {
    display: inline-block; }
  .bx-pager-item a {
    display: block;
    height: 10px;
    width: 10px;
    text-indent: -9999px;
    background: #000;
    border-radius: 10px;
    margin: 10px 2px 0 2px; }
  .bx-pager-item a.active {
    opacity: 0.3; }
  .bx-controls-direction a {
    text-decoration: none;
    color: #000;
    padding: 0 5px; }
  .bx-controls {
    display: none; } }

@media screen and (min-width: 1100px) {
  /*------------------------------------------------------
	bxSlider
	-------------------------------------------------------*/
  .slide_all01 {
    display: block; }
  .slide_all02 {
    display: none; }
  /* 設定 */
  .container {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .slide_all {
    width: 1100px;
    margin: 0 auto;
    height: 588px;
    position: relative; }
  .slide_wrap {
    width: 3300px;
    position: absolute;
    left: 50%;
    margin-left: -1650px; }
  .slide_body {
    width: 100%; }
  .slide {
    width: 1100px; }
  .slide img {
    width: 100%;
    vertical-align: bottom; }
  /* 装飾 */
  .bx-controls-direction, .bx-pager {
    text-align: center; }
  .bx-controls-direction a, .bx-pager-item {
    display: inline-block; }
  .bx-pager-item a {
    display: block;
    height: 10px;
    width: 10px;
    text-indent: -9999px;
    background: #000;
    border-radius: 10px;
    margin: 10px 2px 0 2px; }
  .bx-pager-item a.active {
    opacity: 0.3; }
  .bx-controls-direction a {
    text-decoration: none;
    color: #000;
    padding: 0 5px; }
  .bx-controls {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    margin-top: -210px; }
  .bx-wrapper .bx-prev {
    left: -60px; }
  .bx-wrapper .bx-next {
    right: -60px; }
  .slide_body li img {
    opacity: 0.5; }
  .slide_body li.active img {
    opacity: 1 !important; } }

/*------------------------------------------------------
#page-facility Style
-------------------------------------------------------*/
@media screen and (max-width: 1099px) {
  #page-facility {
    margin-bottom: 60px;
    padding: 0 10px; }
    #page-facility p {
      padding: 0 10px; }
    #page-facility .env li {
      float: left;
      width: 48%;
      margin-right: 2%;
      margin-bottom: 2%; }
      #page-facility .env li:nth-child(2n) {
        margin-right: 0; }
      #page-facility .env li img {
        width: 100%;
        display: block; } }

@media screen and (min-width: 1100px) {
  #page-facility {
    margin-bottom: 86px; }
    #page-facility .env li {
      width: 100px;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center; }
      #page-facility .env li img {
        width: 100%;
        display: block;
        margin-bottom: 4px; } }

/*------------------------------------------------------
#page-access Style
-------------------------------------------------------*/
@media screen and (max-width: 1099px) {
  #page-access {
    margin-bottom: 60px;
    padding: 0 10px; }
    #page-access .wrapper .access-wrap .info {
      margin-bottom: 30px; }
      #page-access .wrapper .access-wrap .info dl dt {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding: 10px;
        background: #F8F7F1;
        color: #625931;
        font-weight: bold; }
      #page-access .wrapper .access-wrap .info dl dd {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding: 10px;
        margin-bottom: 30px; }
      #page-access .wrapper .access-wrap .info .btn-area {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding: 10px;
        background: #DFDCC6;
        text-align: center;
        position: relative;
        margin-top: 10px; }
        #page-access .wrapper .access-wrap .info .btn-area:before {
          display: block;
          position: absolute;
          z-index: 1;
          content: '';
          width: 100%;
          height: 17px;
          background: url(../img/shadow01.png) no-repeat center bottom;
          bottom: 0;
          left: 0; }
        #page-access .wrapper .access-wrap .info .btn-area a {
          display: block;
          position: relative;
          z-index: 2;
          text-align: center;
          background: #fff;
          height: 60px; }
          #page-access .wrapper .access-wrap .info .btn-area a:after {
            position: absolute;
            display: block;
            content: '';
            top: 26px;
            right: 20px;
            background: url(../img/arw02.png) no-repeat left top;
            width: 3px;
            height: 6px; }
          #page-access .wrapper .access-wrap .info .btn-area a img {
            display: inline-block;
            max-width: 100%;
            margin-top: 18px; }
    #page-access .wrapper .access-wrap .gmap {
      width: 100%;
      height: 324px; } }

@media screen and (min-width: 1100px) {
  #page-access {
    margin-bottom: 86px; }
    #page-access .wrapper .access-wrap .info {
      position: relative;
      width: 580px;
      height: 324px;
      margin-right: 16px;
      float: left; }
      #page-access .wrapper .access-wrap .info dl dt {
        width: 144px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding: 10px 0 10px 20px;
        background: #F8F7F1;
        color: #625931;
        font-weight: bold;
        float: left;
        border-bottom: #fff solid 1px; }
      #page-access .wrapper .access-wrap .info dl .info-access {
        height: 100px;
        border-bottom: #F8F7F1 solid 1px; }
      #page-access .wrapper .access-wrap .info dl dd {
        width: 436px;
        float: right;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding: 10px 0 10px 20px;
        border-bottom: #F8F7F1 solid 1px; }
      #page-access .wrapper .access-wrap .info .btn-area {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding: 10px;
        background: #DFDCC6;
        text-align: center;
        position: relative;
        margin-top: 10px; }
        #page-access .wrapper .access-wrap .info .btn-area:before {
          display: block;
          position: absolute;
          z-index: 1;
          content: '';
          width: 512px;
          height: 17px;
          background: url(../img/shadow01.png) no-repeat center bottom;
          bottom: 0;
          left: 34px; }
        #page-access .wrapper .access-wrap .info .btn-area a {
          display: block;
          position: relative;
          z-index: 2;
          text-align: center;
          background: #fff;
          height: 60px; }
          #page-access .wrapper .access-wrap .info .btn-area a:after {
            position: absolute;
            display: block;
            content: '';
            top: 26px;
            right: 20px;
            background: url(../img/arw02.png) no-repeat left top;
            width: 3px;
            height: 6px; }
          #page-access .wrapper .access-wrap .info .btn-area a img {
            display: inline-block;
            max-width: 100%;
            margin-top: 18px; }
    #page-access .wrapper .access-wrap .gmap {
      min-width: 500px;
      height: 324px;
      float: left; } }

/*------------------------------------------------------
#page-system Style
-------------------------------------------------------*/
@media screen and (max-width: 1099px) {
  #page-system {
    margin-bottom: 60px;
    padding: 0 10px; }
    #page-system p {
      padding: 0 10px; } }

@media screen and (min-width: 1100px) {
  #page-system {
    margin-bottom: 86px; } }

/*------------------------------------------------------
#page-rooms Style
-------------------------------------------------------*/
@media screen and (max-width: 1099px) {
  #page-rooms {
    margin-bottom: 60px;
    padding: 0 10px; }
    #page-rooms .wrapper p {
      padding: 0 10px; }
    #page-rooms .wrapper .rooms-img {
      margin-top: 10px; }
      #page-rooms .wrapper .rooms-img .img-list {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 10px; }
        #page-rooms .wrapper .rooms-img .img-list img {
          width: 100%; } }

@media screen and (min-width: 1100px) {
  #page-rooms {
    margin-bottom: 86px; }
    #page-rooms .wrapper .rooms-img .img-list {
      width: 539px;
      margin-top: 30px;
      margin-bottom: 30px;
      float: left; }
      #page-rooms .wrapper .rooms-img .img-list:nth-child(odd) {
        margin-right: 22px; } }

/*------------------------------------------------------
#page-contact Style
-------------------------------------------------------*/
@media screen and (max-width: 1099px) {
  #page-contact {
    margin-bottom: 60px;
    padding: 0 10px; }
    #page-contact p {
      padding: 0 10px; }
    #page-contact .wrapper .info-area input[type="text"] {
      width: 100%;
      height: 40px;
      line-height: 20px;
      padding: 5px;
      border: #DDDDDD solid 1px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      border-radius: 4px; }
    #page-contact .wrapper .info-area textarea {
      width: 100%;
      height: 140px;
      margin-top: 12px;
      display: block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      padding: 5px;
      border: #DDDDDD solid 1px;
      border-radius: 4px; }
    #page-contact .wrapper .info-area .btn-area {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      width: 100%;
      padding: 10px;
      background: #DFDCC6;
      text-align: center;
      position: relative;
      margin: 30px auto 0; }
      #page-contact .wrapper .info-area .btn-area:before {
        display: block;
        position: absolute;
        z-index: 1;
        content: '';
        width: 90%;
        height: 17px;
        background: url(../img/shadow01.png) no-repeat center bottom;
        bottom: 0;
        left: 5%; }
      #page-contact .wrapper .info-area .btn-area button {
        display: inline-block;
        position: relative;
        z-index: 2;
        text-align: center;
        background: #fff;
        height: 60px;
        border: none;
        width: 100%;
        cursor: pointer; }
        #page-contact .wrapper .info-area .btn-area button:after {
          position: absolute;
          display: block;
          content: '';
          top: 26px;
          right: 20px;
          background: url(../img/arw02.png) no-repeat left top;
          width: 3px;
          height: 6px; }
        #page-contact .wrapper .info-area .btn-area button.btn-back {
          background: #FBFBF5; }
          #page-contact .wrapper .info-area .btn-area button.btn-back:after {
            background: url(../img/arw03.png) no-repeat left top;
            top: 26px;
            left: 20px; }
        #page-contact .wrapper .info-area .btn-area button img {
          display: inline-block;
          max-width: 100%;
          margin-top: 4px; }
    #page-contact .wrapper .info-area .btn-area-check .btn {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      width: 100%;
      padding: 10px;
      background: #DFDCC6;
      text-align: center;
      position: relative;
      margin: 0 0 20px 0; }
      #page-contact .wrapper .info-area .btn-area-check .btn:before {
        display: block;
        position: absolute;
        z-index: 1;
        content: '';
        width: 100%;
        height: 17px;
        background: url(../img/shadow01.png) no-repeat center bottom;
        bottom: 0;
        left: 0; }
      #page-contact .wrapper .info-area .btn-area-check .btn button {
        display: inline-block;
        position: relative;
        z-index: 2;
        text-align: center;
        background: #fff;
        height: 60px;
        border: none;
        width: 100%;
        cursor: pointer; }
        #page-contact .wrapper .info-area .btn-area-check .btn button:after {
          position: absolute;
          display: block;
          content: '';
          top: 26px;
          right: 20px;
          background: url(../img/arw02.png) no-repeat left top;
          width: 3px;
          height: 6px; }
        #page-contact .wrapper .info-area .btn-area-check .btn button.btn-back {
          background: #FBFBF5; }
          #page-contact .wrapper .info-area .btn-area-check .btn button.btn-back:after {
            background: url(../img/arw03.png) no-repeat left top;
            top: 26px;
            left: 20px; }
        #page-contact .wrapper .info-area .btn-area-check .btn button img {
          display: inline-block;
          max-width: 100%;
          margin-top: 4px; } }

@media screen and (min-width: 1100px) {
  #page-contact {
    margin-bottom: 86px; }
    #page-contact .wrapper .info-area input[type="text"] {
      width: 400px;
      height: 32px;
      padding: 5px;
      border: #DDDDDD solid 1px; }
    #page-contact .wrapper .info-area textarea {
      width: 100%;
      height: 140px;
      display: block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      padding: 5px;
      border: #DDDDDD solid 1px; }
    #page-contact .wrapper .info-area .btn-area {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      width: 450px;
      padding: 10px;
      background: #DFDCC6;
      text-align: center;
      position: relative;
      margin: 30px auto 0; }
      #page-contact .wrapper .info-area .btn-area:before {
        display: block;
        position: absolute;
        z-index: 1;
        content: '';
        width: 430px;
        height: 17px;
        background: url(../img/shadow01.png) no-repeat center bottom;
        bottom: 0;
        left: 10px; }
      #page-contact .wrapper .info-area .btn-area button {
        display: inline-block;
        position: relative;
        z-index: 2;
        text-align: center;
        background: #fff;
        height: 60px;
        border: none;
        width: 100%;
        cursor: pointer; }
        #page-contact .wrapper .info-area .btn-area button:after {
          position: absolute;
          display: block;
          content: '';
          top: 26px;
          right: 20px;
          background: url(../img/arw02.png) no-repeat left top;
          width: 3px;
          height: 6px; }
        #page-contact .wrapper .info-area .btn-area button.btn-back {
          background: #FBFBF5; }
          #page-contact .wrapper .info-area .btn-area button.btn-back:after {
            background: url(../img/arw03.png) no-repeat left top;
            top: 26px;
            left: 20px; }
        #page-contact .wrapper .info-area .btn-area button img {
          display: inline-block;
          max-width: 100%;
          margin-top: 4px; }
    #page-contact .wrapper .info-area .btn-area-check {
      text-align: center; }
      #page-contact .wrapper .info-area .btn-area-check .btn {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        display: inline-block;
        width: 450px;
        padding: 10px;
        background: #DFDCC6;
        text-align: center;
        position: relative;
        margin: 30px 15px 0 15px; }
        #page-contact .wrapper .info-area .btn-area-check .btn:before {
          display: block;
          position: absolute;
          z-index: 1;
          content: '';
          width: 430px;
          height: 17px;
          background: url(../img/shadow01.png) no-repeat center bottom;
          bottom: 0;
          left: 10px; }
        #page-contact .wrapper .info-area .btn-area-check .btn button {
          display: inline-block;
          position: relative;
          z-index: 2;
          text-align: center;
          background: #fff;
          height: 60px;
          border: none;
          width: 100%;
          cursor: pointer; }
          #page-contact .wrapper .info-area .btn-area-check .btn button:after {
            position: absolute;
            display: block;
            content: '';
            top: 26px;
            right: 20px;
            background: url(../img/arw02.png) no-repeat left top;
            width: 3px;
            height: 6px; }
          #page-contact .wrapper .info-area .btn-area-check .btn button.btn-back {
            background: #FBFBF5; }
            #page-contact .wrapper .info-area .btn-area-check .btn button.btn-back:after {
              background: url(../img/arw03.png) no-repeat left top;
              top: 26px;
              left: 20px; }
          #page-contact .wrapper .info-area .btn-area-check .btn button img {
            display: inline-block;
            max-width: 100%;
            margin-top: 4px; } }

/*------------------------------------------------------
#page-news Style
-------------------------------------------------------*/
@media screen and (max-width: 1099px) {
  #page-news {
    margin-bottom: 60px;
    padding: 0 10px; } }

@media screen and (min-width: 1100px) {
  #page-news {
    margin-bottom: 86px; } }

#page-news .entry-area {
  background: #fff;
  margin-bottom: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 20px; }
  #page-news .entry-area .entry {
    margin-bottom: 50px; }
    #page-news .entry-area .entry .title-area h3 {
      font-size: 18px;
      font-weight: bold;
      border-top: #DFDCC6 solid 1px;
      border-bottom: #DFDCC6 solid 1px;
      padding: 10px 0 8px 4px;
      margin-bottom: 12px; }
    #page-news .entry-area .entry .info-area {
      font-size: 11px;
      text-align: right;
      margin-top: -8px;
      margin-bottom: 8px; }
      #page-news .entry-area .entry .info-area .cat {
        color: #fff;
        background: #9B8C4D;
        padding: 0 6px; }
  #page-news .entry-area .page-nate a {
    text-decoration: underline; }
    #page-news .entry-area .page-nate a:hover {
      text-decoration: none; }
  #page-news .entry-area .page-nate .before {
    float: left;
    display: block; }
  #page-news .entry-area .page-nate .next {
    float: right;
    display: block; }
  #page-news .entry-area .more-btn {
    text-align: center; }