@charset "UTF-8";
/* ------------------------------------
  上部スライド
------------------------------------ */
.slide-animation {
  animation: fadezoom 8s 0s forwards;
}

@keyframes fadezoom {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* ------------------------------------
  ttl
------------------------------------ */
.area-in {
  margin-top: 0;
}

.main_ttl {
  text-align: center;
  margin: 0 0 95px;
  padding-top: 160px;
}

.main_ttl img {
  height: 50px;
}

.main_ttl span {
  display: block;
  padding: 34px 0 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.23em;
}

@media only screen and (max-width: 999px) {
  .main_ttl span {
    font-size: calc(100 / 999 * 18 * 1vw);
  }
}

@media only screen and (max-width: 768px) {
  .area-in {
    margin-top: 0;
  }
  .main_ttl {
    margin: 0 0 35px;
    padding-top: calc(8.6rem/2);
  }
  .main_ttl img {
    height: 26px;
  }
  .main_ttl span {
    padding: 18px 0 0;
    font-size: calc(100 / 375 * 10 * 1vw);
  }
}

/* ------------------------------------
  rooms
------------------------------------ */
#rooms .cont-inner {
  width: 1000px;
  margin: 0 auto 160px;
}

#rooms .cont-inner p {
  font-size: 21px;
  letter-spacing: 0.15em;
  text-align: center;
}

#rooms .cont-inner h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  padding-top: 160px;
  text-align: center;
  letter-spacing: 0.2em;
}

/*
#rooms .cont-inner figure {
    padding: 86px 0 95px;
    width: 100%;
}
#rooms .cont-inner figure .pc {
    width: 1000px;
}
#rooms .cont-inner figure .sp {
    display: none;
}
*/
/* タブ */
.tab_container {
  background-color: #fff;
  margin: 80px auto 0;
}

.tab_item {
  width: calc(100%/3);
  padding: 15px 0;
  background-color: #a4a5a8;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-size: 21px;
  border-right: 2px solid #fff;
  transition: all 0.2s ease;
}

.tab_item:last-of-type {
  border-right: none;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 0;
  clear: both;
  overflow: hidden;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {
  display: block;
}

.tab_container input:checked + .tab_item {
  background-color: #54565a;
  color: #fff;
}

.tab_container figure {
  width: 100%;
  margin: 0;
}

.tab_container figure .pc {
  width: 1000px;
}

.tab_container figure .sp {
  display: none;
}

/* タブここまで */
#rooms .cont-inner article {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

#rooms .cont-inner article .provate_slide_wrap {
  width: 400px;
}

#rooms .cont-inner article:first-of-type {
  padding-top: 80px;
}

#rooms .cont-inner article:last-of-type {
  padding-bottom: 0;
}

#rooms .cont-inner article figure {
  width: 400px;
  padding: 0;
}

#rooms .cont-inner article figure .pc {
  width: 400px;
}

#rooms .cont-inner article figure .sp {
  display: none;
}

#rooms .cont-inner article figure p {
  font-size: 12px;
  text-align: left;
  padding-top: 8px;
  line-height: 1;
}

#rooms .cont-inner article .txtarea {
  width: 554px;
}

#rooms .cont-inner article .txtarea h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}

#rooms .cont-inner article .txtarea p {
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.15em;
}

#rooms .cont-inner article .txtarea .small {
  font-size: 12px;
  line-height: 1;
  text-align: right;
}

#rooms .cont-inner article .txtarea h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 70px 0 8px;
  border-bottom: 1px solid #54565a;
  margin-bottom: 13px;
}

#rooms .cont-inner article .txtarea .credit {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}

#rooms .cont-inner article:nth-of-type(2) .txtarea h4 {
  padding: 34px 0 8px;
}

