@charset "UTF-8";
.c-white {
  color: #fff;
}

.c-red {
  color: #F82D2D;
}

.c-blue {
  color: #2BA5FF;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  word-break: break-all;
}

body {
  font-family: YuMincho, "Yu Mincho", serif;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: #1e90ff;
  text-decoration: none;
}

.floating-icon p {
color: white;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
}

li {
  list-style: none;
}

.flex {
  display: flex;
}

h1, h2, h3, h4, h5, h6, p, li {
  font-size: 100%;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.text-center {
  text-align: center;
}

.contents-wrap {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

/****************************************************************************
************  TOP
****************************************************************************/
.floating-icon {
  position: fixed;
  right: 0;
  bottom: 0px;
  background-color: #000;
  z-index: 9999;
}
.floating-icon ul {
  align-items: center;
  padding: 10px 0;
  border-bottom: solid 1px #C3B292;
}
.floating-icon ul li {
  width: auto;
  height: 50px;
  padding: 0 20px 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: dashed 2px #707070;
  font-size: 14px;
  white-space: nowrap;
}
.floating-icon ul li:last-child {
  border-right: none;
}
.floating-icon ul li img {
  width: 100%;
  height: 100%;
}

/**  メインビジュアル
****************************************************************************/
section.main-visual {
  width: 100%;
  height: auto;
  position: relative;
}

.mv-video {
  width: 100%;
  height: 100vh;
}
.mv-video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.mv-catch {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv-catch h1 {
  font-size: 54px;
  font-weight: bold;
}

p.mv-main-text {
  margin-top: 160px;
  font-size: 36px;
}

p.mv-sub-text {
  margin-top: 46px;
  font-size: 30px;
}

section.about {
  margin: 60px auto;
}

.about-sec-top {
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.about-img {
  max-width: 550px;
  height: 320px;
}
.about-img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-main-area {
  margin: 110px auto;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
}

.about-main-img {
  margin-right: 40px;
  max-width: 740px;
  width: 60%;
}

.about-text h3 {
  font-size: 30px;
}
.about-text p {
  font-size: 20px;
  margin-top: 30px;
}

section.service {
  padding: 80px 0 120px;
  background-color: #1F1F1F;
}

ul.service-list {
  margin-bottom: 90px;
}

li.service-img-area {
  width: 100%;
  height: 420px;
}
li.service-img-area img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-text-area {
  margin-top: 50px;
}

.title-line {
  position: relative;
}
.title-line::before {
  content: "";
  display: block;
  background-color: #C3B292;
  width: 200%;
  height: 1px;
  position: absolute;
  bottom: -14px;
  left: -100%;
}

aside.school-img {
  width: 70%;
  margin: 60px 0 90px auto;
}
aside.school-img img {
  width: 100%;
}

section.school-life {
  margin: 140px auto 0;
}

.school-life-top {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.mt90 {
  margin-top: 90px;
}

.gallery-area {
  margin: 70px auto 0;
  padding: 80px 0 120px;
  background-color: #1F1F1F;
}

.gallery-1,
.gallery-2,
.gallery-3,
.gallery-4 {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.gallery-1 img,
.gallery-2 img,
.gallery-3 img,
.gallery-4 img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-top-img {
  width: 100%;
}
.sec-top-img img {
  width: 100%;
}

section.room {
  margin: 70px auto 0;
}

.mt40 {
  margin-top: 40px;
}

ul.room-list {
  width: 80%;
  margin: 80px auto 0;
}
ul.room-list li {
  margin-bottom: 60px;
}

h4.room-category {
  padding-left: 20px;
  border-left: solid 3px #C3B292;
  font-size: 24px;
  font-weight: bold;
}

.room-plan {
  margin: 40px 0;
  justify-content: center;
  gap: 80px;
  padding-bottom: 30px;
  border-bottom: solid 1px #000;
}
.room-plan p {
  font-size: 20px;
  font-weight: bold;
}

section.work {
  margin-top: 70px;
}

section.group {
  margin: 90px auto 0;
  background-color: #EAEAEA;
  padding: 90px 0;
}

ul.group-list {
  margin-top: 80px;
}
ul.group-list li {
  margin-bottom: 140px;
  position: relative;
}

.group-img {
  width: 100%;
}
.group-img img {
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}

.group-info {
  position: absolute;
  right: -40px;
  bottom: -60px;
  background-color: #1D1D1D;
  padding: 10px 30px;
  align-items: center;
}

.group-text {
  margin-right: 20px;
}
.group-text h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: solid 1px #fff;
}
.group-text p {
  font-size: 16px;
  padding-top: 8px;
  color: #fff;
}

ul.group-other {
  padding: 36px;
  background-color: #fff;
  flex-wrap: wrap;
}
ul.group-other li {
  margin: 10px;
}

section.faq {
  margin-top: 110px;
}

.faq-list {
  margin: 110px auto 0;
}

.faq-area {
  padding-bottom: 36px;
  align-items: baseline;
  border-bottom: solid 1px #D3D3D3;
}

.faq-head {
  font-size: 28px;
  font-family: futura;
  margin-right: 20px;
}

.faq-text {
  margin-top: 30px;
}
.faq-text p {
  font-size: 20px;
  line-height: 1.6;
}

.map {
  margin: 100px auto 0;
  max-width: 1080px;
  width: 100%;
}
.map img {
  width: 100%;
}

/****************************************************************************
************  レスポンシブ
****************************************************************************/
@media screen and (min-width: 781px) {
  .pc_part {
    display: block;
  }
  .map .pc_part {
    background-color: rgb(237, 237, 237);
  }
  .sp_part {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .pc_part {
    display: none;
  }
  .sp_part {
    display: block;
  }
  .floating-icon {
    width: 100%;
    position: fixed;
    right: 0;
   
    background-color: #000;
    z-index: 9999;
  }
  .floating-icon ul {
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 10px 0;
    border-bottom: solid 1px #C3B292;
  }
  .floating-icon ul li {
    width: auto;
    height: 50px;
    padding: 0 10px 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: dashed 2px #707070;
    font-size: 12px;
  }
  .floating-icon ul li img {
    width: 100%;
    height: 100%;
  }
  /**  メインビジュアル
  ****************************************************************************/
  section.main-visual {
    width: 100%;
    height: auto;
    position: relative;
  }
  .mv-video {
    width: 100%;
    height: 100vh;
  }
  .mv-video video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .mv-catch {
    width: 80%;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mv-catch h1 {
    font-size: 26px;
    font-weight: bold;
  }
  p.mv-main-text {
    margin-top: 120px;
    font-size: 18px;
  }
  p.mv-sub-text {
    margin-top: 20px;
    font-size: 16px;
  }
  section.about {
    margin: 60px auto;
  }
  section.about .sec-title h2 {
    font-size: 20px;
  }
  .about-sec-top {
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
  }
  .about-img {
    max-width: 150px;
    height: 120px;
  }
  .about-img img {
    width: 100%;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-main-area {
    margin: 60px auto;
    display: block;
    max-width: 1400px;
  }
  .about-main-img {
    margin-right: 0;
    max-width: 740px;
    width: 100%;
  }
  .about-main-img img {
    width: 100%;
  }
  .about-text {
    width: 90%;
    margin: 26px auto 0;
  }
  .about-text h3 {
    font-size: 20px;
  }
  .about-text p {
    font-size: 16px;
    margin-top: 30px;
  }
  section.service {
    padding: 40px 0 60px;
    background-color: #1F1F1F;
  }
  ul.service-list {
    margin-bottom: 50px;
  }
  li.service-img-area {
    width: 100%;
    height: 180px;
  }
  li.service-img-area img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-text-area {
    margin-top: 20px;
  }
  aside.school-img {
    width: 80%;
    margin: 0 0 60px auto;
  }
  .sec-top-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.school-life {
    margin: 140px auto 0;
  }
  .school-life-top {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
  }
  .mt90 {
    margin-top: 90px;
  }
  .gallery-area {
    margin: 30px auto 0;
    padding: 40px 0 60px;
    background-color: #1F1F1F;
  }
  .gallery-1,
.gallery-2,
.gallery-3,
.gallery-4 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 40px;
  }
  .gallery-1 img,
.gallery-2 img,
.gallery-3 img,
.gallery-4 img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.room {
    margin: 50px auto 0;
  }
  .mt40 {
    margin-top: 40px;
  }
  ul.room-list {
    width: 90%;
    margin: 40px auto 0;
  }
  ul.room-list li {
    margin-bottom: 40px;
  }
  h4.room-category {
    padding-left: 10px;
    border-left: solid 3px #C3B292;
    font-size: 20px;
    font-weight: bold;
  }
  .room-plan {
    margin: 30px 0;
    justify-content: center;
    gap: 30px;
    padding-bottom: 30px;
  }
  .room-plan p {
    font-size: 16px;
    font-weight: bold;
  }
  section.work {
    margin-top: 70px;
  }
  section.group {
    margin: 90px auto 0;
    background-color: #EAEAEA;
    padding: 50px 0 60px;
  }
  ul.group-list {
    margin-top: 80px;
  }
  ul.group-list li {
    margin-bottom: 140px;
    position: relative;
  }
  .group-img {
    width: 100%;
  }
  .group-img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .group-info {
    position: absolute;
    right: 0px;
    left: -20px;
    bottom: -70px;
    background-color: #1D1D1D;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
  }
  .group-text {
    margin-right: 20px;
  }
  .group-text h3 {
    font-size: 16px;
  }
  .group-text p {
    font-size: 16px;
    padding-top: 8px;
    color: #fff;
  }
  .group-insta {
    width: 60px;
    height: 60px;
  }
  .group-insta img {
    width: 100%;
  }
  ul.group-other {
    padding: 20px;
    background-color: #fff;
    flex-wrap: wrap;
  }
  ul.group-other li {
    margin: 3px;
    font-size: 14px;
  }
  section.faq {
    margin-top: 90px;
  }
  .faq-list {
    margin: 70px auto 0;
  }
  .faq-area {
    padding-bottom: 24px;
    align-items: baseline;
    border-bottom: solid 1px #D3D3D3;
  }
  .faq-head {
    font-size: 18px;
    font-family: futura;
    margin-right: 14px;
  }
  .faq-text {
    margin-top: 20px;
  }
  .faq-text p {
    font-size: 16px;
    line-height: 1.6;
  }
  .map {
    margin: 80px auto 0;
    max-width: 1080px;
    width: 100%;
  }
  .map img {
    width: 100%;
  }
}