@charset "utf-8";
/*スマホ用スタイル*/
body{
    padding: 0;
    margin: 0;
    background-color: #fff;
}
main{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    font-size: 14px;
    margin: 0 auto;
}
header{
    position: relative;
}
header > div{
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

/*ロゴ画像の大きさ*/
header > div img{
    width: 160px;
}
/*PCロゴを非表示する*/
.splogo img{
  display:inline-block;
  margin-top: 10px;
}
/*スマホロゴは表示にする*/
.pclogo img{
  display:none;
}
/*JP/EN切替*/
.language_mobile{
  display: flex;
  justify-content: center;
}
.language_mobile p{
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0 2em;
  margin: 1em 0.5em;
}
.language_mobile a{
  width: 100%;
}
.languagePC{
  display: none;
}
/*ボタンの位置*/
.btn_menu{
    position: fixed;/*←固定(元：absolute)*/
    top: 10px;
    right: 10px;
    z-index: 1000;/*スライドに隠れないようにする*/
}
/*ボタンのスタイル*/
.btn_menu span{
  height: 50px;
  width: 50px;
  display: flex;
  border-radius: 50%;
  padding: 0;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #000;
  color: #fff;
}
.nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: rgba(28, 73, 158, 0.96);
  height: 0;
  opacity: 0;
  transition: all 300ms;
}
.nav.show ul{
  height: auto;
  opacity: 1;
  position: fixed;/*ヘッダーメニュー固定*/
  width: 100%;/*ヘッダーメニュー固定時幅調整*/
  z-index: 1000;/*スライドに隠れないようにする*/
}
.nav ul li{
  text-align: center;
  border-bottom: solid 1px #ccc;
  padding: 0.5em 0;
  display: none;
}
.nav.show ul li{
    display: block;
}  
.line{
    color: #fff;
}

/*共通*/
/*↓フッター*/
footer {
    background-color: #1c499e;
    text-align: center;
    width: auto;
    width: 100%;
}
footer #footer_nav {
    background-color: #efefef;
    padding: 5px 0;
}
footer #footer_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer #footer_nav li {
    display: inline;
    border-left: solid 1px #98999a;
    margin-left: 8px;
    padding-left: 8px;
    font-size: smaller;
}
footer #footer_nav li:last-child {
    border-right: solid 1px #98999a;
    padding: 0 8px;
}
footer small {
    display: block;
    padding: 8px 0;
    color: #fff;
}
.flink{
    color: #98999a;
}
a { 
  text-decoration:none;
  word-break: break-all;
}
.center{
    text-align: center;
}

table{
    margin: 50px auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
}

/*NEWS*/
.news-contents{
  flex-direction: column;
}

