@charset "utf-8";
@media screen and (min-width : 801px) and (max-width: 1240px) {
	#tmp_wrapper {
        min-width: auto;
	}
}
@media screen and (max-width : 800px) {
/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
body {
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
}
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 310px;
}
.container{
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static;
	z-index:auto;
}
.col_main {
	padding:0;
}
.format_free #tmp_wrap_main{
	margin-bottom: 40px;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi,
.format_free .wrap_col_rgt_navi {
	display:none;
}
.format_free .column_lnavi .col_main {
	margin-left:0;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}
/* ==================================================
header
================================================== */
#tmp_header_wrap .header_inner{
	padding: 5px 15px;
}
.header_download .navi_link a{
	padding-left: 19px;
	outline-offset: -1px;
}
#tmp_header_wrap .header_info{
	padding: 0 28px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background-image: url(/shared/site_heiwamuseum/images/icon/hlogo_sp.png);
	background-position: calc(50% - 4px) calc(50% - 4px);
	background-size: 96px auto;
	width: 162px;
	height: 78px;
	line-height: 1.3;
	font-size: 1.5rem;
}
@keyframes bottom_up {
    0% {
        opacity: 0;
        background-position: calc(50% - 4px) calc(50% - 54px);
    }
    100% {
        opacity: 1;
        background-position: calc(50% - 4px) calc(50% - 4px);
    }
}
#tmp_hlogo p a{
	width: 162px;
	height: 78px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p  span{
	width: 162px;
	height: 78px;
}
.header_info_rgt{
	display: none;
}

.format_free #tmp_header_wrap .header_info{
	justify-content: center;
	padding: 9px 20px 14px;
}
.format_free #tmp_hlogo p{
	width: 150px;
	height: 79px;
	background-size: 100% auto;
}
.format_free #tmp_hlogo p span, 
.format_free #tmp_hlogo a{
	width: 150px;
	height: 79px;
}
/* sp_menu
================================================== */
.open_rmenu {
	overflow: hidden;
}
#tmp_sma_rmenu.transition {
	transform: translateX(0);
}
#tmp_sma_rmenu.block_menu{
	display: block !important;
}
.spmenu_top_open:before{
	z-index: 250;
}
#tmp_hnavi_s{
	display: block;
	position: absolute;
    right: 5px;
	z-index: 200;
	width: 48px;
	height: 48px;
	margin-top: 1px;
}
.format_free #tmp_hnavi_s {
	top: 107px;
}
#tmp_hnavi_s ul{
	list-style: none;
}
#tmp_sma_rmenu{
	top: 0;
	position: fixed;
	z-index: 1;
    bottom: 0;
    left: 0;
	width: 100% !important;
	height: auto;
	transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	overflow-x: hidden !important;
}
#tmp_sma_rmenu .menu_wrapper{
	background: #036EB8;
	color: #FFFFFF;
	padding: 15px 15px 50px;
	text-align: left;
	height: 100%;
    overflow: auto;
}
.spmenu_open #tmp_hnavi_rmenu > a,
.hnavi_fixed #tmp_hnavi_rmenu > a{
	position: fixed;
	top: 5px !important;
	right: 5px;
}
#tmp_hnavi_rmenu > a{
	position: relative;
	display: block;
	overflow: hidden;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background: #036EB8;
	color: #FFFFFF;
    border: 1px solid #ffffff;
    transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	z-index: 2;
	font-size: 1rem;
}
#tmp_hnavi_rmenu > a span{
	position: relative;
	display: inline-block;
	text-indent: -9999px;
	width: 18px;
    border-bottom: 2px solid #ffffff;
	transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#tmp_hnavi_rmenu > a span::before, 
