@charset "UTF-8";
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%);
}

.tenmetsu {
  animation: tenm 1.5s infinite;
}

@keyframes tenm {
  50% {
    opacity: 0;
  }
}
@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共通ここまで***/
#section_top {
  width: 100%;
  position: relative;
  background-color: #000;
}
@media screen and (max-width:800px) {
  #section_top {
    padding-top: 60px;
  }
}
#section_top figcaption {
  position: absolute;
  z-index: 5;
  bottom: 8px;
  right: 8px;
  color: #fff;
  line-height: 120%;
}

#section01 {
  position: relative;
  width: 100%;
  z-index: 15;
  padding: 80px 0 80px 0;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 12vw 0;
  }
}
#section01 h2 {
  text-align: center;
}
#section01 h2 .imgs {
  text-align: center;
  display: block;
}
#section01 h2 .imgs img {
  width: auto;
  height: 23px;
  margin: 0 auto 1em auto;
}
@media screen and (max-width:800px) {
  #section01 h2 .imgs img {
    height: 6.5vw;
  }
}
#section01 h2 .sybt {
  display: block;
  text-align: center;
  color: #000;
}
#section01 figure.maps {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

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

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

.slider-area {
  overflow: hidden;
  max-width: 1020px;
  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 20%;
  padding: 0 8px;
  margin-bottom: 16px;
}
@media screen and (max-width:800px) {
  .thumnail .slick-slide {
    flex: 0 0 24.5%;
    padding: 0 1%;
    margin-bottom: 2vw;
  }
}
.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);
}
.prev2 {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 25px;
  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: 25px;
  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;
}

#section_slider {
  width: 100%;
  background-color: #002437;
  padding: 90px 0;
}
@media screen and (max-width:800px) {
  #section_slider {
    padding: 13.5vw 0 3vw 0;
  }
}
#section_slider .slide_title {
  color: #8e7346;
  text-align: center;
  margin-bottom: 1.25em;
  line-height: 160%;
  letter-spacing: 0em;
}
@media screen and (max-width:800px) {
  #section_slider .slide_title {
    margin-bottom: 2.5em;
    line-height: 160%;
  }
}

#section_plans {
  width: 100%;
  background-color: #fff;
  padding: 110px 0 100px 0;
}
@media screen and (max-width:800px) {
  #section_plans {
    padding: 10vw 0;
  }
}
#section_plans .section__in {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
#section_plans .titltes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.25em;
}
@media screen and (max-width:800px) {
  #section_plans .titltes {
    margin-bottom: 1.75em;
  }
}
#section_plans .titltes figure {
  width: 37.3%;
}
@media screen and (max-width:800px) {
  #section_plans .titltes figure {
    width: 72.5%;
    margin-bottom: 3vw;
  }
}
#section_plans .titltes .text {
  width: 61.7%;
  letter-spacing: -0.025em;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section_plans .titltes .text {
    width: 100%;
    text-align: left;
  }
}
#section_plans .type {
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #section_plans .type {
    border-bottom: 0;
  }
}
#section_plans .floorobox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#section_plans .floorobox .left {
  width: 30%;
}
@media screen and (max-width:800px) {
  #section_plans .floorobox .left {
    width: 100%;
    order: 2;
  }
}
#section_plans .floorobox .left .left__in {
  width: 100%;
}
@media screen and (max-width:800px) {
  #section_plans .floorobox .left .left__in {
    display: flex;
    flex-wrap: wrap;
  }
}
#section_plans .floorobox .left .left__in .ttl {
  letter-spacing: -0.05em;
  width: 120%;
  margin-right: -20%;
}
@media screen and (max-width:800px) {
  #section_plans .floorobox .left .left__in .ttl {
    width: 100%;
    margin: 1.3em auto 0.75em auto;
    line-height: 160%;
    order: 2;
  }
}
#section_plans .floorobox .left .left__in .photo {
  width: 100%;
  margin: 1.75em 0;
}
@media screen and (max-width:800px) {
  #section_plans .floorobox .left .left__in .photo {
    width: 80%;
    margin: 0em auto;
    order: 1;
  }
}
#section_plans .floorobox .left .left__in .base_text {
  line-height: 160%;
  letter-spacing: -0.05em;
}
@media screen and (max-width:800px) {
  #section_plans .floorobox .left .left__in .base_text {
    width: 100%;
    order: 3;
  }
}
#section_plans .floorobox .right {
  width: 65.5%;
}
@media screen and (max-width:800px) {
  #section_plans .floorobox .right {
    width: 100%;
    order: 1;
    margin-bottom: 10vw;
  }
}

