/*
* Multilingual page CSS
*/
@charset "utf-8";
body#zh{
    font-family:"Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

.header .logo{
    background:none;
    display: block;
    width: auto;
    height: auto;
    text-indent:0;
    top:30px;
}
.header .multi_btn{
    margin:12px 0;
}
.header .multi_btn li{
    width:8em;
    margin:0 2px;
    border:#de3d45 solid 1px;
    text-align:center;
    background-color:#FFF;
    color:#DE3D45;
}
.header .multi_btn li:hover{
    background-color:#de3d45;
    color:#FFF;
    cursor:pointer;
    transition-duration:.3s;
}
.header .multi_btn li a{
    display:block;
    width:100%;
    height:100%;
    color:#DE3D45;
    padding:0.5em;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.header .multi_btn li a:hover{
    color:#FFF;
}
.header .multi_btn li.on{
    background-color:#FAEEEF;
    padding:0.5em;
}
.header .multi_btn li.on:hover{
    cursor:text;
    background-color:#FAEEEF;
    color:#DE3D45;
}

.pageImage{
    border-top:#de3d45 solid 5px;
}

ul.index li{
    border-bottom:#CCC dotted 1px;
    padding:0 0 0.75em 0.5em;
    margin:1em 0 0 0;
    line-height:100%;
}

/*Facility information*/
ul.ico_list{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
    border:#DDD solid 3px;
    border-radius:5px;
    padding:1em 1em 0;
}
.ico_list li{
    width:auto;
    margin:0 2em 1em 0;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items:center;

}
.ico_list li img{
    width:24px;
    height:auto;
    margin-right:5px;
}

ul.num_list{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-start;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing:border-box;
    border:#F00 solid 3px;
    border-radius:5px;
    padding:1em 1em 0;
}
.num_list li{
    width:auto;
    margin:0 2em 1em 0;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    justify-content:flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items:center;

}
.num_list li img{
    width:20px;
    height:auto;
    margin-right:3px;
}


/*--------------------------------------------------------
  common style
--------------------------------------------------------*/

.flex_sb{
    display:-webkit-flex;
    display:-ms-flexbox;/*--- IE10 ---*/
    display:flex;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;/*--- IE10 ---*/
    flex-wrap:wrap;
}
.flex_sa{
    display:-webkit-flex;
    display:-ms-flexbox;/*--- IE10 ---*/
    display:flex;
    justify-content:space-around;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;/*--- IE10 ---*/
    flex-wrap:wrap;
}
.flex_c{
    display:-webkit-flex;
    display:-ms-flexbox;/*--- IE10 ---*/
    display:flex;
    justify-content:center;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;/*--- IE10 ---*/
    flex-wrap:wrap;
}
.w50per{
    width:50%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.w45per{
    width:45%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------------------------------------------------
 20200409追記　コロナ告知
--------------------------------------------------------*/
.coronainfo{
	width:700px;
	height:330px;
}

.font-blue {
  color: cornflowerblue;
}

ul.en-top-news {
      border-bottom: 1px dotted #ddd;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}
ul.en-top-news li,ul.zh-top-news li {
    border-bottom: 1px dotted #ddd;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-family: "Microsoft Yahei","PingHei" ,"sans-serif";
}

ul.en-top-news li a,
ul.en-top-news li > span,
ul.zh-top-news li a,
ul.zh-top-news li > span{
    align-items: center;
    display: -webkit-flex;
    display: flex;
    font-size: 1.05em;
    padding: 12px 12px 12px 40px;
    position: relative;
    text-decoration: none;
    width: 100%;
    color: #000;
    transition: 0.2s;
}

ul.en-top-news li a::before,
ul.zh-top-news li a::before{
    content: "\f0da";
    font-family: FontAwesome;
    color: #de3d45;
		left: 2%;
		position: absolute;
    font-size: 17px;
}
ul.en-top-news li a:hover,
ul.zh-top-news li a:hover {
    background-color:#faeeef;
}

.zh-top-ttl{
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 20px;
  position: relative;
}

.top-ttl {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 20px;
  position: relative;
}
.top-ttl::before,
.zh-top-ttl::before{
  display: inline-block;
  content: "";
  background-image: url(../images/multi/en/top-ttl-ico.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px;
  width: 35px;
  height: 35px;
  vertical-align: middle;

}

.zh_btn{
    margin: 0 2px;
    border: #de3d45 solid 1px;
    text-align: center;
    background-color: #FFF;
    color: #DE3D45;
    font-weight: bold;
    padding: 0.8em 40px;
    text-decoration: none!important;
}

.zh_btn:hover{
    background-color: #de3d45;
    color: #FFF;
    cursor: pointer;
    transition-duration: .3s;
}

