@charset "UTF-8";
/* Scss Document */
/* Scss Document */
em {
  font-style: normal;
}

.page_ttl {
  background: url(../images/common/bg_sheet.jpg);
}
.page_ttl h1 {
  width: calc(480 / 1920 * 100vw);
  height: calc(160 / 1920 * 100vw);
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/kabeyanen/logo_kabeyanen.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (max-width: 1200px) {
  .page_ttl h1 {
    width: calc(420 / 1200 * 100vw);
    height: calc(120 / 1200 * 100vw);
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 640px) {
  .page_ttl h1 {
    width: calc(340 / 600 * 100vw);
    height: calc(100 / 600 * 100vw);
    font-size: calc(30 / 600 * 100vw);
    background-size: 100% auto;
  }
}

.content_title {
  margin-bottom: 1.5em;
  font-size: calc(48 / 1920 * 100vw);
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .content_title {
    font-size: calc(48 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .content_title {
    font-size: calc(36 / 600 * 100vw);
  }
}

.title-middle {
  margin-bottom: 1.5em;
  font-size: calc(36 / 1920 * 100vw);
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .title-middle {
    font-size: calc(36 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .title-middle {
    font-size: calc(28 / 600 * 100vw);
  }
}

.intro .content {
  padding-top: 0;
  text-align: center;
  background: #fff;
}
.intro_welcome {
  font-family: "Jost", sans-serif;
  font-size: calc(112 / 1920 * 100vw);
  color: #74a001;
}
@media only screen and (max-width: 1200px) {
  .intro_welcome {
    font-size: calc(112 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .intro_welcome {
    font-size: calc(72 / 600 * 100vw);
  }
}
.intro_title {
  margin-bottom: 1em;
  font-size: calc(64 / 1920 * 100vw);
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .intro_title {
    font-size: calc(64 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .intro_title {
    font-size: calc(44 / 600 * 100vw);
  }
}
.intro_title span {
  margin-bottom: 0.5em;
  font-size: calc(44 / 1920 * 100vw);
  display: block;
}
@media only screen and (max-width: 1200px) {
  .intro_title span {
    font-size: calc(44 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .intro_title span {
    font-size: calc(32 / 600 * 100vw);
  }
}
.intro_title em {
  font-size: calc(86 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .intro_title em {
    font-size: calc(86 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .intro_title em {
    font-size: calc(44 / 600 * 100vw);
  }
}
.intro_title em img {
  width: calc(454 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .intro_title em img {
    width: calc(454 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .intro_title em img {
    width: calc(240 / 600 * 100vw);
  }
}
.intro_lead {
  font-size: calc(24 / 1920 * 100vw);
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 1200px) {
  .intro_lead {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .intro_lead {
    font-size: calc(22 / 600 * 100vw);
    text-align: left;
  }
  .intro_lead br {
    display: none;
  }
}

.video_container {
  margin: 0 auto;
  width: calc(950 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .video_container {
    width: calc(950 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .video_container {
    width: 100%;
  }
}

.pointHead_title {
  font-size: calc(48 / 1920 * 100vw);
  text-align: center;
  line-height: 1.1;
}
@media only screen and (max-width: 1200px) {
  .pointHead_title {
    font-size: calc(48 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .pointHead_title {
    font-size: calc(36 / 600 * 100vw);
  }
}
.pointHead_title em {
  font-size: calc(100 / 1920 * 100vw);
  color: #C55A11;
}
@media only screen and (max-width: 1200px) {
  .pointHead_title em {
    font-size: calc(100 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .pointHead_title em {
    font-size: calc(75 / 600 * 100vw);
  }
}
.pointNav_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: listnum;
}
@media only screen and (max-width: 1200px) {
  .pointNav_list {
    margin: 0 auto;
    width: calc(950 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .pointNav_list {
    flex-direction: column;
  }
}
.pointNav_item {
  margin-top: calc(80 / 1920 * 100vw);
  width: calc(550 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .pointNav_item {
    width: calc(455 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .pointNav_item {
    width: 100%;
    margin-top: calc(60 / 600 * 100vw);
  }
}
.pointNav_item a {
  padding: 0 1em 0.25em;
  border: solid 4px #74a001;
  border-radius: calc(24 / 1920 * 100vw);
  font-size: calc(40 / 1920 * 100vw);
  font-weight: 700;
  background: #fff;
  line-height: 1.3;
  text-align: center;
  display: block;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1200px) {
  .pointNav_item a {
    font-size: calc(32 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .pointNav_item a {
    border-radius: calc(16 / 600 * 100vw);
    font-size: calc(36 / 600 * 100vw);
    width: 100%;
  }
}
.pointNav_item a::before {
  margin: calc(-50 / 1920 * 100vw) auto 0.25em;
  width: calc(100 / 1920 * 100vw);
  height: calc(100 / 1920 * 100vw);
  border: solid 4px #74a001;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  background: #fff;
  font-weight: 400;
  counter-increment: listnum;
  content: counter(listnum);
  line-height: 1;
  font-size: calc(68 / 1920 * 100vw);
  color: #74a001;
}
@media only screen and (max-width: 640px) {
  .pointNav_item a::before {
    margin: calc(-37 / 600 * 100vw) auto 0.25em;
    width: calc(72 / 600 * 100vw);
    height: calc(72 / 600 * 100vw);
    font-size: calc(56 / 600 * 100vw);
  }
}
.pointNav_item a::after {
  margin-top: 0.5em;
  content: "▼";
  display: block;
  font-size: calc(24 / 1920 * 100vw);
  color: #74a001;
}
@media only screen and (max-width: 1200px) {
  .pointNav_item a::after {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .pointNav_item a::after {
    font-size: calc(24 / 600 * 100vw);
  }
}
.point_item {
  margin: calc(120 / 1920 * 100vw) auto calc(120 / 1920 * 100vw);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .point_item {
    margin: calc(80 / 1920 * 100vw) auto calc(80 / 1920 * 100vw);
  }
}
.point_item .inner {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .point_item .inner {
    flex-direction: column;
  }
}
.point_item.-reverse {
  margin-top: calc(-360 / 1920 * 100vw);
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .point_item.-reverse {
    margin-top: calc(-120 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .point_item.-reverse {
    margin-top: auto;
  }
}
.point_item.-reverse .inner {
  flex-direction: row-reverse;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .point_item.-reverse .inner {
    flex-direction: column;
  }
}
.point_item.-reverse .point_title h3 {
  color: #C55A11;
}
.point_item.-reverse .point_thumb {
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .point_item.-reverse .point_thumb {
    justify-content: center;
  }
}
.point_item.-reverse .point_text {
  margin: 0 auto calc(30 / 1920 * 100vw) calc(-136 / 1920 * 100vw);
  padding: calc(50 / 1920 * 100vw) calc(95 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(190 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .point_item.-reverse .point_text {
    margin: calc(30 / 600 * 100vw) auto 0;
    padding: calc(50 / 600 * 100vw);
  }
}
.point_item.showroom .deco {
  position: absolute;
  top: calc(-50 / 1920 * 100vw);
  left: calc(-50 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .point_item.showroom .deco {
    top: calc(-50 / 1200 * 100vw);
    left: calc(-50 / 1200 * 100vw);
    width: calc(80 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .point_item.showroom .deco {
    left: auto;
    right: 2em;
    width: calc(80 / 600 * 100vw);
  }
}
.point_item.cafe .deco {
  position: absolute;
  top: calc(-50 / 1920 * 100vw);
  right: calc(-50 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .point_item.cafe .deco {
    top: calc(-50 / 1200 * 100vw);
    right: calc(-50 / 1200 * 100vw);
    width: calc(120 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .point_item.cafe .deco {
    left: auto;
    right: 1em;
    width: calc(120 / 600 * 100vw);
  }
}
.point_title {
  margin-bottom: 1.5em;
  line-height: 1.2;
  font-size: calc(24 / 1920 * 100vw);
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .point_title {
    font-size: calc(24 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .point_title {
    font-size: calc(24 / 600 * 100vw);
  }
}
.point_title h3 {
  margin-top: 0.25em;
  font-size: calc(48 / 1920 * 100vw);
  font-weight: 200;
  color: #385723;
}
@media only screen and (max-width: 1200px) {
  .point_title h3 {
    font-size: calc(48 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .point_title h3 {
    font-size: calc(56 / 600 * 100vw);
  }
}
.point_text {
  margin: 0 calc(-136 / 1920 * 100vw) 0 auto;
  padding: calc(50 / 1920 * 100vw) calc(190 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(95 / 1920 * 100vw);
  border: solid 4px #fff;
  border-radius: calc(12 / 1920 * 100vw);
  width: calc(760 / 1920 * 100vw);
  z-index: 1;
  font-size: calc(20 / 1920 * 100vw);
  background: #F1F9E2;
  position: relative;
  z-index: 0;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .point_text {
    font-size: calc(18 / 1200 * 100vw);
    width: calc(560 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .point_text {
    margin: calc(30 / 600 * 100vw) auto 0;
    padding: calc(50 / 600 * 100vw);
    border-radius: calc(8 / 600 * 100vw);
    font-size: calc(20 / 600 * 100vw);
    width: 100%;
  }
}
.point_image {
  margin-top: calc(56 / 1920 * 100vw);
  width: 47.1132897603%;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .point_image {
    margin-top: 0;
    width: 100%;
  }
}
.point_image .bx-wrapper {
  margin-bottom: calc(30 / 1920 * 100vw);
  padding: 0;
  border: none;
  overflow: hidden;
  box-shadow: none;
  background: none;
}
@media only screen and (max-width: 640px) {
  .point_image .bx-wrapper {
    margin-bottom: calc(30 / 600 * 100vw);
  }
}
.point_slider {
  position: relative;
}
.point_slider figcaption {
  position: absolute;
  right: 1em;
  bottom: 1em;
  z-index: 1;
  font-size: calc(14 / 1920 * 100vw);
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .point_slider figcaption {
    font-size: calc(14 / 600 * 100vw);
  }
}
.point_thumb {
  display: flex;
  gap: calc(10 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .point_thumb {
    gap: calc(10 / 600 * 100vw);
    justify-content: center;
  }
}
.point_thumb li {
  width: calc(180 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .point_thumb li {
    width: calc(120 / 600 * 100vw);
  }
}
.point_container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .point_container {
    gap: calc(30 / 1200 * 100vw);
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .point_container {
    margin-top: calc(60 / 600 * 100vw);
    gap: calc(30 / 600 * 100vw);
    flex-direction: column;
  }
}
.point_item-small {
  width: calc(540 / 1920 * 100vw);
  padding: calc(50 / 1920 * 100vw);
  border: solid 4px #fff;
  z-index: 1;
  font-size: calc(20 / 1920 * 100vw);
  background: #F1F9E2;
  position: relative;
  z-index: 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .point_item-small {
    width: calc(455 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .point_item-small {
    padding: calc(36 / 600 * 100vw);
    width: 100%;
    font-size: calc(20 / 600 * 100vw);
  }
}
.point_item-small .point_title {
  margin-bottom: 1em;
  font-weight: 500;
  text-align: center;
}
.point_item-small .point_title h3 {
  color: #74a001;
}
@media only screen and (max-width: 640px) {
  .point_item-small .point_title h3 {
    font-size: calc(44 / 600 * 100vw);
  }
}
.point_item-small figure {
  margin-top: 1.5em;
}

.floormap .content {
  border-radius: 0;
  background: #F1F9E2;
  text-align: center;
}

.refa {
  text-align: center;
}
.refa_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(35 / 1920 * 100vw) calc(30 / 1920 * 100vw);
}
@media only screen and (max-width: 640px) {
  .refa_list {
    gap: 0;
  }
}
.refa_item {
  width: calc(360 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .refa_item {
    width: 32%;
  }
}
@media only screen and (max-width: 640px) {
  .refa_item {
    padding: calc(8 / 600 * 100vw);
    width: 50%;
  }
}
.refa_item img {
  max-width: initial;
  width: 100%;
}
.refa_logo {
  margin: 0 auto;
  width: 50%;
}
.refa_title {
  margin: 1.5em 0;
  font-size: calc(40 / 1920 * 100vw);
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .refa_title {
    font-size: calc(40 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .refa_title {
    font-size: calc(28 / 600 * 100vw);
  }
}

@media only screen and (max-width: 1200px) {
  .line_wrapper {
    margin: 0 auto;
    width: 80%;
  }
}
@media only screen and (max-width: 640px) {
  .line_wrapper {
    width: 100%;
  }
}
.line_container {
  margin: 2em auto 4em;
  display: flex;
  justify-content: space-between;
  max-width: 85.5rem;
}
@media only screen and (max-width: 640px) {
  .line_container {
    flex-direction: column;
    width: 100%;
  }
}
.line_text {
  width: calc(760 / 1920 * 100vw);
  text-align: left;
  font-size: calc(28 / 1920 * 100vw);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1200px) {
  .line_text {
    font-size: calc(24 / 1200 * 100vw);
    width: calc(760 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .line_text {
    font-size: calc(20 / 600 * 100vw);
    width: 100%;
    text-align: center;
  }
}
.line_text em {
  color: #C55A11;
}
.line_image {
  width: calc(180 / 1920 * 100vw);
}
@media only screen and (max-width: 1200px) {
  .line_image {
    width: calc(180 / 1200 * 100vw);
  }
}
@media only screen and (max-width: 640px) {
  .line_image {
    width: calc(180 / 600 * 100vw);
    margin: 1em auto 0;
  }
}

.access .content {
  border-radius: 0;
  background: #F1F9E2;
}
.access_container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .access_container div {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .access_container {
    flex-direction: column;
    gap: calc(40 / 600 * 100vw);
  }
  .access_container div {
    width: 100%;
  }
}/*# sourceMappingURL=kabeyanen.css.map */