@charset "UTF-8";
* {
  box-sizing: border-box; }

a:hover, button:hover {
  opacity: 0.8;
  cursor: pointer; }

body {
  letter-spacing: 0.06em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  background: #eaeff2;
  margin: 0 auto; }
  body.owner {
    background: #fff; }

.main-inner {
  position: relative;
  overflow-y: hidden;
  height: 246px; }
  @media screen and (max-width: 414px) {
    .main-inner {
      height: calc(24600vw/414); } }
  .main-inner h1 img, .main-inner h2 img {
    width: calc(28000vw/414) !important;
    /*max-width: 351px;*/
    max-width: 280px;
    height: inherit !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block; }

.lightblue {
  background: #eaeff2; }

.fas.heart {
  font-weight: 900 !important; }

.pc-only {
  display: none; }

.wrapper {
  width: 100%;
  position: relative;
  background: #fff; }

i:before {
  padding-left: 1px; }

input:focus, textarea:focus, radio:focus, checkbox:focus {
  outline: none; }

#main-area {
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }
  #main-area img {
    position: absolute;
    width: inherit; }
    #main-area img.main01 {
      width: 198px;
      top: -11px;
      left: -108px;
      z-index: 1; }
      @media screen and (max-width: 414px) {
        #main-area img.main01 {
          width: calc(19800vw/414);
          top: calc(-1100vw/414);
          left: calc(-10800vw/414); } }
    #main-area img.main02 {
      width: 91px;
      top: auto;
      bottom: -7px;
      left: 65px;
      z-index: 2; }
      @media screen and (max-width: 414px) {
        #main-area img.main02 {
          width: calc(9100vw/414);
          top: auto;
          bottom: calc(-700vw/414);
          left: calc(6500vw/414); } }
    #main-area img.main03 {
      width: 201px;
      top: 18px;
      right: -65px; }
      @media screen and (max-width: 414px) {
        #main-area img.main03 {
          width: calc(20100vw/414);
          top: calc(1800vw/414);
          right: calc(-6500vw/414); } }
  #main-area h1, #main-area h2 {
    padding-top: 65px;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    position: relative;
    z-index: 10;
    max-height: none; }
    @media screen and (max-width: 414px) {
      #main-area h1, #main-area h2 {
        padding-top: calc(6500vw/414); } }
    #main-area h1 img, #main-area h2 img {
      position: static; }
      #main-area h1 img.sp, #main-area h2 img.sp {
        display: block;
        width: 171px !important;
        margin: 0 auto; }
        @media screen and (max-width: 414px) {
          #main-area h1 img.sp, #main-area h2 img.sp {
            width: calc(17100vw/414) !important; } }
      #main-area h1 img.pc, #main-area h2 img.pc {
        display: none; }

main {
  padding-top: 80px; }
  @media screen and (max-width: 414px) {
    main {
      padding-top: calc(8000vw/414); } }
  main area {
    padding: 0 0 50px; }

.area img {
  width: 100%; }

.area-check {
  padding: 0.5em 0;
  border-bottom: 2px solid #eaeff2; }
  .area-check.empty {
    display: none; }
  .area-check label {
    display: flex; }
    .area-check label h5 {
      font-size: 1rem;
      margin-left: 0.5em; }
      .area-check label h5 span {
        font-size: 0.75rem;
        display: block; }

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(../images/check-off.svg) center center no-repeat;
  background-size: 95%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px; }
  input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background: url(../images/check-on.svg) center center no-repeat;
    background-size: 95%; }

input:checked + h5 {
  color: #006075; }

.chinryo-range {
  padding: 10px 20px; }

.ui-widget.ui-widget-content:not(.ui-datepicker) {
  border: none;
  border-radius: 20px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 2px solid #ffffff;
  background: #006075;
  border-radius: 50%;
  box-sizing: border-box; }

.ui-datepicker .ui-state-default {
  border-radius: 0; }

.ui-widget-header:not(.ui-datepicker-header) {
  border: 1px solid #ffffff;
  background: #006075; }

.ui-widget-content:not(.ui-datepicker) {
  background: #eaeff2; }

.ui-slider-horizontal {
  height: 1.8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.1em;
  margin-left: -.6em; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 2em;
  height: 2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

#search-area {
  padding: 20px 0;
  background: #eaeff2; }
  #search-area .inner {
    margin: 0 auto;
    width: 90%; }
  #search-area h2 {
    background: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.8em 0.5em;
    line-height: 1.2rem;
    font-weight: normal;
    font-size: 1.125rem;
    border-bottom: 2px solid #eaeff2;
    border-radius: 10px 10px 0 0; }
    #search-area h2 i {
      color: #006075; }
    #search-area h2 span {
      color: #006075; }
    #search-area h2 a {
      color: #006075;
      text-decoration: none; }
  #search-area ul {
    padding: 0;
    margin: 0; }
    #search-area ul li {
      background: #fff;
      margin: 0;
      padding: 0.8em;
      list-style: none;
      border-bottom: 2px solid #eaeff2; }
      #search-area ul li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #000;
        text-decoration: none;
        position: relative; }
        #search-area ul li a:after {
          content: '';
          border-bottom: 4px solid transparent;
          border-right: 6px solid transparent;
          border-left: 6px solid #006075;
          border-top: 4px solid transparent;
          top: 50%;
          right: 0;
          margin-top: -3px;
          position: absolute; }
        #search-area ul li a h3 {
          margin: 0;
          font-size: 1rem;
          line-height: 1.6rem;
          font-weight: normal; }
        #search-area ul li a div:nth-child(1) {
          width: 75%; }
        #search-area ul li a div:nth-child(2) {
          width: 20%; }
        #search-area ul li a div span:nth-child(2) {
          font-size: 0.7rem;
          font-weight: normal;
          letter-spacing: 0; }
        #search-area ul li a div p {
          font-family: 'Oswald', sans-serif;
          margin: 0;
          text-align: right;
          font-size: 1.2rem;
          letter-spacing: 0;
          padding-right: 1.6rem; }

.search-box {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px; }
  .search-box a {
    text-decoration: none; }
    .search-box a button {
      cursor: pointer; }

.search-btn {
  display: block;
  width: 100%;
  /* height: 50px; */
  line-height: 50px;
  color: #fff;
  font-size: 1.0rem;
  font-weight: normal;
  background: #006075;
  border-radius: 5px;
  text-align: center;
  margin: 20px auto 0 auto;
  position: relative;
  border: none; }
  .search-btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-weight: bold;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 22%; }

.gmap-link {
  text-align: right;
  margin-top: 10px;
}

.gmap-link a {
  color: #006075;
  text-decoration: none;
  font-size: 12px;
}

#news-area {
  background: #fff;
  margin: 0;
  padding: 20px; }
  #news-area .news-wrapper {
    /*border: 1px solid $lightblue;*/ }
    #news-area .news-wrapper input[type="checkbox"] {
      display: none; }
      #news-area .news-wrapper input[type="checkbox"]:checked + .news-header .news-title .news-label:before {
        transform: translateX(-10px) rotate(-45deg); }
      #news-area .news-wrapper input[type="checkbox"]:checked + .news-header .news-title .news-label:after {
        transform: translateX(-2px) rotate(45deg); }
      #news-area .news-wrapper input[type="checkbox"]:checked + .news-header + .news-body {
        display: block;
        padding: 1px 20px;
        border-right: 1px solid #eaeff2;
        border-bottom: 1px solid #eaeff2;
        border-left: 1px solid #eaeff2; }
        #news-area .news-wrapper input[type="checkbox"]:checked + .news-header + .news-body .news-content {
          margin: 20px 0;
          color: #006075;
          font-size: .9rem;
          line-height: 1.75; }
          #news-area .news-wrapper input[type="checkbox"]:checked + .news-header + .news-body .news-content a {
            font-weight: bold;
            color: #006075; }
          #news-area .news-wrapper input[type="checkbox"]:checked + .news-header + .news-body .news-content .news-image {
            position: relative;
            width: 100%;
            height: 0;
            margin: 20px 0;
            padding-top: calc(100%*2/3);
            background: #eaeff2; }
            #news-area .news-wrapper input[type="checkbox"]:checked + .news-header + .news-body .news-content .news-image span {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
    #news-area .news-wrapper .news-header .news-title {
      margin-top: 2px;
      background: #eaeff2;
      color: #006075;
      /*&:first-child {
                    margin-top: 0;
                }*/ }
      #news-area .news-wrapper .news-header .news-title .news-label {
        position: relative;
        display: block;
        padding: 10px 40px 10px 80px; }
        #news-area .news-wrapper .news-header .news-title .news-label:before {
          content: '';
          position: absolute;
          top: 50%;
          right: 10px;
          width: 12px;
          height: 3px;
          background: #006075;
          transform: translateX(-10px) rotate(45deg); }
        #news-area .news-wrapper .news-header .news-title .news-label:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 10px;
          width: 12px;
          height: 3px;
          background: #006075;
          transform: translateX(-2px) rotate(-45deg); }
        #news-area .news-wrapper .news-header .news-title .news-label .news-date {
          position: absolute;
          top: 10px;
          left: 10px;
          color: #000; }
    #news-area .news-wrapper .news-body {
      display: none; }

#navi-area {
  position: relative;
  background: #eaeff2;
  padding: 20px 0; }
  #navi-area:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #eaeff2;
    transform: translateY(50%) rotate(45deg); }
  #navi-area ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    #navi-area ul li {
      border-left: 1px solid #006075; }
      #navi-area ul li:first-child {
        border-left: 0; }
      #navi-area ul li a {
        font-family: 'Oswald', sans-serif;
        font-size: 0.75rem;
        color: #006075;
        padding: 5px;
        text-decoration: none; }

#new-area .search-btn:before, #checked-area .search-btn:before, #projects-area .search-btn:before, #pickup-area .search-btn:before {
  left: 10%; }

#detail-room h2 {
  background: #000;
  color: #fff;
  width: 100% !important;
  font-size: 1.2rem; }

