@charset "UTF-8";
.pc {
  display: none !important;
}

.sp {
  display: none !important;
}

.tab {
  display: block !important;
}

.pctab {
  display: block !important;
}

.pcsp {
  display: none !important;
}

.tabsp {
  display: block !important;
}

/*共通
========================================== */
h2 {
  font-size: 1.8rem;
}
h2 span {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.8rem;
  margin: 6rem 0 2rem;
}

h4 {
  font-size: 1rem;
}

.txt {
  font-size: 1.2rem;
  line-height: 2.2;
}

/*header
========================================== */
header {
  width: 96%;
}
header .hd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 70px 0 0;
  box-sizing: border-box;
}
header .hd .logo {
  max-width: 220px;
}
header .hd .logo img {
  width: 100%;
  height: auto;
}
header .hd .hd_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hd .hd_contact .icon {
  display: block;
  background: #d00747;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  padding: 5px;
  box-sizing: border-box;
}
header .hd .hd_contact .icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/contact_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
header .hd .hd_contact .tel {
  font-size: 25px;
  font-weight: bold;
}
header .hd .hd_contact .tel::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../images/common/tel_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
header .hd_menu {
  width: 100%;
  margin: 20px auto;
}
header .hd_menu .menu {
  background: #fff;
  display: block;
  width: 10%;
  position: fixed;
  top: 8px;
  right: -20px;
  z-index: 110;
}
header .hd_menu .menu #navbar-toggle {
  display: block;
  cursor: pointer;
  position: absolute;
  text-align: center;
  z-index: 101;
  transition: all 0.3s linear;
  height: 50px;
  width: 50px;
  background: #fff;
}
header .hd_menu .menu #navbar-toggle span {
  background: #000;
  position: absolute;
  display: block;
  top: 10px;
  left: 25%;
  width: 50%;
  height: 3px;
  transition: all 0.3s ease-out;
  z-index: 100000;
}
header .hd_menu .menu #navbar-toggle span:nth-of-type(2) {
  top: 20px;
}
header .hd_menu .menu #navbar-toggle span:nth-of-type(3) {
  top: 30px;
}
header .hd_menu .menu #navbar-toggle.vew span:nth-of-type(1) {
  top: 18px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
header .hd_menu .menu #navbar-toggle.vew span:nth-of-type(2) {
  display: none;
}
header .hd_menu .menu #navbar-toggle.vew span:nth-of-type(3) {
  top: 18px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header .hd_menu .gnav {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 110;
  width: 100%;
  top: 60px;
  left: 0;
  background: #fff;
}
header .hd_menu .gnav ul {
  width: 100%;
  display: inherit;
}
header .hd_menu .gnav ul li {
  margin-right: 0;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
header .hd_menu .gnav ul li a {
  display: inherit;
}
header .hd_menu .gnav ul li a i {
  display: none;
}
header .hd_menu .gnav .sp_contact {
  display: none;
}

/*search
========================================== */
ul.search_box li {
  width: 100%;
}
ul.search_box li .property .left {
  width: 25%;
}
ul.search_box li .property .right {
  width: 73%;
}
ul.search_box li .property .right dl dt {
  margin-bottom: 1%;
}
ul.search_box li .property .right dl dd {
  margin-bottom: 1%;
}

#search {
  text-align: left;
}
#search .detail {
  margin: 20px 0;
}
#search .detail .left {
  width: 100%;
  margin-bottom: 15px;
}
#search .detail .right {
  width: 100%;
}
#search .detail .right dl dt {
  margin-bottom: 1%;
}
#search .slider {
  max-height: 420px;
}
#search .slider .slick-slide img {
  max-height: 420px;
}
#search .thumbnail .slick-track li img {
  height: 100px;
}
#search .detail-point li {
  width: 49%;
}
#search .map iframe {
  height: 350px;
}

/*footer
========================================== */
.bnr {
  display: block;
  margin-bottom: 80px;
}
.bnr img {
  box-shadow: 0 0.2rem 0.8rem #999;
}

footer .ft_contact .tel {
  font-size: 45px;
}

/*# sourceMappingURL=tab.css.map */