#section_keytitle {
  width: 100%;
  background-color: #002437;
  color: #fff;
  padding: 90px 0;
}
@media screen and (max-width:800px) {
  #section_keytitle {
    padding: 10vw 0;
  }
}
#section_keytitle .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section_keytitle .section__in .keytext {
  width: 40%;
  max-width: 218px;
  margin: 0 auto;
}
#section_keytitle .section__in .base_text {
  width: 100%;
  text-align: center;
  margin-top: 0.5em;
  letter-spacing: -0.05em;
}

#pointbox01 {
  width: 100%;
  background-color: #f6f3ef;
  padding: 100px 0 90px 0;
}
@media screen and (max-width:800px) {
  #pointbox01 {
    padding: 17.5vw 0 10vw 0;
  }
}
#pointbox01 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #pointbox01 .section__in {
    width: 100%;
  }
}
#pointbox01 h2 {
  width: 100%;
  border-bottom: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox01 h2 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
#pointbox01 h2 img {
  width: auto;
  height: 18px;
  margin-bottom: 17px;
}
@media screen and (max-width:800px) {
  #pointbox01 h2 img {
    height: 17px;
  }
}
#pointbox01 .mainclum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto 0 auto;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #pointbox01 .mainclum {
    margin: 7.5vw auto 0 auto;
    padding-bottom: 5vw;
  }
}
#pointbox01 .mainclum .left {
  width: 35.2%;
}
@media screen and (max-width:800px) {
  #pointbox01 .mainclum .left {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
}
#pointbox01 .mainclum .left figure {
  width: 100%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #pointbox01 .mainclum .left figure {
    width: 75%;
    margin: 0 7.5% 1.5em 17.5%;
    order: 2;
  }
}
#pointbox01 .mainclum .left .points {
  width: 100%;
}
#pointbox01 .mainclum .right {
  width: 60%;
}
@media screen and (max-width:800px) {
  #pointbox01 .mainclum .right {
    width: 100%;
    order: 1;
    margin-bottom: 7.5vw;
  }
}
#pointbox01 .mainclum .right figure {
  position: relative;
}
#pointbox01 .mainclum .right figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#pointbox01 .underbox {
  padding-top: 1em;
  border-top: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox01 .underbox {
    width: 90%;
    margin: 0 auto;
  }
}
#pointbox01 .underbox .subtitles {
  width: 100%;
  padding-bottom: 0.5em;
  line-height: 160%;
  letter-spacing: 0.025em;
}
@media screen and (max-width:800px) {
  #pointbox01 .underbox .subtitles {
    letter-spacing: 0.1em;
    line-height: 165%;
  }
}
#pointbox01 .underbox .subtitles span {
  letter-spacing: 0;
}
#pointbox01 .underbox .base_text {
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #pointbox01 .underbox .base_text {
    line-height: 175%;
  }
}

#pointbox02 {
  width: 100%;
  background-color: #fff;
  padding: 100px 0 90px 0;
}
@media screen and (max-width:800px) {
  #pointbox02 {
    padding: 17.5vw 0 10vw 0;
  }
}
#pointbox02 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #pointbox02 .section__in {
    width: 100%;
  }
}
#pointbox02 h2 {
  width: 100%;
  border-bottom: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox02 h2 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