.area {
  background: #fff;
  padding: 50px 0; }
  .area h1, .area h2 {
    text-align: center;
    max-height: 50px;
    width: 90%;
    margin: 0 auto; }
    .area h1 img, .area h2 img {
      width: auto;
      height: 40px; }
  .area p {
    padding: 0 20px; }
  .area .sup {
    padding-top: 0.5em;
    display: block;
    text-align: center;
    font-size: 0.5em;
    font-weight: normal; }
  .area .item-image {
    margin-top: 30px;
    position: relative;
    width: 100%;
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    /*border: 1px solid #d7e1e4;*/ }
    .area .item-image .item-image-wrap {
      position: relative;
      height: 0;
      padding-top: calc(100%/3*2);
      background: #eaeff2; }
      .area .item-image .item-image-wrap .item-image-span {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .area .item-image .item-image-wrap .swiper-pagination {
        bottom: 20px; }
    .area .item-image .swiper-container {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .area .item-image a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .area .item-image img {
      display: block; }
    .area .item-image .five-min {
      display: block;
      position: absolute;
      top: -5px;
      right: 5px;
      font-size: 0.8rem;
      letter-spacing: -.05rem;
      text-align: center;
      background: #eaeff2;
      color: #006075;
      border-radius: 0 0 5px 5px;
      padding: 6px; }
      .area .item-image .five-min:before {
        position: absolute;
        content: '';
        top: 0;
        right: -6px;
        width: 0;
        height: 0;
        border-top: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 3px solid #006075;
        border-left: 3px solid #006075; }
      .area .item-image .five-min span {
        font-size: 1rem; }
        .area .item-image .five-min span img {
          display: inline;
          width: 8px;
          height: 14px;
          vertical-align: middle; }
    .area .item-image .walk-madori {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 0.9rem;
      background: #006075;
      z-index: 2; }
    .area .item-image .madori {
      display: inline-block;
      background: #006075;
      color: #fff;
      padding: 2px 2px 2px 5px;
      font-weight: normal;
      font-family: 'Oswald', sans-serif; }
    .area .item-image .walk {
      display: inline-block;
      background: #eaeff2;
      color: #006075;
      padding: 2px 2px 2px 5px;
      font-weight: normal;
      font-family: 'Oswald', sans-serif; }
      .area .item-image .walk img {
        display: inline-block;
        width: 8px;
        height: 14px;
        vertical-align: bottom; }
  .area .list-detail {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto; }
    .area .list-detail dl, .area .list-detail div.list-detail-title {
      padding-right: 1em;
      border-right: 1px solid #000;
      margin: 0;
      padding: 1rem;
      width: 30%; }
      .area .list-detail dl.blog-list-detail, .area .list-detail div.list-detail-title.blog-list-detail {
        border-right: 0;
        width: 100%; }
      .area .list-detail dl dt, .area .list-detail dl dd,
      .area .list-detail dl .list-detail-title-h, .area .list-detail dl .list-detail-title-meta, .area .list-detail div.list-detail-title dt, .area .list-detail div.list-detail-title dd,
      .area .list-detail div.list-detail-title .list-detail-title-h, .area .list-detail div.list-detail-title .list-detail-title-meta {
        margin: 0;
        padding: 0; }
      .area .list-detail dl dt, .area .list-detail dl .list-detail-title-h, .area .list-detail div.list-detail-title dt, .area .list-detail div.list-detail-title .list-detail-title-h {
        letter-spacing: 0;
        color: #006075;
        font-weight: bold;
        font-size: 1.1rem; }
      .area .list-detail dl dd, .area .list-detail dl .list-detail-title-meta, .area .list-detail div.list-detail-title dd, .area .list-detail div.list-detail-title .list-detail-title-meta {
        padding-top: 0.5em; }
      .area .list-detail dl.list-detail-title, .area .list-detail div.list-detail-title.list-detail-title {
        display: inline-block;
        border-right: 0;
        width: 77.5%;
        padding: .5rem .5rem; }
        .area .list-detail dl.list-detail-title dt, .area .list-detail dl.list-detail-title .list-detail-title-h, .area .list-detail div.list-detail-title.list-detail-title dt, .area .list-detail div.list-detail-title.list-detail-title .list-detail-title-h {
          font-size: 1rem;
          font-weight: bold;
          line-height: 1.4rem;
          color: #000; }
        .area .list-detail dl.list-detail-title h1.list-detail-title-h, .area .list-detail div.list-detail-title.list-detail-title h1.list-detail-title-h {
          background: transparent;
          max-height: none;
          text-align: left; }
        .area .list-detail dl.list-detail-title dd, .area .list-detail dl.list-detail-title .list-detail-title-meta, .area .list-detail div.list-detail-title.list-detail-title dd, .area .list-detail div.list-detail-title.list-detail-title .list-detail-title-meta {
          font-size: 0.75rem;
          letter-spacing: 0.06rem;
          color: #006075; }
          .area .list-detail dl.list-detail-title dd span, .area .list-detail dl.list-detail-title .list-detail-title-meta span, .area .list-detail div.list-detail-title.list-detail-title dd span, .area .list-detail div.list-detail-title.list-detail-title .list-detail-title-meta span {
            white-space: nowrap; }
            .area .list-detail dl.list-detail-title dd span.have-panorama-images, .area .list-detail dl.list-detail-title .list-detail-title-meta span.have-panorama-images, .area .list-detail div.list-detail-title.list-detail-title dd span.have-panorama-images, .area .list-detail div.list-detail-title.list-detail-title .list-detail-title-meta span.have-panorama-images {
              display: block;
              margin-top: 3px; }
              .area .list-detail dl.list-detail-title dd span.have-panorama-images span, .area .list-detail dl.list-detail-title .list-detail-title-meta span.have-panorama-images span, .area .list-detail div.list-detail-title.list-detail-title dd span.have-panorama-images span, .area .list-detail div.list-detail-title.list-detail-title .list-detail-title-meta span.have-panorama-images span {
                background-color: #EBEFF2;
                display: inline-block;
                padding: 2px 4px;
                border-radius: 4px; }
              .area .list-detail dl.list-detail-title dd span.have-panorama-images img, .area .list-detail dl.list-detail-title .list-detail-title-meta span.have-panorama-images img, .area .list-detail div.list-detail-title.list-detail-title dd span.have-panorama-images img, .area .list-detail div.list-detail-title.list-detail-title .list-detail-title-meta span.have-panorama-images img {
                width: 16px;
                vertical-align: -0.2em; }
      .area .list-detail dl.list-detail-station, .area .list-detail div.list-detail-title.list-detail-station {
        display: inline-block;
        border-right: 0;
        width: 22.5%;
        padding: .5rem .5rem .5rem 0;
        z-index: 2; }
        .area .list-detail dl.list-detail-station dt, .area .list-detail div.list-detail-title.list-detail-station dt {
          font-size: .75rem;
          letter-spacing: 0.06rem;
          font-weight: normal;
          text-align: right;
          line-height: 1.5;
          color: #000;
          padding-top: .1em; }
        .area .list-detail dl.list-detail-station dd.favorite, .area .list-detail div.list-detail-title.list-detail-station dd.favorite {
          position: absolute;
          top: 0;
          right: 0;
          bottom: auto;
          text-align: right; }
          .area .list-detail dl.list-detail-station dd.favorite .simplefavorite-button, .area .list-detail div.list-detail-title.list-detail-station dd.favorite .simplefavorite-button {
            display: inline;
            padding-top: 0;
            margin: 0; }
    .area .list-detail ul {
      padding-left: 1em;
      margin-bottom: 0;
      width: 70%;
      position: relative; }
      .area .list-detail ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.3em; }
        .area .list-detail ul li.madori-amount {
          font-size: 0.8rem;
          font-weight: normal;
          padding-top: 0.2em; }
    .area .list-detail .favorite {
      position: absolute;
      bottom: -2px;
      right: 0; }
      .area .list-detail .favorite .simplefavorite-button {
        font-size: 0;
        width: 2.5rem;
        height: 2rem;
        border: 0;
        background: transparent; }
      .area .list-detail .favorite a {
        color: #006075; }
        .area .list-detail .favorite a i {
          font-size: 1.5rem; }
    .area .list-detail .blog-ttl {
      font-weight: bold;
      padding: .5rem; }
  .area ul.list-tag {
    margin: 0;
    padding: 0; }
    .area ul.list-tag li {
      font-size: .9rem;
      display: inline-block;
      background: #eaeff2;
      color: #006075;
      padding: 5px 10px;
      margin: 5px 5px 5px 0;
      border-radius: 5px; }

.room-equipment ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 .5rem; }
  .room-equipment ul li {
    margin: 0 .5rem .5rem 0; }
    .room-equipment ul li a {
      font-size: .8rem;
      text-decoration: none;
      display: block;
      background: #006075;
      color: #fff;
      padding: 2px; }

#map-area {
  padding: 20px 0 0; }
  #map-area iframe {
    width: 100%;
    height: 400px;
    border: 0; }

#flow-area {
  padding: 0 20px;
  line-height: 1.5em;
  font-size: 0.875rem; }
  #flow-area .flow {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #006075;
    font-size: 1.0rem;
    font-weight: normal;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 20px auto 0 auto;
    position: relative;
    border: 1px solid #006075; }
    #flow-area .flow:before, #flow-area .flow:after {
      position: absolute;
      display: block;
      content: '';
      width: 3px;
      background-color: #006075;
      -webkit-transition: .25s all ease;
      transition: .25s all ease;
      border-radius: 10px; }
    #flow-area .flow:before {
      top: 1em;
      right: 20px;
      height: 12px;
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #flow-area .flow:after {
      top: 1em;
      right: 13px;
      height: 12px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  #flow-area table {
    display: none; }
  #flow-area .flow-check-on {
    display: none; }
    #flow-area .flow-check-on:checked + .flow {
      border-radius: 5px 5px 0 0; }
      #flow-area .flow-check-on:checked + .flow:before {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      #flow-area .flow-check-on:checked + .flow:after {
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #flow-area .flow-check-on:checked + .flow + table {
        display: table;
        border-right: 1px solid #006075;
        border-bottom: 1px solid #006075;
        border-left: 1px solid #006075;
        border-radius: 0 0 5px 5px;
        border-collapse: collapse; }
        #flow-area .flow-check-on:checked + .flow + table th {
          position: relative;
          font-size: 1.1rem;
          font-weight: normal;
          text-align: left;
          line-height: 1.5em;
          background: #eaeff2;
          color: #006075;
          padding: 15px 15px 15px 60px; }
          #flow-area .flow-check-on:checked + .flow + table th span {
            position: absolute;
            top: 50%;
            left: 20px;
            font-size: 1.5rem;
            transform: translateY(-50%); }
        #flow-area .flow-check-on:checked + .flow + table td {
          text-align: left;
          line-height: 1.5em;
          padding: 15px; }

