@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
b, strong {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
p {
  white-space: normal;
  line-height: 1.8;
}

.pc-none {
  display: none !important;
}

html {
  width: 100%;
  margin: 0 auto;
  /* font-family:  "???C???I", Meiryo, Osaka, "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro","?l?r ?o?S?V?b?N", "MS PGothic", "sans-serif"; */
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-weight: 400px;
  overflow: -moz-scrollbars-none;
}
/*html::-webkit-scrollbar {
  display: none;
}*/
body {
  -webkit-text-size-adjust: 100%;
}
.content {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow:auto;
  min-height: 100vh; /* ????????? */
}

.header-right {
  display: none;
}

#header > h1 > a > img {
  max-width: 90%;
  height: auto;
}

@media (max-width: 768px) {
.content {
width: 100%;
min-width: 100%;
}


#header {
  max-width: 1200px;
  padding: 0 15px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 16px auto 0;
}

h1 {
  width: 436px;
  height: auto;
}
h1 img {
  max-width: 100%;
  height: auto;
}

.header-right {
  display: none;
}
.searchWindow{
  display: none;
}
.cse .gsc-control-cse, .gsc-control-cse{
  display: none;
}
.language{
  display: none;
}
.right-bottom{
  display: none;
}
.sub_nav{
  display: none;
}
/*.right-top {
  display: flex;
  padding-right: 14px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 769px) and (max-width:1024px) {
body .header-right {
width: 60%;
}
#nav-hov,.g_nav-link a{font-size:12px;}
body .right-bottom li img {
margin-right:5px;
}
}
@media (max-width: 768px) {
.right-top {
padding: 17px 0;
display: block;
}
}*/
/* ?????? */
/*
.searchWindow {
  position: relative;
  width: 75%;
}
.searchWindow .cse .gsc-control-cse, .gsc-control-cse{
  padding: 0;
}
.searchWindow table tr, .searchWindow table th, .searchWindow table td{
  padding: 0;
  border: none;
}
.searchWindow .gsc-search-box-tools .gsc-search-box .gsc-input{
  padding-right:0;
  margin:3px 5px;
}
.searchWindow .cse .gsc-control-cse, .searchWindow .gsc-control-cse{
  padding: 0;
}
.searchWindow .gsc-search-button-v2, .gsc-search-button-v2:hover, .searchWindow .gsc-search-button-v2:focus{
  background: #333;
}
.searchWindow .cse .gsc-search-button-v2, .searchWindow .gsc-search-button-v2{
  border-color: #333;
  border:none;
  padding: 9px 10px 10px;
  border-radius:0;
  -webkit-border-radius:0;
}
.searchWindow .gsc-search-button{
  margin-left: 0;
}
.searchWindow::before {
  position: absolute;
  display: inline-block;
  content: '';
  background-image: url("../images/google.png");
  background-repeat: no-repeat;
  width: 42px;
  height: 14px;
  background-position: left center;
  top: 33%;
  left: 1%;
}
@media (max-width: 768px) {
  .searchWindow {
    width: 90%;
    margin: 2em auto 0;
  }
  .searchWindow .gsc-input-box{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    padding: 0;
  }
  .searchWindow .gsc-search-box-tools .gsc-search-box .gsc-input{
    margin: 1px 5px;
  }
  .searchWindow::before {
    width: 46px;
    height: 16px;
    top: 38%;
    left: 3%;
  }
}

.serach-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  background-color: #333333;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .serach-btn img { margin-top:7px; } /* IE11 */
}


.searchWindow input[type='text'] {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 12px;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 1em 5em;
  transition: 0.3s;
  color: #999999;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.searchWindow::placeholder {
  color: #999;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input[type='text']:focus {
  outline: none;
}
input[type='text']:focus::after {
  outline: none;
}
.language ul {
  display: flex;
}
.language li {
  font-size: 13px;
}
.language li:first-child::after {
  display: inline-block;
  content: '|';
  margin: 0 13px;
}*/

/* global NAV */
.g_nav {
  display: none;
}
#kyotsu .g_nav{
  display: none;
}

.g_nav h2 {
  display: none;
}
/*
.g_nav-link a {
  display: block;
  width: 100%;
  font-weight: bold;
  line-height: 50px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.g_nav-link a:hover {
  color: #FFF;
}
.g_nav > ul {
  max-width: 1200px;
  padding: 0 15px;
  display: flex;
  margin: 0 auto;
  list-style: none;
}

.g_nav > ul > li {
  width: 100%;
  background: #f1c400;
  color: #000000;
  text-align: center;
  border-left: 1px solid #ffffff;
}
.g_nav > ul > li:last-child {
  border-right: 1px solid #ffffff;
}
*/
#nav-hov {
  font-weight: bold;
  display: block;
  position: relative;
  line-height: 50px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.tab-hover #nav-hov {
  color: #ffffff;
}
.tab-hover #nav-hov:before {
  content: "";
  margin-left: -8px;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
  display: block;
}
.mdd_wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.mdd_wrap .mdd_inner {
  display: none;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
  padding: 30px 10px 20px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
}
.drop-flex {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.down-list {
  flex-basis: 30%;
}
.down-list__2col {
  flex-basis: 50%;
}
.down-list__bdr {
  border-right: 1px solid #dddddd;
}
.basis {
  flex-basis: 45%;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.unordered {
  text-align: left;
  padding: 0 2em 0 1.5em;
}
.unordered li {
  margin: 0.5em 0;
  width: 100%;
}
/*.unordered li:first-child {
  font-weight: bold;
}*/
/*.unordered li:not(:first-child) {
  margin-left: 1em;
}*/
.unordered li a {
  position: relative;
  text-align: left;
  line-height: 1;
  white-space: normal;
  color: #000000;
}
.unordered li.second_level{
  padding-left: 15px;
}

.navMenu {
  transition: 0.3s;
}
.navMenu:hover:before {
  content: "";
  margin-left: -8px;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
}
.global-nav li:hover > a {
  opacity: 0.8;
}
.global-nav li:hover ul li {
  overflow: visible;
  height: 28px;
}
.global-nav li:hover ul li:first-child {
  margin: 2em 0 0;
  font-weight: 700;
}
.global-nav li:hover ul li:last-child {
  margin-bottom: 2em;
}
.kv {
  display: none;
}

/* tab serch */
#contents-tab {
  max-width: 1200px;
  padding: 0 15px;
  margin: 50px auto;
}
#contents-tab h3 {
  margin: 0 0 50px;
  font-size: 24px;
  text-align: center;
}

