@charset "UTF-8";
/*========================================*/
/* Foundation
/*========================================*/
/*--------------------------------------
  Reset Css
---------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, em, img, small, strong, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, figcaption, footer, header, nav, section, summary, time, audio, video, input, button, textarea, select {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

/*--------------------------------------
  Common-Setting
---------------------------------------*/
html {
  font-size: 10px;
  overflow-y: scroll; }

body, input, button, select, textarea {
  font-family:"Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

body {
  min-width: 320px;
  width: 100%;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.is-fixed {
    position: fixed; }

/*181101torii mod
width:100%とheight:autoを削除し、
モバイルのときだけ復活させるようにした。*/

img {
  vertical-align: top;
  max-width: 100%;
  /*
  width: 100%;
  height: auto;
  */
}


@media print, screen and (max-width: 800px) {
    img {
      width: 100%;
      height: auto;
    }
  }


  @media print, screen and (min-width: 800px) {
    img {
      width: auto; } }

/* 2020/05/25 add start 電話リンクPC無効化 */
@media (min-width: 1280px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* 2020/05/25 end start 電話リンクPC無効化 */

input[type="radio"]{
  display: none;

}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-outline-style: none; }
  input ::-moz-focus-inner, button ::-moz-focus-inner, textarea ::-moz-focus-inner, select ::-moz-focus-inner {
    border: none; }

label {
  cursor: pointer; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a {
  text-decoration: none;
  color: #000;
  /*color: #000044;*/
  transition: opacity .3s; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

.cf::after {
  content: "";
  display: block;
  clear: both; }

.modal-search-btn a{
	display: inline-block;
	width: 100%;
}
@media print, screen and (min-width: 800px) {
  a {
    -webkit-transition: all ease-in-out .35s;
    -moz-transition: all ease-in-out .35s;
    -ms-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s; }
    a:hover {
      opacity: .5; } }
/*========================================*/
/* Layout
/*========================================*/
/*========================================*/
/*  Module
/*========================================*/
/*========================================*/
/*  Page
/*========================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  /*-ms-touch-action: pan-y;
  touch-action: pan-y;*/
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* dotts */
.room-slider .slick-dots {
  display: none !important; }
@media print, screen and (min-width: 800px) {
  .room-slider .slick-dots {
    display: flex !important;
    text-align: center;
    font-size: 0;
    z-index: 10;
    position: relative;
    padding-top: 3px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .room-slider .slick-dots li {
    width: calc(12.5% - 3px);
    border: none;
    background: transparent;
    cursor: pointer;
    background: #8d8d8d; }
    .room-slider .slick-dots li:not(:nth-child(8n)) {
      margin-right: 3px; }
    .room-slider .slick-dots li:nth-child(n + 9) {
      margin-top: 3px; }
  .room-slider .slick-dots li.slick-active {
    background: #fff; }
  .room-slider .slick-dots li button {
    cursor: pointer;
    border: none;
    background: transparent;
    color: transparent;
    outline: none; } }

.room-slider-nav .slick-dots {
  display: none !important; }
@media print, screen and (min-width: 800px) {
  .room-slider-nav .slick-dots {
    display: block !important;
    font-size: 0;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 64px; }
  .room-slider-nav .slick-dots li {
    display: block;
    width: 64px;
    height: 64px;
    border: none;
    background: transparent;
    cursor: pointer;
    margin-bottom: 6px; }
    .room-slider-nav .slick-dots li img {
      width: 100%; }
  .room-slider-nav .slick-dots li.slick-active {
    background: #fff; }
  .room-slider-nav .slick-dots li button {
    cursor: pointer;
    border: none;
    background: transparent;
    color: transparent;
    outline: none; } }
@media print, screen and (min-width: 1280px) {
  .room-slider-nav .slick-dots {
    width: 80px; }
  .room-slider-nav .slick-dots li {
    width: 80px;
    height: 80px; } }

/* control */
.room-slider button {
  border: none; }
  .room-slider button:focus {
    outline: none; }
.room-slider .slick-next {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 21px;
  margin-top: -10px;
  z-index: 999;
  text-indent: 200%;
  overflow: hidden;
  color: transparent;
  right: 20px;
  background: url(../images/room03/next.svg) no-repeat center center/cover;
  cursor: pointer; }
.room-slider .slick-prev {
  color: transparent;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 21px;
  margin-top: -10px;
  z-index: 999;
  text-indent: 200%;
  overflow: hidden;
  left: 20px;
  background: url(../images/room03/prev.svg) no-repeat center center/cover;
  cursor: pointer; }

.room-slider-nav button {
  border: none; }
  .room-slider-nav button:focus {
    outline: none; }
.room-slider-nav .slick-next {
  position: absolute;
  top: 50%;
  width: 11px;
  height: 22px;
  margin-top: -10px;
  z-index: 999;
  text-indent: 200%;
  overflow: hidden;
  color: transparent;
  right: -23px;
  background: url(../images/roomdetail05/next_black.svg) no-repeat center center/cover; }
.room-slider-nav .slick-prev {
  color: transparent;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 22px;
  margin-top: -10px;
  z-index: 999;
  text-indent: 200%;
  overflow: hidden;
  left: -23px;
  background: url(../images/roomdetail05/prev_black.svg) no-repeat center center/cover; }

.room-slider-nav,
.room-slider {
  display: none; }

.room-slider-nav.slick-initialized,
.room-slider.slick-initialized {
  display: block; }

.slick-slide:focus {
  outline: none; }

@media print, screen and (min-width: 800px) {
  .slick-list.draggable {
    padding: 0 !important; } }

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.8); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  border: 0;
  outline: 0;
  background: transparent;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  background: none; }
  .remodal-close::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #999;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    bottom: auto !important;
    left: auto !important;
    transform: rotate(45deg); }
  .remodal-close::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #999;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    bottom: auto !important;
    right: auto !important;
    transform: rotate(135deg); }
  @media print, screen and (min-width: 800px) {
    .remodal-close {
      top: 8px;
      right: 8px;
      width: 50px;
      height: 50px; }
      .remodal-close::before {
        width: 30px;
        height: 2px;
        margin-top: -2px; }
      .remodal-close::after {
        width: 30px;
        height: 2px;
        margin-top: -2px; } }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 980px; }

/* perfect-scrollbar v0.6.12 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  width: 6px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

select::-ms-expand {
  display: none; }

.footer {
  padding-bottom: 60px; }
  @media print, screen and (min-width: 800px) {
    .footer {
      margin: 0 10px 30px 10px;
      padding-bottom: 20px; }
      .footer-inner {
        margin: 0 auto;
        max-width: 1280px; } }
  .footer-sitemap {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .footer-sitemap li {
    border-top: 1px dotted #999; }
    .footer-sitemap li a {
      font-size: 1.3rem;
      height: 44px;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }

  .footer-sitemap li:not(:last-child) {
    width: 50%; }

  .footer-sitemap li:nth-child(even) {
    border-left: 1px dotted #999; }

  .footer-sitemap li:last-child {
    width: 100%;
    border-bottom: 1px dotted #999; }

  /* 2018 12 27 torii Q&Aが表示されるまでの暫定CSS*/
 .footer-sitemap li:nth-child(8){
    border-bottom: 1px dotted #999;
  }

 .footer-sitemap li:nth-child(9){
    border-right: 1px dotted #999;
  }

 @media print, screen and (min-width: 800px) {
   .footer-sitemap li:nth-child(8){
    border-bottom: none;
  }

 .footer-sitemap li:nth-child(9){
    border-right: none;
  }

 }


  /* 2018 12 27 torii ここまで*/

    @media print, screen and (min-width: 800px) {
      .footer-sitemap {
        padding-bottom: 30px;
        border-bottom: 1px dotted #8b8b8b;
        -webkit-justify-content: center;
        justify-content: center; }
        .footer-sitemap li {
          border-top: none;
          margin: 0 20px; }
          .footer-sitemap li a {
            font-size: 1.4rem;
            height: auto;
            padding: 10px 0; }
          .footer-sitemap li:not(:last-child) {
            width: auto; }
          .footer-sitemap li:nth-child(even) {
            border-left: none; }
          .footer-sitemap li:last-child {
            width: auto;
            border-bottom: none; } }
  .footer .btn-footer-logo {
    width: 72px;
    display: block;
    margin: 30px auto 25px; }
    @media print, screen and (min-width: 800px) {
      .footer .btn-footer-logo {
        width: 74px;
        margin: 30px auto 20px; } }
  .footer address {
    margin-bottom: 60px;
    font-style: normal;
    text-align: center; }
    @media print, screen and (min-width: 800px) {
      .footer address {
        margin-bottom: 45px; } }
  .footer .footer-address-ttl {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px; }
    @media print, screen and (min-width: 800px) {
      .footer .footer-address-ttl {
        font-size: 1.4rem;
        /* 2018/11/14 irima change
         * PC もaddres表示
        margin-bottom: 0;*/ } }
  /* 2018/11/14 irima add start */

  .footer .footer-address-hours {
    /*display: none;*/
    display: block;
      font-size: 1.2rem;
      line-height: 1.8125;
      margin-top: 10px;
      margin-bottom: 5px;
  }
  @media print, screen and (min-width: 800px) {
    .footer .footer-address-hours {
      display: block;
      font-size: 1.4rem;
      line-height: 1.8125;
      /* 2020/04/01 irima change
      margin-top: 10px;*/
      margin-top: 15px;
      margin-bottom: 5px;
    }
  }
  /* 2018/11/14 irima add end */
  .footer .footer-address-desc {
    font-size: 1.2rem;
    line-height: 1.8125; }
    @media print, screen and (min-width: 800px) {
      .footer .footer-address-desc {
    /* 2018/11/14 irima change
     * PC もaddres表示
        display: none;*/
        font-size: 1.4rem;
        }
      }
  .footer .copy {
    text-align: center;
    font-size: 1.1rem;
    padding-bottom: 50px; }
    @media print, screen and (min-width: 800px) {
      .footer .copy {
        font-size: 1.2rem;
        padding-bottom: 0px; } }

/* header */
.header-wrap {
  position: relative;
  height: 50px; }
  @media print, screen and (min-width: 800px) {
    .header-wrap {
      height: 143px;
      max-width: 1280px;
      margin: 0 auto; } }

.header {
  padding: 18px 0 6px 0;
  position: relative;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  /* 2018/11/21 irima change
   * slick-next より上に表示
  z-index: 99;*/
  z-index: 1000;
  /*border-bottom: 1px solid #c1c1c1;*/ }
  .header.is-brdr {
    border-bottom: 1px solid #c1c1c1; }
  @media print, screen and (min-width: 800px) {
    .header {
      padding: 30px 20px 20px;
      position: relative;
      border-bottom: none; }
      .header.is-brdr {
        border-bottom: none; }
      .header-inner {
        max-width: 1280px;
        margin: 0 auto; }
      .header-contents {
        width: 100%;
        display: flex;
        height: 87px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        position: relative; }
      .header-left {
        width: calc(100% - 120px); }
      .header-right {
        width: 140px;
        text-align: right;
        padding-bottom: 0px; }
      .is-showed .header-right {
        padding-bottom: 10px;
      }
  }
  @media print, screen and (min-width: 1280px) {
    .header {
      padding: 30px 0 20px;
      position: relative;
      border-bottom: none; }
      .header-left {
        width: 1063px; }
      .header-right {
        display: flex;
        /* 2020/03/28 amend 電話受付時間追加
        width: 225px;*/
        width: 250px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        margin-right: 45px;
        padding-bottom: 15px; } }
  .header .site-logo {
    width: 87px;
    display: block;
    margin-bottom: 5px;
    margin-left: 14px; }
    @media print, screen and (min-width: 800px) {
      .header .site-logo {
        width: 105px;
        margin-bottom: 15px;
        margin-left: 0; }
        .header .site-logo img {
          width: 105px; } }
  .header .like-btn {
    position: absolute;
    top: 17px;
    right: 50px;
    width: 25px; }
    @media print, screen and (min-width: 800px) {
      .header .like-btn {
        position: static;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        top: 21px;
        right: 42px;
        width: 24px;
        /* 2020/04/02 add アイコン下揃え対応 */
        margin-top: auto;
        /* 2020/05/25 add ヘッダー電話番号追加全ページ対応 */
        margin-bottom:0px;
      }
      .is-showed .header .like-btn {
        margin-bottom:6px;
      }
        .header .like-btn img {
          width: 24px; } }
  .header .mail-btn {
    display: none; }
    @media print, screen and (min-width: 800px) {
      .header .mail-btn {
        display: inline-block;
        vertical-align: top;
        margin-right: 50px;
        width: 30px;
        /* 2020/04/02 add アイコン下揃え対応 */
        margin-top: auto;
        /* 2020/05/25 add ヘッダー電話番号追加全ページ対応 */
        margin-bottom:0px;
      }
      .is-showed .header .mail-btn {
        margin-bottom:6px;
      }
        .header .mail-btn img {
          width: 30px; } }
    @media print, screen and (min-width: 1280px) {
      .header .mail-btn {
        margin-right: 20px; } }
  .header .header-contact {
    display: none; }
    @media print, screen and (min-width: 800px) {
      .header .header-contact {
        display: block;
        margin-top: 20px; }
        .header .header-contact-name {
          white-space: nowrap;
          display: block;
          font-size: 1.2rem;
          margin-bottom: 6px;
          font-weight: bold; }
        .header .header-contact-call a {
          font-family: "Ubuntu", sans-serif;
          white-space: nowrap;
          /* 2020/04/02 amend 右揃え対応
          letter-spacing: .09em;*/
          display: block;
          position: relative;
          right: -2px;
          font-size: 1.8rem;
          /* 2020/05/25 add ヘッダー電話番号追加全ページ対応 */
          margin-bottom: 0.5rem;
        }
        /* 2020/05/25 add start ヘッダー電話番号追加全ページ対応 */
        .header .header-contact-hour {
          white-space: nowrap;
          display: block;
          font-size: 1rem;
          margin-bottom: 6px;
          font-weight: bold;
        }
        /* 2020/05/25 add end ヘッダー電話番号追加全ページ対応 */
        /* 2020/10/19 add start ヘッダーレイアウトずれ対応 */
        .header.is-showed .header-contact-hour {
          margin-bottom: -13px;
        }
        /* 2020/10/19 add end ヘッダーレイアウトずれ対応 */
    }
    @media print, screen and (min-width: 1280px) {
      .header .header-contact {
        margin-top: 0; } }
  .header nav {
    overflow-x: auto; }
  .header-menu {
    display: none; }
    @media print, screen and (min-width: 800px) {
      .header-menu {
        display: block;
        font-size: 0;
        border-bottom: none; }
        .header-menu li {
          display: inline-block;
          vertical-align: top;
          font-size: 1.4rem; }
          .header-menu li:not(:last-child) {
            margin-right: 25px; }
          .header-menu li a {
            display: block;
            padding: 15px 0;
            position: relative;
            -webkit-transition: all ease-in-out .2s;
            -moz-transition: all ease-in-out .2s;
            -ms-transition: all ease-in-out .2s;
            -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
            font-weight: bold; }
            .header-menu li a::after {
              content: "";
              display: block;
              height: 4px;
              background: #000;
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              opacity: 0;
              -webkit-transition: all ease-in-out .2s;
              -moz-transition: all ease-in-out .2s;
              -ms-transition: all ease-in-out .2s;
              -o-transition: all ease-in-out .2s;
              transition: all ease-in-out .2s; }
            .header-menu li a:hover {
              font-weight: bold;
              opacity: 1; }
              .header-menu li a:hover::after {
                opacity: 1; }
            .header-menu li a.is-current::after {
              content: "";
              display: block;
              height: 4px;
              background: #000;
              width: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              opacity: 1;
              -webkit-transition: all ease-in-out .2s;
              -moz-transition: all ease-in-out .2s;
              -ms-transition: all ease-in-out .2s;
              -o-transition: all ease-in-out .2s;
              transition: all ease-in-out .2s; } }

/* スクロール時のヘッダ */
.header.clone-header {
  display: none; }

@media print, screen and (min-width: 800px) {
  .header.clone-header {
    padding: 15px 20px;
    display: block;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    border-bottom: 1px solid #c1c1c1; }
    .header.clone-header .header-contents {
      height: 84px; }
    .header.clone-header.is-showed {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); } }
@media print, screen and (min-width: 1280px) {
  .header.clone-header {
    padding: 15px 20px;
    display: block;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    border-bottom: 1px solid #c1c1c1; }
    .header.clone-header .header-contents {
      height: 44px; }
    .header.clone-header .header-left {
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .header.clone-header .header-left .site-logo {
        margin-bottom: 0;
        margin-right: 50px; }
    .header.clone-header .header-right {
      padding-bottom: 10px; }
    .header.clone-header.is-showed {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .header.clone-header .menu-trigger.js-pc-menu-trigger {
      top: 10px; } }
/* togglemenu */
.js-pc-menu-trigger {
  display: none !important; }

@media print, screen and (min-width: 800px) {
  .js-pc-menu-trigger {
    display: block !important;
    cursor: pointer; }

  .js-sp-menu-trigger {
    display: none !important; } }
.menu-trigger {
  position: absolute;
  top: 17px;
  right: 12px;
  width: 25px;
  height: 24px; }
  @media print, screen and (min-width: 800px) {
    .menu-trigger {
      top: -8px;
      right: 0;
      width: 28px;
      height: 20px; } }
  @media print, screen and (min-width: 1280px) {
    .menu-trigger {
      top: 44px; } }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #000; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 11px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0px; }

@media print, screen and (min-width: 800px) {
  .menu-trigger span:nth-of-type(2) {
  top: 9px; }
}

/* sp-header */
.header-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none; }

.sp-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all ease-in-out .35s;
  -moz-transition: all ease-in-out .35s;
  -ms-transition: all ease-in-out .35s;
  -o-transition: all ease-in-out .35s;
  transition: all ease-in-out .35s;
  width: 84%;
  max-width: 270px;
  height: 100vh;
  background: #fff;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
  @media print, screen and (min-width: 800px) {
    .sp-header {
      display: none !important; } }
  .sp-header-container {
    position: relative;
    overflow: auto;
    /* 2021/09/09 スマホのハンバーガーメニューがスクロールできない問題対応
    height: 100%; */
    height: calc(100% - 88px);
    padding: 68px 0 20px; }
  .sp-header.is-open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .sp-header .site-logo {
    width: 77px;
    display: block;
    margin-bottom: 5px;
    margin-left: 12px; }
    @media print, screen and (min-width: 800px) {
      .sp-header .site-logo {
        width: 105px;
        margin-bottom: 30px; } }
  .sp-header .btn-header-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    z-index: 20; }
    @media print, screen and (min-width: 800px) {
      .sp-header .btn-header-close {
        width: 35px;
        height: 35px; } }
  .sp-header .site-logo {
    margin: 0 0 15px 20px; }
  .sp-header .sp-header-menu li {
    border-top: 1px dotted #000; }
    .sp-header .sp-header-menu li:last-child {
      border-bottom: 1px dotted #000; }
  .sp-header .sp-header-menu li a {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    padding: 0 20px;
    height: 46px;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    font-weight: bold; }
    .sp-header .sp-header-menu li a::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -4px; }
    .sp-header .sp-header-menu li a.is-current {
      opacity: .6; }
  .sp-header .sp-header-contact {
    display: table;
    width: 100%; }
    .sp-header .sp-header-contact a {
      display: table-cell;
      vertical-align: middle; }
    .sp-header .sp-header-contact-form {
      width: 44%;
      background: #000;
      padding: 0 20px;
      height: 45px;
      color: #fff;
      font-weight: bold;
      font-size: 1.0rem;
      position: relative; }
      .sp-header .sp-header-contact-form::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -4px; }
    .sp-header .sp-header-contact-tel {
      width: calc(100% - 44%);
      padding: 0 20px; }
      .sp-header .sp-header-contact-tel .header-contact-name {
        font-size: 1.0rem;
        display: block;
        margin-bottom: 7px; }
      .sp-header .sp-header-contact-tel .header-contact-call {
        font-size: 1.2rem;
        display: block; }

.pc-header {
  /* 2018/11/21 irima change
   * slick-next の上にヘッダー表示
  z-index: 100;*/
  z-index: 1001;
  display: none !important;
  position: fixed;
  height: 100vh;
  bottom: 0;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  -ms-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s; }
  @media print, screen and (min-width: 800px) {
    .pc-header {
      display: block !important;
      border: 1px solid #ededed;
      width: 305px;
      background: #fff; }
      .pc-header.is-open {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
      .pc-header-container {
        position: relative;
        overflow: auto;
        height: 100%;
        padding: 100px 0 0 25px; }
      .pc-header .btn-header-close {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 20;
        width: 35px;
        height: 35px; }
      .pc-header .pc-header-menu {
        margin-right: 15px; }
        .pc-header .pc-header-menu:not(:first-child) {
          padding-top: 20px; }
        .pc-header .pc-header-menu:not(:last-child) {
          padding-top: 20px;
          padding-bottom: 40px;
          border-bottom: 1px dotted #c8c8c8; }
        .pc-header .pc-header-menu:last-child {
          padding-bottom: 60px; }
        .pc-header .pc-header-menu li:not(:last-child) {
          margin-bottom: 23px; }
        .pc-header .pc-header-menu li a {
          font-weight: bold;
          font-size: 1.3rem; } }

/* 共通バナー */
.common-banner-group {
  margin: 0 23px;
  padding: 30px 0; }
  .common-banner-group li:not(:last-child) {
    margin-bottom: 15px; }
  @media print, screen and (min-width: 800px) {
    .common-banner-group {
      margin: 0 0 20px;
      padding: 0; }
      .common-banner-group li:not(:last-child) {
        margin-bottom: 10px; } }

/* heading */
.main-heading02 {
  margin-bottom: 30px; }
  .main-heading02 span {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    padding-bottom: 12px;
    display: inline-block;
    border-bottom: 2px solid #000; }
  @media print, screen and (min-width: 800px) {

    .main-heading02 span {
      padding-bottom: 10px;
      font-size: 1.6rem;
      border-bottom: 4px solid #000; }
    }

.side-heading02 {
 text-align: center;
  margin-bottom: 20px; }
  .side-heading02 span {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 2px solid #000; }

  .side-heading02--rent span {
    border-bottom: none;
    padding-bottom: 0; }
  @media print, screen and (min-width: 800px) {
    .side-heading02 {
      margin-bottom: 16px;
      }
    .side-heading02--rent{
      text-align: left;
    }
    .side-heading02 span {
    padding-bottom: 10px;
    font-size: 1.6rem;
    border-bottom: 4px solid #000; } }

@media print, screen and (min-width: 800px) {
  .section-news span {
    font-size: 1.6rem; } }
.side-heading02-nobb {
  text-align: center;
  margin-bottom: 20px; }
  .side-heading02-nobb span {
    font-family: "Ubuntu", sans-serif;
    font-size: 1.0rem;
    font-weight: bold;
    display: inline-block; }
  @media print, screen and (min-width: 800px) {
    .side-heading02-nobb {
      margin-bottom: 0;
      padding-bottom: 20px;
      padding-top: 20px;
      border-left: 1px solid #b2b2b2;
      border-right: 1px solid #b2b2b2; }
      .side-heading02-nobb span {
        font-size: 1.4rem; } }

/* 全体コンテイナー */
@media print, screen and (min-width: 800px) {
  .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px; } }
@media print, screen and (min-width: 1280px) {
  .container {
    padding: 0 10px; } }
/* sns */
.sns-area {
  border-top: 1px dotted #8b8b8b;
  padding: 35px 0;
  text-align: center; }
  .sns-area li {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle; }
    .sns-area li a {
      display: block;
      width: 22px;
      height: 22px;
      text-align: center;
      vertical-align: middle; }
      .sns-area li a.link-insta img {
        width: 100%; }
      .sns-area li a.link-facebook img {
        width: 11px; }
      .sns-area li a.link-twitter img {
        width: 100%;
        padding-top: 2px; }
  @media print, screen and (min-width: 800px) {
    .sns-area {
      padding: 35px 0 20px; }
      .sns-area li {
        margin: 0 5px; }
        .sns-area li a {
          width: 25px;
          height: 25px; }
          .sns-area li a.link-facebook img {
            width: 13px; }
          .sns-area li a.link-twitter img {
            padding-top: 2px; } }

.section-sns .sns-area {
  border-top: none;
  padding: 0;
  margin-bottom: 65px; }

/* SPテキストリンク */
.textlink-more {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  margin: 20px 0;
  width: 100%;
  font-weight: bold; }
  @media print, screen and (min-width: 800px) {
    .textlink-more {
      display: none; } }

/* tablet表示用ボタン */
.btn-wrap,
.btn-group {
  display: none; }
  @media print, screen and (min-width: 800px) {
    .btn-wrap,
    .btn-group {
      display: block; } }

.btn {
  border: 1px solid #000;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding: 0 36px 0 18px;
  display: inline-block;
  font-size: 1.4rem;
  -webkit-transition: all ease-in-out .35s;
  -moz-transition: all ease-in-out .35s;
  -ms-transition: all ease-in-out .35s;
  -o-transition: all ease-in-out .35s;
  transition: all ease-in-out .35s; }
  .btn-item {
    display: inline-block;
    margin: 0 6px; }
  .btn-group {
    font-size: 0;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 80px; }
  .btn-wrap {
    text-align: center; }
  .btn::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    -webkit-transition: all ease-in-out .35s;
    -moz-transition: all ease-in-out .35s;
    -ms-transition: all ease-in-out .35s;
    -o-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s; }
  .btn--news {
    font-size: 1.16rem; }
  .btn:hover {
    opacity: 1;
    color: #fff;
    background: #000; }
    .btn:hover::after {
      border-color: #fff; }

/* sideの順番を変える */
.l-side {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .l-side .section-news {
    order: 1; }
  .l-side .section-banner {
    order: 2; }
  .l-side .section-rent {
    display: none; }
  .l-side .section-sns {
    display: none; }
  @media print, screen and (min-width: 800px) {
    .l-side {
      display: block; }
      .l-side .section-rent {
        display: block;
        padding-top: 36px;
        margin-bottom: 20px; }
      .l-side .section-sns {
        display: block; } }

/* news */
.section-news {
  padding: 25px 0 0; }
  @media print, screen and (min-width: 800px) {
    .section-news {
      padding: 0; } }

@media print, screen and (min-width: 800px) {
  .news-list {
    margin-bottom: 30px; } }
.news-post {
  border-bottom: 1px dotted #000; }
  .news-post-link {
    display: flex;
    padding: 15px 12px; }
    @media print, screen and (min-width: 800px) {
      .news-post-link {
        padding: 10px 0; } }
  .news-post-thumb {
    width: 31%; }
    @media print, screen and (min-width: 800px) {
      .news-post-thumb {
        width: 80px; } }
  .news-post-desc {
    width: calc(100% - 31%);
    padding-left: 10px; }
    @media print, screen and (min-width: 800px) {
      .news-post-desc {
        width: 100%; } }
  .news-post-ttl {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.5; }
    .news-post-ttl .news-new-label {
      width: 30px;
      display: inline-block;
      height: 16px;
      color: #fff;
      text-transform: uppercase;
      line-height: 16px;
      text-align: center;
      background: #b82029;
      font-style: normal;
      font-size: 0.9rem;
      margin-right: 12px;
      font-family: "Ubuntu", sans-serif; }
    @media print, screen and (min-width: 800px) {
      .news-post-ttl {
        font-size: 1.3rem; }
        .news-post-ttl .news-new-label {
          vertical-align: top;
          font-size: 0.8rem;
          width: 30px;
          height: 13px;
          line-height: 13px; } }
  .news-post-text {
    font-size: 1.2rem;
    line-height: 1.53; }
    @media print, screen and (min-width: 800px) {
      .news-post-text {
        display: none; } }

/* sp コンテンツ内のメニュー */
.contents-menu {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #000; }
  @media print, screen and (min-width: 800px) {
    .contents-menu-wrap {
      display: none !important; } }
  .contents-menu-wrap {
    margin-bottom: 20px; }
  .contents-menu li {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .contents-menu li:nth-child(1) {
      width: 23%; }
    .contents-menu li:nth-child(2) {
      width: 35%; }
    .contents-menu li:nth-child(3) {
      width: 20%; }
    .contents-menu li:nth-child(4) {
      width: 20%; }
    .contents-menu li a {
      font-size: 1.2rem;
      font-weight: bold;
      position: relative;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      height: 45px; }
      .contents-menu li a.is-current::after {
        width: 100%;
        height: 4px;
        background: #000;
        content: "";
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0; }

/* 前のページに戻る */
.pageback a {
  padding: 25px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  position: relative; }
/*.pageback a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 18px;
  background: url(../images/common/icon_back.svg) no-repeat center center/contain;
  margin-left: 12px;
  vertical-align: -4px; }*/
.pageback--top {
  border-top: 1px solid #000;
  border-bottom: 1px solid #808080; }
.pageback--top a {
  font-size: 1.7rem;
  text-align: left;
  padding: 18px 10px 14px 18px;
width: auto;}
/*.pageback--top a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -9px; }
  */
.pageback--top a span {
  vertical-align: baseline;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: normal;

 }
/* 2018/10/03 add */
/* 戻るマークを出さない場合 */
/*
.pageback span {
  padding:0 0;
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
}
*/

    .pageback--top a.noarrow::after {
      content: none;
    }

    .pageback--top a.noarrow span {
    margin-left: 0;
    }
/* 2018/10/03 add end */

/* お知らせ一覧修正　2018 11 05 　ここから*/

.pageback--top {
     position: relative;
     display: flex;
   }

  .pageback--top a.noarrow {
    font-size: 1.2rem;
      line-height: 1.3rem;
      font-weight: normal;
      display: inline-block;
      padding:  0;
      width: auto;
      margin:20px 15px;
      /*-webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);*/
    }

    .pageback--top a.noarrow2 {
    left: 130px;
}

/* お知らせ一覧修正　2018 11 05 　ここまで*/

@media print, screen and (min-width: 800px) {
  .pageback {
    display: none; } }

/* fixed-footer */
.fixed-footer {
  background: #e8e8e8;
  padding: 11px 12px 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;

  -webkit-transition: all ease-in-out .5s;
  -moz-transition: all ease-in-out .5s;
  -ms-transition: all ease-in-out .5s;
  -o-transition: all ease-in-out .5s;
  transition: all ease-in-out .5s;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }
  .fixed-footer.is-showed {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
    border-top: 1px solid #c1c1c1; }
  @media print, screen and (min-width: 800px) {
    .fixed-footer {
      display: none !important; } }

/* 2018/11/14 irima add */
  .fixed-footer p.fixed-footer-address-hours {
    width: 100%;
    text-align:center;
    margin: 8px 0 0px;
    font-size: 1.0rem;
  }

/* a */
.fixed-footer--a .fixed-footer-links {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.fixed-footer--a li {
  width: 31.33%; }
  .fixed-footer--a li a {
    display: flex;
    background: #fff;
    border: 1px solid #808080;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 0.9rem;
    height: 36px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }

/* b */
.fixed-footer--b {
  display: none;
  /* 2018/11/14 irima add */
 /* height: 80px;*/
}
  .fixed-footer--b .fixed-footer-links {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .fixed-footer--b li:nth-child(4), .fixed-footer--b li:nth-child(1) {
    width: 10%; }
  .fixed-footer--b li:nth-child(2), .fixed-footer--b li:nth-child(3) {
    width: 33%; }
  .fixed-footer--b li a {
    display: flex;
    background: #fff;
    border: 1px solid #808080;
    -webkit-border-radius: 4px;
    border-radius: 4px;
     font-size: 1.2rem;
    font-weight: bold;
    color:#515151;
    height: 36px;
    -webkit-align-items: center;

    -webkit-justify-content: center;
    justify-content: center; }
  .fixed-footer--b li .icon-tel {
    width: 14px; }


  .fixed-footer--b li .icon-mail {
    display: inline-block;
    margin-right: 4px;
    width: 15px; }

 .fixed-footer--b li .icon-mail-left {
    display: inline-block;
    margin-right: 0;
    width: 15px;
  }
  .fixed-footer--b li .icon-search {
    width: 17px; }

    .noNairan.fixed-footer--b li:nth-child(3) {
      width: 10%;
    }
    .noNairan.fixed-footer--b li:nth-child(2) {
        width: 70%;
    }


/* c */
.fixed-footer--c {
  display: none;
  /* 2018/11/14 irima add */
  /*height: 80px;*/
}
  .fixed-footer--c .fixed-footer-links {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .fixed-footer--c li:nth-child(2), .fixed-footer--c li:nth-child(1) {
    width: 10%; }
  .fixed-footer--c li:nth-child(3) {
    width: 70%; }
  .fixed-footer--c li a {
    display: flex;
    background: #fff;
    border: 1px solid #808080;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: bold;
    height: 36px;
    color:#515151;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .fixed-footer--c li .icon-tel {
    width: 14px; }
  .fixed-footer--c li .icon-mail {
    display: inline-block;
    width: 15px; }
  .fixed-footer--c li .icon-search {
    width: 17px;
    margin-right: 10px; }


.new-label {
  font-family: "Ubuntu", sans-serif; }

#breadcrumb {
  display: none; }
  @media print, screen and (min-width: 800px) {
    #breadcrumb {
      display: block;
      max-width: 1300px;
      padding: 0 20px;
      margin: 0 auto 45px; }
      #breadcrumb > li:first-child::after {
        content: none; }
      #breadcrumb > li {
        font-weight: bold;
        letter-spacing: normal;
        display: inline-block;
        vertical-align: top;
        font-size: 1.2rem;
        padding: 2px 0 0 20px;
        position: relative;
        color: #b82029; }
        #breadcrumb > li:first-child {
          padding: 2px 0 0 0; }
        #breadcrumb > li::after {
          content: "＞";
          display: block;
          position: absolute;
          left: 2px;
          top: 50%;
          margin-top: -5px;
          color: #000; }
        #breadcrumb > li a {
          color: #000; }
          #breadcrumb > li a:hover {
            opacity: 1;
            color: #b82029; } }
  @media print, screen and (min-width: 1280px) {
    #breadcrumb {
      padding: 0 10px; } }


/*フッターぱんくず　2019 02 20 torii add */

#breadcrumb_btm {
  display: none;
  max-width: 1300px;
  padding: 0 20px 15px;
  margin: 20px auto 10px;
  border-bottom: 1px dotted #999;
}

#breadcrumb_btm > li:first-child::after {
  content: none; }

#breadcrumb_btm > li {
  font-weight: bold;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  font-size: 1.4rem;
  padding: 2px 0 10px 24px;
  position: relative;
  color: #b82029; }

#breadcrumb_btm > li:first-child {
  padding: 2px 0 0 0; }

#breadcrumb_btm > li::after {
  content: "＞";
  display: block;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -10px;
  color: #000; }

#breadcrumb_btm > li a {
  color: #000; }
#breadcrumb_btm > li a:hover {
  opacity: 1;
  color: #b82029; }


@media print, screen and (min-width: 800px) {
  #breadcrumb_btm {
    display: block;
    padding: 0 20px;
    border-bottom: none;
  }

  #breadcrumb_btm > li:first-child {
  padding: 2px 0 0 0; }

  #breadcrumb_btm > li::after {
    margin-top: -5px;
  }

  #breadcrumb_btm > li {
    font-size: 1.2rem;
    padding: 2px 0 0 20px;
  }
}

  @media print, screen and (min-width: 1280px) {
    #breadcrumb_btm {
      padding: 0 10px; } }

/* サイド検索 */
.rent-tab-ttl {
  font-size: 0; }
  .rent-tab-ttl li {
    cursor: pointer;
    display: inline-block;
    border: 2px solid #f2f2f2;
    background: #fff;
    font-size: 1.4rem;
    text-align: center;
    height: 42px;
    line-height: 42px; }
    .rent-tab-ttl li:first-child {
      width: 82px;
      margin-right: 2px; }
    .rent-tab-ttl li:last-child {
      width: 146px; }
    .rent-tab-ttl li.is-active {
      background: #f2f2f2; }

.rent-tab-contents > li {
  display: none;
  background: #f2f2f2;
  padding: 1px 0 0px; }
  .rent-tab-contents > li:first-child {
    display: block; }
  .rent-tab-contents > li .form-inner {
    padding: 0 px; }
  .rent-tab-contents > li .trriger-select-area,
  .rent-tab-contents > li .trriger-select-trainarea {
    font-weight: bold;
    background: #fff;
    border: 1px solid #d6d6d6;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1.3rem;
    cursor: pointer;
    position: relative;
    margin:11px 13px 0 13px;}
    .rent-tab-contents > li .trriger-select-area::after,
    .rent-tab-contents > li .trriger-select-trainarea::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 1px solid #5c5c5c;
      border-right: 1px solid #5c5c5c;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 10px; }
  .rent-tab-contents > li .rent-or-text {
    font-size: 1.0rem;
    margin: 10px 0;
    text-align: center; }
    @media print, screen and (min-width: 800px) {
      .rent-tab-contents > li .rent-or-text {
        font-size: 1.3rem; } }
  .rent-tab-contents > li .show-conditions {
    margin: 10px 13px 10px; }

    .rent-tab-contents > li .show-conditions textarea {
      width: 100%;
      box-sizing: border-box;
      background: #fff;
      height: 73px;
      padding: 10px 15px;
      font-size: 1.2rem;
      resize: none;
     }
  .rent-tab-contents > li .btn-submit {
    display: block;
    background: #333333;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto 10px;
    cursor: pointer;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
    .rent-tab-contents > li .btn-submit:hover {
      opacity: .6 !important; }
  .rent-tab-contents > li .triiger-more-conditions {
    border-top: 1px dotted #d6d6d6;
    font-size: 1.3rem;
    text-align: center;
    padding: 20px 0  ;
    position: relative;
    cursor: pointer; }
    .rent-tab-contents > li .triiger-more-conditions::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-top: 1px solid #5c5c5c;
      border-right: 1px solid #5c5c5c;
      transform: rotate(135deg);
      position: absolute;
      top: 20px;
      margin-top: -2px;
      right: 20px; }
    .rent-tab-contents > li .triiger-more-conditions:hover {
      font-weight: bold; }

.rent-form-moreCondition {
  display: none; }
  @media print, screen and (min-width: 800px) {
    .rent-form-moreCondition {
      display: block;
      padding-bottom: 10px;} }

.select-fee-area {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.select-years-wrap,
.select-worktime-wrap,
.select-fee-wrap {
  width: calc(50% - 3px);
  position: relative;
  background: #fff;
  position: relative;
  margin-bottom: 10px; }
  .select-years-wrap select,
  .select-worktime-wrap select,
  .select-fee-wrap select {
    border: 1px solid #d6d6d6;
    height: 28px;
    line-height: 24px;
    text-align: center;
    font-size: 1.0rem;
    width: 100%;
    text-align: center;
    padding: 0 15px; }
  .select-years-wrap::after,
  .select-worktime-wrap::after,
  .select-fee-wrap::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #5c5c5c;
    border-right: 1px solid #5c5c5c;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px; }
  @media print, screen and (min-width: 800px) {
    .select-years-wrap select,
    .select-worktime-wrap select,
    .select-fee-wrap select {
      font-size: 1.25rem;
      height: 32px;
      line-height: 32px; } }

.select-years-wrap,
.select-worktime-wrap {
  width: 100%; }

.rent-form-dl {
  padding: 14px 13px 4px;
  border-bottom: 1px dotted #d6d6d6; }
  .rent-form-dl dt {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 10px; }
  .rent-form-dl--nopb {
    padding-bottom: 0; }

  .rent-form-dl dd.newOnly01{
    margin-bottom: 10px;
  }

  .rent-tab-contents >  li .rent-form-dl .show-conditions {
    margin: 0;
    padding:0;
  }

.rent-form-block--header {
  padding: 0 0px; }

.rent-form-block--first {
  border-top: 1px dotted #d6d6d6; }

.rent-form-block--mb25 {
  margin-bottom: 25px; }

  p.link-clear{
    padding:10px 10px 0;
  }

.link-clear a{
  text-align: center;
  font-size: 1.3rem;
  background: #fff;
  width: 100%;
  display: block;
  padding: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  color: #000;
  font-weight: bold;
}

/* input */
input[type=checkbox] {
  display: none; }

input[type=checkbox] + label {
  font-size: 1.2rem;
  position: relative;
  padding: 0 0 0 20px; }
  input[type=checkbox] + label::after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    content: '';
    background: #fff;
    z-index: 1; }
  input[type=checkbox] + label:before {
    z-index: 2;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 3px;
    display: block;
    margin-top: -5px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media print, screen and (min-width: 800px) {
    input[type=checkbox] + label {
      font-size: 1.2rem;
      padding-left: 27px;
      line-height: 16px; }
      input[type=checkbox] + label::after {
        width: 16px;
        height: 16px;
        border-color: #b2b2b2;
        margin-top: -8px; }
      input[type=checkbox] + label::before {
        width: 10px;
        height: 14px;
        margin-top: -10px; } }

input[type=checkbox]:checked + label::before {
  opacity: 1; }

.check-plan-list {
  font-size: 0; }
  .check-plan-list li input[type="checkbox"] + label {
    padding: 0 0 0 20px;
    font-size: 1.2rem; }
    .check-plan-list li input[type="checkbox"] + label::after {
      margin-top: -5px;
      width: 11px;
      height: 11px; }
    .check-plan-list li input[type="checkbox"] + label::before {
      left: 3px;
      margin-top: -5px;
      width: 5px;
      height: 9px; }
  .check-plan-list li:not(:last-child) {
    margin-bottom: 14px; }
  @media print, screen and (min-width: 1280px) {
    .check-plan-list li {
      display: inline-block;
      margin-right: 10px; } }

.check-keyword-list {
  font-size: 0; }
  .check-keyword-list li input[type="checkbox"] + label {
    padding: 0 0 0 20px;
    font-size: 1.2rem; }
    .check-keyword-list li input[type="checkbox"] + label::after {
      margin-top: -5px;
      width: 11px;
      height: 11px; }
    .check-keyword-list li input[type="checkbox"] + label::before {
      left: 3px;
      margin-top: -5px;
      width: 5px;
      height: 9px; }
  .check-keyword-list li:not(:last-child) {
    margin-bottom: 14px; }
  @media print, screen and (min-width: 1280px) {
    .check-keyword-list li {
      width: 50%;
      display: inline-block; } }

.remodal {
  background: none;
  width: 100%;
  background: #fff !important;
  min-height: 100vh; }
  .remodal-common {
    position: relative;
    padding: 10px 0; }
  .remodal .modal-dismiss {
    width: 30px;
    position: absolute;
    top: 10px;
    right: 18px; }

@media print, screen and (min-width: 800px) {
  .remodal {
    background: none;
    max-width: 980px;
    min-height: auto; }
    .remodal-common {
      padding: 50px 0; } }
  @media print, screen and (min-width: 800px) and (min-width: 800px) {
    .remodal {
      padding: 50px 60px; }
      .remodal-common {
        padding: 0; }
      .remodal .modal-dismiss {
        right: -40px;
        top: -30px; } }

.modal-search-ttl {
  height: 28px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 0 0 20px;
  margin-bottom: 15px;}
  .modal-search-ttl span {
    font-weight: normal;
    font-size: 1.0rem;
    color: #666666;
    display: inline-block;
    margin-left: 15px; }
  @media print, screen and (min-width: 800px) {
    .modal-search-ttl {
      font-size: 1.6rem;
      height: auto;
      margin-bottom: 25px; }
      .modal-search-ttl span {
        font-size: 1.0rem;
        margin-left: 30px; } }

.modal-search-contents {
  border-top: #808080 solid 1px;
  padding: 5px 0 0; }
  @media print, screen and (min-width: 800px) {
    .modal-search-contents {
      border-bottom: #808080 solid 1px;
      padding: 25px 0; }
      .modal-search-contents--area {
        border-bottom: none; } }

.modal-search-btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  background: #fff;
  border: 2px solid #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin-top: 20px; }
  .modal-search-btn::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    border-width: 2px !important; }
  @media print, screen and (min-width: 800px) {
    .modal-search-btn {
      margin-top: 25px;
      font-size: 1.5rem;
      width: 170px;
      height: 40px;
      line-height: 36px; }
      .modal-search-btn::after {
        border-width: 1px !important; } }

.sp-modal-line-ttl {
  font-weight: bold;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 5px;
  position: relative;
  border-bottom: #808080 dotted 1px; }
  .sp-modal-line-ttl.is-active {
    background: #efefef; }
  .sp-modal-line-ttl.sp-modal-line-ttl-step01 {
    font-size: 1.4rem;
    padding:15px;}
    .sp-modal-line-ttl.sp-modal-line-ttl-step01::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -4px; }
    .sp-modal-line-ttl.sp-modal-line-ttl-step01.is-active::after {
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(315deg); }
  .sp-modal-line-ttl.sp-modal-line-ttl-step02 {
    background: #efefef;
    font-size: 1.2rem;
    padding:15px; }
    .sp-modal-line-ttl.sp-modal-line-ttl-step02::after {
      content: "";
      display: inline-block;
      margin-left: 10px;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg);
      vertical-align: 3px; }
    .sp-modal-line-ttl.sp-modal-line-ttl-step02.is-active::after {
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(315deg); }

.sp-modal-line-step02 {
  display: none; }

.sp-modal-line-step03 {
  border-bottom: #808080 dotted 1px;
  font-size: 0;
  padding: 15px ;
  display: none;
  text-align: left; }
  .sp-modal-line-step03 li {
    display: inline-block;
    width: 33%; }
  .sp-modal-line-step03 li:first-child {
    width: 100%;
  }

    .sp-modal-line-step03 li:nth-child(n + 3) {
      margin-top: 15px; }

li.line {
  height: 0;
  display: block; }

/* pc */
.pc-modal-search-line {
  display: none; }

@media print, screen and (min-width: 800px) {
  .sp-modal-search-line {
    display: none; }

  .pc-modal-search-line {
    display: block; } }
/* pc */
@media print, screen and (min-width: 800px) {
  .pc-modal-search-line {
    padding: 0 3px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .pc-modal-search-line .modal-search-line-step3,
    .pc-modal-search-line .modal-search-line-step2,
    .pc-modal-search-line .modal-search-line-step1 {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      width: calc(33.33% - 40px); }
    .pc-modal-search-line .modal-search-line-step1 {
      padding-right: 30px;
      border-right: 1px solid #808080; }
    .pc-modal-search-line .modal-search-line-step2 {
      padding-left: 30px;
      padding-right: 30px;
      border-right: 1px solid #808080; }
    .pc-modal-search-line .modal-search-line-step3 {
      padding-left: 30px;
    }

  .modal-search-line-list li {
    border-bottom: 1px solid #808080;
    font-size: 1.3rem;
    display: flex;
    width: 100%;
    height: 48px;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding: 0 10px; }
    .modal-search-line-list li.is-active {
      background: #ededed; }
    .modal-search-line-list li::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -4px; }

  .modal-search-line-step3 {
    margin-right: 15px; }

  .modal-search-line-step3-checklist {
    font-size: 0;
    text-align: left; }
    .modal-search-line-step3-checklist li {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
      .modal-search-line-step3-checklist li:nth-child(n + 3) {
        margin-top: 20px;
      }

  .modal-search-line-step2 > .modal-search-line-step2-list > li {
    display: none; }

  .modal-search-line-step3 > .modal-search-line-step3-list > li {
    display: none; } }
/* モーダル地域から選ぶ */
.modal-search-area-ttl {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold; }
  @media print, screen and (min-width: 800px) {
    .modal-search-area-ttl {
      font-size: 1.5rem;
      text-align: left;
      height: auto;
      line-height: auto;
      padding-bottom: 20px;
      border-bottom: 1px solid #000; } }

@media print, screen and (min-width: 800px) {
  .modal-search-area-list {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }
.modal-search-area-list li {
  border-bottom: 1px dotted #000;
  padding: 15px 10px; }
  @media print, screen and (min-width: 800px) {
    .modal-search-area-list li {
      width: calc(33.33% - 13px); } }

.modal-search-area-check {
  margin-bottom: 10px; }
  .modal-search-area-check input[type=checkbox] + label {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5; }
  @media print, screen and (min-width: 800px) {
    .modal-search-area-check {
      text-align: left; }
      .modal-search-area-check input[type=checkbox] + label {
        font-size: 1.3rem;
        line-height: 16px; } }

.modal-search-area-check-detail {
  font-size: 1.1rem;
  padding-left: 21px;
  line-height: 1.2; }
  @media print, screen and (min-width: 800px) {
    .modal-search-area-check-detail {
      font-size: 1.1rem;
      padding-left: 27px;
      line-height: 1.4em;
      text-align: left; } }

.modal-search-area-allcheck {
  text-align: center;
  margin-top: 17px; }
  @media print, screen and (min-width: 800px) {
    .modal-search-area-allcheck {
      margin-top: 30px; } }

@media print, screen and (min-width: 800px) {
  .modal-search-area-block + .modal-search-area-block {
    margin-top: 30px; } }

/* モーダル検索 */
.modalSearch-tab-ttl {
  font-size: 0;
  text-align: center; }
  .modalSearch-tab-ttl li {
    cursor: pointer;
    display: inline-block;
    border: 2px solid #f2f2f2;
    background: #fff;
    font-size: 1.0rem;
    text-align: center;
    height: 42px;
    line-height: 42px; }
    .modalSearch-tab-ttl li:first-child {
      width: 82px;
      margin-right: 2px; }
    .modalSearch-tab-ttl li:last-child {
      width: 146px; }
    .modalSearch-tab-ttl li.is-active {
      background: #f2f2f2; }

.modalSearch-tab-contents > li {
  display: none;
  background: #f2f2f2;
  padding: 25px 0 10px; }
  .modalSearch-tab-contents > li:first-child {
    display: block; }
  .modalSearch-tab-contents > li .form-inner {
    padding: 0 13px; }
  .modalSearch-tab-contents > li .trriger-select-area,
  .modalSearch-tab-contents > li .trriger-select-trainarea {
    cursor: pointer;
    background: #fff;
    border: 2px solid #d6d6d6;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 1.2rem;
    position: relative; }
    .modalSearch-tab-contents > li .trriger-select-area::after,
    .modalSearch-tab-contents > li .trriger-select-trainarea::after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-top: 1px solid #5c5c5c;
      border-right: 1px solid #5c5c5c;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 10px; }
  .modalSearch-tab-contents > li .modalSearch-or-text {
    font-size: 1.0rem;
    margin: 10px 0;
    text-align: center; }
  .modalSearch-tab-contents > li .show-conditions {
    margin: 10px 0; }
    .modalSearch-tab-contents > li .show-conditions textarea {
      width: 100%;
      box-sizing: border-box;
      background: #fff;
      height: 60px;
      padding: 10px 15px;
      font-size: 1.2rem; }
  .modalSearch-tab-contents > li .btn-submit {
    display: block;
    background: #000;
    color: #fff;
    font-size: 1.2rem;
    width: 62px;
    height: 21px;
    line-height: 21px;
    margin: 24px auto 10px; }
  .modalSearch-tab-contents > li .triiger-more-conditions {
    border-top: 1px dotted #d6d6d6;
    font-size: 1.16rem;
    text-align: center;
    padding-top: 10px;
    position: relative; }
    .modalSearch-tab-contents > li .triiger-more-conditions::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-top: 1px solid #5c5c5c;
      border-right: 1px solid #5c5c5c;
      transform: rotate(135deg);
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 20px; }

.modalSearch-form-moreCondition {
  display: none; }
  @media print, screen and (min-width: 800px) {
    .modalSearch-form-moreCondition {
      display: block; } }

.select-fee-area {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.select-worktime-wrap,
.select-fee-wrap {
  width: calc(50% - 3px);
  position: relative;
  background: #fff;
  position: relative; }
  .select-worktime-wrap select,
  .select-fee-wrap select {
    border: 1px solid #d6d6d6;
    height: 30px;
    line-height: 26px;
    text-align: center;
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
    padding: 0 15px; }

  .select-type-block{
    padding: 14px 13px 14px;
    border-bottom: 1px dotted #d6d6d6;
  }
  .rent-tab-contents .select-type-block .trriger-select-trainarea{
    margin-left: 0;
    margin-right: 0;
  }
  .rent-tab-contents .select-type-block .trriger-select-trainarea:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #5c5c5c;
    border-right: 1px solid #5c5c5c;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
    pointer-events: none;
  }
  .select-type-block label{
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  select.select-type{
    height: 30px;
    line-height: 26px;
    text-align: center;
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
    padding: 0 15px; }

  .select-worktime-wrap::after,
  .select-fee-wrap::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #5c5c5c;
    border-right: 1px solid #5c5c5c;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px; }
  @media print, screen and (min-width: 800px) {
    .select-worktime-wrap select,
    .select-fee-wrap select {
      height: 32px;
      line-height: 32px; } }

.select-worktime-wrap {
  width: 100%; }

.modalSearch-form-dl {
  padding: 20px 0 13px;
  border-top: 1px dotted #d6d6d6;
  border-bottom: 1px dotted #d6d6d6; }
  .modalSearch-form-dl dt {
    font-size: 1.2rem;
    margin-bottom: 10px; }

/* input */
input[type=checkbox] {
  display: none; }

input[type=checkbox] + label {
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 20px; }
  input[type=checkbox] + label::after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 40%;
    left: 0;
    display: block;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    content: '';
    background: #fff;
    z-index: 1; }
  input[type=checkbox] + label:before {
    z-index: 2;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 3px;
    display: block;
    margin-top: -5px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media print, screen and (min-width: 800px) {
    input[type=checkbox] + label {
      font-size: 1.2rem;
      padding-left: 27px;
      line-height: 14px; }
      input[type=checkbox] + label::after {
        top: 50%;
        width: 16px;
        height: 16px;
        border-color: #b2b2b2;
        margin-top: -8px; }
      input[type=checkbox] + label::before {
        width: 10px;
        height: 14px;
        margin-top: -10px; } }

input[type=checkbox]:checked + label::before {
  opacity: 1; }

input[type=radio] + label {
	font-size: 1.4rem;
	position: relative;
	padding: 0 0 0 20px;
}
input[type=radio] + label::after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 40%;
	left: 0;
	display: block;
	margin-top: -5px;
	width: 14px;
	height: 14px;
	border: 1px solid #000;
	border-radius: 50%;
	content: '';
	background: #fff;
	z-index: 1;
}
input[type=radio] + label:before {
	z-index: 2;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 3px;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 50%;
	content: '';
	opacity: 0;
}
@media print, screen and (min-width: 800px) {
	input[type=radio] + label {
		font-size: 1.2rem;
		padding-left: 27px;
		line-height: 14px;
	}
	input[type=radio] + label::after {
		top: 50%;
		width: 16px;
		height: 16px;
		border-color: #b2b2b2;
		margin-top: -8px;
	}
	input[type=radio] + label::before {
		width: 10px;
		height: 10px;
		margin-top: -5px;
	}
}

input[type=radio]:checked + label::before {
  opacity: 1; }


.check-plan-list {
  font-size: 0; }
  .check-plan-list li input[type="checkbox"] + label {
    padding: 0 0 0 20px;
    font-size: 1.3rem; }
    .check-plan-list li input[type="checkbox"] + label::after {
      margin-top: -5px;
      width: 11px;
      height: 11px; }
    .check-plan-list li input[type="checkbox"] + label::before {
      left: 3px;
      margin-top: -5px;
      width: 5px;
      height: 9px; }
  .check-plan-list li:not(:last-child) {
    margin-bottom: 14px; }
  @media print, screen and (min-width: 1280px) {

    .check-plan-list li {
      display: inline-block;
      margin-right: 10px;
      font-size: } }

.check-keyword-list {
  font-size: 0;
  margin-bottom: 20px; }
  .check-keyword-list li input[type="checkbox"] + label {
    padding: 0 0 0 20px;
    font-size: 1.3rem; }
    .check-keyword-list li input[type="checkbox"] + label::after {
      margin-top: -5px;
      width: 11px;
      height: 11px; }
    .check-keyword-list li input[type="checkbox"] + label::before {
      left: 3px;
      margin-top: -5px;
      width: 5px;
      height: 9px; }
  .check-keyword-list li:not(:last-child) {
    margin-bottom: 12px; }
  @media print, screen and (min-width: 1280px) {
      .check-keyword-list {
        margin-bottom: 20px;
      }

    .check-keyword-list li {
      width: 50%;
      display: inline-block; } }

.sp-search-section {
  padding-top: 18px; }

.sp-search-tab-list {
  display: block;
  border-bottom: 1px dotted #808080;
  text-align: center;
  font-size: 0; }
  .sp-search-tab-list li {
    display: inline-block;
    border-top: 1px dotted #808080;
    border-left: 1px dotted #808080;
    border-right: 1px dotted #808080;
    font-size: 1.4rem;
    padding: 0 20px;
    height: 45px;
    line-height: 44px; }
    .sp-search-tab-list li:first-child {
      margin-right: 3px; }
    .sp-search-tab-list li.is-current {
      pointer-events: none;
      background: #f2f2f2; }

/* spフォーム */
.sp-search-form {
  padding: 0 10px;
  border-bottom: 1px dotted #666;
  padding-bottom: 25px; }

.search-form-block {
  padding: 12px 0 20px;
  border-bottom: 1px dotted #000; }
  .search-form-block--top {
    padding: 20px 0 20px; }
  .search-form-block--bt {
    border-top: 1px dotted #808080;
    margin-top: 28px; }

.sp-search-tab-contents > li {
  display: none; }
.sp-search-tab-contents > li:first-child {
  display: block; }
.sp-search-tab-contents input[type=text] {
  border: 1px solid #666666;
  font-size: 1.6rem;
  padding: 0 10px; }
.sp-search-tab-contents textarea {
  padding: 10px;
  font-size: 1.3rem;
  line-height: 1.3;
  height: 68px;
  background: #fff;
  width: 100%;
  border: 1px solid #666666;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.sp-search-tab-contents .triger-select-area,
.sp-search-tab-contents .triger-select-trainarea {
  display: block;
  background: #fff;
  border: 1px solid #666;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 10px; }

  .sp-search-tab-contents .triger-select-area::after,
  .sp-search-tab-contents .triger-select-trainarea::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #6a6a6a;
    border-right: 1px solid #6a6a6a;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px; }
.sp-search-tab-contents .show-conditions {
  margin: 0 10px; }
  .sp-search-tab-contents .show-conditions textarea {
    background: #f2f2f2; }
.sp-search-tab-contents .triger-select-area {

  margin-bottom: 20px; }
.sp-search-tab-contents .search-or-text {
  font-size: 1.5rem;
  margin: 10px 0;
  text-align: center; }
.sp-search-tab-contents .search-form-dl dt {
  padding:5px 0;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px; }
.sp-search-tab-contents .search-form-dl dd {
  padding: 0 5px; }

  .sp-search-tab-contents .search-form-dl dd input[type=checkbox] + label {
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0 20px; }

.sp-search-tab-contents .select-years,
.sp-search-tab-contents .select-worktime,
.sp-search-tab-contents .select-fee {
  font-size: 1.5rem;
  line-height: 38px;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  text-align: center;
  text-align: center;
  border: 1px solid #a9a9a9;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
.sp-search-tab-contents .select-years-wrap {
  margin-bottom: 5px; }
.sp-search-tab-contents .check-keyword-list,
.sp-search-tab-contents .check-plan-list {
  font-size: 0; }
  .sp-search-tab-contents .check-keyword-list li,
  .sp-search-tab-contents .check-plan-list li {
    display: inline-block;
    width: 50%; }
.sp-search-tab-contents .btn-submit {
  display: block;
  border: 2px solid #000;
  width: 220px;
  height: 50px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 20px; }
  .sp-search-tab-contents .btn-submit::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #5c5c5c;
    border-right: 1px solid #5c5c5c;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 10px;
    border-width: 2px !important; }

 .sp-search-tab-contents dd.newOnly01{
    margin:0;
    padding-top:10px;
  }

/* 2018/09/18 add start */
/* オキニイリ */
div.dialog{
    display:none;
}

p.dialog{
    margin:17px 0 0 0;
    /* 2021/01/10 サイト全体（body）のフォントに合わせる
    font:14px "ＭＳ Ｐゴシック",sans-serif,arial,helvetica,clean;*/
    font:14px "Ubuntu", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color:#1a1a1a;
}
/* 2018/09/18 add end */

/* 2018/10/09 add start */
/* 個人情報保護方針（入力フォーム） */
.privacy-textarea {
    overflow:auto;
    /*width:95%;*/
    width:100%;
    height:180px;
    padding:15px;
    border:1px solid #000;
    background-color:#FFF;
    color:#000;
    font-size:1.2rem;
}
.privacy-textarea table {
    line-height: 2.3rem;
}

/* 2018/10/09 add end */

/* 2018/12/04 個人情報保護情報用 add end */

.privacy-textarea h2{
    border-bottom: 1px dotted #999;
    margin:20px 0 20px 0;
    padding-bottom: 10px;
    font-size:1.4rem;
}

.privacy-textarea h3{
    margin-bottom: 5px;
}

.privacy-textarea .comp_center{
    text-align: center;
}

.privacy-textarea p {
    line-height: 1.7;
    margin:10px 0 20px 0;
}

.privacy-textarea ul{
    margin-bottom: 40px;
}

.privacy-textarea ul li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.privacy-textarea dl {
    display: flex;
    font-size: 1.3rem;
    margin-bottom: 10px;

}

.privacy-textarea dl dt{
    display: inline-block;
    width: 120px;
}

.privacy-textarea dl dd{
     display: inline-block;
     width: 400px;
}




/* 2018/09/19 add start */
/* エラー */
.err-msg {
  margin-top: 10px;
  background:#fad0cc url("/assets/images/common/icon_caution.svg") no-repeat 11px 11px;
  background-size:40px auto;
  padding: 11px;
  margin: 22px 0 0 0;
  min-height:52px;
  height: auto !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.err-msg-box {
  /*background:#fad0cc url("/img/www/ico-caution.gif") no-repeat 11px 11px;*/
  background:#fad0cc url("/assets/images/common/icon_caution.svg") no-repeat 11px 11px;
  background-size:40px auto;
  padding:11px;
  margin:15px ;
  min-height:52px;
  height: auto !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.err-msg p {
  color:#be2836;
  margin:0 0 0 73px;
  line-height:1.3em;
  line-height:1.5;
  font-size:1.3rem;
}
.err-msg-box p {
  color:#be2836;
  margin:0 0 0 73px;
  line-height:1.5;
  font-size:1.3rem;
  font-weight: bold;
}

.err-msg-box p.err-msg-tlt{
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 800px) {
  .err-msg-box {
    margin: 0;
    margin-bottom: 40px;
  }
}
/* 2018/09/19 add end */

/* 2018/11/05 add start */
.gmap-area {
    width:100%;
    min-width:320px;
    min-height:320px;
    margin:10px 0;
    padding:0;
    border:1px solid #b2b2b2;
    float:left;
}
@media screen and (min-width: 800px) {/* タブレット以上の場合 */
    .gmap-area {
        width:100%;
      /* 2020/12/30 MAPのサイズを半分にする
        min-height:420px;*/
        min-height:225px;
        margin:10px 0;
        padding:0;
        border:1px solid #b2b2b2;
    float:left;
    }

    .gm-style-mtc > div{
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 1280px) {/* PCの場合 */

    .gm-style-mtc > div{
        font-size: 1.5rem;
    }
}
/* 2018/11/05 end */

/* 2019/07/17 add start */
/* embedMapをレスポンシブに
 * PC:縦横比16:9
 *  ※9 / 16 x 100 = 56.25（％）
 */
.gmap-area-inner {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.gmap-area-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
@media screen and (min-width: 800px) {/* タブレット以上の場合 */
  .gmap-area-inner {
    /* 2020/12/30 MAPのサイズを半分にする
    padding-bottom: 56.25%;*/
    padding-bottom: 28.125%;
  }
}
/* 2019/07/17 add end */

.thanksText,.b-txt{
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 20px 0;
}

.return_link {
  text-align: center;
  margin-bottom: 50px;
}

.return_link a{
  margin:20px 0;
  font-size: 1.3rem;
  display: inline-block;
  padding:10px;
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  color: #000;
  background: #fff;
}