@charset "UTF-8";
body {
  max-width: inherit;
  background: #fff; }

.wrapper {
  width: 100%;
  max-width: inherit;
  margin: 0 auto; }

.inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto; }

.chinryo-range {
  width: 100% !important;
  padding-top: 50px; }

.ui-slider-horizontal {
  width: 400px;
  margin: 0 auto; }

.main-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 190px;
  height: 250px; }
  .main-inner h1, .main-inner h2 {
    font-size: 2rem !important;
    line-height: 2.6rem !important;
    padding-top: 70px !important; }

header {
  width: 100%;
  /* max-width: 1100px; */
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff; }

.main-wrapper {
  width: 100%;
  margin: 0 auto; }

.sp-menu-wrap {
  max-width: 100%; }

.sp-only {
  display: none; }

.pc-only {
  display: block; }

#main-area {
  padding-top: 0 !important; }
  #main-area h1 img.sp, #main-area h2 img.sp {
    display: none; }
  #main-area h1 img.sp2, #main-area h2 img.sp2 {
    display: none; }
    #main-area h1 img.sp2.is-display, #main-area h2 img.sp2.is-display {
      display: none !important; }
  #main-area h1 img.pc, #main-area h2 img.pc {
    display: block; }
  #main-area img.main01 {
    display: block;
    width: 200px;
    left: 50px;
    top: -30px;
    z-index: 1; }
  #main-area img.main02 {
    width: 100px;
    left: inherit;
    top: auto;
    left: auto;
    right: 200px;
    bottom: -10px;
    z-index: 0; }
  #main-area img.main03 {
    display: block;
    width: 180px;
    right: 50px;
    bottom: -10px; }
  #main-area.is-not-top h2 img.sp2 {
    display: none; }
  #main-area.is-not-top .main01, #main-area.is-not-top .main03 {
    display: block; }
  #main-area.is-not-top .main02 {
    width: 100px;
    top: auto;
    right: 200px;
    bottom: -10px;
    left: auto; }

#header-footer {
  background-position: 90% 20%; }

#contents-area {
  padding-top: 0; }

#search-area {
  width: 100%;
  margin: 0;
  background: #eaeff2; }
  #search-area h2 {
    font-size: 1.0rem; }
  #search-area .inner {
    /*display: flex;
        justify-content: space-between;
        align-items: flex-start;*/ }
  #search-area .pc-menu {
    display: flex;
    flex-wrap: nowrap; }
    #search-area .pc-menu div {
      width: 50%;
      position: relative;
      margin: 10px 5px;
      box-sizing: border-box;
      min-height: 50px; }
      #search-area .pc-menu div h2 {
        background: inherit;
        width: 100%;
        position: absolute;
        padding-top: 0;
        padding-bottom: 0;
        top: 50%;
        left: 50%;
        font-size: 1.3rem;
        letter-spacing: .1em;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
      #search-area .pc-menu div .search-btn {
        width: 45%;
        margin: 0 0 0 auto;
        padding: 0 0 0 20px;
        border: none; }
  #search-area ul {
    /*width: calc(70% - 10px);
        margin-left: 10px;*/
    display: flex;
    flex-wrap: wrap; }
    #search-area ul li {
      width: calc(33.33% - 10px);
      margin: 5px;
      padding: 0.5em;
      border-bottom: none;
      box-sizing: border-box; }
      #search-area ul li a div:nth-child(1) {
        width: 73%; }

#medias-area {
  padding-top: 0; }

.item-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .item-wrapper .items {
    width: 32%; }
    .item-wrapper .items:nth-child(3n+2) {
      margin-right: 2%;
      margin-left: 2%; }
    .item-wrapper .items .badge {
      top: 20px; }

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

