@charset "utf-8";

/* ==================================================
contents
================================================== */

/* ==================================================
Mainvs Section
================================================== */
#tmp_mainvisual {
	margin-bottom: 54px;
}
#tmp_mainvisual .top_image_box .splide__slide{
    border-radius: 30px;
}
/* ==================================================
News Section
================================================== */
#tmp_infor:first-child {
    margin-top: 54px;
}
#tmp_infor .infor_row{
    display: flex;
    margin-bottom: 100px;
}
#tmp_infor .infor_col{
    flex: 1;
}
.infor_box{
    margin-bottom: 82px;
}
.infor_box .infor_box_inner{
    position: relative;
    min-height: 186px;
    margin-top: -26px;
    padding: 41px 26px 28px;
    color: #000000;
    background-color: #FFF7EE;
    border: solid 4px #FF941D;
    border-radius: 10px;
}
.infor_box .infor_box_inner:after{
    pointer-events: none;
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: dashed 2px #FF941D;
    border-radius: 6px;
}
.infor_box .news_ttl{
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 96%;
    text-align: center;
    z-index: 1;
}
.infor_box .news_ttl h2 {
    display: inline-block;
    width: 214px;
    height: 50px;
	font-weight: bold;
	font-size: 200%;
    line-height: 1.2;
    text-indent: -9999px;
    color: inherit;
    background: transparent url(/shared/templates/biwako_system_top/images/icon/event_ttl.png) no-repeat center center;
    background-size: 100% auto;
}
.infor_box .news_list li {
    border-bottom: none;
}
.infor_box .news_list li:last-child {
    margin-bottom: 16px;
}
.infor_box .more{
    margin-top: 16px;
    text-align: center;
}
.infor_box .more > a{
    display: inline-block;
    color: #000000;
    background-color: #FFFFFF;
    background-image: url(/shared/templates/biwako_system_top/images/icon/icon_event_link.png);
    background-position: right 18px center;
    padding: 12px 35px;
    border: 2px solid #ff941d;
    transition: 0.3s ease-in-out background, 0.3s ease-in-out border, 0.3s ease-in-out color;
}
.infor_box .more > a:hover {
    background-position: right 10px center;
}
/* events */
.infor_box.event{
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 7px;
}
/* info box news */
.infor_box.news{
    margin-bottom: 0;
}
.infor_box.news .infor_box_inner,
.infor_box.news .infor_box_inner:after{
    border-color: #11A5F0;
}
.infor_box.news .infor_box_inner{
    margin-top: -27px;
    background-color: #F5FBFF;
}
.infor_box.news .news_ttl h2 {
    width: 158px;
    height: 50px;
    background-image: url(/shared/templates/biwako_system_top/images/icon/news_ttl.png);
}
.infor_box.news .more > a{
    background-image: url(/shared/templates/biwako_system_top/images/icon/icon_news_link.png);
    border-color: #11a5f0;
}
/* sns */
#tmp_infor .sns_col{
    width: min(29%, 340px);
    padding-top: 30px;
    padding-left: 60px;
}
#tmp_infor .people_banner{
    padding: 0 15px;
    margin-bottom: 146px;
}
#tmp_infor .people_banner a{
    display: block;
}
#tmp_infor .people_banner img{
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: 0.3s ease-in-out opacity;
}