.tabcontent {
  margin: 0 auto;
  text-align: center;
  padding: 15px 30px 15px 20px;
}

.tabnav {
  width: 576px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tabnav li {
  width: 100%;
  text-align: center;
  background-color: #efefef;
  position: relative;
  margin-right: 3px;
  box-sizing: border-box;
}
.tabnav li a {
  display: block;
  color: #000000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 1em;
  /*border-right: 1px solid #DEDDDA;*/
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.tabnav li:last-child a {
  border-right: none;
}

.tab-active {
  background-color: #000055;
  color: #ffffff !important;
}
.tabcontent {
  color: #ffffff;
  background-color: #000055;
}
/* COSMOS serch */
.tab-cosmos {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.tab-cosmos img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.cosmos-serch {
  width: 100%;
  position: relative;
  padding-left: 10px;
}

.btn {
  color: #000000;
  width: 117px;
  height: 45px;
  background-color: #f1c400;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/search_gr.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22px 22px;
  -o-background-size: 22px 22px;
  background-size: 22px 22px;
  background-position: 86% center;
  padding-left: 20px;
  border-left: 1px solid #000055;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button, input {
  overflow: visible;
}
button {
  text-transform: none;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.cosmos-serch input[type='text'] {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding: 1em;
  transition: 0.3s;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* calender area ----*/
.calendar-area {
  width: 100%;
  margin: 0 auto;
  background-color: #efefef;
  padding: 67px 0;
}
.calendar-area h3 {
  font-size: 36px;
  margin: 0 0 45px;
  text-align: center;
  font-weight: 400;
}

#calender-tab {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  color: #ffffff;
  border-top: none;
}
#calender-tab li a {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}

.tabnav-cl {
  width: 70%;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.tabnav-cl li {
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #f1c400;
  border: 1px solid #999999;
  border-bottom: none;
  border-collapse: collapse;
}
.tabnav-cl li:not(:first-child) {
  border-left: none;
}
.tabnav-cl li a {
  display: block;
  color: #000000;
  font-size: 18px;
  padding: 1em;
  cursor: pointer;
}

.tabcontent-cl {
  width: 100%;
  margin: -2px auto 0;
  padding: 40px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #999999;
  border-collapse: collapse;
  z-index: 2;
}

.cl-active {
  background-color: #ffffff;
  color: #f1c400 !important;
  font-weight: 700 !important;
  border-bottom: 1px solid #ffffff !important;
}
.cl-area {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.map-disc {
  width: 38%;
}
.map-disc h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 0;
}

.location{
  padding-bottom: 30px;
}
.location-img {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
.location-img img {
  max-width: 48%;
  height: auto;
}
.map iframe{
  width: 100%;
}

.detail-btn {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #000055;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.detail-btn a {
  display: block;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.detail-btn a:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 43%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* map ---------------------------
-------------------------------------------------*/
.cl-display {
  width: 60%;
  margin: 0 auto;
  padding: 0 1em 0 0;
}

.tab-container {
  width: 630px;
  height: auto;
  list-style-type: none;
  padding: 0;
  position: relative;
  background: #fff;
}
.tab-container ul {
  list-style-type: none;
  padding: 0;
}
.tab-container .arrows {
  display: block;
  width: 60px;
  font-size: 32px;
  bottom: 10px;
  right: 0px;
  position: absolute;
}
.tab-container .arrows label {
  display: inline-block;
  cursor: pointer;
  color: #aaa;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
}
.tab-container .arrows label:hover {
  color: #333;
}
.tab-container .tab-content-container {
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  line-height: 22px;
  background: #fff;
  position: absolute;
  top: 42px;
  padding: 0px 40px 0 20px;
  border: 2px solid #446CB3;
  border-top: 0;
  box-shadow: 0 5px 5px -5px #333;
}
.tab-container .tab-content-container .tab-content {
  opacity: 0;
  padding: 15px 0;
  min-height: 185px;
  transition: opacity 0.1s ease-in;
}
.tab-container .tab {
  outline: 0;
  float: left;
  cursor: pointer;
  opacity: 1;
  width: 25%;
  line-height: 40px;
  display: block;
  margin: 0;
  position: relative;
  background: #446CB3;
  color: #fff;
  text-align: center;
  border-top: 2px solid #446CB3;
  border-right: 2px solid #446CB3;
}
.tab-container .tab.l-b {
  border-left: 2px solid #446CB3;
}
.tab-container .tab:hover {
  background: #365690;
}
.tab-container .tab-toggle {
  display: none;
}
.tab-container .tab-toggle.active + .tab,
.tab-container .tab-toggle:checked + .tab {
  background: #fff;
  color: #333;
}
.tab-container .tab-toggle.active ~ .tab-content-container,
.tab-container .tab-toggle:checked ~ .tab-content-container {
  height: auto;
  opacity: 1;
}
.tab-container .tab-toggle.active ~ .tab-content-container .tab-content,
.tab-container .tab-toggle:checked ~ .tab-content-container .tab-content {
  opacity: 1;
}
.tab-container .tab-toggle.active ~ .tab-content-container .tab-content label,
.tab-container .tab-toggle:checked ~ .tab-content-container .tab-content label {
  opacity: 1;
}
/* calender */
.main-carousel {
  width: 100%;
  height: auto;
}
.carousel-cell {
  position: relative;
  width: 100%;
}
.carousel-cell p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 0.5em 0 28px;
}

.google-cl {
  width: 630px;
  height: 491px;
  background-color: #ccc;
}

/* icon */
.icon-area {
  width: 88%;
  margin: 25px 0;
  font-size: 14px;
}
.icon-area ul {
  width: 100%;
    display: flex;
    display: -webkit-flex;
    /* flex-direction: column; */
    /* -webkit-flex-direction: column; */
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.icon-area li {
  margin: 0 7px 0 0;
  font-size:13px;
}
.icon-area li p {
  line-height: 1;
}

.cl-icon {
  width: 35px;
  height: 20px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  background-color: #ffffff;
  text-align: center;
  margin: 0 8px 0 0;
  color: #FFF;
}

.iconW {
  background-color: #cf9911;
}
.iconS {
  background-color: #4285f4;
}
.iconWS {
  background-color: #0b8043;
}
.iconSS {
  background-color: #f4511e;
}
.iconST {
  background-color: #b39ddb;
}
.iconC {
  background-color: #616161;
}
.iconO {
  background-color: #e67c73;
}
.iconU {
  background-color: #d50000;
}
/* news area */
.news-area {
  max-width: 1200px;
  padding: 0 15px;
  margin: 64px auto 0;
  font-size: 18px;
}
.news-area h3 {
  font-size: 36px;
  margin: 0 0 45px;
  text-align: center;
  font-weight: 400;
}
.news-area h3.important{
  font-size: 30px !important;
  color: #cc0000;
  text-align: center;
  padding: 0 0 15px;
}

.important a {
  padding-bottom: 3px;
  border-bottom: 1px solid #cc0000;
}

.news-event {
  width: 100%;
}

.news-event h3.important{
  font-size: 20px !important;
  color: #cc0000;
  text-align: center;
  padding: 0 0 40px;
}



.news-event ul {
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 1em 0;
  border-bottom: 1px solid #ddd;
}
.news-event li {
  text-align: left;
}
.news-event li a:hover {
  color: blue;
  text-decoration: underline;
}
.news-event p {
  margin: 0;
}

.news-btn {
  position: relative;
  width: 450px;
  height: 50px;
  background-color: #000055;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin: 45px auto;
}
.news-btn a {
  display: block;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.news-btn a:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 43%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* news icon */
.news-icon {
  text-align: center;
  margin: 0 15px;
  font-size: 16px;
  display: inline-block;
  width: 70px;
  height: 25px;
  line-height: 25px;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .news-icon { padding-top: 2px; } /* IE11 */
}


.place {
  border: 1px solid #dddddd;
}
.common {
  background-color: #dddddd;
}
/* banner area -----------------
----------------------------------------*/
.banner {
  display: none;
}

.Blank:after {
  content: "";
  display: block;
  width: 271px;
  margin: 0.3em;
  order: 1;
}
.center {
  width: 100%;
  margin: 0 auto;
}
/* footer ----------------------
--------------------------------------------*/
footer {
  width: 100%;
  background-color: #efefef;
  border-top: 1px solid #dddddd;
  position: relative;
  margin-top: 40px;
}
.footer {
  position: relative;
  max-width: 1200px;
  padding: 25.5px 15px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.footer ul {
  width: 570px;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 30px;
}
.footer ul li::after {
  display: inline-block;
  content: '|';
  margin: 0 13px;
}
.footer a:hover {
  opacity: 0.8;
}

.footer-bottom {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-top: 10px solid #cc0000;
  background-color: #000055;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.toTop {
	position: fixed;
	right: 56px;
	bottom: 60px;
}
.toTop a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  border: 1px solid #000055;
  background-color: #FFF;
}
.toTop span {
  position: absolute;
  right: 15px;
  top: 19px;
  display: block;
  width: 18px;
  height: 18px;
  border-top: solid 1px #000055;
  border-right: solid 1px #000055;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*----- SP nav ----------------
----------------------------------*/
#nav-toggle {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #F1C400;
  width: 45px;
  height: 45px;
}
#nav-toggle div {
  position: absolute;
  width: 19px;
  top: 37%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
#nav-toggle span {
  width: 19px;
  height: 3px;
  left: 0;
  display: block;
  background: #ffffff;
  position: absolute;
  background-color: #ffffff;
  transition: transform .1s ease-in-out, top .2s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 5px;
}
#nav-toggle span:nth-child(3) {
  top: 10px;
}
#nav-toggle {
  z-index: 1000;
}
#container {
  z-index: 900;
}
#global-nav {
  background-color: #ffffff;
  color: #000000;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: scroll;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 14px;
  padding-left: 0;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#global-nav a {
  display: block;
  color: #000;
  text-align: left;
  transition: color .6s ease;
  padding-left: 20px;
}
#global-nav ul {
  list-style: none;
}
#global-nav li {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
#global-nav li:last-child {
  border: none;
}
#global-nav nav {
  height: 100%;
  overflow: scroll;
  z-index: 3;
}
#global-nav nav a {
  border-bottom: none;
}
/* open */
.open {
  height: 100%;
  overflow: hidden;
}
.open #nav-toggle {
  background-color: #ffffff;
}
.open #nav-toggle div {
  top: 14%;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.open #nav-toggle span {
  background-color: #000000;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