#detail-contact-area-pc {
  display: block;
  position: fixed;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #eaeff2;
  padding: 20px;
  /*.contact-btn {
        display: flex;

        a {
            width: 50%;

            &.mail {
                margin: 0 10px 0 0;
                padding: 0 20px 0 40px;
                background: $darkblue 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) {
                    background: $darkblue 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) {
                    background: $darkblue;
                    padding: 0 10px 0 0;
                }

                &:after {
                    content: "▶";
                    color: #fff;
                    position: absolute;
                    right: 10px;
                    top: 0;
                    font-size: 0.7rem;
                }
            }

            &.tell {
                margin: 0 0 0 10px;
                padding: 0 20px 0 30px;
                background: $darkblue 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) {
                    background: $darkblue 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) {
                    background: $darkblue;
                    padding: 0 10px 0 0;
                }

                &:after {
                    content: "▶";
                    color: #fff;
                    position: absolute;
                    right: 10px;
                    top: 0;
                    font-size: 0.7rem;
                }
            }
        }
    }

    a {
        display: block;
        position: relative;
        border-radius: 5px;
        margin: 10px 0;
        text-decoration: none;
        font-size: 1.3rem;

        &.mail {
            background: $darkblue;
            color: #fff;
            text-align: center;
            height: 40px;
            line-height: 40px;

            &:after {
                content: "▶";
                color: #fff;
                position: absolute;
                right: 20px;
                top: 0;
                font-size: 0.8rem;
            }
        }

        &.tell {
            background: #fff;
            color: $darkblue;
            text-align: center;
            height: 40px;
            line-height: 40px;
            font-weight: bold;
        }
    }*/ }
  #detail-contact-area-pc .inner {
    display: flex; }
    #detail-contact-area-pc .inner p {
      font-weight: bold;
      width: 33.33%;
      margin: 0;
      padding: 0 40px 0 0;
      color: #006075;
      line-height: 1.5em; }
    #detail-contact-area-pc .inner .contact-btn {
      display: flex;
      width: 66.66%; }
    #detail-contact-area-pc .inner a {
      display: block;
      width: 50%;
      border-radius: 5px;
      text-decoration: none; }
      #detail-contact-area-pc .inner a.mail {
        position: relative;
        margin: 0 10px 0 0;
        padding: 0 30px 0 0;
        background: #006075;
        color: #fff;
        text-align: center;
        line-height: 50px;
        font-size: 1.3rem;
        font-weight: normal; }
        #detail-contact-area-pc .inner a.mail:after {
          content: "▶";
          color: #fff;
          position: absolute;
          right: 30px;
          top: 0;
          font-size: 0.7rem; }
      #detail-contact-area-pc .inner a.tell {
        margin: 0 0 0 10px;
        padding: 0 20px;
        background: #fff;
        color: #006075;
        text-align: center;
        line-height: 50px;
        font-size: 2rem;
        font-weight: bold; }

.search-btn {
  width: 50%; }

#news-area {
  margin: 50px auto 0;
  width: 100%;
  padding: 0;
  max-width: 1100px; }
  #news-area .news-wrapper input[type="checkbox"]:checked + .news-header + .news-body .news-content {
    position: relative;
    min-height: 100px;
    padding: 0 200px 0 0; }
    #news-area .news-wrapper input[type="checkbox"]:checked + .news-header + .news-body .news-content .news-image {
      position: absolute;
      top: 0;
      right: 20px;
      width: 150px;
      padding-top: 100px;
      margin: 0; }

#navi-area {
  display: none; }

.area .item-image {
  border: 0; }

.area .list-detail dl.list-detail-station dt {
  font-size: .75rem; }

.area .list-detail dl.list-detail-station dd.favorite {
  top: 30px; }

.area .list-detail ul li {
  font-size: 0.8rem; }

.area .list-detail .favorite {
  right: 0; }

.area-check.empty {
  display: block; }

.tab-contents {
  position: relative; }

.tab {
  height: 63px; }
  .tab li {
    width: 25%;
    float: left;
    padding: 0 5px;
    cursor: pointer;
    list-style: none;
    transition: .3s; }
    .tab li h4 span {
      color: #006075;
      font-size: 0.8rem; }
    .tab li h4 a {
      border-radius: 5px 5px 0 0;
      color: #333;
      background: #fff;
      display: block;
      width: 100%;
      text-decoration: none;
      position: relative; }
      .tab li h4 a:before {
        background-color: #006075;
        top: 1em;
        right: 20px;
        height: 12px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        display: block;
        content: '';
        width: 3px;
        background-color: #000;
        -webkit-transition: .25s all ease;
        transition: .25s all ease;
        border-radius: 10px; }
      .tab li h4 a:after {
        background-color: #006075;
        top: 1em;
        right: 13px;
        height: 12px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        display: block;
        content: '';
        width: 3px;
        background-color: #000;
        -webkit-transition: .25s all ease;
        transition: .25s all ease;
        border-radius: 10px; }

