/*----------slick slide-----------*/
.land_slide {
  margin: 0 auto 64px;
  width: 750px; }
  .land_slide .slick-dots {
    position: relative;
    bottom: 0;
    display: flex;
  }
  .land_slide img {
    height: 100%;
    width: auto;
    max-height: 40vw;
    margin: 0 auto;
  }
  @media (max-width: 768px) {
    .land_slide {
      width: 80%; }
    .land_slide img {
      max-height: 50vw;
    } }
  .land_slide .thumb .slick-slide {
    margin: 0 5px; }
  .land_slide .thumb .slick-next {
    width: 25px;
    height: 25px;
    right: -30px; }
    .land_slide .thumb .slick-next:after {
      width: 7px;
      height: 7px; }
  .land_slide .thumb .slick-prev {
    width: 25px;
    height: 25px;
    left: -30px; }
    .land_slide .thumb .slick-prev:after {
      width: 7px;
      height: 7px; }

.slick-arrow {
  background-color: #c1272d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  border: none;
}
  .slick-arrow:hover {
    background-color: #c1272d; }

.slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: -100px; }
  @media (max-width: 768px) {
    .slick-next {
      right: -35px; } }

.slick-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: -100px; }
  @media (max-width: 768px) {
    .slick-prev {
      left: -35px; } }

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.slick-next::after,
.slick-prev::after {
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff; }

/* next */
.slick-next::after {
  right: 40%;
  transform: rotate(45deg); }

/* prev */
.slick-prev::after {
  left: 40%;
  transform: rotate(-135deg); }

.slick-dots li button{
  position: relative;
}
.slick-dots li button:before {
  content: "";
  font-size: 14px;
  position: absolute;
  font-family: slick;
  line-height: 20px;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: rgb(0, 0, 0);
  -webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c1272d; }
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
/*
@media screen and (max-width: 767px) {
  .slick-next::after,
  .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
  .slick-next::after {
    right: 2px;
  }
}
*/
#slider_dot {
  text-align: center; }

#slider_dot_inner {
  display: inline-block;
  position: relative; }

/*---------land_title----------*/
.land_title {
  text-align: center;
  margin-bottom: 3rem; }

.land_sub_title {
  padding: 0 0 0 15px;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
  border-left: #c1272d 3px solid;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 27px;
  line-height: 1; }

/*---------land_point----------*/
.land_point_inner {
  border: #c1272d 2px solid;
  border-radius: 10px;
  position: relative;
  padding: 20px 150px;
  width: 750px;
  max-width: 100%;
  margin: 100px auto; }
  @media (max-width: 767px) {
    .land_point_inner {
      padding: 20px 50px;
      width: 100%; } }

.point_top {
  position: absolute;
  top: -50px;
  left: -50px; }
  @media (max-width: 767px) {
    .point_top {
      top: -20px;
      left: -20px;
      width: 70px; } }

.point_bottom {
  position: absolute;
  bottom: -50px;
  right: 10px; }
  @media (max-width: 767px) {
    .point_bottom {
      bottom: -50px;
      right: -10px;
      width: 80px; } }

.point_txt {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .point_txt {
      font-size: 16px; } }

/*---------land_outline----------*/
.land_outline_inner {
  background-color: #f9f9f9;
  padding: 32px 32px 22px;
  border-radius: 15px;
  display: flex;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .land_outline_inner {
      display: block; } }

.outline_table {
  border-top: none;
  width: auto; }
  .outline_table th {
    border-bottom: none;
    padding: 0 0 10px;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .outline_table th {
        vertical-align: top; } }
    .outline_table th span {
      background-color: #c1272d;
      text-align: center;
      display: inline-block;
      border-radius: 5px;
      padding: 5px 10px;
      color: #ffffff;
      width: 100px; }
  .outline_table td {
    border-bottom: none;
    padding: 5px 15px 10px; }

/*---------land_outline----------*/
.land_table {
  margin-bottom: 100px; }

