@charset "UTF-8";
/* Scss Document */
@media (min-width: 769px) {
  .mt-20 {
    margin-top: 20px;
  }
}

.video_wrapper {
  position: relative;
  width: 100vw;
  height: 74vh;
  overflow: hidden;
}

.video_wrapper > video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}

/************  topAbout  ************/
@media (min-width: 769px) {
  .topAbout_inner-List li {
    width: 48%;
  }
}
.topAbout_inner-List-txt {
  text-align: center;
}
@media (min-width: 769px) {
  .topAbout_inner-List-txt {
    text-align: left;
  }
}

/************  topNews  ************/
@media (min-width: 769px) {
  .topNews {
    padding: 120px 0;
  }
}
.topNews .title h2 {
  padding-top: 20px;
}
.topNews .title h2 img {
  max-width: 200px;
}
@media (min-width: 769px) {
  .topNews li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1%;
  }
}
.topNews .thumbnail span {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 0;
  padding-top: 45%;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .topNews .thumbnail span {
    padding-top: 50%;
  }
}
.topNews .text-center {
  text-align: center;
}
@media (min-width: 769px) {
  .topNews .text-center {
    text-align: left;
  }
}

/************  topView  ************/
.metaslider .flexslider {
  margin: 0 !important;
}

.topView {
  position: relative;
}
.topView h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding-top: 30%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 769px) {
  .topView h2 {
    padding-top: 10%;
  }
}
.topView .slick-dots {
  background: #fff;
}
.topView .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.topView-contact {
  position: absolute;
  bottom: 10px;
  width: 55vw;
  padding-right: 80px;
}
@media (min-width: 769px) {
  .topView-contact {
    bottom: -23px;
    width: 30vw;
  }
}
.topView-contact a {
  background: none;
  border: none;
  color: #fff;
  padding: 20px 0;
  width: 100%;
  text-align: right;
  padding-right: 80px;
  background: #4a3a2f;
}
.topView-contact a::before, .topView-contact a::after {
  background: #fff;
}
@media (max-width: 480px) {
  .topView-contact a::before, .topView-contact a::after {
    display: none;
  }
}
.topView-contact a::after {
  top: 32%;
}
.topView-contact a:hover {
  opacity: 1;
}
.topView-contact a:hover::before, .topView-contact a:hover::after {
  background: #4a3a2f;
}