.open #global-nav {
  transform: translateX(0);
}
.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}
/* sp accordion -----------------------*/
.accordion-container {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  outline: 0;
  cursor: pointer;
}
.accordion-container .article-title_link {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  background: #f1c400;
  cursor: pointer;
  text-align: left;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ffffff;
}
.accordion-container .article-title {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  background: #f1c400;
  cursor: pointer;
  text-align: left;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ffffff;
}
.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
  color: #000000;
}
.article-title {
  position: relative;
}
.article-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.article-title.open {
  color: #fff;
}
.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  display: none;
}
.accordion-content ul {
  background-color: #f5f5f5;
  padding: 0;
}
.accordion-content ul li {
  border-bottom: 1px solid #dddddd;
}
.accordion-content ul li.link_nomal{
  height: 50px;
}
.accordion-container {
  width: 100%;
}
.in-title {
  background-color: #ffffff;
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  cursor: pointer;
  text-align: left;
  padding: 0.815em 0 0.815em 1.2em;
  border-bottom: 1px solid #ddd;
}
.in-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.in-title.open {
  border: none;
}
.in-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.breadcrumb {
  width: 100%;
  margin: 35px 0 65px;
}
.breadcrumb ul {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.breadcrumb li {
  position: relative;
  margin: 0 1.5em 0 0;
  padding-right: 1.5em;
}
.breadcrumb li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 30%;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb li a {
  color: #333333;
}
.breadcrumb li:last-child:after {
  display: none;
}

.under-cont {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  color: #333333;
}
.under-cont h3 {
  font-weight: 400;
  margin: 0 0 30px;
}
.under-cont a {
  color: #001E62;
}
.under-cont p {
  color: #333333;
}

/* rink icon */
.link-icon-flex {
  width: 70%;
  display: flex;
  margin: 0 0 40px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

h5 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
  background: transparent;
  border-left: solid 5px #001e62;
  margin: 35px 0 30px;
}
.under-line {
  margin: 0 0 30px;
  border-bottom: solid 3px #000;
  position: relative;
  line-height: 2;
}
.under-line:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30px;
  border-bottom: solid 3px #f1c400;
}

