@charset "UTF-8";
html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}

body {
  overflow-wrap: break-word;
}

header,
footer,
#entry {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  -webkit-transition: .25s ease-out;
  -moz-transition: .25s ease-out;
  transition: .25s ease-out;
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  /*word-break: break-all;*/
}

h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
nav {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

@media screen and (min-width: 1055px), print {
  @-webkit-keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-moz-keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .sp_item {
    display: none !important;
  }
  body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.08em;
    font-size: 12px;
    color: #424242;
  }
  #container {
    padding-top: 80px;
  }
  a {
    position: relative;
  }
  /* 20200630
  a.btn:before, a.btn_info:before {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    -moz-border-radius: 30px;
         border-radius: 30px;
    z-index: 998;
  }
  a.btn:hover:before, a.btn_info:hover:before {
    background-color: rgba(255, 255, 255, 0.5);
  }
  */
  .btn_inner:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    -moz-border-radius: 2em;
         border-radius: 2em;
    z-index: 999;
  }
  .btn_inner:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
  header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: 80px;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #FFF;
  }
  header .header-logo {
    margin-right: 45px;
  }
  header .nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .nav .navi-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .nav .navi-wrap li .menu_inner {
    background-color: #0d78c3;
    padding: 28px 0 28px 170px;
    display: none;
    left: 0px;
    position: absolute;
    top: 80px;
    z-index: 2;
    width: 100%;
    -webkit-animation: show 0.25s linear 0s;
       -moz-animation: show 0.25s linear 0s;
            animation: show 0.25s linear 0s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  header .nav .navi-wrap li .menu_inner ul li .is_active {
    text-decoration: underline;
    opacity: 0.5;
  }
  header .nav .navi-wrap li .menu_inner ul li a {
    color: #FFF;
    padding: 0;
  }
  header .nav .navi-wrap li .menu_inner ul li a.blank:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rink_blank.svg) no-repeat center;
    width: 15px;
    height: 10px;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10px;
  }
  header .nav .navi-wrap li .menu_inner ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  header .nav .navi-wrap li .menu_inner .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 65px;
    -webkit-align-items: flex-start;
    -ms-align-items    : flex-start;
    align-items: flex-start;
  }
  header .nav .navi-wrap li .menu_inner .wrap .menuTitle {
    padding-right: 25px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    /* border-right: solid 1px #FFF; */
  }
  header .nav .navi-wrap li .menu_inner .wrap ul.tpb_border {
    border-left: 1px solid #fff;
  }
  header .nav .navi-wrap li .menu_inner .wrap li {
    height: auto;
    margin-bottom: 20px;
    margin-left: 25px;
  }
  header .nav .navi-wrap li .menu_inner .wrap li:last-child {
    margin-bottom: 0;
  }
  header .nav .navi-wrap li .menu_inner.info {
    padding: 0 0 0 170px;
    display: none;
  }
  header .nav .navi-wrap li .menu_inner.info ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .nav .navi-wrap li a {
    color: #0d78c3;
    font-size: 12px;
    font-weight: bold;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    letter-spacing: 0.16em;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
  }
  header .nav .navi-wrap li a.btn {
    padding: 9px 18px;
    color: #FFF;
    background-image: -webkit-linear-gradient(160deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    background-image: -moz- oldlinear-gradient(160deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    background-image: linear-gradient(-70deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    -moz-border-radius: 30px;
         border-radius: 30px;
    font-size: 14px;
    margin-left: 10px;
    width: 150px;
    height: 40px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    letter-spacing: 0.08em;
  }
  header .nav .navi-wrap li a.btn:after {
    content: "";
    display: block;
    background: url(../images/btn_arrow.svg) no-repeat center;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    position: relative;
    right: 0;
  }
  header .nav .navi-wrap li a.btn:hover:after {
    right: -5px;
  }
  header .nav .navi-wrap li .menu_inner p a {
    display: block;
    color: #fff;
  }
  header .nav .navi-wrap li .menu_inner p a:hover {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
  }

  /* 190724追加 ↓ */
  header .nav .navi-wrap li a.btn_dl {
    padding: 9px 18px;
    color: #FFF;
    background-image: -webkit-linear-gradient(160deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    background-image: -moz- oldlinear-gradient(160deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    background-image: linear-gradient(-70deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    -moz-border-radius: 30px;
         border-radius: 30px;
    font-size: 14px;
    margin-left: 10px;
    width: 190px;
    height: 40px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    letter-spacing: 0.08em;
  }
  header .nav .navi-wrap li a.btn_dl:after {
    content: "";
    display: block;
    background: url(../images/btn_arrow.svg) no-repeat center;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    position: relative;
    right: 0;
  }
  header .nav .navi-wrap li a.btn_dl:hover:after {
    right: -5px;
  }
  /* 190724追加 ↑ */

  header .nav .navi-wrap li a.btn_info {
    padding: 9px 18px;
    color: #FFF;
    background-image: -webkit-linear-gradient(308deg, #13b3bf 0%, #d6d6d6 0%, #0d78c3 0%, #13b3bf 49%, #0d78c3 100%);
    background-image: -moz- oldlinear-gradient(308deg, #13b3bf 0%, #d6d6d6 0%, #0d78c3 0%, #13b3bf 49%, #0d78c3 100%);
    background-image: linear-gradient(142deg, #13b3bf 0%, #d6d6d6 0%, #0d78c3 0%, #13b3bf 49%, #0d78c3 100%);
    -moz-border-radius: 2em;
         border-radius: 2em;
    font-size: 14px;
    margin-left: 10px;
    width: 150px;
    height: 40px;
    text-align: center;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    padding: 2px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  header .nav .navi-wrap li a.btn_info .btn_inner {
    color: #0d78c3;
    background: #FFF;
    -moz-border-radius: 2em;
         border-radius: 2em;
    font-size: 14px;
    width: 146px;
    height: 36px;
    text-align: center;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
  }
  header .nav .navi-wrap li a.btn_info .btn_inner:after {
    content: "";
    display: block;
    background: url(../images/btn_arrow_g.svg) no-repeat center;
    width: 18px;
    height: 16px;
    margin-left: 5px;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    position: relative;
    right: 0;
  }
  header .nav .navi-wrap li a.btn_info .btn_inner:hover:after {
    right: -5px;
  }
  header .nav .navi-wrap li a.btn_info:hover:after {
    right: -5px;
  }
  header .nav .navi-wrap li a.arrow:after {
    content: "";
    margin-bottom: 10px;
    margin-left: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0d78c3;
    border-right: 1px solid #0d78c3;
    -webkit-transform: rotate(135deg) translateY(-50%);
       -moz-transform: rotate(135deg) translateY(-50%);
        -ms-transform: rotate(135deg) translateY(-50%);
            transform: rotate(135deg) translateY(-50%);
    vertical-align: middle;
  }
  header .nav .navi-wrap li a.arrow.oppened:after {
    -webkit-transform: rotate(315deg) translateY(50%);
       -moz-transform: rotate(315deg) translateY(50%);
        -ms-transform: rotate(315deg) translateY(50%);
            transform: rotate(315deg) translateY(50%);
    top: 0;
    margin-bottom: 0;
  }
  /* header .nav .navi-wrap li a.tel_link {
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #424242;
    padding: 0;
    font-size: 12px;
  } */
  header .nav .navi-wrap li a.tel_link:hover {
    color: rgba(13, 120, 195, 0.5);
  }
  header .nav .navi-wrap li.tel {
    margin-right: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .nav .navi-wrap li.tel:before {
    content: '';
    display: inline-block;
    background: url("../images/tel_header_pc.svg") no-repeat center;
    width: 19px;
    height: 19px;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 10px;
  }
  header .nav .navi-wrap li.tel a {
    width: auto;
  }
}

@media screen and (min-width: 1055px) and (max-width: 1400px) {
  /* header .nav .navi-wrap li.tel {
    display: none;
  } */
  header .nav .navi-wrap li.tel {
    display: none;

  }
}

@media screen and (min-width: 1055px), print {
  header .nav .navi-wrap li.login {
    margin-right: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .nav .navi-wrap li.login:before {
    content: '';
    display: inline-block;
    background: url(../images/login_pc.svg) no-repeat center;
    width: 25px;
    height: 22px;
    -moz-background-size: contain;
         background-size: contain;
  }
  header .nav .navi-wrap li.login a {
    padding: 0 0 0 5px;
    width: auto;
  }
  header .nav .navi-wrap li.login a:hover {
    color: rgba(13, 120, 195, 0.5);
  }
}

@media screen and (min-width: 1055px) and (max-width: 1260px) {
  header .nav .navi-wrap:nth-of-type(1) li {
    margin-right: 0;
  }
}

@media screen and (min-width: 1055px), print {
  header .nav .navi-wrap:nth-of-type(1) li a:hover {
    color: rgba(13, 120, 195, 0.5);
  }
  header .nav .navi-wrap:nth-of-type(1) li {
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
  }
  header .nav .navi-wrap:nth-of-type(1) li:nth-of-type(1) {
    margin-right: 25px;
  }
  header .nav .navi-wrap:nth-of-type(1) li:nth-of-type(2) {
    margin-right: 28px;
  }
  header .nav .navi-wrap:nth-of-type(1) li:nth-of-type(3) {
    margin-right: 20px;
  }
  header .nav .navi-wrap:nth-of-type(1) li:nth-of-type(4) {
    margin-right: 20px;
  }
  header .nav .navi-wrap:nth-of-type(1) li:nth-of-type(5) {
    margin-right: 25px;
  }
  header .nav .navi-wrap:nth-of-type(1) li .arrow:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 0%;
    height: 5px;
    background-color: #0078c9;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
  }
  header .nav .navi-wrap:nth-of-type(1) li .arrow:hover:before {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  header .nav .navi-wrap:nth-of-type(1) li .arrow.hover:before {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 0;
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    height: 5px;
    background-color: #0078c9;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
  }
  header .nav .navi-wrap:nth-of-type(1) li .arrow.is_active:before {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 0;
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    height: 5px;
    background-color: #0078c9;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
  }
  header .nav .navi-wrap:nth-of-type(1) li .nha:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    width: 0%;
    height: 5px;
    background-color: #0078c9;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
  }
  header .nav .navi-wrap:nth-of-type(1) li .nha:hover:before {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    opacity: 1;
    left: 0;
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
  header .nav .navi-wrap:nth-of-type(1) li .nha.hover:before {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    left: 0;
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    height: 5px;
    background-color: #0078c9;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
  }
  header .nav .navi-wrap:nth-of-type(1) li .nha.is_active:before {
    display: block;
    position: absolute;
    bottom: 0;
    content: "";
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    left: 0;
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    height: 5px;
    background-color: #0078c9;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
  }
  #entry {
    /*
    background: url(../images/entry_bg.png) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 65px 0 68px;
    */
  }
  #entry h2 {
    text-align: center;
    letter-spacing: 0.16em;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 58px;
  }
  #entry .entry-inner {
    margin: 40px auto 0;
    max-width: 1200px;
  }
/* 190724追加 ↓ */



  #entry_bgblue {
    background: url(../images/entry_bg2.png) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 65px 0 68px;
  }
  #entry_bgblue h2 {
    text-align: center;
    letter-spacing: 0.16em;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 58px;
  }
  #entry_bgblue .entry-inner {
    margin: 20px auto 0;
    max-width: 720px;
  }
  /* 190724追加 ↑ */

}

@media screen and (min-width: 1055px) and (max-width: 1260px) {
  #entry .entry-inner {
    margin: 40px 30px 0;
  }
  /* 190724追加 ↓ */
  #entry_bgblue .entry-inner {
    margin: 20px auto 0;
  }
  /* 190724追加 ↑ */

}

@media screen and (min-width: 1055px), print {
  #entry .entry-inner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 55px;
  }
  #entry .entry-inner ul li {
    text-align: center;
    background: #FFF;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 48px 38px 0;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    position: relative;
  }
  #entry .entry-inner ul li h4 {
    color: #0d78c3;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    position: relative;
  }
  #entry .entry-inner ul li h4:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    width: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    background-color: #005bac;
  }
  #entry .entry-inner ul li p {
    margin-top: 65px;
    line-height: 34px;
    letter-spacing: 0.08em;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    width: auto;
    display: -webkit-inline-box;
  }
  #entry .entry-inner ul li a.btn {
    color: #FFF;
    background-color: #0d78c3;
    -moz-border-radius: 30px;
         border-radius: 30px;
    font-size: 14px;
    width: 255px;
    height: 60px;
    text-align: center;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 37px auto 50px;
  }
  #entry .entry-inner ul li a.btn:after {
    content: "";
    display: block;
    background: url(../images/btn_arrow_big.svg) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    position: relative;
    right: 0;
  }
  #entry .entry-inner ul li a.btn:hover:after {
    right: -5px;
  }
  #entry .entry-inner ul li a.btn + p {
    margin-top: 35px;
    font-size: 18px;
    line-height: 34px;
    color: #FFF;
    letter-spacing: 0.16em;
  }
  #entry .entry-inner ul li a.btn.lr {
    margin-bottom: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #entry .entry-inner ul li:nth-of-type(2) {
    margin: 0 20px;
  }
  #entry .entry-inner .tel {
    font-size: 26px;
    letter-spacing: 0.16em;
    font-weight: normal;
    color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #entry .entry-inner .tel:before {
    content: '';
    display: inline-block;
    background: url("../images/tel_entry_pc.svg") no-repeat center;
    width: 36px;
    height: 36px;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 10px;
  }

  /* 190724追加 ↓ */

  #container .partner_logos {
    animation: logo-slide 86s linear infinite;
    background: url('/images/partner_logos_top.jpg') left center repeat-x;
    height: 150px;
    width: 100%;

  }
  @keyframes logo-slide{
    0%{background-position: left center}
    to
    {background-position: -7132px center}
  }

  #entry_bgblue .entry-inner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 55px;
  }
  /* #entry_bgblue .entry-inner ul li {
    text-align: center;
    background: #FFF;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 48px 38px 0;
    width: 350px;
    border-radius: 10px;
    position: relative;
  } */
  #entry_bgblue .entry-inner ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px 38px;
  }
  #entry_bgblue .entry-inner ul li.dl {
    text-align: center;
    background: #FFF;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    /* padding: 30px 38px; */
    width: 350px;
    height: 110px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
  }
  #entry_bgblue .entry-inner ul li.inq {
    text-align: center;
    border: #FFF 3px solid;
    line-height: 5;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    /* padding: 30px 38px; */
    width: 350px;
    height: 110px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    color: #FFF;
  }
  /* #entry.bgblue .entry-inner ul li h4 {
    color: #0d78c3;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    position: relative;
  }
  #entry.bgblue .entry-inner ul li h4:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    width: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    background-color: #005bac;
  } */
  #entry_bgblue .entry-inner ul li p {
    margin-top: 0px;
    line-height: 34px;
    letter-spacing: 0.08em;
    font-size: 26px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    width: auto;
    display: -webkit-inline-box;

  }
  #entry_bgblue .entry-inner ul li.dl span {
    font-size: 16px;
    color: #0d78c3;
  }
  #entry_bgblue .entry-inner ul li.dl p {
    margin-top: 0px;
    line-height: 34px;
    letter-spacing: 0.08em;
    /* font-size: 14px; */
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    width: auto;
    display: -webkit-inline-box;
    color: #0d78c3;
  }
  #entry_bgblue .entry-inner ul li.inq p {
    margin-top: 0px;
    line-height: 34px;
    letter-spacing: 0.08em;
    /* font-size: 14px; */
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    width: auto;
    display: -webkit-inline-box;
  }
  #entry_bgblue .entry-inner ul li.inq a {
    color: #FFF;

  }
  /* #entry.bgblue .entry-inner ul li a.btn {
    color: #FFF;
    background-color: #0d78c3;
    -moz-border-radius: 30px;
         border-radius: 30px;
    font-size: 14px;
    width: 255px;
    height: 60px;
    text-align: center;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 37px auto 50px;
  }
  #entry.bgblue .entry-inner ul li a.btn:after {
    content: "";
    display: block;
    background: url(../images/btn_arrow_big.svg) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    position: relative;
    right: 0; */
  /* } */
  /* #entry.bgblue .entry-inner ul li a.btn:hover:after {
    right: -5px;
  }
  #entry.bgblue .entry-inner ul li a.btn + p {
    margin-top: 35px;
    font-size: 18px;
    line-height: 34px;
    color: #FFF;
    letter-spacing: 0.16em;
  }
  #entry.bgblue .entry-inner ul li a.btn.lr {
    margin-bottom: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #entry_bgblue .entry-inner ul li:nth-of-type(2) {
    margin: 0 20px;
  } */
  #entry_bgblue .entry-inner .tel {
    font-size: 26px;
    letter-spacing: 0.16em;
    font-weight: normal;
    color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #entry_bgblue .entry-inner .tel:before {
    content: '';
    display: inline-block;
    background: url("../images/tel_entry_pc02.svg") no-repeat center;
    width: 26px;
    height: 26px;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 10px;
  }

