/*==================================================
スライダーのためのcss
===================================*/
.slider-2,
.slider_noauto{/*横幅n%で左右に余白を持たせて中央寄せ*/
	width:100%;
}
ul#js-slider-1,ul#js-slider-2,ul#js-slider-3 {
	margin: 0!important;
}
.slider-2 .slick-list {
	padding: 0!important;
}

/*戻る、次へ矢印*/
.slider-2 .slick-arrow{
width: 40px;
    height: 100px;
    border-radius: 0;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    filter: none;
}
.slider-2 .slick-arrow::before{
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #fff;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
}
.slider-2 .slick-next{
  right: 10px;
}
.slider-2 .slick-prev{
  left: 10px;
}
.slider-2 .slick-next::before {
    left: 17%;
    top: 44%;
}
.slider-2 .slick-prev::before {
border-width: 0 0 3px 3px;
    left: 15px;
    top: 43%;
}

.slider-2 {
  display: none;
}
.slider-2.slick-initialized {
  display: block;
}

/*ドット*/
.dots-2 .slick-dots{
  text-align: center;
}
.dots-2 .slick-dots li{
  display: inline-block;
}
.dots-2 .slick-dots button{
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button{
  background: #0a467d;
}

/* .slider-2 .slick-slide
{
  width: 500px;
  height: 400px;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}

@media all and (max-width: 500px) {
	.slider-2 .slick-slide{
	  width: 325px;
	}
}

.slider-2 .slick-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-arrow{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 180px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before{
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next{
  right: 0;
}
.slider-2 .slick-prev{
  left: 0;
}
.slider-2 .slick-next::before{
  left: 20px;
}
.slider-2 .slick-prev::before{
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots{
  text-align: center;
}
.dots-2 .slick-dots li{
  display: inline-block;
}
.dots-2 .slick-dots button{
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button{
  background: #0a467d;
}

ul.slider-2.list_plan{
margin: 0;
}
*/

/* プラン */
.plan .box_plan {
  display: flex;
  padding: 80px 0;
}
@media all and (max-width: 896px) {
  .plan .box_plan {
    display: block;
    padding: 40px 0;
  }
}
@media all and (max-width: 896px) {
  .plan .ttl_plan {
    margin-bottom: 20px;
  }
}
.plan .ttl_plan p {
  font-size: 10rem;
  font-family: Century Gothic、CenturyGothic、AppleGothic、sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  margin-bottom: 5px;
}
.plan .ttl_plan p .orange {
  color: #f0a000;
}
@media all and (max-width: 896px) {
  .plan .ttl_plan p {
    font-size: 5rem;
  }
}
.plan .ttl_plan h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: right;
}
@media all and (max-width: 1280px) {
  .plan .ttl_plan h2 {
    text-align: left;
  }
}
@media all and (max-width: 896px) {
  .plan .ttl_plan h2 {
    font-size: 1.8rem;
  }
}
.plan .txt_plan {
  width: calc(50% - 50px);
  margin-left: 50px;
  line-height: 1.8;
  font-size: 1.8rem;
  font-weight: bold;
}
@media all and (max-width: 896px) {
  .plan .txt_plan {
    width: 100%;
    margin-left: 0px;
    font-size: 1.6rem;
  }
}
.plan .list_plan .link_list_plan {
  display: block;
  width: 100%;
  height: 100%;
}
.plan .list_plan .link_list_plan:hover .list_txt {
  text-decoration: underline;
  background: rgba(240, 160, 0, 0.8);
}
.plan .list_plan .box_list_plan {
  position: relative;
  height: 400px;
}
@media all and (max-width: 896px) {
  .plan .list_plan .box_list_plan {
    height: 300px;
  }
}
@media all and (max-width: 480px) {
  .plan .list_plan .box_list_plan {
    height: 250px;
  }
}
.plan .list_plan .list_place {
  display: flex;
  padding: 10px 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0; 
}

.plan .list_plan .list_place .list_place_part{
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 1em;
  margin-left: 1em;	
}

@media all and (max-width: 896px) {
  .plan .list_plan .list_place {
    font-size: 1.6rem;
  }
}
.plan .list_plan .coworking {
  background: #e7b730;
}
.plan .list_plan .stay {
  background: #9ecc62;
}
.plan .list_plan .rental {
  background: #e88ca6;
}

.plan .list_plan .list_txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  background: rgba(246, 198, 102, 0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
@media all and (max-width: 896px) {
  .plan .list_plan .list_txt {
    font-size: 1.6rem;
  }
}
.plan .list_plan img {
  object-fit: cover;
}
.plan .list_plan .slide-arrow {
  position: absolute;
  z-index: 20;
  top: 50%;
  margin-top: -15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}
@media all and (max-width: 480px) {
  .plan .list_plan .slide-arrow {
    width: 40px;
    height: 40px;
  }
}
.plan .list_plan .prev-arrow {
  left: 10px;
}
.plan .list_plan .next-arrow {
  right: 10px;
}
