@charset "UTF-8";
/* common
=================================================================== */
/* layout
=================================================================== */
/* animation delay
=================================================================== */
/* 3d
=================================================================== */
/* font
=================================================================== */
/* form
=================================================================== */
/*color
=================================================================== */
/*common
=================================================================== */
.text--red {
  color: #f71616 !important; }

.slick--target {
  margin-bottom: 50px; }

#thumbnail_slider {
  width: calc(100% - 100px);
  margin: auto; }
  #thumbnail_slider .slick-list .slick-slide {
    position: relative;
    line-height: 0; }
    #thumbnail_slider .slick-list .slick-slide:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.2s ease;
      border: 2px solid #359844;
      opacity: 0;
      width: calc(100% - 4px);
      height: calc(100% - 4px); }
    #thumbnail_slider .slick-list .slick-slide.slick-current:after {
      opacity: 1; }

#slider {
  margin-bottom: 15px; }
  #slider .slide-item span {
    padding-top: calc(463 / 762 * 100%);
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  #slider dl {
    padding: 18px 34px;
    background: #ececec; }
    #slider dl dt {
      font-size: 18px;
      font-weight: bold; }
    #slider dl dd {
      font-size: 13px; }

.slider--main .slick-prev {
  left: 12px; }
.slider--main .slick-next {
  right: 12px; }

/* ------------------------------
   360viewer
------------------------------ */
.pnlm-controls-container {
  display: none; }

.viewer360--text li {
  padding: 18px 34px;
  background: #ececec;
  font-size: 18px;
  font-weight: bold; }

.viewer360 .screenWrap {
  margin: 0 auto;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1; }

.viewer360 .screenWrap .prev,
.viewer360 .screenWrap .next {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  overflow: hidden;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -ms-transition-duration: .5s;
  -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  　-moz-transition-duration: .5s;
  -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.viewer360 .screenWrap .prev {
  left: 20px;
  background: url(/assets/img/contents/facilities/slick--prev.svg) no-repeat center center;
  background-size: 100% auto; }

.viewer360 .screenWrap .next {
  right: 20px;
  background: url(/assets/img/contents/facilities/slick--next.svg) no-repeat center center;
  background-size: 100% auto; }

.viewer360 .screenWrap .prev:hover,
.viewer360 .screenWrap .next:hover {
  opacity: 0.8; }

.viewer360 #screen {
  width: 100%;
  height: 500px;
  position: relative; }

.viewer360 nav {
  margin: 10px auto;
  display: flex;
  justify-content: space-between; }

.viewer360 nav a {
  margin: 0 1px;
  width: 160px;
  height: 80px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  background-size: cover;
  box-sizing: border-box;
  position: relative; }
  .viewer360 nav a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
    border: 2px solid #359844;
    opacity: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px); }

.viewer360 nav a:hover {
  opacity: 1; }

.viewer360 nav a.active:after {
  opacity: 1; }

@media only screen and (max-width: 768px) {
  .viewer360 .screenWrap {
    margin: 0 auto;
    width: 100%;
    height: 280px;
    position: relative; }

  .viewer360 .screenWrap .prev,
  .viewer360 .screenWrap .next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px; }

  .viewer360 .screenWrap .prev {
    left: 12px; }

  .viewer360 .screenWrap .next {
    right: 12px; }

  .viewer360 .screenWrap .prev:after,
  .viewer360 .screenWrap .next:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px; }

  .viewer360 #screen {
    width: 100%;
    height: 280px; }

  .viewer360 nav a {
    margin: 0 5px;
    width: 70px;
    height: 35px; } }
