@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active,
a:visited {
	color: #034a92;
}

a:hover,
a:focus {
	text-decoration: none;
}

body {
	font-size: 100%;
	font-weight: 500;
	color: #333333;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #b32424;
	font-weight: bold;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #fffcdf;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #EAEAEA;
	/* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1110px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}
#tmp_wrap_regulation .container {
	padding: 0 10px;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free #tmp_wrap_main{
	margin-bottom: 80px;
}
/* header
================================================== */
#tmp_wrap_regulation > .container {
    max-width: 1230px;
}
.open_rmenu {
	overflow: inherit ;
}
#tmp_header_wrap{
	position: relative;
	background-color: #ffffff;
	color: #333333;
}
/* navi link */
.header_download .navi_link a{
	position: relative;
	display: inline-block;
	background-color: transparent;
    padding: 13px 20px 12px 10px;
    font-size: 75%;
    font-weight: bold;
    color: #ffffff;
	text-align: left;
	text-decoration: none;
	outline-offset: -1px;
}
.header_download .navi_link a:after{
	content: '';
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    background: #ffffff url(/shared/site_heiwamuseum/images/icon/arrow_link_rgt.png) no-repeat center center;
    background-size: 50% 50%;
	width: 14px;
	height: 14px;
	border-radius: 100%;
}
.header_download .navi_link a:hover{
	text-decoration: underline;
}
/* block head */

#tmp_header_wrap .header_info {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 98;
}
.format_top #tmp_hlogo {
    position: absolute;
	top: 25px;
	pointer-events: none;
	z-index: 1;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	background: rgba(255, 255, 255, 0.7) url(/shared/site_heiwamuseum/images/icon/hlogo.png) no-repeat calc(50% - 3px) calc(50% - 4px);
    background-size: 220px auto;
    text-align: center;
	width: 305px;
	height: 168px;
}
#tmp_hlogo h1 {
	animation: bottom_up 1.3s alternate 0.5s forwards;
}
.no_javascript #tmp_hlogo h1 {
	animation: none
}
@keyframes bottom_up {
    0% {
        opacity: 0;
        background-position: calc(50% - 3px) calc(50% - 124px);
    }
    100% {
        opacity: 1;
        background-position: calc(50% - 3px) calc(50% - 4px);
    }
}
#tmp_hlogo a {
	display: block;
	width: 305px;
	height: 168px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 305px;
	height: 168px;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
	overflow: hidden;
}

/* block download */
.header_download{
	text-align: right;
	background-color: #0E7FA4;
	color: #ffffff;
}
.header_main{
	display: none;
}
/* custom free */

.format_free #tmp_header_wrap{
	background: url(/shared/site_heiwamuseum/images/main/bg_header.jpg) no-repeat center calc(50% - 16px);
    background-size: cover;
	padding-top: 8px;
}
.format_free #tmp_header_wrap .header_info{
	display: flex;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.75);
	max-width: 100%;
	padding: 15px 20px;
	margin-bottom: 8px;
}
.format_free #tmp_hlogo p{
    width: 201px;
    height: 106px;
	background: url(/shared/site_heiwamuseum/images/header/hlogo_free.png) no-repeat left 1px;
	background-size: 201px auto;
}
.format_free #tmp_hlogo p span,
.format_free #tmp_hlogo a{
    width: 201px;
    height: 106px;
}
.format_free .header_download .navi_link a{
    padding: 7px 18px 5px 10px;
}
.header_info_rgt{
	text-align: right;
}
.header_info_rgt .info_btn{
	margin-bottom: 10px;
}
.header_info_rgt .info_btn a{
	position: relative;
    font-size: 87.5%;
    text-decoration: none;
    display: inline-block;
    background-color: #036EB8;
    color: #FFFFFF;
    border-radius: 30px;
    padding: 10px 40px 10px 20px;
}
.header_info_rgt .info_btn a::before{
	content: '';
    display: block;
    background: #ffffff url(/shared/site_heiwamuseum/images/icon/arrow_link_rgt.png) no-repeat 4px 4px; 
    background-size: 50% 50%;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
}
.header_info_rgt .text{
	font-size: 75%;
	line-height: 1.8;
}
.header_info_rgt .info_btn a:hover{
	text-decoration: underline;
}
/* gnavi
================================================== */
#tmp_gnavi{
	background: rgba(255, 255, 255, 0.7);
}
.format_free #tmp_gnavi .container{
	max-width: 1110px;
}
#tmp_gnavi .container{
	max-width: 1130px;
}
#tmp_gnavi .gnavi{
	display: flex;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