/* 190724追加 ↑ */

  #footer {
    background: #0d78c3;
    padding: 100px 0;
  }
  #footer .footerinner {
    margin: 0 150px;
  }
}

@media screen and (min-width: 1055px) and (max-width: 1400px) {
  #footer .footerinner {
    margin: 0 90px;
  }
}

@media screen and (min-width: 1055px), print {
  #footer .footerinner .footer_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footerinner .footer_wrap .footerRight {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList {
    width: 300px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #FFF;
  }
}

@media screen and (min-width: 1055px) and (max-width: 1500px) {
  #footer .footerinner .footer_wrap .footerRight .footerList {
    width: 25%;
  }
}

@media screen and (min-width: 1055px), print {
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle {
    font-size: 14px;
    font-weight: bold;
    color: #cfcfcf;
    margin-bottom: 17px;
    line-height: 1;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle a {
    color: #FFF;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle a:hover {
    opacity: 0.5;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle a.blank:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rink_blank.svg) no-repeat center;
    width: 15px;
    height: 10px;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10px;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle.mt {
    margin-top: 3.2em;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle.blank_link {
    color: #FFF;
    opacity: 0.6;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList ul li {
    font-weight: normal;
    text-indent: 1em;
    margin-bottom: 1.4em;
    line-height: 1;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList ul li a {
    color: #FFF;
    font-size: 14px;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList ul li a.blank:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rink_blank.svg) no-repeat center;
    width: 15px;
    height: 10px;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10px;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList ul li a:hover {
    opacity: 0.5;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList:nth-of-type(3) {
    margin-top: 2.8em;
  }
  #footer .under {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 60px;
    border-bottom: solid 1px #FFF;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #footer .under ul {
    color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .under ul li {
    margin: 0 30px 0 0;
  }
  #footer .under ul li a {
    color: #FFF;
  }
  #footer .under ul li a:hover {
    opacity: 0.5;
  }
  #footer .under ul li a.blank:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rink_blank.svg) no-repeat center;
    width: 15px;
    height: 10px;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10px;
  }
  #footer .under .footerCopyRight {
    color: #FFF;
    text-align: right;
    letter-spacing: 0.11em;
  }
  #footer .sns_copy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #FFF;
  }
  #footer .sns_copy .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #footer .sns_copy .wrap .footerLeft {
    margin-right: 20px;
  }
  #footer .sns_copy .icon a {
    margin-left: 5px;
  }
  #footer .sns_copy .icon a:hover {
    opacity: 0.5;
  }
  #footer .side_btn {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 30%;
    color: #FFF;
    width: 60px;
    height: 240px;
    background-color: #f1b700;
    background-image: -webkit-linear-gradient(160deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    background-image: -moz- oldlinear-gradient(160deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    background-image: linear-gradient(-70deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    -moz-border-radius: 5px 0px 0px 5px;
         border-radius: 5px 0px 0px 5px;
    -moz-box-shadow: 4.4px 2.3px 40px rgba(0, 0, 0, 0.08);
         box-shadow: 4.4px 2.3px 40px rgba(0, 0, 0, 0.08);
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
  }
  #footer .side_btn .side_btn_dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  #footer .side_btn .side_btn_dl a {
    letter-spacing: 0.16em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    color: #FFF;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    height: 100%;
  }
  #footer .side_btn .side_btn_dl a:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    -moz-border-radius: 5px 0px 0px 5px;
         border-radius: 5px 0px 0px 5px;
  }
  #footer .side_btn .side_btn_dl a:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center;
    width: 15px;
    height: 15px;
    margin-top: 10px;
    margin-bottom: 1px;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    position: relative;
    right: 0;
  }
  #footer .side_btn .side_btn_dl a:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
  #footer .side_btn .side_btn_sem {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-top: 20px;
  }
  #footer .side_btn .side_btn_sem a {
    letter-spacing: 0.16em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    /* background-color: #FFF; */
    color: #1271B6;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    width: 100%;
    height: 100%;
    /* border: 2px solid #1271B6; */
  }
  #footer .side_btn .side_btn_sem a:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    -moz-border-radius: 5px 0px 0px 5px;
         border-radius: 5px 0px 0px 5px;
    border: 2px solid #1271B6;
    border-right-style: none;
    color: #1271B6;
    z-index: -10;
  }
  #footer .side_btn .side_btn_sem a:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow_g.svg) no-repeat center;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-bottom: 1px;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    position: relative;
    right: 0;
  }
  #footer .side_btn .side_btn_sem a:hover {
    /* background-color: rgba(255, 255, 255, 0.25); */
    opacity: 0.6;
    cursor: pointer;
  }
  /* #footer .side_btn .side_btn_sem a:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  } */

  #footer .side_btn:hover:after {
    right: -5px;
  }
  #page_top {
    background: #f5f5f5;
    height: 192px;
  }
  #page_top .inner {
    position: relative;
    text-align: right;
    height: 100%;
  }
  #page_top .inner a {
    position: absolute;
    bottom: 50px;
    right: 150px;
  }
  #page_top .inner a:hover {
    opacity: 0.5;
  }
  #page_top .inner a.off_fix {
    position: absolute;
    bottom: 50px;
    right: 150px;
  }
  #page_top .inner a.on_fix {
    position: fixed;
    bottom: 50px;
    z-index: 999;
  }
}