.kv {
  height: 647px;
  margin-bottom: 0; }
  .kv .kv__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .kv .kv__img span {
      display: block;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
  .kv .kv__contents {
    max-width: 1100px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 1; }
    .kv .kv__contents .kv__contents--inner {
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 25px 140px 25px 35px; }
      .kv .kv__contents .kv__contents--inner h1 {
        font-size: 27px;
        margin-bottom: 5px; }
      .kv .kv__contents .kv__contents--inner p {
        font-family: "M PLUS 1p";
        letter-spacing: 0.1em;
        font-size: 14px;
        font-weight: bold; }
      .kv .kv__contents .kv__contents--inner .vacancy {
        border-right: none;
        border-left: 1px dotted #e8e8e8;
        position: absolute;
        right: 35px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: auto;
        padding-left: 25px;
        line-height: 30px; }
        .kv .kv__contents .kv__contents--inner .vacancy:before {
          font-size: 12px;
          display: block;
          line-height: 1;
          text-align: left;
          margin-right: 0;
          margin-bottom: 15px; }
        .kv .kv__contents .kv__contents--inner .vacancy:after {
          font-size: 15px; }
        .kv .kv__contents .kv__contents--inner .vacancy.zero:before {
          font-size: 21px;
          color: #000;
          margin-bottom: 0; }
        .kv .kv__contents .kv__contents--inner .vacancy.zero:after {
          font-size: 21px;
          left: auto;
          right: 0;
          transform: translate3d(0, -50%, 0);
          -webkit-transform: translate3d(0, -50%, 0); }

.column--left {
  width: 301px;
  padding-right: 15px;
  overflow: hidden;
  position: absolute;
  top: 0; }
  .column--left.menu--fix--top {
    position: fixed;
    top: 54px; }
  .column--left.menu--fix--bottom {
    position: absolute;
    top: auto;
    bottom: 62px; }
  .column--left dt {
    display: none; }
  .column--left .facilities__nav {
    background: #359844;
    padding: 0 35px; }
    .column--left .facilities__nav li {
      border-bottom: 1px #fff solid;
      position: relative; }
      .column--left .facilities__nav li:last-child {
        border-bottom: none;
        margin-bottom: 0; }
      .column--left .facilities__nav li:after, .column--left .facilities__nav li:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateX(-302px);
        -webkit-transform: translateX(-302px);
        transition-duration: 0.3s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -ms-transition-duration: 0.3s;
        -ms-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        　-moz-transition-duration: 0.3s;
        -moz-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
      .column--left .facilities__nav li:after {
        background: #68b273;
        width: 287px;
        height: 58px;
        left: -35px;
        top: -1px; }
      .column--left .facilities__nav li:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 29px 0 29px 15px;
        border-color: transparent transparent transparent #68b273;
        right: -50px;
        left: auto; }
      .column--left .facilities__nav li.active:after, .column--left .facilities__nav li.active:before, .column--left .facilities__nav li:hover:after, .column--left .facilities__nav li:hover:before {
        transform: translateX(0);
        -webkit-transform: translateX(0); }
      .column--left .facilities__nav li.active a, .column--left .facilities__nav li:hover a {
        text-decoration: none; }
      .column--left .facilities__nav li.active:after, .column--left .facilities__nav li.active:before {
        transition-delay: 1s;
        -webkit-transition-delay: 1s; }
      .column--left .facilities__nav li a {
        color: #fff;
        font-size: 15px;
        font-family: "M PLUS 1p";
        letter-spacing: 0.1em;
        font-weight: bold;
        padding: 15px 0;
        position: relative;
        z-index: 1;
        background: url(../img/common/icon__arrow--white.svg) no-repeat right center; }
      .column--left .facilities__nav li.medical_support {
        background-color: #fc9b60;
        margin: 0 -35px;
        padding: 0 35px;}
      .column--left .facilities__nav li.medical_support:before{
        border-color: transparent transparent transparent #ffb682;
        right: -15px;}
      .column--left .facilities__nav li.medical_support:after{
        background-color: #ffb682;
        width: calc(100% + 35px);}

.column--right {
  margin-left: 338px;
  padding-top: 50px; }
  .column--right section {
    margin-bottom: 70px; }
    .column--right section:last-of-type {
      margin-bottom: 100px; }
    .column--right section > .btn__arrow {
      width: 280px;
      margin: 0 auto; }
  .column--right .column--2 {
    margin-right: -25px; }
    .column--right .column--2 > li {
      width: calc(100% / 2 - 25px);
      margin-right: 25px; }
  .column--right .list--1 {
    margin-bottom: 60px; }
    .column--right .list--1 li {
      margin-bottom: 50px;
      position: relative; }
      .column--right .list--1 li .block--btn > dt {
        width: 306px; }
      .column--right .list--1 li .block--btn > dd {
        margin-left: calc(306px + 40px);
        min-height: 209px; }
      .column--right .list--1 li .btn__arrow {
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(100% - 346px); }

.footer__link h2 {
  text-align: center;
  font-size: 21px;
  color: #359844;
  margin-bottom: -18px;
  position: relative;
  z-index: 1; }
  .footer__link h2 span {
    background: #fff;
    padding: 0 10px; }
.footer__link .footer__link--main {
  padding: 30px; }
  .footer__link .footer__link--main ul, .footer__link .footer__link--main .footer__link--main--list {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .footer__link .footer__link--main ul li, .footer__link .footer__link--main .footer__link--main--list li {
      width: calc((100% - 25px) / 2);
      margin-right: 0; }
  .footer__link .footer__link--main dl, .footer__link .footer__link--main .footer__link--main--info {
    right: auto;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    width: auto;
    bottom: 30px; }
    .footer__link .footer__link--main dl:after, .footer__link .footer__link--main .footer__link--main--info:after {
      content: " ";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      width: 1px;
      background: #359844;
      left: auto;
      right: -40px; }
  .footer__link .footer__link--main .btn--request {
    text-align: center;
    position: relative;
    margin: 40px 0 20px 385px; }
    .footer__link .footer__link--main .btn--request a svg {
      left: 20px;
      width: 20px;
      height: 20px; }
.footer__link .footer__link--sub .btn__green a {
  text-align: left;
  padding-left: 12px; }
  .footer__link .footer__link--sub .btn__green a svg {
    left: auto;
    right: 10px; }

.title--h3 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.05em; }

