@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.6em;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: 0.6;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  word-wrap: break-word; }
  body:before {
    height: 153px;
    width: 300px;
    position: absolute;
    left: 0;
    content: url(../images/common/lefttop.png); }
    @media screen and (max-width: 1000px) {
      body:before {
        display: none; } }
  body:after {
    height: 84px;
    width: 84px;
    position: absolute;
    left: 10%;
    bottom: -40%;
    content: url(../images/common/leftbottom.png); }
    @media screen and (max-width: 1000px) {
      body:after {
        display: none; } }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 1000px; }

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media screen and (max-width: 468px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
.sinner {
  max-width: 620px; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#contents {
  padding: 0; }

@media screen and (max-width: 1000px) {
  #main {
    width: 79.16667%; } }

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%; } }

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important; } }

.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

.b {
  font-weight: 500; }

b {
  font-weight: 500; }

.borderB {
  border-bottom: 1px dashed #333; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a:hover {
  opacity: 0.6; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1000px) {
    #contents_wrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 468px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 1000px;
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 1000px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.fwb {
  font-weight: bold; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; } }
@media screen and (max-width: 468px) {
  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; } }
header#global_header {
  width: 100%;
  min-width: 100%; }

#header {
  width: 100%;
  padding: 30px 0; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #header {
      margin-top: 30px;
      padding-bottom: 10px; } }
  @media only screen and (max-width: 468px) {
    #header {
      padding-bottom: 10px !important; } }
  #header #siteID {
    width: 80%;
    height: auto;
    margin-top: 30px;
    margin-left: 35px; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #header #siteID {
        width: 100% !important;
        margin-left: 0px; } }
    @media only screen and (max-width: 468px) {
      #header #siteID {
        width: 60%;
        margin: 30px auto 10px auto; } }
  #header .fltL {
    width: 40%;
    float: left; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #header .fltL {
        width: 40% !important; } }
  #header .fltR {
    width: 60%;
    float: right; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      #header .fltR {
        width: 50% !important; } }
    #header .fltR ul li {
      text-align: right;
      color: #263698; }
      @media only screen and (max-width: 468px) {
        #header .fltR ul li {
          text-align: center; }
          #header .fltR ul li:nth-child(3) img {
            width: 75%; } }
      #header .fltR ul li.hed_access {
        padding: 5px 0;
        font-weight: bold; }
        @media only screen and (max-width: 468px) {
          #header .fltR ul li.hed_access {
            font-size: 13px; } }

#nav_global {
  background-color: #263698; }
  #nav_global ul {
    max-width: 1000px;
    margin: 0 auto; }
  #nav_global li {
    float: left;
    display: inline-block;
    width: 16.666%; }
    #nav_global li a {
      display: block;
      padding: 20px 0 !important;
      color: #fff;
      text-decoration: none;
      font-weight: bold; }

#mainArea {
  width: 100% !important; }
  #mainArea .slick-prev, #mainArea .slick-next {
    display: none !important; }
  #mainArea ul li img {
    margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    #mainArea {
      width: auto !important; } }