.datail_table {
  border-top: 1px solid #a5a5a5; }
  .datail_table th {
    border-bottom: 1px solid #a5a5a5;
    padding: 10px;
    background-color: #f9f9f9;
    font-weight: bold;
    font-size: 14px; }
    @media (max-width: 767px) {
      .datail_table th {
        display: block; } }
  .datail_table td {
    border-bottom: 1px solid #a5a5a5;
    padding: 10px;
    font-size: 14px; }
    @media (max-width: 767px) {
      .datail_table td {
        display: block; } }

/*---------land_map----------*/
.land_map {
  margin-bottom: 50px; }

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%; }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*---------land_areapoint----------*/
.land_areapoint {
  margin-bottom: 100px; }

.land_area_title {
  margin: 20px 0 5px;
  line-height: 1;
  font-weight: bold; }

.land_area_txt {
  font-size: 14px;
  margin-bottom: 0; }

/*---------land_compartment----------*/
.fluid-box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f9f9f9;
  padding: 50px 0; }

.fluid-box-inner {
  margin: 0 auto;
  padding: 25px; }

.compartment_img {
  padding: 50px 0;
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 50px; }

.compartment_table {
  width: 100%;
  border-top: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5; }
  .compartment_table th {
    border-bottom: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    padding: 10px;
    background-color: #f9f9f9;
    text-align: center;
    font-weight: bold; }
  .compartment_table td {
    border-bottom: 1px solid #a5a5a5;
    border-right: 1px solid #a5a5a5;
    background-color: #ffffff;
    padding: 10px;
    text-align: center; }

.land_contact {
  padding: 80px 0 135px; }