#tmp_hnavi_rmenu > a span::after{
    content: "";
    position: absolute;	
    top: 22px;
    left: 0;
    width: 18px;
    border-bottom: 2px solid #ffffff;
	transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#tmp_hnavi_rmenu > a span::before {
    transform: translateY(-8px);
}
#tmp_hnavi_rmenu > a span::after {
    transform: translateY(8px);
}
#tmp_hnavi_rmenu > a.active{
    background: #ffffff;
	color: #333333;
}
#tmp_hnavi_rmenu > a.active span::before {
    transform: rotate(45deg);
    border-bottom: 2px solid #036EB8;
}
#tmp_hnavi_rmenu > a.active span::after {
    transform: rotate(-45deg);
    border-bottom: 2px solid #036EB8;
}

#tmp_hnavi_rmenu .menu_head_logo{
	margin-bottom: 12px;
}
#tmp_hnavi_rmenu .menu_head_logo p{
	width: 221px;
	height: 41px;
	background: #036EB8 url(/shared/site_heiwamuseum/images/header/logo_head.png);
	color: #ffffff;
	background-size: 100% auto;
}
#tmp_hnavi_rmenu .menu_head_logo p a{
	width: 221px;
	height: 41px;
	color: #ffffff;
	display: inline-block;
}
#tmp_hnavi_rmenu .menu_head_logo p a span{
	position: relative;
	z-index: -1;
	display: inline-block;
}
#tmp_hnavi_rmenu .head_btn{
	margin-bottom: 20px;
}
#tmp_hnavi_rmenu .list_btn li a,
#tmp_hnavi_rmenu .head_btn a{
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	font-size: 87.5%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(/shared/site_heiwamuseum/images/icon/arrow_link_rgt_wh.png);
	background-size: 10px auto;
	background-repeat: no-repeat;
	height: 100%;
}
#tmp_hnavi_rmenu .head_btn a{
    background-color: #0E7FA4;
	background-position: right 10px top 13px;
    padding: 9px 30px 7px 10px;
    min-width: 220px;
	max-width: calc(50% - 24px);
}
#tmp_hnavi_rmenu .list_btn{
	list-style: none;
	display: flex;
	gap: 10px;
	margin-right: 40px;
	margin-bottom: 15px;
}
#tmp_hnavi_rmenu .list_btn li{
	width: 50%;
}
#tmp_hnavi_rmenu .list_btn li a{
	background-color: #3179A6;
	background-position: right 8px top 16px;
    padding: 12px 23px 11px 5px;
}
#tmp_hnavi_rmenu .list_gnavi_sp{
	list-style: none;
	margin-bottom: 16px;
}
#tmp_hnavi_rmenu .list_gnavi_sp li{
	margin-bottom: 5px;
}
#tmp_hnavi_rmenu .list_gnavi_sp li:nth-last-child(3) a,
#tmp_hnavi_rmenu .list_gnavi_sp li:nth-last-child(2) a,
#tmp_hnavi_rmenu .list_gnavi_sp li:last-child a{
    background-color: #E6EEF6;
	padding-left: 30px;
}
#tmp_hnavi_rmenu .list_gnavi_sp li:nth-last-child(3) a::before,
#tmp_hnavi_rmenu .list_gnavi_sp li:nth-last-child(2) a::before,
#tmp_hnavi_rmenu .list_gnavi_sp li:last-child a::before {
    content: "";
    width: 15px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 10px;
    background: rgb(3, 110, 184);
}
#tmp_hnavi_rmenu .list_gnavi_sp a{
	position: relative;
	display: block;
    width: 100%;
    padding: 14px 20px 12px 10px;
    border-left: 5px solid #1EB8EC;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	text-decoration: none;
	color: #036EB8;
	font-size: 87.5%;
	font-weight: bold;
	background-image: url(/shared/site_heiwamuseum/images/icon/arrow_link_rgt.png);
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-position: right 10px center;
}
#tmp_hnavi_rmenu .gnavi_sub{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 17px;
	gap: 5px;
}
#tmp_hnavi_rmenu .gnavi_sub li{
	width: calc((100% - 5px) / 2 );
	margin-bottom: 14px;
}
#tmp_hnavi_rmenu .gnavi_sub a{
	display: inline-block;
	color: #FFFFFF;
	font-size: 75%;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 1.6;
	background-image: url(/shared/site_heiwamuseum/images/icon/arrow_link_rgt_wh.png);
    background-size: 10px auto;
	background-position: 0 5px;
	background-repeat: no-repeat;
}
#tmp_hnavi_rmenu .menu_ft_logo{
	text-align: center;
}
#tmp_hnavi_rmenu .menu_ft_logo a{
	display: inline-block;
	padding: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 2px solid #1EB8EC;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
	width: 209px;
	height: 110px;
	margin: 0 auto;
}
#tmp_hnavi_rmenu .menu_ft_logo a img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
/* gnavi
================================================== */
#tmp_gnavi,
#tmp_footer .heiwa_fnavi{
	display:none;
}

