@charset "UTF-8";
/* Scss Document */
#global-header {
  width: 100%;
}
#global-header .inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#global-header .inner .logo {
  width: 20%;
  text-align: center;
}
#global-header .inner .logo a {
  display: inline-block;
  padding: 12px 0;
  font-weight: bold;
}
#global-header .inner #global-navi {
  width: 50%;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
#global-header .inner #global-navi ul li {
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  font-size: 1.4em;
  padding: 14px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a:hover {
  background: #333;
  color: #ffffff;
}
@media screen and (max-width: 1366px) {
  #global-header .inner #global-navi ul {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 1440px) {
  #global-header .inner {
    width: 100%;
  }
  #global-header .inner .logo {
    width: 25%;
  }
}
@media screen and (max-width: 1112px) {
  #global-header .inner .logo {
    width: 100%;
    text-align: center;
  }
  #global-header .inner .logo a {
    display: inline-block;
    padding: 10.5px 0;
  }
  #global-header .inner .logo a img {
    width: auto;
    height: 70%;
  }
  #global-header .inner #global-navi {
    display: none;
  }
}
@media screen and (max-width: 415px) {
  #global-header .inner .logo a {
    padding: 15px 0;
    width: 100%;
    font-size: 0.8em;
  }
}

main#container .page-header {
  text-align: center;
  margin-bottom: 40px;
}
main#container .page-header h2 .h-inner {
  display: inline-block;
  height: 130px;
  margin: 0 auto;
  padding-left: 60px;
  background: url(../images/midashi.png) no-repeat left center;
}
main#container .page-header h2 .h-inner .ja {
  display: inline-block;
  padding-top: 46px;
  padding-right: 18px;
  font-size: 1.8em;
  font-weight: bold;
}
main#container .page-header h2 .h-inner .en {
  display: inline-block;
  padding-right: 18px;
  font-size: 0.8em;
  letter-spacing: 0.25em;
}
main#container .page-header.contact-content {
  margin-bottom: 40px;
}

/* Scss Document */
#key-visual img {
  width: 100%;
  height: auto;
  position: relative;
  vertical-align: bottom;
}
#key-visual h2 {
  position: absolute;
  color: #fff;
  font-size: 4em;
  margin: -12% 0 0 63%;
}
@media screen and (max-width: 834px) {
  #key-visual {
    height: 300px;
  }
  #key-visual img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  #key-visual h2 {
    margin: -20% 0 0 70%;
  }
}
@media screen and (max-width: 415px) {
  #key-visual {
    height: 250px;
  }
  #key-visual h2 {
    position: absolute;
    color: #fff;
    font-size: 4em;
    margin: -40% 0 0 43%;
  }
}

.wrap_bg_top {
  background: #f9f9f9;
}

.wrap_bg {
  background: #fff;
}

.sub_title {
  margin-top: 15%;
}
.sub_title h2 {
  font-size: 2.8em;
  line-height: 1.2em;
}
.sub_title h2 span {
  font-size: 0.4em;
  color: #666666;
}
@media screen and (max-width: 415px) {
  .sub_title h2 {
    font-size: 2em;
  }
}