.land_contact_btn {
  background-color: #202648;
  display: block;
  background-image: url("../images/land/arrow_land.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 40px 0;
  border-radius: 10px; }
  .land_contact_btn:hover {
    color: #ffffff; }
  .land_list_outer .land_contact_btn {
    background-image: none;
    font-size: 16px;
    padding: 20px 0;
    width: 300px;
    margin: auto; }
    @media (max-width: 767px) {
      .land_list_outer .land_contact_btn {
        width: 100%; } }
  @media (max-width: 767px) {
    .land_contact .land_contact_btn {
      font-size: 14px;
      padding: 20px 0; } }

.title_center {
  text-align: center; }

/*---------land_youcan------------*/
.youcan_box {
  margin-bottom: 100px; }

.land_youcan_title {
  padding: 0 45px;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 150px;
  line-height: 1;
  position: relative;
  display: inline-block; }
  @media (max-width: 767px) {
    .land_youcan_title {
      font-size: 20px; } }
  .land_youcan_title:before {
    left: 0;
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #000000;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  .land_youcan_title:after {
    right: 0;
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #000000;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); }

.reco_img {
  position: relative; }

.recopoint {
  position: absolute;
  top: -50px;
  left: 20px; }

.reco_copy {
  line-height: 1.5;
  font-size: 20px;
  margin: 20px 0 40px; }
  .reco_copy span {
    line-height: 1;
    font-weight: bold;
    color: #c1272d;
    font-size: 26px; }

.reco_title {
  line-height: 1.5;
  font-size: 20px;
  margin: 20px 0 40px; }
  .reco_title span {
    line-height: 1;
    font-weight: bold;
    color: #c1272d;
    font-size: 26px; }

.reco_txt {
  font-size: 16px;
  margin-bottom: 0; }
  .reco_txt span {
    color: #c1272d; }

.reco_caution {
  margin-top: 28px;
  font-size: 14px;
  color: #c1272d; }

/*=============land list===================*/
.land_list_block {
  background-color: #f9f9f9;
  padding: 85px 0 100px; }
  .land_list_block .pagination {
    display: block;
    width: 100%;
    text-align: center; }
  .land_list_block ul.page-numbers li {
    float: none;
    display: inline-block;
    border-radius: 25px; }
    .land_list_block ul.page-numbers li:first-child > a {
      border-radius: 0; }
    .land_list_block ul.page-numbers li:last-child > a {
      border-radius: 0; }
    .land_list_block ul.page-numbers li a {
      border: none;
      background-color: #a5a5a5;
      color: #ffffff;
      margin-left: 0; }
      .land_list_block ul.page-numbers li a.prev {
        background-color: transparent;
        color: #000000; }
      .land_list_block ul.page-numbers li a.next {
        background-color: transparent;
        color: #000000; }
    .land_list_block ul.page-numbers li span.page-numbers {
      margin-left: 0;
      border: none; }
      .land_list_block ul.page-numbers li span.page-numbers.current {
        background-color: #c1272d; }
  .land_list_block .nav-links {
    display: block; }

.land_new {
  display: inline-block;
  position: relative;
  width: 90px; }
  @media (max-width: 767px) {
    .land_new {
      width: 45px; } }

.land_new_icon {
  position: absolute;
  bottom: 0; }

.land_list_title {
  padding: 0;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 27px;
  margin-top: 0;
  line-height: 1;
  display: inline-block;
  box-shadow: none; }
  .land_list_title:after {
    border-bottom: none; }
  @media (max-width: 767px) {
    .land_list_title {
      font-size: 18px; } }

.land_list_outer {
  background-color: #ffffff;
  padding: 30px; }
  @media (max-width: 767px) {
    .land_list_outer {
      padding: 15px; } }

.land_list_inner {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 15px; }
  @media (max-width: 767px) {
    .land_list_inner {
      padding: 15px; } }

.land_list_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .land_list_flex {
      display: block; } }

.land_list_l {
  width: 40%; }
  @media (max-width: 767px) {
    .land_list_l {
      width: 100%; } }

.land_list_r {
  width: 55%; }
  @media (max-width: 767px) {
    .land_list_r {
      width: 100%; } }

.land_list_img {
  margin-bottom: 35px; }

.land_list_table {
  border-top: none; }
  .land_list_table th {
    border-bottom: 1px solid #a5a5a5;
    padding: 10px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .land_list_table th {
        display: block; } }
  .land_list_table td {
    border-bottom: 1px solid #a5a5a5;
    padding: 10px;
    font-size: 14px; }
    .land_list_table td span {
      font-size: 20px;
      color: #c1272d; }
    @media (max-width: 767px) {
      .land_list_table td {
        display: block; } }

.land_count {
  text-align: right;
  font-size: 14px; }

.land_all {
  font-size: 22px;
  color: #c1272d; }

.page-works.tog .style-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-works.tog .style-wrap li {
	display: flex;
    width: 33%;
    padding: 0 1rem;
    margin: 0 0 .666%;
    background: rgba(204,204,204,0.3);
    color: inherit;
    text-align: center;
    height: 8rem;
    justify-content: center;
    align-items: center;
}
@media (max-width: 580px) {
	.page-works.tog .style-wrap ul {
		justify-content: inherit;
	}
	.page-works.tog .style-wrap li {
		width: 48%;
    margin: 1%;
    height: auto;
    padding: 1rem;
	}
}


/* 検索用 */
.sc-item {
	border-bottom: 1px solid;
	padding: 2rem 0;
}
/*.sc-item.style-wrap {
	border-top: 1px solid;
}*/
.page-works.tog .search-wrap {
	margin-bottom: 3em;
}
.page-works.tog .search-wrap h5 {
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
}
.page-works.tog .search-wrap h5::before {
	content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 2px;
    border-right: solid 2px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: .5rem;
    right: 15px;
}
.page-works.tog .search-wrap h5::after {
	display: none;
}
.page-works.tog .style-wrap li.active, .page-works.tog .style-wrap li:hover {
	background: rgba(204,204,204,0.6);
	font-weight: bold;
}
.page-works.tog .styleopen {
	display: none;
}
.works-searchArea ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    background: hsla(0,0%,80%,.3);
    margin: 0 0 10px;
    padding: 0
}

.works-searchArea li {

    width: auto;
    margin-bottom: 0;
    padding: 3px 10px
}
.works-searchArea .numRange {
    display: flex;
    align-items: center;
}
.works-searchArea .numRange .kara{
    display: inline-block;
    padding: 0 1em;
}
.works-searchArea .btnArea {
    margin-top: 2rem;
}
.works-searchArea .parent {
    flex-basis: 100%;
}
.page-works .area-wrap{
    margin-bottom: 0;
}
.searchQuery dl{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.searchQuery dt{
    flex: 8rem 0 0;
}
.searchQuery dd{
    flex: calc(100% - 8rem) 0 0;
    border-left: none;
}
.land_order{
    margin-bottom: 2rem;
    text-align: right;
}
.land_order select{
    width: auto;
    display: inline-block;
}