@charset "utf-8";

/* ==================================================
contents
================================================== */
/* Common pattern
================================================== */
.simple_link > a{
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background: #036EB8;
    font-size: 75%;
    font-weight: bold;
    padding: 10px 15px 7px;
    border-radius: 50px;
}
#tmp_information .access_google a[rel*="external"]:after,
.simple_link > a:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    color: inherit;
    background: transparent url(/shared/site_heiwamuseum/images/icon/arrow_link.png) no-repeat;
    background-size: 100% auto;
    margin-left: 4px;
    margin-bottom: 1px;
}
#tmp_information .access_google a[rel*="external"]:after{
	top: 0;
}
.sec_ttl{
    margin-bottom: 38px;
    padding-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_ttl h2{
    font-size: 187.5%;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #036EB8;
    line-height: 1.6;
}
.sec_ttl span{
    background: #036EB8;
    padding: 3px 16px 3px 15px;
    color: #ffffff;
    border-radius: 100px;
    font-size: 93.7%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-left: 15px;
    font-weight: bold;
}
.sec_ttl span::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #036EB8 transparent transparent;
    top: calc(50% - 5px);
    left: -8px;
    position: absolute;
}
.show_sp{
    display: none;
}
/* Mainvs section
================================================== */
.top_heading_wrap {
    position: relative;
    background: url(/shared/site_heiwamuseum/images/main/main_bg.jpg) no-repeat center -30px;
    background-size: 100% auto;
}
.top_heading_wrap::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}
#tmp_mainvs {
    position: relative;
    padding: 20px 0;
}
#tmp_mainvs .container {
    padding: 0 15px;
}
#tmp_mainvs img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#tmp_mainvs .mainvs_splide_wrap {
    position: relative;
}
#tmp_mainvs_splide {
    position: relative;
    border: 5px solid #ffffff;
    border-left-width: 10px;
    border-right-width: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    color: #333333;
}
#tmp_mainvs .splide__slide {
    width: 100%;
}
#tmp_mainvs .splide__controls {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding: 6px;
    background-color: #ffffff;
    color: #333333;
}
#tmp_mainvs .splide__arrow {
    margin-top: -3px !important;
    z-index: 100;
}
#tmp_mainvs .splide__arrow--prev {
	left: 0;
}
#tmp_mainvs .splide__arrow--next {
	right: 0;
}
.no_javascript #tmp_mainvs .splide__list {
    display: block;
    max-height: 515px;
    overflow-y: auto;
}
.no_javascript #tmp_mainvs .splide__slide:not(:first-child) {
    margin-top: 20px;
}

/* Event section
================================================== */
.sec_event{
    color: #333333;
    padding-top: 40px;
    margin-bottom: 42px;
}
.sec_event .event_ttl{
    margin-bottom: 14px;
}
.sec_event .event_ttl h2{
    padding-right: 63px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(/shared/templates/heiwamuseum_top/images/main/event_en_ttl.png);
    background-position: right calc(50% + 4px);
}
/* News section
================================================== */
.sec_news_inner{
    padding: 0 0 48px;
}
.event_ttl,
.sec_news_inner .news_ttl{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #c6c6c6;
    margin-bottom: 12px;    
}
.event_ttl::before,
.sec_news_inner .news_ttl::before{
    content: '';
    display: block;
    background: #05b0ea;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 160px;
}
.event_ttl h2,
.sec_news_inner .news_ttl h2{
    font-size: 150%;
    padding: 19px 52px 19px 0;
    color: #333333;
    background: url(/shared/templates/heiwamuseum_top/images/main/news_en_ttl.png) no-repeat right center;
}
.sec_news_inner .news_ttl a{
    margin-top: -2px;
}
.sec_news_inner ul{
    list-style: none;
}
.sec_news_inner ul li{
    display: flex;
    padding-bottom: 11px;
    margin-bottom: 13px;
    border-bottom: 1px dotted #cccccc;
}
.sec_news_inner ul .news_date{
    color: #0E7FA4;
    font-weight: bold;
    display: inline-block;
    min-width: 150px;
    padding-right: 10px;
    background-color: #ffffff;
}
.sec_news_inner ul .news_link{
    flex: 1;
}
.sec_news_inner ul .news_link a{
    font-weight: bold;    
    color: #034a92;
    display: inline-block;
}
/* About section
================================================== */
.sec_about .sec_ttl{
    background-image: url(/shared/templates/heiwamuseum_top/images/main/title_about_en.png);
}
.sec_about{
    position: relative;
    padding: 79px 0 115px;
    background: url(/shared/templates/heiwamuseum_top/images/main/about_bg.jpg) no-repeat center;
    background-size: cover;
}
.sec_about::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.about_inner_wrap{
    position: relative;
}
.about_inner_wrap .about_description{
    line-height: 2;
    color: #333333;
    margin-bottom: 54px;
    padding: 0 15px 0 10px;
}
.about_inner_wrap .basic_btn{
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 20px;
    align-items: center;
}
.about_inner_wrap .basic_btn li{
    padding: 0 7px;
    width: 324px;
}
.about_inner_wrap .basic_btn a{
    display: inline-block;
    padding: 18px 24px 18px 26px;
    min-width: 310px;
    line-height: 2;
}