#details {
  background: #fff; }
  #details table {
    width: 100%;
    padding: 1em 0; }
    #details table th, #details table td {
      text-align: left;
      height: 1.8em;
      vertical-align: top;
      line-height: 1.5em; }
    #details table th {
      width: 20%; }
    #details table td ul {
      margin: 0;
      padding: 0; }
      #details table td ul li {
        list-style: none; }

#detail-area.area {
  padding-top: 0; }

.items {
  position: relative;
  margin-bottom: 30px; }

.badge {
  position: absolute;
  background: #fcee21;
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  top: 15px;
  left: 15px;
  z-index: 99; }
  .badge span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }

#checked-area {
  background: #eaeff2; }
  #checked-area .sup {
    color: #006075; }
  #checked-area .item-image {
    margin-top: 40px; }

#checked-favorite-area {
  background: #eaeff2;
  padding: 20px 0; }
  #checked-favorite-area .search-box {
    padding: 15px 0; }
    #checked-favorite-area .search-box button {
      margin: 0 auto; }
      #checked-favorite-area .search-box button .icon-search-square-white {
        width: 1em;
        height: 1em;
        margin-right: .25em;
        padding: 0;
        background: transparent;
        fill: #fff;
        transform: translateY(0.25rem); }

#projects-area {
  background: #7fafba; }
  #projects-area .sup {
    color: #fff; }
  #projects-area .item-image {
    margin-top: 40px; }
  #projects-area dt, #projects-area dd, #projects-area li {
    color: #fff;
    font-weight: normal; }
  #projects-area dl {
    border-right: 0;
    width: 100%; }
  #projects-area dt {
    font-size: 1em; }
  #projects-area .search-btn {
    background: #006075;
    border: none; }
  #projects-area .list-detail .blog-ttl {
    color: #fff; }

footer {
  position: relative;
  min-height: 500px;
  background-color: #fff; }
  footer .h1 {
    margin: 0;
    padding: 50px 0 30px 0;
    text-align: center; }
    footer .h1 a img {
      width: 96px; }
  footer nav ul {
    margin: 0;
    padding: 0; }
    footer nav ul li {
      list-style: none;
      text-align: center;
      padding: 0.5em 0; }
      footer nav ul li a {
        color: #000;
        text-decoration: none; }
  footer .footer-sns {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0;
    padding: 0 0.5em; }
    footer .footer-sns li {
      width: 32%;
      list-style: none; }
      footer .footer-sns li a {
        color: #000;
        display: block;
        border-radius: 5px;
        background: #eaeff2;
        padding: 0.1em 0;
        text-align: center;
        font-size: 2rem; }
  footer small {
    display: block;
    text-align: center;
    color: #000;
    font-size: 0.6rem;
    padding: 30px 0; }
  footer .ft01, footer .ft02, footer .ft03 {
    position: absolute; }
  footer .ft01 {
    width: calc(10000vw/414);
    max-width: 100px;
    top: 30%;
    left: 0; }
  footer .ft02 {
    width: calc(12000vw/414);
    max-width: 100px;
    bottom: 22%;
    right: 0; }
  footer .ft03 {
    width: calc(12000vw/414);
    max-width: 120px;
    top: 5%;
    right: 0; }

#detail-main, #detail-room {
  padding-bottom: 30px; }
  #detail-main h2, #detail-room h2 {
    width: 100%;
    background: #000;
    padding: 0.5em 0;
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: normal; }
  #detail-main .item-image, #detail-room .item-image {
    margin-top: 0; }