.header-menu {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto; }
  .header-menu .header-nav {
    width: 45%;
    padding-top: 25px;
    min-height: 300px; }
  .header-menu #header-footer {
    width: 45%;
    min-height: 300px; }
    .header-menu #header-footer .header-footer-menu li a {
      color: #006075;
      position: relative;
      padding-left: 2rem; }
      .header-menu #header-footer .header-footer-menu li a:before {
        content: '';
        border-bottom: 4px solid transparent;
        border-right: 6px solid transparent;
        border-left: 6px solid #006075;
        border-top: 4px solid transparent;
        top: 50%;
        left: 0.2rem;
        margin-top: -3px;
        position: absolute; }

.header-search-btn {
  height: 45px;
  line-height: 45px;
  border-radius: 5px 5px 0 0; }

.pc-scbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 12%; }
  .pc-scbtn .icon-search-white {
    width: .9em;
    height: .9em; }

.tab li.active {
  cursor: auto; }

.tab-area > li {
  display: none; }

.tab-area > li.show {
  display: block;
  width: 100%; }

.tab-area .target {
  display: block; }

.sp-menu-wrap .target .target {
  display: inherit; }

.sp-menu-wrap .target a {
  color: #333; }

.sp-menu-list .target .target li {
  width: 100%; }

.sp-menu li div.target ul {
  display: flex;
  flex-wrap: wrap; }

.sp-menu li div.target ul li {
  border: 1px solid #eaeff2; }

.sp-menu-list .target .target li {
  width: 33.33%; }

div.madori-block {
  display: flex !important;
  width: 100%; }

div.madori-block ul.va-middle {
  display: block !important;
  width: 100%; }

div.madori-block ul.va-middle li {
  width: 100% !important; }

footer {
  position: relative;
  min-height: inherit; }
  footer nav {
    width: 800px;
    margin: 0 auto; }
    footer nav ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      footer nav ul li {
        display: inline-block;
        list-style: none;
        text-align: center;
        padding: 0.5em; }
        footer nav ul li a {
          color: #006075;
          text-decoration: none;
          position: relative;
          padding-left: 1em; }
          footer nav ul li a:before {
            content: '';
            border-bottom: 4px solid transparent;
            border-right: 6px solid transparent;
            border-left: 6px solid #006075;
            border-top: 4px solid transparent;
            top: 50%;
            left: 0.2rem;
            margin-top: -3px;
            position: absolute; }
  footer .footer-sns {
    width: 500px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto 0 auto;
    padding: 0 0.5em;
    position: relative;
    z-index: 1; }
    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 .ft01, footer .ft02, footer .ft03 {
    position: absolute; }
  footer .ft01 {
    width: 150px;
    top: 30%;
    left: 50px; }
  footer .ft02 {
    width: inherit;
    top: 30%;
    right: 110px;
    z-index: 0; }
  footer .ft03 {
    width: 180px;
    top: 5%;
    right: 50px; }

.blog-page .blog-main {
  display: flex;
  flex-wrap: nowrap; }
  .blog-page .blog-main .blog-content {
    width: 70%; }
  .blog-page .blog-main .blog-side {
    width: 30%; }

.area-col2 {
  display: flex;
  justify-content: space-between; }
  .area-col2 .col2 {
    width: 48%; }
    .area-col2 .col2:nth-child(even) {
      padding-top: 0; }

/*#contact-area {
    margin-top: 83px;
}*/
#equipment-area {
  /*.equipment-check {
        display: none;

        &:checked {
            + ul {
                padding-bottom: 30px;
            }
        }
    }*/ }

#favorite-area .favorite-box {
  margin: 50px 0;
  width: 100%; }
  #favorite-area .favorite-box .simplefavorite-button:before,
  #favorite-area .favorite-box .favorite-btn:before {
    position: static;
    font-size: 1rem;
    padding-right: 0.2em; }

#flow-area {
  padding: 0 0 30px 0; }

#checked-favorite-area .inner {
  display: flex; }

#checked-favorite-area .search-box {
  width: 50%; }
  #checked-favorite-area .search-box .search-btn {
    width: 75%; }

h2.archive-ttl {
  text-align: left; }
  h2.archive-ttl .sup {
    text-align: left; }

