@charset "UTF-8";

/* ****************************************************************** 

	--style.css--

****************************************************************** */
/*==================================================================
	1. Style setting
===================================================================*/
html {
  color: #222;
}

body {
  font-family: "Roboto", "Arial", "Helvetica", sans-serif;
}

.pcDisplay {
  display: block;
}

.spDisplay {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcDisplay {
    display: none;
  }

  .spDisplay {
    display: block;
  }
}

/*==================================================================
	2. Layout setting
===================================================================*/
.l-container {
  width: 1200px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  font-size: 16px;
}
.l-container--big {
  width: 100%;
}
a {
  color: #222;
  transition: all 0.3s;
  text-decoration: none;
}

.sp-only {
  display: none;
}

.c-head1 .text {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-right: 20px;
  text-transform: uppercase;
  text-align: center;
}

.c-head1 .text::after {
  display: block;
  content: " ";
  width: 80px;
  height: 3px;
  position: absolute;
  margin-left: -40px;
  left: 50%;
  bottom: -10px;
  background-color: #0093D8;
  transform: skewX(130deg);
}

.c-link01 {
  display: inline-block;
  position: relative;
  z-index: 10;
  font-size: 18px;
  border: 1px solid #0093D8;
  color: inherit;
  text-decoration: none;
  padding: 10px 55px 10px 45px;
  text-align: center;
  color: #0093D8 !important;
  transition: 0.3s opacity;
}

.c-link01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.c-link01:hover:before {
  border: 2px solid #0093D8;
}

.c-link01:after {
  position: absolute;
  right: 20px;
  top: 37%;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-color: #0093D8;
  content: "";
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
}

.c-listPd {
  display: flex;
  color: #212121;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.c-listPd__item {
  /* width: calc((100% - 120px) / 4); */
  margin-right: 40px;
  margin-bottom: 2.8%;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
  width: calc(93% / 4);
  margin-right: calc(7% / 3);
}
.c-listPd__item.fullWidth {
  width: 100%;
  margin-right: 0;
}
.c-listPd__item:nth-child(4n) {
  margin-right: 0;
}

.c-listPd__itemImg {
  position: relative;
}

.c-listPd__itemImg:before {
  content: "";
  padding-top: 79%;
  display: block;
}

.c-listPd__itemImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-listPd__itemImg .label {
  position: absolute;
  top: 12px;
  left: 16px;
}

.c-listPd__itemImg .label > * {
  font-size: 14px;
  color: #fff;
  background-color: #DB3757;
  padding: 5px 12px;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.16);
}

.c-listPd__itemInfo {
  background: #fff;
  padding: 20px;
  overflow: hidden;
}

.c-listPd__itemInfo .priceLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-listPd__itemInfo .priceLink .price {
  font-size: 32px;
  color: #DB3757;
  line-height: 1;
  font-weight: 700;
  width: 74%;
  max-width: calc(100% - 80px);
}

.c-listPd__itemInfo .priceLink .unit {
  font-size: 20px;
  font-weight: 400;
  margin-left: 6px;
  display: inline-block;
}

.c-listPd__itemInfo .priceLink .link {
  color: #fff;
  background: linear-gradient(to right, #209feb, #44b9ff);
  border-radius: 5px;
  font-size: 15px;
  text-decoration: none;
  padding: 6px 14px;
  min-width: 60px;
  text-align: center;
  transition: 0.3s opacity;
  flex-shrink: 0;
  box-shadow: 0 2px 7px rgb(0, 0, 0, 0.15);
}

.c-listPd__itemInfo .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 18px;
}

.c-listPd__itemInfo .info > * {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  padding: 2px 0px;
  font-size: 13px;
  line-height: 1;
}

.c-listPd__itemInfo .info img {
  margin-right: 8px;
  vertical-align: middle;
}

.c-listPd__itemInfo .info .area {
  font-size: 15px;
  background: url(../img/common/icon-area.svg) no-repeat 0 50%;
  background-size: 11px auto;
  padding-left: 17px;
}

.c-listPd__itemInfo .info .area .unit {
  font-size: 12px;
}

.c-listPd__itemInfo .info .direction {
  font-size: 12px;
  background: url(../img/common/icon-direc.svg) no-repeat 0 50%;
  background-size: 12px auto;
  padding-left: 15px;
}

.c-listPd__itemInfo .info .bed {
  background: url(../img/common/icon-bed.svg) no-repeat 0 50%;
  background-size: 17px auto;
  padding-left: 21px;
}

.c-listPd__itemInfo .info .wc {
  background: url(../img/common/icon-wc.svg) no-repeat 0 50%;
  background-size: 15px auto;
  padding-left: 18px;
}

.c-listPd__itemInfo .address {
  font-size: 14px;
  color: #fd9800;
  margin-top: 6px;
  padding-left: 15px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url(../img/common/icon_address02.svg) no-repeat 0 50%;
  background-size: 10px auto;
}