body.contact .area, body.parking-form .area {
  background: #eaeff2; }

h2.archive-ttl {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #000;
  margin: 0;
  letter-spacing: 0.1rem;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 3rem; }
  h2.archive-ttl.favorite-ttl {
    color: #006075; }
    h2.archive-ttl.favorite-ttl .icon-heart-true {
      transform: translateY(-0.1em); }
  h2.archive-ttl.checked-ttl {
    color: #006075; }
    h2.archive-ttl.checked-ttl img {
      width: .6em;
      height: .6em;
      transform: translateY(-0.1em); }
  h2.archive-ttl.blog-ttl {
    color: #fff;
    /*img {
            width: .6em;
            height: .6em;
            transform: translateY(-.1em);
        }*/ }
  h2.archive-ttl .sup {
    font-size: .75rem;
    color: #fff; }

.archive-navi {
  display: none; }

.other-page h1 {
  width: 100%;
  background: #000;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: normal;
  font-size: 1.2rem; }
  .other-page h1.archive-ttl {
    padding: 0;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 3rem; }
    .other-page h1.archive-ttl.favorite-ttl {
      color: #006075; }
      .other-page h1.archive-ttl.favorite-ttl .icon-heart-true {
        transform: translateY(-0.1em); }
    .other-page h1.archive-ttl.checked-ttl {
      color: #006075; }
      .other-page h1.archive-ttl.checked-ttl img {
        width: .6em;
        height: .6em;
        transform: translateY(-0.1em); }
    .other-page h1.archive-ttl.search-ttl {
      color: #006075;
      font-size: 2rem;
      text-align: left;
      padding: 0 .25em; }
      .other-page h1.archive-ttl.search-ttl .icon-search-blue {
        width: .8em;
        height: .8em;
        transform: translateY(-0.1em); }
    .other-page h1.archive-ttl span {
      font-size: .75rem;
      color: #fff; }

.other-page .search-meta .search-ttl-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .other-page .search-meta .search-ttl-wrap .search-count {
    width: 4em;
    padding-right: .5em;
    font-size: 2rem;
    font-family: 'Oswald', sans-serif;
    color: #006075;
    text-align: right; }

.other-page .search-meta .search-condition {
  margin-top: 1em;
  padding: 1em;
  background: #eaeff2; }
  .other-page .search-meta .search-condition dl {
    margin: .5em 0;
    padding-left: 1em;
    line-height: 1.25; }
    .other-page .search-meta .search-condition dl dt {
      display: inline;
      color: #006075;
      margin-left: -1em; }
    .other-page .search-meta .search-condition dl dd {
      display: inline;
      margin: 0; }
      .other-page .search-meta .search-condition dl dd span {
        white-space: nowrap; }
        .other-page .search-meta .search-condition dl dd span:after {
          content: '、'; }
        .other-page .search-meta .search-condition dl dd span:last-child:after {
          content: ''; }
  .other-page .search-meta .search-condition .search-more {
    text-align: right; }
    .other-page .search-meta .search-condition .search-more a {
      color: #006075;
      text-decoration: none; }

.blog-page .blog-detail h1 {
  width: 100%;
  background: #000;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: normal;
  font-size: 1.2rem; }

.blog-page .blog-detail .blog-nav {
  background: #eaeff2; }
  .blog-page .blog-detail .blog-nav ul {
    width: 100%;
    /*max-width: 1200px;*/
    display: flex;
    padding: 0;
    margin: 0 auto;
    flex-wrap: nowrap;
    list-style-type: none; }
    .blog-page .blog-detail .blog-nav ul li.blog-prev {
      position: relative;
      width: 25%; }
      .blog-page .blog-detail .blog-nav ul li.blog-prev a {
        text-align: left;
        padding-left: 30px; }
        .blog-page .blog-detail .blog-nav ul li.blog-prev a:before {
          content: "◀";
          color: #006075;
          position: absolute;
          left: 10px;
          top: 50%;
          font-size: 0.8rem;
          transform: translateY(-50%); }
    .blog-page .blog-detail .blog-nav ul li.blog-top {
      text-align: center;
      width: 50%; }
    .blog-page .blog-detail .blog-nav ul li.blog-next {
      position: relative;
      width: 25%; }
      .blog-page .blog-detail .blog-nav ul li.blog-next a {
        text-align: right;
        padding-right: 30px; }
        .blog-page .blog-detail .blog-nav ul li.blog-next a:before {
          content: "▶︎";
          color: #006075;
          position: absolute;
          right: 10px;
          top: 50%;
          font-size: 0.8rem;
          transform: translateY(-50%); }
    .blog-page .blog-detail .blog-nav ul li a {
      display: block;
      color: #006075;
      text-decoration: none;
      height: 50px;
      line-height: 50px; }

.blog-page .blog-detail .inner {
  padding-top: 30px; }
  .blog-page .blog-detail .inner .blog-date {
    text-align: right;
    color: #006075;
    padding-bottom: 10px; }
  .blog-page .blog-detail .inner .blog-img {
    width: 100%;
    border: 5px solid #eaeff2; }
    .blog-page .blog-detail .inner .blog-img img {
      width: 100%;
      height: auto; }

.blog-page .blog-main {
  padding: 30px 0;
  background-color: #fff; }
  .blog-page .blog-main .blog-content .blog-txt {
    line-height: 1.5;
    padding: 0 20px; }
    .blog-page .blog-main .blog-content .blog-txt img {
      max-width: 100%;
      height: auto; }
  .blog-page .blog-main .blog-content .blog-category,
  .blog-page .blog-main .blog-content .blog-tag {
    font-size: .9rem;
    padding: 10px 20px; }
    .blog-page .blog-main .blog-content .blog-category span,
    .blog-page .blog-main .blog-content .blog-tag span {
      font-family: 'Oswald', sans-serif;
      color: #006075; }
    .blog-page .blog-main .blog-content .blog-category ul,
    .blog-page .blog-main .blog-content .blog-tag ul {
      display: inline;
      list-style-type: none;
      padding: 0; }
      .blog-page .blog-main .blog-content .blog-category ul li,
      .blog-page .blog-main .blog-content .blog-tag ul li {
        display: inline;
        padding-right: 1em; }
        .blog-page .blog-main .blog-content .blog-category ul li a,
        .blog-page .blog-main .blog-content .blog-tag ul li a {
          text-decoration: none;
          color: #006075; }
  .blog-page .blog-main .blog-side {
    line-height: 1.5;
    padding: 0 20px; }
    .blog-page .blog-main .blog-side .blog-side-ttl {
      font-family: 'Oswald', sans-serif;
      background-color: #eaeff2;
      color: #006075;
      padding: 5px;
      margin: 15px 0; }
    .blog-page .blog-main .blog-side ul {
      list-style-type: none;
      padding: 0 0 20px; }
      .blog-page .blog-main .blog-side ul li a {
        font-size: .9rem;
        text-decoration: none;
        color: #006075; }
    .blog-page .blog-main .blog-side .blog-side-tag ul li {
      display: inline;
      white-space: nowrap;
      padding-right: 1em; }

/*.title-back {
    display: block;
    text-align: center;
    background: $lightblue;
    color: $darkblue;
    font-weight: bold;
    font-size: 1.2rem;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-decoration: none;

    &:before {
        content: "◀";
        color: $darkblue;
        position: absolute;
        left: 10px;
        top: 0;
        font-size: 0.8rem;
    }
}*/
#contact-main {
  padding-top: 52px;
  padding-bottom: 0;
  background: #eaeff2; }
  #contact-main h1 {
    width: 100%;
    background: #000;
    padding: 0.5em 0;
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: normal;
    font-size: 1.2rem; }
  #contact-main p {
    padding: 20px;
    line-height: 1.8em;
    letter-spacing: 0.2em;
    font-size: 0.9em;
    margin: 0; }
    #contact-main p.contact-message {
      padding-top: 50px; }
    #contact-main p span {
      color: #f15a24; }

.contact-formarea {
  padding: 20px; }
  .contact-formarea h2 {
    text-align: left;
    color: #006075;
    font-size: 1.5rem;
    margin: 0;
    max-height: none; }
    .contact-formarea h2 span {
      color: #000;
      padding-left: 1em;
      font-weight: normal;
      font-size: 0.8rem; }
  .contact-formarea h4 {
    font-size: 1rem;
    margin: 0;
    padding: 10px 0; }
    .contact-formarea h4:first-child {
      padding: 0 0 10px; }
  .contact-formarea fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
    .contact-formarea fieldset:not(:first-child) > h4:first-child {
      padding-top: 10px; }
  .contact-formarea.form-line {
    border-top: 2px dotted #006075; }
  .contact-formarea .balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 1em 10px;
    min-width: 100%;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: #618d9d;
    text-align: center;
    border-radius: 10px; }
    .contact-formarea .balloon1 span {
      letter-spacing: .2rem;
      line-height: 1.5em; }
  .contact-formarea .count span.mwform-radio-field-text,
  .contact-formarea .count label.radio-label {
    margin-bottom: 0.5em; }
  .contact-formarea .balloon1:before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #618d9d; }
  .contact-formarea .balloon1-sup {
    color: #006075;
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    line-height: 1.5em; }
  .contact-formarea div {
    padding: 10px 0;
    /* ラジオボタン01 */ }
    .contact-formarea div .select-wrap:before {
      z-index: 1;
      position: absolute;
      right: 0;
      top: 0;
      font-family: "Font Awesome 5 Free";
      content: "\f078";
      font-weight: bold;
      line-height: 40px;
      color: #fff;
      pointer-events: none;
      background: #006075;
      display: block;
      width: 40px;
      text-align: center;
      border-radius: 0 10px 10px 0; }
    .contact-formarea div .select-wrap {
      position: relative;
      padding: 0; }
    .contact-formarea div select {
      outline: none;
      -moz-appearance: none;
      text-indent: 0.01px;
      text-overflow: '';
      background: none transparent;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      -webkit-appearance: button;
      -moz-appearance: button;
      appearance: button;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 40px;
      padding: 0.5em;
      background: #fff;
      border: 1px solid #006075;
      color: #828c9a;
      width: 100%;
      border-radius: 10px; }
    .contact-formarea div select option {
      background-color: #fff;
      color: #333;
      width: 100%; }
    .contact-formarea div select::-ms-expand {
      display: none; }
    .contact-formarea div select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #828c9a; }
    .contact-formarea div input[type="text"], .contact-formarea div input[type="email"] {
      border: none;
      height: 40px;
      padding: 0.5em;
      border-radius: 5px;
      width: 100%;
      letter-spacing: 0.2em; }
      .contact-formarea div input[type="text"]#name-yosan, .contact-formarea div input[type="email"]#name-yosan {
        width: 90%; }
      .contact-formarea div input[type="text"]#n-work-years, .contact-formarea div input[type="text"]#n-user-work-years, .contact-formarea div input[type="email"]#n-work-years, .contact-formarea div input[type="email"]#n-user-work-years {
        width: 4em; }
      .contact-formarea div input[type="text"]::placeholder, .contact-formarea div input[type="email"]::placeholder {
        color: #ccc; }
    .contact-formarea div .yen, .contact-formarea div .nen {
      padding-left: 0.4em;
      color: #006075; }
    .contact-formarea div .note {
      font-size: .8em;
      margin-top: 10px;
      display: block;
      padding: 0; }
    .contact-formarea div p.lead {
      font-size: .9em;
      line-height: 1.8;
      padding: 0; }
    .contact-formarea div textarea {
      border: none;
      height: 120px;
      padding: 0.5em;
      border-radius: 5px;
      width: 100%;
      letter-spacing: 0.2em; }
      .contact-formarea div textarea::placeholder {
        color: #ccc; }
    .contact-formarea div input[type="radio"] {
      display: none; }
    .contact-formarea div input[type="file"] {
      width: 100%; }
    .contact-formarea div span.mwform-radio-field + .mwform-radio-field {
      margin-left: 0; }
    .contact-formarea div span.mwform-checkbox-field + .mwform-checkbox-field {
      margin-left: 0; }
    .contact-formarea div span.mwform-checkbox-field input[type=checkbox] {
      background-color: #fff;
      margin: 0 0 0 5px; }
    .contact-formarea div span.mwform-checkbox-field-text {
      font-size: 1.2rem;
      vertical-align: middle;
      color: inherit;
      padding: 0 0 0 5px; }
    .contact-formarea div span.mwform-radio-field-text {
      font-size: 1.2rem;
      vertical-align: middle;
      color: inherit;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      padding: 5px 20px 5px 40px;
      position: relative;
      width: auto; }
      .contact-formarea div span.mwform-radio-field-text::before {
        background: #fff;
        border: 1px solid #006075;
        border-radius: 50%;
        content: '';
        display: block;
        height: 25px;
        left: 5px;
        margin-top: -8px;
        position: absolute;
        top: 35%;
        width: 25px; }
      .contact-formarea div span.mwform-radio-field-text::after {
        background: #006075;
        border-radius: 50%;
        content: '';
        display: block;
        height: 18px;
        left: 9px;
        margin-top: -4px;
        opacity: 0;
        position: absolute;
        top: 36%;
        width: 18px; }
    .contact-formarea div span.mwform-zip-field input[type=text] {
      width: 5em;
      display: inline-block; }
    .contact-formarea div span.mwform-tel-field input[type=text] {
      width: 5em;
      display: inline-block; }
    .contact-formarea div label.radio-label {
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      padding: 5px 30px;
      position: relative;
      width: auto; }
      .contact-formarea div label.radio-label::before {
        background: #fff;
        border: 1px solid #006075;
        border-radius: 50%;
        content: '';
        display: block;
        height: 25px;
        left: 5px;
        margin-top: -8px;
        position: absolute;
        top: 35%;
        width: 25px; }
      .contact-formarea div label.radio-label::after {
        background: #006075;
        border-radius: 50%;
        content: '';
        display: block;
        height: 18px;
        left: 9px;
        margin-top: -4px;
        opacity: 0;
        position: absolute;
        top: 36%;
        width: 18px; }
    .contact-formarea div input[type="radio"]:checked + span.mwform-radio-field-text::after,
    .contact-formarea div input[type="radio"]:checked + label.radio-label::after {
      opacity: 1; }
    .contact-formarea div div.single-label-wrap {
      padding: 0; }
    .contact-formarea div label {
      color: #006075;
      font-size: 0.8rem;
      padding-bottom: 1em; }
      .contact-formarea div label.single-label {
        display: block; }
      .contact-formarea div label.radio-label {
        font-size: 1.2rem;
        vertical-align: middle;
        padding-right: 20px;
        padding-left: 40px; }
      .contact-formarea div label span {
        color: #f15a24; }
    .contact-formarea div h2 span.mwform-radio-field {
      padding-left: 0; }
      .contact-formarea div h2 span.mwform-radio-field label {
        padding-bottom: 0; }
    .contact-formarea div h2 span.mwform-radio-field-text {
      font-size: 1.5rem;
      vertical-align: middle;
      padding-right: 0;
      padding-left: 0;
      cursor: default; }
      .contact-formarea div h2 span.mwform-radio-field-text:before, .contact-formarea div h2 span.mwform-radio-field-text:after {
        content: none; }
    .contact-formarea div div:first-child {
      padding: 0 0 10px; }

.mw_wp_form_confirm .contact-formarea div .note, .mw_wp_form_confirm .contact-formarea div .select-wrap:before {
  display: none; }

.form-line {
  border-top: 2px dotted #006075; }

p.thanks {
  font-size: 1.8rem !important;
  color: #006075;
  text-align: center;
  padding: 50px 20px 30px 20px !important; }

.txt-center {
  text-align: center; }

.to-back {
  text-decoration: none; }
  .to-back button {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 1.0rem;
    font-weight: normal;
    background: #006075;
    border-radius: 5px;
    text-align: center;
    margin: 10px auto 10px auto;
    position: relative;
    border: none; }
    .to-back button:before {
      content: "◀";
      font-weight: bold;
      font-size: 0.8rem;
      position: absolute;
      top: 0;
      left: 10px; }

.to-link {
  text-decoration: none; }
  .to-link button {
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    background: #006075;
    border-radius: 5px;
    text-align: center;
    margin: 10px auto 10px auto;
    position: relative;
    border: none; }
    @media screen and (max-width: 320px) {
      .to-link button {
        font-size: .95rem;
        letter-spacing: -.05rem;
        padding-right: 20px; } }
    .to-link button:after {
      content: "▲";
      font-weight: bold;
      font-size: 0.8rem;
      position: absolute;
      top: 0;
      right: 10px;
      transform: rotate(90deg); }

.owner-contact .to-link {
  text-decoration: none; }
  .owner-contact .to-link button {
    display: block;
    width: 100%;
    height: 3rem;
    line-height: 2.7rem;
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    font-weight: normal;
    background: #006075;
    border-radius: 5px;
    text-align: center;
    margin: 10px auto 10px auto;
    position: relative;
    border: none; }
    .owner-contact .to-link button:after {
      content: "";
      font-weight: bold;
      font-size: 0.8rem;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -5px;
      border-left: 6px solid #fff;
      border-top: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid transparent; }

.send-btn-wrap {
  position: relative;
  margin: 10px auto 10px auto;
  padding: 0; }
  .send-btn-wrap:after {
    content: "";
    font-weight: bold;
    font-size: 0.8rem;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    border-left: 6px solid #fff;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent; }

.back-btn {
  display: block;
  width: 100%;
  /* height: 50px; */
  line-height: 50px;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  background: #000;
  border-radius: 5px;
  text-align: center;
  margin: 10px auto 10px auto;
  position: relative;
  border: none; }

.send-btn {
  display: block;
  width: 100%;
  /* height: 50px; */
  line-height: 50px;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  font-weight: normal;
  background: #006075;
  border-radius: 5px;
  text-align: center;
  margin: 10px auto 10px auto;
  position: relative;
  border: none; }

.route {
  /* margin-top: 20px;*/
  background: #f2f2f2;
  padding: 0.6rem 1.5rem; }
  .route ul {
    margin: 0;
    padding: 0; }
    .route ul li {
      list-style: none;
      font-size: 0.875rem;
      padding: 0.2em 0; }

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fcee21 !important; }

.swiper-container .swiper-button-prev {
  display: none; }

.swiper-container .swiper-button-next {
  display: none; }

.other-page {
  padding-top: 37px; }
  .other-page .pages {
    padding-top: 80px; }
    .other-page .pages h2 {
      margin-bottom: 50px; }
    .other-page .pages .pagination {
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
      margin-bottom: 2em; }
      .other-page .pages .pagination .to-next {
        width: 49%;
        text-decoration: none; }
        .other-page .pages .pagination .to-next button {
          display: block;
          width: 100%;
          /*height: 50px;*/
          line-height: 50px;
          color: #fff;
          font-size: 1.0rem;
          font-weight: normal;
          letter-spacing: 0.06rem;
          background: #006075;
          border-radius: 5px;
          text-align: center;
          margin: 10px auto 10px auto;
          position: relative;
          border: none; }
          .other-page .pages .pagination .to-next button:after {
            content: "";
            font-weight: bold;
            font-size: 0.75rem;
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -5px;
            border-left: 6px solid #fff;
            border-top: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid transparent; }
      .other-page .pages .pagination .to-prev {
        width: 49%;
        text-decoration: none; }
        .other-page .pages .pagination .to-prev button {
          display: block;
          width: 100%;
          /*height: 50px;*/
          line-height: 50px;
          color: #fff;
          font-size: 1.0rem;
          font-weight: normal;
          letter-spacing: 0.06rem;
          background: #006075;
          border-radius: 5px;
          text-align: center;
          margin: 10px auto 10px auto;
          position: relative;
          border: none; }
          .other-page .pages .pagination .to-prev button:before {
            content: "";
            font-weight: bold;
            font-size: 0.75rem;
            position: absolute;
            top: 50%;
            left: 10px;
            margin-top: -5px;
            border-right: 6px solid #fff;
            border-top: 5px solid transparent;
            border-left: 5px solid transparent;
            border-bottom: 5px solid transparent; }

.other-area h2 {
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
  letter-spacing: 0.1rem;
  max-height: inherit;
  width: inherit;
  height: inherit; }
  .other-area h2.detail-ttl {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 1.875rem;
    letter-spacing: 0.2rem;
    /*  padding-left: 20px; */ }
    .other-area h2.detail-ttl .sup {
      font-size: .75rem;
      color: #000;
      text-align: center;
      letter-spacing: 0.4em; }
  .other-area h2.detail-ttl-center {
    width: 100%;
    text-align: center;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    font-size: 1.6rem; }
    .other-area h2.detail-ttl-center .sup {
      font-size: .75rem;
      color: #000;
      text-align: center; }
  .other-area h2 img {
    height: inherit; }
  .other-area h2 .sup {
    padding-top: 0.5em;
    display: block;
    text-align: center;
    font-size: 0.5em;
    font-weight: normal; }

.other-area .item-image {
  margin-top: 0; }
  .other-area .item-image div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#floors-area {
  background: #fff; }
  #floors-area .room a {
    display: block;
    color: inherit;
    text-decoration: none; }
  #floors-area .room ul {
    display: flex;
    justify-content: left;
    position: relative;
    margin: 0;
    padding: 0;
    background: #eaeff2; }
    #floors-area .room ul:after {
      position: absolute;
      right: 5px;
      content: '';
      border-bottom: 4px solid transparent;
      border-right: 6px solid transparent;
      border-left: 6px solid #006075;
      border-top: 4px solid transparent;
      top: 50%;
      margin-top: -3px; }
    #floors-area .room ul li {
      margin: 0;
      padding: 0 0.2em;
      list-style: none;
      letter-spacing: 0.05rem;
      vertical-align: middle;
      /* height: 50px; */
      line-height: 40px;
      font-family: 'Oswald', sans-serif; }
      #floors-area .room ul li:nth-child(1) {
        background: #006075;
        color: #fff;
        font-size: 1.5rem;
        width: 17%;
        text-align: center; }
        @media screen and (max-width: 400px) {
          #floors-area .room ul li:nth-child(1) {
            font-size: 1.3rem; } }
      #floors-area .room ul li:nth-child(2) {
        font-weight: normal;
        font-size: 1.5rem;
        width: 30%;
        text-align: left; }
        @media screen and (max-width: 400px) {
          #floors-area .room ul li:nth-child(2) {
            font-size: 1.3rem; } }
      #floors-area .room ul li:nth-child(3) {
        font-size: 0.8rem;
        font-weight: normal;
        width: 17%;
        text-align: left; }
      #floors-area .room ul li:nth-child(4) {
        font-size: 1.5rem;
        letter-spacing: 0.06rem;
        font-weight: normal;
        padding-right: 40px;
        width: 36%;
        text-align: left; }
        @media screen and (max-width: 400px) {
          #floors-area .room ul li:nth-child(4) {
            font-size: 1.3rem; } }
  #floors-area .room p {
    margin: 0;
    padding: 0.3rem 0.5rem 0.4rem 0.5rem;
    font-size: 0.75rem;
    color: #006075; }
    #floors-area .room p span.have-panorama-images {
      display: inline-block;
      background-color: #EBEFF2;
      display: inline-block;
      padding: 2px 4px;
      border-radius: 4px; }
      #floors-area .room p span.have-panorama-images img {
        width: 16px;
        vertical-align: -0.2em; }
  #floors-area .room.r-off ul {
    background: #f2f2f2; }
    #floors-area .room.r-off ul:after {
      content: none; }
    #floors-area .room.r-off ul li:nth-child(1) {
      background: #f2f2f2;
      color: #618d9d;
      font-size: 1.5rem;
      width: 17%; }
      @media screen and (max-width: 400px) {
        #floors-area .room.r-off ul li:nth-child(1) {
          font-size: 1.3rem; } }
    #floors-area .room.r-off ul li:nth-child(2) {
      font-weight: normal;
      font-size: 1.5rem;
      color: #618d9d;
      width: 30%;
      text-align: left; }
      @media screen and (max-width: 400px) {
        #floors-area .room.r-off ul li:nth-child(2) {
          font-size: 1.3rem; } }
    #floors-area .room.r-off ul li:nth-child(3) {
      font-size: 0.8rem;
      font-weight: normal;
      color: #618d9d;
      width: 17%;
      text-align: left; }
    #floors-area .room.r-off ul li:nth-child(4) {
      font-size: 1.5rem;
      font-weight: normal;
      padding-right: 0;
      color: #618d9d;
      width: 36%; }
      @media screen and (max-width: 400px) {
        #floors-area .room.r-off ul li:nth-child(4) {
          font-size: 1.3rem; } }

