@charset "UTF-8";
/*========*/
/* ヘッダ */
/*========*/

.foreign .g-nv{
  padding-top: 0;
}


/* 追従バナー
-----------------------------------*/





/* フッター
-----------------------------------*/
/* .en footer {
  margin-top: 0;
} */
@media (max-width: 1023px) {
  footer .bg-area {
    padding-bottom: 150px;
  }
}



/*===============*/
/* コンテンツ内容 */
/*===============*/

/* 共通
-----------------------------------*/


/* メイン
-----------------------------------*/

/* マップへのリンク */
.usage-fee-sec .table td .usage-fee-map {
  display: inline-block;
  margin-right: 20px;
}
.usage-fee-sec .table td .com-bt {
  display: inline-block;
  max-width: 190px;
  width: 100%;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.foreign .usage-fee-sec .table td .com-bt:hover {
  color:#FFF;
}

@media (max-width: 767px) {

  .usage-fee-sec .table td .usage-fee-map {
    margin: 0 0 14px;
  }
  .usage-fee-sec .table td .com-bt {
    display: block;
    margin: 0 auto;
  }
}


/* Facility Information
-----------------------------------*/

/* イングリッシュ　スピーカーがいます */
.facility-sec {
  position: relative;
}
.facility-sec .announce {
  position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
  padding: 10px;
	top: -80px;
	right: 16%;
	color: #751300;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: solid 4px #751300;
	width: 220px;
	height: 220px;
}
.facility-sec .announce p {
  font-size: 18px;
  margin-bottom: 0;
}
.facility-sec .announce span {
  font-size: 14px;
}
.facility-sec .note{
  margin-top: 1rem;
  margin-bottom: 3em;
  text-align: center;
  line-height: 1.625;
}
.facility-sec .note .ic{
  width: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 1440px) {
  .facility-sec .announce {
    padding: 10px;
    top: -40px;
		right: 8%;
		font-size: 16px;
		border: solid 2px #751300;
		width: 180px;
		height: 180px;
	}
}

@media (max-width: 767px) {
  .facility-sec {
    overflow: hidden;
	}
	.facility-sec .announce {
    padding: 10px;
    position: static;		
		font-size: 20px;
		border-radius: 50%;
		border: solid 4px #751300;
		width: 180px;
		height: 180px;
		margin: 32px auto 10px;
	}
}


.facility-sec .slide-wrap{
  margin-top: 60px;
}
@media (max-width: 767px) {
  .facility-sec .slide-wrap{
    margin-top: 30px;
  }
}


/* アクセス */
.map-sec .indent{
  flex-direction: column;
  align-items: center;
}


/* インスタ */











/*=========*/
/* English */
/*=========*/
body.en{
  font-family: "Roboto", sans-serif;
}

.en .fixed-bn li:first-child{
  background: url('../images/en/fixed_01.png') no-repeat;
  background-size: 100% auto;
}
.en .fixed-bn li:first-child:hover{
  background: url('../images/en/fixed_01_hover.png') no-repeat;
  background-size: 100% auto;

}
.en .fixed-bn li:last-child{
  background: url('../images/en/fixed_02.png') no-repeat;
  background-size: 100% auto;
}
.en .fixed-bn li:last-child:hover{
  background: url('../images/en/fixed_02_hover.png') no-repeat;
  background-size: 100% auto;
}




.en .index .main-sec .img-area .main-text {
  line-height: 1.8;
} 
.en .index .main-sec .img-area .main-text .main-text-title {
  line-height: 1.2;
}
.en .facility-sec .announce p{
  font-size: 17px;
}

/*=========*/
/* Chinese */
/*=========*/

body.cn {
  font-family: "Noto Sans SC", sans-serif;
}

.cn .fixed-bn li:first-child{
  background: url('../images/cn/fixed_01.png') no-repeat;
  background-size: 100% auto;
}
.cn .fixed-bn li:first-child:hover{
  background: url('../images/cn/fixed_01_hover.png') no-repeat;
  background-size: 100% auto;

}
.cn .fixed-bn li:last-child{
  background: url('../images/cn/fixed_02.png') no-repeat;
  background-size: 100% auto;
}
.cn .fixed-bn li:last-child:hover{
  background: url('../images/cn/fixed_02_hover.png') no-repeat;
  background-size: 100% auto;
}


/*===========*/
/* Taiwanese */
/*===========*/

body.tw {
  font-family: "Noto Sans TC", sans-serif;
}

.tw .fixed-bn li:first-child{
  background: url('../images/tw/fixed_01.png') no-repeat;
  background-size: 100% auto;
}
.tw .fixed-bn li:first-child:hover{
  background: url('../images/tw/fixed_01_hover.png') no-repeat;
  background-size: 100% auto;

}
.tw .fixed-bn li:last-child{
  background: url('../images/tw/fixed_02.png') no-repeat;
  background-size: 100% auto;
}
.tw .fixed-bn li:last-child:hover{
  background: url('../images/tw/fixed_02_hover.png') no-repeat;
  background-size: 100% auto;
}
.tw .facility-sec .announce p{
font-size: 17px;
}
@media (max-width: 767px) {
  .tw .facility-sec .announce p{
    font-size: 16px;
    }
}

/*========*/
/* Korean */
/*========*/

body.ko {
  font-family: "Noto Sans KR", sans-serif;
}

.ko .fixed-bn li:first-child{
  background: url('../images/ko/fixed_01.png') no-repeat;
  background-size: 100% auto;
}
.ko .fixed-bn li:first-child:hover{
  background: url('../images/ko/fixed_01_hover.png') no-repeat;
  background-size: 100% auto;
}
.ko .fixed-bn li:last-child{
  background: url('../images/ko/fixed_02.png') no-repeat;
  background-size: 100% auto;
}
.ko .fixed-bn li:last-child:hover{
  background: url('../images/ko/fixed_02_hover.png') no-repeat;
  background-size: 100% auto;
}