.sub_left {
  width: 800px;
  margin: 2% auto 0 auto;
  text-align: left;
}
.sub_left h2 {
  font-size: 2em;
  margin-bottom: 5%;
  line-height: 1.2em;
}
.sub_left h2 span {
  font-size: 0.8em;
  color: #666666;
}
.sub_left.contact_sub_left {
  width: 800px;
}
@media screen and (max-width: 1112px) {
  .sub_left.contact_sub_left {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .sub_left {
    width: 95%;
  }
  .sub_left h2 {
    font-size: 2.8em;
  }
  .sub_left h2 span {
    font-size: 0.6em;
  }
}

.btn {
  border: solid #1a1a1a 1px;
  padding: 10px;
  width: 100px;
  position: relative;
}
.btn a {
  text-align: center;
  font-size: 14px;
  font-family: "Shin Go Regular";
  line-height: 12px;
  margin-bottom: 7px;
  padding: 3px;
  margin: 0 auto;
  display: block;
}
.btn a:hover {
  color: #ffffff;
  transition: 0.5s;
  padding: 3px;
}
.btn a img {
  position: absolute;
  width: 10px;
  height: 13px;
  margin: -5px 0 0 -15px;
}
.btn:hover {
  background: #1a1a1a;
  color: #ffffff;
  transition: 0.5s;
}

.flex {
  display: flex;
  width: 90%;
}
@media screen and (max-width: 415px) {
  .flex {
    display: flex;
    flex-direction: column;
  }
}

.kasen_es {
  border-bottom: solid 1px #333;
  width: 800px;
  margin: 5% auto 0 auto;
}
.kasen_es img {
  margin: 0 0 0 auto;
  display: block;
}
.kasen_es.contact {
  width: 800px;
}
.kasen_es.estate {
  width: 1000px;
}
@media screen and (max-width: 1112px) {
  .kasen_es.contact {
    width: 95%;
  }
}
@media screen and (max-width: 834px) {
  .kasen_es.estate {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .kasen_es {
    width: 95%;
  }
}

footer {
  background: #fff;
  padding: 5% 0 2.5%;
}
footer .footer_inner {
  width: 60%;
  margin: 0 auto;
}
footer .footer_inner h3 {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}
footer .footer_inner ul {
  margin: 5% auto;
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}
footer .footer_inner ul li {
  width: 100%;
  font-size: 1.2em;
  padding: 1%;
  text-align: center;
}
footer .footer_inner ul li a:hover {
  opacity: 0.5;
  transition: 0.5s;
}
footer .footer_inner ul li a span {
  font-size: 1.3em;
}
@media screen and (max-width: 800px) {
  footer .footer_inner ul {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  footer .footer_inner {
    width: 80%;
  }
  footer .footer_inner ul {
    width: 100%;
  }
}
footer p {
  text-align: center;
}

.contents_wrap {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#responsive-slider {
  margin: 10% auto 0;
  width: 1200px;
}
@media screen and (max-width: 1280px) {
  #responsive-slider {
    width: 95%;
  }
}
#responsive-slider .thumbnail {
  display: flex;
  justify-content: flex-start;
}
#responsive-slider .thumbnail li {
  width: 50%;
  background: #f2f2f2;
}
#responsive-slider .thumbnail li a {
  display: block;
  background: url(../estate/images/es_over.svg) no-repeat;
  background-position: 8% 50%;
  background-size: 37px 44px;
  padding: 6% 0;
  width: 100%;
  text-align: center;
  font-size: 1.4em;
}
#responsive-slider .thumbnail li a:hover {
  color: #fff;
  width: 100%;
}
#responsive-slider .thumbnail li a img {
  margin-right: 2%;
  vertical-align: middle;
}
@media screen and (max-width: 415px) {
  #responsive-slider .thumbnail li a img {
    width: 6%;
    height: 20%;
  }
}
@media screen and (max-width: 415px) {
  #responsive-slider .thumbnail li {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  #responsive-slider .thumbnail {
    flex-flow: column;
  }
}

.panel_slide {
  width: 100%;
}
.panel_slide img {
  width: 100%;
  height: auto;
}

.tab-group {
  display: flex;
  justify-content: center;
}
.tab-group .tab {
  list-style: none;
  text-align: center;
  cursor: pointer;
}
.tab-group .tab.is-active {
  transition: all 0.2s ease-out;
  background: #1a1a1a !important;
}
.tab-group .tab.is-active a {
  color: #fff !important;
}

.panel-group {
  border-top: none;
  width: 1200px;
  margin: 0 auto;
}
.panel-group .panel {
  display: none;
}
.panel-group .panel.is-show {
  display: block;
}
@media screen and (max-width: 1280px) {
  .panel-group {
    width: 95%;
  }
}

.sub_left {
  text-align: left;
  width: 1200px;
}
@media screen and (max-width: 1280px) {
  .sub_left {
    width: 95%;
  }
}

.kasen_es.estate {
  width: 1200px !important;
}
@media screen and (max-width: 1280px) {
  .kasen_es.estate {
    width: 95% !important;
  }
}

.estate-info {
  width: 1200px;
  margin: 0 auto;
}
.estate-info div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}
.estate-info div:last-child {
  margin-bottom: 0;
}
.estate-info div dt {
  width: 35%;
  padding: 3%;
  background-color: #f2f2f2;
  font-size: 1.3em;
}
.estate-info div dd {
  width: 65%;
  padding: 0 2%;
  font-size: 1.3em;
}
@media screen and (max-width: 1280px) {
  .estate-info {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .estate-info div {
    display: block;
    margin-bottom: 0;
  }
  .estate-info div dt {
    width: 100%;
  }
  .estate-info div dd {
    width: 100%;
    padding: 16px;
  }
}

.ggmap {
  width: 1200px;
  height: 400px;
  margin: 0 auto 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .ggmap {
    width: 95%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h3.grid-title {
  font-size: 1.8em;
  color: #4D4D4D;
  padding-left: 24px;
  margin-bottom: 16px;
  position: relative;
}
h3.grid-title:before {
  content: "●";
  color: #4d4d4d;
  width: 16px;
  height: 16px;
  font-size: 16px;
  position: absolute;
  top: 1px;
  left: 0;
}

.grid {
  display: grid;
  width: 1000px;
  margin: 0 auto 40px;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.grid .item {
  padding: 8px;
  text-align: center;
}
.grid .item img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .grid {
    width: 95%;
  }
}
@media screen and (max-width: 415px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr));
  }
}

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