#contents-area {
  background: #fff;
  padding: 30px 0; }
  #contents-area div {
    background: #eaeff2;
    padding: 20px;
    position: relative; }
    #contents-area div:after {
      content: " ";
      border-top: 20px solid transparent;
      border-right: 20px solid #fff;
      border-bottom: 20px solid #fff;
      border-left: 20px solid transparent;
      position: absolute;
      bottom: 0;
      right: 0; }
    #contents-area div a {
      color: inherit;
      text-decoration: none; }
    #contents-area div img {
      display: block;
      width: 100%;
      padding-bottom: 20px; }
    #contents-area div h3 {
      width: 90%;
      margin: 0;
      color: #006075;
      position: relative; }
      #contents-area div h3:after {
        content: "▶";
        color: #006075;
        position: absolute;
        font-size: 0.8rem;
        right: -40px;
        top: 22px; }
      #contents-area div h3 span {
        color: #000;
        font-size: 0.8rem;
        display: block;
        padding-bottom: 0.5em;
        font-weight: normal; }

.favorite-box {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px; }
  .favorite-box .icon-heart-true,
  .favorite-box .icon-heart-false {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    margin-right: 0.5em; }

.simplefavorite-button,
.favorite-btn {
  display: block;
  width: 100%;
  /*height: 50px;*/
  line-height: 2rem;
  color: #006075;
  font-size: 1.0rem;
  font-weight: normal;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 20px auto 0 auto;
  position: relative;
  border: 1px solid #006075; }
  .simplefavorite-button:before,
  .favorite-btn:before {
    /*font-family: "Font Awesome 5 Free";
        content: "\f004";
        font-size: 1.5rem;
        position: absolute;
        top: 0;
        left: 22%;*/ }
    @media screen and (max-width: 400px) {
      .simplefavorite-button:before,
      .favorite-btn:before {
        left: 18%; } }
  .simplefavorite-button.active:before,
  .favorite-btn.active:before {
    font-weight: 900; }

#medias-area {
  background: #fff;
  padding-top: 30px; }
  #medias-area ul {
    margin: 0;
    padding: 0; }
    #medias-area ul li {
      display: table;
      width: 100%;
      margin: 0;
      padding: 20px;
      border-top: 2px solid #eaeff2; }
      #medias-area ul li h3 {
        display: table-cell;
        width: 55% !important;
        font-weight: normal;
        font-size: 0.9rem;
        margin: 0; }
        #medias-area ul li h3 span {
          display: block;
          padding-top: 0.5em; }
      #medias-area ul li div {
        width: 45%;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }

