@charset "UTF-8";
@media print, screen and (min-width: 900px) {
  .tl_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 899px) {
  .tl_pc {
    display: none !important;
  }
}
#top-head {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

main.titleist {
  line-height: 1.8;
  font-size: 16px;
}
@media only screen and (max-width: 899px) {
  main.titleist {
    font-size: 14px;
  }
}
main.titleist .videoSec {
  position: fixed;
  top: 7.8rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
@media print, screen and (min-width: 1020px) and (max-width: 1225px) {
  main.titleist .videoSec {
    top: 108px;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 1020px) {
  main.titleist .videoSec {
    top: 60px;
  }
}
@media only screen and (max-width: 899px) {
  main.titleist .videoSec {
    top: 11.7rem;
  }
}
main.titleist .videoSec video {
  width: 100%;
}
main.titleist .videoSec + #wrapper {
  margin-top: 65%;
}
@media print, screen and (min-width: 0px) and (max-width: 1020px) {
  main.titleist .videoSec + #wrapper {
    margin-top: 62%;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 450px) {
  main.titleist .videoSec + #wrapper {
    margin-top: 70%;
  }
}
@media only screen and (max-width: 899px) {
  main.titleist .videoSec + #wrapper {
    margin-top: 54.8rem;
  }
}
main.titleist #wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
main.titleist p {
  margin: auto;
}
@media only screen and (max-width: 899px) {
  main.titleist p {
    font-size: 2.8rem;
  }
}
main.titleist figure {
  margin: 0;
}
main.titleist figure img {
  height: auto;
  width: 100%;
}
main.titleist .wrapper {
  margin: auto;
  max-width: 1100px;
  width: 88%;
}
main.titleist .title01 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  main.titleist .title01 {
    margin-bottom: 40px;
  }
}
main.titleist .title01.white span {
  color: #fff;
}
main.titleist .title01.white span::before, main.titleist .title01.white span::after {
  background-color: #fff;
}
main.titleist .title01 span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  padding: 0 100px;
  line-height: 1.4;
}
@media only screen and (max-width: 899px) {
  main.titleist .title01 span {
    padding: 0 60px;
    font-size: 17px;
  }
}
main.titleist .title01 span::before, main.titleist .title01 span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  height: 2px;
  width: 85px;
}
@media only screen and (max-width: 899px) {
  main.titleist .title01 span::before, main.titleist .title01 span::after {
    width: 50px;
  }
}
main.titleist .title01 span::after {
  left: auto;
  right: 0;
}
main.titleist .btn01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  width: 530px;
  height: 80px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 899px) {
  main.titleist .btn01 {
    font-size: 15px;
    height: 50px;
    width: 100%;
    margin-top: 30px;
  }
}
main.titleist .btn01:hover {
  opacity: 0.7;
}
main.titleist .btn01:hover::after {
  width: 30px;
}
main.titleist .btn01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all ease-in-out 0.3s;
}
main.titleist .mv .img {
  margin-top: 60%;
}
main.titleist .deco::before, main.titleist .deco::after {
  content: "";
  position: absolute;
  right: -145px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 145px 380px 145px;
  border-color: transparent transparent #000 transparent;
}
@media only screen and (max-width: 899px) {
  main.titleist .deco::before, main.titleist .deco::after {
    right: -50px;
    border-width: 0 50px 110px 50px;
  }
}
main.titleist .deco::before {
  top: 0;
  right: auto;
  bottom: auto;
  left: -145px;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 899px) {
  main.titleist .deco::before {
    left: -50px;
  }
}
main.titleist .intro {
  position: relative;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 20px 0 120px;
}
@media only screen and (max-width: 899px) {
  main.titleist .intro {
    font-size: 14px;
    padding: 10px 0 60px;
  }
}
main.titleist .intro::before {
  display: none;
}
main.titleist .intro::after {
  border-color: transparent transparent #fff transparent;
}
main.titleist .intro__detail .logo {
  margin: auto;
  width: 45%;
}
@media only screen and (max-width: 899px) {
  main.titleist .intro__detail .logo {
    width: 80%;
  }
}
main.titleist .intro__detail .note {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 899px) {
  main.titleist .intro__detail .note {
    text-align: left;
    margin-top: 10px;
    font-size: 2.8rem;
  }
}
main.titleist .intro .reserveForm {
  margin-top: 80px;
}
@media only screen and (max-width: 899px) {
  main.titleist .intro .reserveForm {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 899px) {
  main.titleist .intro .reserveForm .container {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  main.titleist .intro .reserveForm .title {
    font-size: 3.84rem;
    font-weight: 700;
  }
}
main.titleist .intro .reserveForm .linkType01 {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #cf353e;
  line-height: 70px;
  margin: auto;
  width: 75%;
  max-width: 650px;
  text-align: center;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 899px) {
  main.titleist .intro .reserveForm .linkType01 {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
  }
}
main.titleist .intro .reserveForm .linkType01:hover {
  opacity: 0.7;
  color: #fff;
}
main.titleist .intro .reserveForm .linkType01:hover::after {
  right: 20px;
}
main.titleist .intro .reserveForm .linkType01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  transform: rotate(45deg);
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 899px) {
  main.titleist .intro .reserveForm .linkType01::after {
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
main.titleist .intro__program {
  position: relative;
  z-index: 2;
  margin-top: 140px;
}
@media only screen and (max-width: 899px) {
  main.titleist .intro__program {
    margin-top: 60px;
  }
}
main.titleist .intro__program .content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  main.titleist .intro__program .content {
    display: block;
  }
}
main.titleist .intro__program .img {
  margin-left: -20%;
  width: 67%;
}
@media only screen and (max-width: 899px) {
  main.titleist .intro__program .img {
    margin: 0;
    width: 100%;
  }
}
main.titleist .intro__program .text {
  width: 49%;
}
@media only screen and (max-width: 899px) {
  main.titleist .intro__program .text {
    margin-top: 30px;
    width: 100%;
  }
}
main.titleist .intro__program .text p {
  margin: 0 0 20px;
}
@media only screen and (max-width: 899px) {
  main.titleist .intro__program .text p {
    font-size: 2.8rem;
  }
}
main.titleist .cat {
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 899px) {
  main.titleist .cat {
    padding: 60px 0;
  }
}
@media print, screen and (min-width: 900px) {
  main.titleist .cat .note {
    text-align: center;
  }
}
main.titleist .cat__list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 80px;
}
@media only screen and (max-width: 899px) {
  main.titleist .cat__list {
    margin-top: 40px;
    gap: 40px;
  }
}
main.titleist .cat__list .item {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 899px) {
  main.titleist .cat__list .item {
    width: 100%;
  }
}
main.titleist .cat__list .name {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin: 25px 0 20px;
}
@media only screen and (max-width: 899px) {
  main.titleist .cat__list .name {
    flex-wrap: wrap;
    text-align: center;
  }
}
main.titleist .cat__list .name .en {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  main.titleist .cat__list .name .en {
    font-size: 18px;
    width: 100%;
  }
}
main.titleist .cat__list .name .ja {
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  main.titleist .cat__list .name .ja {
    width: 100%;
  }
}
main.titleist .cat__list .text {
  margin: 0;
}
main.titleist .cat__list .list {
  list-style-type: none;
  margin-top: 30px;
}
@media only screen and (max-width: 899px) {
  main.titleist .cat__list .list {
    margin-top: 20px;
  }
}
main.titleist .cat__list .list li {
  position: relative;
  padding-left: 2.2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 899px) {
  main.titleist .cat__list .list li {
    font-size: 2.8rem;
    padding-left: 3rem;
  }
}
main.titleist .cat__list .list li + li {
  margin-top: 0;
}
main.titleist .cat__list .list li::before {
  content: "●";
  color: #CF353E;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
main.titleist .cat__list .time {
  margin-top: 20px;
}
@media only screen and (max-width: 899px) {
  main.titleist .cat__list .time {
    margin-top: 14px;
  }
}
main.titleist .flow {
  background-color: #000;
  color: #fff;
  padding: 120px 0;
}
@media only screen and (max-width: 899px) {
  main.titleist .flow {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 899px) {
  main.titleist .flow__slider {
    margin: auto;
    width: 89%;
  }
}
main.titleist .flow__slider .name {
  text-align: center;
  font-size: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  margin: 40px 0 25px;
}
@media only screen and (max-width: 899px) {
  main.titleist .flow__slider .name {
    font-size: 17px;
    margin: 35px 0 20px;
  }
}
main.titleist .flow__slider .slide {
  padding: 0 0.5%;
}
@media only screen and (max-width: 899px) {
  main.titleist .flow__slider .slide {
    padding: 0 0.2%;
  }
}
main.titleist .flow__slider .slick-dots {
  bottom: -50px;
}
main.titleist .flow__slider .slick-dots li.slick-active button:before {
  color: white;
}
main.titleist .flow__slider .slick-dots li button:before {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 899px) {
  main.titleist .flow__slider figure {
    padding: 0 2%;
  }
}
main.titleist .flow__slider figure.border {
  border: 2px solid #fff;
}
main.titleist .flow__slider .slick-prev, main.titleist .flow__slider .slick-next {
  top: 25%;
}
main.titleist .flow__slider .slick-prev::after, main.titleist .flow__slider .slick-next::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
main.titleist .flow__slider .slick-prev {
  left: -14px !important;
}
main.titleist .flow__slider .slick-prev::after {
  transform: rotate(225deg);
}
main.titleist .flow__slider .slick-next {
  right: -14px !important;
}
main.titleist .flow__video {
  margin-top: 150px;
}
@media only screen and (max-width: 899px) {
  main.titleist .flow__video {
    margin-top: 100px;
  }
}
main.titleist .flow__video .js-modal-button {
  position: relative;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
main.titleist .flow__video .js-modal-button:hover {
  opacity: 0.7;
}
main.titleist .flow__video .js-modal-button::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 110px;
  height: 110px;
  background-image: url("../images/titleist/movie-play.png");
  background-size: cover;
}
@media only screen and (max-width: 899px) {
  main.titleist .flow__video .js-modal-button::after {
    height: 50px;
    width: 50px;
  }
}
main.titleist .reserve {
  position: relative;
  padding: 120px 0;
}
@media only screen and (max-width: 899px) {
  main.titleist .reserve {
    padding: 60px 0;
  }
}
main.titleist .reserve::after {
  display: none;
}
main.titleist .reserve .reserveForm {
  margin-bottom: 0;
}
@media only screen and (max-width: 899px) {
  main.titleist .reserve .reserveForm .container {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  main.titleist .reserve .reserveForm .title {
    font-size: 3.84rem;
    font-weight: 700;
  }
}
main.titleist .access {
  padding-bottom: 120px;
}
@media only screen and (max-width: 899px) {
  main.titleist .access {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 0px) and (max-width: 1000px) {
  main.titleist .access .grandfront-hero {
    margin-left: -6vw;
    width: 100vw;
    max-width: 100vw;
  }
}
main.titleist .access #shop-head {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-width: 899px) {
  main.titleist .access #shop-head {
    font-size: 13px;
  }
}
@media only screen and (max-width: 899px) {
  main.titleist .access #shop-head .container {
    width: 100%;
  }
}
main.titleist .access #shop-head #shop-title {
  margin-bottom: 5px;
}
main.titleist .access #shop-head #info-secondary {
  margin-top: 40px;
}
@media only screen and (max-width: 899px) {
  main.titleist .access #shop-head #info-secondary {
    margin-top: 0;
  }
}
main.titleist .access #shop-head #info-secondary .access {
  padding-bottom: 0;
}
main.titleist .access__map {
  position: relative;
  height: 0;
  padding-top: 48%;
}
@media only screen and (max-width: 899px) {
  main.titleist .access__map {
    padding-top: 92%;
  }
}
main.titleist .access__map iframe {
  position: absolute;
  inset: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
main.titleist .banner {
  padding: 20px;
  background-color: #282526;
}
@media only screen and (max-width: 899px) {
  main.titleist .banner {
    padding: 10px;
  }
}
main.titleist .banner figure {
  margin: auto;
  width: 50%;
  max-width: 600px;
}
@media only screen and (max-width: 899px) {
  main.titleist .banner figure {
    width: 85%;
  }
}

#school-information {
  background-color: white;
}

@media only screen and (max-width: 899px) {
  #info-primary > .time table th {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=titleist.css.map */