#pointbox02 h2 img {
  width: auto;
  height: 18px;
  margin-bottom: 17px;
}
@media screen and (max-width:800px) {
  #pointbox02 h2 img {
    height: 17px;
  }
}
#pointbox02 .mainclum {
  width: 100%;
  margin: 50px auto 0 auto;
  align-items: center;
  padding-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #pointbox02 .mainclum {
    margin: 7.5vw auto 0 auto;
    padding-bottom: 5vw;
  }
}
#pointbox02 .mainclum .left {
  width: 100%;
}
@media screen and (max-width:800px) {
  #pointbox02 .mainclum .left {
    width: 100%;
    margin: 0 auto;
    order: 2;
  }
}
#pointbox02 .mainclum .left figure {
  width: 100%;
  margin-bottom: 2.5em;
  position: relative;
}
@media screen and (max-width:800px) {
  #pointbox02 .mainclum .left figure {
    width: 100%;
  }
}
#pointbox02 .mainclum .left figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
#pointbox02 .mainclum .left .points {
  width: 55.8%;
}
@media screen and (max-width:800px) {
  #pointbox02 .mainclum .left .points {
    width: 90%;
    margin: 0 auto;
  }
}
#pointbox02 .underbox {
  padding-top: 1em;
  border-top: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox02 .underbox {
    width: 90%;
    margin: 0 auto;
  }
}
#pointbox02 .underbox .subtitles {
  width: 100%;
  padding-bottom: 0.5em;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #pointbox02 .underbox .subtitles {
    letter-spacing: 0.1em;
    line-height: 175%;
  }
}
#pointbox02 .underbox .base_text {
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #pointbox02 .underbox .base_text {
    line-height: 175%;
  }
}

#pointbox03 {
  width: 100%;
  background-color: #f6f3ef;
  padding: 100px 0 90px 0;
}
@media screen and (max-width:800px) {
  #pointbox03 {
    padding: 17.5vw 0 10vw 0;
  }
}
#pointbox03 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #pointbox03 .section__in {
    width: 100%;
  }
}
#pointbox03 h2 {
  width: 100%;
  border-bottom: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox03 h2 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
#pointbox03 h2 img {
  width: auto;
  height: 18px;
  margin-bottom: 17px;
}
@media screen and (max-width:800px) {
  #pointbox03 h2 img {
    height: 17px;
  }
}
#pointbox03 .mainclum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto 0 auto;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #pointbox03 .mainclum {
    margin: 7.5vw auto 0 auto;
    padding-bottom: 5vw;
  }
}
#pointbox03 .mainclum .left {
  width: 35.2%;
}
@media screen and (max-width:800px) {
  #pointbox03 .mainclum .left {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
}
#pointbox03 .mainclum .left figure {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
}
@media screen and (max-width:800px) {
  #pointbox03 .mainclum .left figure {
    width: 80%;
    margin: 0 auto 2.5em auto;
    order: 2;
  }
}
#pointbox03 .mainclum .left figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #000;
}
#pointbox03 .mainclum .left .points {
  width: 100%;
}
#pointbox03 .mainclum .right {
  width: 60%;
}
@media screen and (max-width:800px) {
  #pointbox03 .mainclum .right {
    width: 100%;
    order: 1;
    margin-bottom: 7.5vw;
  }
}
#pointbox03 .mainclum .right figure {
  position: relative;
}
#pointbox03 .mainclum .right figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
#pointbox03 .underbox {
  padding-top: 1em;
  border-top: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox03 .underbox {
    width: 90%;
    margin: 0 auto;
  }
}
#pointbox03 .underbox .subtitles {
  width: 100%;
  padding-bottom: 0.5em;
  line-height: 160%;
  letter-spacing: 0.025em;
}
@media screen and (max-width:800px) {
  #pointbox03 .underbox .subtitles {
    letter-spacing: 0.05em;
    line-height: 175%;
  }
}
#pointbox03 .underbox .base_text {
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #pointbox03 .underbox .base_text {
    line-height: 175%;
  }
}

#pointbox04 {
  width: 100%;
  background-color: #fff;
  padding: 100px 0 90px 0;
}
@media screen and (max-width:800px) {
  #pointbox04 {
    padding: 17.5vw 0 10vw 0;
  }
}
#pointbox04 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #pointbox04 .section__in {
    width: 100%;
  }
}
#pointbox04 h2 {
  width: 100%;
  border-bottom: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox04 h2 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
