@charset "Shift_JIS";
/* CSS Document */

/********************************************************/
/* import */
/********************************************************/
@import url("/assets/js/plugin/slick/slick.css");
@import url("/assets/js/plugin/slick/slick-theme.css");

/********************************************************/
/* layout */
/********************************************************/
html {
  font-size: 62.5%;
}
body {
  background: #fff none repeat-x center top;
  overflow-y: auto;
  font-family: 'HelveticaNeue-Light', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 500;
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, body {
    font-family: 'HelveticaNeue-Light', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  }
}
/********************************************************/
/* BlkWrapper */
/********************************************************/
.BlkWrapper {
  margin: 0 auto;
  width: 100%;  
}
@media screen and (max-width:980px) {
  .BlkWrapper {
    /*-webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px); */ 
  }  
  .BlkWrapper--fixed {
    position: fixed;
  }
  /*.BlkWrapper--select {
    -webkit-user-select: auto;
  }*/
  
}
/********************************************************/
/* BlkHeader */
/********************************************************/
.BlkHeader {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkHeader__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  display: table;
}
.BlkHeader__logo {
  display: table-cell;
  vertical-align: middle;
}
.BlkHeader__logo a {
  display: block;
  width: 238px;
  height: auto;
  transition: 0.1s;  
}
@media screen and (max-width:1280px) {
  .BlkHeader__inner {
    width: 100%;
  }
}
@media screen and (max-width:980px) {
  .BlkHeader {
    /*position: fixed;*/
    width: 100%;
    top: 0;
    z-index: 10000000;
    /*z-index: 1000000;*/
    /*z-index: 100000;*/
  }
  .BlkHeader__inner {
    width: 100%;
    padding: 0 10px;
  }
  .BlkHeader__logo a {
    margin-left: 0;
    width: 150px;
  }
}
/********************************************************/
/* BlkNavStructures */
/********************************************************/
.BlkNavStructures {
  display: table-cell;  
  vertical-align: middle;
  text-align: right;
  padding-top: 12px;
}
.BlkNavStructures__navFacility {
  font-size: 1.2rem;
  float: right;
  padding: 0 30px;
  display: table;
}
.BlkNavStructures__navFacility__item {
  display: table-cell;
  padding-right: 8px;
  line-height: 1.0;
  text-align: center;
}
.BlkNavStructures__navFacility__item:last-child {
  padding-right: 0;
}
.BlkNavStructures__navFacility__item a {
  transition: 0.1s;
  font-weight: 600;
  color: #fff;
  background-color: #00a87b;
  border-radius: 4px;
  padding: 0;
  height: 25px;
  width: 112px;
  display: block;
  position: relative;
}
.BlkNavStructures__navFacility__item a:hover {
  opacity: 0.6;
}
.BlkNavStructures__navFacility__item a span {
  width: 100%;
  position: absolute;
  top: 49.5%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.mac .BlkNavStructures__navFacility__item a span {
  top: 50%;
}
.BlkNavStructures__navLanguage {
  float: right;
  font-size: 1.2rem;
  border-right: #E2E2E2 1px solid;
  border-left: #E2E2E2 1px solid;
  padding: 0 30px;
  margin-top: 2px;
}
.BlkNavStructures__navLanguage__item {
  display: inline-block;
  margin-right: 30px;
  line-height: 1.8;
}
.BlkNavStructures__navLanguage__item:last-child {
  margin-right: 0;
}
.BlkNavStructures__navLanguage__item--current a {
  color: #00a87b;
}
.BlkNavStructures__navLanguage__item a {
  transition: 0.1s;  
}
.BlkNavStructures__navLanguage__item a:hover {
  color: #00a87b;
}
.BlkNavStructures__navSub {
  clear: both;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 35px 0 25px;
}
.BlkNavStructures__navSub__item {
  display: inline-block;
  line-height: 1.4;
  text-align: left;
  width: 100px;
  vertical-align: middle;
}
.BlkNavStructures__navSub__item--access {
  margin-right: 40px;
}
.BlkNavStructures__navSub__item--search {
  margin-right: 7px;
}
.BlkNavStructures__navSub__item--menu {
  margin-right: 15px;
}
.BlkNavStructures__navSub__item a {
  transition: 0.1s;
  display: table;
}
.BlkNavStructures__navSub__item--current a {
  color: #00a87b;
}
.BlkNavStructures__navSub__item a:hover {
  color: #00a87b;
}
.BlkNavStructures__navSub__icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.BlkNavStructures__navSub__icon:before {
  font-family: icomoon;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 12px;
  font-size: 2.2rem;
}
.BlkNavStructures__navSub__icon--access:before {
  font-size: 2.8rem;
  content: "\e902";
}
.BlkNavStructures__navSub__icon--search:before {
  content: "\e903";
}
.BlkNavStructures__navSub__icon--menu:before {
  content: "\e905";
}
.BlkNavStructures__navSub__icon--current:before {
  font-size: 1.9rem;
  content: "\e906";  
}
.BlkNavStructures__navSub__txt {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width:980px) {
  .BlkNavStructures {
    padding-top: 0;  
  }
  .BlkNavStructures__navSub {
    font-size: 0.9rem;
    margin: 15px 0;
  }
  .BlkNavStructures__navSub__item {
    text-align: center;
    width: 52px;
  }
  .BlkNavStructures__navSub__item--access {
    margin-right: 0;
  }
  .BlkNavStructures__navSub__item--search {
    margin-right: 0;
  }
  .BlkNavStructures__navSub__item--menu {
    margin-right: 0;
    width: 45px;
  }
  .BlkNavStructures__navSub__item a {
    display: block;
  }
  .BlkNavStructures__navSub__item a:hover {
    color: #00a87b;
  }
  .BlkNavStructures__navSub__item a:active {
    color: #00a87b;
  }
  .BlkNavStructures__navSub__icon {
    display: block;
    height: 38px;
    padding-top: 3px;
  }
  .BlkNavStructures__navSub__icon--access {
    padding-top: 0;
  }
  .BlkNavStructures__navSub__icon:before {
    padding-right: 0;
    top: 10px; 
    font-size: 2.3rem;
    vertical-align: top;
  }
  .BlkNavStructures__navSub__icon--current:before {
    font-size: 2.2rem;
  }
  .BlkNavStructures__navSub__icon--access:before {
    font-size: 2.7rem;
  }
  .BlkNavStructures__navSub__txt {
    text-align: center;
    display: block;
  }
  .BlkNavStructures > .BlkNavStructures__navLanguage {
    display: none;
  }
  .BlkNavStructures > .BlkNavStructures__navFacility {
    display: none;    
  }
  .BlkNavStructures__navFacility {
    border-right: none;
    border-top: #fff 1px solid;
    clear: both;
    float: none;
    background-color: #008a65;
    padding: 20px 0 30px;
    margin: 30px 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .BlkNavStructures__navFacility__item {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding-right: 10px;
    width: 50%;
    display: block;
    z-index: 10;
  }
  .BlkNavStructures__navFacility__item:last-child {
    padding-right: 0;
    padding-left: 10px;
  }
  .BlkNavStructures__navFacility__item a {
    background-color: #fff;
    color: #333;
    width: 100%;
    height: 50px;
    padding: 0;
    display: block;
    border-radius: 6px;
    position: relative;
    box-shadow: 3px 3px #008a65;
    transition: 0.1s;
  }
  .BlkNavStructures__navFacility__item a:after {
    content: '';
    background: url(../images/BlkMenuArea_item_bg.png) repeat;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    position: absolute;
    right: -11px;
    bottom: -11px;
    z-index: -1;
  }
  .BlkNavStructures__navFacility__item a:hover {
    color: #00a87b;
    opacity: 1.0;
  }
  .BlkNavStructures__navFacility__item a span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }  
  .BlkNavStructures__navLanguage {
    /*border-top: #fff 1px solid;*/
    border-right : none;
    border-left : none;
    background-color: #008a65;
    float: none;
    margin: 0 30px;
    padding: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .BlkNavStructures__navLanguage__item {
    text-align: center;
    margin-right: 0;
  }
  .BlkNavStructures__navLanguage__item:first-child {
    text-align: left;
  }  
  .BlkNavStructures__navLanguage__item:last-child {
    text-align: right;
  }  
  .BlkNavStructures__navLanguage__item a {
    font-weight: 300;
    color: #fff;
    position: relative;
  }
  .win .BlkNavStructures__navLanguage__item a {
    font-weight: 500;
  }
  .BlkNavStructures__navLanguage__item a:hover {
    color: #fff;
  }
  .BlkNavStructures__navLanguage__item--current a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    border-bottom: #00A87B 1px solid;
  }  
}
@media screen and (max-width:360px) {
  .BlkNavStructures__navSub__item {
    width: 42px;
  }
}
/********************************************************/
/* BlkSearchArea */
/********************************************************/
.BlkSearchArea {
  display: none;
  position: absolute;
  right: 0;
  z-index: 10000;
}
.BlkSearchArea__inner {
  width: 710px;
  padding: 35px 50px 30px;
  background-color: #008a65;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 10000;
}
@media screen and (max-width:980px) {
  .BlkSearchArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    /*z-index: 10000;*/
    overflow-y: scroll;
    height: 100%;
    background-color: rgba(0,0,0,0.5); 
  }
  .BlkSearchArea__inner {
    width: 80%;
    padding: 110px 30px 30px;
  }
}
/********************************************************/
/* BlkSearchArea google customsearch */
/********************************************************/
.BlkSearchArea .gsc-input-box {
  height: 50px;
  border-radius: 6px;
  border: #6ABFA6 1px solid;
  background-color: #2A9575;
}
.BlkSearchArea .gsc-search-box .gsc-input-box-focus {
  box-shadow: none !important;
}
.BlkSearchArea .gsc-input-box .gsib_a {
  padding: 0 10px;
}
.BlkSearchArea .gscb_a {
  color: #fff !important;  
}
.BlkSearchArea .gsst_b {
  padding: 0 10px;
  display: none;
}
.BlkSearchArea .gsc-input-box .gsc-input {
  height: 50px !important;
  background-color: transparent !important;
  /*color: #fff !important;*/
  color: #fff;
}
.BlkSearchArea .gsc-search-box .gsc-search-button {
	position: relative;
	border-radius: 6px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	background-color: #fff;
	cursor: pointer;
  box-shadow: 3px 3px #008a65;  
}
.BlkSearchArea .gsc-search-box .gsc-search-button:before {
	content: "検索" !important;
	color: #333;
	font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.BlkSearchArea .gsc-search-box .gsc-search-button:hover:before {
	color: #008a65;
}
.BlkSearchArea .gsc-search-box .gsc-search-button:after {
  content: '';
  background: url(../images/BlkMenuArea_item_bg.png) repeat;
	width: 150px;
	height: 50px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkSearchArea .gsc-search-box button.gsc-search-button-v2,
.BlkSearchArea .gsc-search-box button.gsc-search-button {
	width: 150px;
	height: 50px;
	padding: 0 !important;
	opacity: 0;
}
.BlkSearchArea .gsc-input-box .gsc-input::placeholder {
  color: #a3dccd;
}
.BlkSearchArea .gsc-input-box .gsc-input::-webkit-input-placeholder { 
  color: #a3dccd;
}
.BlkSearchArea .gsc-input-box .gsc-input::-moz-placeholder {
 color: #a3dccd;
 opacity: 1;
}
.BlkSearchArea .gsc-input-box .gsc-input:-ms-input-placeholder { 
 color: #a3dccd;
}

@media screen and (max-width:980px) {
  .BlkSearchArea .gsc-search-box tr,
  .BlkSearchArea .gsc-search-box td {
    display: block;
  }
  .BlkSearchArea .gsc-search-box td.gsc-input {
    width: 100%;
    padding-right: 0;
    vertical-align: top;
    padding-bottom: 20px;
  }
  .BlkSearchArea .gsib_a {
    width: 100%;
  }
  .BlkSearchArea .gsib_b {
    width: 30px !important;
    display: inline !important;
    position: absolute;
    right: 45px ;
    top: 40px;
  }
  .BlkSearchArea .gsc-search-box .gsc-search-button:after {
  	width: 100%;
  }
  .BlkSearchArea .gsc-search-box button.gsc-search-button-v2,
  .BlkSearchArea .gsc-search-box button.gsc-search-button {
    width: 100% !important;
  }
  .BlkSearchArea td.gsc-search-button {
    width: 100% !important;
  }
}
/********************************************************/
/* BlkMenuArea */
/********************************************************/
.BlkMenuArea {
  display: none;
  position: absolute;
  right: 0;
  /*change z-index: 10000;*/
  z-index: 100000;
}
.BlkMenuArea__inner {
  width: 710px;
  background-color: #f4f4f4;
  overflow: hidden;
  position: absolute;
  right: 0;
  z-index: 10000;
}
.BlkMenuArea__navVisitor {
  background-color: #008a65;
  padding: 25px 0;
  text-align: center;
}
.BlkMenuArea__navVisitor__item {
  display: inline-block;
  line-height: 1.5;
}
.BlkMenuArea__navVisitor__item:first-child {
  border-left: #6ABFA6 1px solid;
  margin-left: 50px;
  padding-left: 28px;
}
.BlkMenuArea__navVisitor__item:last-child {
  border-right: #6ABFA6 1px solid;
  margin-right: 50px;
  padding-right: 28px;
}
.BlkMenuArea__navVisitor__item a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 14px;
}
.BlkMenuArea__navVisitor__item a:hover {
  text-decoration: underline;
}
.BlkMenuArea__navSupplement {
  clear: both;
  background-color: #008a65;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.BlkMenuArea__navSupplement__item {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  z-index: 10;
}
.BlkMenuArea__navSupplement__item a {
  background-color: #fff;
  color: #333;
  width: 290px;
  padding: 30px 0;
  display: block;
  border-radius: 6px;
  position: relative;
  box-shadow: 3px 3px #008a65;
  transition: 0.1s;
}
.BlkMenuArea__navSupplement__item a:after {
  content: '';
  background: url(../images/BlkMenuArea_item_bg.png) repeat;
  width: 290px;
  height: 80px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkMenuArea__navSupplement__item a:hover {
  color: #00a87b;
}
@media screen and (max-width:980px) {
  .BlkMenuArea {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    /*z-index: 100000;*/
    /*z-index: 10000;*/
    overflow-y: scroll;
    height: 100%;
    background-color: rgba(0,0,0,0.5); 
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;    
  }
  .BlkMenuArea__inner {
    width: 80%;
    padding-top: 90px;
    background: linear-gradient(#fff 50%, #008a65 50%);
  }
  .BlkMenuArea__navVisitor {
    display: none;
  }
  .BlkTabGlobal + .BlkMenuArea__navVisitor {
    display: block;
  }
  .BlkMenuArea__navVisitor {
    background-color: #008a65;
    padding: 15px 30px;
    text-align: left;
    overflow: hidden;
  }
  .BlkMenuArea__navVisitor__item {
    display: block;
    line-height: 1.5;
    width: 50%;
    padding: 0;
    float: left;
  }
  .BlkMenuArea__navVisitor__item:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .BlkMenuArea__navVisitor__item:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .BlkMenuArea__navVisitor__item a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    padding: 15px 0 15px 15px;
    display: block;
    position: relative;
  }
  .win .BlkMenuArea__navVisitor__item a {
    font-weight: 500;
  }
  .BlkMenuArea__navVisitor__item a:before {
    font-family: icomoon;
    content: "\e904";
    font-weight: normal;
    font-size: 1.0rem;
    color: #fff;
    position: absolute;
    top: 16px;
    left: 0;
  }  
  .BlkMenuArea__navSupplement {
    padding: 0 30px;
  }
  .BlkMenuArea__navSupplement__item {
    width: 100%;
    font-size: 1.4rem;
  }
  .BlkMenuArea__navSupplement__item:last-child {
    margin-top: 20px;
  }
  .BlkMenuArea__navSupplement__item a {
    width: 100%;
    height: 50px;
    padding: 0;
    display: block;
    position: relative;
  }
  .BlkMenuArea__navSupplement__item a:after {
    position: absolute;
    width: 100%;
    height: 50px;
    right: -11px;
    bottom: -11px;
    z-index: -1;
  }    
  .BlkMenuArea__navSupplement__item a span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}
/********************************************************/
/* BlkTabGlobal */
/********************************************************/
.BlkTabGlobal {
  display: flex;
  align-items: stretch;
}
.BlkTabGlobal__navList {
  width: 270px;
  height: auto;
  background-color: #fff;
  float: left;
}
.BlkTabGlobal__navList__item {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 30px;
}
.BlkTabGlobal__navList__item a {
  /*padding: 25px 30px 25px 40px;*/
  padding: 15px 30px 15px 40px;
  margin: 10px 0;
  width: 240px;
  line-height: 1.4;
  display: block;
  position: relative;
  vertical-align: middle;
  transition: 0.1s;
  font-weight: 600;
}
.BlkTabGlobal__navList__item:first-child a {
  margin-top: 30px;
}
.BlkTabGlobal__navList__item:last-child a {
  margin-bottom: 30px;
}
.BlkTabGlobal__navList__item a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: 300;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 1.0rem;
  color: #00a87b;
  position: absolute;
  top: 50%;
  left: 20px;
  transition: 0.1s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.win .BlkTabGlobal__navList__item a:before {
  font-weight: 500;
}
.BlkTabGlobal__navList__item a:hover {
  color: #fff;
  background-color: #00a87b;
  border-radius: 6px 0 0 6px
}
.BlkTabGlobal__navList__item a:hover:before {
  color: #fff;
}
@media screen and (min-width:981px) {
  .BlkTabGlobal__navList__item--current a {
    color: #fff;
    background-color: #00a87b;
    border-radius: 6px 0 0 6px  
  }
  .BlkTabGlobal__navList__item--current a:before {
    color: #fff;
  }
  .BlkTabGlobal__navList__item ul {
    display: none !important;
  }
}
@media screen and (max-width:980px) {
  .BlkTabGlobal__navList {
    width: 100%;
  }  
  .BlkTabGlobal__navList__item {
    margin-left: 0;
    display: block;
  }
  .BlkTabGlobal__navList__item a {
    width: 100%;
    display: block;
    padding: 25px 30px 25px 40px;
    margin: 0;
  }
  .BlkTabGlobal__navList__item a:before {
    content: "\e90c";
    left: auto;
    right: 20px;
  }
  .BlkTabGlobal__navList__item--currentSp a:before {
    content: "\e90d";
  }
  .BlkTabGlobal__navList__item__link {
    border-top: #e2e2e2 1px solid;
  }
  .BlkTabGlobal__navList__item a:hover {
    color: #333;
    background-color: #fff;
    border-radius: 0;
  }
  .BlkTabGlobal__navList__item a:hover:before {
    color: #00a87b;
  }
  .BlkTabGlobal__navList__item:first-child a {
    border-top: none;
    margin-top: 0;
  }
  .BlkTabGlobal__navList__item:last-child a {
    margin-bottom: 0;
  }
  .BlkTabGlobal__navList__item ul {
    background-color: #00a87b;
  }
  .BlkTabGlobal__navList__item ul li a {
    color: #fff;
    padding: 20px 30px 20px 40px;
    font-weight: 300;
  }
  .win .BlkTabGlobal__navList__item ul li a {
    font-weight: 500;
  }  
  .BlkTabGlobal__navList__item ul li:first-child a {
    padding-top: 40px;
  }
  .BlkTabGlobal__navList__item ul li:last-child a {
    padding-bottom: 40px;
  }
  .BlkTabGlobal__navList__item ul li a:before {
    content: "";
  }
  .BlkTabGlobal__navList__item ul li a:hover {
    color: #fff;
    background-color: #00a87b;
  } 
  .BlkMenuArea__navVisitor__item a:hover {
    text-decoration: none;
  }
}
/********************************************************/
/* BlkGlobalDetail */
/********************************************************/
.BlkGlobalDetail {
  float: right;
  width: 440px;
  height: auto;
  background-color: #00a87b;
}
.BlkGlobalDetail--special {
  background-color: #f4f4f4;
}
.BlkGlobalDetail__navSpecial {
  background-color: #f4f4f4;
  margin: 50px;
  letter-spacing: -.4em;
}
.BlkGlobalDetail__navSpecial__item {
  overflow: hidden;
}
.BlkGlobalDetail__navSpecial .BlkGlobalDetail__navSpecial__item a:before {
  content: "";
}
.BlkGlobalDetail__navSpecial__item a img {
  width: 100%;
  height: auto;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.BlkGlobalDetail__navSpecial__item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.BlkGlobalDetail__item ul li {
  display: inline-block;
  font-size: 1.4rem;
  width: 440px;
}
.BlkGlobalDetail__item ul li a {
  padding: 14px 50px 14px 70px;
  line-height: 1.4;
  display: block;  
  color: #fff;
  font-weight: 300;
  position: relative;
}
.win .BlkGlobalDetail__item ul li a {
  font-weight: 500;
}
.hiragino .BlkGlobalDetail__item ul li a {
  font-weight: 300;
} 
.BlkGlobalDetail__item ul li a:hover {
  text-decoration: underline;
}
.BlkGlobalDetail__item ul li a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  vertical-align: middle;
  font-size: 1.0rem;
  color: #fff;
  position: absolute;
  left: 50px;
  top: 17px;
}
.BlkGlobalDetail__item ul li:first-child a {
  padding-top: 46px;
}
.BlkGlobalDetail__item ul li:first-child a:before {
  top: 49px;
}
.BlkGlobalDetail__item ul li:last-child a {
  padding-bottom: 50px;

}
.BlkGlobalDetail__navSpecial__item {
  float: left;
  width: 170px !important;
  height: auto;
}
.BlkGlobalDetail__navSpecial__item a {
  width: 170px !important;
  padding: 0 !important;
}
.BlkGlobalDetail__navSpecial__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:980px) {
  .BlkGlobalDetail {
    display: none;
  }
  .BlkGlobalDetail__navOutline {
    display: none;
  }
  .BlkGlobalDetail__navFaculty {
    display: none;
  }
  .BlkGlobalDetail__navExamination {
    display: none;
  }
  .BlkGlobalDetail__navCareer {
    display: none;
  }
  .BlkGlobalDetail__navInternational {
    display: none;
  }
  .BlkGlobalDetail__navCampus {
    display: none;
  }
  .BlkGlobalDetail__navSociety {
    display: none;
  }
}
@media screen and (min-width:981px) {
/*  .BlkTabGlobal__navList__item ul {
    display: none;
  }*/
  .BlkMenuArea .BlkNavStructures__navLanguage {
    display: none;
  }
  .BlkMenuArea .BlkNavStructures__navFacility {
    display: none;
  }
  .BlkTabGlobal + .BlkMenuArea__navVisitor {
    display: none;
  }
}
/********************************************************/
/* BlkBreadcrumbs */
/********************************************************/
.BlkBreadcrumbs {
  position: relative;
  width: 100%;
}
.BlkBreadcrumbs__inner {
  width: 100%;
  margin: 0 auto;
  background-color: #f4f4f4;
  border-top: #ebebeb 1px solid;
  border-bottom: #ebebeb 1px solid;
  /*padding: 15px 50px;*/
  padding: 0 50px;
  position: relative;
}
.BlkBreadcrumbs__list {
  padding: 5px 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.BlkBreadcrumbs__list__item {
  color: #333;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 10px 13px 0 0;
  padding-right: 18px;
  display: block;
  position: relative;
  z-index: 1;
}
.BlkBreadcrumbs__list__item:last-child {
  color: #00a87b;
}
.win .BlkBreadcrumbs__list__item {
  font-weight: 500;
}
.hiragino .BlkBreadcrumbs__list__item {
  font-weight: 300;
}
/*.BlkBreadcrumbs__list__item:after {
  font-family: icomoon;
  content: "\e904";
  color: #c6c6c6;
  font-weight: normal;
  vertical-align: middle;
  padding:0 12px;
  font-size: 0.8rem;
}*/
.BlkBreadcrumbs__list__item:after {
  content: '';
  background: url(../images/BlkBreadcrumbs_arrow.png) no-repeat;
  background-size: 5px auto;
  /*padding:0 12px;*/
  display: block;
  position: absolute;
  width: 5px;
  height: 7px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.BlkBreadcrumbs__list__item:last-child:after {
  content: "";
  background: none;
}
.BlkBreadcrumbs__list__item a {
  color: #333;
  transition: 0.1s;
}
.BlkBreadcrumbs__list__item a:hover {
  text-decoration: underline;
}
@media screen and (max-width:980px) {
  .BlkBreadcrumbs {
    /*margin-top: 81px;*/
  }
  .BlkBreadcrumbs__inner {
    padding: 0 20px;
  }
}
/********************************************************/
/* BlkMain */
/********************************************************/
.BlkMain {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkMain__inner {
  margin: 0 auto;
  padding: 0 0 75px 0;
  position: relative;
}
.BlkMain__inner--opencampus {
  padding-bottom: 50px;
}
.BlkMain__listSlide {
  height: auto;
  background-color: #fff;
}
.BlkMain__listSlide__item {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
}
.BlkMain__listSlide__title {
  display: block;
  position: absolute;
  width: 730px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.BlkMain__listSlide__item p img {
  width: 100%;
  height: auto;
}
.BlkMain__listSlide__item a {
  width: 100%;
  height: auto;
}
.BlkMain__listSlide__item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width:980px) {
  .BlkMain--top {
    /*padding-top: 80px;*/
  }
  .BlkMain__listSlide {
    height: auto;
  }
  .BlkMain__listSlide__item {
    height: auto;
  }
}
@media screen and (max-width:800px) {
  .BlkMain__listSlide__title {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width:400px) {
  .BlkMain__listSlide__title img {
    margin-bottom: 40px;
  }
}
/********************************************************/
/* BlkMain JS slick */
/********************************************************/
.BlkMain .slick-dots {
  bottom: 50px;
}
.BlkMain--opencampus .slick-dots {
  bottom: 20px;
}
.BlkMain .slick-prev,
.BlkMain .slick-next {
  width: 50px;
  height: 50px;
  background-color: #00a87b;
  border-radius: 50px;
  display: block;
  z-index: 1000;
  transition: 0.2s;
}
.BlkMain .slick-prev {
  left: 50px;
}
.BlkMain .slick-next {
  right: 50px;
}
.BlkMain .slick-prev:before,
.BlkMain .slick-next:before {
  font-size: 1.4rem;
  display: block;
  color: #fff;
  opacity: 1.0;
}
.BlkMain .slick-prev:hover,
.BlkMain .slick-next:hover {
  background-color: #00a87b;
  opacity: 0.6;
}
.BlkMain .slick-prev:before {
  font-family: icomoon;
  content: "\e907" ;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 2px;
}
.BlkMain .slick-next:before {
  font-family: icomoon;
  content: "\e904" ;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 2px;
}
.slick-dots li button:before {
  font-family: icomoon ;
  content: "\e90b" ;
  font-size: 1.0rem;
  color: #00a87b;
  opacity: 1.0;
}
.slick-dots li.slick-active button:before {
  font-family: icomoon ;
  content: "\e90a" ;
  font-size: 1.0rem;
  color: #00a87b;
  opacity: 1.0;
}
@media screen and (max-width:1100px) {
  .BlkMain .slick-prev {
  }
  .BlkMain .slick-next {
  }
}
@media screen and (max-width:980px) {
  .BlkMain .slick-prev,
  .BlkMain .slick-next {
    width: 26px;
    height: 26px;
  }
  .BlkMain .slick-prev {
    left: 20px;
  }
  .BlkMain .slick-next {
    right: 20px;
  }
  .BlkMain .slick-prev:before,
  .BlkMain .slick-next:before {
    font-size: 0.8rem;
  }
  .BlkMain .slick-prev:hover,
  .BlkMain .slick-next:hover {
    opacity: 1.0;
  }  
  .BlkMain .slick-dots {
    bottom: 20px !important;
  }
}
/********************************************************/
/* BlkFooter */
/********************************************************/
.BlkFooter {
  position: relative;
  width: 100%;
  background: url(../images/BlkFooter_bg.jpg) no-repeat bottom #fff;
  /*background-size: 100% auto;*/
  background-size: cover;
  z-index: 1;
}
.BlkFooter--short {
  background: url(../images/BlkFooter_bg_short.jpg) no-repeat bottom #fff;
  background-size: 100% auto;
}
.BlkFooter--article {
  padding-top: 220px;
  background: url(../images/BlkFooter_bg_article.jpg) no-repeat bottom #fff;
  background-size: 100% auto;
}
.BlkFooter:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  top: 0;
  background: url(../images/BlkFooter_bg_gradation.png) repeat-x top;
  background-size: 100% 150px;
  z-index: -1;
}
.BlkFooter__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 80px 0 70px;
  border-top: #fff 1px solid;
  position: relative;
  overflow: hidden;
}
.BlkFooter__inner--short {
  border-top: none;
  margin-top: 100px;
}
.BlkFooter__inner--article {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width:980px) {
  .BlkFooter {
  }
  .BlkFooter--article {
    padding-top: 66px;
  }
  .BlkFooter__inner {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 40px;
    padding-top: 0;
    border-top: none;
  }
  .BlkFooter__inner.BlkFooter__inner--article {
    margin-top: 0;
  }
}
@media screen and (max-width:420px) {
  .BlkFooter--short {
    background: url(../images/BlkFooter_bg_short_sp.jpg) no-repeat bottom #fff;
    background-size: cover;
  }  
  .BlkFooter--article {
    background: url(../images/BlkFooter_bg_article_sp.jpg) no-repeat bottom #fff;
    background-size: cover;
  }  
}
/********************************************************/
/* BlkLogoSns */
/********************************************************/
.BlkLogoSns {
  float: left;
}
.BlkLogoSns__logo a {
  display: block;
  width: 188px;
  height: auto;
}
.BlkLogoSns__listSns {
  margin-top: 45px;
  margin-bottom: 45px;
}
.BlkLogoSns__listSns__item {
  display: inline-block;
  margin-right: 15px;
}
.BlkLogoSns__listSns__item a {
  width: 25px;
  height: 25px;
  transition: 0.1s;
}
.BlkLogoSns__listSns__item a:hover {
  color: #00a87b;
}
.BlkLogoSns__listSns__item a:before {
  font-family: icomoon;
  font-weight: normal;
  vertical-align: middle;
  font-size: 2.2rem;
}
.BlkLogoSns__listSns__item--facebook a:before {
  content: "\e900";
}
.BlkLogoSns__listSns__item--twitter a:before {
  content: "\ea96";
}
.BlkLogoSns__listSns__item--instagram a:before {
  content: "\e901";
}
.BlkLogoSns__listSns__item span {
  display: none;
}
@media screen and (max-width:980px) {
  .BlkLogoSns {
    float: none;
  }
}
/********************************************************/
/* BlkFooterTop */
/********************************************************/
.BlkFooterTop {
  overflow: hidden;
}
.BlkFooterTop__navGlobal {
  float: left;
  margin-left: 70px;
}
.BlkFooterTop__navGlobal__item {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.hiragino .BlkFooterTop__navGlobal__item {
  font-weight: 300;
}
.BlkFooterTop__navGlobal__item a {
  color: #333;
  transition: 0.1s;
}
.BlkFooterTop__navGlobal__item a:before {
  content: '・';
}
.BlkFooterTop__navGlobal__item a:hover {
  color: #00a87b;
}
.BlkFooterTop__accredited {
  float: left;
  display: block;
  margin-left: 20px;
}
.BlkFooterTop__accredited img {
  width: 78px;
  height: auto;
}
@media screen and (max-width:980px) {
  .BlkFooterTop {
    margin: 0 20px;
    padding-top: 50px;
    border-top: #fff 1px solid;
  }
  .BlkFooterTop--short {
    border-top: none;
  }  
  .BlkFooterTop--article {
    border-top: none;
  }  
  .BlkFooterTop__navGlobal {
    float: left;
    margin-left: 0;
    padding-right: 45px;
    width: 50%;
  }
  .BlkFooterTop__accredited {
    float: none;
    clear: both;
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width:600px) {
  .BlkFooterTop__navGlobal {
    float: none;
    padding-right: 0;
    width: 100%;
  }
}
/********************************************************/
/* BlkFooterBottom */
/********************************************************/
.BlkFooterBottom {
  clear: both;
  margin-top: 70px;
  overflow: hidden;
  position: relative;
  z-index: 1000000000;
}

.BlkFooterBottom__navFacility {
  clear: both;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
  display: table;
  display: none;
}
.BlkFooterBottom__navFacility__item {
  display: table-cell;
  text-align: center;
  width: 50%;
  padding-right: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  z-index: 10;
}
.BlkFooterBottom__navFacility__item:last-child {
  padding-left: 10px;
  padding-right: 0;
}
.BlkFooterBottom__navFacility__item a {
  background-color: #00a87b;
  color: #fff;
  width: 100%;
  height: 50px;
  padding: 0;
  display: block;
  border-radius: 6px;
  position: relative;
  box-shadow: 3px 3px #EBF7E3;
  transition: 0.1s;
}
.BlkFooterBottom__navFacility__item a:after {
  content: '';
  background: url(../images/BlkFooterBottom_item_bg.png) repeat;
  /*width: 290px;*/
  width: 100%;
  height: 50px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkFooterBottom__navFacility__item a:hover {
  text-decoration: underline;
}
.BlkFooterBottom__navFacility__item a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.BlkFooterBottom__navSub {
  clear: both;
  padding: 0 15px;
  border-right: #fff 1px solid;
  border-left: #fff 1px solid;
  float: left;
  line-height: 1.5;
}
.BlkFooterBottom__navSub__item {
  font-size: 1.2rem;
  margin: 0 15px;
  display: inline-block;
}
.hiragino .BlkFooterBottom__navSub__item {
  font-weight: 300;
}
.BlkFooterBottom__navSub__item a {
  transition: 0.1s;
}
.BlkFooterBottom__navSub__item a:hover {
  color: #00a87b;
}
.BlkFooterBottom__copyright {
  font-size: 1.0rem;
  float: right;
}
.hiragino .BlkFooterBottom__copyright {
  font-weight: 300;
}
@media screen and (max-width:980px) {
  .BlkFooterBottom {
    margin-top: 40px;
    padding: 0 20px;
  }
  .BlkFooterBottom__navFacility {
    display: table;
  }
  .BlkFooterBottom__navSub {
    border-right: none;
    border-left: none;
    float: none;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
  } 
  .BlkFooterBottom__navSub__item {
    width: 50%;
    margin: 0;
    display: block;
    float: left;
    padding-bottom: 20px;
    padding-right: 10px;
  }
  .BlkFooterBottom__navSub__item:nth-child(even) {
    padding-left: 10px;
    padding-right: 0;
  }
  .BlkFooterBottom__copyright {
    float: none;
  }
}
/********************************************************/
/* BlkLocalMenuArea */
/********************************************************/
.BlkLocalMenuArea {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkLocalMenuArea__inner {
  width: 100%;
  margin: 0 auto;
  padding: 25px 50px;
}
.BlkTabLocal {
  padding: 0 40px 0 50px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  display: flex;
  justify-content: space-between;  
}
.BlkTabLocal__title a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  transition: 0.1s;
}
.BlkTabLocal__title a:hover {
  color: #00a87b;
}
.BlkTabLocal__navList {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.BlkTabLocal__navList__item {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin-left: 34px;
  position: relative;
}
.BlkTabLocal__navList__item > a {
  position: relative;
  transition: 0.1s;
}
.BlkTabLocal__navList__item > a:hover {
  color: #00a87b;
}
.BlkTabLocal__navList__item--lv1 > a {
  padding-right: 22px;
}
.BlkTabLocal__navList__item--lv1 > a:before {
  font-family: icomoon;
  content: "\e908";
  font-size: 1.0rem;
  font-weight: normal;
  vertical-align: middle;
  color: #00a87b;
  position: absolute;
  top: 5px;
  right: 0;
}
.win .BlkTabLocal__navList__item--lv1 > a:before {
  top: 6px;
}
.BlkTabLocal__navList__item--current > a:before {
  content: "\e909";
}
.BlkTabLocal__navList__link {
  position: relative;
  margin-right: 28px
}
.BlkTabLocal__navList__link:after {
  font-family: icomoon;
  font-weight: normal;
  /*vertical-align: middle;*/
  padding-left: 10px;
  font-size: 1.1rem;
  display: inline-block;
  position: absolute;
  bottom: 0.2em;
}
.BlkTabLocal__navList__link--jump:after {
  content: "\e910";
}
.BlkTabLocal__navList__link--blank:after {
  content: "\e913";
}
.BlkLocalDetail {
  display: none;
  background-color: #00a87b;
  position: absolute;
  padding: 30px;
  width: 195px;
  top: 40px;
  left: -30px;
  z-index: 100;
}
.BlkLocalDetail--current {
}
.BlkLocalDetail__item {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
}
.BlkLocalDetail__item:first-child {
  margin-top: 0;
}
.BlkLocalDetail__item:last-child {
  margin-bottom: 10px;
}
.BlkLocalDetail__item--heading {
  margin-top: 30px;
}
.BlkLocalDetail__item a {
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  padding-left: 17px;
  display: block;
  position: relative;
}
.win .BlkLocalDetail__item a {
  font-weight: 500;
}
.hiragino .BlkLocalDetail__item a {
  font-weight: 300;
}
.BlkLocalDetail__item a:hover {
  color: #fff;
  text-decoration: underline;
}
.BlkLocalDetail__item a:before {
  font-family: icomoon;
  content: "\e904";
  font-size: 1.0rem;
  font-weight: normal;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 3px;
  left: 0;
}
.BlkLocalDetail__link {
  position: relative;
}
.BlkLocalDetail__link:after {
  font-family: icomoon;
  font-weight: normal;
  /*vertical-align: middle;*/
  padding-left: 10px;
  font-size: 1.1rem;
  display: inline-block;
  position: absolute;
  bottom: 0.1em;
}
.BlkLocalDetail__link--jump:after {
  content: "\e910";
}
.BlkLocalDetail__link--blank:after {
  content: "\e913";
}
.BlkSelectLocal {
  display: none;
  position: relative;
  width: 100%;
}
.BlkSelectLocal:after {
  font-family: icomoon;
  content: "\e90f";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  color: #00a87b;
  font-size: 1.7rem;
  z-index: 1;
}
.BlkSelectLocal > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 20px;
  /*height: 32px;*/
  /*line-height: 32px;*/
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.0;
  color: #333;
  box-sizing: border-box;
  /*padding-left: 8px;*/
  border: none;
  background-color: transparent;
  border-radius: 0;
  outline: none;
}
.BlkSelectLocal > option {
  padding: 0;
}
@media screen and (max-width:1200px) {
.BlkTabLocal {
   padding: 0;
   border-left: none;
   border-right: none;
   display: flex;
   justify-content: space-between;
}
.BlkTabLocal__navList__item {
   font-size: 1.3rem;
   font-weight: 600;
   color: #333;
   margin-left: 20px ;
   position: relative;
}
.BlkTabLocal__navList__item--lv1 > a {
   padding-right: 17px;
}
}

@media screen and (max-width:980px) {
  .BlkLocalMenuArea__inner {
    padding: 0;
  }
  .BlkTabLocal {
    display: none;
  }
  .BlkSelectLocal {
    display: block;
  }
}
/********************************************************/
/* BlkTabLocalSp */
/********************************************************/
.BlkTabLocalSp {
  position: relative;
  display: none;
  /*overflow: hidden;
  height: 100%;*/
  /*overflow-y: scroll;
  height: 100%;
  z-index: 1000000;*/
}
.BlkTabLocalSp--fixed {
  position: fixed;
  top: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  /*z-index: 100000;*/
  z-index: 10000000;
  width: 100%;

  
  /*background-color: rgba(0,168,123,1.0);
  height: 100%;*/
  
  /*overflow-y: scroll;
  height: 100%;*/
  
}


.BlkTabLocalSp__navMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  margin: 0 20px;
}
/*.BlkTabLocalSp__navMenuArea--fixed {
  position: fixed;
  top: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  z-index: 100000;
  width: 100%;
}*/
.BlkTabLocalSp__navMenu__title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.0;
  color: #333;
}
.BlkTabLocalSp__navMenu__btn {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.0;
}
.BlkTabLocalSp__navMenu__btn a {
  color: #00a87b;
  position: relative;
  padding-right: 33px;
}
.BlkTabLocalSp__navMenu__btn a:after {
  font-family: icomoon;
  content: "\e919";
  color: #00a87b;
  font-size: 2.2rem;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  /*margin-top: 1px;*/
}
.BlkTabLocalSp__navMenu__btn--current a {
  padding-right: 23px;
}
.BlkTabLocalSp__navMenu__btn--current a:after {
  content: "\e906";
  font-size: 1.4rem;
}
.BlkTabLocalSp__navList {
  position: absolute;
  /*z-index: 10000;*/
  z-index: 100000;
  
  
  /*background-color: #00a87b;*/
  /*background-color: rgba(0,168,123,0.95);*/
  background-color: rgba(0,168,123,0.95);
  width: 100%;
  /*padding: 20px;*/
  
  padding: 0 20px;

  display: none;
  /*height: auto;*/
}
/*.BlkTabLocalSp__navMenuArea--fixed {
  position: fixed;
  top: 54px;
  background-color: #00a87b;
  z-index: 100000;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}*/
.BlkWrapper .BlkTabLocalSp__navList {
  display: none;
}

.BlkTabLocalSp__navMenuArea--fixed {
  position: fixed;
  /*z-index: 1000000;*/
  z-index: 1000000000000;
  
  background-color: #fff;
  width: 100%;
}

/*20190105 add*/
.BlkTabLocalSp__navListArea {
  display: none;
}

.BlkTabLocalSp__navListArea--fixed {
  position: fixed;
  top: 0;
  left: 0;
  /*right: 0;*/
  width: 100%;
  /*width: 50%;*/
  /*z-index: 100000;*/
  z-index: 10000000;
  overflow-y: scroll;
  height: 100vh;
  
  /*background-color: rgba(0,0,0,0.5);*/ 
  
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;    
  /*-webkit-overflow-scrolling: auto;
  -moz-overflow-scrolling: auto; */   
  /*display: none;*/
  
	/*-webkit-transform: translate3d(0, 0, 10px);
	transform: translate3d(0, 0, 10px); */ 
  
}

.BlkTabLocalSp__navListArea__inner--fixed {
  width: 100%;
  height: 100%;
  padding-top: 54px;
  /*background: linear-gradient(#fff 50%, #008a65 50%);*/
}
.BlkTabLocalSp__navListArea {
  /*-webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch; */     
}




.BlkTabLocalSp__navList--current {
}
.BlkTabLocalSp__navList__item {
  padding: 20px 0 20px 0;
}
.BlkTabLocalSp__navList__item:first-child {
  padding-top: 40px;
}
.BlkTabLocalSp__navList__item:last-child {
  padding-bottom: 40px;
}
.BlkTabLocalSp__navList__item > a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0 30px 0 0;
  display: block;
  
}
.BlkTabLocalSp__navList__item--lv1 {
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  padding: 20px 30px 0 0;
}
.BlkTabLocalSp__navList__item--lv1 + .BlkTabLocalSp__navList__item {
  border-top: 1px solid #5ecdac;
  margin-top: 20px;
  padding-top: 40px;
}
.BlkTabLocalSp__navList__item--lv1 + .BlkTabLocalSp__navList__item--lv1 {
  border-top: none;
  margin-top: 0;
  padding-top: 20px;
}
.BlkLocalDetailSp__item {
  padding: 20px 0 20px 0;
}
.BlkLocalDetailSp__item:first-child {
  padding-top: 0;
}
.BlkLocalDetailSp__item > a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0 30px 0 15px;
  display: block;
}
.BlkLocalDetailSp__item:first-child > a {
  padding-top: 30px;
}
.BlkLocalDetailSp__link {
  position: relative;
}
.BlkLocalDetailSp__link:after {
  font-family: icomoon;
  font-weight: normal;
  /*vertical-align: middle;*/
  padding-left: 10px;
  font-size: 1.1rem;
  display: inline-block;
  position: relative;
  bottom: 0;
}
.BlkLocalDetailSp__link--jump:after {
  content: "\e910";
}
.BlkLocalDetailSp__link--blank:after {
  content: "\e913";
}
@media screen and (max-width:980px) {
  .BlkTabLocalSp {
    display: block;
  }
}


.BlkLocalNaviBox {
  display: none;
}
.BlkLocalNaviBox .BlkTabLocalSp {
  position: fixed;
  z-index: 1000000000000000000000;
  /*overflow-y: scroll;*/
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  /*-webkit-overflow-scrolling: touch;*/
}
.BlkLocalNaviBox .BlkTabLocalSp .BlkTabLocalSp__navListArea {
  display: block;
  
  
  
  position: fixed;
  top: 0;
  left: 0;
  /*right: 0;*/
  width: 100%;
  /*width: 50%;*/
  /*z-index: 100000;*/
  z-index: 10000000;
  overflow-y: scroll;
  height: 100vh;
  
  /*background-color: rgba(0,0,0,0.5);*/ 
  
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;    
  
  
  
}
.BlkLocalNaviBox .BlkTabLocalSp__navList {
  display: block;
  padding-bottom: 100px;
  
}
/*.hsbox .BlkTabLocalSp .BlkTabLocalSp__navList {
  display: block;
}
*/
.BlkLocalNaviBox .BlkTabLocalSp__navListArea__inner {
  padding-top: 54px;
}
.BlkLocalNaviBox .BlkTabLocalSp__navMenuArea {
  position: fixed;
  z-index: 1000000000000;
  background-color: #fff;
  width: 100%;
}
.BlkLocalNaviBox .BlkTabLocalSp__navMenu__btn a:after {
  content: "\e906";
  font-size: 1.4rem;
}
.BlkLocalNaviBox .BlkTabLocalSp__navMenu__btn a {
  padding-right: 23px;
}


/********************************************************/
/* BlkPageTop JS  */
/********************************************************/
.BlkPageTop {
  position: absolute;
  right: 0;
}
.BlkPageTop__link {
  font-size: 1.4rem;
  background-color: #00a87b;
  display: block;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  opacity: 1.0;
  position: relative;
  transition: 0.2s;
}
.BlkPageTop__link:hover {
  opacity: 0.6;
}
.BlkPageTop__link:after {
  font-family: icomoon;
  content: "\e909";
  font-weight: normal;
  vertical-align: middle;
  position: absolute;
  left: 18px;
  top: 17px;
}
@media screen and (max-width:980px) {
  .BlkPageTop {
    position: fixed;
    /*top: 50px;*/
    bottom: 20px;
    right: 20px;
    z-index: 10000000000;
    /*z-index: 1000000;*/
  }
  .BlkPageTop__link {
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
  }
  .BlkPageTop__link:hover {
    opacity: 1.0;
  }  
  .BlkPageTop__link:after {
    left: 14px;
    top: 13px;
  }  
}

/********************************************************/
/* BlkNews__list 共通  */
/********************************************************/
.BlkNews .BlkNews__list__item dt {
  clear: left;
  position: absolute;
}
@media screen and (max-width:980px) {
  .BlkNews .BlkNews__list__item dt {
    position: relative;
  }
}
