@charset "UTF-8";
/***  color ***/
/***  border ***/
/*** font ***/
/*** sp size ***/
#mv {
  height: 796px;
  margin-bottom: 100px;
  background: url("../img/naika/mv.jpg") no-repeat center center;
  background-size: cover;
}
#mv .layout {
  position: relative;
  height: 796px;
}
#mv .mvBody {
  padding-top: 100px;
}
#mv h1 {
  font-family: serif;
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 4px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
#mv h1 span {
  font-size: 56px;
}
#mv .mvOpenBadge {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  height: 300px;
  width: 300px;
  position: absolute;
  top: 60px;
  right: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
#mv .mvOpenBadge .mvOpenBadgeText {
  text-align: center;
  font-family: serif;
  font-size: 24px;
  line-height: 1.3;
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#mv .mvOpenBadge .mvOpenBadgeText span {
  font-size: 30px;
}
#mv .mvOpenBadge .mvOpenBadgeText2 {
  text-align: center;
  font-family: serif;
  font-size: 28px;
  line-height: 1.3;
}
#mv .mvOpenBadge .mvOpenBadgeText2 span {
  font-size: 34px;
}
#mv .mvBadge {
  position: absolute;
  bottom: 30px;
  right: 0;
}
@media screen and (max-width: 1499px) {
  #mv .mvOpenBadge {
    right: 40px;
  }
  #mv .mvBadge {
    right: 40px;
  }
}
@media screen and (max-width: 1219px) {
  #mv h1 {
    font-size: 60px;
  }
  #mv h1 span {
    font-size: 48px;
  }
  #mv .mvOpenBadge {
    height: 200px;
    width: 200px;
  }
  #mv .mvOpenBadge .mvOpenBadgeText {
    font-size: 16px;
  }
  #mv .mvOpenBadge .mvOpenBadgeText span {
    font-size: 20px;
  }
  #mv .mvOpenBadge .mvOpenBadgeText2 {
    font-size: 18px;
  }
  #mv .mvOpenBadge .mvOpenBadgeText2 span {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  #mv {
    height: auto;
    margin-bottom: 50px;
  }
  #mv .mvBody {
    padding: 45px 0 20px;
  }
  #mv h1 {
    font-size: 46px;
  }
  #mv h1 span {
    font-size: 36px;
  }
}
@media screen and (max-width: 850px) {
  #mv h1 {
    font-size: 40px;
  }
  #mv h1 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  #mv {
    height: auto;
    margin-bottom: 27.33vw;
    background-image: url("../img/naika/mv_sp.jpg");
  }
  #mv .layout {
    height: 50vh;
  }
  #mv .mvBody {
    padding: 15vw 0 20vw;
  }
  #mv h1 {
    text-align: center;
    font-size: 7.47vw;
  }
  #mv h1 span {
    font-size: 5.87vw;
    letter-spacing: 0;
  }
  #mv .mvOpenBadge {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    height: auto;
    width: 66%;
    position: absolute;
    top: 4.27vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    flex-flow: row;
    padding: 0.8vw 5.33vw;
  }
  #mv .mvOpenBadge .mvOpenBadgeText, #mv .mvOpenBadge .mvOpenBadgeText2 {
    font-size: 3.2vw;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #mv .mvOpenBadge .mvOpenBadgeText span, #mv .mvOpenBadge .mvOpenBadgeText2 span {
    font-size: 3.73vw;
  }
  #mv .mvOpenBadge .mvOpenBadgeText {
    margin-right: 5.33vw;
  }
  #mv .mvBadge {
    position: absolute;
    width: 85%;
    bottom: -40%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