.paragraph {
  margin: 30px 0 50px;
  white-space: normal;
}
.paragraph h6 {
  font-weight: 700;
  margin: 35px 0 18px;
}
.paragraph a {
  color: #001e62;
  position: relative;
  text-decoration:underline;
}
.paragraph ul {
  margin: 5px 0;
}
.paragraph li {
  margin: 0.5em 0;
}

.mgb-0 {
  margin-bottom: 0 !important;
}

.mg-left {
  margin-left: 20px;
}
.att {
  margin: 0;
  line-height: 1.8;
}
.underLine {
  padding-bottom: 0;
  border-bottom: 1px solid #333333;
}
.mg10 {
  display: inline-block;
  margin: 0 20px;
}

.mg30 {
  display: inline-block;
  margin: 0 30px;
}

.dot-list p {
  margin: 0;
}
.dot-list li {
  margin: 1em 0;
  padding-left: 25px;
  position: relative;
}
.dot-list li:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #001e62;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 5px 0 0;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .dot-list li:before { margin: 5px 0 0;} /* IE11 */
}

.bdr-none {
  line-height: 2;
}
.bdr-none a {
  border: none !important;
}
.li-table li:last-child .mg30 {
  margin: 0;
}
.slide-cont {
  width: 100%;
  margin: 14px 0;
}
.slide-cont p {
  display: block;
  font-size: 16px;
  text-align: center;
  background-color: #FFF;
  padding: 0;
  margin: 0;
  padding: 0 0 30px;
}

/* parts -----------------------
-------------------------------------------------------*/
.parts-cont {
  width: 100%;
  padding: 100px;
}

.parts-cont__under {
  padding: 0;
}
.parts-title {
  display: block;
  font-size: 24px;
  margin: 5em 0 2em;
}

.parts {
  margin: 5em 0 2em;
}