.c-listPd__itemInfo .desc {
  display: block;
  display: -webkit-box;
  font-size: 14px;
  margin-top: 15px;
  max-width: 100%;
  height: 2.7em;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*  */

.c-contact__2c {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  padding: 80px 0;
  background: #fff;
}

.c-contact__2c > * {
  margin: 0 auto;
  max-width: 600px;
}

.c-contact__2c > *:nth-child(2) {
  width: auto;
  max-width: 45%;
}

.c-contact__form {
  border-radius: 20px;
  background-color: #fff;
  color: #0093D8;
}

.c-contact__form .caption {
  text-align: center;
  font-size: 28px;
  margin-bottom: 42px;
  font-weight: bold;
  text-transform: uppercase;
}

.c-contact__form input,
.c-contact__form textarea {
  border: 1px solid #a2d1ee;
  border-radius: 5px;
  height: 45px;
  padding: 5px 15px;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: 400;
}

.c-contact__form textarea {
  resize: none;
  height: 150px;
  padding-top: 12px;
}

.c-contact__form input::placeholder,
.c-contact__form textarea::placeholder {
  opacity: 0.4;
}

.c-contact__form .field {
  position: relative;
}

.c-contact__form .submit {
  margin-top: 30px;
  text-align: center;
}

.c-contact__form .field + .field {
  margin-top: 30px;
}

.c-contact__form .field label {
  position: absolute;
  font-size: 16px;
  background-color: #fff;
  top: -1px;
  transform: translateY(-50%);
  left: 14px;
  font-weight: bold;
}

.c-contact__text {
  margin-top: 100px;
  color: #fff;
  font-size: 34px;
}

.c-contact__text .inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.c-contact__text .text1 {
  margin-bottom: 25px;
}

/*  */
.c-btn01 {
  background: linear-gradient(to right, #209feb 0%, #44b9ff 100%);
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  border: none;
  padding: 15.5px 38px;
  cursor: pointer;
  transition: all 0.3s;
}

/*  */
.c-footer {
  background: #06247e;
  /* background:#193d4a; */
  color: #fff;
}
.c-footer a {
  color: #fff;
}

.c-footer__content {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.c-footer__content .footerTitle {
  font-size: 25px;
  font-weight: 700;
  color: #0093D8;
  height: 50px;
  display: flex;
  align-items: flex-end;
}

.c-footer__content .navLinks {
  font-size: 16px;
  line-height: 1.3;
}

.c-footer__content .navLinks img {
  display: inline-block;
  margin-right: 8px;
}

.c-footer__content .c-navLinksSns {
  margin-top: 20px;
}

.c-footer__cr {
  background-color: #333;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #e2e2e2;
}

.c-footer__content .info {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 30px;
}

.c-footer__content .service {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.c-footer__content .contact {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.c-footer__content .info .logo {
  background: #06247e;
  /* background: #193d4a; */
  display: block;
  width: 120px;
}

.c-footer__content .info .companyName {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 10px;
}

.c-footer__content .info .address {
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 20px;
  background: url(../img/common/icon_address.svg) no-repeat 0 50%;
  background-size: 11px auto;
}

.c-footer__content .info .tel {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../img/common/icon-phone.svg) no-repeat 0 50%;
  background-size: 15px auto;
}

.c-footer__content .info .email a {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../img/common/icon-mail.svg) no-repeat 0 50%;
  background-size: 15px auto;
}
.c-footer__content .info .email a:hover {
  color: #0093D8;
}

.c-footer__content .navLinks a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}

.c-footer__content .navLinks li {
  display: inline-block;
  width: 48%;
}
.c-footer__content .navLinks li + li {
  margin-top: 10px;
}

.c-footer__content .footerTitle {
  margin-bottom: 18px;
}

/*  */
.c-navLinksSns {
  display: flex;
}

.c-navLinksSns a {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 0;
  transition: 0.3s opacity;
}

/*  */
.c-header {
  background: #06247e;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 11;
  transition: all 0.4s;
}

.c-header.is-fixed {
  background: #06247e;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  transition: all 0.4s;
}

.c-header.is-fixed .nav1 a {
  color: #fff;
}

.c-header .logo {
  display: flex;
}

.c-header .logo img {
  padding-top: 5px;
  width: 75px;
}

.c-header__sns {
  display: none;
}

.c-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.c-header__nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  height: 100%;
  color: #222;
}

.c-header .nav1 {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  font-size: 14px;
  flex-grow: 1;
  max-width: 650px;
}

.c-header .nav1 a {
  color: inherit;
  text-decoration: none;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}

.c-header .nav1 a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  /* background-color: #3290c8; */
  background-color: #0093D8;
  border-radius: 2px;
  transition: all 0.3s;
}

.c-header .nav1 .active:after {
  left: 50%;
  right: 50%;
}

.c-header .nav1 .active:after {
  left: 0;
  right: 0;
}

.c-header .nav1 .active {
  font-weight: 500;
}

.c-header .phone {
  color: #DB3757;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  flex: auto 0 0;
  margin-right: 10px;
  margin-left: 3.2%;
  background: #fff;
  padding: 0 10px 0 0;
  border-radius: 50px;
}

.c-header .phone img {
  margin-right: 5px;
  width: 20px;
}

.c-header .phone img.sp {
  display: none;
}

.c-header__bar {
  align-self: stretch;

  align-items: center;
  justify-content: center;
  width: 70px;
  display: none !important;
  flex-shrink: 0;
}

/*  */
.c-btnScroll {
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10;
  cursor: pointer;
  bottom: 0;
  right: 20px;
  border: 1px solid #0093D8;
  transform: translateY(100px);
  transition: all 0.2s;
}

.c-btnScroll img {
  width: 10px;
}

.c-btnScroll.is-active {
  opacity: 1;
  transform: translateY(0px);
}

/*  */
.c-bar01 {
  width: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}

.c-bar01 span {
  width: 30px;
  height: 2px;
  display: block;
  background-color: #fff;
  transition-delay: 0.8s;
  transition: all 0.3s;
  flex-shrink: 0;
  border-radius: 3px;
}

.c-bar01 span:nth-child(2) {
  margin-top: 6px;
  margin-bottom: 6px;
  transition-delay: 0.8s;
  transition: all 0.3s;
}

.c-bar01.is-close span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

.c-bar01.is-close span:nth-child(2) {
  opacity: 0;
}

.c-bar01.is-close span:nth-child(3) {
  transform: translateY(-6px) rotate(45deg);
}

/*  */
.c-mainvisual__wrap {
  width: 1200px;
  max-width: 100%;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  margin-top: -122px;
}

.c-tab1 {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.c-tab1 .item {
  position: relative;
  background: rgba(255,255,255,0.8);
  border-radius: 4px 4px 0 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11px 30px;
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s;
  color: #333;
}

.c-tab1 .item:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: #0093D8;
  border-radius: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.c-tab1 .item.is-active:after {
  width: 40px;
}

.c-tab1 .item:hover,
.c-tab1 .item.is-active,
.c-tab1 .item.is-active:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.c-tab1 input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.c-formSearch {
  color: #222;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
}

.c-formSearch .w2 {
  width: calc((26 * (100% -220px)) / 100);
}

.c-formSearch .w1 {
  width: calc((25 * (100% - 72px)) / 100);
}

.c-formSearch .formItem {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 12px;
}

.c-formSearch .formItem.halfWidth {
  display: flex;
  justify-content: space-between;
  flex: auto 0 0;
}

.c-formSearch .formItem.halfWidth > * {
  width: calc((100% - 14px) / 2);
}

.c-formSearch--2c .c-formSearch__form {
  width: calc(100% - 140px);
}

.c-formSearch--2c .c-formSearch__action {
  display: flex;
  flex-direction: column;
}

.c-formSearch--2c .c-formSearch__action > *:not(:first-child) {
  margin-top: 18px;
}

.c-formSearch__form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
  flex: auto 0 0;
}