#news .page-title{
  margin-top: 30px;
}
.asidenews{
  margin-top: 60px;
}
.post-info{
  margin-bottom: 30px;
}
.post-date{
  width: 70px;
  height: 70px;
  font-size: 1rem;
}
.post-date span{
  font-size: 0.875rem;
  padding-top: 2px;
}
.post-title,
.post-cat{
  margin-left: 40px;
}
.post-title{
  font-size: 1rem;
}
.post-cat{
  margin-left: 80px;
}
.post-diary{
  align-items: left;
  text-align: left;
}
p.right{
  text-align: right;
  margin-right: 15px;
}
.infoc{
  width:  90%;
}
.facwrap{
  display: block; 
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.facility_1{
  display: block; 
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
form div{
  padding-left:5%;
}
.tab_wrap{
  width:90%
}
.tab_area label{
  width:120px;
}
.label{
  font-size: 1rem;
}
.contact2{
  width: 90%;
}
.button{
  font-size: 0.6rem;
  border-radius: 5px;
  padding: 5px 14px;
}
.btn2 {
  font-size: 10px;
  width: 140px;
  padding: 0.8em;
  border-radius: 25px;
  margin: 10px auto;
}
table.confirmt{
  width:100%;
  font-size: 7px;
}

/*お知らせ_News*/
.newsimg{
  width: 100%;
  align-items: left;
}
.asidenews{
  width: 22%;
  padding-right: 5%;
}
/*メイン部*/
article img{
  margin-bottom: 10px 0 20px 0;
}
article p{
  margin-bottom: 01rem;
}
.br_pc{
  display: none;
}
.margin_PC{
  display: none;
}
.news-contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.post-info{
  position: relative;
  padding-top: 4px;
  margin-bottom: 40px;
}
.post-bg{
  background: #2bb3e9;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
}
.post-date{   
  color: #fff;  
  font-size: 1.625rem;
  text-align: center;
  padding: 0 12.5px;

}
.post-date span{
  font-size: 1rem;
  border-top: 1px rgba(255, 255,255, .5) solid;
  display: block;
  width: 60%;
  margin: 0 auto;
}
.post-title{
  font-size: 1.25rem;
  font-weight: normal;
}
.post-title,
.post-cat{
  margin-left: 120px;
}
.post-diary{
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.item img{
  width: 100%;
}
.item p {
  margin: 15px 0 0;
}
.logoex {
  margin-top: auto;
}
.logoex span {
  display: block;
  color: #333333;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.emphasis{
  font-weight: bold;
  font-size: 1.25rem;
}

.contact_jump{
  text-decoration : underline #F00;
  color: #000;
}

iframe{
  width: 100%;
  height: 250px;
  margin: 5px;
}
.nagono, .pitch,.img_wd,.width50{
  width: 100%;
  height: auto;
  margin: 5px;
}


/*↓PC用スタイル*/
@media(min-width:544px){
  header{
    display:flex;
    justify-content: space-between;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    width: 100%;
    top:0;
    z-index: 10000;
    border-top:10px solid #1c499e;/*ヘッダーの上にライン*/
    font-weight: bold;
    align-items: center;
  }  
  header > div{
    width: 300px;
  }
  /*JP/EN切替*/
  .language_mobile{
    display: none;
  }
  .languagePC{
    display: initial;
    padding-left: 30px;
  }
  .languagePC ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 5px 0 0 0;
  margin: 0;
  }
  .languagePC ul li {
    margin: 0 5px;
  }
  .languagePC ul li a {
    font-size: 14px;
  }
  .languagePC_a {
    color: #6f7579;
  }
  .languagePC_a:hover{
    color: #fff;    
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .line_active {
    color: #fff;
    border-bottom: solid 3px #2bb3e9;
    display: block;
    position: relative;
    text-decoration: none;    
    padding: 0 0 2.5px;
  }
  .line_active::after {
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    width: 0;
  }
  /*PC画像を表示する*/
  .pclogo img{
    display:inline-block;
  }
  /*スマホ画像は非表示にする*/
  .splogo img{
    display:none;
  }
  
  footer{
    width:  100%;      
    align-items: center;
    justify-content: space-between;
  }
  .br_footernav{
    display: none;
  }
  main{        
      margin: 0 auto;
      padding-top: 100px;/*ヘッダーがかぶらないようにする*/
      width: 980px;
      font-size: 1.285714286rem;
  }
  .btn_menu{
      display: none;
  }
  .nav{
      width: 100%;
  }
  .nav ul{
      display: flex;
      justify-content: flex-end;
      opacity: 1;
      height: auto;
      background: initial;
      min-width: 620px;
      padding:10px 30px 0 0;
  }
  .nav ul li{
      border: none;
      margin: 0 20px;
      display: block;
  }
  /*ヘッダーリンク選択の線付け*/
    .line {
      display: block;
      padding: 0 0 5px;
      position: relative;
      text-decoration: none;
  }
  .line::before,
  .line::after {
      border-bottom: solid 3px #2bb3e9;
      bottom: 0;
      content: "";
      display: block;
      position: absolute;
      transition: all .3s ease;
      -webkit-transition: all .3s ease;
      width: 0;
  }
  .line::before {
      left: 25%;/*左線の開始位置(中央)*/
  }
  .line::after {
      right: 25%;/*右線の開始位置(中央)*/
  }
  .line:hover::before,
  .line:hover::after {
    width: 80%;/*線の長さ(中央から)*/
  }
  /*線付けここまで*/
  .newsimg{
    width: 500px;
  }

  .post-info {
    margin:4rem 0;
  }
  .post-title{
    font-size: 2rem;
  }
  .br_posttitle{
    display: none;
  }
  .br_pc{
    display: initial;
  }
  .post-bg{
      top: 30px;
  }
  .post-diary p{
      margin-left: 1rem;
  }
  .emphasis{
    font-size: 1.5rem;
    margin-left: 1rem;
  }  
  .article img{
      width: 200px;
  }
  iframe, .nagono, .pitch{
    width: 400px;
    height: 300px;
  }
  .img_wd{
    width: initial;
  }
  .width50{
    width: 50%;
  }
  .col3 {
    display: flex;
  }
  
  .col3 img {
    width: calc(100% / 3);
  }
} 

/*PCタブ部分*/

.arrow-prev,
.arrow-next {
    position: relative;
    float: left;
    top: 2px;
    background: #2bb3e9;
    width: 18px;
    height: 18px; 
    margin-right: 5px;
    border-radius: 100px;
    
}


.arrow-next::after {
    position: absolute;
    left: 7px; 
    top: 4px; 
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
}

  .tab-002 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    /* max-width: 500px; */
}

#filterSelect {
  padding: 8px 10px; 
  font-size: 16px; 
  border: 1px solid #ccc; 
  border-radius: 4px;
  background-color: #f9f9f9;
  color: #333;
}

.tabContent {
    display: none;
}

.tabContent.active {
    display: block;
}

.tabButton{
  position: relative;
  flex: 1 1;
  order: -1;
  width: 128px;
  height: 53px;
  margin: 20px 0;
  padding: .6em 1em;
  border-radius: 2%;
  background-color: #dee6ea;
  color: #333;
  font-size: .9em;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #9e9e9e;
  border-bottom: 3px solid #2bb3e9;
}

.tabButton:focus {
  opacity: 1; 
}

.tabButton:not(:focus) {
  opacity: 0.8; 
}


/*SPタブ部分*/

@media only screen and (max-width: 767px) {
.arrow-prev,
.arrow-next {
    position: relative;
    float: left;
    /* top: 4px; */
    background: #2bb3e9;
    width: 18px;
    height: 18px;
 
    margin-right: 5px;
    border-radius: 100px;
}

.arrow-next::after {
  position: absolute;
  left: 7px;
  top: 4px;
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}

  .tab-002 > div {
    display: none;
  }

  .main-tap {
    display: none;
  }

 #tabMenu {
  display: none;
 } 

  .tabContent {
    display: none;
}

.tabContent.active {
    opacity: 1;
    visibility: visible;
}
  
}