#contact-area {
  background: #eaeff2;
  padding: 20px; }
  #contact-area.contact-area {
    margin: 0 0 30px; }
  #contact-area p {
    margin: 0;
    padding: 0 0 10px 0;
    color: #006075;
    line-height: 1.5em;
    text-align: center; }
  #contact-area a {
    display: block;
    position: relative;
    border-radius: 5px;
    margin: 10px 0;
    text-decoration: none;
    font-size: 1.3rem; }
    #contact-area a.mail {
      background: #006075;
      color: #fff;
      text-align: center;
      height: 40px;
      line-height: 40px; }
      #contact-area a.mail:after {
        content: "▶";
        color: #fff;
        position: absolute;
        right: 20px;
        top: 0;
        font-size: 0.8rem; }
    #contact-area a.tell {
      background: #fff;
      color: #006075;
      text-align: center;
      height: 40px;
      line-height: 40px;
      font-weight: bold; }
  #contact-area .favorite-box {
    padding-top: 0; }

#detail-contact-area {
  position: fixed;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eaeff2;
  padding: 15px 20px 20px; }
  #detail-contact-area p {
    font-weight: bold;
    margin: 0 -15px;
    padding: 0 0 15px 0;
    color: #006075;
    line-height: 1.5em;
    text-align: center; }
  #detail-contact-area .contact-btn {
    display: flex; }
    #detail-contact-area .contact-btn a {
      width: 50%; }
      #detail-contact-area .contact-btn a.mail {
        margin: 0 10px 0 0;
        padding: 0 20px 0 40px;
        background: #006075 url(../images/contact-mail.svg) 20px center no-repeat;
        background-size: auto 50%;
        color: #fff;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 1.1rem;
        font-weight: normal; }
        @media screen and (max-width: 400px) {
          #detail-contact-area .contact-btn a.mail {
            background: #006075 url(../images/contact-mail.svg) 10px center no-repeat;
            background-size: auto 40%;
            padding: 0 10px 0 20px;
            font-size: 1rem; } }
        @media screen and (max-width: 320px) {
          #detail-contact-area .contact-btn a.mail {
            background: #006075;
            padding: 0 10px 0 0; } }
        #detail-contact-area .contact-btn a.mail:after {
          content: "▶";
          color: #fff;
          position: absolute;
          right: 10px;
          top: 0;
          font-size: 0.7rem; }
      #detail-contact-area .contact-btn a.tell {
        margin: 0 0 0 10px;
        padding: 0 20px 0 30px;
        background: #006075 url(../images/contact-tel.svg) 20px center no-repeat;
        background-size: auto 50%;
        color: #fff;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 1.1rem;
        font-weight: normal; }
        @media screen and (max-width: 400px) {
          #detail-contact-area .contact-btn a.tell {
            background: #006075 url(../images/contact-tel.svg) 10px center no-repeat;
            background-size: auto 40%;
            padding: 0 10px 0 20px;
            font-size: 1rem; } }
        @media screen and (max-width: 320px) {
          #detail-contact-area .contact-btn a.tell {
            background: #006075;
            padding: 0 10px 0 0; } }
        #detail-contact-area .contact-btn a.tell:after {
          content: "▶";
          color: #fff;
          position: absolute;
          right: 10px;
          top: 0;
          font-size: 0.7rem; }
  #detail-contact-area a {
    display: block;
    position: relative;
    border-radius: 5px;
    margin: 10px 0;
    text-decoration: none;
    font-size: 1.3rem; }
    #detail-contact-area a.mail {
      background: #006075;
      color: #fff;
      text-align: center;
      height: 40px;
      line-height: 40px; }
      #detail-contact-area a.mail:after {
        content: "▶";
        color: #fff;
        position: absolute;
        right: 20px;
        top: 0;
        font-size: 0.8rem; }
    #detail-contact-area a.tell {
      background: #fff;
      color: #006075;
      text-align: center;
      height: 40px;
      line-height: 40px;
      font-weight: bold; }

#detail-contact-area-pc {
  display: none; }

#contact-favorite-area {
  text-align: center;
  padding: 0 20px; }
  #contact-favorite-area a {
    display: block;
    position: relative;
    border-radius: 5px;
    margin: 10px auto;
    text-decoration: none;
    font-size: 1.3rem;
    max-width: 400px; }
    #contact-favorite-area a.mail {
      background: #006075;
      color: #fff;
      text-align: center;
      height: 40px;
      line-height: 40px; }
      #contact-favorite-area a.mail:after {
        content: "▶";
        color: #fff;
        position: absolute;
        right: 20px;
        top: 0;
        font-size: 0.8rem; }
    #contact-favorite-area a.favorite-mail {
      margin-bottom: 20px; }

#detail-room {
  /*h1, h2 {
        font-family: 'Oswald', sans-serif;
    }*/ }
  #detail-room .items {
    margin-bottom: 0; }
  #detail-room .room ul {
    display: flex;
    justify-content: left;
    position: relative;
    margin: 0;
    padding: 0;
    background: #eaeff2;
    /*&:after {
                position: absolute;
                right: 5px;
                content: '';
                border-bottom: 4px solid transparent;
                border-right: 6px solid transparent;
                border-left: 6px solid #006075;
                border-top: 4px solid transparent;
                top: 50%;
                margin-top: -3px;
            }*/ }
    #detail-room .room ul li {
      margin: 0;
      padding: 0 0.5em;
      list-style: none;
      letter-spacing: 0.1rem;
      vertical-align: middle;
      height: 40px;
      line-height: 40px; }
      #detail-room .room ul li:nth-child(1) {
        background: #006075;
        color: #fff;
        font-size: 1rem;
        width: 21%;
        height: 100%;
        text-align: center; }
      #detail-room .room ul li:nth-child(2) {
        font-weight: normal;
        font-size: 1.5rem;
        width: 23%;
        text-align: center;
        font-family: 'Oswald', sans-serif; }
      #detail-room .room ul li:nth-child(3) {
        font-size: 0.8rem;
        font-weight: normal;
        width: 17%;
        text-align: left;
        font-family: 'Oswald', sans-serif; }
      #detail-room .room ul li:nth-child(4) {
        font-size: 1.5rem;
        font-weight: normal;
        padding-right: 40px;
        width: 32%;
        text-align: left;
        font-family: 'Oswald', sans-serif; }
  #detail-room .room p {
    margin: 0;
    padding: 1rem;
    font-size: 0.8rem;
    color: #000;
    text-align: center; }