/************  topPlan  ************/
.topPlan {
  background: #E8F2FA;
}
.topPlan-inner li {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topPlan-inner li:hover {
  opacity: 0.75;
}
.topPlan-inner li a:hover {
  opacity: 1;
}
@media (min-width: 769px) {
  .topPlan .title p {
    margin-top: 15px;
  }
}
.topPlan .june-bride {
  width: 99%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .topPlan .june-bride {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .topPlan .june-bride .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.topPlan .june-bride .container a {
  display: block;
}
@media (min-width: 769px) {
  .topPlan .june-bride .container a {
    width: 48%;
  }
}
.topPlan .june-bride .container a .junebanner {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5%;
  height: 100%;
}
@media (min-width: 769px) {
  .topPlan .june-bride .container a .junebanner {
    margin: 0;
  }
}
.topPlan .june-bride .container a .junebanner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topPlan .june-bride .container a.grayout {
  pointer-events: none;
  position: relative;
}
.topPlan .june-bride .container a.grayout:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.topPlan .june-bride .container a.grayout:after {
  content: "COMING SOON";
  font-size: 20px;
  color: #fff;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.topPlan .springbanner {
  display: block;
  margin: 5% auto 30px;
  width: 95%;
}
@media (min-width: 769px) {
  .topPlan .springbanner {
    width: 40%;
    max-width: 500px;
  }
}
.topPlan .springbanner img {
  width: 100%;
}
.topPlan ul.imgWrap {
  cursor: inherit;
}
.topPlan li {
  width: 100%;
  margin-bottom: 3%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 769px) {
  .topPlan li {
    width: 48%;
  }
}
.topPlan li a {
  position: relative;
}
.topPlan li a:hover .span1 {
  -webkit-transform: inherit;
          transform: inherit;
}
.topPlan li a .span1 {
  position: absolute;
  top: 10px;
  color: #fff;
  background: rgba(100, 100, 100, 0.8);
  padding: 3px 10px;
  border-radius: 0px 7px 7px 0px;
}
.topPlan li span.bg {
  padding-top: 53%;
  width: 100%;
  display: block;
}
.topPlan li .topPlan-inner-item {
  padding: 30px;
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .topPlan li .topPlan-inner-item {
    padding: 30px 20px;
    text-align: center;
  }
}
.topPlan li .topPlan-inner-item * {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
.topPlan li .topPlan-inner-item .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 769px) {
  .topPlan li .topPlan-inner-item .ttl br {
    display: none;
  }
}
.topPlan li .topPlan-inner-item .opening {
  background: #f5f5f5;
  padding: 10px;
  color: #ed7a94;
  margin: 10px auto;
}
.topPlan li .topPlan-inner-item .opening .open {
  font-size: 14px;
  font-weight: bold;
}
.topPlan li .topPlan-inner-item .opening .price1 {
  font-size: 12px;
  text-decoration: line-through;
}
.topPlan li .topPlan-inner-item .opening .price2 {
  font-size: 16px;
  font-weight: bold;
}
.topPlan li .topPlan-inner-item .opening .price2 span {
  color: #000;
  font-size: 10px;
}
.topPlan li .topPlan-inner-item-txt {
  display: none;
}

/*webp用に変更*/
.Plan-Title-icon {
  margin: 10px auto 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: none !important;
}
.Plan-Title-icon div {
  width: 18%;
  margin: 0 2% 0 0;
}
.Plan-Title-icon div img:hover {
  -webkit-transform: inherit !important;
          transform: inherit !important;
  -webkit-transition: inherit !important;
  transition: inherit !important;
}
.Plan-Title-icon div p {
  font-size: 10px;
  text-align: center;
}

/************  topReason  ************/
.topReason {
  padding-bottom: 80px;
  background: rgba(217, 207, 200, 0.5);
}
@media (min-width: 769px) {
  .topReason {
    padding-bottom: 120px;
  }
}
.topReason .title img {
  max-width: 300px;
  height: 70px;
}
@media (min-width: 769px) {
  .topReason .title img {
    height: 90px;
  }
}
.topReason .Reason1 li h3,
.topReason .Reason2 li h3,
.topReason .Reason3 li h3 {
  line-height: 32px;
}
.topReason .Reason1 li h3 span,
.topReason .Reason2 li h3 span,
.topReason .Reason3 li h3 span {
  display: block;
  font-size: 14px;
}
.topReason .Reason3 {
  border-bottom: unset;
}
.topReason .Reason1 h3::after {
  background-image: url(../img/ranking_black_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
}
.topReason .Reason2 h3::after {
  background-image: url(../img/ranking_black_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
}
.topReason .Reason3 h3::after {
  background-image: url(../img/ranking_black_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 46px;
}

/************  topLocation  ************/
.topLocation {
  padding-bottom: 80px;
  background: #f6f5f5;
}
@media (min-width: 769px) {
  .topLocation {
    padding-bottom: 120px;
  }
}
.topLocation .title img {
  max-width: 300px;
  height: 70px;
}
@media (min-width: 769px) {
  .topLocation .title img {
    height: 90px;
  }
}
.topLocation .location1 li h3,
.topLocation .location2 li h3,
.topLocation .location3 li h3 {
  line-height: 32px;
}
.topLocation .location1 li h3 span,
.topLocation .location2 li h3 span,
.topLocation .location3 li h3 span {
  display: block;
  font-size: 14px;
}
.topLocation .location1 li p,
.topLocation .location2 li p,
.topLocation .location3 li p {
  padding: 20px 0 0px !important;
}
@media (min-width: 769px) {
  .topLocation .location2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/************  topStaff  ************/
.topStaff {
  background: #f4f2f2;
}
.topStaff .title img {
  max-width: 200px;
}
.topStaff-inner:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/************  Faq  ************/
.Faq .title img {
  max-width: 290px;
}
.Faq_inner {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 60px;
}

/************  Blog  ************/
.Blog .title img {
  max-width: 200px;
}
.Blog .Blog-title {
  display: block;
  width: 100%;
}
.Blog .Blog-txt {
  width: 96%;
  padding: 0 2% 20px;
}

/************  topJune  ************/
.topJune {
  background: #f6f5f5;
}
.topJune .title img {
  max-width: 160px;
}
@media (min-width: 769px) {
  .topJune .title p {
    margin-top: 15px;
  }
}
.topJune .campaign-detail {
  margin: 0 0 20%;
}
@media (min-width: 769px) {
  .topJune .campaign-detail {
    margin: 0 0 10%;
  }
}
.topJune .campaign-detail picture {
  display: block;
  width: 100%;
  margin: 0 0 5%;
}
@media (min-width: 769px) {
  .topJune .campaign-detail picture {
    width: 48%;
  }
}
@media (min-width: 769px) {
  .topJune .campaign-detail .campaign-box {
    width: 48%;
  }
}
.topJune .campaign-detail .campaign-box-ttl {
  margin: 0 0 3%;
}
.topJune .campaign-detail .campaign-box-target span {
  font-weight: 600;
}
.topJune .campaign-detail .campaign-box-target .red {
  color: #ff2d2d;
}
.topJune .campaign-detail .campaign-box-target .number {
  font-size: 25px;
  line-height: 0;
}
@media (min-width: 769px) {
  .topJune .campaign-detail .campaign-box-target .number {
    font-size: 35px;
  }
}
.topJune ul.imgWrap {
  cursor: inherit;
}
.topJune li {
  border: 1px solid #e7e8e8;
  width: 100%;
  margin-bottom: 3%;
}
@media (min-width: 769px) {
  .topJune li {
    width: 48%;
    background-color: #fff;
  }
}
.topJune li a {
  position: relative;
}
.topJune li a:hover .span1 {
  -webkit-transform: inherit;
          transform: inherit;
}
.topJune li a .span1 {
  position: absolute;
  top: 10px;
  color: #fff;
  background: rgba(100, 100, 100, 0.8);
  padding: 3px 10px;
  border-radius: 0px 7px 7px 0px;
}
.topJune li span.bg {
  padding-top: 66.5%;
  width: 100%;
  display: block;
  position: relative;
}
.topJune li .studio::after {
  content: "";
  display: block;
  background-image: url(../img/campaign/studio.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.topJune li .location::after {
  content: "";
  display: block;
  background-image: url(../img/campaign/location.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 40px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
.topJune li .topPlan-inner-item {
  padding: 30px 65px 30px 30px;
  background: #fff;
  position: relative;
}
@media (min-width: 769px) {
  .topJune li .topPlan-inner-item {
    padding: 30px 65px 30px 30px;
  }
}
.topJune li .topPlan-inner-item::after {
  content: "";
  background: url(../img/icon-next.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 45%;
  right: 15px;
}
.topJune li .topPlan-inner-item .ttl {
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 769px) {
  .topJune li .topPlan-inner-item .ttl br {
    display: none;
  }
}
.topJune li .topPlan-inner-item .opening {
  background: #f1ebdf;
  padding: 10px;
  color: #ed7a94;
  margin: 10px auto;
}
.topJune li .topPlan-inner-item .opening .open {
  font-size: 14px;
  font-weight: bold;
}
.topJune li .topPlan-inner-item .opening .price1 {
  font-size: 12px;
  text-decoration: line-through;
}
.topJune li .topPlan-inner-item .opening .price2 {
  font-size: 16px;
  font-weight: bold;
}
.topJune li .topPlan-inner-item .opening .price2 span {
  color: #000;
  font-size: 10px;
}

/*webp用に変更*/
.webp .plan01 {
  background-image: url(../img/plan01-sp.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .webp .plan01 {
    background-image: url(../img/plan01.webp);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 769px) {
  .webp .plan01 span.bg {
    padding-top: 32.5%;
  }
}
.webp .june-plan02 {
  background-image: url(../img/studio-yoso1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.webp .june-plan03 {
  background-image: url(../img/studio-waso1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.webp .june-plan04 {
  background-image: url(../img/location-waso1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.webp .june-plan05 {
  background-image: url(../img/location-yoso1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.webp .june-plan06 {
  background-image: url(../img/location-wasoyoso2.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.webp .june-plan07 {
  background-image: url(../img/location-wasoyoso1.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.no-webp .plan01 {
  background-image: url(../img/plan01-sp.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .no-webp .plan01 {
    background-image: url(../img/plan01.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (min-width: 769px) {
  .no-webp .plan01 span.bg {
    padding-top: 32.5%;
  }
}
.no-webp .june-plan02 {
  background-image: url(../img/studio-yoso1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.no-webp .june-plan03 {
  background-image: url(../img/studio-waso1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.no-webp .june-plan04 {
  background-image: url(../img/location-waso1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.no-webp .june-plan05 {
  background-image: url(../img/location-yoso1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.no-webp .june-plan06 {
  background-image: url(../img/location-wasoyoso2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.no-webp .june-plan07 {
  background-image: url(../img/location-wasoyoso1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.Plan-Title-icon {
  margin: 10px auto 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Plan-Title-icon div {
  width: 18%;
  margin: 0 2% 0 0;
}
.Plan-Title-icon div img:hover {
  -webkit-transform: inherit !important;
          transform: inherit !important;
  -webkit-transition: inherit !important;
  transition: inherit !important;
}
.Plan-Title-icon div p {
  font-size: 10px;
  text-align: center;
}

.Gallery {
  background: #fff;
}

.p-t80-60 {
  padding-top: 120px;
}
@media (min-width: 769px) {
  .p-t80-60 {
    padding-top: 120px;
  }
}/*# sourceMappingURL=style.css.map */