.title--h3 {
  padding-bottom: 5px;
  margin-bottom: 30px; }

.column--2 {
  margin-top: 35px;
  margin-bottom: 30px; }

.block > dt span {
  padding-top: 68%; }
.block.block--btn > dd {
  min-height: 249px; }

.indent--2 .btn--tel {
  display: inline;
  color: #359844 !important;
  pointer-events: none; }

.around--list {
  margin-bottom: 60px; }
  .around--list li {
    margin-bottom: 30px;
    min-height: 180px; }
    .around--list li .block--left > dt {
      width: 180px; }
      .around--list li .block--left > dt span {
        padding-top: 100%; }
    .around--list li .block--left > dd {
      margin-left: 205px; }
      .around--list li .block--left > dd dt {
        font-size: 18px;
        color: #359844;
        margin-bottom: 5px; }
      .around--list li .block--left > dd dd {
        font-size: 15px; }
        .around--list li .block--left > dd dd .around--detail {
          font-size: 14px;
          margin-top: 10px; }

.room--type {
  position: relative; }
  .room--type > dt {
    color: #359844;
    font-family: "M PLUS 1p";
    letter-spacing: 0.1em;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center; }
    .room--type > dt span {
      font-family: "M PLUS 1p";
      font-weight: 700;
      font-size: 47px;
      display: block;
      line-height: 30px;
      margin-bottom: 15px; }
  .room--type > dd:not(.esc_dd_style) {
    margin-left: 62px;
    padding-left: 20px;
    border-left: 1px solid #e1e1e1; }
    .room--type > dd dt {
      color: #808080;
      font-size: 12px;
      margin-bottom: 10px; }
    .room--type > dd dd {
      font-size: 36px;
      font-family: "M PLUS 1p";
      letter-spacing: 0.1em;
      line-height: 1.2; }
    .room--type > dd dd.small_font_size {
      font-size: 23px;}
      .room--type > dd dd span {
        color: #808080;
        font-size: 20px; }

.room__about .title--h6{
  color: #359844;
  margin-top: 15px;}
.room__about .about__text1{
  font-size: 14px;
  margin-top: 15px;}

/*facilities--top
	=================================================================== */
.facilities--top {
  /*common
  	=================================================================== */
  /*facilities__price
  	=================================================================== */
  /*facilities__quality
  	=================================================================== */
  /*facilities__quality
  	=================================================================== */
  /*dayservice
  =================================================================== */ }
  .facilities--top .facilities__price .column {
    margin-right: 0; }
    .facilities--top .facilities__price .column > li {
      width: calc(100% / 3 - 20px);
      min-width: 194px;
      margin-bottom: 0;
      margin-right: 30px; }
      .facilities--top .facilities__price .column > li:last-of-type {
        margin-right: 0;
      }
      .facilities--top .facilities__price .column > li > dl {
        border: 2px solid #359844;
        font-family: "M PLUS 1p";
        letter-spacing: 0.1em;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 20px; }
        .facilities--top .facilities__price .column > li > dl dt {
          background: #359844;
          color: #fff;
          padding: 6px 0; }
        .facilities--top .facilities__price .column > li > dl dd {
          font-size: 14px;
          color: #929292;
          padding: 8px 0; }
  .facilities--top .facilities__price p {
    color: #929292;
    font-size: 12px;
    text-align: right;
    margin-bottom: 30px; }
  .facilities--top .facilities__quality .list--1 {
    margin-bottom: 60px; }
  .facilities--top .facilities__quality p {
    font-size: 13px;
    margin-bottom: 10px; }
  .facilities--top .facilities__quality .column {
    margin-top: 30px; }
  .facilities--top .event--list {
    margin-bottom: 30px; }
  .facilities--top.dayservice article.article--full {
    margin-bottom: 70px; }
  .facilities--top.dayservice section.section__service--1 {
    margin-bottom: 50px; }
  .facilities--top.dayservice .block.block--left > dd > dl {
    margin-bottom: 20px;
    padding-right: 198px; }
    .facilities--top.dayservice .block.block--left > dd > dl > dt {
      font-size: 23px;
      margin-bottom: 2px;
      color: #359844; }
    .facilities--top.dayservice .block.block--left > dd > dl > dd {
      font-size: 15px; }
  .facilities--top.dayservice .block.block--left .min-height-365 {
    min-height: 365px; }
  .facilities--top.dayservice .block.block--left h3 {
    font-size: 23px;
    margin-bottom: 2px;
    color: #359844;
    font-weight: bold;
    margin-top: 5px;}
  .facilities--top.dayservice .block.block--left h4 {
    font-weight: bold;
    font-family: "M PLUS 1p";
    letter-spacing: 0.1em;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;}
  .facilities--top.dayservice .block.block--left p {
    font-size: 14px;
    margin-bottom: 10px;}
  .facilities--top.dayservice .block.block--left p.fs--large {
    font-size: 18px;}
  .facilities--top.dayservice .block.block--left table {
    margin-bottom: 15px;
    font-size: 14px;}
  .facilities--top.dayservice .block.block--left table tr.dashed_border{
    border-top: 1px dashed #666;}
  .facilities--top.dayservice .block.block--left th{
    font-weight: bold;
    padding: 3px 3px 3px 0;}
  .facilities--top.dayservice .block.block--left th .txt_orange{
    color: #ED7D31;}
  .facilities--top.dayservice .block.block--left th .txt_green{
    color: #359844;}
  .facilities--top.dayservice .block.block--left td{
    padding: 3px;}
  .facilities--top.dayservice .block.block--left ul li{
    font-size: 14px;
    list-style: disc;
    margin-left: 18px;}
  .facilities--top.dayservice .block.block--left ul.text_list li{
    list-style: none;
    text-indent: -14px;
    margin-left: 14px;}
  .facilities--top.dayservice .btn__map {
    position: absolute;
    width: 187px;
    top: 0;
    right: 0; }
    .facilities--top.dayservice .btn__map a {
      font-size: 12px;
      padding: 7px 17px; }
      .facilities--top.dayservice .btn__map a svg {
        right: 14px; }
  .facilities--top.dayservice .block--left--detail {
    margin-bottom: 25px; }
    .facilities--top.dayservice .block--left--detail li {
      position: relative;
      font-size: 12px;
      color: #929292;
      margin-bottom: 15px;
      padding-left: 145px; }
      .facilities--top.dayservice .block--left--detail li span {
        display: block;
        position: absolute;
        width: 135px;
        padding: 2px 0;
        top: -2px;
        left: 0;
        color: #fff;
        background-color: #b9b9b9;
        border-radius: 25px;
        text-align: center; }
  .facilities--top.dayservice .footer__link .footer__link--main {
    display: flex;
    flex-wrap: nowrap; }
    .facilities--top.dayservice .footer__link .footer__link--main .footer__link--left {
      width: 30%;
      margin-right: 35px; }
    .facilities--top.dayservice .footer__link .footer__link--main .footer__link--left.d-flex-center {
      display: flex;
      align-items: center;}
      .facilities--top.dayservice .footer__link .footer__link--main .footer__link--left h3 {
        font-size: 21px;
        font-family: "M PLUS 1p";
        font-weight: bold;
        color: #359844;
        margin-bottom: 10px; }
    .facilities--top.dayservice .footer__link .footer__link--main .footer__link--right {
      width: calc(70% - 35px); }

/*feature
=================================================================== */
.feature .column--right section {
  margin-bottom: 95px; }

/*service
=================================================================== */
.service .column--right section {
  margin-bottom: 95px; }
.service .box__style--1 .forestlife--list .block > dd {
  margin-left: calc(48% + 25px);
  min-height: 219px; }
  .service .box__style--1 .forestlife--list .block > dd .comment {
    margin-top: 10px; }
.service .box__style--1 .forestlife--list .list__style--1 > li {
  margin-bottom: 0; }
.service .service__short {
  margin-bottom: 120px; }
  .service .service__short .block--left > dt span {
    padding-top: 92%; }
  .service .service__short .block--left > dd {
    margin-left: calc(48% + 25px);
    min-height: 335px; }
    .service .service__short .block--left > dd dt {
      font-size: 16px; }

/*about
=================================================================== */
.about .title--h3 {
  margin-bottom: 30px; }
.about .about--img {
  margin-bottom: 60px; }
.about .column .block > dd dt {
  font-size: 18px; }
.about .column .block > dd dd {
  font-size: 13px; }
.about .about__room .about__room--type {
  margin-bottom: 50px; }
.about .about__room .about__room--img {
  margin-bottom: 30px; }
  .about .about__room .about__room--img span {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60%; }
.about .about__room .about__room--detail {
  position: relative; }
  .about .about__room .about__room--detail .room--type {
    position: absolute;
    top: 0;
    left: 0; }
  .about .about__room .about__room--detail > ul {
    margin-left: 280px; }
    .about .about__room .about__room--detail > ul li {
      font-size: 14px;
      margin-bottom: 15px; }
      .about .about__room .about__room--detail > ul li dl dt {
        font-weight: bold;
        margin-bottom: 5px; }
.about .border--list {
  margin-bottom: 80px; }
  .about .border--list li:after {
    width: 214px; }
  .about .border--list li dl dt {
    font-weight: bold;
    width: 214px; }
  .about .border--list li dl dd {
    margin-left: 214px;
    font-size: 14px; }
    .about .border--list li dl dd .btn--tel {
      pointer-events: none;
      color: #000; }
    .about .border--list li dl dd .btn__arrow {
      display: inline-block;
      margin-left: 10px;
      width: 105px; }

/*life
=================================================================== */
.life .column--2 {
  margin-top: 60px; }
.life .life__event {
  margin-bottom: 90px; }

/*access
=================================================================== */
.access .access--img {
  margin-bottom: 40px; }
  .access .access--img span {
    display: block;
    padding-top: 61%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
.access .access__map .access__map--img {
  margin-bottom: 25px; }
.access .access__map .btn__arrow {
  width: 175px !important;
  margin: 0 0 0 auto !important; }
.access .access--transport {
  margin-bottom: 100px; }
  .access .access--transport ul li {
    position: relative;
    margin-bottom: 30px; }
    .access .access--transport ul li:nth-child(1) dl dt {
      background-image: url(../img/contents/facilities/icon__access--1.svg); }
    .access .access--transport ul li:nth-child(2) dl dt {
      background-image: url(../img/contents/facilities/icon__access--2.svg); }
    .access .access--transport ul li:nth-child(3) dl dt {
      background-image: url(../img/contents/facilities/icon__access--3.svg); }
    .access .access--transport ul li dl dt {
      font-family: "M PLUS 1p";
      letter-spacing: 0.1em;
      background-position: top center;
      background-size: 46px auto;
      background-repeat: no-repeat;
      width: 46px;
      font-size: 14px;
      letter-spacing: 0;
      padding-top: 55px;
      text-align: center;
      font-weight: bold; }
    .access .access--transport ul li dl dd {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 100px;
      font-size: 14px; }
.access .access--around {
  margin-bottom: 100px; }

/*price
=================================================================== */
.price .nav--btn {
  margin-top: 30px;
  max-width: 670px; }
  .price .nav--btn.btn--5 li {
    width: 125px; }
.price .tab--nav.tab--nav--footer {
  border-top: 2px solid #359844;
  border-bottom: none; }
  .price .tab--nav.tab--nav--footer li {
    border: 2px solid #359844;
    border-top: none;
    border-radius: 0 0 5px 5px; }
    .price .tab--nav.tab--nav--footer li:after {
      top: -2px; }
.price .tab--nav.tab--1 ul li {
  width: calc(100%); }
.price .tab--nav.tab--2 ul li {
  width: calc((100% - 20px) / 2); }
.price .tab--nav.tab--3 ul li {
  width: calc((100% - 40px) / 3); }
.price .tab--nav.tab--4 ul li {
  width: calc((100% - 60px) / 4); }
.price .tab--nav ul {
  width: 100%; }
.price .price__plan .price__plan--notice {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: red;
  padding-block: 15px 45px; }
.price .price__plan .price__plan--notice .brSp{
  display: none;}
.price .price__plan .price__plan--room > dl {
  position: relative;
  margin-bottom: 40px; }
  .price .price__plan .price__plan--room > dl > dt {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%; }
    .price .price__plan .price__plan--room > dl > dt span {
      padding-top: 65%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block; }
  .price .price__plan .price__plan--room > dl > dd {
    margin-right: calc(37% + 25%);
    padding-bottom: 35px;
    min-height: 288px;
    position: relative; }
    .price .price__plan .price__plan--room > dl > dd .btn__arrow {
      position: absolute;
      bottom: 0;
      width: 100%; }
.price .price__plan .price__plan--room .room--type {
  margin-bottom: 20px; }
.price .price__plan .price__plan--room .list__style--1 li dl dd {
  font-size: 12px;
  color: #929292;
  min-height: 30px; }
.price .price__plan .price__plan--table {
  position: relative; }
  .price .price__plan .price__plan--table.table--long--1 .plan--table--left ul li, .price .price__plan .price__plan--table.table--long--1 .plan__table--body > li > ul > li {
    height: 467px; }
  .price .price__plan .price__plan--table.table--long--1 .plan--table--left ul li {
    padding: 178px 15px; }
  .price .price__plan .price__plan--table.table--long--2 .plan--table--left ul li, .price .price__plan .price__plan--table.table--long--2 .plan__table--body > li > ul > li {
    height: 417px; }
  .price .price__plan .price__plan--table.table--long--2 .plan--table--left ul li {
    padding: 178px 15px; }
  .price .price__plan .price__plan--table.table--long--3 .plan--table--left ul li, .price .price__plan .price__plan--table.table--long--3 .plan__table--body > li > ul > li {
    height: 505px; }
  .price .price__plan .price__plan--table.table--long--3 .plan--table--left ul li {
    padding: 208px 15px; }
  .price .price__plan .price__plan--table.table--long--4 .plan--table--left ul li, .price .price__plan .price__plan--table.table--long--4 .plan__table--body > li > ul > li {
    height: 510px; }
  .price .price__plan .price__plan--table.table--long--5 .plan--table--left ul li, .price .price__plan .price__plan--table.table--long--5 .plan__table--body > li > ul > li {
    height: 350px; }
  .price .price__plan .price__plan--table.table--long--4 .plan--table--left ul li {
    padding: 208px 15px; }
  .price .price__plan .price__plan--table .plan--table--left ul {
    position: absolute;
    top: 123px;
    left: 0;
    width: 92px;
    height: 100%; }
    .price .price__plan .price__plan--table .plan--table--left ul li {
      background: #8fc797;
      color: #fff;
      font-weight: bold;
      color: #fff;
      font-size: 14px;
      padding: 148px 15px;
      border-radius: 10px;
      height: 377px;
      margin-bottom: 35px; }
      .price .price__plan .price__plan--table .plan--table--left ul li span {
        font-family: "M PLUS 1p";
        letter-spacing: 0.1em;
        font-size: 23px; }
  .price .price__plan .price__plan--table .plan--table--right {
    margin-left: 120px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .price .price__plan .price__plan--table .plan--table--right.disable_ml {
    margin-left: 0;}
  .price .price__plan .price__plan--table .plan__table--header {
    min-width: 600px;
    display: flex;

    margin-bottom: 30px; }
    .price .price__plan .price__plan--table .plan__table--header li {
      background: #359844;
      color: #fff;
      text-align: center;
      padding: 10px 15px 20px;
      border-radius: 5px;
      position: relative;
      margin-right: 30px;
      width: 194px;
      min-width: 194px;
      width: calc(100% / 3 - 20px); }
      .price .price__plan .price__plan--table .plan__table--header li:last-of-type {
        margin-right: 0;
      }
      .price .price__plan .price__plan--table .plan__table--header li:after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../img/contents/facilities/bg--tableitem.png) no-repeat bottom;
        background-size: 100% auto; }
      .price .price__plan .price__plan--table .plan__table--header li dl dt {
        font-family: "M PLUS 1p";
        letter-spacing: 0.1em;
        font-size: 17px;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
        margin-bottom: 5px; }
      .price .price__plan .price__plan--table .plan__table--header li dl dd {
        font-size: 14px; }
  .price .price__plan .price__plan--table .plan__table--body {
    min-width: 600px; }
    .price .price__plan .price__plan--table .plan__table--body > li {
      position: relative;
      margin-bottom: 35px; }
      .price .price__plan .price__plan--table .plan__table--body > li > ul {
        display: flex; }
        .price .price__plan .price__plan--table .plan__table--body > li > ul > li {
          background: #d7ebda;
          padding: 20px;
          border-radius: 5px;
          margin-right: 30px;
          min-width: 194px;
          width: calc(100% / 3 - 20px);
          height: 377px; }
          .price .price__plan .price__plan--table .plan__table--body > li > ul > li:last-of-type {
            margin-right: 0;
          }
          .price .price__plan .price__plan--table .plan__table--body > li > ul > li > dl {
            margin-bottom: 15px;
            position: relative; }
            .price .price__plan .price__plan--table .plan__table--body > li > ul > li > dl.cost--2 dd:after {
              content: "円"; }
            .price .price__plan .price__plan--table .plan__table--body > li > ul > li > dl.cost--4 dd {
              font-size: 25px; }
              .price .price__plan .price__plan--table .plan__table--body > li > ul > li > dl.cost--4 dd:after {
                content: "円"; }
            .price .price__plan .price__plan--table .plan__table--body > li > ul > li > dl dt {
              color: #359844;
              border: 1px solid #359844;
              border-radius: 20px;
              background: #fff;
              text-align: center;
              background: #fff;
              font-size: 12px;
              padding: 5px 0; }
            .price .price__plan .price__plan--table .plan__table--body > li > ul > li > dl dd {
              color: #359844;
              font-family: "M PLUS 1p";
              font-weight: 700;
              font-size: 30px;
              border-bottom: 2px dotted #359844;
              padding-bottom: 5px; }
              .price .price__plan .price__plan--table .plan__table--body > li > ul > li > dl dd:after {
                content: "万円";
                color: #000;
                font-size: 14px;
                font-weight: bold;
                letter-spacing: 0;
                margin-left: 2px; }
              .price .price__plan .price__plan--table .plan__table--body > li > ul > li > dl dd span {
                font-size: 22px; }
            .price .price__plan .price__plan--table .plan__table--body > li > ul > li > dl .deposit--0:after {
              content: "円"; }
            .price .price__plan .price__plan--table .plan__table--body > li > ul > li > dl .deposit {
              color: #000;
              font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
              font-size: 12px;
              border-bottom: 0;
              padding-bottom: 0;
              line-height: 1.5;
              position: absolute;
              bottom: 13px;
              right: 30px; }
              .price .price__plan .price__plan--table .plan__table--body > li > ul > li > dl .deposit:after {
                display: none; }
          .price .price__plan .price__plan--table .plan__table--body > li > ul > li .cost--3 li {
            position: relative;
            font-size: 13px;
            margin-bottom: 7px; }
            .price .price__plan .price__plan--table .plan__table--body > li > ul > li .cost--3 li:last-child {
              margin-bottom: 0; }
            .price .price__plan .price__plan--table .plan__table--body > li > ul > li .cost--3 li dt {
              font-weight: bold;
              position: absolute;
              top: 0;
              left: 0; }
            .price .price__plan .price__plan--table .plan__table--body > li > ul > li .cost--3 li dd {
              margin-left: 81px;
              text-align: right; }
              .price .price__plan .price__plan--table .plan__table--body > li > ul > li .cost--3 li dd:after {
                content: "円";
                margin-left: 5px; }
.price .price__plan .plan__button--box{
  margin-bottom: 35px;
  display: flex;
  justify-content: center;}
  .price .price__plan .plan__button--box li{
    min-width: 200px;
    margin-right: 9px;}
    .price .price__plan .plan__button--box li a{
      font-size: 16px;}
      .price .price__plan .plan__button--box li svg{
        left: auto;
        right: 10px; }


.price .return--system {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 20px; }
  .price .return--system h4 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: -32px;
    margin-bottom: 20px; }
    .price .return--system h4 span {
      background: #fff;
      padding: 0 10px; }
    .price .return--system h4 + p {
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px; }
  .price .return--system .comment {
    padding-left: 1em;
    text-indent: -1em;
    color: #929292;
    font-size: 14px; }
.price .none-monthly-cost--box {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 20px; }
  .price .none-monthly-cost--box h4 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: -32px;
    margin-bottom: 20px; }
    .price .none-monthly-cost--box h4 span {
      background: #fff;
      padding: 0 10px; }
  .price .none-monthly-cost--box p {
    font-size: 14px; }
  .price .none-monthly-cost--box p:not(:last-child) {
    margin-bottom: 15px; }
.price .price__cost p {
  margin-bottom: 20px; }
.price .price__cost .cost__table {
  display: flex;
  margin-right: -5px;
  margin-bottom: 20px; }
  .price .price__cost .cost__table li {
    width: calc(100% / 5 - 5px);
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    margin-right: 5px; }
    .price .price__cost .cost__table li dl dt {
      background: #929292;
      color: #fff;
      font-size: 14px;
      font-weight: bold;
      padding: 7px 0; }
    .price .price__cost .cost__table li dl dd {
      background: #dcdcdc;
      padding: 7px 0; }
.price .price__contents--img {
  margin-bottom: 20px; }
  .price .price__contents--img span {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 63%; }
.price .title--h3 {
  font-size: 23px;
  margin-bottom: 15px; }
.price .price__contents--block {
  position: relative;
  margin-top: 30px; }
  .price .price__contents--block dl {
    border-right: 1px solid #e1e1e1;
    padding-right: 20px;
    display: inline-block; }
    .price .price__contents--block dl dt {
      font-weight: bold;
      font-size: 14px;
      letter-spacing: 0.2em; }
    .price .price__contents--block dl dd {
      font-weight: bold; }
      .price .price__contents--block dl dd span {
        font-family: "M PLUS 1p";
        font-weight: 700;
        font-size: 36px;
        line-height: 1;
        color: #359844;
        margin-right: 10px; }
  .price .price__contents--block .btn__green {
    margin-left: 250px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    width: calc(100% - 250px); }
.price .kobe__contents h4 {
  font-weight: bold;
  margin-bottom: 10px; }
.price .kobe__contents h5 {
  font-weight: bold;
  margin-bottom: 10px; }
.price .kobe__contents h5.paln_title {
  margin-top: 40px;
  margin-bottom: -15px; }
.price .kobe__contents .kobe__contents--graf {
  margin-top: 20px; }
  .price .kobe__contents .kobe__contents--graf li {
    margin-bottom: 7px; }
    .price .kobe__contents .kobe__contents--graf li.graf--title {
      font-size: 13px; }
    .price .kobe__contents .kobe__contents--graf li.graf--spec {
      margin-bottom: 20px; }
      .price .kobe__contents .kobe__contents--graf li.graf--spec dl dt {
        background: #8fc797;
        font-family: "M PLUS 1p";
        letter-spacing: 0.1em;
        font-size: 20px;
        color: #fff; }
        .price .kobe__contents .kobe__contents--graf li.graf--spec dl dt span {
          color: #fff; }
      .price .kobe__contents .kobe__contents--graf li.graf--spec dl dd {
        background: #d7ebda;
        font-weight: bold;
        letter-spacing: 0;
        margin-left: 2px;
        font-size: 20px;
        font-family: "M PLUS 1p";
        letter-spacing: 0.1em;
        color: #359844;
        font-family: "M PLUS 1p";
        font-weight: 700; }
        .price .kobe__contents .kobe__contents--graf li.graf--spec dl dd:after {
          content: "万円";
          color: #000;
          font-size: 14px;
          font-weight: bold;
          letter-spacing: 0;
          margin-left: 2px; }
        .price .kobe__contents .kobe__contents--graf li.graf--spec dl dd.cost--2:after {
          content: "円"; }
      .price .kobe__contents .kobe__contents--graf li.graf--spec p {
        border-radius: 6px;
        padding: 10px;
        background: #d7ebda;
        font-family: "M PLUS 1p";
        letter-spacing: 0.1em;
        margin-top: 6px; }
        .price .kobe__contents .kobe__contents--graf li.graf--spec p strong {
          margin-left: 10px;
          color: #359844; }
          .price .kobe__contents .kobe__contents--graf li.graf--spec p strong:after {
            content: "円";
            color: #000;
            font-size: 13px;
            font-weight: bold;
            letter-spacing: 0;
            margin-left: 2px; }
    .price .kobe__contents .kobe__contents--graf li dl {
      display: flex; }
      .price .kobe__contents .kobe__contents--graf li dl dt {
        width: calc(40% - 5px); }
      .price .kobe__contents .kobe__contents--graf li dl dd {
        width: calc(60% / 2 - 5px); }
      .price .kobe__contents .kobe__contents--graf li dl dt, .price .kobe__contents .kobe__contents--graf li dl dd {
        background: #dcdcdc;
        border-radius: 6px;
        padding: 10px 13px;
        margin-right: 5px; }
        .price .kobe__contents .kobe__contents--graf li dl dt span, .price .kobe__contents .kobe__contents--graf li dl dd span {
          font-size: 13px;
          color: #929292;
          margin-left: 8px; }

.white-space-nowrap{
  white-space: nowrap;
}

/*event
=================================================================== */
.event .event--year-wrap .event--year li{
  margin-right: 19px;}
.event .column li {
  cursor: pointer; }
.event .column .block dt {
  padding-top: 100%;
  position: relative;
  overflow: hidden; }
  .event .column .block dt a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .event .column .block dt span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.event .column .block dd {
  font-size: 16px;
  color: #359844; }
  .event .column .block dd:hover {
    text-decoration: underline; }
.event .modal .modal__contents--header {
  margin-right: 85px;
  margin-bottom: 25px;
  min-height: 82px; }
.event .modal .event__topic {
  position: static;
  margin-bottom: 9px;
  display: inline-block;
  line-height: 1.3; }
.event .modal .event--calender {
  top: 30px;
  left: auto;
  right: 30px;
  padding: 0 8px 0 25px; }
  .event .modal .event--calender:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px dotted rgba(0, 0, 0, 0.2); }

.dayservice .modal .modal__contents--header {
  margin-right: 85px;
  margin-bottom: 25px;
  min-height: 82px; }
.dayservice .modal .event--calender {
  top: 30px;
  left: auto;
  right: 30px;
  padding: 0 8px 0 25px; }
  .dayservice .modal .event--calender:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 1px dotted rgba(0, 0, 0, 0.2); }

.footer__link--sub li {
  margin-right: 0 !important; }

.grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  place-items: center;
  margin-bottom: 50px;
}

.grid > :only-child {
  grid-column: 1/4;
  justify-self: center;
}

.facilities-map {
  display: flex;
  gap: 40px;
}
.facilities-map.block.block--left > dt {
  position: relative;
  max-width: 60%;
  width: 100%;
}
.facilities-map > dd.min-height-365 {
  margin-left: 0;
}