#consultationhours {
  max-width: 1000px;
  margin: 0 auto 100px;
  background-color: #F6F6F6;
  border-radius: 30px;
  padding: 30px;
}
#consultationhours h2 {
  font-size: 30px;
  margin: 0 auto 20px;
  text-align: center;
}
#consultationhours .preopen, #consultationhours .open {
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
#consultationhours .preopen img, #consultationhours .open img {
  z-index: 1;
}
#consultationhours .preopen .info, #consultationhours .open .info {
  position: absolute;
  width: 94%;
  z-index: 0;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 20px 20px 20px 94px;
  border-radius: 20px;
}
#consultationhours .preopen .info .txt, #consultationhours .open .info .txt {
  display: flex;
  align-items: center;
}
#consultationhours .preopen .info .txt:first-child, #consultationhours .open .info .txt:first-child {
  margin-bottom: 10px;
}
#consultationhours .preopen .info .txt .ttl, #consultationhours .open .info .txt .ttl {
  background-color: #003C87;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 6rem;
  padding: 5px;
  margin-right: 1rem;
}
#consultationhours p {
  text-align: center;
  margin: 20px auto;
  padding-top: 20px;
  border-top: solid 1px #ccc;
}
#consultationhours .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
#consultationhours .flex .box {
  width: 31.6666666667%;
  background-color: #fff;
  margin: 0 10px 10px 0;
  border-radius: 10px;
  padding: 10px;
  color: #003C87;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #consultationhours {
    max-width: 100%;
    margin: 0 5.33vw 13.33vw;
    border-radius: 20px;
    padding: 5.33vw 0;
  }
  #consultationhours h2 {
    font-size: 4.8vw;
    margin: 0 auto 5.33vw;
  }
  #consultationhours .preopen, #consultationhours .open {
    position: relative;
    display: inline-block;
    margin-bottom: 5.33vw;
  }
  #consultationhours .preopen img, #consultationhours .open img {
    width: 48vw;
    margin: 0 auto;
  }
  #consultationhours .preopen .info, #consultationhours .open .info {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    padding: 5.33vw;
    border-radius: 16px;
  }
  #consultationhours .preopen .info .txt, #consultationhours .open .info .txt {
    display: inline-block;
    font-size: 3.73vw;
  }
  #consultationhours .preopen .info .txt:first-child, #consultationhours .open .info .txt:first-child {
    margin-bottom: 2.67vw;
  }
  #consultationhours .preopen .info .txt .ttl, #consultationhours .open .info .txt .ttl {
    width: 5em;
    margin-right: 0;
    margin-bottom: 2.67vw;
  }
  #consultationhours p {
    margin: 2.67vw auto;
    padding-top: 2.67vw;
    font-size: 3.2vw;
  }
  #consultationhours .flex .box {
    width: 48.5%;
    margin: 0 1.87vw 1.87vw 0;
    padding: 1.33vw;
    font-size: 3.2vw;
  }
  #consultationhours .flex .box:nth-of-type(2n) {
    margin-right: 0;
  }
  #consultationhours .flex .box:last-child {
    width: 100%;
    margin-right: 0;
  }
}

#about {
  margin: 0 auto 100px;
}
#about .layout {
  text-align: center;
}
#about .layout span {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  #about {
    margin: 0 auto 13.33vw;
  }
  #about .layout {
    text-align: left;
    font-size: 3.73vw;
  }
  #about .layout span {
    font-size: 4.27vw;
  }
}

#fee {
  padding: 100px 0;
  background-color: #f6f6f6;
}
#fee .layout .feeBox {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 20px;
}
#fee .layout .feeBox h3 {
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 20px 0;
  padding-left: 20px;
  position: relative;
  line-height: 1;
}
#fee .layout .feeBox h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 5px;
  height: 30px;
  margin: 0 auto 0 0;
  border-radius: 100px;
  background: linear-gradient(to bottom, #003C87 0%, #003C87 50%, #FDDB0A 50%, #FDDB0A 100%);
}
#fee .layout .feeBox p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
}
#fee .layout .feeBox p a {
  color: #065FD4;
  font-weight: bold;
  text-decoration: underline;
}
#fee .layout .feeBox p a:hover {
  text-decoration: none;
}
#fee .layout .feeBox .type {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
#fee .layout .feeBox .type .box {
  width: 19.2%;
  margin-right: 1%;
  background-color: #fff;
  border: solid 2px #ccc;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fee .layout .feeBox .type .box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  #fee {
    padding: 13.33vw 0;
  }
  #fee .layout .feeBox {
    border-radius: 20px;
    padding: 5.33vw;
    margin-bottom: 5.33vw;
  }
  #fee .layout .feeBox:last-child {
    margin-bottom: 0;
  }
  #fee .layout .feeBox h3 {
    font-size: 5.33vw;
    margin: 0 auto 4vw 0;
    padding-left: 2.67vw;
  }
  #fee .layout .feeBox h3::before {
    height: 6.93vw;
  }
  #fee .layout .feeBox p {
    display: block;
    margin-bottom: 4vw;
    font-size: 3.73vw;
  }
  #fee .layout .feeBox .type {
    flex-wrap: wrap;
  }
  #fee .layout .feeBox .type .box {
    width: 47.5%;
    margin-right: 2.67vw;
    margin-bottom: 2.67vw;
    padding: 4vw;
    font-size: 3.73vw;
  }
  #fee .layout .feeBox .type .box:nth-child(2n) {
    margin-right: 0;
  }
}

#select {
  padding: 0 0 100px;
  background-color: #f6f6f6;
}
#select .layout .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#select .layout .flex .selectBox {
  width: 49%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 30px;
}
#select .layout .flex .selectBox h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #003C87;
  font-size: 30px;
  font-weight: bold;
}
#select .layout .flex .selectBox h3 img {
  margin-right: 20px;
}
#select .layout .flex .selectBox ol.point {
  counter-reset: my-counter;
  position: relative;
}
#select .layout .flex .selectBox ol.point li {
  display: flex;
  counter-increment: my-counter;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}
