@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
#main {
  max-width: none;
}

#visual {
  position: relative;
  background: #f4f5ee url(../media/images/okinawa/top/visual_bg.png) no-repeat top left;
  height: 666px;
}
@media screen and (min-width: 1441px) {
  #visual {
    background-position-x: calc(50vw - 720px);
  }
  #visual::before {
    display: block;
    content: "";
    background-color: #27ccea;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50vw - 720px);
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  #visual {
    height: 90.13333vw;
    background-image: url(../media/images/okinawa/top/visual_sp_bg.png);
    background-size: 74.66667vw;
  }
}
#visual .front {
  position: absolute;
  top: 7px;
  left: 185px;
  z-index: 3;
}
@media screen and (min-width: 1441px) {
  #visual .front {
    left: calc(50vw - 535px);
  }
}
@media screen and (max-width: 767px) {
  #visual .front {
    top: 2.13333vw;
    left: 21.6vw;
    width: 31.46667vw;
  }
}
#visual .slide {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 80px;
  top: 30px;
}
@media screen and (min-width: 1441px) {
  #visual .slide {
    left: calc(50vw - 640px);
  }
}
@media screen and (max-width: 767px) {
  #visual .slide {
    left: 0;
    top: 6.4vw;
  }
}
#visual .slide .slick-list .slick-track .slick-slide .text {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
#visual .slide .slick-list .slick-track .slick-slide .pc {
  padding-bottom: 36px;
}
#visual .slide .slick-list .slick-track .slick-slide .pc .pic {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: bottom left;
}
#visual .slide .slick-list .slick-track .slick-slide .pc .text {
  right: 0;
}
@media screen and (min-width: 1441px) {
  #visual .slide .slick-list .slick-track .slick-slide .pc .text {
    right: calc(50vw - 720px);
  }
}
@media screen and (min-width: 1441px) {
  #visual .slide .slick-list .slick-track .slick-slide .pc::after {
    display: block;
    content: "";
    background-color: #27ccea;
    opacity: 0.84;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(50vw - 720px);
    height: 168px;
  }
}
#visual .slide .slick-list .slick-track .slick-slide .sp {
  padding-bottom: 3.73333vw;
}
#visual .slide .slick-list .slick-track .slick-slide .sp .pic {
  width: 100vw;
}
#visual .slide .slick-list .slick-track .slick-slide .sp .text {
  right: 0;
  width: 100vw;
}
#visual .slide .slick-dots {
  position: absolute;
  bottom: 68px;
  left: 62px;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #visual .slide .slick-dots {
    bottom: 40vw;
    left: 5.33333vw;
    flex-direction: column;
  }
}
#visual .slide .slick-dots li {
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  #visual .slide .slick-dots li {
    margin-right: 0;
    margin-top: 8px;
  }
}
#visual .slide .slick-dots li button {
  display: block;
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0;
  width: 12px;
  height: 12px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  #visual .slide .slick-dots li button {
    border-color: #001155;
    width: 6px;
    height: 6px;
  }
}
#visual .slide .slick-dots li.slick-active button {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #visual .slide .slick-dots li.slick-active button {
    background-color: #001155;
  }
}