#pointbox04 h2 img {
  width: auto;
  height: 18px;
  margin-bottom: 17px;
}
@media screen and (max-width:800px) {
  #pointbox04 h2 img {
    height: 17px;
  }
}
#pointbox04 .mainclum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto 0 auto;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #pointbox04 .mainclum {
    margin: 7.5vw auto 0 auto;
    padding-bottom: 5vw;
  }
}
#pointbox04 .mainclum .left {
  width: 35.2%;
}
@media screen and (max-width:800px) {
  #pointbox04 .mainclum .left {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
}
#pointbox04 .mainclum .left figure {
  width: 100%;
  margin-bottom: 1.5em;
}
@media screen and (max-width:800px) {
  #pointbox04 .mainclum .left figure {
    width: 75%;
    margin: 0 7.5% 1.5em 17.5%;
    order: 2;
  }
}
#pointbox04 .mainclum .left .points {
  width: 100%;
}
#pointbox04 .mainclum .right {
  width: 60%;
}
@media screen and (max-width:800px) {
  #pointbox04 .mainclum .right {
    width: 100%;
    order: 1;
    margin-bottom: 7.5vw;
  }
}
#pointbox04 .mainclum .right figure {
  position: relative;
}
#pointbox04 .mainclum .right figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
#pointbox04 .underbox {
  padding-top: 1em;
  border-top: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox04 .underbox {
    width: 90%;
    margin: 0 auto;
  }
}
#pointbox04 .underbox .subtitles {
  width: 100%;
  padding-bottom: 0.5em;
  line-height: 160%;
  letter-spacing: 0.025em;
}
@media screen and (max-width:800px) {
  #pointbox04 .underbox .subtitles {
    letter-spacing: 0.05em;
    line-height: 175%;
  }
}
#pointbox04 .underbox .base_text {
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #pointbox04 .underbox .base_text {
    line-height: 175%;
  }
}

#pointbox05 {
  width: 100%;
  background-color: #f6f3ef;
  padding: 100px 0 90px 0;
}
@media screen and (max-width:800px) {
  #pointbox05 {
    padding: 17.5vw 0 10vw 0;
  }
}
#pointbox05 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #pointbox05 .section__in {
    width: 100%;
  }
}
#pointbox05 h2 {
  width: 100%;
  border-bottom: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox05 h2 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
#pointbox05 h2 img {
  width: auto;
  height: 18px;
  margin-bottom: 17px;
}
@media screen and (max-width:800px) {
  #pointbox05 h2 img {
    height: 17px;
  }
}
#pointbox05 .mainclum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto 0 auto;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #pointbox05 .mainclum {
    margin: 7.5vw auto 0 auto;
    padding-bottom: 5vw;
  }
}
#pointbox05 .mainclum .left {
  width: 35.2%;
}
@media screen and (max-width:800px) {
  #pointbox05 .mainclum .left {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
}
#pointbox05 .mainclum .left figure {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
}
@media screen and (max-width:800px) {
  #pointbox05 .mainclum .left figure {
    width: 80%;
    margin: 0 auto 2.5em auto;
    order: 2;
  }
}
#pointbox05 .mainclum .left figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #000;
}
#pointbox05 .mainclum .left .points {
  width: 100%;
}
#pointbox05 .mainclum .right {
  width: 60%;
}
@media screen and (max-width:800px) {
  #pointbox05 .mainclum .right {
    width: 100%;
    order: 1;
    margin-bottom: 7.5vw;
  }
}
#pointbox05 .mainclum .right figure {
  position: relative;
}
#pointbox05 .mainclum .right figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
#pointbox05 .underbox {
  padding-top: 1em;
  border-top: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox05 .underbox {
    width: 90%;
    margin: 0 auto;
  }
}
#pointbox05 .underbox .subtitles {
  width: 100%;
  padding-bottom: 0.5em;
  line-height: 160%;
  letter-spacing: -0.05em;
}
@media screen and (max-width:800px) {
  #pointbox05 .underbox .subtitles {
    letter-spacing: 0em;
    line-height: 165%;
  }
}
#pointbox05 .underbox .subtitles span {
  letter-spacing: -0.1em;
}
#pointbox05 .underbox .base_text {
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #pointbox05 .underbox .base_text {
    line-height: 175%;
  }
}