#tmp_gnavi .gnavi li{
	position: relative;
	display: flex;
	align-items: center;
	list-style: none;
	width: calc(100% / 6);
}
#tmp_gnavi .gnavi li:not(:last-of-type):after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-right: 1px solid #ffffff;
	z-index: 1;
	pointer-events: none;
}
#tmp_gnavi .gnavi a{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 5px 10px;
	width: 100%;
	height: 100%;
	font-size: 87.5%;
    font-weight: bold;
    color: #333333;
	text-align: center;
	text-decoration: none;
}
.format_free #tmp_gnavi .gnavi a {
	padding-top: 11px;
}
#tmp_gnavi .gnavi span{
	position: relative;
	display: inline-block;
	padding-bottom: 18px;
}
#tmp_gnavi .gnavi span:after{
	content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
    background: url(/shared/site_heiwamuseum/images/icon/arrow_link_rgt_wh.png) no-repeat center;
    background-size: 60% 60%;
    background-color: #036EB8;
    border-radius: 100%;
}
/* footer
================================================== */
#tmp_footer{
	position: relative;
}
/* footer heiwa */
#tmp_footer .footer_heiwa{
    padding: 21px 0 30px;
	border-top: 10px solid #1EB8EC;
}
#tmp_footer .heiwa_inner{
	display: flex;
}
#tmp_footer .heiwa_info{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	padding: 0 10px;
	width: 300px;
	word-break: break-all;
}
#tmp_footer .heiwa_logo{
	margin-bottom: 18px;
	background: #ffffff url(/shared/site_heiwamuseum/images/icon/flogo.png) no-repeat;
	background-size: 100% auto;
	width: 210px;
	height: 110px;
	color: #222222;
}
#tmp_footer .heiwa_logo span{
	display: block;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
}
#tmp_footer address{
	font-style: normal;
	line-height: 1.8;
	color: #333333;
}
#tmp_footer .heiwa_fnavi{
	display: flex;
	flex-flow: row wrap;
	flex: 1 auto;
	padding-top: 7px;
	width: 100%;
	align-self: flex-start;
}
#tmp_footer .heiwa_fnavi li{
	margin-bottom: 3px;
	padding-right: 10px;
	list-style: none;
	width: calc(100% / 3);
	font-size: 87.5%;
	line-height: 1.6;
}
#tmp_footer .heiwa_fnavi a{
	display: inline-block;
	padding: 3px 0 3px 20px;
    background: transparent url(/shared/site_heiwamuseum/images/icon/arrow_link_rgt.png) no-repeat 0 9px;
    background-size: 12px auto;
    color: #034a92;
    font-weight: bold;
}
#tmp_footer ul li > img{
	position: relative;
	margin-left: 2px;
    top: 4px;
}
/* footer pref */
#tmp_footer .pref_site{
    padding: 13px 0 10px;
	background-color: #E5F0F8;
	color: #231815;
}
#tmp_footer .pref_fnavi{
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	gap: 0 22px;
	margin: 0 auto;
    padding: 0 10px;
	max-width: 1100px;
}
#tmp_footer .pref_fnavi li{
	font-size: 75%;
	list-style: none;
}
#tmp_footer .pref_fnavi a{
	position: relative;
	display: inline-block;
	padding: 3px 0 3px 20px;
	color: #231815;
	text-decoration: none;
}
#tmp_footer .pref_fnavi a:before{
	content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #036EB8;
    border-right: solid 2px #036EB8;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
    margin-top: auto;
    text-decoration: none;
}
#tmp_footer .pref_inner{
	position: relative;
	padding: 32px 0 19px;
}
#tmp_footer .pref_info{
	display: flex;
	width: 100%;
	word-break: break-all;
}
#tmp_footer .pref_logo{
	margin: 0 28px 0 -4px;
	background: #ffffff url(/shared/site_heiwamuseum/images/icon/pref_flogo.jpg) no-repeat;
	background-size: 100% auto;
	width: 96px;
	height: 120px;
	color: #000000;
}
#tmp_footer .pref_logo span{
	display: block;
	position: relative;
	z-index: -1;
	text-indent: -9999px;
}
#tmp_footer .pfef_add_name{
	margin: 4px 0 9px;
	padding-right: 200px;
	font-size: 125%;
	font-weight: bold;
	color: #333333;
	line-height: 1.4;
}
#tmp_footer .pfef_add_link{
	margin-bottom: 2px;
	padding-right: 200px;
	font-size: 87.5%;
	line-height: 1.6;
}
#tmp_footer .pfef_add_link a{
	padding: 4px 0 5px 15px;
    background: transparent url(/shared/site_heiwamuseum/images/icon/arrow_link_rgt.png) no-repeat 0 7px;
    background-size: 12px auto;
}
#tmp_footer .pfef_add_info{
	padding-left: 10px;
	font-size: 87.5%;
	line-height: 1.8;
}
#tmp_footer .pref_social{
	position: absolute;
	right: 0;
	top: 40px;
	display: flex;
	flex-shrink: 0;
	gap: 0 10px;
}
#tmp_footer .pref_social li{
	list-style: none;
}
#tmp_footer .pref_social a{
	display: inline-block;
}
#tmp_footer .pref_social img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_wrapper #tmp_footer.f_common .copyright{
	padding-bottom: 74px;
}