#ict {
  border-top: 32px solid #f4f5ee;
  background: url(../media/images/okinawa/top/ict_bg_2.png?v=1) no-repeat top, linear-gradient(to bottom, #f4f5ee 50px, transparent 50px);
  padding: 91px 0 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #ict {
    border-top: 10px solid #f4f5ee;
    background: url(../media/images/okinawa/top/ict_sp_bg.png) no-repeat 100% 37px/256px, linear-gradient(to bottom, #f4f5ee 62px, transparent 62px);
    padding: 0 0 29px;
  }
}
@media print, screen and (min-width: 981px) {
  #ict::before {
    content: "";
    display: block;
    background-color: #f4f5ee;
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100vw - 1688px);
    height: 615px;
  }
}
@media screen and (max-width: 767px) {
  #ict .top_wrap {
    padding: 0 20px;
  }
  #ict .top_wrap > img {
    display: block;
    width: 100%;
  }
  #ict .top_wrap > img.top {
    width: 100%;
  }
  #ict > img {
    display: block;
    margin: 0 auto;
  }
  #ict > img.top {
    width: 375px;
    max-width: 100vw;
    margin-bottom: 4px;
  }
  #ict > img.bottom {
    width: 335px;
    margin-top: 25px;
  }
}
#ict .item {
  width: fit-content;
  margin: 26px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #ict .item {
    width: 355px;
    max-width: 100vw;
    margin: 0 auto 0;
    align-items: flex-start;
  }
}
#ict .item > div {
  padding-top: 2px;
}
@media screen and (max-width: 767px) {
  #ict .item > div {
    padding-top: 3px;
  }
}
#ict .item > div h4 {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #ict .item > div h4 {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 1.44444;
  }
  #ict .item > div h4 span {
    display: block;
  }
}
#ict .item > div p {
  margin: 0;
  padding-left: 2px;
  color: #5d5d5d;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #ict .item > div p {
    font-size: 15px;
  }
}
#ict .item > div p::before {
  display: inline-block;
  content: "";
  background-color: #ccc;
  width: 46px;
  height: 2px;
  margin-right: 12px;
  vertical-align: 8px;
}
@media screen and (max-width: 767px) {
  #ict .item > div p::before {
    width: 24px;
    height: 1px;
    margin-right: 7px;
    vertical-align: 5px;
  }
}
#ict .item.i {
  padding-left: 204px;
}
@media screen and (max-width: 767px) {
  #ict .item.i {
    padding-left: 23px;
  }
}
#ict .item.i img {
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  #ict .item.i img {
    width: 57px;
    margin-right: 33px;
  }
}
#ict .item.c {
  padding-left: 17px;
}
@media screen and (max-width: 767px) {
  #ict .item.c {
    margin-top: 32px;
    padding-left: 6px;
  }
}
#ict .item.c img {
  margin-right: 43px;
}
@media screen and (max-width: 767px) {
  #ict .item.c img {
    width: 88px;
    margin-right: 19px;
  }
}
#ict .item.t {
  padding-right: 198px;
}
@media screen and (max-width: 767px) {
  #ict .item.t {
    margin-top: 34px;
    padding-left: 14px;
    padding-right: 0;
  }
}
#ict .item.t img {
  margin-right: 49px;
}
@media screen and (max-width: 767px) {
  #ict .item.t img {
    width: 73px;
    margin-right: 26px;
  }
}

#feature {
  max-width: 1180px;
  margin: 0 auto;
  border-top: 8px solid #27ccea;
  padding: 47px 0 80px;
}
@media screen and (max-width: 767px) {
  #feature {
    border-top-width: 4px;
    padding: 17px 0 40px;
  }
}
#feature h3 {
  margin: 0;
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #feature h3 {
    padding-left: 7px;
    font-size: 20px;
    line-height: 1.4;
  }
  #feature h3 span {
    display: block;
  }
}
#feature ul.pc {
  margin: 29px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #feature ul.pc {
    display: none;
  }
}
#feature ul.pc li {
  margin: 0 1px;
  padding: 14px 0 0 14px;
  flex: 0 1 auto;
  line-height: 0;
}
#feature ul.pc li img {
  width: 100%;
}
#feature .pic.sp {
  margin-top: 10px;
  padding-left: 6px;
  text-align: center;
  line-height: 0;
}
#feature .pic.sp img {
  width: 348px;
  max-width: 100%;
}
#feature .notice {
  margin: 19px 0 0;
  text-align: center;
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #feature .notice {
    margin-top: 11px;
    font-size: 14px;
  }
}
#feature .feature_lead {
  margin: 16px auto 36px;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.7;
  max-width: 934px;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  #feature .feature_lead {
    margin-top: 8px;
    font-size: 14px;
    text-align: left;
    max-width: 83.6%;
    margin-bottom: 15px;
    line-height: 1.45;
  }
}
#feature .feature_lead .indent {
  display: block;
  text-indent: -1em;
}