/* footer
================================================== */
/* footer heiwa */
#tmp_footer .heiwa_inner{
	justify-content: center;
}
#tmp_footer .footer_heiwa{
	border-top-width: 5px;
}
#tmp_footer .pref_inner{
	padding: 17px 0 28px;
}
#tmp_footer .pref_fnavi{
	flex-direction: column;
	gap: 0;
	padding-left: 15px;
}
#tmp_footer .pref_fnavi li:not(:last-of-type){
	margin-bottom: 3px;
}
#tmp_footer .pref_info{
	flex-direction: column;
	align-items: center;
}
#tmp_footer .pref_logo{
	margin: 0 0 5px;
}
#tmp_footer .pref_info address{
	padding-top: 23px;
	border-top: 1px dotted #dddddd;
	width: 100%;
}
#tmp_footer .pfef_add_name{
	margin: 3px 0 8px;
	padding-right: 0;
}
#tmp_footer .pfef_add_link{
	padding-right: 0;
}
#tmp_footer .pref_social{
	position: static;
	justify-content: center;
	padding-top: 19px;
	padding-left: 10px;
}
#tmp_footer .copyright{
	padding-top: 12px;
	font-size: 62.5%;
}

/* fixed navi
================================================== */
#tmp_navbar_fixed{
	width: 100%;
	max-width: 90%;
	padding: 0;
}
#tmp_navbar_fixed .navbar_list{
	padding-top: 5px;
	padding-bottom: 9px;
}
#tmp_navbar_fixed .navbar_list a{
	padding-left: 0;
	padding-right: 0;
	background-image: none;
	font-size: 62.5%;
}
#tmp_navbar_fixed .navbar_list span{
	padding: 28px 0 0;
	background-position: center top;
}
#tmp_navbar_fixed .navbar_list li:not(:last-of-type):after{
	bottom: -5px;
}

/* setting hover */
.info_related_links img,
#tmp_footer .pref_social img{
	transition: none;
}
.info_related_links li a:hover img,
#tmp_footer .pref_social a:hover img{
	opacity: 1;
}
#tmp_wrap_header .header_navi a:hover,
#tmp_gnavi .gnavi .active a,
#tmp_gnavi .gnavi a:hover,
#tmp_header .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: none;
}

/* ==================================================
layout
================================================== */

/* pankuzu
================================================== */
#tmp_pankuzu {
	font-size: 81.2%;
	line-height: 2.2;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* update
================================================== */
#tmp_wrap_custom_update {
	margin: 0 0 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-left:26px;
	background-size: 20px auto;
}