/* ==================================================
Article Section
================================================== */
#tmp_article{
    background-color: #F5FBFF;
    padding: 73px 0 103px;
}
#tmp_article .article_ttl{
    text-align: center;
    margin-bottom: 38px;
}
#tmp_article .article_ttl h2{
    position: relative;
    display: inline-block;
    font-size: 200%;
    color: #000000;
    background-color: #F5FBFF;
    padding-right: 5px;
}
#tmp_article .article_ttl h2 > span{
    display: block;
    position: relative;
    padding-top: 91px;
}
#tmp_article .article_ttl h2 span.system_txt{
    display: inline-block;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    left: 73px;
    width: 290px;
    height: 98px;
    color: inherit;
    background: transparent url(/shared/templates/biwako_system_top/images/icon/systems_ttl.png) no-repeat left top;
    background-size: 100% auto;
}
#tmp_article .article_ttl .check_icon{
    max-width: 48px;
    height: auto;
    vertical-align: middle;
    margin: 0 10px 10px;
}
#tmp_article .article_ttl h2 span.mirai{
    display: inline-block;
    padding-top: 4px;
    color: inherit;
    background: transparent url(/shared/templates/biwako_system_top/images/icon/dot_ttl_icon.png) no-repeat center top;
    background-size: 10px auto;
}
#tmp_article .article_ttl h2 span.big {
    display: inline-block;
    vertical-align: middle;
    margin: -26px 4px 0 6px;
    font-size: 200%;
    width: 70px;
    height: 70px;
    background: transparent url(/shared/templates/biwako_system_top/images/icon/icon_num4.png) no-repeat center center;
    background-size: 100% auto;
    text-indent: -9999px;
}
#tmp_article .article_cnt{
    color: inherit;
    background: transparent url(/shared/templates/biwako_system_top/images/main/article_bg.png) no-repeat center calc(50% - 10px);
    background-size: contain;
}
#tmp_article .article_list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
#tmp_article .article_list > li{
    text-align: center;
    width: 50%;
    margin-bottom: 16px;
}
#tmp_article .article_list > li > span{
    display: block;
}
#tmp_article .article_list > li > span.img{
    margin-bottom: 16px;
}
#tmp_article .article_list > li > span.img img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_article .article_list > li > span.des{
    line-height: 1.8;
    margin-bottom: 32px;
    padding: 0 10px;
}
#tmp_article .article_list span.link_btn_common{
    text-align: center;
}
#tmp_article .article_list span.link_btn_common > a{
    display: inline-block;
    background-color: #EE0000;
    padding-top: 15px;
    padding-bottom: 16px;
}
#tmp_article .article_list span.link_btn_common > a:hover{
    background-color: #BB0000;
    background-position: right 10px center;
}
/* ==================================================
Banner Section
================================================== */
.link_btn_common.link_orange > a{
    background-color: #AE5D00;
}
.link_btn_common.link_orange > a:hover {
    background-color: #8C4A00;
    background-position: right 10px center;
}
.link_btn_common.link_green,
.link_btn_common.link_green a{
    height: 100%;
}
.link_btn_common.link_green a{
    background-color: #45852A;
}
.link_btn_common.link_green > a:hover {
    background-color: #006B3E;
    background-position: right 10px center;
}
.link_btn_common.link_red > a{
    background-color: #EE0000;
}
.link_btn_common.link_red > a:hover {
    background-color: #BB0000;
    background-position: right 10px center;
}
.link_btn_common.link_blue > a{
    background-color: #007CBB;
}
.link_btn_common.link_blue > a:hover {
    background-color: #005885;
    background-position: right 10px center;
}
.link_btn_common > a{
    max-width: 268px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    padding: 15px 35px 17px;
    border-radius: 38px;
    font-weight: bold;
    transition: 0.3s ease-in-out background-color, 0.3s ease-in-out background-position;
    background-image: url(/shared/site_biwako_system/images/icon/icon_link.png);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
    color: #FFFFFF;
    font-size: 118.8%;
}
.top_links{
    margin-top: 50px;
}
.top_links ul{
    list-style: none;
    display: flex;
    gap: 97px;
    justify-content: center;
    margin-bottom: 50px;
}
.top_links ul li{
    width: calc((100% - 194px) / 3);
}
.top_banner{
    padding-bottom: 54px;
}
.top_banner ul{
    list-style: none;
    display: flex;
    gap: 46px;
}
.top_banner ul a{
    display: block;
}
.top_banner ul img{
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: opacity 0.3s ease-in-out;
}
.top_banner .container,
.top_links .container{
    max-width: 1020px;
}
.image .block {
    width: 100%;
    text-align: center;
}
/* ==================================================
Hover
================================================== */
.top_banner ul a,
#tmp_infor .people_banner a {
    position: relative;
}
.top_banner ul a:before,
#tmp_infor .people_banner a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    opacity: 0;
    transition: 0.3s ease-in-out opacity;
}
.top_banner ul a:hover:before,
#tmp_infor .people_banner a:hover:before{
    opacity: 1;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue .link_btn_common > a,
.color_yellow .link_btn_common > a,
.color_black .link_btn_common > a{
	border: 1px solid;
}
.color_blue #tmp_wrapper .infor_box .infor_box_inner:after,
.color_yellow #tmp_wrapper .infor_box .infor_box_inner:after,
.color_black #tmp_wrapper .infor_box .infor_box_inner:after{
    content: none;
}
.color_blue .link_btn_common > a:hover,
.color_black .link_btn_common > a:hover,
.color_yellow .link_btn_common > a:hover{
    text-decoration: underline;
}
.color_blue #tmp_wrapper .infor_box .news_ttl,
.color_blue #tmp_wrapper .infor_box .news_ttl *,
.color_black #tmp_wrapper .infor_box .news_ttl,
.color_black #tmp_wrapper .infor_box .news_ttl *,
.color_yellow #tmp_wrapper .infor_box .news_ttl,
.color_yellow #tmp_wrapper .infor_box .news_ttl *{
    background-color: transparent !important;
}
.color_blue #tmp_article .article_ttl h2 span.big,
.color_black #tmp_article .article_ttl h2 span.big,
.color_yellow #tmp_article .article_ttl h2 span.big,
.color_blue #tmp_wrapper .infor_box .news_ttl h2,
.color_black #tmp_wrapper .infor_box .news_ttl h2,
.color_yellow #tmp_wrapper .infor_box .news_ttl h2{
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
}
.color_blue #tmp_wrapper .infor_box .news_ttl h2,
.color_black #tmp_wrapper .infor_box .news_ttl h2,
.color_yellow #tmp_wrapper .infor_box .news_ttl h2{
    padding-left: 5px;
    padding-right: 5px;
}
.color_blue #tmp_wrapper .infor_box .news_ttl h2{
    background-color: #00008B !important;
}
.color_black #tmp_wrapper .infor_box .news_ttl h2{
    background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .infor_box .news_ttl h2{
    background-color: #FFFF00 !important;
}
.color_blue #tmp_article .article_ttl h2 span.system_txt,
.color_black #tmp_article .article_ttl h2 span.system_txt,
.color_yellow #tmp_article .article_ttl h2 span.system_txt{
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
    border: 1px solid;
}
.color_blue #tmp_article .article_ttl h2 span.big,
.color_black #tmp_article .article_ttl h2 span.big,
.color_yellow #tmp_article .article_ttl h2 span.big {
    margin-top: 0;
}
.color_blue #tmp_article .article_list > li > span.img img,
.color_black #tmp_article .article_list > li > span.img img,
.color_yellow #tmp_article .article_list > li > span.img img{
    background-color: #FFFFFF!important;
}
.color_black .top_banner ul a:before,
.color_blue .top_banner ul a:before,
.color_black #tmp_infor .people_banner a:before,
.color_blue #tmp_infor .people_banner a:before {
    border-color: #FFFF00;
}
.furigana_on #tmp_article .article_ttl h2 > span {
    padding-top: 100px;
}
.furigana_on #tmp_article .article_ttl h2 span.mirai {
    padding-top: 22px;
}
.no_javascript #tmp_infor .sns_hidden {
    display: none;
}
