@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.font_gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, sans-serif;
}

img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  overflow: hidden;
}

@media screen and (max-width:800px) {
  .f20res {
    font-size: 4vw;
  }
  .f18res {
    font-size: 5vw;
  }
  .f22res {
    font-size: 5vw;
  }
  .f16res {
    font-size: 3.9vw;
  }
  .f14res {
    font-size: 4.2vw;
  }
}
figure.img {
  position: relative;
  top: 0;
  left: 0;
}
figure.img .img_caption {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
}
@media screen and (max-width:800px) {
  figure.img .img_caption {
    right: 4%;
    bottom: 6%;
    width: 91%;
    text-align: right;
  }
}

#section01 {
  width: 100%;
  padding: 0;
  background-color: #dedbd8;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 .img .img_caption {
    text-align: left;
  }
}
#section01 .titles {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section01 h1 {
  text-align: center;
}
#section01 h1 .eng {
  text-align: center;
  margin-bottom: 0.6em;
}
#section01 h1 .jpn {
  text-align: center;
  margin-bottom: 1em;
}
#section01 .base_text {
  text-align: center;
}

#section02 {
  width: 100%;
  padding: 84px 0 120px;
  background: repeat top/80% auto url(../images/smartlife/bg_pc.jpg);
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 56px 0 90px;
    background: repeat top/100% auto url(../images/smartlife/bg_pc.jpg);
  }
}
#section02 .intro_text {
  margin: 0 auto 38px;
  max-width: 1000px;
  width: 89%;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 .intro_text .intro_top {
    font-size: 3.8vw;
  }
}
#section02 .intro_text .intro_label {
  text-align: center;
  line-height: 1em;
}
#section02 .intro_text .intro_label span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #a74647;
  color: #fff;
}
#section02 .intro_text .intro--large {
  margin-top: 11px;
}
#section02 .intro_text .intro--large span {
  display: inline-block;
  font-size: 70%;
}
#section02 .intro_text .intro--text {
  margin-top: 28px;
}
@media screen and (max-width:800px) {
  #section02 .intro_text .intro--text {
    font-size: 3.6vw;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 .section__in.section__in--sp {
    width: 100%;
  }
}
#section02 .block_nav {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 80px;
  width: 97%;
}
@media screen and (max-width:800px) {
  #section02 .block_nav {
    justify-content: space-between;
    margin-top: 50px;
  }
}
#section02 .block_nav li {
  /*
  cursor: pointer;
  */
  color: #fff;
  text-align: center;
  padding: 12px 100px 12px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width:800px) {
  #section02 .block_nav li {
    width: 49%;
    padding: 3vw 2vw;
    font-size: 3.2vw;
  }
}
#section02 .block_nav li:first-child {
  margin-right: 40px;
}
@media screen and (max-width:800px) {
  #section02 .block_nav li:first-child {
    margin-right: 0;
  }
}
#section02 .block_nav li span {
  opacity: 0.85;
}
#section02 .block_nav li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
#section02 .block_nav li.nav01 {
  background-color: #002e61;
}
#section02 .block_nav li.nav02 {
  background-color: #000000;
}
#section02 .block_nav li.active span {
  opacity: 1;
}
#section02 .block {
  /*display: none;*/
  opacity: 0;
  height: 0;
  overflow: hidden;
}
#section02 .block.block--01 {
  border-top: 0px solid #002e61 !important;
}
#section02 .block.block--02 {
  border-top: 0px solid #000 !important;
}
#section02 .block.block--active {
  /*display: block;*/
  height: auto;
  opacity: 1;
}
#section02 .block.block--active.block--01 {
  border-top: 12px solid #002e61 !important;
}
#section02 .block.block--active.block--02 {
  border-top: 12px solid #000 !important;
}
#section02 .block .main_block {
  position: relative;
  top: 0;
  left: 0;
}
#section02 .block .main_block .main_img {
  position: relative;
  top: 0;
  left: 0;
}
#section02 .block .main_block .main_img figcaption {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  position: absolute;
  bottom: 17px;
  right: 20px;
}
#section02 .block .main_block .nav_left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 70px;
  cursor: pointer;
}
#section02 .block .main_block .nav_right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 70px;
  cursor: pointer;
}
#section02 .block .nav_block {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
}
@media screen and (max-width:800px) {
  #section02 .block .nav_block {
    display: block;
    margin-top: 0;
  }
}
#section02 .block .nav_block li {
  width: 16%;
}
@media screen and (max-width:800px) {
  #section02 .block .nav_block li {
    width: 100%;
    margin-top: 30px;
  }
  #section02 .block .nav_block li:first-child {
    margin-top: 0;
  }
  #section02 .block .nav_block li figure {
    position: relative;
    top: 0;
    left: 0;
  }
  #section02 .block .nav_block li figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 4px 20px;
    background-color: #9e9e9f;
    width: 100%;
    mix-blend-mode: hard-light;
  }
}
#section02 .block .text--note {
  margin-top: 16px;
}
@media screen and (max-width:800px) {
  #section02 .block .text--note {
    margin-top: 20px;
    padding: 0 5%;
  }
}
#section02 .block.block--01 {
  border-top: 12px solid #002e61;
}
#section02 .block.block--02 {
  border-top: 12px solid #000;
}
#section02 .block_bottom {
  margin-top: 88px;
}
#section02 .block_bottom .block_title {
  text-align: center;
  margin-bottom: 1em;
}
#section02 .block_bottom .block_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .block_bottom .block_wrap {
    display: block;
  }
}
#section02 .block_bottom .block_wrap .content_left {
  width: 44%;
}
@media screen and (max-width:800px) {
  #section02 .block_bottom .block_wrap .content_left {
    width: 100%;
  }
}
#section02 .block_bottom .block_wrap .content_right {
  width: 54.5%;
}
@media screen and (max-width:800px) {
  #section02 .block_bottom .block_wrap .content_right {
    width: 100%;
    margin-top: 27px;
  }
}
#section02 .block_bottom .top_block {
  margin-top: 33px;
}
#section02 .block_bottom .bottom_block {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section02 .block_bottom .bottom_block {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 15px;
  }
  #section02 .block_bottom .bottom_block .content_right {
    margin-top: 0;
  }
  #section02 .block_bottom .bottom_block .content_left {
    margin-top: 27px;
  }
}
#section02 .btn--google {
  text-align: center;
  margin-top: 98px;
}
@media screen and (max-width:800px) {
  #section02 .btn--google {
    margin-top: 50px;
  }
}
#section02 .btn--google a {
  display: inline-block;
  padding: 20px 46px;
  color: #fff;
  background-color: #c1272d;
}