@media screen and (max-width: 1054px) {
  * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 500;
  }
  .pc_item {
    display: none !important;
  }
  header {
    letter-spacing: 0.08em;
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    font-weight: 700;
  }
  header .header-logo {
    display: block;
    padding: 15px 4vw;
    position: relative;
  }
  header .header-logo .y_btn {
    position: absolute;
    background-image: -webkit-linear-gradient(160deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    background-image: -moz- oldlinear-gradient(160deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    background-image: linear-gradient(-70deg, #005bac 0%, #005bac 0%, #0082c2 37%, #22b5c9 76%, #65d3cd 100%);
    -moz-border-radius: 34px;
         border-radius: 34px;
    width: 160px;
    height: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-logo .y_btn a {
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-bottom: 1px;
  }
  header .header-logo .y_btn a:after {
    content: "";
    display: inline-block;
    background: url(../images/btn_arrow.svg) no-repeat center;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    -moz-background-size: contain;
         background-size: contain;
  }
  header .nav {
    display: block;
    width: 100%;
    height: 100%;
    background: #0d78c3;
    padding: 65px 45px;
    position: fixed;
    z-index: 999;
    right: -100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    overflow-y: scroll;
  }
  header .nav .navi-wrap {
    display: block;
  }
  header .nav .navi-wrap li {
    margin-bottom: 20px;
  }
  header .nav .navi-wrap li .menu_inner {
    z-index: 2;
    margin-top: 15px;
  }
  header .nav .navi-wrap li .menu_inner ul {
    display: block;
    padding-left: 1em;
    margin-bottom: 15px;
  }
  header .nav .navi-wrap li .menu_inner ul li a {
    color: #fff;
    font-size: 12px;
  }
  header .nav .navi-wrap li .menu_inner ul li a.blank:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rink_blank.png) no-repeat center;
    width: 15px;
    height: 10px;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 1.33333vw;
  }
  header .nav .navi-wrap li .menu_inner ul li a:hover {
    text-decoration: underline;
  }
  header .nav .navi-wrap li .menu_inner ul.tpb_border {
    padding: 15px 0 15px 1em;
    border-top: solid 1px #1289dd;
    border-bottom: solid 1px #1289dd;
  }
  header .nav .navi-wrap li .menu_inner .wrap {
    overflow: hidden;
  }
  header .nav .navi-wrap li .menu_inner .wrap .menuTitle {
    color: #FFF;
    font-size: 12px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  header .nav .navi-wrap li .menu_inner .wrap .menuTitle.border-top {
    border-top: solid 1px #1289dd;
    padding-top: 15px;
  }
  header .nav .navi-wrap li .menu_inner .wrap .menuList {
    display: block;
  }
  header .nav .navi-wrap li .menu_inner .wrap .menuList a {
    color: #FFF;
    font-size: 12px;
    /* margin-bottom: 15px; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }
  header .nav .navi-wrap li a {
    color: #0d78c3;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #fff;
  }
  header .nav .navi-wrap li a.blank:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rink_blank.png) no-repeat center;
    width: 15px;
    height: 10px;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10px;
  }
  header .nav .navi-wrap li a.btn {
    padding: 9px 18px;
    border: solid 2px #fff;
    color: #fff;
    -moz-border-radius: 80px;
         border-radius: 80px;
    width: 135px;
    height: 40px;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    font-weight: 700;
  }
  header .nav .navi-wrap li a.btn:after {
    content: '';
    display: block;
    background: url(../images/btn_arrow.svg) no-repeat center;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  header .nav .navi-wrap li a.btn_info {
    padding: 9px 18px;
    color: #FFF;
    background-image: -webkit-linear-gradient(308deg, #13b3bf 0%, #d6d6d6 0%, #0d78c3 0%, #13b3bf 49%, #0d78c3 100%);
    background-image: -moz- oldlinear-gradient(308deg, #13b3bf 0%, #d6d6d6 0%, #0d78c3 0%, #13b3bf 49%, #0d78c3 100%);
    background-image: linear-gradient(142deg, #13b3bf 0%, #d6d6d6 0%, #0d78c3 0%, #13b3bf 49%, #0d78c3 100%);
    font-size: 14px;
    margin-left: 10px;
    -moz-border-radius: 80px;
         border-radius: 80px;
    width: 135px;
    height: 40px;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    padding: 2px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-weight: 700;
  }
  header .nav .navi-wrap li a.btn_info .btn_inner {
    color: #0d78c3;
    background: #FFF;
    -moz-border-radius: 2em;
         border-radius: 2em;
    font-size: 11px;
    width: 135px;
    height: 40px;
    text-align: center;
    letter-spacing: 0.16em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
  }
  header .nav .navi-wrap li a.btn_info .btn_inner:after {
    content: "";
    display: block;
    background: url(../images/btn_arrow_g.svg) no-repeat center;
    width: 18px;
    height: 16px;
    margin-left: 5px;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    position: relative;
    right: 0;
  }
  header .nav .navi-wrap li a.btn_info .btn_inner:hover:after {
    right: -5px;
  }
  header .nav .navi-wrap li a.btn_info:hover {
    opacity: 0.5;
  }
  header .nav .navi-wrap li a.btn_info:hover:after {
    right: -5px;
  }
  header .nav .navi-wrap li a.arrow:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;
    right: -5px;
    background: url(../images/arrow_c_sp.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    vertical-align: middle;
  }
  header .nav .navi-wrap li a.arrow.active:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;
    right: -5px;
    background: url(../images/arrow_o_sp.png) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    vertical-align: middle;
  }
  header .nav .navi-wrap li a.tel_link {
    display: inline-block;
    font-size: 12px;
  }
  header .nav .navi-wrap li.tel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    display: block;
    text-align: center;
  }
  header .nav .navi-wrap li.tel:before {
    content: '';
    display: inline-block;
    background: url(../images/tel_entry_pc.png) no-repeat center;
    width: 25px;
    height: 22px;
    margin-right: 5px;
    -moz-background-size: contain;
         background-size: contain;
  }
  header .nav .navi-wrap li:last-child {
    margin-bottom: 0;
  }
  header .nav .navi-wrap:nth-of-type(1) li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .nav .navi-wrap:nth-of-type(1) li .arrow:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: '';
    width: 0%;
    height: 5px;
    background-color: #005bac;
    -webkit-transition: 0.25s ease-out;
    -moz-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
  }
  header .nav .navi-wrap:nth-of-type(1) li.login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .nav .navi-wrap:nth-of-type(1) li.login:before {
    content: '';
    display: inline-block;
    background: url(../images/login_sp.svg) no-repeat center;
    width: 8px;
    height: 11.5px;
    margin-right: 5px;
    -moz-background-size: contain;
         background-size: contain;
  }
  header .nav .navi-wrap:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1054px) and (max-width: 400px) {
  header .nav .navi-wrap:nth-of-type(2) {
    margin: 35px -30px 0;
  }
}

@media screen and (max-width: 1054px) {
  header .nav .navi-wrap:nth-of-type(2) li a.btn {
    background: #FFF;
    color: #0d78c3;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  header .nav .navi-wrap:nth-of-type(2) li a.btn:after {
    content: '';
    display: block;
    background: url(../images/btn_arrow_big_g.svg) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
  }
  header .nav .navi-wrap:nth-of-type(2) li a.btn_info {
    border: solid 2px #fff;
    color: #FFF;
    background: none;
    font-size: 14px;
    margin-left: 10px;
    -moz-border-radius: 80px;
         border-radius: 80px;
    width: 135px;
    height: 40px;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.06em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    padding: 2px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  header .nav .navi-wrap:nth-of-type(2) li a.btn_info .btn_inner {
    color: #fff;
    background: none;
  }
  header .nav .navi-wrap:nth-of-type(2) li a.btn_info .btn_inner:after {
    background: url(../images/btn_arrow.svg) no-repeat center;
  }
  header .nav.active {
    right: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  header .header_hamburger {
    height: 64px;
    width: 15px;
    border: none;
    outline: none;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    z-index: 99;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 0;
    background: #fff;
  }
  header .header_hamburger span {
    position: relative;
    display: block;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
  }
  header .header_hamburger span:before, header .header_hamburger span:after {
    content: '';
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    -moz-transition: transform 0.35s, -moz-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
    width: 15px;
    height: 1px;
    background-color: #0082c2;
  }
  header .header_hamburger span:before {
    top: 5px;
  }
  header .header_hamburger span:after {
    top: -5px;
  }
  header .header_hamburger.oppened span:before {
    top: 0;
    -webkit-transform: translateY(50%) rotate(45deg);
       -moz-transform: translateY(50%) rotate(45deg);
        -ms-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
  }
  header .header_hamburger.oppened span:after {
    top: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  #container {
    padding-top: 64px;
  }
  #entry {
    /*
    background: url(../images/entry_bg.png) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 40px -webkit-calc((100% - 150px) / 10) 5px;
    padding: 40px -moz-calc((100% - 150px) / 10) 5px;
    padding: 40px calc((100% - 150px) / 10) 5px;
    */
  }
  #entry h2 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.16em;
    color: #fff;
    font-weight: normal;
    line-height: 32px;
    font-weight: 700;
  }
  #entry .entry-inner {
    width: 100%;
    margin: 30px auto;
  }
  #entry .entry-inner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #entry .entry-inner ul li {
    text-align: center;
    margin-bottom: 35px;
    background: #FFF;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 30px 30px 40px;
    width: 100%;
  }
  #entry .entry-inner ul li h4 {
    color: #0d78c3;
    font-size: 4.8vw;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    position: relative;
  }
  #entry .entry-inner ul li h4:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1px;
    background-color: #005bac;
  }
  #entry .entry-inner ul li p {
    margin: 20px 0;
    line-height: 34px;
    letter-spacing: 0.08em;
    font-size: 14px;
    font-weight: 500;
    font-weight: 100;
    line-height: 26px;
    text-align: center;
  }
  #entry .entry-inner ul li a.btn {
    color: #FFF;
    background-color: #0d78c3;
    -moz-border-radius: 30px;
         border-radius: 30px;
    font-size: 11px;
    width: 54.93333vw;
    height: 10.66667vw;
    width: 206px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto;
    -moz-border-radius: 100px;
         border-radius: 100px;
    font-weight: 700;
  }
  #entry .entry-inner ul li a.btn:after {
    content: "";
    display: block;
    background: url(../images/btn_arrow_big.svg) no-repeat center;
    -moz-background-size: contain;
         background-size: contain;
    width: 13px;
    height: 13px;
    margin-left: 10px;
    -webkit-transition: .25s ease-out;
    -moz-transition: .25s ease-out;
    transition: .25s ease-out;
    position: relative;
    right: 0;
  }
  #entry .entry-inner ul li a.btn:hover:after {
    right: -5px;
  }
  #entry .entry-inner ul li a.btn + p {
    margin-top: 35px;
    font-size: 18px;
    line-height: 34px;
    color: #FFF;
    letter-spacing: 0.16em;
  }
  #entry .entry-inner .tel {
    font-size: 16px;
    letter-spacing: 0.16em;
    font-weight: normal;
    color: #fff;
    text-align: center;
  }
  #entry .entry-inner .tel:before {
    content: '';
    display: inline-block;
    background: url(../images/tel_entry_pc.png) center bottom no-repeat;
    width: 12.5px;
    height: 12.5px;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 10px;
  }

