@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /*for IE6/7 */
}

.menu_nav_sp,
.menu_close {
  display: none;
}

body {
  position: relative;
}

header {
  width: 100%;
  background-color: #3cd5af; /* rgba(60, 213, 175, 0.9); */
  color: #ffffff;
  position: sticky;
  top: 0;
  left: 0;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  z-index: 1;
}

.header_container {
  width: 90%;
  margin: 0 auto;
  padding: 1.5vw;
  display: flex;
  justify-content: space-around;
  display: flex;
  align-items: center;
}

.logo {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_attraction_button {
  width: 58%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-items: center;
}

.menu_common {
  width: 6%;
  height: 100%;
  display: block;
  z-index: 5;
}

/**************************************************************************/

.menu_close {
  display: none;
}

.header_message {
  grid-area: message;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo_anchor {
  display: block;
}

.logo_img {
  display: block;
  height: 100%;
  width: 80%;
}

.logo_img:hover {
  border: 2px solid #ffffff;
}

.logo__str-wrapper {
  text-decoration: none;
  display: block;
  width: 100%;
  background-color: #ffffff;
  color: skyblue;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}

.logo__str {
  line-height: 1.5em;
  font-size: 1.5em;
  color: #ffffff;
  font-family: "Bellefair", serif;
}

.button_registration,
.button_login {
  min-width: 40%;
}

.button_registration,
.button_login,
.button_counselor {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  background-color: #45cc82;
  text-align: center;
  margin-right: 1rem;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  width: 35%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: solid 2px #ffffff;
  position: relative;
}

.button_login:hover {
  color: #45cc82;
  background-color: #ffffff;
  border-color: #45cc82;
}

.menu_nav_sp_wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.menu_nav_sp {
  display: block;
  position: fixed;
  top: 8vw;
  left: 60vw;
  width: 40vw;
  height: 35vw;
  background-color: #ffffff;
  overflow-y: scroll;
  z-index: 2;
}

.menu_nav_sp > li {
  background-color: #20b2aa;
  border: 1px solid #bfbfbf;
  list-style-type: none;
  height: 3.5vw;
  text-align: left;
}

.menu_nav_sp > .auth_info {
  padding: 0.75rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #000000;
  background-color: #ffffff;
  height: auto;
}

.auth_data {
  line-height: 1.5rem;
  height: 1.5rem;
  margin-top: 0.75rem;
}

.auth_data--total_points { color: #fbac37; }
.auth_data--paid_points  { color: #999999; }
.auth_data--free_points  { color: #999999; }

.menu_nav_sp > li > a {
  display: block;
  position: relative;
  margin-left: 1vw;
  width: 95%;
  height: 100%;
  line-height: 3.5vw;
  text-decoration: none;
  color: #ffffff;
}

.menu_nav {
  grid-area: menu;
  list-style: none;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}

.menu_nav > li {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-size: 0.95rem;
  display: inline-block;
  margin-right: 2vw;
  position: relative;
  width: auto;
  height: 100%;
  padding: 2.025vw 0;
}

.menu_nav > li a {
  text-decoration: none;
  position: relative;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  line-height: 100%;
  color: #ffffff;
}

.page-top {
  background: url("../img/page-top_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-title_wrapper {
  width: 90vw;
  text-align: center;
  margin: 0 auto;
  color: #594850;
}

.page-title {
  display: inline-block;
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: 1.5rem;
  padding: 0 4rem 1.6rem 4rem;
  text-align: center;
  border-bottom: 2px solid #594850;
}

.page-subtitle {
  margin-top: 2.5rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.5rem;
}

footer {
  background-image: url(../img/image3.png);
  background-size: cover;
  background-position: center;
  padding: 5.4vw 0 0 0;
}

.footer_logo {
  display: block;
  width: 25%;
  margin: 0 auto;
}

.button_counselor {
  min-width: 23%;
  margin: 2vw auto 5.4vw auto;
}

.footer_menu_wrapper {
  background-color: rgba(20, 24, 34, 0.7);
  color: #ffffff;
  padding: 2vw 14vw 2vw 14vw;
}

.footer__content {
  width: 30vw;
  text-align: right;
  position: relative;
  height: 100%;
  margin: 0 0 0 auto;
}

.footer__site_title {
  font-size: 1.7rem;
  line-height: 3.4rem;
  letter-spacing: 0.25rem;
}

.footer__site_title span {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.footer__site-page-list {
  list-style: none;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.footer__site-page-list a {
  color: #ffffff;
  text-decoration: none;
}

.footer__site-page-list li {
  display: inline-block;
}

.footer__site-page-list li:not(:first-of-type):before {
  content: "／";
}

#top {
  transition: 0.5s;
}

#reutrn_top_area {
  display: block;
  color: #ffffff;
  position: fixed;
  right: 0.4vw;
  bottom: 4vw;
  background-color: rgba(20, 24, 34, 0.7); /* #5f565a; */
  width: 5.5vw;
  padding: 0.5vw 0;
}

.anchor_wrapper {
  padding: 0.5vw;
  width: 5vw;
  height: auto;
  margin: 0.5vw auto 0 auto;
}

.anchor_icon {
  display: block;
  position: relative;
  margin: 0 auto;
}

.icon_img {
  margin: 0 auto;
  display: block;
  position: relative;
}

.icon_youtube {
  width: 95%;
  height: 95%;
}

.icon_line {
  width: 95%;
  height: 95%;
}

.icon_blog {
  width: 95%;
  height: 95%;
  margin: 0 auto;
}

.icon_to_top {
  width: 95%;
  height: 95%;
  margin: 0 auto;
}

.icon_back {
  width: 95%;
  height: 95%;
  margin: 0 auto;
}

#link_return_top {
  display: block;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  width: 4.25vw;
  height: 2vw;
  margin-top: 0.2vw;
}

/* Material iconsを利用する */
.material-icons {
  font-family: "Material Icons";
  font-weight: 200;
  font-style: normal;
  font-size: 24px; /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: "liga";
}

.fntsz1dot5rm {
  font-size: 3rem;
}

.lnhght1dot5rm {
  line-height: 3rem;
}

.hght1dot5rm {
  height: 3rem;
}

.footer__menu {
  display: flex;
  justify-content: space-around;
}

.footer__menu_row {
  margin-top: 2.5rem;
  font-size: 1.15rem;
}

.footer__menu_row > a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  line-height: 2.5rem;
}

.copyrights {
  margin-top: 4rem;
  text-align: center;
}

.fixed_footer {
  display: flex;
  position: sticky;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 1vw 0;
  background-color: rgba(20, 24, 34, 0.9);
}

.fixed_footer > .button_registration,
.fixed_footer > .button_login {
  min-width: 23%;
}

.slick-next {
  display: none;
}

.registration_button {
  display: block;
  color: #ffffff;
  font-weight: bold;
  background-color: #ff5b5b;
  text-shadow: 1px 1px 3px #000000;
  box-shadow: 0.5rem 0.75rem 5px #af2828;
  margin: 1rem auto;
  padding: 3rem;
  width: 100%;
  text-decoration: none;
  font-size: 2rem;
  text-align: center;
  border-radius: 5px;
  animation: blink_reg 1s ease-in-out alternate infinite;
}

.red_circle {
  display: inline-block;
  text-align: center;
  width: 9%;
  height: 100%;
  margin-left: 5px;
  color: white;
  background-color: red;
  border-radius: 50%;
}

.blink {
  animation: blink_reg 1s ease-in-out alternate infinite;
}

@keyframes blink_reg {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