.link {
  margin-top: 27px;
}
.link.ict {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .link.ict {
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .link {
    margin-top: 19px;
    padding: 0 20px;
  }
}
.link a {
  display: block;
  margin: 0 auto;
  max-width: 640px;
  border-radius: 32px;
  border: 2px solid #001155;
  background: #fff url(../media/images/okinawa/top/chevron_right.svg) no-repeat calc(100% - 22px) 50%;
  padding: 19px 0 21px;
  text-align: center;
  color: #001155;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  transition-property: background-color, color;
}
@media screen and (max-width: 767px) {
  .link a {
    background-position-x: calc(100% - 14px);
    padding: 16px 11px 17px 0;
    font-size: 15px;
  }
}
.link a:hover {
  background-color: #001155;
  color: #fff;
}

#information {
  background-color: #f4f5ee;
  padding: 56px 0 51px;
}
@media screen and (max-width: 767px) {
  #information {
    padding: 40px 0;
  }
}

#instagram {
  margin-top: 40px;
  padding: 43px 0;
  background: #fffdeb url(../media/media/images/okinawa/top/instagram_bg.png) no-repeat center;
  background-size: auto 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #instagram {
    margin-top: 20px;
    padding: 30px 0 37px;
    background-image: url(../media/media/images/okinawa/top/instagram_sp_bg.png);
  }
}
#instagram .title {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #instagram .title {
    position: static;
    margin: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#instagram .title h3 {
  margin: 0;
  text-align: center;
  color: #001155;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: 0.04em;
}
@media screen and (max-width: 767px) {
  #instagram .title h3 {
    /**/
  }
}
#instagram .title .instagram_link {
  position: absolute;
  top: 6px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  #instagram .title .instagram_link {
    position: static;
    padding-bottom: 1px;
  }
}
#instagram .title .instagram_link a {
  display: inline-block;
  text-decoration: none;
  color: #001155;
  font-size: 16px;
}
#instagram .title .instagram_link a:hover {
  text-decoration: underline;
}
#instagram .title .instagram_link a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../media/images/okinawa/life/club/pager_next.svg) no-repeat center/contain;
  margin-left: 8px;
  vertical-align: -1px;
}
#instagram .slide {
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  #instagram .slide {
    margin-top: 26px;
  }
}
#instagram .slide .item {
  padding: 0 19px;
}
@media screen and (max-width: 767px) {
  #instagram .slide .item {
    padding: 0 9.5px;
  }
}
#instagram .slide .item img {
  width: 210px;
  height: 210px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #instagram .slide .item img {
    width: 105px;
    height: 105px;
  }
}