/*  */
  #entry_bgblue {
    background: url("../images/entry_bg2.png") center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 40px -webkit-calc((100% - 150px) / 10) 5px;
    padding: 40px -moz-calc((100% - 150px) / 10) 5px;
    padding: 40px calc((100% - 150px) / 10) 5px;
  }
  #entry_bgblue h2 {
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 0.16em;
    color: #fff;
    font-weight: normal;
    line-height: 32px;
    font-weight: 700;
  }
  #entry_bgblue .entry-inner {
    width: 100%;
    margin: 15px auto 30px;
  }
  #entry_bgblue .entry-inner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #entry_bgblue .entry-inner ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 25px;
  }
  #entry_bgblue .entry-inner ul li.dl {
    text-align: center;
    margin: 0 auto 20px;
    margin-bottom: 20px;
    background: #FFF;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    /* padding: 30px 38px; */
    width: 350px;
    height: 90px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
  }
  #entry_bgblue .entry-inner ul li.inq {
    text-align: center;
    margin: 0 auto 20px;
    border: #FFF 4px solid;
    line-height: 5;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    /* padding: 30px 38px; */
    width: 350px;
    height: 90px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    color: #FFF;
  }
  #entry_bgblue .entry-inner ul li.dl span {
    font-size: 15px;
    color: #0d78c3;
  }
  #entry_bgblue .entry-inner ul li.dl p {
    margin-top: 0px;
    line-height: 34px;
    letter-spacing: 0.08em;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    /* text-align: left; */
    width: auto;
    display: -webkit-inline-box;
    color: #0d78c3;
  }
  #entry_bgblue .entry-inner ul li.inq p {
    letter-spacing: 0.08em;
    font-size: 20px;
    line-height: 44px;
    vertical-align: top;
    width: auto;
    display: -webkit-inline-box;
  }
  #entry_bgblue .entry-inner ul li.inq a {
    color: #FFF;
  }
  #entry_bgblue .entry-inner .tel {
    font-size: 1.5em;
    letter-spacing: 0.16em;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }
  #entry_bgblue .entry-inner .tel:before {
    content: '';
    display: inline-block;
    background: url("../images/tel_entry_pc02.svg") center bottom no-repeat;
    width: 17.5px;
    height: 17.5px;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 10px;
  }


  /* っここから */

  #container .partner_logos {
    animation: logo-slide 86s linear infinite;
    background: url('/images/partner_logos_top.jpg') left center repeat-x;
    background-size: auto 30px;
    height: 70px;
    width: 100%;
    border-bottom: 3px #0d78c3 solid;
  }
  @keyframes logo-slide{
    0%{background-position:left center}
    to
    {background-position: -7132px center}
  }