#layout-area {
  background: #fff; }
  #layout-area .room-detail .madori {
    border-top: 1px solid #000; }
    #layout-area .room-detail .madori img {
      width: 100%; }
    #layout-area .room-detail .madori p {
      font-size: 0.8rem;
      padding: 0 20px;
      letter-spacing: 0.2rem;
      line-height: 1.5rem; }
  #layout-area .room-detail .price-area {
    display: flex;
    padding: 30px 20px; }
    @media screen and (max-width: 400px) {
      #layout-area .room-detail .price-area {
        /*display: block;*/
      }
    }
    #layout-area .room-detail .price-area p {
      font-size: 2rem;
      font-weight: bold;
      margin: 0;
      padding-bottom: 0.3em;
      font-family: 'Oswald', sans-serif; }
    #layout-area .room-detail .price-area span {
      display: block;
      font-size: 0.8rem; }
    #layout-area .room-detail .price-area .price-area2 {
      position: relative;
      display: inline-block;
      margin-left: 20px;
	  margin: 14px 0 0 20px;
	  font-size: 1rem;
    }
    @media screen and (max-width: 480px) {
      #layout-area .room-detail .price-area .price-area2 {
        display: block;
        /*margin: 20px 0 0 20px;*/
      }
    }
    #layout-area .room-detail .price-area .price-area2 input[type="checkbox"] {
      display: none;
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-check-on {
      position: relative;
      display: inline-block;
      font-size: 1.05rem;
      font-weight: normal;
      /*padding: 5px 40px 5px 10px;*/
      /*border: 1px solid #000;*/
      /*border-radius: 5px;*/
      padding-right: 35px;
      cursor: pointer;
    }
    @media screen and (max-width: 480px) {
      #layout-area .room-detail .price-area .price-area2 .price-area2-check-on {
        font-size: .9rem;
      }
    }
    /*#layout-area .room-detail .price-area .price-area2 .price-area2-check-on:before {
      content: '';
      position: absolute;
      top: 50%;
      right: 5px;
      width: 12px;
      height: 3px;
      background-color: #004e63;
      transform: translateX(-10px) rotate(45deg);
      transition: .4s;
    }*/
    #layout-area .room-detail .price-area .price-area2 .price-area2-check-on:after {
      content: "";
      position: absolute;
      right: 5px;
      top: 50%;
      border-top: 7px solid transparent;
      border-right: 9px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 9px solid #006075;
      transform: translateY(-50%);
      /*content: '';
      position: absolute;
      top: 50%;
      right: 5px;
      width: 12px;
      height: 3px;
      background-color: #004e63;
      transform: translateX(-2px) rotate(-45deg);
      transition: .4s;*/
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-check-on:hover {
      opacity: .8;
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-check-on span {
      display: inline;
      font-family: 'Oswald',sans-serif;
	  font-size: 1.05rem;
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-back {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      z-index: 10;
      position: fixed;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      background: rgba(0,0,0,0.7);
      transition-duration: 1s;
	  transition-timing-function: ease-in-out;
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-back .price-area2-back-check-on {
      display: block;
      width: 100%;
      height: 100%;
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail {
      position: fixed;
      top: 50%;
      left: 50%;
      visibility: hidden;
      opacity: 0;
      z-index: 11;
      background-color: #fff;
      padding: 55px 5px 15px;
	  border: 1px solid #000;
	  border-radius: 25px;
      transform: translateX(-50%) translateY(-50%);
      transition-duration: 1s;
	  transition-timing-function: ease-in-out;
    }
    #layout-area .room-detail .price-area .price-area2 input[type="checkbox"]:checked ~ .price-area2-check-on ~ .price-area2-back {
      visibility: visible;;
      opacity: 1;
    }
    #layout-area .room-detail .price-area .price-area2 input[type="checkbox"]:checked ~ .price-area2-check-on ~ .price-area2-back ~ .price-area2-detail {
      visibility: visible;;
      opacity: 1;
    }
    @media screen and (max-width: 480px) {
      #layout-area .room-detail .price-area .price-area2 .price-area2-detail {
        /*top: calc(100% + 5px);
        left: 0;
        right: auto;*/
        font-size: 0.95rem;
      }
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail .price-area2-check-on-close {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 30px;
      height: 30px;
      /*border: 1px solid #000;*/
      cursor: pointer;
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail .price-area2-check-on-close:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 28px;
      height: 3px;
      background-color: #000;
      transform: translateX(-14px) rotate(-45deg);
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail .price-area2-check-on-close:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 28px;
      height: 3px;
      background-color: #000;
      transform: translateX(-14px) rotate(45deg);
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail dl {
      display: flex;
      width: 360px;
	  padding: 10px;
      /*margin: 0 0 15px;*/
      margin: 0;
    }
    @media screen and (max-width: 480px) {
      #layout-area .room-detail .price-area .price-area2 .price-area2-detail dl {
        width: 300px;
      }
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail dl:nth-child(2n+1) {
      background-color: #f2f2f2;
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail dl dt {
      width: 260px;
      margin: 0;
      white-space: nowrap;
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail dl dt:before {
      /*content: '■';*/
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail dl dd {
      width: 100px;
      margin: 0;
      text-align: right;
      white-space: nowrap;
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail dl dd span {
      font-family: 'Oswald',sans-serif;
	  font-size: inherit;
	  display: inline;
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail dl.price-area2-total {
      font-weight: bold;
      margin-bottom: 20px;
    }
    /*#layout-area .room-detail .price-area .price-area2 .price-area2-detail dl:last-child {
      margin-top: 15px;
      padding-top: 15px;
      border-top: 1px dashed #000;
    }
    #layout-area .room-detail .price-area .price-area2 .price-area2-detail dl:last-child dt:before {
      content: '■■';
    }*/
  #layout-area .room-detail .room-contents table {
    width: 100%;
    border-collapse: collapse; }
    #layout-area .room-detail .room-contents table tr:nth-child(odd) {
      background: #f2f2f2; }
    #layout-area .room-detail .room-contents table tr th {
      padding: 0.8em 1em;
      width: 30%;
      text-align: left;
      font-weight: normal;
      vertical-align: top; }
    #layout-area .room-detail .room-contents table tr td {
      padding: 0.8em 0; }
      #layout-area .room-detail .room-contents table tr td ul {
        margin: 0;
        padding: 0; }
        #layout-area .room-detail .room-contents table tr td ul li {
          list-style: none;
          padding-bottom: 1em;
          padding-right: 1em; }
          #layout-area .room-detail .room-contents table tr td ul li span {
            white-space: nowrap; }

.title-back {
  display: block;
  text-align: center;
  background: #eaeff2;
  color: #006075;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-decoration: none; }
  .title-back:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 18px;
    border-top: 6px solid transparent;
    border-right: 8px solid #006075;
    border-bottom: 6px solid transparent;
    border-left: 8px solid transparent; }
  .title-back span {
    display: block;
    width: 100%;
    max-width: 1080px;
    height: 100%;
    margin: 0 auto; }

.title-map {
  display: block;
  width: 100%;
  max-width: 1080px;
  height: 0;
  margin: 0 auto;
  text-align: right; }
  .title-map a {
    position: relative;
    top: -50px;
    display: inline-block;
    width: 50px;
    height: 50px; }
    .title-map a img {
      width: 19px;
      height: 31px;
      margin: 9px 11px 10px 10px; }

#equipment-area {
  background: #f2f2f2;
  padding-top: 30px; }
  #equipment-area p {
    margin: 0 20px 10px 20px;
    background: #fff;
    color: #000;
    padding: 1em;
    border-radius: 5px; }
  #equipment-area ul {
    margin: 0;
    padding: 0; }
    #equipment-area ul li {
      list-style: none;
      margin: 0 20px 10px 20px;
      text-align: center;
      background: #fff;
      color: #000;
      padding: 1em 0;
      border-radius: 5px;
      font-size: 0.8em; }
      #equipment-area ul li:nth-child(n+10) {
        display: none; }
  #equipment-area label {
    position: relative;
    display: block;
    height: 3em;
    margin-top: -10px; }
    #equipment-area label:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 3px;
      background: #004e63;
      transform: translateX(-10px) rotate(45deg); }
    #equipment-area label:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 3px;
      background: #004e63;
      transform: translateX(-2px) rotate(-45deg); }
  #equipment-area .equipment-check {
    display: none; }
    #equipment-area .equipment-check:checked + ul li:nth-child(n+10) {
      display: block; }
    #equipment-area .equipment-check:checked + ul + label {
      /*display: none;*/ }
      #equipment-area .equipment-check:checked + ul + label:before {
        transform: translateX(-10px) rotate(-45deg); }
      #equipment-area .equipment-check:checked + ul + label:after {
        transform: translateX(-2px) rotate(45deg); }

#favorite-area {
  background: #fff;
  padding: 20px 0; }
  #favorite-area .favorite-box {
    padding-top: 0; }
    #favorite-area .favorite-box .favorite-btn {
      margin-top: 0; }

#agreement-area {
  background: #fff;
  padding: 30px 0; }
  #agreement-area .agreement-contents table {
    width: 100%; }
    #agreement-area .agreement-contents table tr th, #agreement-area .agreement-contents table tr td {
      display: block; }
    #agreement-area .agreement-contents table tr th {
      background: #f2f2f2;
      padding: 0.8em 2em;
      width: 100%;
      text-align: left;
      font-weight: normal;
      vertical-align: top; }
    #agreement-area .agreement-contents table tr td {
      padding: 0.8em 2em; }
      #agreement-area .agreement-contents table tr td ul {
        margin: 0;
        padding: 0; }
        #agreement-area .agreement-contents table tr td ul li {
          list-style: none;
          padding-bottom: 1em; }

h2.owner-message {
  color: #006075;
  padding: 3rem 0;
  margin: 0;
  line-height: 1.5em;
  max-height: inherit;
  width: 100%; }

#owner-main .inner {
  border-bottom: 1px solid #006075;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px; }

#owner-main .area-col2 img {
  display: block;
  padding-bottom: 30px; }

#owner-main .area-col2 p {
  margin-top: 0;
  margin-bottom: 2em;
  letter-spacing: 0.15em;
  line-height: 1.8rem; }

.contact form {
  width: 100%;
  background: #eaeff2;
  display: block; }

#pickup-area h1,
#favorite-area h1,
#new-area h1,
#checked-area h1 {
  background: none; }

#pickup-area.detail-pickup-area .inner {
  width: 90%;
  margin: 0 auto; }

ul.company-menu {
  text-align: center;
  background: #eaeff2;
  height: 50px;
  padding: 0;
  margin: 0;
  font-size: 0; }
  ul.company-menu li {
    display: inline-block;
    margin: 0 20px; }
    @media screen and (max-width: 480px) {
      ul.company-menu li {
        margin: 0 2vw; } }
    ul.company-menu li a {
      position: relative;
      display: block;
      color: #006075;
      font-size: 1.1rem;
      text-decoration: none;
      line-height: 50px; }
      @media screen and (max-width: 480px) {
        ul.company-menu li a {
          font-size: 4vw; } }
    ul.company-menu li.current a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      border-bottom: 4px solid #006075; }

.company h2 {
  text-align: center;
  border: 5px solid #eaeff2;
  padding: 30px;
  margin: 40px 0 20px;
  width: 100%;
  height: auto;
  max-height: 200px; }
  .company h2.label-title {
    padding: 0; }

.company .inner h3 {
  font-size: 1.2rem;
  background: #eaeff2;
  color: #006075;
  padding: 5px 15px; }

.company .inner p {
  line-height: 30px;
  margin: 0;
  padding: 0 15px; }