@media only screen and (max-width: 999px) {
  #rooms .cont-inner {
    width: 100%;
  }
  #rooms .cont-inner p {
    font-size: calc(100 / 999 * 21 * 1vw);
  }
  #rooms .cont-inner h2 {
    font-size: calc(100 / 999 * 28 * 1vw);
  }
  /*
    #rooms .cont-inner figure .pc {
        width: 100%;
    }
    */
  /* タブ */
  .tab_item {
    font-size: calc(100 / 999 * 21 * 1vw);
  }
  .tab_container figure .pc {
    width: 100%;
  }
  /* タブここまで */
  #rooms .cont-inner article {
    max-width: 999px;
    width: 90%;
    margin: 0 auto;
  }
  #rooms .cont-inner article .provate_slide_wrap {
    width: 100%;
  }
  #rooms .cont-inner article figure {
    width: 50%;
  }
  #rooms .cont-inner article figure .pc {
    width: 100%;
  }
  #rooms .cont-inner article figure p {
    font-size: calc(100 / 999 * 12 * 1vw);
  }
  #rooms .cont-inner article .txtarea {
    width: 45.4%;
  }
  #rooms .cont-inner article .txtarea h3 {
    font-size: calc(100 / 999 * 21 * 1vw);
  }
  #rooms .cont-inner article .txtarea p {
    font-size: calc(100 / 999 * 16 * 1vw);
  }
  #rooms .cont-inner article .txtarea .small {
    font-size: calc(100 / 999 * 12 * 1vw);
  }
  #rooms .cont-inner article .txtarea h4 {
    font-size: calc(100 / 999 * 16 * 1vw);
  }
  #rooms .cont-inner article .txtarea .credit {
    font-size: calc(100 / 999 * 16 * 1vw);
  }
}

@media only screen and (max-width: 768px) {
  #rooms .cont-inner {
    width: 100%;
    margin: 0 auto;
  }
  #rooms .cont-inner p {
    font-size: calc(100 / 375 * 12 * 1vw);
    text-align: justify;
    width: 80%;
    margin: 0 auto;
  }
  #rooms .cont-inner h2 {
    font-size: calc(100 / 375 * 15 * 1vw);
    padding-top: 60px;
  }
  /*
    #rooms .cont-inner figure {
        padding: 35px 0 40px;
    }
    #rooms .cont-inner figure .pc {
        display: none;
    }
    #rooms .cont-inner figure .sp {
        display: block;
    }
    */
  /* タブ */
  .tab_container {
    margin: 30px auto 0;
  }
  .tab_item {
    padding: 8px 0;
    font-size: calc(100 / 375 * 10.5 * 1vw);
    border-right: 1px solid #fff;
  }
  .tab_container figure .pc {
    display: none;
  }
  .tab_container figure .sp {
    display: block;
    width: 100%;
  }
  /* タブここまで */
  #rooms .cont-inner article {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  #rooms .cont-inner article:first-of-type {
    padding-top: 30px;
  }
  #rooms .cont-inner article figure {
    width: 100%;
    padding: 0;
  }
  #rooms .cont-inner article figure .pc {
    display: none;
  }
  #rooms .cont-inner article figure .sp {
    display: block;
    width: 100%;
  }
  #rooms .cont-inner article figure p {
    font-size: calc(100 / 375 * 10 * 1vw);
    text-align: left;
    margin: 0;
    letter-spacing: 0.05em;
  }
  #rooms .cont-inner article .txtarea {
    width: 100%;
    padding: 32px 0 0;
  }
  #rooms .cont-inner article .txtarea h3 {
    font-size: calc(100 / 375 * 15 * 1vw);
    padding-bottom: 15px;
    text-align: center;
    letter-spacing: 0.15em;
  }
  #rooms .cont-inner article .txtarea p {
    font-size: calc(100 / 375 * 12 * 1vw);
    width: 100%;
    margin: 0;
  }
  #rooms .cont-inner article .txtarea .small {
    font-size: calc(100 / 375 * 10 * 1vw);
    text-align: left;
    padding-top: 5px;
  }
  #rooms .cont-inner article .txtarea h4 {
    font-size: calc(100 / 375 * 13 * 1vw);
    padding: 25px 0 5px;
    margin-bottom: 10px;
  }
  #rooms .cont-inner article .txtarea .credit {
    font-size: calc(100 / 375 * 12 * 1vw);
  }
  #rooms .cont-inner article:nth-of-type(2) .txtarea h4 {
    padding: 25px 0 5px;
  }
}