/* Active section
================================================== */
.sec_active{
    padding: 80px 0;
}
.sec_active .sec_ttl{
    padding-bottom: 29px;
    margin-bottom: 37px;
    background-image: url(/shared/templates/heiwamuseum_top/images/main/ttl_en_actve.png);
    background-position: calc(50% - 1px) bottom;
}
.active_wrap_col3 li{
    width: 33.33%;
}
.active_wrap_col2 li{
    width: 50%;
}
.sec_active ul{
    list-style: none;
    display: flex;
    margin: 0 -5px 15px;
}
.sec_active ul li{
    padding: 0 5px;
}
.sec_active ul li a{
    display: inline-block;
}
.sec_active ul li img{
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    height: auto;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
/* Gallery section
================================================== */
.sec_gallery{
    position: relative;
    padding: 80px 0 95px;
    background: url(/shared/templates/heiwamuseum_top/images/main/gallery_bg.jpg) no-repeat center;
    background-size: cover;
}
.sec_gallery::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
}
.sec_gallery .container{
    position: relative;
}
.sec_gallery .sec_ttl{
    padding-bottom: 31px;
    margin-bottom: 35px;
    background-image: url(/shared/templates/heiwamuseum_top/images/main/gallery_en_ttl.png);
}
.sec_gallery .sec_ttl h2{
    text-shadow: #ffffff 2px 0px,  #ffffff -2px 0px,  #ffffff 0px -2px, #ffffff 0px 2px,  #ffffff 2px 2px , #ffffff -2px 2px,  #ffffff 2px -2px, #ffffff -2px -2px,  #ffffff 1px 2px,  #ffffff -1px 2px,  #ffffff 1px -2px, #ffffff -1px -2px,  #ffffff 2px 1px,  #ffffff -2px 1px,  #ffffff 2px -1px, #ffffff -2px -1px;
}
.sec_gallery ul{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0 -5px;
} 
.sec_gallery ul li{
    width: 33.33%;
    padding: 0 5px;
    text-align: center;
}
.sec_gallery ul li a{
    display: inline-block;
}
.sec_gallery ul li img{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: bottom;
    max-width: 300px;
    width: 100%;
    height: auto;
}
/* Followmenu section
================================================== */

/* Goriyouannnai section
================================================== */

/* Hover style
================================================== */
.sec_active ul li a,
.sec_gallery ul li a,
.info_related_links li a{
    position: relative;
}
.sec_active ul li a:before,
.sec_gallery ul li 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;
}
.sec_active ul li a:hover:before,
.sec_gallery ul li a:hover:before{
    opacity: 1;
}
.sec_event .pdf_link p > a:hover,
.simple_link > a:hover {
    text-decoration: underline;
}
/* ==================================================
accessibility
================================================== */
.fsize_big2 .sec_news ul .news_date{
    min-width: 200px;
}
.fsize_big  #tmp_mainvs .splide__arrow,
.fsize_big2  #tmp_mainvs .splide__arrow{
	margin-top: 30px !important;
}
.color_blue #tmp_information .info_blog h3,
.color_yellow #tmp_information .info_blog h3,
.color_black #tmp_information .info_blog h3,
.color_blue .simple_link > a,
.color_yellow .simple_link > a,
.color_black .simple_link > a {
	border: 1px solid;
}
.color_blue .sec_ttl span::before,
.color_yellow .sec_ttl span::before,
.color_black .sec_ttl span::before,
.color_blue .sec_gallery::before,
.color_yellow .sec_gallery::before,
.color_black .sec_gallery::before,
.color_blue .top_heading_wrap::before,
.color_yellow .top_heading_wrap::before,
.color_black .top_heading_wrap::before,
.color_blue .sec_about::before,
.color_yellow .sec_about::before,
.color_black .sec_about::before,
.color_blue .event_ttl::before,
.color_yellow .event_ttl::before,
.color_black .event_ttl::before,
.color_blue .sec_news_inner .news_ttl::before,
.color_yellow .sec_news_inner .news_ttl::before,
.color_black .sec_news_inner .news_ttl::before {
	display: none;
}
.color_blue #tmp_information .info_heading h2,
.color_yellow #tmp_information .info_heading h2,
.color_black #tmp_information .info_heading h2,
.color_blue .sec_gallery .sec_ttl h2,
.color_yellow .sec_gallery .sec_ttl h2,
.color_black .sec_gallery .sec_ttl h2{
    text-shadow: none;
}
.color_blue .basic_btn a,
.color_yellow .basic_btn a,
.color_black .basic_btn a,
.color_blue .about_inner_wrap .basic_btn a,
.color_yellow .about_inner_wrap .basic_btn a,
.color_black .about_inner_wrap .basic_btn a{
    border: 1px solid;
}
.color_blue .sec_active ul li a:before,
.color_blue .sec_gallery ul li a:before,
.color_black .sec_active ul li a:before,
.color_black .sec_gallery ul li a:before {
    border-color: #FFFF00;
}