/* 190724追加 ↑ */
  /* ここから */
  #footer {
    background: #0d78c3;
    padding: 40px 30px;
    overflow: hidden;
    font-weight: 700;
  }
  #footer .footerinner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 12px;
  }
  #footer .footerinner .footer_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footerinner .footer_wrap .footerLeft {
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 30px;
  }
  #footer .footerinner .footer_wrap .footerRight {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList {
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #fff;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle {
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle a {
    color: #fff;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle a.blank:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rink_blank.png) no-repeat center;
    width: 15px;
    height: 10px;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10px;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle.under_list:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;
    right: 0;
    background: url(../images/arrow_c_sp.png) center bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    vertical-align: middle;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle.under_list.active:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;
    right: 0;
    background: url(../images/arrow_o_sp.png) center bottom no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    vertical-align: middle;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle.login {
    margin-right: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .footerTitle.login:before {
    content: '';
    display: inline-block;
    background: url(../images/login_sp.svg) no-repeat center;
    width: 8px;
    height: 11.5px;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5px;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList ul li {
    font-weight: normal;
    line-height: 34px;
    text-indent: 1em;
    font-weight: 700;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList ul li a {
    color: #fff;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList ul li a:hover {
    text-decoration: underline;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList ul li a.blank:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rink_blank.png) center bottom no-repeat;
    width: 15px;
    height: 10px;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10px;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .f_menu {
    margin-bottom: 15px;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .f_menu .wrap .menuTitle {
    text-indent: 1em;
    color: #cfcfcf;
    font-size: 12px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    position: relative;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .f_menu .wrap .menuTitle a {
    color: #fff;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .f_menu .wrap .menuTitle:after {
    border-top: solid 1px #1289dd;
    content: "";
    display: inline-block;
    width: 100%;
    margin-left: 15px;
    position: absolute;
    right: -140px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #footer .footerinner .footer_wrap .footerRight .footerList.no-border .f_menu .wrap .menuTitle:after {
    border-top: none;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .f_menu .wrap .menuTitle.blank_link {
    color: #FFF;
    opacity: 0.6;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .f_menu .wrap ul li {
    text-indent: 2em;
    font-size: 11px;
    font-weight: 700;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .f_menu .wrap {
    margin-top: 15px;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .f_menu .wrap:nth-of-type(1) {
    margin-top: 0;
  }
  #footer .footerinner .footer_wrap .footerRight .footerList .f_menu .wrap:nth-of-type(2) .menuTitle:after {
    right: -100px;
  }
  #footer .under {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 10px;
  }
  #footer .under ul {
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer .under ul li {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  #footer .under ul li a {
    color: #fff;
  }
  #footer .under ul li a:hover {
    text-decoration: underline;
  }
  #footer .under ul li a.blank:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/rink_blank.png) center bottom no-repeat;
    width: 15px;
    height: 10px;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 10px;
  }
  #footer .footerCopyRight {
    color: #fff;
    font-size: 10px;
    margin-left: 10px;
    white-space: nowrap;
  }
  #footer .sns_copy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 45px;
  }
  #footer .sns_copy.promo {
    margin-top: 0;
  }
  #footer .sns_copy .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #footer .sns_copy .icon {
    margin-bottom: 20px;
  }
  #footer .sns_copy .icon a {
    margin-left: 20px;
  }
  #footer .sns_copy .icon img {
    width: 25px;
  }
  #page_top {
    background: #f5f5f5;
    height: 70px;
  }
  #page_top .inner {
    margin: 0 auto;
    height: 100%;
    padding: 15px;
    text-align: right;
    position: relative;
  }
  #page_top .inner img {
    width: 40px;
  }
  #page_top .inner a.off_fix {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  #page_top .inner a.on_fix {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
  }
}

@media screen and (min-width: 1055px), print {
  .inner-box {
    background: #fff;
    padding: 50px 140px;
    margin: 50px auto;
  }
  .inner-box.with-note {
    margin: 50px auto 20px;
  }
  .inner-box.with-note + .note {
    color: #ff0000;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
  }
  .inner-box.with-note .note {
    color: #ff0000;
    box-sizing: border-box;
    margin: 20px auto;
    width: 85%;
    padding-top: 3em;
    text-align: center;
    /*
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    */
    font-size: 14px;
  }
}

@media screen and (max-width: 1054px) {
  .inner-box {
    background: #fff;
    padding: 20px 20px;
    margin: 20px auto;
  }
  .inner-box.with-note {
    margin: 20px auto 20px;
  }
  .inner-box.with-note + .note {
    color: #ff0000;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
  }
  .inner-box.with-note .note {
    color: #ff0000;
    box-sizing: border-box;
    margin: 20px auto;
    width: 100%;
    padding-top: 3em;
    text-align: center;
    text-align: center;
    /*
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    */
    font-size: 10px;
    text-align: left;
    line-height: 1.4;
  }

}