/* ------------------------------------
  slider
------------------------------------ */
#rooms .cont-inner .sliderarea {
  padding-top: 80px;
}

#rooms .cont-inner .sliderarea .slider {
  overflow-x: hidden;
}

#rooms .cont-inner .sliderarea .slider li div {
  width: 100%;
  position: relative;
}

#rooms .cont-inner .sliderarea .slider li div p {
  position: absolute;
  width: 100%;
  bottom: 20px;
  right: 10px;
  color: #fff;
  box-sizing: border-box;
  text-align: right;
  line-height: 1;
  font-size: 15px;
}

#rooms .cont-inner .sliderarea p {
  font-size: 12px;
  text-align: left;
  line-height: 1;
  padding-top: 5px;
}

#rooms .cont-inner .sliderarea .txtarea {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

#rooms .cont-inner .sliderarea .txtarea p {
  width: 500px;
  font-size: 16px;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.06em;
}

#rooms .cont-inner .sliderarea .txtarea .explanation {
  width: 454px;
}

#rooms .cont-inner .sliderarea .txtarea .explanation h4 {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #54565a;
  padding-bottom: 2px;
  margin-bottom: 10px;
  line-height: 2.3;
}

#rooms .cont-inner .sliderarea .txtarea .explanation p {
  width: 454px;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

@media only screen and (max-width: 999px) {
  #rooms .cont-inner .sliderarea .slider li div p {
    font-size: calc(100 / 999 * 15 * 1vw);
  }
  #rooms .cont-inner .sliderarea p {
    font-size: calc(100 / 999 * 12 * 1vw);
  }
  #rooms .cont-inner .sliderarea .txtarea {
    max-width: 999px;
    width: 90%;
    margin: 0 auto;
  }
  #rooms .cont-inner .sliderarea .txtarea p {
    font-size: calc(100 / 999 * 16 * 1vw);
    width: 50%;
  }
  #rooms .cont-inner .sliderarea .txtarea .explanation {
    width: 45.4%;
  }
  #rooms .cont-inner .sliderarea .txtarea .explanation h4 {
    font-size: calc(100 / 999 * 16 * 1vw);
  }
  #rooms .cont-inner .sliderarea .txtarea .explanation p {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #rooms .cont-inner .sliderarea {
    padding-top: 30px;
  }
  #rooms .cont-inner .sliderarea .slider li div {
    position: static;
  }
  #rooms .cont-inner .sliderarea .slider li div p {
    top: 15px;
    padding: 0;
    font-size: 1rem;
    line-height: calc(30/20*1em);
  }
  #rooms .cont-inner .sliderarea p {
    font-size: calc(100 / 375 * 10 * 1vw);
    top: -48vw;
  }
  #rooms .cont-inner .sliderarea .txtarea {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #rooms .cont-inner .sliderarea .txtarea p {
    width: 100%;
    font-size: calc(100 / 375 * 12 * 1vw);
    line-height: 1.9;
  }
  #rooms .cont-inner .sliderarea .txtarea .explanation {
    width: 100%;
  }
  #rooms .cont-inner .sliderarea .txtarea .explanation h4 {
    font-size: calc(100 / 375 * 13 * 1vw);
    padding: 40px 0 8px;
    margin-bottom: 10px;
    line-height: 1;
  }
  #rooms .cont-inner .sliderarea .txtarea .explanation p {
    width: 100%;
  }
}

/* ------------------------------------
  slick
------------------------------------ */
.slick-slide {
  position: relative;
}

.slick-dots {
  bottom: 5px;
}

.slick-dots li {
  margin: 0 3px;
}

.slick-dots li button::before {
  font-size: 7px;
  color: #fff;
  opacity: 0.7;
}

.slick-dots li.slick-active button::before {
  color: #fff;
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    bottom: 8px;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button::before {
    font-size: 6px;
  }
}

/* ------------------------------------
  cost
------------------------------------ */
#cost .cont-inner {
  width: 1000px;
  margin: 0 auto 215px;
}