/* fixed navi
================================================== */
#tmp_navbar_fixed{
	position: fixed;
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 10px;
	width: 770px;
	max-width: 100%;
	z-index: 100;
}
#tmp_navbar_fixed .navbar_list{
	display: flex;
	gap: 0 10px;
	margin: 0 auto;
	padding: 10px 5px;
	background-color: #0E7FA4;
    border: 5px solid #80dfff;
    border-bottom: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 0 0;
	color: #ffffff;
}
#tmp_navbar_fixed .navbar_list li{
	position: relative;
	list-style: none;
	width: calc((100% - 10px) / 3);
}
#tmp_navbar_fixed .navbar_list li:not(:last-of-type):after{
	content: '';
	position: absolute;
	right: -5px;
	top: 0;
	bottom: -2px;
	border-right: 1px solid #80dfff;
	pointer-events: none;
}
#tmp_navbar_fixed .navbar_list a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	background: transparent url(/shared/site_heiwamuseum/images/icon/arrow_link_rgt_wh.png) no-repeat right center;
	background-size: 15px auto;
	width: 100%;
	height: 100%;
	font-size: 106.2%;
	color: inherit;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
}
#tmp_navbar_fixed .navbar_list span{
	display: inline-block;
	padding: 8px 0 5px 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px auto;
	color: inherit;
}
#tmp_navbar_fixed .item_event span{
	background-image: url(/shared/site_heiwamuseum/images/icon/navi_fixed_ic1.png);
}
#tmp_navbar_fixed .item_info span{
	background-image: url(/shared/site_heiwamuseum/images/icon/navi_fixed_ic2.png);
}
#tmp_navbar_fixed .item_group span{
	background-image: url(/shared/site_heiwamuseum/images/icon/navi_fixed_ic3.png);
}
.no_javascript #tmp_navbar_fixed{
	position: absolute;
}
/* information
================================================== */
/* basic_btn */
.basic_btn p {
	margin: 0 !important;
	line-height: 1.8 !important;
}
.basic_btn a {
    display: block;
    border-radius: 50px;
    background: #1f8389 url(/shared/site_heiwamuseum/images/icon/arrow_link_rgt_wh.png) no-repeat right 10px center;
    background-size: 12px auto;
    padding: 18px 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-weight: bold;
    font-size: 100%;
    text-align: center;
    text-decoration: none;
}
/* information */
#tmp_information .container {
	padding: 0 10px;
}
#tmp_information img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_information .info_heading {
	background: url(/shared/site_heiwamuseum/images/main/infomation_head_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 10px 0;
	margin: 80px auto 20px;
}
#tmp_information .info_heading h2 {
	display: block;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 20px;
	margin: 0;
	text-align: center;
	color: #036EB8;
	border: none;
	font-size: 218.8%;
	line-height: 2;
    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;

}
#tmp_information .info_blog h3 {
	background-color: #0E7FA4;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 19px 10px 18px;
	font-size: 112.5%;
	margin: 30px auto 28px;
}
#tmp_information .info_blog_content {
	display: flex;
	justify-content: center;
}
#tmp_information .info_blog .col_img {
	display: flex;
	padding-right: 20px;
	width: 50%;
	text-align: center;
}
#tmp_information .info_blog .col_img_sm {
	flex: 1;
	padding: 2px;
	max-width: 316px;
}
#tmp_information .info_blog.blog_access .col_img {
	padding: 0 13px 0 9px;
	width: 60%;
	justify-content: center;
}
#tmp_information .info_blog .col_cnt {
	flex: 1;
}
#tmp_information .info_blog.blog_access .col_cnt {
	padding-left: 21px;
}
#tmp_information table.info_data {
	width: 100%;
	color: #333333;
	border-collapse:collapse;
	border-spacing:0;
	word-break: break-all;
	border: 1px solid #EEEEEE;
	line-height: 1.5;
}
#tmp_information table.info_data th,
#tmp_information table.info_data td {
	width: 50%;
}
#tmp_information table.info_data th {
	border-bottom: 1px solid #ffffff;
	background-color: #F1F2F3;
	padding: 15px 10px;
}
#tmp_information table.info_data td {
	border: 1px solid #EEEEEE;
	padding: 15px 10px;
}
#tmp_information .basic_btn {
	margin: 36px auto;
}
#tmp_information .basic_btn a {
	max-width: 320px;
	margin: 0 auto;
}
#tmp_information .access_google {
	background: url(/shared/site_heiwamuseum/images/icon/icon_gmap.png) no-repeat 0 2px;
	padding: 2px 0 0 60px;
}
#tmp_information .access_google .address {
	color: #333333;
	margin-bottom: 6px;
}
#tmp_information .access_google .simple_link a {
	background-color: #0E7FA4;
}
#tmp_information .access_google .parking {
	padding-top: 9px;
}
#tmp_information .access_google .parking_lbl {
	background-color: #666666;
	color: #ffffff;
	font-size: 75%;
	font-weight: bold;
	padding: 1px 15px;
	border-radius: 5px;
	line-height: 1.5;
}
#tmp_information .access_google .parking_txt {
	color: #333333;
	margin-left: 10px;
}
#tmp_information .access_methods {
	background-color: #eeeeee;
	color: #333333;
	padding: 15px 10px 10px;
	margin-top: 20px;
}
#tmp_information .access_methods li {
	position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
    line-height: 1.5;
}
#tmp_information .access_methods li::before {
    content: '・';
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
#tmp_information .access_methods li a {
	color: #034a92;
	background-color: transparent;
}
#tmp_information{
	margin-bottom: 38px;
}
.info_related_links {
	padding: 0 0 38px;
	overflow: hidden;
}
.info_related_links ul {
	display: flex;
	margin: 0 -15px;
}
.info_related_links li {
	width: 50%;
	padding: 16px 40px;
}
.info_related_links li a {
	display: block;
}
.info_related_links li a img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_information .access_methods ul,
.info_related_links ul {
	list-style: none;
}
#tmp_information .info_blog .col_img > p,
#tmp_information .access_google .parking > span {
	display: inline-block;
	vertical-align: middle;
}