#select .layout .flex .selectBox ol.point li::before {
  content: counter(my-counter, decimal-leading-zero);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #003C87;
  border: 1px solid #003C87;
  border-radius: 1000px;
  background-color: #fff;
}
#select .layout .flex .selectBox .attention {
  background-color: #F6F6F6;
  padding: 20px;
  border-radius: 20px;
}
#select .layout .flex .selectBox .attention h4 {
  font-size: 20px;
}
#select .layout .flex .selectBox .attention ul {
  list-style: disc;
}
#select .layout .flex .selectBox .attention ul li {
  margin-bottom: 5px;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  #select {
    padding: 0 0 13.33vw;
  }
  #select .layout .flex {
    display: block;
  }
  #select .layout .flex .selectBox {
    width: 100%;
    padding: 5.33vw;
  }
  #select .layout .flex .selectBox:first-child {
    margin-bottom: 2.67vw;
  }
  #select .layout .flex .selectBox h3 {
    font-size: 5.33vw;
  }
  #select .layout .flex .selectBox h3 img {
    width: 16vw;
    margin-right: 2.67vw;
  }
  #select .layout .flex .selectBox ol.point li {
    margin-bottom: 2.67vw;
    font-size: 3.73vw;
  }
  #select .layout .flex .selectBox ol.point li::before {
    width: 5.33vw;
    height: 5.33vw;
    font-size: 3.73vw;
  }
  #select .layout .flex .selectBox .attention {
    padding: 5.33vw;
  }
  #select .layout .flex .selectBox .attention h4 {
    font-size: 4.27vw;
  }
  #select .layout .flex .selectBox .attention ul li {
    font-size: 3.2vw;
  }
}

.room {
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .room {
    margin-bottom: 13.33vw;
  }
}

#news {
  margin-bottom: 100px;
}
#news .layout {
  max-width: 940px;
}
#news .layout ul.newsList {
  margin: 50px auto 40px;
}
#news .layout ul.newsList li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
#news .layout ul.newsList li a .date {
  color: #A0A0A0;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  #news {
    margin-bottom: 13.33vw;
  }
  #news .layout {
    max-width: 100%;
  }
  #news .layout ul.newsList {
    margin: 8vw auto 5.33vw;
  }
  #news .layout ul.newsList li a {
    display: block;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    font-size: 3.73vw;
  }
  #news .layout ul.newsList li a .date {
    display: block;
    margin-right: auto;
  }
}

#access {
  padding: 100px 0;
  background-color: #f6f6f6;
}
#access .layout h2.title1 {
  text-align: left;
}
#access .layout h2.title1::after {
  margin: 0 auto 0 0;
}
#access .layout .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#access .layout .flex .txt {
  width: 50%;
}
#access .layout .flex .txt .train {
  margin: 30px auto;
  display: flex;
  align-items: center;
}
#access .layout .flex .txt .train img {
  margin-right: 20px;
}
#access .layout .flex .txt .time h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
#access .layout .flex .txt .time table {
  width: 90%;
  border-color: #ccc;
}
#access .layout .flex .txt .time table tr.tableheader {
  background-color: #003C87;
  color: #fff;
  text-align: center;
}
#access .layout .flex .txt .time table tr.tableheader td {
  font-weight: bold;
}
#access .layout .flex .txt .time table tr {
  padding: 10px;
  background-color: #fff;
}
#access .layout .flex .txt .time table tr th, #access .layout .flex .txt .time table tr td {
  text-align: center;
  padding: 10px;
}
#access .layout .flex .txt .time .note {
  margin-top: 10px;
  font-size: 12px;
}
#access .layout .flex .map {
  width: 50%;
}
#access .layout .flex .map .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
#access .layout .flex .map .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #access {
    padding: 13.33vw 0;
  }
  #access .layout h2.title1 {
    text-align: center;
  }
  #access .layout h2.title1::after {
    margin: 0 auto;
  }
  #access .layout .flex {
    display: block;
  }
  #access .layout .flex .txt {
    width: 100%;
    font-size: 3.73vw;
  }
  #access .layout .flex .txt .train {
    margin: 5.33vw auto;
  }
  #access .layout .flex .txt .train img {
    margin-right: 2.67vw;
  }
  #access .layout .flex .txt .time h4 {
    font-size: 4.27vw;
    margin-bottom: 4vw;
  }
  #access .layout .flex .txt .time table {
    width: 100%;
  }
  #access .layout .flex .txt .time table tr {
    padding: 2.67vw 1.33vw;
  }
  #access .layout .flex .txt .time table tr th, #access .layout .flex .txt .time table tr td {
    text-align: center;
    padding: 2.67vw 1.33vw;
    font-size: 3.2vw;
  }
  #access .layout .flex .txt .time .note {
    margin-top: 2.67vw;
    font-size: 3.2vw;
  }
  #access .layout .flex .map {
    margin-top: 8vw;
    width: 100%;
  }
}

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