#cost .cont-inner h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 80px;
  text-align: center;
  letter-spacing: 0.2em;
}

#cost .cont-inner article {
  display: flex;
  justify-content: space-between;
}

#cost .cont-inner table {
  width: 472px;
}

#cost .cont-inner table thead tr th {
  background-color: #54565a;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 1;
  padding: 20px 0;
}

#cost .cont-inner tbody tr th {
  background-color: #d9dadb;
  width: 290px;
  padding: 20px 0 20px 30px;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
}

#cost .cont-inner tbody tr td {
  background-color: #fff;
  width: 182px;
  padding: 0 20px 0 0;
  text-align: right;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #b6b7b9;
}

#cost .cont-inner tbody tr .no_border {
  border-bottom: none;
}

#cost .cont-inner article .price01 table {
  margin-bottom: 43px;
}

#cost .cont-inner article .price01 table:last-of-type {
  margin: 0;
}

#cost .cont-inner article .price02 table {
  width: 485px;
}

#cost .cont-inner article .price02 table thead tr th {
  background-color: #54565a;
  color: #fff;
  text-align: center;
  font-size: 21px;
  line-height: 1;
  padding: 20px 0;
}

#cost .cont-inner article .price02 tr th {
  width: 250px;
  vertical-align: middle;
  padding: 0 0 0 30px;
}

#cost .cont-inner article .price02 tr td {
  width: 235px;
  padding: 20px 20px 20px 0;
}

#cost .cont-inner article .price02 tr td span {
  font-size: 12px;
}

.caption {
  font-size: 16px;
  line-height: 1.7;
  padding-top: 30px;
}

@media only screen and (max-width: 999px) {
  #cost .cont-inner {
    max-width: 999px;
    width: 90%;
  }
  #cost .cont-inner h2 {
    font-size: calc(100 / 999 * 28 * 1vw);
  }
  #cost .cont-inner table {
    width: 100%;
  }
  #cost .cont-inner table thead tr th {
    font-size: calc(100 / 999 * 21 * 1vw);
  }
  #cost .cont-inner tbody tr th {
    font-size: calc(100 / 999 * 18 * 1vw);
    width: 61.441%;
  }
  #cost .cont-inner tbody tr td {
    font-size: calc(100 / 999 * 18 * 1vw);
    width: 38.559%;
  }
  #cost .cont-inner article .price01 {
    width: 47.2%;
  }
  #cost .cont-inner article .price02 {
    width: 48.5%;
  }
  #cost .cont-inner article .price02 table {
    width: 100%;
  }
  #cost .cont-inner article .price02 table thead tr th {
    font-size: calc(100 / 999 * 21 * 1vw);
  }
  #cost .cont-inner article .price02 tr th {
    width: 51.546%;
  }
  #cost .cont-inner article .price02 tr td {
    width: 48.454%;
  }
  #cost .cont-inner article .price02 tr td span {
    font-size: calc(100 / 999 * 12 * 1vw);
  }
  .caption {
    font-size: calc(100 / 999 * 16 * 1vw);
  }
}

