@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%);
}

@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 {
  /*background-color: #000;*/
}

#sps {
  width: 100%;
  height: 72px;
  background-color: #fff;
}

/*********************************/
#section01 {
  width: 100%;
  background: url(../images/rede/head_back.jpg) no-repeat center;
  background-size: cover;
  padding: 0px 0 1px 0;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 0px 0 1px 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
  text-align: right;
  padding-top: 100px;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    padding-top: 65px;
  }
}
#section01 .section__in .inbox {
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width:800px) {
  #section01 .section__in .inbox {
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
#section01 .section__in .inbox .text {
  text-align: left;
  margin-bottom: 2em;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section01 .section__in .inbox .text {
    order: 1;
    margin-bottom: 0.7em;
  }
}
#section01 .section__in .inbox figure {
  width: 37.35%;
  padding-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section01 .section__in .inbox figure {
    order: 2;
    width: 85%;
    padding-bottom: 0.75em;
  }
}

#section02 {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #D3CBC5;
  padding: 70px 0 0 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 40px 0 0 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1215px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 100%;
  }
}

#section03 {
  width: 100%;
  position: relative;
  padding: 77px 0;
  border-bottom: 1px solid #666;
}

#section00 {
  width: 100%;
  position: relative;
  padding: 110px 0 4em;
  background-color: #D3CBC5;
}
@media screen and (max-width:800px) {
  #section00 {
    padding: 60px 0 2em 0;
  }
}
#section00 .postext {
  position: absolute;
  width: 100%;
  text-align: right;
  top: 0.5em;
  right: 0.5em;
}
#section00 .section__in {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section00 .ttl {
  text-align: center;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  line-height: 160%;
  border-bottom: 1px solid #666;
}
#section00 .engs {
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.05em;
}
#section00 .base_text {
  line-height: 180%;
  margin-bottom: 2em;
}
#section00 .ttt01 {
  width: 100%;
  margin-top: 60px;
}
#section00 .subttl {
  text-align: center;
  margin-bottom: 0.7em;
}
#section00 .minisminis {
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section00 .minisminis {
    margin-bottom: 40px;
  }
}
#section00 .zuup {
  margin-bottom: 50px;
}
#section00 .zuup figure {
  width: 110%;
  margin-left: -5%;
  margin-right: -5%;
}
@media screen and (max-width:800px) {
  #section00 .zuup figure {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
#section00 .clumbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#section00 .clumbox .photo {
  width: 28%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .photo {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
#section00 .clumbox .photo figcaption {
  position: absolute;
  color: #000;
  bottom: 8px;
  right: 8px;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .photo figcaption {
    color: #000;
  }
}
#section00 .clumbox .text {
  width: 69.85%;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .text {
    width: 100%;
  }
}
#section00 .clumbox .text ul {
  width: 100%;
}
#section00 .clumbox .text ul li {
  padding: 0.6em 0 0.675em 0em;
  text-align: left;
  border-top: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .text ul li {
    display: flex;
    justify-content: space-between;
  }
}
#section00 .clumbox .text ul li .t1 {
  display: inline-block;
  width: 6em;
  padding: 0.2em 0.75em;
  text-align: center;
  background-color: #806e23;
  color: #fff;
  margin-right: 0.35em;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .text ul li .t1 {
    width: 6em;
    display: flex;
    align-items: center;
  }
  #section00 .clumbox .text ul li .t1 span {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width:800px) {
  #section00 .clumbox .text ul li .tbox {
    width: calc(100% - 6em);
    display: block;
  }
}
#section00 .clumbox .text ul li .t2 {
  display: inline-block;
  margin-right: 0.75em;
}
#section00 .clumbox .text ul li:last-child {
  border-bottom: 1px solid #666;
}
@media screen and (max-width:800px) {
  #section00 .clumbox .text ul li:first-child {
    border-top: 0;
  }
}
#section00 .whitebox {
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 20px;
}
#section00 .whitebox .ttlwhite {
  text-align: center;
  margin-bottom: 1em;
}
#section00 .whitebox .clumwhite {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section00 .whitebox .clumwhite .photo {
  width: 41.25%;
  position: relative;
}
@media screen and (max-width:800px) {
  #section00 .whitebox .clumwhite .photo {
    width: 100%;
    margin-bottom: 5vw;
  }
}
#section00 .whitebox .clumwhite .photo figcaption {
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
}
#section00 .whitebox .clumwhite .text {
  width: 56.25%;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section00 .whitebox .clumwhite .text {
    width: 100%;
  }
}
#section00 .atens {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
  text-align: center;
  padding-top: 0px;
}
@media screen and (max-width:800px) {
  #section00 .atens {
    text-align: left;
  }
}

/**********************************/
.main-slider-wrap {
  position: relative;
  overflow: hidden;
}

.slick-box-top {
  margin: 0;
  padding: 0;
}

.slick-box-top li {
  list-style: none;
  padding: 0 50px; /* 左右合計100pxの隙間 */
  box-sizing: border-box;
}
.slick-box-top li .names {
  text-align: center;
  padding: 1em 0 2em 0;
}

.slick-box-top img {
  width: 100%;
  display: block;
}

/* 矢印 */
.prev2,
.next2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.prev2 {
  left: 0px;
}

.next2 {
  right: 0px;
}

.prev2 img,
.next2 img {
  width: 100px;
  display: block;
}

/* サムネイル */
.thumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0px auto 0 auto;
  padding: 0;
  width: 100%;
  max-width: 940px;
}

.thumb-list li {
  list-style: none;
  width: calc((100% - 40px) / 5); /* PC：横5枚 */
  cursor: pointer;
  box-sizing: border-box;
  opacity: 1;
  border: 1px solid #fff;
}

.thumb-list li.active {
  position: relative;
}
.thumb-list li.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}

.thumb-list img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 760px) {
  .slick-box-top li {
    padding: 0 3.5vw; /* 左右合計10vwの隙間 */
  }
  .prev2 {
    left: -0.5vw;
  }
  .next2 {
    right: -0.5vw;
  }
  .prev2 img,
  .next2 img {
    width: 40px;
  }
  .thumb-list {
    gap: 8px;
    width: 85%;
  }
  .thumb-list li {
    width: calc((100% - 24px) / 4); /* SP：横4枚 */
  }
  .thumb-list li.splist {
    width: 17.1%;
    overflow: hidden;
  }
  .thumb-list li.splist img {
    width: 140%;
    margin-left: -20%;
  }
}/*# sourceMappingURL=modelroom.css.map */