/* externalLink
================================================== */
#tmp_footer a[rel*="external"]:after,
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after{
	position: relative;
	top: 2px;
	margin-left: 9px;
}
/* lnavi
================================================== */
/* rnavi
================================================== */
/* pnavi
================================================== */
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* information
================================================== */
/* basic_btn */
.basic_btn a {
    padding: 14px 30px 14px 20px;
	font-size: 87.5%;
}
.basic_btn a:hover {
	opacity: 1;
}
/* information */
#tmp_information .container {
	padding: 0 15px;
}
#tmp_information .info_heading h2 {
	font-size: 156.3%;
}
#tmp_information .info_blog h3 {
	text-align: center;
	padding-bottom: 19px;
	margin-bottom: 30px;
}
#tmp_information .info_blog_content {
	display: block;
}
#tmp_information .info_blog .col_img {
	display: block;
	padding-right: 0;
	width: auto;
}
#tmp_information .info_blog .col_img_sm {
	padding: 0;
	margin-bottom: 10px;
	max-width: 100%;
}
#tmp_information .info_blog .col_img_sm:last-child {
	margin-bottom: 0;
}
#tmp_information .info_blog.blog_access .col_img {
	padding: 0;
	width: auto;
}
#tmp_information .info_blog.blog_access .col_cnt {
	padding-left: 0;
}
#tmp_information table.info_data,
#tmp_information table.info_data th,
#tmp_information table.info_data td {
	display: block;
	width: 100%;
	border: none;
}
#tmp_information table.info_data {
	padding-top: 20px;
}
#tmp_information table.info_data th {
	padding: 7px 10px 5px;
}
#tmp_information table.info_data td {
	padding: 10px;
	text-align: center;
}
#tmp_information .basic_btn {
    padding-left: 10px;
}
#tmp_information .access_google {
	background-position: 0 10px;
	padding: 10px 0 0 60px;
}
#tmp_information .access_google .simple_link a {
	padding: 7px 15px 6px;
}
#tmp_information .access_google .parking {
	padding-top: 10px;
}
#tmp_information{
	margin-bottom: 37px;
}
.info_related_links {
	padding-bottom: 33px;
}
.info_related_links ul {
	display: block;
	margin: 0;
}
.info_related_links li {
	width: 100%;
	padding: 19px 25px 20px;
}
/* event */
.event_cnt ul{
	flex-direction: column;
}
.event_cnt ul li{
	width: 100%;
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: none;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L:not(div.col2:has(div.col2) div.col2 div.col2L, div.col3:has(div.col2) div.col2 div.col2L),
div.col3 div.col3L:not(div.col2:has(div.col3) div.col3 > div.col3L),
div.col3 div.col3M:not(div.col2:has(div.col3) div.col3 > div.col3M),
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2R:not(div.col2:has(div.col2) div.col2 div.col2R, div.col3:has(div.col2) div.col2 div.col2R),
div.col3 div.col3R:not(div.col2:has(div.col3) div.col3 > div.col3R),
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom:0;
}
#tmp_contents table.col2,
#tmp_contents table.col3{
	width: 100%;
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M,
div.col3:has(div.col2) > div.col3R{
	width: 100%;
}
div.col3:has(div.col2) > div.col3L,
div.col3:has(div.col2) > div.col3M{
	margin-right: 0;
}
/* table */
#tmp_contents table.col2:not(table.col2 table.col2, table.col3 table.col2, :has(table.col3)),
#tmp_contents table.col2:not(table.col3 table.col2) tbody:not(table.col2 table.col3 tbody, table.col2 table.col2 tbody),
#tmp_contents table.col2:not(table.col3 table.col2) tr:not(table.col2 table.col3 tr, table.col2 table.col2 tr),
#tmp_contents table.col3,
#tmp_contents table.col3:not(table.col2 table.col3) tbody:not(table.col2 table.col3 tbody, table.col3 table.col2 tbody),
#tmp_contents table.col3:not(table.col2 table.col3) tr:not(table.col2 table.col3 tr, table.col3 table.col2 tr){
	width: 100%;
}
#tmp_contents table.col2:not(table.col3 table.col2) td.col2L:not(table.col2 table.col2 td.col2L),
#tmp_contents table.col2:not(table.col3 table.col2) td.col2R:not(table.col2 table.col2 td.col2R),
#tmp_contents table.col3:not(table.col2 table.col3) td.col3L,
#tmp_contents table.col3:not(table.col2 table.col3) td.col3M,
#tmp_contents table.col3:not(table.col2 table.col3) td.col3R {
	display: block;
    width: 100%;
}
#tmp_contents table.col2:not(table.col3 table.col2) td.col2L:not(table.col2 table.col2 td.col2L),
#tmp_contents table.col3:not(table.col2 table.col3) td.col3L,
#tmp_contents table.col3:not(table.col2 table.col3) td.col3M{
	border-right: 0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.col2:has(table.col2) table.col2 td.col2L,
