@charset "utf-8";
/* CSS Document */

/* WEB FONTS - Sawarabi Mincho */
@import url("https://fonts.googleapis.com/earlyaccess/sawarabimincho.css");

.modelroom {
  max-width: 1000px;
  margin: 50px auto 0px;
}
@media only screen and (max-width: 768px) {
  .modelroom {
    max-width: 1000px;
    margin: 0px auto 0px;
    padding: 20px 5%;
  }
}

.sectionbase {
  margin: 0;
  padding: 0;
  width: 100vw;
  width: auto;
  height: auto;
  height: 395px;
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  position: relative;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) {
  .sectionbase {
    margin: 0;
    padding: 0;
    height: 130px;
    width: auto;

    opacity: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    position: relative;
    background: rgba(0, 0, 0, 0.7);
  }
}

#section3 .copy001 {
  margin: 0 auto 2%;
  text-align: center;
  height: auto;
  width: 100%;
  font-size: 36px;
  font-family: "Times New Roman", Times, "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.7em;
  color: #fff;
}

.sec3bg {
  background: url(../../plan/images/ttl_bg.jpg) no-repeat center center;
  background-size: cover;
}

#section3 .copyarea1 {
  position: absolute;
  z-index: 15;
  top: 55%;
  left: -20%;
  width: 100%;
}
#section03 img {
  max-width: 50%;
  height: auto;
}
.sec3_inner {
  margin: auto;
  max-width: 1000px;
  height: auto;
}

@media screen and (max-width: 768px) {
  #secbg3 {
    background: none;
    position: relative;
  }

  #section3 .copyarea1 {
    position: absolute;
    z-index: 15;
    left: -50%;
    width: auto;
    margin: auto;
    text-align: center;
    right: 0;
    top: 33%;
  }
  #section3 .copyarea1 img {
    height: 60px;
    width: auto;
  }
}

.plan_catch {
  text-align: center;
  font-size: 30px;
  color: #008188;
  padding: 0px 0 50px 0;
}

@media screen and (max-width: 786px) {
  .plan_catch {
    text-align: center;
    font-size: 20px;
    color: #008188;
    padding: 30px 0 20px 0;
  }
}

@media screen and (max-width: 768px) {
  #secbg3 {
    background: none;
    position: relative;
  }

  #section3 .copyarea1 {
    position: absolute;
    z-index: 15;
    left: -29%;
    width: auto;
    margin: auto;
    text-align: center;
    right: 0;
    top: 33%;
  }
  #section3 .copyarea1 img {
    height: 50px;
    width: auto;
  }
}

/*-----Btype, Htype タブ------*/

.modeltype_anchor {
  margin-top: -150px;
  padding: 150px 100px 0;
}
.modeltype_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.modeltype_item01 {
  margin: 0 auto 50px;
}

.modeltype_item01 img {
  filter: drop-shadow(2px 2px 2px #8d8d8d);
}

@media only screen and (max-width: 768px) {
  .modeltype_container {
    margin-bottom: 30px;
    padding-top: 180px;
    text-align: center;
  }
  .modeltype_item01 {
    width: 100%;
    margin-bottom: 20px;
  }
}

h3.slide_ttl {
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
}

.c_type .ttl_box {
  display: block;
  align-items: center;
  justify-content: center;
  gap: 2%;
}

.new {
  /* position: absolute; */
  overflow: hidden;
  background-color: #d91400;
  text-align: center;
  /* position: absolute; */
  top: 0%;
  /* left: 0%; */
  transform: translate(0%, 0%);
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  width: 100px;
  z-index: 1;
  padding: 5px 0;
  margin-bottom: 20px;
}
.new::after {
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 3s ease-in-out infinite;
}
.new::after {
  content: "";
  display: block;
  width: 13px;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 3s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 3s ease-in-out infinite;
}
@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.h_type,
.f_type {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  h3.slide_ttl {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .new {
    font-size: 15px;
    width: 50px;
    margin-bottom: 10px;
  }
  .h_type,
  .f_type {
    margin-top: 50px;
  }
}

.kagu {
  text-align: center;
  display: block;
  margin-bottom: 16px;
}

.madoriBtnBlock {
  margin: auto;
  margin-top: 2em;
  width: 90%;
  max-width: 420px;
  font-size: 20px;
}
.madoriBtnBlock .madoriBtnBlock__btn a {
  padding: 0.6em 1em;
  background: #378270 !important;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 20px;
  opacity: 1;
  transition: 0.3s;
}
.madoriBtnBlock .madoriBtnBlock__btn a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  .madoriBtnBlock {
    font-size: 14px;
  }
  .madoriBtnBlock .madoriBtnBlock__btn a {
    padding: 0.8em 1em;
    font-size: 14px;
  }
}