/**************************************/
/*******************/
.slider {
  padding: 0 0px;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  .slider {
    padding: 0 0px;
  }
}

.slider-area img {
  max-width: 100%;
  display: block;
  height: auto;
}

.slider-area {
  overflow: hidden;
  max-width: 1040px;
  width: 100%;
  margin: auto;
}

.thumnail .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width:800px) {
  .thumnail .slick-track {
    justify-content: center !important;
  }
}

.slider-item {
  position: relative;
  padding: 0 0px;
}
.slider-item figure {
  position: relative;
}
.slider-item figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  .slider-item figure figcaption {
    font-size: 2.75vw;
    bottom: 6px;
    right: 6px;
    line-height: 100%;
  }
}
.slider-item figure figcaption.text02 {
  right: 51%;
}
.slider-item figure figcaption.text03 {
  right: 26%;
}

.thumnail .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 16.66%;
  padding: 0 8px;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide {
    flex: 0 0 23.9%;
    padding: 0 4px;
    margin-bottom: 2.25vw;
  }
}
.thumnail .slick-slide:hover {
  cursor: pointer;
}
.thumnail .slick-slide.slick-current figure {
  position: relative;
}
.thumnail .slick-slide.slick-current figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide:nth-child(1) {
    margin-left: 12%;
  }
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide:nth-child(3) {
    margin-right: 12%;
  }
}