#access {
  background: url(../media/images/okinawa/top/access_bg.png) no-repeat bottom, linear-gradient(to top, #27ccea 170px, transparent 170px);
  padding: 79px 0 83px;
}
@media screen and (max-width: 767px) {
  #access {
    background: url(../media/images/okinawa/top/access_sp_bg.png) no-repeat bottom/415px, linear-gradient(to top, #27ccea 307px, transparent 307px);
    padding: 27px 0 41px;
  }
}
#access .inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media print, screen and (max-width: 1279px) {
  #access .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #access .inner {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #access .l {
    padding: 0 30px;
  }
}
#access .l h3 {
  margin: 0;
  color: #001155;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#access .l h3 span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  margin-left: 19px;
  vertical-align: 2px;
}
#access .l p {
  margin-bottom: 0;
  line-height: 1;
}
#access .l p.name {
  margin-top: 23px;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  #access .l p.name {
    margin-top: 24px;
    font-size: 20px;
  }
}
#access .l p.notice {
  margin-top: 7px;
  margin-left: -7px;
  font-size: 12px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #access .l p.notice {
    margin-top: 8px;
    margin-left: -8px;
    font-size: 11px;
  }
}
#access .l p.address {
  margin-top: 19px;
  font-size: 16px;
}
#access .l p.walk {
  margin-top: 11px;
  font-size: 14px;
}
#access .l p.link {
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.71429;
}
#access .l p.link a {
  color: #000;
  text-decoration: none;
}
#access .l p.link a:hover {
  text-decoration: underline;
}
#access .l p.link a::before {
  display: inline-block;
  content: "";
  background: url(../media/images/ilc/common/icon_link_bl.svg) no-repeat center/contain;
  width: 15px;
  height: 15px;
  margin-right: 7px;
  vertical-align: -2px;
}
#access .l img {
  display: block;
  width: 320px;
  margin-top: -11px;
}
@media screen and (max-width: 767px) {
  #access .l img {
    display: block;
    width: 280px;
    margin: -36px auto 0;
  }
}
#access .googlemap {
  flex: 1 1 auto;
  padding-top: 13px;
  padding-left: 58px;
}
@media screen and (max-width: 767px) {
  #access .googlemap {
    margin-top: 27px;
    padding-top: 0;
    padding-left: 0;
    height: 187px;
  }
}
#access .googlemap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

#link {
  background-color: #f4f5ee;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  #link {
    padding: 0 0 22px;
  }
}
#link .inner {
  max-width: 1284px;
  margin: 0 auto;
  padding-right: 43px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media print, screen and (max-width: 1279px) {
  #link .inner {
    margin: 0 30px;
  }
}
@media screen and (max-width: 980px) {
  #link .inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #link .inner {
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#link .dept,
#link .void {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #link .dept,
  #link .void {
    border-left: none;
  }
}
#link .dept {
  flex: 0 0 auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #link .dept {
    flex: 1 1 100%;
    border-bottom: 1px solid #ccc;
  }
}
#link .dept a {
  display: block;
  padding: 29px 30px 28px;
}
@media screen and (max-width: 980px) {
  #link .dept a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  #link .dept a {
    padding: 20px 0;
    text-align: center;
  }
}
#link .dept a img {
  height: 33px;
}
@media screen and (max-width: 980px) {
  #link .dept a img {
    height: 28px;
  }
}
#link .void {
  flex: 1 1 auto;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  #link .void {
    flex-basis: 100%;
    height: 22px;
  }
}
#link .sns {
  flex: 0 0 auto;
  padding-top: 10px;
  padding-left: 14px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #link .sns {
    padding: 0 15.5px;
  }
}
#link .sns a {
  display: block;
}
#link .sns a img {
  width: 60px;
}
@media screen and (max-width: 980px) {
  #link .sns a img {
    width: 48px;
  }
}

#main .admission {
  margin: 0 auto;
}

.movie_modal {
  text-align: center;
  width: 100%;
  margin: 50px auto;
  border: 1px #f4f5ee solid;
}
@media screen and (max-width: 767px) {
  .movie_modal {
    margin: 10px auto;
  }
}
.movie_modal .movie_item {
  width: 960px;
  max-width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 767px) {
  .movie_modal .movie_item {
    width: 90%;
    margin: 10px auto;
  }
}
.movie_modal .movie_item img {
  width: 100%;
}
.movie_modal .movie_caption {
  margin: 10px auto 30px;
}
.movie_modal .movie_caption a {
  color: #333;
  font-size: 1em;
  text-decoration: none;
}
.movie_modal .movie_caption a::after {
  background: url(../media/images/ilc/common/icon_play.svg) no-repeat center center/15px 15px;
  content: "";
  position: relative;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin: 0 0 0 6px;
  top: 2px;
}
.movie_modal .movie_caption a:hover {
  color: #68aaf9;
}

/*# sourceMappingURL=okinawa_top.css.map */
