@charset "UTF-8";
/* guest
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.guest .lnaviArea {
  margin-top: -16px;
  border-top: 1px solid #ececec;
  margin-bottom: 64px; }
.guest .listLaytout01 {
  width: 728px;
  margin: auto; }
  .guest .listLaytout01 .linkText {
    display: block;
    color: #555;
    margin-top: 8px; }
  .guest .listLaytout01 h4 {
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 16px; }
    .guest .listLaytout01 h4:first-child {
      margin-top: 0; }
  .guest .listLaytout01 .caution {
    margin-top: 8px; }
  .guest .listLaytout01 table tr:last-child th {
    border-bottom: none; }
  .guest .listLaytout01 table tr:last-child td {
    border-bottom: none; }
  .guest .listLaytout01 .flow ul li {
    display: table;
    width: 100%;
    margin-bottom: 24px;
    position: relative; }
    .guest .listLaytout01 .flow ul li:before {
      content: "";
      background: url(../img/common/btn_arrow_brown_down.png) no-repeat left top;
      background-size: 12px 8px;
      width: 12px;
      height: 8px;
      position: absolute;
      left: 13px;
      top: 50px; }
    .guest .listLaytout01 .flow ul li:last-child {
      margin-bottom: 0; }
      .guest .listLaytout01 .flow ul li:last-child:before {
        display: none; }
    .guest .listLaytout01 .flow ul li .num {
      display: table-cell;
      vertical-align: middle;
      line-height: 1;
      font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
      font-size: 1.8rem;
      font-style: italic;
      width: 40px;
      height: 40px;
      background-color: #f4f3eb;
      position: relative;
      text-align: center; }
    .guest .listLaytout01 .flow ul li .text {
      display: table-cell;
      vertical-align: middle;
      padding-left: 8px;
      line-height: 1.5; }
  .guest .listLaytout01 .priceList ul {
    width: 350px; }
    .guest .listLaytout01 .priceList ul li {
      margin-bottom: 12px;
      line-height: 1.4; }
      .guest .listLaytout01 .priceList ul li .wrap {
        position: relative; }
        .guest .listLaytout01 .priceList ul li .wrap:after {
          content: " ";
          display: block;
          clear: both; }
        .guest .listLaytout01 .priceList ul li .wrap:before {
          content: "";
          width: 100%;
          height: 1px;
          background-color: #dededa;
          position: absolute;
          left: 0;
          top: 50%;
          z-index: -1; }
        .guest .listLaytout01 .priceList ul li .wrap .name {
          float: left;
          background-color: #fff;
          line-height: 1;
          padding-right: 1em; }
          .guest .listLaytout01 .priceList ul li .wrap .name span {
            color: #666;
            font-size: 1.2rem; }
        .guest .listLaytout01 .priceList ul li .wrap .price {
          float: right;
          text-align: right;
          background-color: #fff;
          line-height: 1;
          padding-left: 1em; }
      .guest .listLaytout01 .priceList ul li .caution {
        color: #666666;
        margin-top: 4px; }
.guest .sectionBlock {
  width: 100%; }
  .guest .sectionBlock > p {
    text-align: center;
    margin-bottom: 32px; }
  .guest .sectionBlock .bg {
    margin-top: 16px; }
.guest .facilityArea .bg {
  width: 100%;
  height: 200px;
  background: url(../img/guest/bg01.jpg) no-repeat center center;
  background-size: cover; }
.guest .rentalArea .bg {
  width: 100%;
  height: 200px;
  background: url(../img/guest/bg02.jpg) no-repeat center top;
  background-size: cover; }
.guest .beautyArea .bg {
  width: 100%;
  height: 200px;
  background: url(../img/guest/bg03.jpg) no-repeat center center;
  background-size: cover; }
.guest .baggageArea table tr:last-child th {
  border-bottom: 1px solid #e1e1e1; }
.guest .baggageArea table tr:last-child td {
  border-bottom: 1px solid #e1e1e1; }
.guest .accessArea {
  display: none; }

/* ==========================================================================
    
   sp
   
   ========================================================================== */