.company .inner input[type=checkbox] {
  display: none; }
  .company .inner input[type=checkbox] + h2.label-title label {
    display: block;
    padding: 30px;
    background: url(../images/recruit-open.png) right 30px center no-repeat; }
    @media screen and (max-width: 400px) {
      .company .inner input[type=checkbox] + h2.label-title label {
        padding: 30px 20px;
        background: url(../images/recruit-open.png) right 15px center no-repeat; } }
  .company .inner input[type=checkbox] + h2.label-title + * {
    display: none; }
  .company .inner input[type=checkbox]:checked + h2.label-title label {
    background: url(../images/recruit-close.png) right 30px center no-repeat; }
    @media screen and (max-width: 400px) {
      .company .inner input[type=checkbox]:checked + h2.label-title label {
        background: url(../images/recruit-close.png) right 15px center no-repeat; } }
  .company .inner input[type=checkbox]:checked + h2.label-title + * {
    display: block; }

.company p span {
  color: #006075; }

#company-main .inner {
  padding: 0 20px; }
  #company-main .inner h2.company-logo img {
    width: 96px;
    height: auto; }
  #company-main .inner h2.map-title {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    border: 0;
    border-top: 1px dotted #006075;
    padding: 30px 0 0;
    margin: 30px 0;
    width: 100%;
    max-height: unset; }
    #company-main .inner h2.map-title img {
      height: auto; }
  @media screen and (max-width: 400px) {
    #company-main .inner .area-col2 table {
      font-size: 3.2vw; } }
  #company-main .inner .area-col2 table th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 10px;
    min-width: 120px;
    line-height: 30px; }
    @media screen and (max-width: 400px) {
      #company-main .inner .area-col2 table th {
        min-width: 5em; } }
  #company-main .inner .area-col2 table td {
    vertical-align: top;
    white-space: nowrap;
    padding: 0 10px;
    line-height: 30px; }
  #company-main .inner .area-col2 table br.sp {
    display: inline; }
  #company-main .inner .area-col2 table br.sp600 {
    display: none; }
    @media screen and (max-width: 600px) {
      #company-main .inner .area-col2 table br.sp600 {
        display: inline; } }
  #company-main .inner .area-col2 table.company-contents2 th {
    display: block; }
  #company-main .inner .area-col2 table.company-contents2 td {
    display: block;
    padding-left: 40px; }
  #company-main .inner ul {
    list-style: none;
    padding: 0;
    margin: 30px 0; }
    #company-main .inner ul li {
      margin: 20px 0; }
      #company-main .inner ul li a {
        position: relative;
        display: block;
        font-size: 1.3rem;
        text-decoration: none;
        background: #006075;
        color: #fff;
        padding: 0 15px;
        margin: 0;
        height: 50px;
        line-height: 50px;
        border-radius: 5px; }
        #company-main .inner ul li a #company-main .inner ul li a:after {
          content: "▶";
          color: #fff;
          position: absolute;
          right: 20px;
          top: 0;
          font-size: .8rem; }
  #company-main .inner .map-contents table {
    width: 100%; }
    #company-main .inner .map-contents table th {
      display: block;
      font-weight: normal;
      text-align: left;
      color: #006075;
      padding: 0 10px;
      line-height: 30px; }
    #company-main .inner .map-contents table td {
      display: block;
      padding: 0 10px;
      line-height: 30px; }

#about-main .inner .area-col2 {
  align-items: center; }

#recruit-main .inner h2.recruit-title {
  padding: 30px 30px; }
  #recruit-main .inner h2.recruit-title img {
    width: 417px;
    max-width: 100%;
    height: auto; }

#recruit-main .inner p.recruit-p {
  text-align: center; }
  #recruit-main .inner p.recruit-p img {
    margin-bottom: 20px;
    width: 83px; }

#recruit-main .inner .btn a {
  position: relative;
  display: block;
  font-size: 1.3rem;
  text-decoration: none;
  background: #006075;
  color: #fff;
  padding: 0 15px;
  margin: 20px 0 0;
  height: 50px;
  line-height: 50px;
  border-radius: 5px; }
  #recruit-main .inner .btn a:after {
    content: "▶";
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: .8rem; }

#faq-main .inner input[type=checkbox] + dl {
  margin: 10px 0; }
  #faq-main .inner input[type=checkbox] + dl dt {
    background: #eaeff2;
    color: #006075; }
    #faq-main .inner input[type=checkbox] + dl dt label {
      position: relative;
      display: block;
      padding: 20px 50px 20px 60px;
      background: url(../images/recruit-open.png) right 30px center no-repeat; }
      #faq-main .inner input[type=checkbox] + dl dt label img {
        position: absolute;
        top: 16px;
        left: 30px;
        width: 13px; }
      @media screen and (max-width: 400px) {
        #faq-main .inner input[type=checkbox] + dl dt label {
          padding: 20px 40px 20px 50px;
          background: url(../images/recruit-open.png) right 20px center no-repeat; }
          #faq-main .inner input[type=checkbox] + dl dt label img {
            left: 20px; } }
  #faq-main .inner input[type=checkbox] + dl dd {
    display: none; }

#faq-main .inner input[type=checkbox]:checked + dl dt label {
  background: url(../images/recruit-close.png) right 30px center no-repeat; }
  @media screen and (max-width: 400px) {
    #faq-main .inner input[type=checkbox]:checked + dl dt label {
      padding: 20px 40px 20px 50px;
      background: url(../images/recruit-close.png) right 20px center no-repeat; } }

#faq-main .inner input[type=checkbox]:checked + dl dd {
  display: block;
  line-height: 20px;
  padding: 20px;
  margin: 0; }

#privacy-main h2 {
  line-height: 1.5;
  text-align: left;
  font-size: 1.2rem;
  margin: 30px 0 20px;
  padding: 0 20px; }

#privacy-main h3 {
  line-height: 1.5;
  font-size: 1.1rem;
  margin: 30px 0;
  padding: 0 20px; }

#privacy-main p {
  line-height: 1.5;
  margin: 20px 0;
  padding: 0 20px; }

#privacy-main ul {
  line-height: 1.5;
  margin: 20px 0;
  padding: 0 20px;
  list-style-type: none; }
  #privacy-main ul li {
    margin: 5px 0; }

.favorite-mes {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1rem;
  padding: 15px 10px 15px 50px;
  background-color: #006075;
  color: #fff;
  text-align: center; }
  @media screen and (max-width: 400px) {
    .favorite-mes {
      font-size: .8rem;
      padding: 15px 5px 15px 35px; } }
  .favorite-mes .icon-heart-true {
    position: absolute;
    top: 10px;
    left: 20px;
    fill: #ffffff;
    vertical-align: middle; }
    @media screen and (max-width: 400px) {
      .favorite-mes .icon-heart-true {
        top: 8px;
        left: 10px; } }
    .favorite-mes .icon-heart-true.active {
      fill: #fff; }

#summary-area {
  padding: 0 20px 30px; }
  #summary-area .panorama-modal-open button {
    display: block;
    width: 100%;
    line-height: 58px;
    height: 60px;
    color: #006075;
    font-size: 1rem;
    font-weight: 400;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin: 0;
    position: relative;
    border: 1px solid #006075;
    font-family: sans-serif; }
    #summary-area .panorama-modal-open button img {
      width: 28px;
      height: 25px;
      vertical-align: middle;
      display: inline-block;
      margin-right: 10px; }
  #summary-area .lead-text {
    margin: 0;
    cursor: pointer; }
    #summary-area .lead-text p {
      margin: 0;
      line-height: 1.8;
      font-size: 0.9rem; }
      #summary-area .lead-text p.clamped {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
  #summary-area .lead-text-more {
    color: #006075;
    text-align: right; }

#panorama-modal {
  background-color: rgba(128, 128, 128, 0.5);
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }
  #panorama-modal .panorama-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: 1px solid #618d9d;
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    z-index: 1; }
    #panorama-modal .panorama-modal-close span {
      width: 34px;
      height: 1px;
      background-color: #618d9d;
      display: block;
      position: absolute;
      left: calc(50% - 17px); }
      #panorama-modal .panorama-modal-close span:first-child {
        transform: rotate(45deg); }
      #panorama-modal .panorama-modal-close span:last-child {
        transform: rotate(-45deg); }
  #panorama-modal .panorama-list {
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    padding: 0;
    position: absolute;
    bottom: 0;
    background-color: #eeeff0; }
    #panorama-modal .panorama-list .swiper-container {
      padding: 0 20px; }
    #panorama-modal .panorama-list .swiper-slide {
      width: 94px; }
    #panorama-modal .panorama-list .active img {
      border: 2px solid #618d9d; }
    #panorama-modal .panorama-list a {
      display: block; }
    #panorama-modal .panorama-list img {
      width: 100%;
      display: block;
      border: 2px solid transparent; }

#panorama {
  height: calc(100% - 85px);
  background-color: #eeeff0; }

#news-area .news-wrapper.news-wrapper-2025 {
    margin-top: 20px;
}
#news-area .news-wrapper.news-wrapper-2025 .news-header .news-title .news-label {
    padding: 10px 40px 10px 10px;
}
#news-area .news-wrapper.news-wrapper-2025 .news-body .news-date {
    margin: 20px 0 0;
    color: #006075;
    font-size: .9rem;
    line-height: 1.5;
}
@media screen and (max-width: 414px) {
}

.project2025 {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}

.project2025 a {
    position: relative;
    display: block;
	width: calc(50% - 5px);
    height: 120px;
    background-color: #eaeff2;
    color: #006075;
    margin: 10px 10px 0 0;
    padding: 10px;
    border-right: 15px solid #006075;
    text-decoration: none;
}
.project2025 a:nth-child(2n) {
  margin-right: 0;
}
.project2025 a:after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  left: calc(100% + 4px);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}
.project2025 a .project2025-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
}
.project2025 a .project2025-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project2025 a .project2025-text {
  position: relative;
  padding: 10px 20px 10px 130px;
  top: 50%;
  transform: translateY(-50%);
}
.project2025 a .project2025-category {
  font-weight: 700;
}
.project2025 a .project2025-title {
  margin-top: 10px;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .project2025 {
    margin: 10px 20px 0;
  }
  .project2025 a {
    width: calc(100% - 40px);
    height: 100px;
    margin-right: 0;
  }
  .project2025 a .project2025-thumbnail {
    width: 100px;
    height: 100px;
  }
  .project2025 a .project2025-text {
    padding: 5px 20px 5px 110px;
  }
}

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