.parts-flex {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.parts-flex li {
  margin: 1em 0;
}

.parts__item {
  width: 30%;
}

.color ul {
  margin: 2em auto;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.color ul li {
  width: 20%;
}
.color ul li span {
  width: 95%;
  height: 100px;
  display: block;
}
.color ul li:first-child span {
  background-color: #000;
}
.color ul li:nth-child(2) span {
  background-color: #001e62;
}
.color ul li:nth-child(3) span {
  background-color: #f1c400;
}
.color ul li:nth-child(4) span {
  background-color: #c63527;
}
.color ul li:nth-child(5) span {
  background-color: #efefef;
}

h3 {
  font-weight: 500;
  font-size: 20px;
}
h2 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
  padding: 10px 17px;
  background-color: #efefef;
}
h6 {
  font-weight: 700;
}
.caption {
  font-size: 14px;
}
.num-list {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.num-list ol ol {
  padding-left: 25px;
}
.num-list li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 2em;
}
.num-list > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: .5em;
}
.link-list a {
  color: #001E62;
  /*&:hover{
		border-bottom:1px solid #001e62;
		padding-bottom: 3px;
		}*/
}
/*?O???????N */
.outside {
  /*&:hover{
		border: none !important;
		}*/
}
.outside:after {
  display: inline-block;
  content: '';
  background-image: url("../images/link.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-position: center;
  bottom: 0;
  margin-left: 0.5em;
  vertical-align: text-top;
}

.outside-list li a {
  color: #001E62;
}
.outside-list li:after {
  display: inline-block;
  content: '';
  background-image: url("../images/link.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-position: center;
  bottom: 0;
  margin-left: 0.5em;
  vertical-align: text-top;
}

.serch-btn {
  color: #000000;
  width: 100px;
  height: 45px;
  background-color: #f1c400;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
  background-image: url("../images/search_gr.png");
  background-repeat: no-repeat;
  -webkit-background-size: 22px 22px;
  -o-background-size: 22px 22px;
  background-size: 22px 22px;
  background-position: 80% center;
  padding-left: 18px;
}

.more-btn {
  position: relative;
  width: 170px;
  height: 50px;
  background-color: #000055;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.more-btn a {
  display: block;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-left: 0.5em;
  border: none !important;
}
.more-btn a:before {
  content: "";
  position: absolute;
  left: 12%;
  top: 37%;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more-btn:hover {
  opacity: .8;
}

.link-icon-list {
  margin: 0 0 40px;
}
.link-icon-list li {
  position: relative;
  margin: 0 20px 25px 0;
}
.link-icon-list a {
  position: relative;
  display: inline-block;
  padding-left: 23px;
  color: #333;
  text-decoration: none;
  color: #001E62;
}
.link-icon-list a:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #001e62;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -3px;
  margin-top: -9px;
}
.link-icon-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 12px;
  left: 3px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.link-icon-list a:hover {
  opacity: .8;
}

.pdf {
  color: #001E62;
}
.pdf:hover {
  border: none !important;
}
.pdf:after {
  display: inline-block;
  content: 'PDF';
  color: #000000;
  background-color: #efefef;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 20px;
  margin-left: 0.3em;
  box-sizing: border-box;
  font-size: 0.85em;
  width: 50px;
  height: 20px;
}
.word {
  color: #001E62;
  /*&:hover{
		border: none !important;
		}*/
}
.word:after {
  display: inline-block;
  content: 'Word';
  color: #000000;
  background-color: #efefef;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 20px;
  margin-left: 0.3em;
  box-sizing: border-box;
  font-size: 0.85em;
  width: 60px;
  height: 20px;
}
.exel {
  color: #001E62;
  /*&:hover{
		border: none !important;
		}*/
}
.exel:after {
  display: inline-block;
  content: 'Excel';
  color: #000000;
  background-color: #efefef;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 20px;
  margin-left: 0.3em;
  box-sizing: border-box;
  font-size: 0.85em;
  width: 60px;
  height: 20px;
}
table {
  width: 100%;
}
table tr, table th, table td {
  border: 1px solid #dddddd;
  padding: 1em 2em;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  white-space:normal;
}
table th {
  background-color: #efefef;
}

/*.table_cont {
  max-width: 1200px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .table_cont {
    padding: 0 0 0 1em;
  }
}
.table_cont_inner {
  height: auto;
}

.table_cont_sc table tr td:first-child{
  white-space: nowrap;
}
*/

.align-left {
  text-align: left;
}
/*sub nav ----------------
-----------------------------------*/
.right-bottom {
  width: 100%;
  margin: 14px 0 0;
}
.right-bottom li img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin: 0 14px 0 0;
}

.sub_nav > ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  list-style: none;
}
.sub_nav > ul > li {
  width: 33.222%;
  border-right: 1px solid #fff;
  background-color: #dddddd;
  -webkit-align-self: center;
  align-self: center;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 2;
}
.sub_nav > ul > li:last-child {
  border-right: none;
}
.sub__mdd_wrap {
  position: absolute;
  top: 110px;
  z-index: 2;
  left: 0;
  width: 100vw;
  max-width:100%;
}
.sub__mdd_wrap .sub__mdd_inner {
  display: none;
  width: 100vw;
  max-width:100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 10px 20px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.15);
}
.sub__mdd_inner__flex {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.unordered__sub__menu__nomal li {
  line-height: 1.8;
}
.unordered__sub__menu__nomal li:first-child {
  font-weight: normal;
}
.unordered__sub__menu__nomal li:not(:first-child) {
  margin-left: 0;
}
.unordered__sub__menu li {
  line-height: 1.8;
}
.sub__bdd_inner_list {
  width: 45%;
  padding: 0 1.5em;
}
.sub__bdd_inner_list li {
  height: auto;
  text-align: left;
  margin: 0.5em 0;
  line-height: 2;
}
.sub__bdd_inner_list li a {
  line-height: 1.8;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*&:hover{
			opacity: 0.8;
			}*/
}
.sub__nav__down-list {
  flex-basis: 40%;
}
/* sub-nav__sp --------------
--------------------------------*/
.sub-nav__sp {
  font-weight: normal !important;
  background-color: #ddd !important;
}
.sub-nav__sp img {
  vertical-align: middle;
  margin-right: 0.5em;
}
.sub-nav__sp__normal-list {
  background-color: #ffffff;
  display: block;
  position: relative;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  text-align: left;
  padding: 0.815em 0 0.815em 1.2em;
  border-bottom: 1px solid #ddd;
}
.sub-nav__sp__normal-list a {
  line-height: 2;
  padding: 0.8em 0 0.8em 25px !important;
}
/* under - mita ---
-------------------------------------*/
.kv-name {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.kv__title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.top .kv__title {
  background-color: rgba(0, 0, 85, 0.8);
  width: 40%;
  height: 80%;
}
.kv__title span{
  font-size: 18px;
}

.kv_separate {
  position: relative;
  height: 120px;
}
.kv_separate img {
  height: 120px;
  width: 100%;
  object-fit: cover;
}
.top .kv_separate {
  height: 200px;
}
.top .kv_separate img {
  height: 200px;
}

.Individual__bread {
  margin: 35px 0 35px;
}
.Individual {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  overflow-x: hidden;
}

/* side menu */
.side__menu {
  width: 23%;
  display:none !Important;
}

.side-nav {
  width: 100%;
  margin: 0;
  border: 1px solid #ddd;
}
.side-nav li {
  width: 100%;
  position: relative;
  padding: 0.72em 1.3em;
  border-bottom: 1px solid #ddd;
}
.side-nav li:last-child {
  border-bottom: none;
}
.side-nav a {
  width: 100%;
  display: block;
}
.side-nav a:hover {
  font-weight: 700;
  color: #000055;
}
.bdr {
  border-bottom: 1px solid #ddd;
}
.side-nav__layer {
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 2;
  width: 300px;
}
.side-nav__layer_1st {
  background-color: #efefef;
  border: 1px solid #ddd;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.side-nav__layer_1st:before {
  content: "";
  position: absolute;
  left: -4%;
  top: 20px;
  display: inline-block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #efefef;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 3;
}
.side-nav__layer_1st li {
  border: none !important;
}
.side-nav__layer_2st {
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  width: 100% !important;
  background-color: #FFF;
  box-shadow: 2px 4px 5px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 4px 5px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 5px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.side-nav__layer_2st:before {
  content: "";
  position: absolute;
  left: -4%;
  top: 10%;
  display: block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 3;
}
.side-nav__layer_2st li {
  border-bottom: none !important;
}
.sch_link {
  position: relative;
  height: 33px;
  background-color: #000055;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  margin-top: -20px;
}
.sch_link a {
  display: block;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding-left: 0px;
}
.sch_link a:before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 15px;
  left: 30px;
  margin-top: -2px;
  transform: rotate(45deg);
  border-radius:0;
}
.sch_link a:after{
  border: 0;
  border-top: none;
  border-right: none;
  position: absolute;
}

.col-normal {
  color: #000 !important;
}
.nomal-menu {
  width: 100%;
  margin-bottom: 0 !important;
  border: 1px solid #ddd;
  border-top: none;
}
.nomal-menu li {
  width: 100%;
  font-weight: 700;
  position: relative;
  padding: 0.8em 1.3em;
  margin: 0 !important;
}
.nomal-menu li a {
  display: block;
  font-weight: normal;
  line-height: 2;
}
.nomal-menu li a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: text-bottom;
  margin-left: 0.2em;
  margin-bottom: 5px;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .nomal-menu li a img {margin-bottom: 5px;} /* IE11 */
}
.nomal-menu li a:before {
  top: 15px;
}
.nomal-menu li a:after {
  margin-top: 0;
  top: 13px;
  left: 3px;
  transform: rotate(45deg);
}
.nomal-menu li:nth-child(2) {
  padding: 0;
}
.nomal-menu li:nth-child(2) span {
  display: block;
  margin: 1.5em 1.3em 0;
}
.nomal-menu li:nth-child(3) {
  padding: 0;
}
.menu__calender {
  background-color: #efefef;
  border: 1px solid #ddd;
  margin: 0.5em;
  padding: 0.5em;
}
.menu__calender span {
  display: block;
  text-align: center;
  margin: 0 !important;
}
.sp-menu__calender {
  margin: 0;
}
.name {
  font-size: 14px;
  font-weight: 500;
}
.hours {
  font-size: 24px;
  font-weight: 700;
  margin: 0 !important;
  letter-spacing: 5px;
}
.hours-link {
  width: 70%;
  margin: 0 auto;
  font-size: 14px;
}
.hours-link:before {
  top: 16px !important;
  left: 3px !important;
  width: 15px !important;
  height: 15px !important;
}
.hours-link:after {
  top: 11px !important;
  left: 6.5px !important;
}
.Individual__cont {
  width: 100%;
  height: auto;
}
.Individual__cont select {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.Individual__cont .selectBox {
  width: 25%;
}
.Individual__cont .selectBox:first-child {
  width: 15%;
}

.Individual__cont_tab {
  margin: 0 !important;
  padding: 0 !important;
}
.Individual__cont_tab h3 {
  font-size: 90%;
}
.Individual__cont_tab .tabnav li a {
  padding: 0.6em;
}

.side__menu__calender {
  padding: 1em 0.5em;
}
.side__menu__calender li {
  border: none;
  font-weight: normal;
  padding: 0;
  position: relative;
}
.side__menu__calender a {
  display: block;
}
.side__menu__calender a:before {
  display: none;
}
.side__menu__calender a:after {
  display: none;
}
.side__menu__calender .cl-month {
  width: 100.5%;
  display: block;
  font-weight: normal;
  text-align: center;
  margin: 0 auto !important;
  background-color: #FFF;
  padding: 0 0 1em;
}
.side__menu__calender .bx-wrapper {
  height: 226px !important;
}
.side__menu__calender .bx-wrapper .bx-controls-direction a {
  top: 1.7%;
  margin: 0 auto;
  padding: 0;
  width: 11px;
  height: 16px;
}

.side__menu__calender .bx-wrapper .bx-prev {
  left: 30px;
  background: url("../images/other/other-btn_prev.png") no-repeat;
  -webkit-background-size: 11px 16px;
  -o-background-size: 11px 16px;
  background-size: 11px 16px;
}
.side__menu__calender .bx-wrapper .bx-next {
  right: 36px;
  background: url("../images/other/other-btn_next.png") no-repeat;
  -webkit-background-size: 11px 16px;
  -o-background-size: 11px 16px;
  background-size: 11px 16px;
}
/* calender */
.calender_icon__area {
  padding: 0 !important;
}
.side-nav__icon {
  width: 93% !important;
  margin: 0 auto 1em !important;
  padding-bottom: 1em;
}
.side-nav__icon li {
  margin: 0.3em 0 !important;
  width: 100%;
  border: none !important;
  font-weight: normal;
  padding: 0 !important;
}
.side-nav__icon li p {
  margin: 0;
}
.side-nav__icon li:nth-child(2) span {
  display: inline-block;
  margin: 0 10px 0 0;
}

.twitter-area {
  width: 100%;
  padding: 0 5px;
  border: 1px solid #ddd;
  margin: 2em 0;
}

.pick-up {
  margin: 3em 0;
}
.pick-up h3 {
  font-size: 24px;
}
.pick-up ul {
  margin: 1em 0;
  display: flex;
  justify-content: space-between;
}
.pick-up li {
  /*width: calc( 100% / 3 );*/
  margin-left: 10px;
  flex: 0 1 270px;
}
.pick-up li:hover {
  opacity: 0.8;
}
.pick-up img {
  max-width: 100%;
  height: auto;
  width: 270px;
}

.about {
  padding: 2em 0 0;
  margin: 4em 0 0;
  border-top: 1px solid #ddd;
}
.about h4 {
  width: 45%;
  overflow:hidden;
  background-color: #FFF;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
}

.about-disc {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.about-disc p {
  padding-right: 1em;
  width: 55%;
}
.about-disc img {
  height: auto;
  margin-top: -36px;
  width: 42.5%;
}

/* sidemenu under */
.side-menu__under {
  margin-top: 0;
}
.side-nav__under li {
  position: relative;
}
.side-nav__under li:after {
  content: "";
  position: absolute;
  right: 10%;
  top: 43%;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #000000;
  border-right: solid 1px #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-nav__under li a:hover {
  font-weight: normal;
  color: #000;
}
.sidenav-active {
  background-color: #f1c400;
}
/* SP calender */
.SP-calender {
  margin: 3em 0 0;
}
.SP-calender h4 {
  font-size: 24px;
  font-weight: 700;
  background-color: #FFF;
  text-align: center;
  padding: 0;
}
.SP-calender .slide-cont {
  margin: 0;
}
.SP-calender .icon-area {
  width: 90%;
  margin: 0 auto;
}
.SP-calender .icon-area li p {
  margin: 0;
  padding: 0;
  width:unset;
  font-size:100%;
}
.facility-news-sp {
  width: 90%;
  margin: 0 auto;
}
.txt-center {
  text-align: center;
}


.globalnav__link {
  padding: 20px 20px 0;
  font-size: 16px;
}
.globalnav__link ul {
  padding: 10px;
}
.globalnav__link li {
  border: none !important;
  padding: 5px 0;
}
.globalnav__link li a:before {
  top: 10px;
}
.globalnav__link li a:after {
  top: 12px;
  left: 3px;
  transform: rotate(45deg);
}
.globalnav__link li a img {
  margin-left: 0.5em;
  vertical-align: text-bottom;
}
.sns-area {
  padding: 0 20px 20px;
}
.sns-area ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.sns-area li {
  border: none !important;
}
.sns-area img {
  display: block;
  max-width: 50%;
  height: auto;
  margin: 0 auto;
}
.sns-area a {
  padding: 0 !important;
  text-align: center;
}

.sp-hours-link {
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.sp-hours-link:before {
  content: '';
  background: #001e62;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 59px;
  width: 15px;
  height: 15px;
  margin-top: -9px;
}
.sp-hours-link:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 15px;
  left: 63px;
  margin-top: -4px;
  transform: rotate(45deg);
}
/* news list -----------------
--------------------------------------*/
.news-list-cont {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.news-list-cont h3 {
  font-size: 24px;
}
.news-list-cont #contents-tab {
  padding: 0;
}

.tabcontent-list {
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
}

.tabnav-news {
  width: 643px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tabnav-news li {
  width: 100%;
  text-align: center;
  background-color: #efefef;
  position: relative;
}
.tabnav-news li a {
  display: block;
  color: #000000;
  text-align: center;
  font-size: 16px;
  padding: 1em 1.5em;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.tabnav-news li:nth-child(2) {
  margin: 0 1em;
}

.tab-active__news {
  background-color: #f1c400;
}
.tabcontent-list {
  background-color: #fff;
}
.Pagination {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2em;
}
.Pagination ul {
  width: 182px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.Pagination a {
  line-height: 34px;
}
/* .Pagination .prev-page:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  transform: rotate(-135deg);
  margin-top: 3px;
}
.Pagination .next-page:before {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  margin-top: 3px;
  transform: rotate(45deg);
} */
.Pagination li {
  border: 1px solid #ddd;
  margin: 0 0.3em;
  padding: 0.75em 0.92em;
}
.Pagination li.current {
  background: #ddd;
}
.Pagination li:first-child {
  margin-left: 0;
}
.Pagination li:last-child {
  margin-right: 0;
}

.page-active {
  background-color: #ddd;
  border: none;
}

.other_cl__sp {
  width: 90%;
  margin: 2em auto 0;
}

.image_gallery{
	display:block;
}
.image_gallery .item{
	display: inline-block;
    margin: 0 10px 10px 0;
	text-align:center;
}

.box_kakomi{
	margin-bottom: 15px;
    padding: 10px 15px;
    border: 2px solid #001e62;
}

.widget-calendar.widget table {
  margin-bottom: 2em;
}
.widget-calendar.widget table a {
  text-decoration: underline;
  color: blue;
}
.widget-calendar.widget table a:visited {
  color: purple;
}



.notice{
	padding-left:1em;
	text-indent:-1em;
	box-sizing: border-box;
	display: block;
}
/*# sourceMappingURL=style.css.map */



/*sitemap*/
.sitemap .sitemap_list > li{
  display: inline-table;
  padding-bottom: 60px;
}
.sitemap .sitemap_list > li:nth-child(odd){
  padding-right: 46px;
}
.sitemap .g_nav{
  background: none;
}
.sitemap .g_nav > ul{
  display: block;
}
.sitemap .g_nav > ul >li{
  background: none;
  text-align: left;
  border: none;
}
/*.sitemap .mdd_wrap{
  display: block !important;
}
.sitemap .mdd_wrap .mdd_inner{
  display: block !important;
}*/
.sitemap .center-box{
  width: 558px;
  display: inline-table;
}
.sitemap .side__menu{
  font-size: 0.9em;
  width: 100% !important;
}
.sitemap .side-nav{
  border: none;
}
.sitemap .side-nav > li{
  border: none;
  padding: 0.72em 0 0.72em 22px;
  font-weight: bold;
  font-size: 1.1em;
}

.sitemap .side-nav > li:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #001e62;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: -3px;
    margin-top: -9px;
  }
.sitemap .side-nav > li:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 22px;
    left: 3px;
    margin-top: -4px;
    transform: rotate(45deg);
}
.sitemap .side-nav a{
  width: 100%;
  display: block;
}
.sitemap .side-nav .side-nav__layer{
  display: block !important;
  position: static;
  width: 536px;
  height: auto !important;
}
.sitemap .side-nav .side-nav__layer_1st{
  background: none;
  border: none;
  box-shadow:none;
  width: 100%;
  font-size: 0.9em;
  font-weight: normal;
}
.sitemap .side-nav .side-nav__layer_1st:before{
  display: none;
}
.sitemap .side-nav .side-nav__layer_1st > li{
  display: inline-table;
  padding: 0.45em 1.3em;
}
.sitemap .side-nav .side-nav__layer_1st > li:before{
  content: '';
  width: 12px;
  height: 12px;
  background: #d3d3d3;
  border-radius: 50%;
  position: absolute;
  top: 19px;
  left: -3px;
  margin-top: -9px;
}
.sitemap .side-nav .side-nav__layer_2st{
  display: block !important;
  position: static;
  border: none;
  box-shadow: none;
  padding:0 0 30px 10px;
}
.sitemap .side-nav .side-nav__layer_2st li{
  float: left;
  width: 245px;
  padding: 7px 10px 0;
}
.sitemap .side-nav .side-nav__layer_2st li:nth-child(even){
  padding-right: 0px
}
.sitemap .side-nav .side-nav__layer_2st:before{
  display: none;
}
.sitemap .side-nav .side-nav__layer_2st > li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #eee;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    left: -3px;
    margin-top: -9px;
  }
.sitemap .side-nav .layer-2st-open{
  clear: both;
}

.sitemap .nomal-menu{
  display: none;
}
.sitemap .twitter-area{
  display: none;
}



.sitemap .g_nav .mdd_wrap {
  position: initial;
}

.sitemap .g_nav .mdd_wrap .mdd_inner {
  display: initial;
  padding: 0;
}

.sitemap .g_nav .mdd_wrap .mdd_inner .drop-flex{
  display: initial;
}

.sitemap .g_nav .mdd_wrap .mdd_inner .drop-flex h3{
  font-size: 16px;
  margin: 0;
}

.sitemap .g_nav .mdd_wrap .mdd_inner .drop-flex .down-list.basis{
  border-right: initial;
  border-left: initial;
}

.sitemap .g_nav > ul > li:nth-child(3) .mdd_wrap .mdd_inner .down-list .unordered {
  padding-bottom: 20px;
}

.sitemap .g_nav > ul > li:nth-child(3) .mdd_wrap .mdd_inner .drop-flex .down-list:nth-child(3) .unordered{
  padding-bottom: 0;
}

.sitemap .g_nav > ul > li:nth-child(3) .mdd_wrap .mdd_inner .down-list .unordered > li{
  padding-left: 1em;
  line-height: 1.8;
}

.sitemap .g_nav > ul > li:nth-child(3) .mdd_wrap .mdd_inner .down-list .unordered > li:first-child{
  padding-left: 0;
}

.sitemap .g_nav .mdd_wrap .mdd_inner .down-list .unordered li a{
  color: #001E62;
}

.sitemap .g_nav .g_nav-link a:hover {
  color: #001E62;
}

.sitemap .g_nav > ul {
  padding-bottom: 60px;
}
