@charset "UTF-8";
/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */
/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  display: block; }

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
/*  html { overflow-y: scroll; } for mozilla: always display scrollbar */
body {
  color: #666;
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",sans-serif;
  _font-family: 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  *font-size: 87%;
  line-height: 1.6;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  text-align: center; }

/*
Font-size list (base: 14px)
 57% =  8px
 64% =  9px
 71% = 10px
 79% = 11px        150% = 21px        221% = 31px
 86% = 12px        157% = 22px        229% = 32px
 93% = 13px        163% = 23px        236% = 33px
100% = 14px        171% = 24px        243% = 34px
107% = 15px        179% = 25px        250% = 35px
114% = 16px        186% = 26px        257% = 36px
121% = 17px        193% = 27px        264% = 37px
129% = 18px        200% = 28px        271% = 38px
136% = 19px        208% = 29px        276% = 39px
143% = 20px        214% = 30px        286% = 40px
*/
a {
  color: #00B9BF; }

a:hover, a:active {
  color: #666666;
  text-decoration: none; }
  a:hover img, a:active img {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    border: none; }

/* Images
----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  box-sizing: border-box; }

/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */
/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
.page-bg {
  padding: 0; }

/* --------------------------------------------------
	1. Header
-------------------------------------------------- */
.header {
  background: #00B9BF;
  height: auto;
  text-align: left;
  position: relative;
  padding: 15px 15px 10px;
  margin: 0; }
  .header .btn--menu {
    background: no-repeat;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1.0;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 40px;
    box-sizing: border-box; }
  .header .site-description {
    padding: 0 0 0 15px;
    width: 100px;
    float: left;
    font-size: 71%;
    color: #fff;
    line-height: 1.5;
    font-weight: normal; }
  .header .header-site-name {
    display: block;
    width: 69px;
    margin: 4px 0 0 0;
    float: left; }
  .header .btn--header-en {
    position: absolute;
    right: 60px;
    top: 14px;
    padding: 0 5px;
    border: 1px solid  #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 38px;
    font-size: 75%;
    color: #fff; }

/* --------------------------------------------------
	2. GlobalNav
-------------------------------------------------- */
.global-nav {
  clear: both;
  display: block;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 0;
  width: 100%;
  z-index: 20;
  display: none; }
  .global-nav .nav-header {
    background: #00B9BF;
    color: #fff;
    height: 66px;
    padding: 10px 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative; }
    .global-nav .nav-header .nav-header__title {
      text-align: center;
      font-size: 125%;
      height: 50px;
      line-height: 50px;
      font-family: 'Exo 2', sans-serif; }
  .global-nav .btn--global-en {
    border: 1px solid #00B9BF;
    display: block;
    padding: 10px 0;
    margin: 0 10px 10px;
    text-align: center;
    text-decoration: none; }
  .global-nav > ul {
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 88%;
    list-style: none;
    border-bottom: 1px solid #ddd; }
    .global-nav > ul li {
      border-top: 1px solid #ddd; }
      .global-nav > ul li a {
        display: block;
        padding: 15px 5px; }
        .global-nav > ul li a.drop {
          position: relative; }
          .global-nav > ul li a.drop i {
            position: absolute;
            right: 10px;
            top: 40%;
            transform: rotate(0deg); }
          .global-nav > ul li a.drop.active i {
            transform: rotate(180deg); }
      .global-nav > ul li ul {
        display: none;
        background: #efefef;
        padding: 0 10px;
        list-style: none; }
        .global-nav > ul li ul li {
          padding-left: 10px; }
  .global-nav .accordion-toggle span {
    font-size: 75%;
    display: block; }
  .global-nav .accordion-toggle i {
    position: absolute;
    right: 10px;
    top: 37%;
    transform: rotate(0deg); }
  .global-nav .accordion-toggle.active {
    background: #E1F2ED;
    -moz-background-size: 12px 11px;
    -webkit-background-size: 12px 11px;
    background-size: 12px 11px;
    color: #00B9BF; }
    .global-nav .accordion-toggle.active i {
      transform: rotate(180deg); }
  .global-nav .btn--menu {
    line-height: 1.0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 40px;
    box-sizing: border-box; }
    .global-nav .btn--menu.btn--trigger-close {
      background: #fff;
      color: #00AACC; }

.fixed-nav {
  width: 100%;
  position: fixed;
  top: -60px;
  left: 0;
  z-index: 1200; }

.fixed-nav ul {
  list-style: none;
  border-top: solid 1px #00BCC0;
  border-bottom: solid 1px #00BCC0; }

.fixed-nav ul li {
  width: 20%;
  float: left;
  text-align: center; }

.fixed-nav ul li a {
  display: block;
  padding: 5px 0;
  border-left: solid 1px #00BCC0;
  background: #fff; }
  .fixed-nav ul li a img {
    width: 39px; }

.fixed-nav ul li.home a {
  border-left: 0; }

/* --------------------------------------------------
	3. Footer
-------------------------------------------------- */
footer {
  clear: both;
  display: block;
  position: relative;
  text-align: left;
  margin: 0; }
  footer .footer-nav {
    display: block; }
    footer .footer-nav ul {
      list-style: none; }
      footer .footer-nav ul li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #999999; }
        footer .footer-nav ul li a {
          background: #E1F2ED url(../img/sp/common/mark/ico--arrow-01.png) 98% center no-repeat;
          -moz-background-size: 7px 10px;
          -webkit-background-size: 7px 10px;
          background-size: 7px 10px;
          display: block;
          text-decoration: none;
          padding: 15px 10px;
          color: #00BBBF; }
  footer .footer-site-name {
    text-align: center;
    margin-bottom: 20px; }
    footer .footer-site-name img {
      width: 85px; }
  footer .footer-address {
    padding: 20px 10px 20px 25px; }
  footer address {
    font-style: normal; }
  footer .copy {
    border-top: 1px solid #999999;
    display: block;
    text-align: center;
    line-height: 30px; }

/* goPageTop
----------------------------------- */
.go-pagetop {
  clear: both; }

/* --------------------------------------------------
	4. Contents
-------------------------------------------------- */
.container {
  margin: 0 auto;
  text-align: left;
  position: relative; }

.contents {
  padding: 0 5px;
  margin: 0 auto 30px;
  text-align: left;
  position: relative; }

.layout--half {
  width: 48%; }

/* //////////////////////////////////////////////////
[Item] 
////////////////////////////////////////////////// */
/* heading
----------------------------------- */
.title--page-title {
  background: #E1F2ED;
  padding: 20px 0 15px;
  margin-bottom: 30px;
  border-top: 1px solid #999999;
  text-align: center;
  font-size: 171%; }
  .title--page-title .title-en {
    background: url(../img/sp/common/heading/line--page-title.jpg) center bottom no-repeat;
    font-weight: bold;
    font-size: 100%;
    color: #00B9BF; }
  .title--page-title .title-ja {
    padding-top: 5px;
    font-size: 58%;
    font-weight: normal;
    color: #666; }
  .title--page-title span {
    display: block; }

.title--lv1 {
  border-bottom: 2px dashed #D8B52A;
  padding: 0 10px 5px;
  margin-bottom: 15px;
  font-size: 114%;
  color: #00B9BF; }

.title--lv2, .sidebar .sidebar__title {
  border-top: 1px solid #D8B52A;
  border-bottom: 1px solid #D8B52A;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 100%;
  color: #8A6446;
  position: relative; }
  .title--lv2 span, .sidebar .sidebar__title span {
    position: absolute;
    right: 0;
    top: 5px; }

.title--other-01 {
  border-bottom: 3px double #00B9BF;
  padding: 0 2px;
  margin-bottom: 10px;
  font-size: 114%;
  color: #00B9BF; }

.title--other-02 {
  font-size: 114%;
  color: #333; }
  .title--other-02:before {
    content: '◯ '; }

/* Layout
----------------------------------- */
.section {
  clear: both;
  margin-bottom: 40px; }

/* Paragraph
----------------------------------- */
.txt {
  padding: 0 1px; }

.paragraph {
  padding: 0 5px 0 8px;
  margin-bottom: 1em; }

.txt--sub {
  font-size: 85% !important;
  color: #666; }

.lede {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 129%;
  font-weight: bold;
  color: #00B9BF; }

/* list
----------------------------------- */
.list--arrow {
  list-style: none;
  margin-bottom: 10px; }
  .list--arrow li {
    background: url(../img/common/mark/ico--arrow--01.png) 4px 7px no-repeat;
    padding-left: 20px; }

.list--mark {
  list-style: none;
  margin-bottom: 10px; }
  .list--mark li {
    background: url(../img/common/mark/ico--mark--01.png) 0px 7px no-repeat;
    padding-left: 20px; }

.list--dia {
  list-style: none;
  margin-bottom: 10px; }
  .list--dia li {
    background: url(../img/common/mark/ico--dia--01.png) 4px 6px no-repeat;
    padding-left: 20px; }

.list--numbering {
  list-style: decimal inside;
  margin-bottom: 10px;
  padding-left: 30px; }
  .list--numbering li {
    margin-bottom: 5px;
    text-indent: -1.6em; }
    .list--numbering li .list--numbering {
      list-style: lower-roman inside; }
      .list--numbering li .list--numbering li {
        text-indent: -1.2em; }

.list--nomal {
  margin-bottom: 10px;
  padding-left: 20px; }
  .list--nomal li {
    margin-bottom: 5px; }

.list--style-none {
  list-style: none; }

.list--half-column {
  list-style: none; }
  .list--half-column li {
    width: 48%;
    margin: 0 0 10px; }
    .list--half-column li:nth-child(odd) {
      float: left;
      clear: both; }
    .list--half-column li:nth-child(even) {
      float: right; }

/* table
----------------------------------- */
.table--ptn01 {
  border-collapse: collapse; }
  .table--ptn01 th {
    background: #E1F2ED;
    border: 1px solid #999;
    padding: 5px 10px; }
  .table--ptn01 td {
    background: #fff;
    border: 1px solid #999;
    padding: 5px 10px; }
  .table--ptn01 .table__cell-title {
    background: #eee;
    color: #333; }

.table--ptn02 th {
  background: #EEEEEE;
  border: 1px solid #999;
  padding: 5px 10px;
  color: #39330C; }
.table--ptn02 td {
  background: #fff;
  border: 1px solid #999;
  padding: 5px 10px; }
.table--ptn02 .table__cell-title {
  background: #eee;
  color: #333; }

.table--block td, .table--block th {
  display: block;
  margin-top: -1px; }

/* form
----------------------------------- */
/* emphasis block
----------------------------------- */
.block-emphasis--01 {
  background: #E1F2ED;
  padding: 15px; }

.block-emphasis--02 {
  background: #FFFDE0;
  padding: 15px; }

/* subArea
----------------------------------- */
.bnr {
  display: inline-block;
  margin-bottom: 10px; }

/* button
---------------------------------- */
.btn {
  display: inline-block;
  padding: 5px 10px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  text-align: center; }

.btn--img {
  display: block;
  width: 210px;
  margin: auto; }

.btn--large {
  padding-top: 10px;
  padding-bottom: 10px; }

.btn--full {
  display: block; }

.btn--brown {
  background: #00B9BF;
  color: #fff;
  text-decoration: none; }

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none; }

.btn--white {
  background: #fff;
  border: 2px solid #00B9BF;
  color: #00B9BF;
  text-decoration: none; }

.btn--navy {
  background: #00B9BF;
  border: 2px solid #00B9BF;
  color: #fff;
  text-decoration: none; }

/* pagination
----------------------------------- */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px; }
  .pagination span, .pagination a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 5px 9px 5px 9px;
    background-color: #fff;
    color: #555;
    text-decoration: none; }
  .pagination a {
    border: 1px solid #ccc; }
    .pagination a:hover {
      background-color: #ccc;
      border: 1px solid #ccc;
      color: #fff; }
  .pagination .current {
    padding: 5px 9px 5px 9px;
    background-color: #ccc;
    border: 1px solid #ccc;
    color: #fff; }

/* line
----------------------------------- */
.line--solid {
  border-top: 1px solid #CCC4B8;
  border-bottom: none;
  border-left: none;
  border-right: none; }

.line--dashed {
  border-top: 1px dashed #CCC4B8;
  border-bottom: none;
  border-left: none;
  border-right: none; }

/* Text Alignment
----------------------------------- */
.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.clear {
  clear: both; }

/* Box Float
----------------------------------- */
.block {
  display: block; }

.float--left {
  float: left; }

.float--right {
  float: right; }

.overflow-hidden {
  overflow: hidden; }

/* Text Decoration
----------------------------------- */
.font-em {
  font-size: 114%;
  color: #DE5D00;
  font-weight: bold; }

.font-bold {
  font-weight: bold; }

.marker--yellow {
  background: #FFFF00; }

.color-red {
  color: #CA392C; }

.color-orange {
  color: #EA9952; }

.color-blue {
  color: #00B9BF; }

.color-brown {
  color: #8A6446; }

.font-size--86 {
  font-size: 86%; }

.font-size--114 {
  font-size: 114%; }

.font-size--129 {
  font-size: 129%; }

.font-size--143 {
  font-size: 143%; }

.yumin {
  font-family: "yumin" l; }

/* Space Alignment
----------------------------------- */
.margin-left--10 {
  margin-left: 10px; }

.margin-bottom--0 {
  margin-bottom: 0; }

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

.margin-bottom--1em {
  margin-bottom: 1em; }

.margin-bottom--20 {
  margin-bottom: 20px; }

.margin-bottom--30 {
  margin-bottom: 30px; }

.margin-bottom--40 {
  margin-bottom: 40px; }

.margin-bottom--60 {
  margin-bottom: 60px; }

.margin-top--10 {
  margin-top: 10px; }

.margin-top--15 {
  margin-top: 15px; }

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

img.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

img.alignright {
  float: right;
  margin: 0 0 10px 10px; }

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* --------------------------------------------------
	70. Common Item
-------------------------------------------------- */
.area-shop-list dt {
  padding: 10px;
  font-weight: bold; }
  .area-shop-list dt.area-shop__blue {
    background: #DEF1F7; }
  .area-shop-list dt.area-shop__pink {
    background: #FAE1E7; }
  .area-shop-list dt.area-shop__green {
    background: #E0F0DF; }
  .area-shop-list dt.area-shop__orange {
    background: #FBDC9E; }
  .area-shop-list dt.area-shop__purple {
    background: #D8C7D7; }
.area-shop-list dd {
  padding: 10px 0 20px; }

.faq dt {
  padding: 20px 20px 20px 40px;
  background: url(../img/sp/faq/ico--q.png) 10px center no-repeat;
  -moz-background-size: 24px auto;
  -webkit-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
  position: relative; }
  .faq dt:nth-of-type(2n) {
    background-color: #E1F2ED; }
  .faq dt i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -0.5em;
    transform: rotate(0deg); }
  .faq dt.active i {
    transform: rotate(180deg); }
.faq dd {
  display: none;
  border-top: 1px dashed #333;
  padding: 10px 10px 10px 40px; }
  .faq dd:nth-of-type(2n) {
    background-color: #E1F2ED; }

.news-list {
  list-style: none;
  margin-bottom: 30px; }
  .news-list li {
    padding: 5px;
    border-bottom: 1px dashed #999; }
    .news-list li .blog-list__thumb {
      width: 70px;
      margin-right: 20px;
      margin-bottom: 5px;
      float: left; }
    .news-list li a {
      display: block;
      padding-right: 13px;
      background: url(../img/sp/common/mark/ico--arrow-01.png) right 50% no-repeat;
      -moz-background-size: 7px 10px;
      -webkit-background-size: 7px 10px;
      background-size: 7px 10px;
      text-decoration: none;
      color: #666; }
    .news-list li .cat-badge {
      background: #00BCC0;
      padding: 3px 5px;
      font-size: 86%;
      color: #fff;
      white-space: nowrap; }

.blog-list {
  list-style: none;
  margin-bottom: 30px; }
  .blog-list li {
    padding: 5px;
    border-bottom: 1px dashed #999;
    margin-bottom: 5px; }
    .blog-list li .blog-list__thumb {
      width: 70px;
      margin-right: 20px;
      margin-bottom: 5px;
      float: left; }
    .blog-list li a {
      display: block;
      padding-right: 13px;
      background: url(../img/sp/common/mark/ico--arrow-01.png) right 50% no-repeat;
      -moz-background-size: 7px 10px;
      -webkit-background-size: 7px 10px;
      background-size: 7px 10px;
      text-decoration: none;
      color: #666; }
    .blog-list li .cat-badge {
      background: #00BCC0;
      padding: 3px 5px;
      font-size: 86%;
      color: #fff;
      white-space: nowrap; }

.spot-list {
  list-style: none;
  margin-bottom: 30px; }
  .spot-list li {
    padding: 5px;
    border-bottom: 1px dashed #999;
    margin-bottom: 5px; }
    .spot-list li .spot-list__thumb {
      width: 120px;
      margin-right: 7px;
      margin-bottom: 5px;
      float: left; }
    .spot-list li a {
      display: block;
      padding-right: 13px;
      background: url(../img/sp/common/mark/ico--arrow-01.png) right 50% no-repeat;
      -moz-background-size: 7px 10px;
      -webkit-background-size: 7px 10px;
      background-size: 7px 10px;
      text-decoration: none;
      color: #666; }
    .spot-list li .spot-list__title {
      display: block;
      margin: 5px 0;
      font-weight: bold; }
    .spot-list li .cat-badge {
      background: #00BCC0;
      padding: 3px 5px;
      font-size: 86%;
      color: #fff;
      white-space: nowrap; }

.pamphlet {
  margin: 40px 0; }

/* --------------------------------------------------
	71. Access
-------------------------------------------------- */
.access-way-list {
  list-style: none; }
  .access-way-list li {
    margin-bottom: 5px; }
  .access-way-list .access-way-list__toggle {
    display: block;
    padding: 15px 10px;
    font-size: 114%;
    position: relative;
    text-decoration: none;
    color: #fff; }
    .access-way-list .access-way-list__toggle i {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -0.5em; }
  .access-way-list .access-way-toggle--car {
    background: #67B8A0; }
  .access-way-list .access-way-toggle--train {
    background: #ED8599; }
  .access-way-list .access-way-toggle--bus {
    background: #3B7BBF; }
  .access-way-list .access-way-toggle--plane {
    background: #00A0E8; }

.access-way-list__way {
  display: none; }

/* --------------------------------------------------
	72. Restaurant
-------------------------------------------------- */
.restaurant-info {
  padding-left: 10px; }
  .restaurant-info dt {
    font-weight: bold; }
  .restaurant-info dd {
    padding: 0 0 10px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #999; }

/* --------------------------------------------------
	73. Guest room
-------------------------------------------------- */
.guest-room-list {
  list-style: none; }
  .guest-room-list li {
    margin-bottom: 40px; }

.guest-room-list__data {
  padding: 10px;
  background: #E1F2ED; }

.guest-room-list__btn img {
  width: 102px; }

.bed-size {
  font-size: 114%;
  font-weight: bold;
  padding: 0 0 0 10px;
  margin-bottom: 20px;
  color: #00B9BF; }
  .bed-size .bed-size__title {
    vertical-align: top;
    width: 90px; }

.room-detail-reserve {
  width: 250px;
  margin: 0 auto 40px; }
  .room-detail-reserve a {
    display: block;
    margin-bottom: 20px; }

.room-maintenance {
  background: #FBD78E;
  padding: 5px;
  line-height: 1.3;
  min-height: 4em; }

.amenity-equip {
  list-style: none; }
  .amenity-equip li {
    width: 48%;
    margin: 0 0 10px; }

.amenity-item {
  list-style: none; }
  .amenity-item li {
    width: 48%;
    margin: 0 14px 10px 0;
    float: left; }
    .amenity-item li p {
      background: #FBD78E;
      padding: 5px; }
  .amenity-item li:nth-child(2n) {
    margin-right: 0; }

.room-photo .room-photo__main {
  list-style: none;
  margin-bottom: 20px; }
  .room-photo .room-photo__main .room-photo__comment {
    background: url(../img/guest-room/common/bgi--photo-comment.jpg) left 20px no-repeat;
    padding: 10px 10px 10px 40px;
    font-size: 113%; }
.room-photo .bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: none !important;
  left: 0 !important; }

/* --------------------------------------------------
	74. Noguchi
-------------------------------------------------- */
.noguchi-room {
  list-style: none;
  margin-bottom: 20px; }
  .noguchi-room li {
    margin-bottom: 10px; }

.noguchi-flow-title {
  margin-bottom: 10px;
  text-align: center;
  color: #8A6446; }
  .noguchi-flow-title img {
    vertical-align: middle; }

.noguchi-flow {
  list-style: none; }
  .noguchi-flow li {
    border: #00BCC0 solid 1px;
    padding: 15px 10px 15px 60px;
    margin-bottom: -1px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-background-size: 50px auto;
    -webkit-background-size: 50px auto;
    -o-background-size: 50px auto;
    background-size: 50px auto; }
    .noguchi-flow li:nth-child(odd) {
      background-color: #E1F2ED; }
    .noguchi-flow li:nth-child(1) {
      background-image: url(../img/sp/other/noguchi/ico--step-01.png); }
    .noguchi-flow li:nth-child(2) {
      background-image: url(../img/sp/other/noguchi/ico--step-02.png); }
    .noguchi-flow li:nth-child(3) {
      background-image: url(../img/sp/other/noguchi/ico--step-03.png); }

/* --------------------------------------------------
	75. Contact
-------------------------------------------------- */
.longstay-contact {
  background: #00B9BF;
  text-align: center;
  padding: 20px 10px;
  color: #fff; }
  .longstay-contact .line--dashed {
    border-color: #fff;
    margin: 10px 0; }
  .longstay-contact a {
    color: #fff; }
  .longstay-contact a.btn--white {
    color: #00B9BF; }

.longstay-contact__tel {
  margin: 10px 0;
  font-size: 171%;
  font-weight: bold; }
  .longstay-contact__tel span {
    font-size: 75%; }

.longstay-payment {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #666666; }

/* --------------------------------------------------
	76. Area guide
-------------------------------------------------- */
.spot-detail-sp table {
  border-collapse: collapse; }
  .spot-detail-sp table td, .spot-detail-sp table th {
    padding: 5px;
    border: 1px solid #999; }
  .spot-detail-sp table th {
    background: #E1F2ED; }

/* --------------------------------------------------
	77. Special contents
-------------------------------------------------- */
.onsen-rank {
  list-style: none;
  margin-bottom: 40px; }
  .onsen-rank li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #666; }

.onsen-rank__title {
  display: table;
  width: 100%;
  font-size: 113%;
  margin-bottom: 10px; }

.onsen-rank__ranking {
  background: #00BCC0;
  display: table-cell;
  padding: 3px 5px;
  width: 40px;
  text-align: center;
  color: #fff; }

.onsen-rank__name {
  display: table-cell;
  font-weight: bold;
  padding-left: 10px; }

.onsen-rank__data {
  display: table;
  width: 100%; }

.onsen-rank__rank-top .onsen-rank__ranking {
  background: #D8B52A;
  height: 45px;
  width: 45px;
  line-height: 45px;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.onsen-rank__rank-top .onsen-rank__name {
  font-size: 113%; }

.onsen-rank__address {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle; }

.onsen-rank__hp {
  display: table-cell;
  width: 48px;
  vertical-align: middle; }

.onsen-rank__map {
  display: table-cell;
  width: 48px;
  padding-left: 10px;
  vertical-align: middle; }

.onsen-list {
  list-style: none;
  display: none; }
  .onsen-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #666; }

.title-toggle {
  background: #00BCC0;
  border: 1px solid #00BCC0;
  padding: 13px 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 119%;
  color: #fff; }
  .title-toggle i {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -0.7em;
    line-height: 1.0; }
  .title-toggle.active {
    background: #fff;
    color: #00BCC0; }
  .title-toggle.active i {
    transform: rotate(180deg);
    top: 60%; }

.award {
  text-align: center; }
  .award p {
    text-align: left;
    padding: 8px 0;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }

.award-small {
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  margin-bottom: 60px;
  width: 360px; }
  .award-small img {
    text-align: left;
    padding: 8px 0;
    width: 100px;
    margin: 0 8px; }

.award-small--title {
  background-image: url(../img/sp/index/bgi--award-top.png);
  background-repeat: no-repeat;
  background-size: 400px;
  height: 52px;
  text-align: left;
  padding: 14px 0 0 72px;
  margin-bottom: 8px;
  box-sizing: border-box;
  width: 310px;
  margin-left: auto;
  margin-right: auto; }

/* --------------------------------------------------
	90. Index
-------------------------------------------------- */
.top-main {
  position: relative; }
  .top-main.flexslider {
    margin: 0; }

.top-main-reserve-btn {
  display: block;
  width: 250px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -125px;
  z-index: 1100; }
  .top-main-reserve-btn img {
    max-width: 100%; }

.top-campaign {
  padding-top: 60px; }

.top-campaign__title {
  display: inline-block;
  padding: 0 20px 0px;
  margin-bottom: 20px;
  border-bottom: 3px double #D8B52A;
  font-weight: bold;
  font-size: 129%;
  color: #D8B52A; }

.top-campaign-list {
  width: 88%;
  margin: 20px auto 60px;
  list-style: none; }
  .top-campaign-list li {
    margin-bottom: 40px;
    line-height: 2;
    text-align: left; }
    .top-campaign-list li img {
      margin-bottom: 10px; }
    .top-campaign-list li a {
      color: #EC6C00; }

.reserve-area {
  background: #00B9BF;
  text-align: center;
  padding: 5px 10px;
  color: #fff; }
  .reserve-area .line--dashed {
    border-color: #fff;
    margin: 10px 0; }
  .reserve-area a {
    color: #fff; }
  .reserve-area a.btn--white {
    color: #00B9BF; }

.reserve-area__tel {
  margin: 0;
  font-size: 171%;
  font-weight: bold; }
  .reserve-area__tel span {
    font-size: 75%; }

.reserve-area__reserve {
  display: block;
  width: 250px;
  margin: 0 auto 10px; }

.top-intro {
  background: url(../img/sp/index/bgi--intro.jpg) right bottom no-repeat;
  -moz-background-size: 155px auto;
  -webkit-background-size: 155px auto;
  background-size: 155px auto;
  text-align: center;
  padding: 30px 0 20px;
  margin-bottom: 40px; }
  .top-intro .lede {
    padding: 0; }
  .top-intro .top-intro__text {
    line-height: 1.8; }

.index .title--page-title {
  margin-left: -5px;
  margin-right: -5px; }

.top-room-img {
  margin: 0 -5px 30px; }

.top-guest-room-list {
  list-style: none; }
  .top-guest-room-list li {
    margin-bottom: 10px; }

.top-point {
  text-align: center;
  margin: 0 0 20px; }
  .top-point img {
    width: 100px;
    display: inline-block;
    margin-bottom: 5px; }

.top-area_guide__slide {
  position: relative;
  /* Direction Nav */ }
  .top-area_guide__slide .slides > li > a {
    display: block;
    margin: 0 30px; }
  .top-area_guide__slide .flex-direction-nav a {
    opacity: 1; }
  .top-area_guide__slide .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: 0; }
  .top-area_guide__slide .flex-direction-nav .flex-prev {
    left: 0; }

/* --------------------------------------------------
	97 article
-------------------------------------------------- */
/* sidebar
----------------------------------- */
.sidebar {
  text-align: left;
  margin-bottom: 20px; }
  .sidebar .sidebar__list {
    list-style: none;
    margin: 0 auto; }
    .sidebar .sidebar__list li {
      margin-bottom: 10px;
      border-bottom: 1px dashed #ddd; }
      .sidebar .sidebar__list li a {
        padding: 7px; }

/* blog footer
----------------------------------- */
.blog-footer .blog-footer__room-plan {
  list-style: none;
  margin-bottom: 20px; }
  .blog-footer .blog-footer__room-plan li {
    margin-bottom: 10px; }

/* --------------------------------------------------
	98. Other
-------------------------------------------------- */
/* for Voice Browser */
.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.dispNone {
  visibility: hidden !important; }

/* --------------------------------------------------
	99. Clearfix
-------------------------------------------------- */
.clearfix:after, .top-campaign-list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .top-campaign-list {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix, * html .top-campaign-list {
  height: 1%; }

.clearfix, .top-campaign-list {
  display: block; }

/* End Hack */

/*# sourceMappingURL=sp.css.map */