.mean-container .mean-bar {
  background: #263698 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #263698 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

footer#global_footer {
  border-top: 2px #263698 solid;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 100%; }
  footer#global_footer a {
    color: #333333;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }

footer {
  padding-top: 30px; }
  @media only screen and (max-width: 468px) {
    footer {
      padding-top: 20px; } }
  footer #nav_footer .col p {
    float: left;
    width: 30%; }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      footer #nav_footer .col p {
        width: 30%; } }
    @media only screen and (max-width: 468px) {
      footer #nav_footer .col p {
        width: 50%;
        float: none;
        margin: 0 auto; } }
    footer #nav_footer .col p img {
      width: 80%; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        footer #nav_footer .col p img {
          width: 80% !important; } }
      @media only screen and (max-width: 468px) {
        footer #nav_footer .col p img {
          padding-bottom: 20px; } }
  footer #nav_footer .col ul {
    float: right;
    width: 70%; }
    @media only screen and (max-width: 468px) {
      footer #nav_footer .col ul {
        float: none;
        margin: 0 auto;
        width: 100%; } }
  footer #nav_footer li {
    text-align: right !important; }
    @media only screen and (max-width: 468px) {
      footer #nav_footer li {
        text-align: center !important; } }
    footer #nav_footer li.access {
      color: #263698;
      font-weight: bold;
      padding: 5px 0; }
    footer #nav_footer li:nth-child(3) img {
      width: 50% !important; }
    footer #nav_footer li a {
      padding: 0 10px;
      text-decoration: none; }
      @media only screen and (max-width: 468px) {
        footer #nav_footer li a {
          padding: inherit !important; } }
      footer #nav_footer li a:hover {
        opacity: 0.6; }
  footer #copyright {
    background-color: #263698; }
    footer #copyright small a {
      color: #fff;
      display: block;
      padding: 20px 0; }
  @media screen and (max-width: 768px) {
    footer .fltL, footer .fltR {
      float: none; } }
  footer #copy a {
    text-decoration: none; }
    footer #copy a:hover {
      opacity: 0.6; }
    @media screen and (max-width: 768px) {
      footer #copy a {
        line-height: 60px; } }

#pagetop {
  z-index: 900;
  position: fixed;
  bottom: 80px;
  right: 40px; }
  @media only screen and (max-width: 468px) {
    #pagetop {
      bottom: 60px;
      right: 10px; } }

#nav_footer_sub {
  padding: 20px 0; }
  #nav_footer_sub li {
    display: inline-block;
    margin-right: 2%; }
    #nav_footer_sub li a {
      font-size: 14px;
      color: #263698;
      font-weight: bold; }

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

#contents_wrap h1 {
  font-size: 30px;
  margin: 60px 0 30px 0;
  font-weight: 500; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents_wrap h1 {
      line-height: 36px; } }
  @media only screen and (max-width: 468px) {
    #contents_wrap h1 {
      font-size: 24px;
      line-height: 35px !important;
      margin: 20px 0 20px 0; } }
#contents_wrap .intro_p {
  margin: 20px 0 30px 0;
  line-height: 30px;
  padding: 0 10px 30px 10px;
  text-align: justify !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents_wrap .intro_p {
      padding-right: 4% !important; } }
  @media only screen and (max-width: 468px) {
    #contents_wrap .intro_p {
      margin-top: 0px;
      padding-right: inherit; } }

#main {
  width: 100% !important; }

.news_title h2 {
  color: #fff;
  font-size: 25px;
  font-weight: bold; }

.common_title h2 {
  font-size: 25px;
  color: #263698;
  font-weight: bold;
  margin-bottom: 50px;
  display: block; }
  .common_title h2 span {
    vertical-align: 75%;
    word-wrap: normal; }
    @media only screen and (max-width: 468px) {
      .common_title h2 span {
        vertical-align: 10%; } }
  .common_title h2 img {
    padding: 0 20px; }
    @media only screen and (max-width: 468px) {
      .common_title h2 img {
        width: 20%;
        padding: 0 5px;
        width: 12%; } }
  @media only screen and (max-width: 468px) {
    .common_title h2 {
      font-size: 20px; } }

.news_tb h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0 40px 0; }
.news_tb tr:nth-of-type(2) td {
  font-size: 20px;
  line-height: 42px; }
.news_tb td {
  color: #fff;
  padding: 10px !important; }

#main {
  background-color: #fff !important; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #main {
      width: 100% !important; } }