.archive-navi {
  display: block; }
  .archive-navi ul {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    padding: 0;
    margin: -1.5rem 0 1.5rem; }
    .archive-navi ul li {
      border-left: 1px solid #006075; }
      .archive-navi ul li:first-child {
        border-left: 0; }
      .archive-navi ul li a {
        font-family: 'Oswald', sans-serif;
        font-size: 0.75rem;
        color: #006075;
        padding: 0 5px;
        text-decoration: none; }
      .archive-navi ul li span {
        font-family: 'Oswald', sans-serif;
        font-size: 0.75rem;
        padding: 0 5px;
        text-decoration: none; }

.swiper-container .swiper-button-prev {
  display: block;
  width: 30px;
  height: 60px;
  background: url(../images/slide-arrow.png) center center no-repeat;
  background-size: cover;
  transform: rotate(180deg); }
  .swiper-container .swiper-button-prev:after {
    content: none; }

.swiper-container .swiper-button-next {
  display: block;
  width: 30px;
  height: 60px;
  background: url(../images/slide-arrow.png) center center no-repeat;
  background-size: cover; }
  .swiper-container .swiper-button-next:after {
    content: none; }

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

.other-page h1.archive-ttl.search-ttl {
  width: auto;
  font-size: 3rem; }
  .other-page h1.archive-ttl.search-ttl:after {
    content: ' : '; }
  .other-page h1.archive-ttl.search-ttl span {
    display: none; }

.other-page .search-meta .search-ttl-wrap {
  display: flex;
  justify-content: flex-start; }
  .other-page .search-meta .search-ttl-wrap .search-count {
    width: auto;
    font-size: 3rem; }

.other-area h2.detail-ttl {
  text-align: left; }
  .other-area h2.detail-ttl .sup {
    text-align: left; }

#pickup-area.detail-pickup-area .inner {
  width: auto; }

.room {
  display: block; }
  .room ul, .room p {
    width: 100%; }

.room-details {
  display: flex; }
  .room-details .list-detail {
    width: 50%; }
    .room-details .list-detail .favorite {
      right: 20px; }
  .room-details .route {
    width: 50%;
    background: #efefef;
    margin: 0;
    padding: 1em; }

#detail-room .room {
  display: flex; }
  #detail-room .room ul {
    width: 50%; }
  #detail-room .room p {
    width: 50%;
    padding: 0 1rem;
    line-height: 40px; }

.contact-page {
  background: #eaeff2; }

.contact-page .pages .pagination {
  width: 50%;
  margin-left: auto;
  margin-right: auto; }

.contact-page .pages .pagination .to-prev button,
.contact-page .pages .pagination .to-next button {
  width: 100%; }

.contact-formarea.select-btn {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .contact-formarea.select-btn a {
    display: block;
    width: 100%;
    margin: 0 10px; }

.contact-formarea {
  width: 1080px;
  margin: 0 auto; }
  .contact-formarea .send-btn-wrap {
    width: 48%;
    margin: 10px 0 10px auto; }

@media screen and (max-width: 1024px) {
  .to-link button {
    font-size: .95rem;
    padding-right: 20px; } }

.owner-contact {
  flex-direction: row-reverse; }

#owner-main .inner {
  padding-left: 0;
  padding-right: 0; }

#owner-main .area-col2 .col2:nth-child(1) {
  width: 45%; }

.company .inner {
  margin: 0 auto; }
  .company .inner input[type=checkbox]:checked + h2.label-title + .area-col2 {
    display: flex; }

#company-main .inner ul {
  display: flex;
  margin: 30px -15px; }
  #company-main .inner ul li {
    width: 33.3333%;
    margin: 0 15px; }

#company-main .inner .area-col2 table.company-contents2 th {
  display: table-cell; }

#company-main .inner .area-col2 table.company-contents2 td {
  display: table-cell;
  padding-left: 10px; }

#company-main .inner .area-col2 table.company-contents2 br.sp {
  display: none; }

#company-main .inner .map-contents {
  margin: 20px; }
  #company-main .inner .map-contents table th {
    display: table-cell;
    vertical-align: top; }
  #company-main .inner .map-contents table td {
    display: table-cell;
    vertical-align: top; }

.favorite-mes {
  font-size: 1.2rem; }
  .favorite-mes .icon-heart-true {
    top: 15px; }

#summary-area {
  width: 660px; }
/*# sourceMappingURL=pc_style.css.map */