@media screen and (max-width: 767px) {
  .guest .lnaviArea {
    margin-top: 0;
    border-top: 1px solid #ececec;
    margin-bottom: 24px; }
  .guest .listLaytout01 {
    width: 100%;
    margin: auto; }
    .guest .listLaytout01 .linkText {
      display: block;
      color: #555;
      margin-top: 8px; }
    .guest .listLaytout01 h4 {
      font-weight: bold;
      margin-bottom: 4px;
      margin-top: 16px; }
      .guest .listLaytout01 h4:first-child {
        margin-top: 0; }
    .guest .listLaytout01 .caution {
      margin-top: 8px; }
    .guest .listLaytout01 table tr:last-child th {
      border-bottom: none; }
    .guest .listLaytout01 table tr:last-child td {
      border-bottom: none; }
    .guest .listLaytout01 .flow ul li {
      display: table;
      width: 100%;
      margin-bottom: 24px;
      position: relative; }
      .guest .listLaytout01 .flow ul li:before {
        content: "";
        background: url(../img/common/btn_arrow_brown_down.png) no-repeat left top;
        background-size: 9px 6px;
        width: 9px;
        height: 6px;
        position: absolute;
        left: 8px;
        top: auto;
        bottom: -16px; }
      .guest .listLaytout01 .flow ul li:last-child {
        margin-bottom: 0; }
        .guest .listLaytout01 .flow ul li:last-child:before {
          display: none; }
      .guest .listLaytout01 .flow ul li .num {
        display: table-cell;
        vertical-align: middle;
        line-height: 1;
        font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
        font-size: 1.2rem;
        font-style: italic;
        width: 24px;
        height: auto;
        background-color: #f4f3eb;
        position: relative;
        text-align: center; }
      .guest .listLaytout01 .flow ul li .text {
        display: table-cell;
        vertical-align: middle;
        padding-left: 8px;
        line-height: 1.5; }
    .guest .listLaytout01 .priceList ul {
      width: auto; }
      .guest .listLaytout01 .priceList ul li {
        margin-bottom: 12px; }
        .guest .listLaytout01 .priceList ul li .wrap {
          overflow: hidden;
          position: relative; }
          .guest .listLaytout01 .priceList ul li .wrap:before {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #dededa;
            position: absolute;
            left: 0;
            top: 50%;
            z-index: -1; }
          .guest .listLaytout01 .priceList ul li .wrap .name {
            float: left;
            background-color: #fff;
            line-height: 1;
            padding-right: 1em; }
          .guest .listLaytout01 .priceList ul li .wrap .price {
            float: right;
            text-align: right;
            background-color: #fff;
            line-height: 1;
            padding-left: 1em; }
        .guest .listLaytout01 .priceList ul li .caution {
          color: #666666;
          margin-top: 4px; }
  .guest .sectionBlock {
    width: 100%; }
    .guest .sectionBlock > p {
      text-align: center;
      margin-bottom: 16px; }
    .guest .sectionBlock .bg {
      margin-top: 16px; }
  .guest .facilityArea .bg {
    width: 100%;
    height: 140px;
    background: url(../img/guest/bg01.jpg) no-repeat center center;
    background-size: cover; }
  .guest .rentalArea .bg {
    width: 100%;
    height: 140px;
    background: url(../img/guest/bg02.jpg) no-repeat center top;
    background-size: cover; }
  .guest .beautyArea .bg {
    width: 100%;
    height: 140px;
    background: url(../img/guest/bg03.jpg) no-repeat center center;
    background-size: cover; }
  .guest .baggageArea table tr:last-child th {
    border-bottom: none; }
  .guest .baggageArea table tr:last-child td {
    border-bottom: 1px solid #e1e1e1; }
  .guest .accessArea {
    display: block;
    border-top: 1px solid #f4f4f2;
    padding-top: 35px; }
  .guest .contactBox {
    display: none; } }