.flow {
  border: solid 2px #263698; }
  .flow tr:nth-of-type(1) {
    background-color: #263698; }
    .flow tr:nth-of-type(1) td {
      color: #fff;
      font-size: 20px;
      text-align: center;
      padding: 15px 0 !important; }
      .flow tr:nth-of-type(1) td h3 {
        font-weight: bold; }
  .flow tr:nth-of-type(2) td {
    padding: 10px !important; }

.btn_blue {
  background-color: #263698; }
  .btn_blue a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 20px 0;
    line-height: 20px; }
    .btn_blue a img {
      width: 9%; }

.gaikan_img img {
  width: 100%; }

.staff_img td {
  text-align: center; }
  .staff_img td img {
    border: solid 1px #ccc; }
    @media only screen and (max-width: 468px) {
      .staff_img td img {
        margin-top: -25px !important; } }

.back_yellow {
  background-color: #ffff4c;
  padding: 7px 0; }
  .back_yellow a {
    text-decoration: none;
    color: #333;
    font-weight: 500; }

.kanagawa_tb {
  border: solid 2px #b22222; }
  .kanagawa_tb table {
    margin: 10px 0px;
    border: solid #fff 15px; }
  .kanagawa_tb tr:nth-of-type(1) {
    border-bottom: 1px dashed #b22222; }
    .kanagawa_tb tr:nth-of-type(1) td {
      color: #b22222;
      font-weight: bold;
      border-right: 1px dashed #b22222; }
      .kanagawa_tb tr:nth-of-type(1) td:nth-of-type(1) {
        border-right: 1px dashed #b22222 !important; }
  .kanagawa_tb tr:nth-of-type(2) td:nth-of-type(1) {
    border-right: 1px dashed #b22222 !important; }
    .kanagawa_tb tr:nth-of-type(2) td:nth-of-type(1) img {
      margin-left: 10px;
      margin-top: 15px; }
      @media screen and (min-width: 469px) and (max-width: 768px) {
        .kanagawa_tb tr:nth-of-type(2) td:nth-of-type(1) img {
          margin-left: 0px !important; } }
      @media only screen and (max-width: 468px) {
        .kanagawa_tb tr:nth-of-type(2) td:nth-of-type(1) img {
          margin-left: 0px !important; } }
  .kanagawa_tb tr:nth-of-type(2) td:nth-of-type(2) img {
    margin-top: 20px; }
  .kanagawa_tb tr:nth-of-type(2) td img {
    border: solid 1px #ccc; }
  .kanagawa_tb tr:nth-of-type(3) td {
    padding: 10px !important; }

.kanagawa_tit {
  background-color: #b22222;
  padding: 15px 0; }
  .kanagawa_tit img {
    padding-right: 28px; }
  .kanagawa_tit h2 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px; }
    @media only screen and (max-width: 468px) {
      .kanagawa_tit h2 {
        font-size: 19px; } }

.rink_btn td a {
  text-decoration: none;
  color: #263698;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding: 9px 0; }
.rink_btn td:nth-of-type(odd) {
  border: solid #263698 1px;
  text-align: center;
  background-color: #eee;
  font-weight: 500; }
  @media only screen and (max-width: 468px) {
    .rink_btn td:nth-of-type(odd) {
      padding: 20px 0 !important; } }
.rink_btn td:nth-of-type(even) {
  border-right: solid #263698 1px;
  border-top: none;
  border-bottom: none;
  text-align: center; }
  @media only screen and (max-width: 468px) {
    .rink_btn td:nth-of-type(even) {
      border-right: solid #263698 0px;
      border-left: none; } }
.rink_btn td:nth-of-type(1) td {
  padding: 10px 0 !important; }
  .rink_btn td:nth-of-type(1) td a {
    display: block; }

.bnr img {
  border: 1px solid #ccc;
  width: 97%; }
  @media only screen and (max-width: 468px) {
    .bnr img {
      width: 100% !important;
      margin-bottom: 20px; } }

.sumaho_kanagawa table {
  border: solid  2px #b22222 !important; }
  .sumaho_kanagawa table td {
    padding: 10px !important;
    text-align: center;
    color: #b22222;
    font-weight: bold;
    border-bottom: solid #b22222 1px; }
    .sumaho_kanagawa table td img {
      border: solid #ccc 1px; }
    .sumaho_kanagawa table td:nth-of-type(odd) {
      background-color: #eee; }
    .sumaho_kanagawa table td:nth-of-type(even) {
      padding: 15px !important; }

/* bg
------------------------------------------- */
.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important;
  margin-bottom: 60px !important;
  background: #263698; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #263698;
  z-index: -1; }

.intro_tb td:nth-of-type(1) {
  line-height: 36px !important; }

/* side */
/* 下層ページ */
.pankuzu {
  font-size: 14px; }
  .pankuzu a {
    font-size: 14px;
    color: #263698;
    text-decoration: none; }

.greet_text {
  line-height: 34px;
  font-size: 17px; }

span.blue {
  color: #263698;
  font-weight: bold;
  background-color: #b0c4de;
  padding: 3px 0;
  font-size: 18px; }

span.blue2 {
  color: #263698;
  font-weight: bold; }

.common_h1 h1 {
  color: #263698;
  font-weight: 600 !important; }

.common_h2 h2 {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  font-weight: 400;
  background-color: #263698;
  padding-left: 15px; }

.sisetu_tb h3 {
  text-align: center;
  padding: 10px 0;
  color: #263698;
  font-weight: bold; }

@media only screen and (max-width: 468px) {
  .sisetu_tb {
    margin-bottom: 30px; } }
.sisetu_tb img {
  border: solid #ccc 1px;
  padding: 5px; }

.visits {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px; }
  @media only screen and (max-width: 468px) {
    .visits {
      margin-bottom: 70px !important; } }

.price_tb td {
  padding: 10px !important; }
  .price_tb td:nth-of-type(1) {
    width: 30%;
    background-color: #afc7de; }
    @media only screen and (max-width: 468px) {
      .price_tb td:nth-of-type(1) {
        width: 100%; } }
  .price_tb td:nth-of-type(2) {
    background-color: #eee; }

.recruit_tb tr:nth-of-type(1) {
  background-color: #afc7de;
  font-weight: bold !important;
  color: #263698; }
.recruit_tb tr:nth-of-type(2), .recruit_tb tr:nth-of-type(3) {
  background-color: #eee; }
.recruit_tb td {
  padding: 10px !important; }

.access_tb td {
  padding: 10px !important; }
  .access_tb td:nth-of-type(1) {
    background-color: #afc7de;
    width: 30%;
    text-align: center; }
  .access_tb td:nth-of-type(2) {
    background-color: #eee; }

.policy h3 {
  color: #263698;
  border-bottom: 1px solid #263698;
  margin-top: 40px; }

.policy {
  line-height: 30px; }

/*ずれの調整*/
#sisetu {
  margin-top: -100px;
  padding-top: 100px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #sisetu {
      margin-top: -150px;
      padding-top: 150px; } }
  @media only screen and (max-width: 468px) {
    #sisetu {
      margin-top: -160px;
      padding-top: 160px; } }

.sikaku {
  color: #263698; }

/* title */
@media screen and (max-width: 768px) {
  .midashi {
    width: 20% !important; } }
@media screen and (max-width: 468px) {
  .midashi {
    width: 100% !important; } }
.midashi h2 {
  color: #333;
  line-height: 1.5;
  font-size: 40px;
  padding: 10px 0; }

/* box */
.home_td {
  margin-left: -20px !important; }
  @media screen and (max-width: 768px) {
    .home_td {
      margin-left: -2.5641% !important; } }
  @media screen and (max-width: 468px) {
    .home_td {
      margin-left: 0 !important; } }
  .home_td .box {
    float: left;
    width: 240px;
    margin: 0 0 20px 20px !important; }
    @media screen and (max-width: 768px) {
      .home_td .box {
        width: 47.4358%;
        margin: 0 0 2.5641% 2.5641% !important; } }
    @media screen and (max-width: 468px) {
      .home_td .box {
        width: 100%;
        margin: 0 0 20px 0 !important; } }
    .home_td .box img {
      width: 100% !important; }
