@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
.campustour.category-top .ttl {
  height: 490px;
  background: url(/campustour/img/mv_pc.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .ttl {
    height: 220px;
    background: url(/campustour/img/mv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.campustour.category-top .ttl .page-ttl {
  font-size: 3.75rem;
  font-family: "Cormorant", serif;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .ttl .page-ttl {
    font-size: 2.1875rem;
    line-height: 1;
  }
}
.campustour.category-top .ttl .sub-txt {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .ttl .sub-txt {
    font-size: 0.875rem;
    padding-left: 0;
  }
}
.campustour.category-top .breadcrumb {
  margin-bottom: 0;
  background: transparent;
}
.campustour.category-top .page-nav-link {
  display: flex;
  flex-wrap: wrap;
}
.campustour.category-top .page-nav-link li {
  width: 25%;
  max-height: 240px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .page-nav-link li {
    width: 100%;
    max-height: none;
  }
}
.campustour.category-top .page-nav-link li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(53, 53, 53, 0.4);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.campustour.category-top .page-nav-link li a .image-wrap {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .page-nav-link li a .image-wrap {
    aspect-ratio: 375/100;
  }
}
.campustour.category-top .page-nav-link li a .image-wrap img {
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.campustour.category-top .page-nav-link li a .image-wrap p {
  color: #fff;
  font-size: 1.625rem;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 1450px) {
  .campustour.category-top .page-nav-link li a .image-wrap p {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .campustour.category-top .page-nav-link li a .image-wrap p {
    font-size: 1.25rem;
  }
}
.campustour.category-top .page-nav-link li a:hover .image-wrap img {
  transform: scale(1.03);
}
@media screen and (max-width: 767px) {
  .campustour.category-top .page-nav-link li a:hover .image-wrap img {
    transform: scale(1);
  }
}
.campustour.category-top .contents {
  padding-bottom: 20px;
}
.campustour.category-top .facility-block .section-head {
  position: relative;
}
.campustour.category-top .facility-block .section-head .section-cate {
  background: #fff;
  width: calc(520px + (100% - 1200px) / 2);
  padding: 55px calc(50px + (100% - 1200px) / 2) 105px 50px;
  position: absolute;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .facility-block .section-head .section-cate {
    width: 290px;
    padding: 24px 45px 24px 28px;
  }
}
.campustour.category-top .facility-block .section-head .section-cate .cate-ttl {
  font-size: 2.375rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  padding-bottom: 22px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .facility-block .section-head .section-cate .cate-ttl {
    font-size: 1.375rem;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
}
.campustour.category-top .facility-block .section-head .section-cate .cate-ttl::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .facility-block .section-head .section-cate .cate-ttl::after {
    width: 130px;
  }
}
.campustour.category-top .facility-block .swiper .swiper-pagination-bullet-active {
  background: #8F3759;
}
.campustour.category-top .facility-block .room-intro dt {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .facility-block .room-intro dt {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
}
.campustour.category-top .facility-block .room-intro dt .floor {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .facility-block .room-intro dd {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.campustour.category-top .facility-block .section-right-pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.campustour.category-top .facility-block .section-right-pic .floor-txt {
  width: 355px;
  margin-right: 50px;
}
.campustour.category-top .facility-block .section-right-pic .floor-pic {
  width: calc(686px + (100% - 1200px) / 2);
  height: 512px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .facility-block .section-right-pic .floor-pic {
    height: auto;
  }
}
.campustour.category-top .facility-block .section-right-pic .floor-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.campustour.category-top .facility-block.community .cate-ttl, .campustour.category-top .facility-block.equipment .cate-ttl {
  font-size: 2.375rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
  padding-bottom: 22px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .facility-block.community .cate-ttl, .campustour.category-top .facility-block.equipment .cate-ttl {
    font-size: 1.375rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.campustour.category-top .facility-block.community .cate-ttl::after, .campustour.category-top .facility-block.equipment .cate-ttl::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .facility-block.community .cate-ttl::after, .campustour.category-top .facility-block.equipment .cate-ttl::after {
    width: 110px;
  }
}
.campustour.category-top .history {
  padding: 165px 0 110px;
  background-color: #F8F8F8;
  background-image: url(/campustour/img/txt_heritage.png);
  background-repeat: no-repeat;
  background-size: 86px 617px;
  background-position: top 43% left 0;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history {
    padding: 50px 0 80px;
    background-size: 44px 316px;
    background-position: top 22.5% left 0;
  }
}
.campustour.category-top .history .section-head {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .section-head {
    margin-bottom: 200px;
  }
}
.campustour.category-top .history .section-head::before {
  content: "";
  display: block;
  width: 236px;
  height: 236px;
  background: #8F3759;
  position: absolute;
  top: -50px;
  right: calc(164px + (100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .section-head::before {
    width: 82px;
    height: 82px;
    right: 10%;
  }
}
.campustour.category-top .history .section-head .history-slide {
  width: calc(857px + (100% - 1200px) / 2);
  height: 510px;
  margin-right: auto;
  margin-left: 0;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .section-head .history-slide {
    width: 90%;
    right: 5%;
    height: auto;
  }
}
.campustour.category-top .history .section-head .history-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .section-head .history-slide .swiper-pagination {
    text-align: left;
    margin-left: 35px;
    bottom: 20px;
  }
}
.campustour.category-top .history .section-head .section-cate {
  right: 0;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .section-head .section-cate {
    bottom: -145px;
  }
}
.campustour.category-top .history .heritage {
  width: 694px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .heritage {
    width: 87%;
  }
}
.campustour.category-top .history .heritage .heritage-contents {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .heritage .heritage-contents {
    width: 48%;
  }
}
.campustour.category-top .history .heritage .heritage-contents .room-image {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .heritage .heritage-contents .room-intro dt .floor {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .heritage .heritage-contents .room-intro dd {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .heritage .heritage-contents .room-intro dd::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #F8F8F8);
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .heritage .heritage-contents .room-intro dd::after {
    content: "";
    display: block;
    width: 13px;
    height: 7px;
    background: url(/campustour/img/arrow_accordion.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transition: 0.5s all;
  }
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .heritage .heritage-contents .room-intro dd .sp-wrap {
    max-height: 135px;
    overflow: hidden;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .heritage .heritage-contents .room-intro dd.open .sp-wrap {
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .heritage .heritage-contents .room-intro dd.open::before {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .heritage .heritage-contents .room-intro dd.open::after {
    transform: rotate(180deg);
  }
}
.campustour.category-top .history .section-right-pic {
  margin: 75px 0 85px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .section-right-pic {
    flex-direction: column-reverse;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .section-right-pic .floor-pic {
    width: 93%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .section-right-pic .floor-txt {
    width: 87%;
    margin: 10px auto 0;
  }
}
.campustour.category-top .history .lounge {
  width: 905px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .lounge {
    width: 78%;
  }
}
.campustour.category-top .history .lounge .lounge-image {
  width: 525px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .lounge .lounge-image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.campustour.category-top .history .lounge .lounge-txt {
  width: 355px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .history .lounge .lounge-txt {
    width: 100%;
  }
}
.campustour.category-top .learn {
  margin-top: 305px;
  padding-bottom: 100px;
  background-image: url(/campustour/img/txt_knowledge.png);
  background-repeat: no-repeat;
  background-size: 86px 782px;
  background-position: top 31% left 0;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn {
    margin-top: 155px;
    background-size: 47px 427px;
    background-position: top 12.9% left 0;
  }
}
.campustour.category-top .learn .section-head {
  margin-bottom: 254px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .section-head {
    margin-bottom: 214px;
  }
}
.campustour.category-top .learn .section-head::before {
  content: "";
  display: block;
  width: 236px;
  height: 236px;
  background: #8F3759;
  position: absolute;
  top: -50px;
  left: calc((100% - 1200px) / 2 - 10px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .section-head::before {
    width: 82px;
    height: 82px;
    left: 5%;
    top: -15px;
  }
}
.campustour.category-top .learn .section-head .learn-head-image {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(107px + (100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .section-head .learn-head-image {
    width: 91%;
    justify-content: space-between;
    margin-left: auto;
  }
}
.campustour.category-top .learn .section-head .learn-head-image .learn-head-left {
  width: 493px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .section-head .learn-head-image .learn-head-left {
    width: 40%;
    margin-right: 0;
  }
}
.campustour.category-top .learn .section-head .learn-head-image .learn-head-left li:first-of-type {
  margin-bottom: 22px;
}
.campustour.category-top .learn .section-head .learn-head-image .learn-head-right {
  width: calc(100% - 517px);
  height: 636px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .section-head .learn-head-image .learn-head-right {
    width: 58%;
    height: auto;
  }
}
.campustour.category-top .learn .section-head .learn-head-image .learn-head-right img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
  height: 100%;
  min-height: 636px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .section-head .learn-head-image .learn-head-right img {
    min-height: auto;
  }
}
.campustour.category-top .learn .section-head .section-cate {
  padding: 55px 50px 105px calc(50px + (100% - 1200px) / 2);
  left: 0;
  bottom: -230px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .section-head .section-cate {
    padding: 24px 28px 24px 45px;
    bottom: -150px;
  }
}
.campustour.category-top .learn .learn-contents-col02 {
  width: 1018px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .learn-contents-col02 {
    width: 78%;
    margin-bottom: 50px;
  }
}
.campustour.category-top .learn .learn-contents-col02 .section-learn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .learn-contents-col02 .section-learn {
    margin-bottom: 50px;
  }
}
.campustour.category-top .learn .learn-contents-col02 .section-learn .learn-facility-image {
  width: 497px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .learn-contents-col02 .section-learn .learn-facility-image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.campustour.category-top .learn .learn-contents-col02 .section-learn .learn-facility-txt {
  width: 495px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .learn-contents-col02 .section-learn .learn-facility-txt {
    width: 100%;
  }
}
.campustour.category-top .learn .learn-contents-col02 .section-learn .learn-facility-txt .room-intro.cooking dd .sub-image {
  width: 229px;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .learn-contents-col02 .section-learn .learn-facility-txt .room-intro.cooking dd .sub-image {
    width: 60%;
  }
}
.campustour.category-top .learn .learn-contents-col02 .section-learn:nth-of-type(even) {
  flex-direction: row-reverse;
}
.campustour.category-top .learn .learn-contents-col03 {
  max-width: 1320px;
  padding: 0 5px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .learn-contents-col03 {
    width: 78%;
    padding: 0;
  }
}
.campustour.category-top .learn .learn-contents-col03 .section-learn {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .learn-contents-col03 .section-learn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.campustour.category-top .learn .learn-contents-col03 .section-learn:nth-of-type(3n) {
  margin-right: 0;
}
.campustour.category-top .learn .learn-contents-col03 .section-learn .learn-facility-image {
  margin-bottom: 10px;
}
.campustour.category-top .learn .learn-contents-col03 .section-learn .learn-facility-txt .room-intro dd .sub-image {
  width: 73%;
  margin-left: auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .learn .learn-contents-col03 .section-learn .learn-facility-txt .room-intro dd .sub-image {
    width: 60%;
  }
}
.campustour.category-top .common {
  background-color: #F8F8F8;
  background-image: url(/campustour/img/txt_commonarea.png);
  background-repeat: no-repeat;
  background-size: 88px 961px;
  background-position: top 48.5% left 0;
  padding: 190px 0 206px;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common {
    padding: 75px 0 80px;
    background-size: 46px 503px;
    background-position: top 24% left 0;
    margin-bottom: 50px;
  }
}
.campustour.category-top .common::before {
  content: "";
  display: block;
  width: 236px;
  height: 236px;
  background: #8F3759;
  position: absolute;
  top: 140px;
  right: calc(164px + (100% - 1200px) / 2);
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common::before {
    width: 82px;
    height: 82px;
    right: 18%;
    top: 55px;
  }
}
.campustour.category-top .common .section-head {
  margin-bottom: 170px;
  height: 690px;
  background: url(/campustour/img/img_common_main.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .section-head {
    height: 247px;
    margin-bottom: 190px;
  }
}
.campustour.category-top .common .section-head .section-cate {
  right: 0;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .section-head .section-cate {
    bottom: -160px;
  }
}
.campustour.category-top .common .stuednt-image {
  max-width: 1100px;
  margin: 0 auto 375px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .stuednt-image {
    margin-bottom: 175px;
  }
}
.campustour.category-top .common .stuednt-image li:first-of-type {
  width: 492px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .stuednt-image li:first-of-type {
    width: 45%;
  }
}
.campustour.category-top .common .stuednt-image li:nth-of-type(2) {
  width: 662px;
  position: absolute;
  top: 115px;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .stuednt-image li:nth-of-type(2) {
    width: 60%;
    top: 35px;
  }
}
.campustour.category-top .common .cafeteria {
  margin-bottom: 70px;
}
.campustour.category-top .common .cafeteria .cafeteria-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .cafeteria .cafeteria-wrap {
    width: 78%;
    padding: 0;
    margin: 0 auto;
  }
}
.campustour.category-top .common .cafeteria .cafeteria-wrap .cafeteria-slide {
  width: 636px;
  padding-bottom: 25px;
  margin-left: 57px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .cafeteria .cafeteria-wrap .cafeteria-slide {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.campustour.category-top .common .cafeteria .cafeteria-wrap .cafeteria-slide .swiper-pagination {
  bottom: 0;
}
.campustour.category-top .common .cafeteria .cafeteria-wrap .room-intro {
  width: 355px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .cafeteria .cafeteria-wrap .room-intro {
    width: 100%;
  }
}
.campustour.category-top .common .main-space {
  margin-bottom: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .main-space {
    flex-direction: column-reverse;
  }
}
.campustour.category-top .common .main-space .main-space-txt {
  width: 355px;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .main-space .main-space-txt {
    width: 87%;
    margin: 10px auto 0;
  }
}
.campustour.category-top .common .main-space .main-space-image {
  width: calc(686px + (100% - 1200px) / 2);
  height: 512px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .main-space .main-space-image {
    width: 93%;
    height: auto;
    aspect-ratio: 350/223;
    margin-left: auto;
  }
}
.campustour.category-top .common .main-space .main-space-image img {
  width: 100%;
  height: 100%;
  min-height: 512px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .main-space .main-space-image img {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .space-contents {
    width: 78%;
    margin: 0 auto;
    padding: 0;
  }
}
.campustour.category-top .common .space-contents .section-space {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .space-contents .section-space {
    margin-bottom: 50px;
  }
}
.campustour.category-top .common .space-contents .section-space .space-image {
  width: 550px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .space-contents .section-space .space-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.campustour.category-top .common .space-contents .section-space .space-txt {
  width: 495px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .space-contents .section-space .space-txt {
    width: 100%;
  }
}
.campustour.category-top .common .space-contents .section-space:nth-of-type(even) {
  flex-direction: row-reverse;
}
.campustour.category-top .common .space-contents .section-space:nth-of-type(even) .space-image {
  width: 526px;
  margin-right: 0;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .common .space-contents .section-space:nth-of-type(even) .space-image {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.campustour.category-top .community {
  padding: 100px 0 70px;
  background-color: rgba(116, 7, 79, 0.08);
  background-image: url(/campustour/img/txt_community.png);
  background-repeat: no-repeat;
  background-size: 85px 789px;
  background-position: top 15px left 0;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .community {
    padding: 65px 0 85px;
    background-size: 46px 427px;
    background-position: bottom 80px left 0;
  }
}
.campustour.category-top .community .community-wrap {
  width: calc(100% - (100% - 1100px) / 2);
  margin-left: calc((100% - 1100px) / 2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .community .community-wrap {
    width: 100%;
    margin-left: 0;
    flex-direction: column-reverse;
  }
}
.campustour.category-top .community .community-wrap .community-txt {
  width: 402px;
  margin-right: 62px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .community .community-wrap .community-txt {
    width: 82%;
    margin: 30px auto 0;
  }
}
.campustour.category-top .community .community-wrap .community-slide {
  width: calc(100% - 464px);
  height: 512px;
  padding-bottom: 30px;
  /*.swiper-wrapper{
    .swiper-slide{
      height: 404px;
      img{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }*/
}
@media screen and (max-width: 767px) {
  .campustour.category-top .community .community-wrap .community-slide {
    width: 94%;
    height: auto;
    margin-right: 0;
  }
}
.campustour.category-top .community .community-wrap .community-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.campustour.category-top .community .community-wrap .community-slide .swiper-pagination {
  bottom: 0;
}
.campustour.category-top .community .btn {
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .community .btn {
    width: 80%;
    margin: 35px auto 0;
  }
}
.campustour.category-top .community .btn a {
  color: #fff;
  background: #8F3759;
}
.campustour.category-top .community .btn a::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.campustour.category-top .community .btn a:hover {
  color: #8F3759;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .community .btn a:hover {
    color: #fff;
    background: #8F3759;
  }
}
.campustour.category-top .community .btn a:hover::after {
  border-right: 2px solid #8F3759;
  border-bottom: 2px solid #8F3759;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .community .btn a:hover::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.campustour.category-top .equipment {
  padding: 150px 0 35px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment {
    padding-top: 90px;
  }
}
.campustour.category-top .equipment .equipment-wrap {
  width: calc(100% - (100% - 1100px) / 2);
  margin-left: calc((100% - 1100px) / 2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .equipment-wrap {
    width: 100%;
    margin-left: 0;
    flex-direction: column-reverse;
  }
}
.campustour.category-top .equipment .equipment-wrap .equipment-txt {
  width: 415px;
  margin-right: 44px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .equipment-wrap .equipment-txt {
    width: 82%;
    margin: 25px auto 0;
  }
}
.campustour.category-top .equipment .equipment-wrap .equipment-txt .btn {
  margin-top: 30px;
}
.campustour.category-top .equipment .equipment-wrap .equipment-slide {
  width: calc(100% - 464px);
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .equipment-wrap .equipment-slide {
    width: 94%;
    margin-right: 0;
    margin-left: auto;
  }
}
.campustour.category-top .equipment .equipment-wrap .equipment-slide .swiper-pagination {
  bottom: 0;
}
.campustour.category-top .equipment .loop-slide {
  margin: 85px 0;
}
.campustour.category-top .equipment .loop-slide .swiper-wrapper {
  transition-timing-function: linear;
}
.campustour.category-top .equipment .toilet {
  width: 1000px;
  margin: 85px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .toilet {
    width: 100%;
    margin: 85px auto 45px;
  }
}
.campustour.category-top .equipment .toilet .toilet-image {
  width: 613px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .toilet .toilet-image {
    width: 95%;
    margin-right: auto;
  }
}
.campustour.category-top .equipment .toilet .room-intro {
  width: 355px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .toilet .room-intro {
    width: 82%;
    margin: 30px auto 0;
  }
}
.campustour.category-top .equipment .leed {
  width: 657px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .leed {
    width: 82%;
    margin-bottom: 100px;
  }
}
.campustour.category-top .equipment .rental {
  padding: 65px 0 60px;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .rental {
    padding-bottom: 85px;
  }
}
.campustour.category-top .equipment .rental h4 {
  font-size: 1.75rem;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .rental h4 {
    font-size: 1.5625rem;
  }
}
.campustour.category-top .equipment .rental p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .rental p {
    text-align: left;
  }
}
.campustour.category-top .equipment .rental .rental-link {
  margin: 20px auto 40px;
}
.campustour.category-top .equipment .rental .rental-link li {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .rental .rental-link li {
    margin-bottom: 5px;
  }
}
.campustour.category-top .equipment .rental .rental-link li a {
  font-size: 0.875rem;
  display: block;
}
.campustour.category-top .equipment .rental .rental-link li a .pdf {
  content: "";
  display: inline-block;
  width: 38px;
  height: 15px;
  background: url(/assets/img/common/icon_pdf.png) no-repeat;
  background-size: contain;
  margin-left: 7px;
  position: relative;
  top: 2px;
}
.campustour.category-top .equipment .rental .rental-link li a:hover {
  color: #8F3759;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .equipment .rental .rental-link li a:hover {
    color: #353535;
  }
}
.campustour.category-top .equipment .rental .btn {
  margin-left: auto;
  margin-right: auto;
}
.campustour.category-top .library {
  padding: 95px 0 125px;
  background-color: #8F3759;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .library {
    padding-top: 60px;
  }
}
.campustour.category-top .library .library-head {
  width: 100%;
  height: 378px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .library .library-head {
    height: 117px;
  }
}
.campustour.category-top .library .library-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.campustour.category-top .library .section-head {
  margin: 55px 0 370px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .library .section-head {
    margin: 40px 0 500px;
  }
}
.campustour.category-top .library .section-head .library-head-image {
  width: 1006px;
  margin-right: calc(97px + (100% - 1200px) / 2);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .library .section-head .library-head-image {
    width: 92%;
    margin: 0 auto;
  }
}
.campustour.category-top .library .section-head .section-cate {
  padding-left: 55px;
  padding-bottom: 35px;
  top: 378px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .library .section-head .section-cate {
    max-width: 320px;
    width: 100%;
    padding: 24px 45px 24px 28px;
    top: 190px;
  }
}
.campustour.category-top .library .library-contents {
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .library .library-contents {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.campustour.category-top .library .library-contents .library-about {
  width: 507px;
  position: absolute;
  top: -180px;
  left: 43px;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .library .library-contents .library-about {
    width: 82%;
    left: 0;
    position: static;
    margin: 25px auto 0;
  }
}
.campustour.category-top .library .library-contents .library-about p {
  color: #fff;
}
.campustour.category-top .library .library-contents .library-image {
  width: 869px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .library .library-contents .library-image {
    width: 100%;
    margin: 0 auto;
  }
}
.campustour.category-top .fixed-menu {
  width: 35px;
  position: fixed;
  bottom: 95px;
  right: 0;
  border-radius: 10px 0 0 10px;
  background: rgba(116, 1, 79, 0.9);
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .campustour.category-top .fixed-menu {
    display: none;
    background: rgba(116, 1, 79, 0.9);
  }
}
.campustour.category-top .fixed-menu a {
  color: #fff;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  width: 100%;
  padding: 13px 0;
  border-radius: 10px 0 0 10px;
}
.campustour.category-top .fixed-menu.color02 {
  background: rgba(116, 1, 79, 0.9);
}/*# sourceMappingURL=campustour.css.map */