#pointbox06 {
  width: 100%;
  background-color: #fff;
  padding: 100px 0 25px 0;
}
@media screen and (max-width:800px) {
  #pointbox06 {
    padding: 17.5vw 0 2.5vw 0;
  }
}
#pointbox06 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #pointbox06 .section__in {
    width: 100%;
  }
}
#pointbox06 h2 {
  width: 100%;
  border-bottom: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox06 h2 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}
#pointbox06 h2 img {
  width: auto;
  height: 18px;
  margin-bottom: 17px;
}
@media screen and (max-width:800px) {
  #pointbox06 h2 img {
    height: 17px;
  }
}
#pointbox06 .mainclum {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px auto 0 auto;
  align-items: center;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #pointbox06 .mainclum {
    margin: 7.5vw auto 0 auto;
    padding-bottom: 5vw;
  }
}
#pointbox06 .mainclum .left {
  width: 35.2%;
}
@media screen and (max-width:800px) {
  #pointbox06 .mainclum .left {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
}
#pointbox06 .mainclum .left figure {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
}
@media screen and (max-width:800px) {
  #pointbox06 .mainclum .left figure {
    width: 80%;
    margin: 0 auto 2.5em auto;
    order: 2;
  }
}
#pointbox06 .mainclum .left figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #000;
}
#pointbox06 .mainclum .left .points {
  width: 100%;
}
#pointbox06 .mainclum .right {
  width: 60%;
}
@media screen and (max-width:800px) {
  #pointbox06 .mainclum .right {
    width: 100%;
    order: 1;
    margin-bottom: 7.5vw;
  }
}
#pointbox06 .mainclum .right figure {
  position: relative;
}
#pointbox06 .mainclum .right figure figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#pointbox06 .mainclum .right figure figcaption.fig2 {
  position: absolute;
  bottom: 8px;
  right: calc(50% + 8px);
  color: #fff;
}
#pointbox06 .mainclum .right figure figcaption.fig3 {
  position: absolute;
  bottom: calc(50% + 10px);
  right: 8px;
  color: #fff;
}
#pointbox06 .underbox {
  padding-top: 1em;
  border-top: 2px solid #9e8656;
}
@media screen and (max-width:800px) {
  #pointbox06 .underbox {
    width: 90%;
    margin: 0 auto;
  }
}
#pointbox06 .underbox .subtitles {
  width: 100%;
  padding-bottom: 0.5em;
  line-height: 160%;
  letter-spacing: 0em;
}
@media screen and (max-width:800px) {
  #pointbox06 .underbox .subtitles {
    line-height: 175%;
    letter-spacing: 0.025em;
  }
}
#pointbox06 .underbox .base_text {
  line-height: 160%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #pointbox06 .underbox .base_text {
    line-height: 175%;
  }
}
#pointbox06 .atenslast {
  margin-top: 140px;
}
@media screen and (max-width:800px) {
  #pointbox06 .atenslast {
    width: 90%;
    margin: 15vw auto 0 auto;
  }
}

#section__last__cv {
  width: 100%;
  background-color: #000;
  padding: 120px 0;
}
@media screen and (max-width:800px) {
  #section__last__cv {
    padding: 15vw 0;
  }
}
#section__last__cv .section__in {
  width: 85%;
  max-width: 765px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section__last__cv .section__in .left {
  width: 47.5%;
  display: block;
  background-color: #752b39;
  padding: 0.75em 0 0.85em 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section__last__cv .section__in .left {
    width: 100%;
    margin-bottom: 3.5vw;
  }
}
#section__last__cv .section__in .right {
  width: 47.5%;
  display: block;
  background-color: #937747;
  padding: 0.75em 0 0.85em 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section__last__cv .section__in .right {
    width: 100%;
  }
}/*# sourceMappingURL=modelroom.css.map */