/* setting hover */
#tmp_footer .pref_social img{
	transition: opacity 0.3s;
}
#tmp_footer .pref_social a:hover img{
	opacity: 0.7;
}
#tmp_gnavi .gnavi a:focus-visible{
	outline-offset: -2px;
}
.info_related_links li a{
    position: relative;
}
.info_related_links li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #000000;
    opacity: 0;
    transition: 0.3s ease-in-out opacity;
}
.info_related_links li a:hover:after{
    opacity: 1;
}
#tmp_header_wrap .navi_link a:focus-visible,
#tmp_footer .pnavi a:focus-visible{
	outline-offset: -1px;
}
#tmp_header_wrap .header_navi a:hover,
#tmp_gnavi .gnavi .active a,
#tmp_gnavi .gnavi a:hover,
#tmp_header_wrap .navi_link a:hover,
#tmp_navbar_fixed .navbar_list a:hover,
#tmp_footer .pnavi a:hover,
#tmp_footer .pref_fnavi a:hover,
.basic_btn a:hover {
	text-decoration: underline;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 30px;
	height: 30px;
	font-size: 1rem;
	text-decoration: none;
	font-weight: bold;
	background: #036EB8;
	color: #ffffff;
	text-align: left;
	text-indent: -9999px;
	border: 2px solid #036EB8;
	transition: background 0.3s;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 4px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 7px;
	margin-top: 0;
	transform: translateY(-50%);
	background-color: #ffffff;
}
.splide_common .splide__toggle:after {
	left: 15px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	width: 15px;
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #ffffff;
	background-color: transparent;
}
.splide_common .splide__arrow {
	display: block;
	width: 24px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	opacity: 1;
	transition: opacity 0.3s;
}
.splide_common .splide__arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	opacity: 0.5;
	z-index: 1;
	transition: opacity 0.3s;
}
.splide_common .splide__arrow--prev::before {
	background-image: url(/shared/site_heiwamuseum/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next::before {
	background-image: url(/shared/site_heiwamuseum/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__arrow:hover,
.splide_common .splide__arrow:hover::before {
	opacity: 1;
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.splide_common .splide__pagination {
    position: static;
	margin-left: 12px;
    padding: 2px 0 0;
    gap: 0 10px;
}
.splide_common .splide__pagination li {
    padding: 0;
    width: 18px;
    height: 18px;
}
.splide_common .splide__pagination__page {
    display: block;
    margin: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-indent: -9999px;
    border: 2px solid #036EB8;
    color: #036EB8;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1 !important;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.splide_common .splide__pagination__page.is-active {
    transform: none;
    background-color: #036EB8;
    color: #ffffff;
}
.splide_common .splide__toggle:hover{
    background: #ffffff;
    color: #036EB8;
}
.splide_common .splide__toggle:hover:before, 
.splide_common .splide__toggle:hover:after{
	background-color: #036EB8;
}
.splide_common .splide__toggle:not(.is-active):hover:before{
	border-color: transparent transparent transparent #036EB8;
    background-color: transparent;
}
.splide_common .splide__pagination__page:hover{
    background-color: #036EB8;
    color: #ffffff;
}
.splide.is-focus-in .splide__toggle:focus,
.splide__toggle:focus-visible,
.splide__pagination__page:focus-visible,
.splide.is-focus-in .splide__pagination__page:focus,
.splide__slide:focus-visible,
.splide.is-focus-in .splide__slide:focus,
.splide__arrow:focus-visible,
.splide.is-focus-in .splide__arrow:focus {
    outline-color: #000000;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next,
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev{
	background-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev{
	background-color: #000000 !important;
}
.color_blue .splide_common .splide__arrow--prev::before,
.color_black .splide_common .splide__arrow--prev::before{
    background-image: url(/shared/site_heiwamuseum/images/icon/icon_arrow_prev_bl_yellow.png) !important;
}
.color_blue .splide_common .splide__arrow--next::before,
.color_black .splide_common .splide__arrow--next::before{
 background-image: url(/shared/site_heiwamuseum/images/icon/icon_arrow_next_bl_yellow.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow::before,
.color_blue #tmp_wrapper .splide_common .splide__arrow::before,
.color_black #tmp_wrapper .splide_common .splide__arrow::before{
	opacity: 1;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__pagination__page.is-active,
.color_yellow #tmp_wrapper .splide_common .splide__pagination__page:hover,
.color_yellow #tmp_wrapper .splide_common .splide__pagination__page:focus-visible{
    background-color: #000000 !important;
}
.color_black #tmp_wrapper .splide_common .splide__pagination__page.is-active,
.color_black #tmp_wrapper .splide_common .splide__pagination__page:hover,
.color_black #tmp_wrapper .splide_common .splide__pagination__page:focus,
.color_blue #tmp_wrapper .splide_common .splide__pagination__page.is-active,
.color_blue #tmp_wrapper .splide_common .splide__pagination__page:hover,
.color_blue #tmp_wrapper .splide_common .splide__pagination__page:focus-visible{
    background-color: #ffff00 !important;
}
.no_javascript .splide_common.splide,
.no_javascript .splide_common .splide {
	visibility: visible;
}
/* event */

.event_cnt ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
}
.event_cnt ul li{
    width: calc((100% - 60px) / 4);
}
.event_cnt ul li a{
    display: block;
    box-shadow: 0 0 5px 1px rgba(65, 65, 65, 0.2);
    text-decoration: none;
    color: #333333;
    height: 100%;
}
.event_cnt ul li a .event_body{
    padding: 16px 13px 20px 16px;
    display: block;
}
.event_cnt ul li a .event_des{
    display: block;
    font-size: 87.5%;
    margin-bottom: 9px;
    line-height: 1.7;
}
.event_cnt ul li a .event_cap{
    display: block;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 6px;
}
.event_cnt ul li a .event_label{
    display: inline-block;
    font-size: 87.5%;
    padding: 8px 10px 4px 13px;
    border-radius: 50px;
    color: #036eb8;
    background-color: #e1f6fe;
    font-weight: bold;
}
.event_cnt ul li .event_img{
    display: block;
}
.event_cnt ul li .event_img img{
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease-in-out;
    vertical-align: top;
}
.event_cnt ul li a:hover img{
    opacity: 0.7;
}
.event_cnt ul li a:hover .event_cap{
    text-decoration: underline;
}
/* ==================================================
layout
================================================== */
/* pankuzu
================================================== */
#tmp_pankuzu {
	padding: 3px 0;
	line-height: 1.4;
	clear:both;
	font-size: 87.5%;
	background-color: #036EB8;
	color: #FFFFFF;
}
#tmp_pankuzu a{
	color: #FFFFFF;
}
#tmp_pankuzu .pankuzu_lbl{
	display: inline-block;
	margin-right: 10px;
	padding: 4px 5px 2px 5px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	line-height: 1.2;
	color: #333333;
	background-color: #ffffff;
}
/* update
================================================== */
#tmp_wrap_custom_update {
	margin-bottom: 20px;
	text-align: right;
}
#tmp_custom_update,
#tmp_update {
	display: inline-block;
	vertical-align: middle;
}
#tmp_custom_update {
	font-size: 87.5%;
}
#tmp_update{
	margin-left: 10px;
}
/* linkicon
================================================== */
a.icon_pdf,
a.icon_word,
a.icon_excel,
a.icon_ppt,
a.icon_txt,
a.icon_img,
a.icon_csv,
a.icon_ichitaro,
a.icon_media,
a.icon_zip {
	padding: 6px 0 6px 38px;
	text-indent:0 !important;
	background-position:0 center;
	background-repeat:no-repeat;
	background-size: 28px auto;
}
li a.icon_pdf,
li a.icon_word,
li a.icon_excel,
li a.icon_ppt,
li a.icon_txt,
li a.icon_img,
li a.icon_csv,
li a.icon_ichitaro,
li a.icon_media,
li a.icon_zip {
	background-position:0 center;
	background-repeat:no-repeat;
}
a.icon_pdf {
	background-image:url(/shared/system/images/linkicon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/shared/system/images/linkicon/icon_word.png);
}
a.icon_excel {
	background-image:url(/shared/system/images/linkicon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/shared/system/images/linkicon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/shared/system/images/linkicon/icon_text.png);
}
a.icon_img {
	background-image:url(/shared/system/images/linkicon/icon_img.png);
}
a.icon_csv {
	background-image:url(/shared/system/images/linkicon/icon_csv.png);
}
a.icon_ichitaro {
	background-image:url(/shared/system/images/linkicon/icon_ichitaro.png);
}
a.icon_media {
	background-image:url(/shared/system/images/linkicon/icon_media.png);
}
a.icon_zip {
	background-image:url(/shared/system/images/linkicon/icon_zip.png);
}