.c-formSearch__form label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  margin-right: 0;
}

.c-formSearch__form select,
.c-formSearch__form input,
.c-formSearch__form textarea {
  height: 45px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  font-size: 14px;
  padding: 8px 15px 8px 15px;
  display: block;
  width: 100%;
}

select {
  appearance: none !important;
  outline: none !important;
  background: url(../img/common/icon-arrowDGrey.svg) no-repeat right 10px top 50%;
  background-size: 11px auto;
}

/*  */
.c-btnIcon {
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background: linear-gradient(to right, #209feb 0%, #44b9ff 100%);
  padding: 11px 20px 10px 20px;
  width: 140px;
  max-width: 100%;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  outline: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  transition: 0.3s opacity;
}

.c-btnIcon img {
  margin-right: 8px;
}

/* .js-tabContent > * {
  display: none;
} */
/*  */
.c-mainvisual--subPage {
  background-image: url(../img/common/mainvisual-sub.png);
  padding-top: 60px;
  padding-bottom: 60px;
}
.c-address {
  font-size: 14px;
  color: #222;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
  padding: 16px 0;
}

.c-address__wrap {
  display: flex;
  flex-wrap: wrap;
}

.c-address a {
  color: inherit;
  text-decoration: none;
}
.c-address span {
  font-weight: 400;
}

.c-address li:not(:first-child):before {
  content: "";
  width: 6px;
  height: 6px;
  background: url(../img/common/icon-address.svg) no-repeat center;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
}

.c-address li {
  margin-right: 9px;
}

.l-landDetail {
  position: relative;
  padding-right: 36.5%;
  padding-right: calc(410px + 6%);

  /* padding-right: 38%; */
}

.l-landDetail__side {
  position: absolute;
  top: 0;
  right: 0;
  width: 30.5%;
  width: 31%;
  width: 410px;
  /* width: 32%; */
}
.c-table01 tr:nth-child(2n + 1) {
  background: #f8f8f8;
}

.c-table01 {
  width: 100%;
  font-size: 16px;
  table-layout: fixed;
}

.c-table01 td {
  padding: 12px 5px 14px;
}

.c-table01 td:first-child {
  padding-left: 25px;
}

.l-landDetail__side .c-contact1 {
  margin-top: 50px;
}

.c-contact1 {
  background: #d4efff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
  text-align: center;
  padding: 42px 20px 43px;
  margin: 0 auto;
  max-width: 600px;
}

.c-contact1 .title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.59;
}

.u-red {
  color: #DB3757;
}

.c-btnIcon02 {
  background: #DB3757;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  width: 330px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  max-width: 100%;
}

.c-btnIcon02:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../img/common/icon-phoneWhite.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.c-contact1 .note {
  font-size: 16px;
  margin-top: 12px;
}
.c-slide01__slick .item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  height: 600px;
}
.c-slide01__slick .item:after {
  content: "";
  display: block;
  padding-top: 63%;
}
.c-slide01__slick .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-arrowSlide {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  border: 5px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/common/icon-slide.svg) no-repeat 50% 50%, linear-gradient(to right, #209feb, #84d1ff);
  box-sizing: border-box;
  left: 0px;
  z-index: 1;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
  text-indent: -9999px;
}

.c-arrowSlide img {
  width: 11px;
  transition: 0.3s opacity;
}