@media only screen and (max-width: 768px) {
  #cost .cont-inner {
    width: 80%;
    margin: 65px auto 52px;
  }
  #cost .cont-inner h2 {
    font-size: calc(100 / 375 * 15 * 1vw);
    padding-bottom: 20px;
  }
  #cost .cont-inner article {
    display: block;
    width: 100%;
  }
  #cost .cont-inner table {
    width: 100%;
  }
  #cost .cont-inner table thead tr th {
    font-size: calc(100 / 375 * 11.5 * 1vw);
    padding: 12px 0;
  }
  #cost .cont-inner tbody tr th {
    width: 50%;
    padding: 12px 0 12px 15px;
    font-size: calc(100 / 375 * 11.5 * 1vw);
  }
  #cost .cont-inner tbody tr th span {
    font-size: calc(100 / 375 * 10 * 1vw);
  }
  #cost .cont-inner tbody tr td {
    width: 50%;
    padding: 0 12px 0 0;
    font-size: calc(100 / 375 * 11.5 * 1vw);
  }
  #cost .cont-inner article .price01 {
    width: 100%;
  }
  #cost .cont-inner article .price01 table {
    margin-bottom: 15px;
  }
  #cost .cont-inner article .price01 table:last-of-type {
    margin: 0;
  }
  #cost .cont-inner article .price02 {
    width: 100%;
  }
  #cost .cont-inner article .price02 table {
    width: 100%;
    margin-top: 15px;
  }
  #cost .cont-inner article .price02 table thead tr th {
    font-size: calc(100 / 375 * 11.5 * 1vw);
    padding: 12px 0;
  }
  #cost .cont-inner article .price02 tr th {
    width: 50%;
    padding: 0 0 0 15px;
  }
  #cost .cont-inner article .price02 tr td {
    width: 50%;
    padding: 12px 15px 12px 0;
  }
  #cost .cont-inner article .price02 tr td span {
    font-size: calc(100 / 375 * 10 * 1vw);
  }
  .caption {
    font-size: calc(100 / 375 * 10 * 1vw);
    padding-top: 10px;
  }
}

/* ------------------------------------
  scholarship
------------------------------------ */
.scholarship {
  display: flex;
  padding: 118px 0 134px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #a4a5a8;
  padding: 34px 44px;
  max-width: 472px;
  width: 100%;
  height: 110px;
  margin: 0 40px 0 0;
}

.scholarship a[target="_blank"]::after {
  display: inline-block;
  content: "\e904";
  font-family: 'keiounivsfc';
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 6px;
  font-weight: 300;
}

.scholarship h4 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.scholarship p {
  font-size: 21px;
  line-height: 1.7;
  padding-top: 10px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 999px) {
  .scholarship h4 {
    font-size: calc(100 / 999 * 21 * 1vw);
  }
  .scholarship p {
    font-size: calc(100 / 999 * 21 * 1vw);
  }
}

@media only screen and (max-width: 768px) {
  .scholarship {
    display: flex;
    flex-direction: column;
    padding: 42px 0 65px;
  }
  .btn {
    font-size: calc(100 / 375 * 12 * 1vw);
    padding: 20px 23px;
    max-width: 100%;
    line-height: 1;
    height: auto;
    margin: 0;
    order: 2;
  }
  .btn span::after {
    width: 11px;
    text-indent: 0.6em;
  }
  .scholarship .txtarea {
    padding-bottom: 17px;
    order: 1;
  }
  .scholarship a[target="_blank"]::after {
    font-size: 1.2rem;
  }
  .scholarship h4 {
    font-size: calc(100 / 375 * 16 * 1vw);
    line-height: 1;
    text-align: center;
  }
  .scholarship p {
    font-size: calc(100 / 375 * 12 * 1vw);
    padding-top: 10px;
    text-align: center;
  }
}

/* ------------------------------------
  overview
------------------------------------ */
.overview dl {
  display: flex;
  padding-bottom: 50px;
}

.overview dl:last-of-type {
  padding-bottom: 0;
}

.overview dl dt {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 160px;
  margin: 0 50px 0 0;
}

.overview dl dd {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.overview dl dd:nth-of-type(2) {
  border-left: 1px solid #54565b;
  padding-left: 25px;
  margin-left: 35px;
}

@media only screen and (max-width: 999px) {
  .overview dl dt {
    font-size: calc(100 / 999 * 16 * 1vw);
  }
  .overview dl dd {
    font-size: calc(100 / 999 * 16 * 1vw);
  }
}

@media only screen and (max-width: 768px) {
  .overview dl {
    display: block;
    padding-bottom: 35px;
  }
  .overview dl dt {
    font-size: calc(100 / 375 * 14 * 1vw);
    width: 100%;
    margin: 0 0 15px 0;
    line-height: 1;
  }
  .overview dl dd {
    font-size: calc(100 / 375 * 11.5 * 1vw);
    line-height: 1.7;
    display: inline-block;
    vertical-align: top;
  }
  .overview dl dd:nth-of-type(2) {
    padding-left: 12px;
    margin-left: 12px;
  }
}