/* externalLink
================================================== */
#tmp_footer a[rel*="external"],
#tmp_contents a[rel*="external"],
#tmp_main a[rel*="external"] {
	margin-right: 3px;
}
#tmp_footer a[rel*="external"]:after,
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after{
	content:"";
	position: relative;
	display: inline-block;
	top: 2px;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background: transparent url(/shared/images/icon/arrow_blank.png) no-repeat 0 0;
	background-size: 14px auto;
	color: inherit;
}

/* Scroll Table
================================================== */
.scroll_table {
	margin-bottom: 40px;
	/* padding: 36px 0 20px;
	background:#f6f6f6 url(/shared/site_heiwamuseum/images/icon/scroll_table_icon.png) right 10px top 10px no-repeat; */
	background-size:75px auto;
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 15px;
	font-size:100%;
	line-height:1.2;
}
.scroll_table_switch a {
	color:#333333;
	display:inline-block;
	padding:7px 6px 6px 60px;
	text-decoration:none;
	background:#ffffff url(/shared/site_heiwamuseum/images/icon/scroll_table_ex.png) 7px center no-repeat;
	background-size:49px auto;
	box-shadow: 0 3px 9px 1px rgba(0, 51, 103, 0.1);
	min-width:9em;
	text-align:center;
	border: 1px solid #8A8A8A;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/site_heiwamuseum/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
 	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 	background: #BCBCBC;
}
.scroll_table_switch a:hover{
	text-decoration: none;
}
/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* custom div
================================================== */
div.col2:has(div.col2) > div.col2L,
div.col2:has(div.col2) > div.col2R{
	width: calc((99% - 15px) / 2);
}
div.col2:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col2) div.col2 div.col2R{
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col2) div.col2L{
	margin-right: 15px;
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) > div.col3R{
	width: calc((99% - 30px) / 3);
}
div.col3:has(div.col2) div.col2 div.col2L,
div.col3:has(div.col2) div.col2 div.col2R{
	display: block;
	width: calc((100% - 15px)/2);
}
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) > div.col2R{
	width: calc((99% - 15px)/2);
}
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M,
div.col2:has(div.col3) div.col3 div.col3R{
	display: block;
	width: calc((100% - 30px) / 3);
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) div.col2 div.col2L,
div.col2:has(div.col3) > div.col2L,
div.col2:has(div.col3) div.col3 div.col3L,
div.col2:has(div.col3) div.col3 div.col3M{
	margin-right: 15px;
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}