#tmp_contents table.col2:has(table.col2) table.col2 td.col2R,
#tmp_contents table.col3:has(table.col2) table.col2 td.col2L,
#tmp_contents table.col3:has(table.col2) table.col2 td.col2R{
	width: 50%;
}
#tmp_contents table.col2 table.col3 td.col3L,
#tmp_contents table.col2 table.col3 td.col3M,
#tmp_contents table.col2 table.col3 td.col3R{
	width: 33.33%;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__arrow:hover,
.splide_common .splide__toggle:hover{
	opacity: 1;
}
.splide_common .splide__arrow:hover::before {
	opacity: 0.3;
}
.splide_common .splide__pagination__page:hover{
    background-color: #ffffff;
    color: #036EB8;
}
.splide_common .splide__pagination__page.is-active:hover {
    background-color: #036EB8;
    color: #ffffff;
}

/* tmp_means
================================================== */
.color_blue #tmp_hnavi_rmenu > a{
	background-color: #00008B !important;
}
.color_black #tmp_hnavi_rmenu > a{
    background-color: #000000 !important;
}
.color_yellow #tmp_hnavi_rmenu > a{
	background-color: #FFFF00 !important;
}
.color_blue.format_free #tmp_hlogo a,
.color_black.format_free #tmp_hlogo a,
.color_yellow.format_free #tmp_hlogo a,
.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 p,
.color_black.format_free #tmp_hlogo p,
.color_yellow.format_free #tmp_hlogo p{
	width: auto;
	height: auto;
}
.color_blue.format_free #tmp_hlogo p,
.color_black.format_free #tmp_hlogo p,
.color_yellow.format_free #tmp_hlogo p{
	padding: 10px;
}
.color_blue #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_yellow #tmp_navbar_fixed .navbar_list li:not(:last-of-type):after{
	border-right: 1px solid;
}
.color_blue #tmp_hnavi_rmenu .list_gnavi_sp li a::before,
.color_black #tmp_hnavi_rmenu .list_gnavi_sp li a::before,
.color_yellow #tmp_hnavi_rmenu .list_gnavi_sp li a::before{
	display: none !important;
}
.color_blue #tmp_hnavi_rmenu .menu_ft_logo a,
.color_yellow #tmp_hnavi_rmenu .menu_ft_logo a,
.color_black #tmp_hnavi_rmenu .menu_ft_logo a {
	text-indent: 0;
}
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a.active span::before,
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a.active span::before,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a.active span::after,
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a.active span::after {
	border-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a.active span::after,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a.active span::before{
	border-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a span::before,
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a span::before,
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a span::after,
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a span::after {
	border-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a span::before,
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a span::after{
	border-color: #000000 !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_rmenu > a.active span{
	border-color: #FFFF00 !important;
}
.color_black #tmp_wrapper #tmp_hnavi_rmenu > a.active span{
	border-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_rmenu > a.active span{
	border-color: #00008B  !important;
}
.fsize_small #tmp_hnavi_rmenu .gnavi_sub a{
	background-position: left center;
}
.no_javascript #tmp_hnavi_s{
	top: auto;
}
.furigana_on #tmp_navbar_fixed .navbar_list span{
	padding-top: 32px;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}