.c-arrowSlide.next {
  right: 0;
  transform: translate(50%, -50%);
  left: auto;
  background: url(../img/common/icon-next.svg) no-repeat 50% 50%, linear-gradient(to right, #209feb, #84d1ff);
  background-size: 16px auto, auto;
}

.c-slide01 .slick-dots {
  bottom: 13px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #50b3ee;
}

.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 2rem;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.slick-dots li {
  margin: 0 3px;
}
.c-slide01Nav {
  width: 86.5%;
  margin-left: auto;
  margin-right: auto;
}
.c-slide01Nav__slick .item {
  padding: 0 5px;
  /* padding: 0 1.7%; */
}
.c-slide01Nav__slick .itemInner {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.c-slide01Nav__slick .itemInner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(64, 64, 64, 0.5);
}
.c-slide01Nav__slick .slick-current .itemInner:after {
  content: none;
}
.c-slide01Nav__slick .itemInner:before {
  content: "";
  display: block;
  padding-top: 64%;
}
.c-slide01Nav__slick .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-slide01Nav__slick.translateNone .slick-track {
  transform: none !important;
}
.c-info01__title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.c-info01__cont {
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  padding: 22px 27px 27px;
  font-size: 16px;
  line-height: 1.66;
}
.l-landDetail .c-info01 {
  margin-top: 60px;
}
.c-info01__cont--map {
  padding: 30px;
}

.c-info01__cont--map iframe {
  border-radius: inherit;
  width: 100%;
  display: block;
  overflow: hidden;
}

.c-info01__cont .map {
  position: relative;
  border-radius: inherit;
}

.c-info01__cont .map:before {
  content: "";
  display: block;
  padding-top: 65%;
}

.c-info01__cont .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-listPdSlide .c-head1 {
  height: 80px;
  margin-bottom: 20px;
  padding-right: 150px;
}
/* .l-listPdSlide__slick{
	margin-left: -20px;
	margin-right: -20px;
} */
.l-listPdSlide__slick .item {
  /* padding: 2px 20px 15px; */
  padding: 2px 0px 15px;
}
.l-listPdSlide__slick .slick-track {
  display: flex;
  align-items: stretch;
}

.l-listPdSlide__slick .c-listPd__item {
  height: 100%;
  margin-bottom: 0;
}

.l-listPdSlide__slick .slick-slide {
  height: auto;
}
.l-listPdSlide__slick {
  margin-left: -1.47%;
  margin-right: -1.47%;
}

.l-listPdSlide__slick .item {
  padding-left: 0;
  padding-right: 0;
}

.l-listPdSlide__slick .item > * {
  margin-left: 5.88%;
  margin-right: 5.88%;
  width: auto;
}
.c-arrowSlide01 {
  width: 45px;
  height: 45px;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
  color: #fff;
  border: 1px solid #0093D8;
  border-radius: 5px;
  cursor: pointer;
}
.c-arrowSlide01.slick-disabled {
  border-color: #d9d9d9;
}

.c-arrowSlide01.slick-disabled:after {
  background-image: url(../img/common/icon-arrow-rg.svg);
}
.c-arrowSlide01:after {
  position: absolute;
  right: 17px;
  top: 50%;
  width: 10px;
  margin-top: -7px;
  height: 10px;
  border-style: solid;
  border-color: #0093D8;
  content: "";
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
}
.c-arrowSlide01 {
  top: -100px;
}
.c-arrowSlide01.next {
  right: 20px;

  right: 1.47%;
}

.c-arrowSlide01.prev {
  right: calc(60px + 1.47%);
}
.c-arrowSlide01.prev:after {
  border-width: 0 0 2px 2px;
  right: 12px;
}
/* page search */
.c-banner01 {
  background: #f2f2f2;
  height: 150px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.c-banner01__title {
  font-family: "Roboto";
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}

.l-sidebarFunc {
  display: flex;
  justify-content: space-between;
}

.l-sidebarFunc__side {
  width: 27.5%;
  width: 22%;
  margin-right: 3.5%;
  flex-shrink: 0;
}
.c-result {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #0093D8;
  padding-bottom: 10px;
}

.c-result .num {
  font-size: 25px;
  font-weight: bold;
  color: #0093D8;
}

.c-formSearch--side {
  display: block;
  background: none;
  box-shadow: none;
  padding: 0;
}

.c-formSearch--side .c-formSearch__form {
  display: block;
  margin: 0;
}

.c-formSearch--side .w2 {
  width: 100%;
}

.c-formSearch--side .w1 {
  width: 100%;
}

.c-formSearch--side .c-formSearch__action {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.c-formSearch--side .c-formSearch__action > * {
  margin: 0 5px;
}

.c-formSearch--side .formItem {
  margin-left: 0;
  margin-right: 0;
}

.c-formSearch--side .formItem.halfWidth > * {
  width: calc((100% - 20px) / 2);
}

.l-sidebarFunc__side .c-result {
  margin-bottom: 32px;
}
.c-listPd--list {
  flex-wrap: wrap;
}

.l-sidebarFunc__main {
  flex-grow: 1;
  width: 74.5%;
}

.c-optionOrder01 {
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  align-items: center;
}

.c-optionOrder01 .label {
  font-weight: 500;
}

.c-btn01Option {
  cursor: pointer;
  border: 1px solid #ffff;
  border-radius: 5px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  width: 170px;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  transition: 0.3s border-color;
}

.c-btn01Option.is-active {
  border: 1px solid #30a4e9;
}

.c-btnLayout {
  display: flex;
  align-items: center;
  width: 100px;
  height: 40px;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 7px rgb(0 0 0 / 15%);
  border-radius: 10px;
  overflow: hidden;
}

.c-btnLayout > * {
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.c-btnLayout .is-active {
  background: #50b3ee;
}
.c-optionOrder01 .col1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.c-optionOrder01 .col1 .option {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: wrap;
}

.c-optionOrder01 .col1 .label {
  margin-right: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.c-optionOrder01 .col1 .option > * {
  margin: 5px 8px;
  max-width: 30%;
}

.c-optionOrder01 .c-btnLayout {
  margin-left: 20px;
  flex-shrink: 0;
}

.c-listPd--list .c-listPd__item {
  width: calc(94% / 3);
  margin-right: calc(6% / 2);
  margin-bottom: 2.8%;
}

.c-listPd--list .c-listPd__item:nth-child(3n) {
  margin-right: 0;
}
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2a719b;
  font-size: 18px;
}

.c-pagination a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.c-pagination > * {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  justify-content: center;
}

.c-pagination .current {
  border: 1px solid #2a719b;
}

.c-pagination .prev,
.c-pagination .next {
  margin-left: 10px;
  margin-right: 10px;
}
.c-listPd--list[data-layout="row"] {
  display: block;
}

.c-listPd--list[data-layout="row"] .c-listPd__item {
  width: 100%;
  display: flex;
}

.c-listPd--list[data-layout="row"] .c-listPd__itemImg {
  width: 25.84%;
  flex-shrink: 0;
  width: 253px;
}

.c-listPd--list[data-layout="row"] .c-listPd__itemInfo {
  padding: 0px 10px 46px 0;
  align-self: center;
  position: relative;
  flex-grow: 1;
  margin-left: 3.5%;
  margin-top: 15px;
  margin-bottom: 12px;
}

.c-listPd--list[data-layout="row"] .c-listPd__itemInfo .info {
  margin-top: 14px;
  margin-bottom: -4px;
}

.c-listPd--list[data-layout="row"] .c-listPd__itemInfo .desc {
  height: auto;
  margin-top: 10px;
  height: 1.4em;
  -webkit-line-clamp: 1;
}

.c-listPd--list[data-layout="row"] .c-listPd__itemInfo .priceLink .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 81px;
}
/* pc */
@media only screen and (max-width: 1420px) {
  .l-landDetail .c-slide01 {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .c-header .phone .txt {
    display: none;
  }

  .c-header .phone {
    background: #e32727;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
    margin-right: 10px;
  }

  .c-listPd__itemInfo .priceLink .price {
    font-size: 30px;
    max-width: calc(100% - 55px);
  }

  .c-listPd__itemInfo .priceLink .unit {
    font-size: 18px;
  }

  .c-listPd__itemInfo .priceLink .link {
    min-width: 60px;
    font-size: 14px;
    width: auto;
    padding: 6px 15px;
  }

  /*  */

  select {
    background-position: calc(100% - 10px) center;
    background-size: 11px 7px;
  }

  .c-formSearch {
    flex-wrap: wrap;
  }

  .c-formSearch--2c .c-formSearch__form {
    width: 100%;
    margin: 0;
  }

  .c-formSearch--2c .c-formSearch__action > *:not(:first-child) {
    margin-top: 0;
  }

  .c-formSearch--2c .c-formSearch__action > * {
    margin-left: 8px;
    margin-right: 8px;
    width: 50%;
  }

  .c-formSearch--2c .c-formSearch__action {
    flex-direction: row-reverse;
    align-items: center;
    width: calc(100% + 16px);
    padding-bottom: 0;
    padding-top: 5px;
    justify-content: center;
  }

  .c-formSearch__form select,
  .c-formSearch__form input,
  .c-formSearch__form textarea {
    padding-left: 10px;
    padding-right: 24px;
  }
  .c-formSearch--side {
    padding: 0;
  }
}

  .c-header .phone .phoneIcon {
    display: flex;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #e32727;
    margin-right: 10px;
  }
  
  .c-header .phone .phoneIcon img {
    margin-right: 2px;
    padding: 4px;
  }

@media only screen and (max-width: 1200px) {
  .c-header .phone .phoneIcon {
    background: none;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .c-arrowSlide:hover img {
    opacity: 0.6;
  }

  .c-header .nav1 a:hover:after {
    left: 0;
    right: 0;
  }

  .c-header .phone:hover {
    color: #dc5e63;
    opacity: 0.8;
  }
  
  .c-tab1 .item:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
  }

  .c-tab1 .item:hover:after {
    width: 40px;
  }

  .c-listPd__itemInfo .priceLink .link:hover {
    opacity: 0.8;
  }

  .c-btn01:hover {
    opacity: 0.8;
  }

  .c-footer__content .info .tel a:hover,
  .c-footer__content .navLinks a:hover {
    color: #0093D8;
  }

  .c-navLinksSns a:hover {
    opacity: 0.8;
  }

  .c-btnIcon:hover {
    opacity: 0.8;
  }

  .c-listPd__itemImg {
    cursor: pointer;
  }

  .c-btn01Option:hover {
    border-color: #30a4e9;
  }

  .c-address a:hover {
    text-decoration: underline;
  }
}
.c-header .tel {
  display: none;
}
/* tablet */
@media only screen and (max-width: 1024px) {
  .c-header .tel {
    display: block;
    position: absolute;
    right: 65px;
    color: #DB3757;
    font-size: 14px;
  }
  .c-header .tel a {
    color: #DB3757;
    font-size: 20px;
    font-weight: bold;
  }

  .c-header .nav1 a,
  .c-header.is-fixed .nav1 a {
    color: #222;
  }

  .c-listPd {
    flex-wrap: wrap;
  }

  .c-listPd__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }

  .c-listPd__item:nth-child(2n) {
    margin-right: 0;
  }

  .c-contact__2c > *:nth-child(2) {
    max-width: 38%;
  }

  .c-contact__form .field + .field {
    margin-top: 25px;
  }

  .c-contact__form input,
  .c-contact__form textarea {
    height: 44px;
    font-size: 13px;
    border-radius: 4px;
  }

  .c-contact__form textarea {
    height: 109px;
  }

  .c-footer__content .info {
    width: 100%;
    margin-bottom: 60px;
  }

  .c-header .l-container {
    padding: 0 0 0 5px;
  }

  .c-header__bar {
    display: flex !important;
  }

  .c-header__nav {
    position: fixed;
    top: 80px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    flex-direction: column;
    align-items: center;
    height: auto;
    flex-grow: 0;
    justify-content: flex-start;
    padding: 28px 20px 20px;
    background: #fff;
    display: none;
  }

  .c-header__nav:before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    height: 3px;
  }

  .c-header .nav1 {
    font-size: 18px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    flex-grow: 0;
  }

  .c-header .nav1 a {
    height: auto;
    padding: 5px 0;
  }

  .c-header .nav1 li + li {
    margin-top: 21px;
  }

  .c-header .phone {
    display: none;
  }

  .c-header__nav .c-navLinksSns {
    margin-top: 20px;
    justify-content: center;
  }

  .c-header .nav1 .active:after {
    top: 100%;
  }

  .c-header__sns {
    margin-left: auto;
  }

  .c-footer__content .service {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .c-footer__content .contact {
    width: 100%;
    padding-right: 0;
    padding-top: 20px;
  }

  .c-footer__content .navLinks li {
    width: 100%;
  }
  /*  */
  .c-formSearch__form select,
  .c-formSearch__form input,
  .c-formSearch__form textarea {
    padding-left: 13px;
    padding-right: 30px;
    font-size: 13px;
    padding: 8px 30px 8px 10px;
    height: auto;
  }

  select {
    background-position: right 10px 50%;

  }

  .c-formSearch .w1,
  .c-formSearch .w2 {
    width: calc((50 * (100% - 28px)) / 100);
  }
  
  .c-formSearch .formItem.halfWidth {
    order: 7;
  }

  .c-arrowSlide {
    width: 38px;
    height: 38px;
    border-width: 2px;
    background-size: 7px, 100% !important;
  }

  .c-arrowSlide {
    background-size: 7px, 100% !important;
  }

  /*  */

  .c-listPd--list .c-listPd__item {
    width: calc(96% / 2);
    margin-right: 4%;
    margin-bottom: 4%;
  }

  .c-listPd--list .c-listPd__item:nth-child(3n) {
    margin-right: 4%;
  }

  .c-listPd--list .c-listPd__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-optionOrder01 .col1 .option {
    margin-left: -5px;
    margin-right: -5px;
  }
  .c-optionOrder01 .col1 .option > * {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    max-width: none;
  }

  .c-btnLayout {
    width: 70px;
    height: 38px;
  }

  .c-btnLayout img {
    width: 15px;
  }

  .c-optionOrder01 .c-btnLayout {
    margin-left: 15px;
  }

  .c-btn01Option {
    font-size: 16px;
  }

  .l-sidebarFunc__main {
    width: 31%;
  }

  .l-sidebarFunc__side {
    width: 26%;
  }
  .c-listPd--list[data-layout="row"] .c-listPd__itemImg {
    width: 220px;
    max-width: 36%;
  }

  .c-listPd--list[data-layout="row"] .c-listPd__itemInfo .info {
    margin-top: 8px;
    margin-bottom: -10px;
  }

  .c-listPd--list[data-layout="row"] .c-listPd__itemInfo {
    padding-bottom: 38px;
  }
  .c-btnScroll img {
    width: 15px;
  }

  .c-pagination > * {
    width: 30px;
    height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 3px;
  }

  .c-pagination {
    font-size: 18px;
  }

  .c-pagination .prev img,
  .c-pagination .next img {
    width: 16px;
  }

}
@media only screen and (max-width: 920px) {
  .c-table01 td:first-child {
    padding-left: 15px;
  }

  .c-table01 td {
    padding: 10px 5px 10px;
  }

  .l-landDetail {
    padding-right: calc(330px + 2%);
  }

  .l-landDetail__side {
    width: 330px;
  }

  .c-table01 {
    font-size: 17px;
  }
  .c-info01__cont {
    padding: 15px;
    font-size: 16px;
  }
}
/* sp */
@media only screen and (max-width: 767px) {
  .l-container {
    font-size: 14px;
  }
  .c-formSearch--2c .c-formSearch__action {
    margin-left: -8px;
    margin-right: -8px;
  }

  .c-footer__content {
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .c-footer__content .info {
    padding-right: 20px;
  }

  .c-footer__content .service {
    padding-right: 20px;
  }

  .c-footer__content .info {
    margin-bottom: 35px;
  }

  .c-contact__2c {
    flex-direction: column;
    padding: 40px 20px;
  }

  .c-contact__2c > * {
    width: 100%;
  }

  .c-contact__2c > *:nth-child(2) {
    max-width: 100%;
    order: -1;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .c-contact__2c:after {
    left: calc((100% - 100vw) / 2);
  }

  .c-contact__text .inner img {
    margin-bottom: 10px;
    width: 300px;
  }

  .c-listPd__itemInfo .info {
    margin-left: -7px;
    margin-right: -7px;
  }

  .c-listPd__itemInfo .info > * {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 13px;
  }

  .c-listPd__itemInfo .info .bed img {
    width: 17px;
  }

  .c-listPd__itemInfo .info .wc img {
    width: 14px;
  }

  .c-listPd__itemInfo .info > * img {
    margin-right: 5px;
  }

  .c-head1 {
    flex-direction: column;
  }

  .c-head1 .text {
    width: 100%;
    margin-right: 0;
    font-size: 38px;
    font-size: 25px;
    text-align: center;
  }

  .c-btnScroll {
    width: 35px;
    height: 35px;
    right: 0;
    bottom: 0;
  }

  .c-btnScroll img {
    width: 8px;
  }

  /*  */
  /* .c-header__sns {
    display: none;
  } */

  /* .c-header__wrap {
    height: 60px;
  } */

  /* .c-header .phone {
    display: flex;
    width: 250px;
    max-width: 100%;
    height: auto;
    background: #DB3757;
    color: #fff;
    border-radius: 10px;
    margin: auto;
    margin-top: 22px;
    padding: 10px;
    font-size: 21px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 16%);
  } */

  .c-header .phone img {
    margin-right: 6px;
  }

  .c-header .phone img.sp {
    display: block;
  }

  .c-header .phone img.pc {
    display: none;
  }

  .c-header__nav .c-navLinksSns {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }

  .c-header .phone span {
    display: block;
  }

  .c-btn01 {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 7px;
  }

  .c-contact__form .submit {
    margin-top: 20px;
  }

  .c-contact__form .field label {
    font-size: 15px;
    left: 0;
  }

  .c-contact__form .caption {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .c-footer__content .info {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 0;
    border-bottom: 1px solid #e3e3e3;
  }

  .c-footer__content .info .address img {
    width: 8px;
    margin-right: 4px;
  }

  .c-footer__content .info .companyName {
    font-size: 16px;
    margin-top: 0;
  }

  .c-footer__content .info .address {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .c-footer__content .info .vertify {
    width: 120px;
  }

  .c-footer__content .navLinks a img {
    max-width: 15px;
    max-height: 15px;
  }

  .c-footer__content .footerTitle {
    font-size: 18px;
    height: auto;
  }

  .c-footer__content .navLinks {
    font-size: 14px;
  }

  .c-footer__content .c-navLinksSns {
    margin-top: 15px;
  }

  .c-footer__cr {
    font-size: 13px;
    padding: 13px;
  }

  .c-btnIcon .iReset {
    width: 10px;
  }

  .c-btnIcon .iSearch {
    width: 12px;
  }

  .c-btnIcon {
    font-size: 14px;
    padding: 9px;
  }

  .c-formSearch__form label {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .c-formSearch .w1,
  .c-formSearch .w2 {
    width: 100%;
    margin-bottom: 9px;
  }

  .c-formSearch .formItem {
    margin-left: 0;
    margin-right: 0;
  }

  .c-formSearch .formItem.priceSquare {
    flex-direction: row-reverse;
  }

  .c-tab1 {
    font-size: 14px;
    overflow: hidden;
  }

  .c-tab1 .item {
    padding: 11px 5px;
    width: 150px;
  }
  .c-tab1 {
    background: linear-gradient(to right, #209feb 0%, #44b9ff 100%);
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #e3e3e3;
	  color: #fff;
  }
  .c-tab1 .item, .c-tab1 .item:hover, .c-tab1 .item.is-active, .c-tab1 .item.is-active:hover {
    background: none;
    color: #fff;
  }
  .c-tab1 .item {
    color: #e1e1e1;
  }
  .c-tab1 .item:after {
    background: #fff;
  }
  .c-listPd__itemInfo .address {
    font-size: 14px;
    margin-top: 5px;
  }

  .c-listPd__itemInfo .info .bed {
    background-size: 18px auto;
    padding-left: 24px;
  }

  .c-listPd__itemInfo .desc {
    font-size: 14px;
    margin-top: 10px;
  }

  .c-listPd__itemInfo {
    padding: 15px;
  }

  .c-listPd__itemImg .label > * {
    font-size: 13px;
    padding: 3px 9px;
    border-radius: 9px;
  }

  .c-contact__2c:before {
    background-position: top center;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .c-mainvisual__wrap {
    margin-top: 0;
    padding: 20px;
    width: 100%;
  }

  .c-formSearch {
    border-radius: 0 0 10px 10px;
    background: #f9f9f9;
  }
 
  /* page detail */
  .c-address {
    padding: 11px 0;
    font-size: 13px;
  }

  .c-address__wrap {
    white-space: nowrap;
    display: block;
    overflow-x: scroll;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }

  .c-address__wrap > * {
    display: inline;
  }

  .c-address li:not(:first-child):before {
    width: 7px;
    height: 7px;
    margin-right: 2px;
  }

  .c-address li {
    margin-right: 4px;
  }

  .c-address .l-container {
    overflow-y: hidden;
    margin-right: -20px;
    width: auto;
    margin-left: 0;
    padding-right: 0;
  }

  .l-landDetail__side {
    position: static;
  }

  .l-landDetail {
    padding-right: 0;
  }

  .c-table01 {
    font-size: 14px;
  }

  .c-table01 td {
    padding: 9px 2px;
  }

  .l-landDetail__side .c-contact1 {
    margin-top: 20px;
  }
  .l-landDetail .c-info01 {
    margin-top: 30px;
  }
  .l-listPdSlide .c-head1 {
    padding-right: 0;
    height: auto;
    margin-bottom: 25px;
  }

  .l-listPdSlide .c-head1 .text {
    font-size: 20px;
  }
  .c-contact1 {
    border-radius: 5px;
    padding: 16px 10px 18px;
  }

  .c-contact1 .title {
    font-size: 14px;
    line-height: 1.42;
    margin-bottom: 10px;
  }

  .c-btnIcon02 {
    font-size: 20px;
    height: 45px;
    width: 214px;
    border-radius: 5px;
  }

  .c-btnIcon02:before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
    margin-top: 2px;
  }

  .c-contact1 .note {
    font-size: 14px;
    margin-top: 8px;
  }

  .c-info01__title {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .c-info01__cont {
    border: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.538;
    padding-bottom: 5px;
  }

  .c-info01__cont .map {
    border-radius: 10px;
  }

  .c-info01__cont .map:before {
    padding-top: 66%;
  }
  .l-landDetail .c-slide01 {
    width: 100%;
  }

  .c-slide01__slick .item {
    height: 400px;
  }

  .slick-dots li button:before {
    font-size: 0.95rem;
  }

  .slick-dots li button,
  .slick-dots li button:before,
  .slick-dots li {
    width: 6px;
    height: 6px;
    padding: 0;
    line-height: 0;
  }

  .slick-dots li {
    margin-left: 2px;
    margin-right: 2px;
  }

  .c-slide01 .slick-dots {
    bottom: 5px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }

  .c-slide01Nav {
    width: 98%;
  }

  .c-slide01Nav__slick .item {
    padding: 0 5px;
  }

  .l-landDetail__side {
    width: 100%;
    margin-top: 20px;
  }
  .c-arrowSlide01 {
    top: 50%;
  }

  .c-arrowSlide01 {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    transform: translatey(-50%);
  }

  .l-listPdSlide__slick .item > * {
    margin-left: 13px;
    margin-right: 13px;
  }

  .l-listPdSlide__slick {
    margin-right: -20px;
    margin-left: -20px;
  }
  .l-listPdSlide__slick .slick-list {
    padding: 0 26px;
  }

  .c-arrowSlide01.next {
    right: 20px;
    left: auto;
  }

  .c-arrowSlide01.prev {
    left: 20px;
  }
  /*  search */
  .l-sidebarFunc {
    flex-wrap: wrap;
  }

  .l-sidebarFunc__side {
    width: 100%;
    margin-right: 0;
  }

  .l-sidebarFunc__main {
    width: 100%;
  }

  .c-listPd--list .c-listPd__item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }

  .c-pagination {
    font-size: 14px;
  }

  .c-pagination .prev img,
  .c-pagination .next img {
    width: 14px;
  }

  .c-pagination .prev,
  .c-pagination .next {
    margin-left: 7px;
    margin-right: 7px;
  }
  .c-banner01 {
    height: 100px;
  }

  .c-banner01__title {
    font-size: 24px;
  }

  .c-result {
    text-align: left;
    font-size: 16px;
    border-bottom: none;
  }

  .c-result .num {
    font-size: 20px;
  }

  .c-formSearch--side {
    background: #e1f4ff;
    padding: 16px 0 26px 20px;
  }

  .c-formSearch--side .c-formSearch__action {
    justify-content: flex-start;
    margin-top: 8px;
  }

  .c-formSearch--side .c-formSearch__action > * {
    margin: 0;
    width: 100px;
  }

  .c-formSearch--side .c-formSearch__form {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: -10px;
  }

  .c-formSearch--side .formItem {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .c-formSearch--side .district {
    width: 150px;
  }
  .c-formSearch--side .position {
    width: 120px;
  }
  .c-formSearch--side .direct {
    width: 120px;
  }

  .c-formSearch--side .formItem.sleepWc {
    order: 6;
  }
  .c-formSearch--side .formItem.sleepWc {
    width: 190px;
  }
  .c-formSearch--side .formItem.sleepWc > * {
    width: 90px;
  }
  .c-formSearch--side .formItem.priceSquare {
    flex-direction: row-reverse;
  }
  .c-formSearch--side .foremItem.direct {
    width: 120px;
  }
  .l-sidebarFunc__side .c-result {
    margin-bottom: 10px;
  }

  .c-formSearch--side {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 20px;
    border-radius: 0;
  }

  .c-formSearch--side .c-formSearch__form {
    padding-bottom: 0;
  }
  .c-btn01Option {
    font-size: 14px;
    padding: 5px 7px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
  }

  .l-wrapScrollSP {
    overflow: hidden;
    margin-right: -20px;
  }

  .l-wrapScrollSP__cont {
    overflow-x: auto;
    padding-bottom: 15px;
    margin-bottom: -15px;
  }
  .c-optionOrder01 {
    display: block;
  }
  .c-optionOrder01 .col1{
	  display: block;
  }
  .c-optionOrder01 .col1 .option {
    margin-right: 0;
  }
  .c-optionOrder01 .col1 .label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block
  }
  
}

@media only screen and (max-width: 575px) {
  .c-listPd__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
 
  .c-listPd--list .c-listPd__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c-listPd--list .c-listPd__item:nth-child(3n) {
    margin-right: 0;
  }
}

.p-top1__list .item {
  padding: 100px 0;
}

.p-top1__list .item:nth-child(even) {
  background: #f8f8f8;
}

.p-top1__list .c-head1 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .p-top1__list .c-head1 .link {
    display: none;
  }

  .p-top1__list .c-head1 {
    margin-bottom: 20px;
  }

  .p-top1__list .item {
    position: relative;
    padding: 50px 0;
  }

  .p-top1__list .item .c-head1 .c-link01 {
    position: absolute;
    bottom: 0;
    transform: translatex(-50%);
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    width: fit-content;
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 0;
  }
}
/* detail page css */
.p-detail__head .title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 18px;
}

.p-detail__head {
  margin-top: 60px;
}

.p-detail__head .priceId > * {
  display: inline-block;
}

.p-detail__head .priceId {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.p-detail__head .priceId .id {
  padding-left: 38px;
  border-left: 1px solid #3290c8;
  padding-top: 1px;
  padding-bottom: 1px;
}

.p-detail__head .priceId .price {
  color: #dc5e63;
  font-size: 42px;
  font-weight: 700;
  margin-right: 40px;
  line-height: 1;
}

.p-detail__head .priceId .price .unit {
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
  margin-left: 6px;
}

.p-detail__content {
  padding-bottom: 130px;
}

.p-detail {
  padding-bottom: 115px;
}

@media only screen and (max-width: 767px) {
  .p-detail__head {
    margin-top: 18px;
  }

  .p-detail__head .title {
    font-size: 15px;
    line-height: 1.46;
    margin-bottom: 9px;
  }
  .p-detail__head .priceId {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .p-detail__head .priceId .price {
    font-size: 25px;
    margin-right: 16px;
  }
  .p-detail__head .priceId .price .unit {
    font-size: 14px;
    margin-left: 3px;
  }

  .p-detail__head .priceId .id {
    line-height: 0.8;
    padding-left: 12px;
  }
  .p-detail__content {
    padding-bottom: 60px;
  }

  .p-detail {
    padding-bottom: 60px;
  }
}
/* page search */
.p-search {
    padding-top: 65px;
	padding-bottom: 130px;
}
.p-search1 .c-optionOrder01 {
    margin-bottom: 30px;
}
.p-search1 .c-pagination{
	margin-top: 20px;
}

.serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;;
}

.serviceList li {
  position: relative;
  width: calc(33.33333% - 21px);
  margin: 0 10px 20px;
  display: block;
  background-color: #06247e;
  color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 18px;
  padding: 25px 15px;
  text-align: center;
  text-transform: uppercase;
}

.serviceList li:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 26px 0 0;
  border-color: transparent #DB3757;
  right: 0;
  bottom: 0;
}
.owl-carousel .owl-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.owl-dots {
	position:absolute;
	bottom:23px;
	width:100%;
	text-align:center;
}
.owl-dots .owl-dot {
	display:inline-block;
	width:6px;
	height:6px;
	margin:0 6px;
	border-radius:50%;
	background:#FFF;
	vertical-align:middle;
}
.owl-dots .owl-dot.active {
	width:8px;
	height:8px;
}
.owl-carousel .owl-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  vertical-align: top;
}

#keyv {
  background: url("../img/common/keyv01.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-stage-outer:after {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.headline1 {
  position: absolute;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
}
.headline1 em {
  background: -webkit-linear-gradient(#009cf9, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
}
.slick-list {
  overflow: hidden;
}
.fb_dialog_content iframe {
  bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .fb_dialog_content iframe {
    bottom: 67px !important;
    margin: 0 !important;
  }
  .headline1 {
    font-size: 20px;
  }
  .headline1 em {
    font-size: 40px;
  }
  #keyv {
    min-height: 300px;
    height: auto;
  }
	.p-search {
		padding-bottom: 50px;
	}
	.p-search1 .c-pagination {
		margin-top: 15px;
	}
	.p-search {
		padding-top: 16px;
	}
	.p-search1 .c-optionOrder01 {
		margin-bottom: 22px;
		margin-top: 18px;
  }
  .p-search1 .c-btnLayout {
    display: none;
  }

  .owl-carousel .owl-item img {
    height: 300px;
  }
  /* row layout */
  .c-listPd {
    display: block;
  }
  
  .c-listPd .c-listPd__item {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }

  .c-listPd .c-listPd__itemImg {
    flex-shrink: 0;
    width: 150px;
  }
  
  .c-listPd .c-listPd__itemInfo {
    padding: 5px;
    align-self: center;
    position: relative;
    flex-grow: 1;
    margin-left: 5px;
  }
  
  .c-listPd .c-listPd__itemInfo .info {
    margin-top: 14px;
    margin-bottom: -4px;
  }
  
  .c-listPd .c-listPd__itemInfo .desc {
    height: auto;
    margin-top: 10px;
    height: 1.4em;
    -webkit-line-clamp: 1;
  }
  
  .c-listPd .c-listPd__itemInfo .priceLink .link {
    display: none;
  }

  .serviceList li {
    margin: 0 0 10px 0;
    font-size: 16px;
    width: 100%;
  }
}

.mw_wp_form_complete {
  font-size: 18px;
}

.wp-block-preformatted {
  white-space: pre-wrap;
  line-height: 1.6!important;
  font-family: 'Roboto'!important;
}
.js-slide01,
.js-slide01Nav {
  display: none;
}

/* .p-cooperate */
.p-cooperate {
  padding: 40px 0 80px;
}
.cooperateTable {
  margin: 20px 0;
  width: 100%;
}
.cooperateTable td,
.cooperateTable th {
  padding: 12px 5px;
  border: 1px solid #999;
  font-size: 13px;
}
.cooperateTable th {
  background: #f7f7f7;
}

#fb-root {
  display: none !important;
}