#tmp_sma_rmenu ul.list_gnavi_sp li a{
	background-color: #ffffff;        
	color: #036EB8;
}
.menu_head_logo a{
	color: #ffffff;
}
#tmp_hnavi_rmenu > a,
#tmp_hnavi_rmenu .list_btn li a,
#tmp_hnavi_rmenu .head_btn a,
#tmp_hnavi_rmenu .gnavi_sub a{
	background-color: #036EB8;        
	color: #ffffff;
}
/* ==================================================
accessibility style change:color
================================================== */
.color_blue.fsize_big2 #tmp_hnavi_rmenu .menu_head_logo p,
.color_yellow.fsize_big2 #tmp_hnavi_rmenu .menu_head_logo p,
.color_black.fsize_big2 #tmp_hnavi_rmenu .menu_head_logo p{
	height: 80px;
}
.color_blue #tmp_hnavi_rmenu .list_gnavi_sp a,
.color_yellow #tmp_hnavi_rmenu .list_gnavi_sp a,
.color_black #tmp_hnavi_rmenu .list_gnavi_sp a{
	box-shadow: none;
	border: 1px solid;
}
.color_blue #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo h1 span,
.color_black #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo p span{
	text-indent: 0;
}
.color_blue .header_info_rgt .info_btn a,
.color_yellow .header_info_rgt .info_btn a,
.color_black .header_info_rgt .info_btn a{
	border: 1px solid;
}
.color_blue .header_download ,
.color_yellow .header_download,
.color_black .header_download {
	border-bottom: 1px solid;
}
.color_blue #tmp_footer .heiwa_logo span,
.color_yellow #tmp_footer .heiwa_logo span,
.color_black #tmp_footer .heiwa_logo span {
	text-indent: 0;
	font-size: 140%;
}
.color_blue #tmp_navbar_fixed .navbar_list li:not(:last-of-type):after,
.color_yellow #tmp_navbar_fixed .navbar_list li:not(:last-of-type):after,
.color_black #tmp_navbar_fixed .navbar_list li:not(:last-of-type):after,
.color_blue #tmp_gnavi .gnavi li:not(:last-of-type):after,
.color_yellow #tmp_gnavi .gnavi li:not(:last-of-type):after,
.color_black #tmp_gnavi .gnavi li:not(:last-of-type):after{
	border-right: 1px solid;
}
.color_blue #tmp_information .access_google .parking_lbl,
.color_yellow #tmp_information .access_google .parking_lbl,
.color_black #tmp_information .access_google .parking_lbl,
.color_blue .event_cnt ul li a .event_label,
.color_yellow .event_cnt ul li a .event_label,
.color_black .event_cnt ul li a .event_label,
.color_blue .event_cnt ul li a,
.color_yellow .event_cnt ul li a,
.color_black .event_cnt ul li a {
	border: 1px solid;
}
.color_blue .simple_link > a:after,
.color_yellow .simple_link > a:after,
.color_black .simple_link > a:after,
.color_blue .header_info_rgt .info_btn a::before,
.color_black .header_info_rgt .info_btn a::before,
.color_yellow .header_info_rgt .info_btn a::before,
.color_blue .header_download .navi_link a:after,
.color_black .header_download .navi_link a:after,
.color_yellow .header_download .navi_link a:after,
.color_blue #tmp_gnavi .gnavi span:after,
.color_black #tmp_gnavi .gnavi span:after,
.color_yellow #tmp_gnavi .gnavi span:after{
	display: none;
}
.color_blue.format_free #tmp_hlogo p span,
.color_black.format_free #tmp_hlogo p span,
.color_yellow.format_free #tmp_hlogo p span,
.color_blue.format_free #tmp_hlogo a,
.color_black.format_free #tmp_hlogo a,
.color_yellow.format_free #tmp_hlogo a,
.color_blue #tmp_hlogo p span,
.color_black #tmp_hlogo p span,
.color_yellow #tmp_hlogo p span,
.color_blue #tmp_hlogo h1 span,
.color_black #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p,
.color_black #tmp_hlogo p,
.color_yellow #tmp_hlogo p,
.color_blue #tmp_hlogo h1,
.color_black #tmp_hlogo h1,
.color_yellow #tmp_hlogo h1{
	height: auto;
	width: auto;
}
.color_blue #tmp_hlogo p,
.color_black #tmp_hlogo p,
.color_yellow #tmp_hlogo p{
	font-size: 2rem;
}
.color_blue #tmp_hnavi_s,
.color_yellow #tmp_hnavi_s,
.color_black #tmp_hnavi_s{
	top: 122px;
}
.color_blue.format_free #tmp_hnavi_s,
.color_yellow.format_free #tmp_hnavi_s,
.color_black.format_free #tmp_hnavi_s{
	top: 109px;
}
/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_blue #tmp_wrap_main a.icon_ppt,
.color_blue #tmp_wrap_main a.icon_txt,
.color_blue #tmp_wrap_main a.icon_img,
.color_blue #tmp_wrap_main a.icon_csv,
.color_blue #tmp_wrap_main a.icon_ichitaro,
.color_blue #tmp_wrap_main a.icon_media,
.color_blue #tmp_wrap_main a.icon_zip,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_ppt,
.color_yellow #tmp_wrap_main a.icon_txt,
.color_yellow #tmp_wrap_main a.icon_img,
.color_yellow #tmp_wrap_main a.icon_csv,
.color_yellow #tmp_wrap_main a.icon_ichitaro,
.color_yellow #tmp_wrap_main a.icon_media,
.color_yellow #tmp_wrap_main a.icon_zip,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_ppt,
.color_black #tmp_wrap_main a.icon_txt,
.color_black #tmp_wrap_main a.icon_img,
.color_black #tmp_wrap_main a.icon_csv,
.color_black #tmp_wrap_main a.icon_ichitaro,
.color_black #tmp_wrap_main a.icon_media,
.color_black #tmp_wrap_main a.icon_zip {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}

.color_blue .info_related_links li a:after,
.color_black .info_related_links li a:after {
    border-color: #FFFF00;
}
/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small #tmp_wrapper #tmp_footer .heiwa_fnavi a{
	background-position: 0 6px;
}

/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_wrapper #tmp_footer .copyright{
	padding-bottom: 120px;
}
/* furigana
================================================== */
.translated-ltr #tmp_wrapper #tmp_footer.f_common .copyright,
.furigana_on #tmp_wrapper #tmp_footer.f_common .copyright{
    padding-bottom: 85px;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_contents:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}