.prev2 {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  .prev2 {
    width: 7.5vw;
    position: absolute;
    top: 50%;
    left: 2.5vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
.prev2 img {
  width: 100%;
}
.prev2:hover {
  cursor: pointer;
  opacity: 0.7;
}

.next2 {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 15;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  .next2 {
    width: 7.5vw;
    position: absolute;
    top: 50%;
    right: 2.5vw;
    z-index: 15;
    transition: all 0.4s ease-out 0.01s;
  }
}
.next2 img {
  width: 100%;
}
.next2:hover {
  cursor: pointer;
  opacity: 0.7;
}

/************************/
.slider_sp {
  width: 100%;
  display: none;
}
@media screen and (max-width:800px) {
  .slider_sp {
    display: block;
  }
}
.slider_sp .slider-item_sp {
  position: relative;
  padding: 0 0px;
  margin-bottom: 2.5vw;
}
.slider_sp .slider-item_sp figure {
  position: relative;
}
.slider_sp .slider-item_sp figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  .slider_sp .slider-item_sp figure figcaption {
    font-size: 2.75vw;
    bottom: 6px;
    right: 6px;
    line-height: 100%;
  }
}
.slider_sp .slider-item_sp figure figcaption.text02 {
  right: 51%;
}
.slider_sp .slider-item_sp figure figcaption.text03 {
  right: 26%;
}

.slider2 {
  padding: 0 0px;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  .slider2 {
    padding: 0 0px;
  }
}

.slider-area2 img {
  max-width: 100%;
  display: block;
  height: auto;
}

.slider-area2 {
  overflow: hidden;
  max-width: 1040px;
  width: 100%;
  margin: auto;
}

.thumnail2 .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
@media screen and (max-width:800px) {
  .thumnail2 .slick-track {
    justify-content: center !important;
  }
}

.slider-item {
  position: relative;
  padding: 0 0px;
}
.slider-item figure {
  position: relative;
}
.slider-item figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width:800px) {
  .slider-item figure figcaption {
    font-size: 2.75vw;
    bottom: 6px;
    right: 6px;
    line-height: 100%;
  }
}
.slider-item figure figcaption.text02 {
  right: 51%;
}
.slider-item figure figcaption.text03 {
  right: 26%;
}

.thumnail2 .slick-slide {
  display: block !important;
  float: none !important;
  flex: 0 0 16.66%;
  padding: 0 8px;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  .thumnail2 .slick-slide {
    flex: 0 0 23.9%;
    padding: 0 4px;
    margin-bottom: 2.25vw;
  }
}
.thumnail2 .slick-slide:hover {
  cursor: pointer;
}
.thumnail2 .slick-slide.slick-current figure {
  position: relative;
}
.thumnail2 .slick-slide.slick-current figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:800px) {
  .thumnail2 .slick-slide:nth-child(1) {
    margin-left: 12%;
  }
}
@media screen and (max-width:800px) {
  .thumnail2 .slick-slide:nth-child(3) {
    margin-right: 12%;
  }
}

/************************/
.map03 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 35px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:800px) {
  .map03 {
    margin-bottom: 5vw;
  }
}
.map03 .left {
  width: 43.6%;
}
@media screen and (max-width:800px) {
  .map03 .left {
    width: 100%;
    margin-bottom: 5vw;
  }
}
.map03 .right {
  width: 54.5%;
}
@media screen and (max-width:800px) {
  .map03 .right {
    width: 100%;
  }
}

.map04 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 75px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  .map04 {
    margin-bottom: 5vw;
  }
}
.map04 .left {
  width: 43.6%;
}
@media screen and (max-width:800px) {
  .map04 .left {
    width: 100%;
    order: 2;
  }
}
.map04 .right {
  width: 54.5%;
}
@media screen and (max-width:800px) {
  .map04 .right {
    width: 100%;
    margin-bottom: 5vw;
    order: 1;
  }
}

.bt_google2 {
  text-align: center;
  margin-top: 50px;
}

.botanmap2 {
  display: block;
  width: 90%;
  max-width: 280px;
  margin: 0 auto 50px auto;
  padding: 1.25em 0 1.3em 0;
  background-color: #c1272d;
  text-align: center;
  color: #fff !important;
}/*# sourceMappingURL=modelroom.css.map */