@charset "utf-8";

@import url(/shared/typesquare_font/ot-udshingopr6n-debold/OT-UDShinGoPr6N-DeBold.css);
@import url(/shared/typesquare_font/ot-udshingopr6n-light/OT-UDShinGoPr6N-Light.css);
@import url(/shared/typesquare_font/ot-udshingopr6n-medium/OT-UDShinGoPr6N-Medium.css);
@import url(/shared/typesquare_font/ot-udshingopr6n-regular/OT-UDShinGoPr6N-Regular.css);

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
    font-family: 'OT-UDShinGoPr6N-Light', "游ゴシック", 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: #0048ad;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	color: #222222;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #b81212;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #1B594A;
	/* 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_red,
th.bg_red {
	color: inherit;
	background-color: #FCECEC;
	/* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
	color: inherit;
	background-color: #FBFBDF;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EBF9FC;
	/* Setting by CMS sheets */
}

td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #E9E9E9;
	/* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EDFBEE;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #EDE9FA;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	position: relative;
	margin: 0 auto;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1220px;
}

/* format カラムのレイアウトのbaseロジック
============================== */
.wrap_col_rgt_navi {
	float: right;
}
.column_lnavi .wrap_col_main {
	width: 100%;
	float: right;
}

.column_rnavi .wrap_col_main {
	width: 100%;
	float: left;
}

/* free
============================== */
.format_free .wrap_col_rgt_navi {
	width: 240px;
}
.format_free .column_rnavi .wrap_col_main {
	margin-right: -288px;
}
.format_free .column_rnavi .col_main {
	margin-right: 288px;
}
.format_free #tmp_wrap_main {
    padding: 28px 0 0;
}
.custom_event #tmp_wrap_main {
	padding-top: 80px;
}
.type_idx:not(.custom_assembly):not(.custom_yuuen):not(.custom_youkoso) #tmp_wrap_main,
.custom_shisetsu #tmp_wrap_main {
    background: url("/shared/site_rn2025/images/main/bg_main.png") repeat-x left top -45px;
}

/* header
================================================== */
.no-fixed .fixed_header #tmp_header_fixed{
	position: absolute!important;
}
.fixed_header #tmp_header{
	margin-bottom: 0!important;
}
#tmp_header {
	padding: 0;
	position: relative;
	background-color: #ffffff;
	z-index: 900;
}
#tmp_header::before{
	content: '';
	position: absolute;
	border-bottom: 1px solid #d9d9d9;
	left: 0;
	bottom: 0;
	right: 0;
}
#tmp_hlogo{
	margin-top: 22px;
}
#tmp_hlogo h1,
#tmp_hlogo p{
	background: url(/shared/site_rn2025/images/header/hlogo.jpg) 0 0 no-repeat;
    font-size: 1.8rem;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo h1 span,
#tmp_hlogo p span,
#tmp_hlogo a{
	display: block;
	width: 154px;
	height: 46px;
}

#tmp_hlogo h1 span,
#tmp_hlogo p span {
	position: relative;
	z-index: -1;
	overflow: hidden;
}

#tmp_header_rgt{
	position: relative;
	display: flex;
	padding-left: 7px;
}

#tmp_header .header_inner{
	display: flex;
	justify-content: space-between;
}
#tmp_hnavi_search{
	width: 340px;
	margin-top: 22px;
}
#tmp_hnavi_search .inner{
	position: relative;
}
#tmp_hnavi_search .wrap_sch_box .sch_ttl{
	display: none;
}
#tmp_header .fixed_text{
	display: none;
}
#tmp_sma_query{
	background-color: #f0f4f5;
	border: none;
	min-height: 44px;
	padding: 5px 88px 5px 10px;
	display: block;
	width: 100%;
}
#tmp_sma_func_sch_btn {
	min-width: 78px;
	height: 100%;
	color: #ffffff;
	background-color: #575959;
	border: 1px solid #575959;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: 0.3s ease color, 0.3s ease background-color;
	letter-spacing: 4px;
	padding-left: 5px;
}
#tmp_sma_func_sch_btn:hover{
	color: #222222;
	background-color: #ffffff;
}
#tmp_hnavi_wrapper{
	display: flex;
	list-style: none;
	margin-left: 16px;
}
#tmp_sma_lmenu,
#tmp_sma_mmenu{
    top: calc(100% - 1px);
}
#tmp_hnavi_lmenu,
#tmp_hnavi_mmenu,
#tmp_hnavi_rmenu{
	margin-top: 22px;
	position: relative;
}
#tmp_hnavi_lmenu > a,
#tmp_hnavi_mmenu > a,
#tmp_hnavi_rmenu > a,
#tmp_hnavi_smenu > a{
	font-size: 88.89%;
	text-decoration: none;
	display: block;
	min-height: 24px;
}
#tmp_hnavi_lmenu > a > span,
#tmp_hnavi_mmenu > a > span,
#tmp_hnavi_rmenu > a > span{
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	position: relative;
}
#tmp_hnavi_lmenu > a.ac_active::before,
#tmp_hnavi_mmenu > a.ac_active::before,
#tmp_hnavi_rmenu > a.ac_active::before,
#tmp_hnavi_smenu > a.ac_active::before{
	z-index: 801;
}
#tmp_hnavi_lmenu > a.ac_active > span,
#tmp_hnavi_mmenu > a.ac_active > span,
#tmp_hnavi_rmenu > a.ac_active > span,
#tmp_hnavi_smenu > a.ac_active > span{
	z-index: 802;
}
#tmp_hnavi_lmenu > a.ac_active:focus-visible:before,
#tmp_hnavi_mmenu > a.ac_active:focus-visible:before,
#tmp_hnavi_rmenu > a.ac_active:focus-visible:before,
#tmp_hnavi_smenu > a.ac_active:focus-visible:before{
	outline: inherit;
}
#tmp_hnavi_lmenu > a.ac_active::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #b81111;
}
#tmp_hnavi_lmenu > a.ac_active > span{
	color: #ffffff;
	background-color: #b81111;
	background-image: url(/shared/site_rn2025/images/icon/icon_close_btn.png);
	padding-left: 31px;
	background-position: 10px 9px;
	padding-top: 5px;
}
#tmp_hnavi_lmenu > a > span{
	padding-left: 24px;
	background: url(/shared/site_rn2025/images/icon/icon_emergency.png) 0 6px no-repeat;
	min-width: 88px;
}
#tmp_hnavi_lmenu > a > span::before,
#tmp_hnavi_mmenu > a > span::before,
#tmp_hnavi_rmenu > a > span::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #b81111;
	width: 0;
	transition: 0.3s ease width;
}
#tmp_hnavi_mmenu > a > span::before{
	border-color: #916607;
}
#tmp_hnavi_lmenu > a.ac_active > span::before,
#tmp_hnavi_mmenu > a.ac_active > span::before,
#tmp_hnavi_rmenu > a.ac_active > span::before{
	display: none;
}
#tmp_hnavi_rmenu > a > span::before{
	border-color: #222222;
}
#tmp_hnavi_lmenu > a:hover > span::before,
#tmp_hnavi_mmenu > a:hover > span::before,
#tmp_hnavi_rmenu > a:hover > span::before,
#tmp_hnavi_lmenu > a:focus > span::before,
#tmp_hnavi_mmenu > a:focus > span::before,
#tmp_hnavi_rmenu > a:focus > span::before {
	width: 100%;
}
#tmp_hnavi_lmenu > a{
	padding: 7px 15px;
	color: #b81111;
}
#tmp_hnavi_mmenu{
	margin-left: 2px;
}
#tmp_hnavi_mmenu > a{
	padding: 7px 13px;
	color: #916607;
}
#tmp_hnavi_mmenu > a > span{
	padding-left: 22px;
	background: url(/shared/site_rn2025/images/icon/icon_kinkyu.png) 0 7px no-repeat;
	min-width: 102px;
}
#tmp_hnavi_mmenu > a.ac_active:before{
	content: '';
	position: absolute;
	left: -2px;
	right: -1px;
	top: 0;
	border: 2px solid #916607;
	border-bottom: none;
	bottom: -1px;
	background-color: #f9f7f2;
}
#tmp_hnavi_mmenu > a.ac_active > span{
	padding-left: 38px;
	padding-top: 5px;
	background-image: url(/shared/site_rn2025/images/icon/icon_hnavi_close_red.png);
	background-position: 16px 9px;
}
#tmp_hnavi_rmenu > a{
	padding: 7px 10px 0 20px;
	min-width: 210px;
}
#tmp_hnavi_rmenu > a > span{
	padding-left: 25px;
	color: #222222;
	background: url(/shared/site_rn2025/images/icon/icon_support.png) 2px 7px no-repeat;
	min-width: 159px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#tmp_hnavi_rmenu > a span span{
	font-size: 87.5%;
	margin-left: 4px;
}
#tmp_hnavi_rmenu > a.ac_active:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f0f4f5;
	border: 1px solid #d9d9d9;
	border-bottom: none;
}
#tmp_hnavi_rmenu > a.ac_active > span{
	padding-left: 67px;
	padding-top: 6px;
	background-image: url(/shared/site_rn2025/images/icon/icon_hnavi_close_bl.png);
	background-position: 45px 10px;
}
#tmp_hnavi_smenu{
	margin-left: 15px;
	position: relative;
}
#tmp_hnavi_smenu > a{
	color: #ffffff;
	background: #575959 url(/shared/site_rn2025/images/icon/icon_sch.png) center 16px no-repeat;
	padding: 53px 9px 11px;
	width: 120px;
	text-align: center;
	border: 1px solid #575959;
	transition: 0.3s ease background-color,0.3s ease color,0.3s ease border-color;
}
#tmp_hnavi_smenu > a:hover,
#tmp_hnavi_smenu > a:focus {
	color: #222222;
	background-image: url(/shared/site_rn2025/images/icon/icon_sch_hv.png);
	background-color: #f0f4f5;
	border-color: #d9d9d9;
}
#tmp_hnavi_smenu > a.ac_active:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f0f4f5 url(/shared/site_rn2025/images/icon/icon_hnavi_close.png) center 16px no-repeat;
	color: #222222;
	border: 1px solid #d9d9d9;
	border-bottom: none;
}
#tmp_hnavi_smenu > a.ac_active{
	color: #222222;
}
#tmp_hnavi_smenu > a.ac_active > span{
	position: relative;
}
#tmp_sma_lmenu{
	background-color: #b81111;
	color: #ffffff;
}
#tmp_sma_mmenu{
	background-color: #f9f7f2;
	border-top: 2px solid #916607;
}
#tmp_sma_mmenu:after{
	content: '';
	display: block;
	border-bottom: 2px solid #916607;
}
#tmp_wrapper.menu_overlay{
	position: relative;
}
.menu_overlay::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	z-index: 700;
}

/* cogmo
================================================== */
/* search form [cogmo] */
#tmp_header_wrap #cogmo-search-form1,
#tmp_header_wrap #cogmo-search-form2 {
    width: 100%;
	display: block;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area {
    padding: 0;
    background: #ffffff;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-inner,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-inner{
    padding-right: 0;
    padding-left: 0;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area.cgm-form1,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area.cgm-form2 {
    display: inline;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-inner.cgm-form1,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-inner.cgm-form2 {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-form-group,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-form-group {
    grid-column: auto;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-wrap,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-input-wrap {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    color: #222222;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-form-container,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-form-container {
    display: inline;
    grid-template-columns: auto;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-area textarea,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-input-area textarea {
    padding: 8px 14px;
    background-color: #ffffff;
    height: 44px;
    margin: 0;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-area textarea::placeholder,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-input-area textarea::placeholder {
    color: #6d6d6d!important;
	opacity: 1;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-area button,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-input-area button {
    padding-top: 0;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-button-area .cgm-search-button {
    background: #222222;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    border: 1px solid #575959;
    background-color: #575959;
    letter-spacing: 3px;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-wrap:focus,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-input-wrap:focus,
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover,
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:focus,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:focus{
    opacity: 1;
	background-color: #f8f8f8 !important;
	color: #222222 !important;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button::before,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-button-area .cgm-search-button::before {
    display: none;
}

.cgm-search-button.cgm-form1,
.cgm-search-button.cgm-form2 {
    width: 78px !important;
    min-height: 44px !important;
}
.cgm-search-input-wrap {
    border-color: #d9d9d9 !important;
}
.cogmo-main .cgm-search-button {
    background-color: #575959 !important;
}
#cogmo-search-form2 .cgm-clear-input-button::before {
	height: 100%;
	background-position: 0 3px;
}
#cogmo-search-form1 #querycgm-form1::placeholder {
	font-size: clamp(0.9em, 1.5vw, 1em);
	color: #808080!important;
}
#cogmo-search-form2 #querycgm-form2::placeholder {
	font-size: clamp(0.9em, 1.3vw, 1em);
	color: #808080!important;
}

/* search result [cogmo] */
#cogmo-search .cgm-search-form-area .cgm-search-button-area .cgm-search-button {
    background: #575959;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    font-size: 115%;
    border: 1px solid #575959;
}
#cogmo-search .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover,
#cogmo-search .cgm-search-form-area .cgm-search-button-area .cgm-search-button:focus {
    opacity: 1;
	background-color: #f8f8f8 !important;
	color: #222222 !important;
}
#cogmo-search .cgm-fetch-more-button-area button {
	background: #575959;
}
#cogmo-search .cgm-search-result-item a:hover,
#cogmo-search .cgm-search-result-item a:focus {
    text-decoration: underline;
}
#tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-input-area button:focus:after,
#tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-input-area button:focus:after {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	border: 2px solid #000000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	z-index: 2;
	background-color:transparent;
}
/* gnavi
================================================== */
#tmp_gnavi {
	position: relative;
	z-index: 99;
	color: #222222;
	background-color: #ffffff;
	clear:both;
}
.gnavi,
.gnavi > li,
.gnavi > li > a {
	display: flex;
}
.gnavi {
	list-style:none;
    position: relative;
	justify-content: space-between;
}
.gnavi > li {
    float: left;
	flex-grow:1;
	text-align:center;
	padding-top: 3px;
	position: relative;
    overflow-wrap: anywhere;
}
.gnavi > li:first-child {
	max-width: 149px;
}
.gnavi > li:last-child {
	max-width: 85px;
}
.gnavi > li:before {
    position: absolute;
    left: 50%;
	top: calc(100% - 9px);
    width: 0;
    height: 0;
    border: solid transparent;
    transform: translateX(-50%);
	border-width: 15px;
	border-bottom-color: #f0f4f5;
	z-index: 1;
}
.gnavi > li.glist_open:before {
	content: '';
}
.gnavi > li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 28px;
	transform: translateY(-50%);
	color: #222222;
	background-color: #d9d9d9;
}
.gnavi > li:first-child:after {
	content: none;
}
.gnavi > li > a {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration:none;
	position: relative;
	z-index: 1;
	color:#222222;
	padding: 17px 4px;
	font-size: 88.9%;
}
.gnavi > li:first-child > a {
	padding-left: 0;
	justify-content: flex-start;
}
.gnavi > li:last-child > a {
	padding-right: 0;
	justify-content: flex-end;
}
.gnavi > li > a span {
	display: block;
	position: relative;
}
.gnavi > li > a span:before {
    content: '';
    background: #1da2f0;
    display: block;
    width: 0;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: -17px;
    margin: auto;
    transition: width 0.3s ease-in-out;
	z-index: -1;
}
.gnavi > li.active a span:before,
.gnavi > li > a.ac_active span:before,
.gnavi > li > a:hover span:before,
.gnavi > li > a:focus span:before {
    width: 100%;
    transition: width 0.3s ease-in-out;
}
.no_javascript #tmp_gnavi {
    display: block;
}
/* drop_down_hidden
================================================== */
.gnavi_open{
    position: relative;
}
.gnavi_open:before {
    content: '';
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 98;
}
.gnavi .drop_down_hidden {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	right: 0;
	text-align: left;
	pointer-events: none;
	backface-visibility: hidden;
}
.gnavi .drop_down_hidden .container{
	height: 100%;
}
.gnavi .drop_down_wrapper {
    padding-top: 20px;
	max-height: 100%;
}
.gnavi .drop_down_inner {
    color: #222222;
    background-color: #f0f4f5;
    border: 1px solid #f0f4f5;
    padding: 35px 0 39px 18px;
    overflow-y: auto;
	max-height: 100%;
	pointer-events: all;
}
.gnavi .drop_down_inner ul {
	list-style:none;
}
.gnavi .drop_down_inner ul li {
    width: 25%;
    float: left;
	padding-left: 11px;
    padding-right: 38px;
    margin-bottom: 29px;
    line-height: 1.6;
    font-size: 88.9%;
}
.gnavi .drop_down_inner ul li:nth-child(4n+1){
    clear: left;
}
.gnavi .drop_down_inner ul li:nth-child(4n){
    clear: right;
}
.gnavi .drop_down_inner ul li a {
    text-decoration: none;
    display: inline-block;
    padding-left: 18px;
    color: #222222;
    background: transparent url(/shared/site_rn2025/images/icon/arrow_icon20_black.png) no-repeat left 6px;
    background-size: 10px auto;
	position: relative;
}
.gnavi .drop_down_inner ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 18px;
    width: 0;
    border-bottom: 1px solid #222222;
    transition: width 0.3s ease-in-out;
}
.gnavi .drop_down_inner ul li a:hover:after,
.gnavi .drop_down_inner ul li a:focus:after{
    width: calc(100% - 18px);
}

/* close_btn */
.gnavi .close_btn {
    margin-top: 3px;
	padding-right: 18px;
}

/* menu search
================================================== */
#tmp_search_keyword .sch_ttl,
#tmp_sma_smenu .ttl_double_line,
#tmp_ajax_ctgy .ttl_double_line,
#tmp_search_purpose_hidden .ttl_double_line {
    display: inline-block;
	position: relative;
	margin-bottom: 23px;
	padding-left: 24px;
	z-index: 1;
}
#tmp_search_keyword .sch_ttl,
#tmp_sma_pageid .sch_ttl,
#tmp_sma_smenu .ttl_double_line h2,
#tmp_ajax_ctgy .ttl_double_line h2,
#tmp_search_purpose_hidden .ttl_double_line h2,
#tmp_sma_smenu .ttl_double_line p,
#tmp_ajax_ctgy .ttl_double_line p,
#tmp_search_purpose_hidden .ttl_double_line p {
	font-size: 144.4%;
	line-height: 1.4;
}
#tmp_search_keyword .sch_ttl:before,
#tmp_sma_smenu .ttl_double_line:before,
#tmp_ajax_ctgy .ttl_double_line:before,
#tmp_search_purpose_hidden .ttl_double_line:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 2px;
	bottom: 4px;
	width: 7px;
	border-left: 3px solid #f593bf;
	border-right: 2px solid #1da2f0;
}
#tmp_sma_smenu .link_simple a,
#tmp_ajax_ctgy .ctg_accordion_list li a {
	display: inline-block;
    padding: 3px 0 3px 18px;
    background: transparent url(/shared/site_rn2025/images/icon/arrow_link_rgt.png) no-repeat 0 7px;
    background-size: 10px auto;
    font-size: 88.9%;
    color: inherit;
    text-decoration: none;
	text-align: left;
}
.gnavi .close_btn a,
#tmp_header .close_btn a{
	display: block;
	margin: 0 auto;
	padding: 7px 9px 4px 10px;
	background-color: #ffffff;
	width: 200px;
	max-width: 100%;
	border: 1px solid #d9d9d9;
	font-size: 88.9%;
	color: #222222;
	text-align: center;
	text-decoration: none;
}
.gnavi .close_btn span,
#tmp_header .close_btn span{
	display: inline-block;
	padding: 4px 0 4px 26px;
	background: transparent url(/shared/site_rn2025/images/icon/icon_hnavi_close_sm.png) no-repeat 0 7px;
	color: inherit;
}
/* menu search */
#tmp_sma_rmenu,
#tmp_sma_smenu{
	top: 100%;
	text-align: left;
	background-color: #f0f4f5;
	color: #222222;
	overflow: auto;
}
#tmp_sma_rmenu .menu_wrapper,
#tmp_sma_smenu .menu_wrapper{
	padding: 30px 0 40px;
}
#tmp_sma_smenu .smenu_heading{
	margin-bottom: 30px;
	padding: 5px 0 20px 50px;
	background: transparent url(/shared/site_rn2025/images/icon/smenu_search_icon.png) no-repeat 0 11px;
	font-size: 177.8%;
	color: inherit;
	border-bottom: 1px solid #d9d9d9;
}
#tmp_sma_smenu .smenu_heading > p{
	display: inline-block;
	padding-right: 83px;
	background: transparent url(/shared/site_rn2025/images/icon/smenu_search_txt.png) no-repeat right 14px;
}
/* form */
#tmp_sma_smenu .smenu_form{
	display: flex;
	gap: 0 40px;
	margin-bottom: 33px;
}
#tmp_sma_smenu #tmp_search_keyword,
#tmp_sma_smenu #tmp_sma_pageid {
	width: 50%;
}
#tmp_sma_smenu .smenu_form .sch_ttl {
	display: inline-block;
}
#tmp_sma_smenu .form_group .wrap_sch_box{
	position: relative;
	margin-bottom: 6px;
}
#tmp_sma_smenu .form_group .sch_box input,
#tmp_sma_smenu .form_group .sch_btn input{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	font-size: 88.9%;
	line-height: 1.2;
	appearance: none;
	box-shadow: none;
}
#tmp_sma_smenu .form_group .sch_box input{
	padding: 8px 86px 8px 14px;
	background-color: #ffffff;
	height: 44px;
	color: #222222;
}
#tmp_sma_smenu .form_group .sch_btn{
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	min-width: 78px;
	max-width: 42%;
}
#tmp_sma_smenu .form_group .sch_btn input{
	padding: 8px 10px 4px 14px;
	background-color: #575959;
	border-color: #575959;
	letter-spacing: 3px;
	text-indent: -3px;
	color: #ffffff;
	cursor: pointer;
}
#tmp_sma_smenu .form_group .link_simple{
	text-align: right;
}
/* purpose */
#tmp_sma_smenu .smenu_purpose{
	margin-bottom: 16px;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list{
	margin: 0;
	gap: 0 24px;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li{
	padding: 0;
	width: calc((100% / 6) - 20px);
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li a{
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 126px;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li:first-child a{
	flex-direction: column;
	font-size: 88.9%;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li:first-child .nav_img{
	margin-top: 15px;
	padding: 0;
	width: auto;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li:first-child .nav_img img,
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li:not(:first-child) .nav_img img{
	width: auto;
	max-width: 60px;
}
#tmp_sma_smenu .smenu_purpose .useful_navigation_list li:first-child .nav_txt{
	justify-content: center;
}
/* category */
#tmp_sma_smenu .smenu_category,
#tmp_ajax_ctgy .smenu_category {
	margin-bottom: 37px;
	overflow: hidden;
}
#tmp_sma_smenu .ctg_accordions,
#tmp_ajax_ctgy .ctg_accordions {
	display: flex;
	flex-flow: row wrap;
	gap: 24px 0;
	margin: 0 -11px;
	overflow: hidden;
}
#tmp_sma_smenu .ctg_accordion,
#tmp_ajax_ctgy .ctg_accordion{
	display: flex;
    flex-direction: column;
    padding: 0 11px;
	width: 25%;
}
#tmp_sma_smenu .ctg_accordion_switch,
#tmp_ajax_ctgy .ctg_accordion_switch {
	position: relative;
	z-index: 4;
}
#tmp_sma_smenu .ctg_accordion_switch p,
#tmp_ajax_ctgy .ctg_accordion_switch p {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	z-index: 1;
    margin-bottom: 0 !important;
}
#tmp_sma_smenu .ctg_accordion_switch p:after,
#tmp_ajax_ctgy .ctg_accordion_switch p:after {
	position: absolute;
	top: 0;
    left: -1px;
    right: -1px;
    height: calc(100% + 13px);
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
    background-color: #ffffff;
    z-index: -1;
}
#tmp_sma_smenu .ctg_accordion_switch a,
#tmp_ajax_ctgy .ctg_accordion_switch a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 19px 46px 17px 21px;
	background: transparent url(/shared/site_rn2025/images/icon/navi_ic_plus.png) no-repeat right 16px center;
	font-size: 88.9%;
	color: #222222;
	word-break: break-word;
	text-decoration: none;
	z-index: 1;
}
#tmp_sma_smenu .is_active .ctg_accordion_switch p:after,
#tmp_ajax_ctgy .is_active .ctg_accordion_switch p:after{
    content: '';
}
#tmp_sma_smenu .is_active .ctg_accordion_switch a,
#tmp_ajax_ctgy .is_active .ctg_accordion_switch a {
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus.png);
}
#tmp_sma_smenu .ctg_accordion_cnt,
#tmp_ajax_ctgy .ctg_accordion_cnt{
    position: relative;
	display: none;
    top: 0;
	width: calc(400% + 66px);
    z-index: 3;
}
#tmp_sma_smenu .ctg_accordion:nth-child(4n+2) .ctg_accordion_cnt,
#tmp_ajax_ctgy .ctg_accordion:nth-child(4n+2) .ctg_accordion_cnt{
    margin-left: calc(-100% - 22px);
}
#tmp_sma_smenu .ctg_accordion:nth-child(4n+3) .ctg_accordion_cnt,
#tmp_ajax_ctgy .ctg_accordion:nth-child(4n+3) .ctg_accordion_cnt{
    margin-left: calc(-200% - 44px);
}
#tmp_sma_smenu .ctg_accordion:nth-child(4n+4) .ctg_accordion_cnt,
#tmp_ajax_ctgy .ctg_accordion:nth-child(4n+4) .ctg_accordion_cnt {
    margin-left: calc(-300% - 66px);
}
#tmp_sma_smenu .ctg_accordion_inner,
#tmp_ajax_ctgy .ctg_accordion_inner {
	margin-top: 11px;
	padding: 24px 22px 8px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	color: #222222;
}
#tmp_sma_smenu .ctg_accordion_des,
#tmp_ajax_ctgy .ctg_accordion_des {
	flex: 1 auto;
	width: 100%;
}
#tmp_sma_smenu .ctg_accordion_list,
#tmp_ajax_ctgy .ctg_accordion_list {
	display: flex;
	flex-flow: row wrap;
	gap: 0 60px;
	list-style: none;
    margin: 0 !important;
}
#tmp_sma_smenu .ctg_accordion_list li,
#tmp_ajax_ctgy .ctg_accordion_list li {
	margin-bottom: 10px;
	width: calc(25% - 45px);
	background-color: transparent;
	color: inherit;
    line-height: 1.4 !important;
}
/* fixed
================================================== */
/* core */
@keyframes fixHeader{
    from {
        top: -90px;
    }
    to {
        top: 0;
    }
}
.no_javascript #tmp_header_fixed{
	position: relative!important;
}
#tmp_header_fixed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	color: #222222;
	z-index: 903;
}
.open_navi #tmp_header_fixed{
	position: fixed;
}
.fixed_header #tmp_header_fixed{
	position: fixed;
	animation: 0.5s ease-in-out fixHeader forwards;
}
.fixed_header_no_animation #tmp_header_fixed{
	animation: none;
}
.open_navi {
	overflow-y: hidden !important;
	overflow-x: hidden;
}
#tmp_header_wrap .wrap_sma_sch{
	width: 100%;
}
.no_javascript #tmp_wrapper{
	padding-top: 0;
}
/* themes */
.fixed_header #tmp_gnavi,
.fixed_header #tmp_hnavi_search,
.fixed_header #tmp_hnavi_lmenu,
.fixed_header #tmp_hnavi_mmenu,
.fixed_header #tmp_hnavi_rmenu{
	display: none;
}
.fixed_header #tmp_hlogo{
	margin-top: 18px;
}
.fixed_header #tmp_header .fixed_text{
	display: block;
	padding-top: 29px;
	margin-right: 20px;
}
.fixed_header #tmp_header::before{
	border-bottom-width: 2px;
}
.fixed_header #tmp_hnavi_smenu > a{
	background-image: none;
	font-size: 133.33%;
	width: 298px;
	padding: 22px 14px 20px 6px;
	border-width: 2px;
}
.fixed_header #tmp_hnavi_smenu > a > span{
	background: url(/shared/site_rn2025/images/icon/icon_sch_fixed.png) 0 0 no-repeat;
	padding-left: 55px;
	min-height: 32px;
	display: table;
	margin: 0 auto;
	padding-top: 2px;
	transition: 0.3s ease background-image;
}
.fixed_header #tmp_hnavi_smenu > a:hover > span,
.fixed_header #tmp_hnavi_smenu > a:focus > span {
	background-image: url(/shared/site_rn2025/images/icon/icon_sch_fixed_hv.png);
}
.fixed_header #tmp_hnavi_smenu > a.ac_active:before{
	background-image: none;
	border-width: 2px;
}
.fixed_header #tmp_hnavi_smenu > a.ac_active > span{
	background-image: url(/shared/site_rn2025/images/icon/icon_hnavi_close.png);
	background-position: 20px 4px;
}
#tmp_navbar_fixed{
	display: none;
}
/* useful */
#tmp_sma_smenu .smenu_useful{
	margin-bottom: 35px;
}

/* footer
================================================== */
#tmp_footer{
	background-color: #dce3e5;
	color: #222222;
}
#tmp_footer .footer_main{
	padding: 16px 0 54px;
}
#tmp_footer .pnavi{
	text-align: center;
}
#tmp_footer .pnavi a{
	display: inline-block;
	padding-top: 16px;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_backtop.png) no-repeat center top;
	color: inherit;
	font-size: 88.9%;
	line-height: 1.5;
	text-decoration: none;
}
#tmp_footer .fnavi{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 10px 40px;
	margin: 7px 0 40px;
    padding: 26px 0 22px 56px;
	border-top: 1px solid #c8cbcc;
	border-bottom: 1px solid #c8cbcc;
}
#tmp_footer .fnavi li{
	list-style: none;
}
#tmp_footer .fnavi a{
	display: inline-block;
    padding: 3px 0 3px 18px;
    background: transparent url(/shared/site_rn2025/images/icon/arrow_link_rgt.png) no-repeat 0 7px;
    background-size: 10px auto;
    font-size: 88.9%;
    color: inherit;
    text-decoration: none;
}
#tmp_footer .footer_cnt{
	display: flex;
}
#tmp_footer .footer_head{
	flex-shrink: 0;
	width: 182px;
	text-align: center;
}
#tmp_footer .footer_lg {
	padding-top: 95px;
	background: transparent url(/shared/site_rn2025/images/main/ft_logo.png) no-repeat center top;
	font-size: 155.6%;
	line-height: 1.4;
	color: #222222;
}
#tmp_footer .footer_corporate{
	font-size: 77.8%;
}
#tmp_footer .footer_address{
	flex: 1 1 auto;
	padding: 0 75px 0 15px;
}
#tmp_footer .footer_address address{
	font-style: normal;
	font-size: 88.9%;
	line-height: 1.8;
}
#tmp_footer .add_row{
	display: flex;
}
#tmp_footer .add_row > span:first-of-type{
	flex-shrink: 0;
	min-width: 80px;
	max-width: 50%;
}
#tmp_footer .add_row > span:last-of-type{
	flex: 1 1 auto;
	width: 100%;
}
#tmp_footer .footer_sns{
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	align-items: center;
	align-self: flex-end;
	background-color: #FFFFFF;
	margin-bottom: 20px;
    padding: 20px 12px 21px;
    gap: 10px 20px;
	flex-shrink: 0;
	width: 330px;
}
#tmp_footer .footer_sns li{
	list-style: none;
}
#tmp_footer .footer_sns a{
	display: block;
}
#tmp_footer .footer_sns img{
	max-width: 40px;
	height: auto;
	vertical-align: top;
}
#tmp_footer .copyright{
	padding: 8px 10px 10px;
	background-color: #494c4d;
	font-size: 77.8%;
	color: #FFFFFF;
	text-align: center;
}
/* ==================================================
Redirect Modal
================================================== */
#tmp_redirect_modal {
	position: fixed;
	max-height: 100%;
	overflow: auto;
	width: 100%;
	max-width: 800px;
	background-color: #ffffff;
	color: #000000;
	border-left: 4px solid #1da2f0;
	border-top: 4px solid #1da2f0;
	border-right: 4px solid #f593bf;
	border-bottom: 4px solid #f593bf;
	-webkit-box-shadow:0px 0px 7px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.15);
	z-index: 1000900;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	padding: 73px 55px 70px;
	text-align: center;
}
#tmp_redirect_modal_ttl{
	font-size: 166.7%;
	line-height: 1.5;
	margin-bottom: 40px;
	font-weight: bold;
	color: #2a6bba;
}
#tmp_redirect_modal_cnt{
	padding-bottom: 47px;
}
#tmp_redirect_modal_cnt:after{
	content: '';
	display: table;
	clear: both;
}
#tmp_redirect_modal_cnt .redirect_modal_cnt_col{
	width: 50%;
	float: left;
	padding: 0 30px;
	box-sizing: border-box;
}
#tmp_redirect_modal_cnt .modal_btn{
	display: block;
	font-size: 177.8%;
	line-height: 1.2;
	color: #ffffff;
	background-color: #2a6bba;
	padding: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#tmp_redirect_modal_cnt .modal_btn:hover,
#tmp_redirect_modal_cnt .modal_btn:focus,
#tmp_redirect_modal_cnt .modal_btn:active{
	text-decoration: underline;
}
#tmp_redirect_modal_note{
	line-height: 2;
}
#tmp_redirect_modal_cnt .stay_btn{
	color: #222222;
	background-color: #dce3e5;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
	margin-top: 8px;
}
.splide_common .splide__toggle {
	display: inline-block;
	margin-right: 11px;
    padding: 7px 5px 5px;
	background-color: #ffffff;
	min-width: 80px;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
    border: 1px solid #cccccc;
	border-radius: 15px;
	font-size: 77.8%;
	line-height: 1.2;
	color: #000000;
	text-align: center;
	text-decoration: none;
    text-transform: uppercase;
	transition: border-color 0.3s ease-in-out;
}
.splide_common .splide__toggle span {
	position: relative;
    padding-left: 14px;
	line-height: 1;
}
.splide_common .splide__toggle__play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 3px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #06ab52;
}
.splide_common .splide__toggle__pause:before,
.splide_common .splide__toggle__pause:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 2px;
    height: 10px;
    margin-top: -6px;
    color: #ffffff;
    background-color: #06ab52;
}
.splide_common .splide__toggle__pause:before {
    left: 4px;
}
.splide_common .splide__toggle__pause:after {
    left: 8px;
}
.splide__toggle.is-active .splide__toggle__pause{
	display: inline-block;
}
.splide_common .splide__arrow {
	position: absolute;
    background-color: #ffffff;
	background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: center center;
	width: 30px;
    height: 30px;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
	opacity: 1;
	transform: none;
	transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out;
}
.splide_common .splide__arrow--prev {
	left: -11px;
	background-image: url(/shared/site_rn2025/images/icon/arrow_prev.png);
}
.splide_common .splide__arrow--next {
	right: -11px;
	background-image: url(/shared/site_rn2025/images/icon/arrow_next.png);
}
.splide_common .splide__arrow--prev:hover{
    background-image: url(/shared/site_rn2025/images/icon/arrow_prev_wh.png);
}
.splide_common .splide__arrow--next:hover{
    background-image: url(/shared/site_rn2025/images/icon/arrow_next_wh.png);
}
.splide_common .splide__arrow:hover{
    background-color: #238650;
    color: #ffffff;
    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;
	line-height: 1 !important;
	color: #3a3a3a;
}
.splide_common .splide__progress .progress_current {
	font-size: 150%;
}
.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;
    padding: 2px 0 0;
    gap: 0 6px;
}
.splide_common .splide__pagination li {
    padding: 0;
    width: 14px;
    height: 14px;
}
.splide_common .splide__pagination__page {
    display: block;
    margin: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    text-indent: -9999px;
    border: 2px solid #047935;
    color: #222222;
    background-color: transparent;
    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: #047935;
    color: #ffffff;
}
.splide_common .splide__toggle:hover{
    border-color: #238650;
}
.splide_common .splide__pagination__page:hover{
    background-color: #238650;
    color: #ffffff;
}

/* youkoso */
.custom_youkoso .splide_common{
    display: flex;
    flex-direction: column-reverse;
}

/* custom accessibility style */
.color_black #tmp_wrapper .splide_common .splide__arrow,
.color_blue #tmp_wrapper .splide_common .splide__arrow,
.color_yellow #tmp_wrapper .splide_common .splide__arrow{
    border: 1px solid;
}
.color_black #tmp_wrapper .splide_common .splide__toggle__pause:before,
.color_black #tmp_wrapper .splide_common .splide__toggle__pause:after,
.color_blue #tmp_wrapper .splide_common .splide__toggle__pause:before,
.color_blue #tmp_wrapper .splide_common .splide__toggle__pause:after{
    background-color: #ffffff !important;
}
.color_black #tmp_wrapper .splide_common .splide__toggle__play:before,
.color_blue #tmp_wrapper .splide_common .splide__toggle__play:before{
    border-left-color: #ffffff !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__toggle__play:before{
    border-left-color: #000000 !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__toggle__pause:before,
.color_yellow #tmp_wrapper .splide_common .splide__toggle__pause:after,
.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,
.color_black #tmp_wrapper .splide_common .splide__arrow{
    background-color: #000000 !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow{
    background-color: #00008B !important;
}
.color_black #tmp_wrapper .splide_common .splide__pagination__page.is-active,
.color_blue #tmp_wrapper .splide_common .splide__pagination__page.is-active,
.color_black #tmp_wrapper .splide_common .splide__pagination__page:hover,
.color_blue #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:focus,
.color_yellow #tmp_wrapper .splide_common .splide__arrow{
    background-color: #ffff00 !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_rn2025/images/icon/arrow_prev_yl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/shared/site_rn2025/images/icon/arrow_prev_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_rn2025/images/icon/arrow_next_yl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/shared/site_rn2025/images/icon/arrow_next_bl.png) !important;
}
.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_black #tmp_wrapper .splide_common .splide__toggle:hover > span,
.color_blue #tmp_wrapper .splide_common .splide__toggle:hover > span,
.color_yellow #tmp_wrapper .splide_common .splide__toggle:hover > span{
    text-decoration: underline;
}


/* pankuzu
================================================== */
#tmp_pankuzu {
	padding: 11px 0;
	font-size:77.8%;
	line-height: 1.6;
	background-color: #f0f4f5;
	color: inherit;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update{
	margin: 0 0 28px;
}
.type_idx #tmp_wrap_custom_update,
.custom_shisetsu #tmp_wrap_custom_update{
    margin-bottom: 15px;
}
#tmp_custom_update{
	text-align: right;
	font-size: 77.8%;
}
#tmp_update,
#tmp_pageid {
	display: inline-block;
	vertical-align: top;
}
#tmp_update {
	margin-left: 27px;
}
/* gmap link
================================================== */
#tmp_gmap_link{
	margin: 31px 0 40px;
	text-align: center;
}
#tmp_gmap_link p {
    margin-bottom: 0 !important;
}
#tmp_gmap_link a{
	display: inline-block;
	margin: 0 auto;
	padding: 13px 22px 10px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	color: inherit;
	text-align: center;
	font-size: 88.9%;
}
#tmp_gmap_link span{
	display: inline-block;
	padding: 7px 0 7px 44px;
	background: transparent url(/shared/site_rn2025/images/icon/icon_gmap.png) no-repeat left center;
	color: inherit;
	letter-spacing: 0.5px;
}
#tmp_gmap_link a:hover span {
	text-decoration: underline;
}

/* box_faq
================================================== */
.box_faq {
	margin: 20px 0 22px; /* do not edit */
	clear: both; /* do not edit */
}
.box_faq .box_faq_ttl {
	margin-bottom: 19px;
	padding: 17px 20px 13px;
	color:inherit;
	background-color: #f0f4f5;
	border:1px solid #f0f4f5;
	font-size: 122.2%;
}
.box_faq .box_faq_ttl p {
	margin-bottom: 0 !important; /* do not edit */
	line-height: 1.7;
}
.box_faq .box_faq_cnt {
	padding: 0;
}
.box_faq_cnt p {
	margin-bottom: 0.8em !important; /* do not edit */
}
.box_faq_cnt ul {
	margin-bottom: 0.8em !important; /* do not edit */
	margin-left: 19px !important; /* do not edit */
	list-style-image:url(/shared/site_rn2025/images/icon/list_icon.gif); /* Do not edit */
}
.box_faq_cnt ul ul {
	margin: 0.3em 0 0 24px !important;/* do not edit */
}
.box_faq_cnt ul li {
	margin: 0 !important; /* do not edit */
	line-height: 1.8;
}

/* inquiry
================================================== */
#tmp_inquiry{
	margin: 40px 0;
	padding: 0 19px;
	border: 1px solid #c8cbcc;
	clear:both;
}
#tmp_inquiry:last-child {
	margin-bottom: 0;
}
#tmp_inquiry_ttl{
	padding: 21px 0 16px;
	border-bottom: 1px solid #c8cbcc;
}
#tmp_inquiry_ttl h2,
#tmp_inquiry_ttl p {
	font-size: 122.2%;
	line-height: 1.4;
}
#tmp_inquiry_cnt{
	padding: 21px 0 18px;
	line-height: 1.5;
}
#tmp_inquiry_cnt .inquiry_parts {
	word-break: break-all;
    margin: 0 0 0.8em;
}
#tmp_inquiry_cnt .inquiry_tel,
#tmp_inquiry_cnt .inquiry_fax{
	display: inline-block;
}
#tmp_inquiry_cnt .inquiry_tel{
	margin-right: 14px;
}
#tmp_inquiry_cnt .inquiry_btn{
	margin-top: 18px;
	text-align: center;
}
#tmp_inquiry_cnt .inquiry_btn button,
#tmp_inquiry_cnt .inquiry_btn a {
	font-size:100%;
	text-decoration:none;
	position: relative;
	display: inline-block;
	padding:11px 20px 10px;
	text-align: center;
	color: #238650;
	background-color:#ffffff;
	border:1px solid #dadada;
	min-width: 300px;
	cursor: pointer;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	border-radius:2em;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}
#tmp_inquiry_cnt .inquiry_btn button::before,
#tmp_inquiry_cnt .inquiry_btn a::before {
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin-top:-2px;
	margin-right:5px;
	background:url(/shared/site_rn2025/images/icon/icon_arrow_green.png) no-repeat;
	width:18px;
	height:12px;
	background-size:100% auto;
}
#tmp_inquiry_cnt .inquiry_btn button:hover,
#tmp_inquiry_cnt .inquiry_btn button:focus,
#tmp_inquiry_cnt .inquiry_btn a:hover,
#tmp_inquiry_cnt .inquiry_btn a:focus {
	border-color:#238650;
	background-color:#238650;
	color:#ffffff;
}
#tmp_inquiry_cnt .inquiry_btn button:hover::before,
#tmp_inquiry_cnt .inquiry_btn button:focus::before,
#tmp_inquiry_cnt .inquiry_btn a:hover::before,
#tmp_inquiry_cnt .inquiry_btn a:focus::before {
	background-image:url(/shared/site_rn2025/images/icon/icon_arrow_white.png);
}
/* custom emergency */
.custom_emergency #tmp_inquiry{
	border-color: #ffd5d4;
}
/* custom yuuen */
.custom_yuuen #tmp_inquiry_cnt .inquiry_btn a {
	border: 1px solid #5cc78d;
    text-align: left;
	padding: 16px 21px;
	color: inherit;
	background: #fffeef url(/shared/site_rn2025/images/icon/arrow_btn_green.png) no-repeat right 4px bottom 4px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow: none;
}
.custom_yuuen #tmp_inquiry_cnt .inquiry_btn a:hover {
    text-decoration: underline;
}
.custom_yuuen #tmp_inquiry_cnt .inquiry_btn a::before {
    display: none;
}
/* rnavi / lnavi / accordion_lnavi
================================================== */
#tmp_rnavi,
#tmp_lnavi,
#tmp_accordion_lnavi {
	margin-bottom: 30px;
	border: 1px solid #222222;
}
#tmp_rnavi_ttl,
#tmp_lnavi_ttl,
#tmp_accordion_lnavi_ttl {
	padding: 19px 15px 17px;
	border-bottom: 1px solid #222222;
}
#tmp_rnavi_ttl h2,
#tmp_lnavi_ttl h2,
#tmp_accordion_lnavi_ttl h2 {
	font-size: 111.1%;
	line-height: 1.5;
}
#tmp_rnavi_ttl a,
#tmp_lnavi_ttl a,
#tmp_accordion_lnavi_ttl a {
	display: block;
	margin: -19px -15px -17px;
	padding: 19px 15px 17px;
	background: transparent url(/shared/site_rn2025/images/icon/box_arrow.png) no-repeat right bottom;
	text-decoration: none;
	color: inherit;
}
#tmp_rnavi_cnt > ul,
#tmp_lnavi_cnt > ul,
#tmp_accordion_lnavi_cnt > ul {
	font-size: 88.9%;
}
#tmp_accordion_lnavi_cnt .switch_cnt li:not(.accordion_parent_link) {
    font-size: 81.24%;
}
#tmp_accordion_lnavi_cnt .switch_cnt li.accordion_parent_link {
    font-size: 112.486%;
}
#tmp_rnavi_cnt li,
#tmp_lnavi_cnt li,
#tmp_accordion_lnavi_cnt li {
	list-style: none;
	line-height: 1.5;
	border-bottom: 1px solid #d9d9d9;
}
#tmp_accordion_lnavi_cnt .switch_cnt li {
    border-top: 1px dotted #d9d9d9;
    border-bottom: none;
}
#tmp_rnavi_cnt li a,
#tmp_lnavi_cnt li a,
#tmp_accordion_lnavi_cnt li > a {
	display: block;
	padding: 14px 10px 12px 33px;
	background: transparent url(/shared/site_rn2025/images/icon/arrow_link_navi.png) no-repeat 15px 19px;
	background-size: 10px auto;
	text-decoration: none;
	color: inherit;
	transition: background-color 0.3s ease-in-out;
}
#tmp_accordion_lnavi_cnt li.noicon_list .fac_accordion_switch {
	display: block;
	padding: 14px 50px 12px 10px;
	color: inherit;
	transition: background-color 0.3s ease-in-out;
    position: relative;
}
#tmp_accordion_lnavi_cnt .switch_cnt li a {
	padding: 10px 10px 9px 40px;
}
#tmp_accordion_lnavi_cnt li.accordion_parent_link a {
	padding: 12px 10px 10px 40px;
	background-position: 19px 19px;
	margin-bottom: 5px;
}
#tmp_accordion_lnavi_cnt .switch_cnt li:not(.accordion_parent_link) a {
    background-position: 20px 14px;
}
#tmp_accordion_lnavi_cnt li.noicon_list .fac_accordion_switch .switch {
    position: absolute;
    right: 10px;
    top: 16px;
}
#tmp_accordion_lnavi_cnt li.noicon_list .fac_accordion_switch .switch .switch_label {
    width: 18px;
    height: 18px;
    background: url(/shared/site_rn2025/images/icon/navi_ic_plus.png) no-repeat center center;
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
    background-size: 18px auto;
}
#tmp_accordion_lnavi_cnt li.noicon_list.is_active .fac_accordion_switch .switch .switch_label {
    background-image: url("/shared/site_rn2025/images/icon/navi_ic_minus.png");
}
#tmp_accordion_lnavi_cnt .switch_cnt li {
	border: none;
	position: relative;
}
#tmp_accordion_lnavi_cnt .switch_cnt li.accordion_parent_link {
	border-top: 1px solid #d9d9d9;
}
#tmp_accordion_lnavi_cnt .switch_cnt li.accordion_parent_link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 12px;
	right: 17px;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #1da2f0), color-stop(33.33%, #d9d9d9));
	background-image: -moz-linear-gradient(left, #1da2f0 33.33%, #d9d9d9 33.33%);
	background-image: -o-linear-gradient(left, #1da2f0 33.33%, #d9d9d9 33.33%);
	background-image: linear-gradient(90deg, #1da2f0 33.33%, #d9d9d9 33.33%);
	pointer-events: none;
	z-index: 1;
}
#tmp_accordion_lnavi_cnt .switch_cnt li:not(.accordion_parent_link):before {
	border-top: 1px solid #d9d9d9;
	position: absolute;
	content: "";
	bottom: 0;
	left: 12px;
	right: 17px;
	height: 1px;
}
#tmp_accordion_lnavi_cnt .switch_cnt li:last-child:before {
	border: none;
}

/* lnavi cnt */
#tmp_lnavi_cnt > ul > li{
	display: flex;
	flex-flow: row wrap;
}
#tmp_lnavi_cnt > ul > li > a:first-of-type{
	flex: 1 1 auto;
	width: calc(100% - 40px);
}
#tmp_lnavi_cnt > ul > li > a.switch{
	flex-shrink: 0;
	padding: 0;
	background: transparent url(/shared/templates/free_rn2025/images/shisetsu/icon_arrow_green.png) no-repeat center center;
	background-size: 12px auto;
	width: 40px;
	text-indent: -9999px;
}
#tmp_lnavi_cnt > ul > li.is_open > a.switch{
	transform: scaleY(-1);
}
#tmp_lnavi_cnt .switch_cnt{
	display: none;
	padding-left: 15px;
	flex: 1 1 auto;
	width: 100%;
}
#tmp_lnavi_cnt .switch_cnt li{
	font-size: 100%;
}
#tmp_lnavi_cnt .switch_cnt li:first-of-type{
	border-top: 1px solid #d9d9d9;
}
#tmp_lnavi_cnt li:last-of-type{
	border-bottom: none;
}
/* hover */
#tmp_rnavi_cnt li a:hover,
#tmp_rnavi_cnt li a:focus-visible,
#tmp_rnavi_cnt li.active a,
#tmp_lnavi_cnt li a:hover,
#tmp_lnavi_cnt li a:focus-visible,
#tmp_lnavi_cnt li.active a,
#tmp_accordion_lnavi_cnt li.active > a,
#tmp_accordion_lnavi_cnt li > a:hover,
#tmp_accordion_lnavi_cnt li.noicon_list .fac_accordion_switch:hover,
.custom_youkoso #tmp_lnavi_ttl a:hover,
.custom_youkoso #tmp_lnavi_ttl a:focus {
	background-color: #def1fc;
}
.custom_yuuen #tmp_lnavi{
    border: 1px solid #5cc78d;
	border-radius: 10px;
}
.custom_yuuen #tmp_lnavi_ttl{
    border-bottom: 5px solid #5cc78d;
	padding-top: 21px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.custom_yuuen #tmp_lnavi_ttl a{
	padding-top: 21px;
	margin-top: -21px;
	background: #cef9e1 url(/shared/site_rn2025/images/icon/arrow_rnavi_pc.png) no-repeat right 4px bottom 4px;
	transition: background-color 0.3s ease-in-out;
}
.custom_yuuen #tmp_lnavi_cnt{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.custom_yuuen #tmp_lnavi_cnt li{
	border-bottom: 2px solid #e4e4e4;
}
.custom_yuuen #tmp_lnavi_cnt li a{
	background-image: url(/shared/site_rn2025/images/icon/arrow_green_sp.png);
	padding-left: 43px;
	padding-bottom: 9px;
	background-position: 17px 19px;
	background-size: 14px auto;
}

.custom_yuuen #tmp_lnavi_cnt li a:hover,
.custom_yuuen #tmp_lnavi_cnt li a:focus-visible,
.custom_yuuen #tmp_lnavi_cnt li.active a{
	background-color: #dbfbe9;
}
.custom_yuuen #tmp_lnavi_ttl a:hover{
    background-color: #a8f2ca;
}
.custom_yuuen #tmp_lnavi_ttl a span::after{
	display: none;
}
.custom_yuuen #tmp_lnavi .link_readmore{
	margin-top: -1px;
	background-color: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.custom_yuuen #tmp_lnavi .link_readmore a {
    padding: 12px 10px 14px;
}
.custom_yuuen .link_readmore a:before{
	background-image: url(/shared/site_rn2025/images/icon/icon_readmore_green.png);
}
.custom_yuuen .link_readmore a.hide:before {
    background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_green_sp.png);
}
.custom_youkoso #tmp_lnavi_ttl a {
	transition: background-color 0.3s ease-in-out;
}
#tmp_lnavi .link_readmore,
#tmp_rnavi .link_readmore{
	text-align: center;
}
#tmp_lnavi .link_readmore a,
#tmp_rnavi .link_readmore a{
    display: block;
	padding: 8px 10px 6px;
}
#tmp_lnavi .link_readmore a::before,
#tmp_rnavi .link_readmore a::before{
    display: none;
}
#tmp_lnavi .link_readmore span,
#tmp_rnavi .link_readmore span {
    display: inline-block;
	padding: 2px 0 0 24px;
    background: url("/shared/site_rn2025/images/icon/navi_ic_plus_sp.png") no-repeat left center;
    background-size: 16px auto;
}
#tmp_lnavi .link_readmore a.hide span,
#tmp_rnavi .link_readmore a.hide span {
    background-image: url("/shared/site_rn2025/images/icon/navi_ic_minus_sp.png");
}
/* rnavi_info
================================================== */
.custom_yuuen .rnavi_info {
	background: #ffffff url(/shared/site_rn2025/images/main/bg_line_yellow2.png) repeat;
	color: #000000;
	border-top: 10px solid #5cc78d;
	border-radius: 10px;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 24px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.custom_yuuen .rnavi_info p {
	font-size: 133.3%;
	line-height:1.1;
	background-image: url(/shared/site_rn2025/images/main/icon_sunwheel.png);
	background-repeat: no-repeat;
	background-position: 7px 0.7em;
	background-size: 36px 36px;
}
.custom_yuuen .rnavi_info p a {
	position: relative;
	display: block;
    padding: 21px 23px 22px 54px;
	text-decoration: none;
	color: #000000;
	background-image: url(/shared/site_rn2025/images/icon/arrow_btn_green.png);
	background-repeat: no-repeat;
	background-position: right 4px bottom 4px;
}
.custom_yuuen .rnavi_info:hover{
	background-image: url(/shared/site_rn2025/images/main/bg_line_green2.png);
}
/* ==================================================
layout
================================================== */

/* pattern common style
================================================== */
.sec_title{
    margin-bottom: 33px;
    padding-top: 37px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 177.8%;
}
.show_sp{
    display: none;
}

/* ==================================================
useful_navigation
================================================== */
.useful_navigation_list{
	display: flex;
	flex-wrap: wrap;
	list-style: none !important;
	margin: 0 !important;
}
.useful_navigation_list li{
	width: 16.66%;
	padding: 0 10px;
	margin-bottom: 24px !important;
}
.useful_navigation_list li.item_large{
	width: calc(16.66% * 2);
}
.useful_navigation_list li.item_large a{
	font-size:100%;
}
.useful_navigation_list li a{
	position: relative;
	display: flex;
	border: 1px solid #d9d9d9;
	height: 100%;
	text-decoration: none;
	color: #222222;
	background-color: #FFFFFF;
	font-size: 88.9%;
	padding: 12px 10px;
	line-height: 1.6;
	min-height: 160px;
	text-align: center;
}
.useful_navigation_list li:not(.item_large) a{
	flex-direction: column;
}
.useful_navigation_list li a .nav_img,
.useful_navigation_list li a .nav_txt{
	display: flex;
	align-items: center;
	justify-content: center;
}
.useful_navigation_list li.item_large .nav_txt{
	justify-content: left;
}
.useful_navigation_list li .nav_txt{
	flex: 1;
	padding-top: 2px;
}
.useful_navigation_list li .nav_img{
    margin-top: 15px;
	margin-bottom: 9px;
}
.useful_navigation_list li:not(.item_large) .nav_img img{
    width: 82px;
	height: auto;
    vertical-align: top;
}
.useful_navigation_list li.item_large .nav_img img{
    max-width: 104px;
	width: 100%;
    height: auto;
}
.useful_navigation_list li.item_large .nav_img {
	width: 40%;
	padding: 0 10px;
	margin-top: 8px;
}
.useful_navigation_list li .nav_txt span{
	position: relative;
}
.useful_navigation_list li .nav_txt span::after{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #222222;
    transition: width 0.3s ease-in-out;
}
.useful_navigation_list li a:hover .nav_txt span:after{
	width: 100%;
}
/* ==================================================
sec_emergency
================================================== */
#tmp_emergency_information {
	background-color: #b81111;
	color:#ffffff;
	border-bottom: 1px solid #b81111;
}
#tmp_important_notice{
	color: #222222;
	background-color: #fac83e;
	border-bottom: 1px solid #fac83e;
}
#tmp_important_notice .emergency_wrap .emergency_cnt{
	padding-bottom: 3px;
}
.sec_emergency{
	padding: 20px 0 19px;
	text-align: left;
}
.box_emergency #tmp_emergency_free + #tmp_emergency_free_s {
	display:none;
}
.sec_emergency .emergency_wrap{
	display: flex;
	align-items: center;
}
.sec_emergency .emergency_wrap .emergency_ttl{
	width: 254px;
}
.sec_emergency .emergency_wrap .emergency_ttl p{
	font-size: 144.4%;
	padding-left: 34px;
	margin-top: 4px;
	padding-right: 10px;
	color: #222222;
	background-size: 24px auto;
	background-position: 0 4px;
	background-repeat: no-repeat;
}
#tmp_emergency_information .emergency_ttl p{
	color: #FFFFFF;
	background-image: url(/shared/site_rn2025/images/icon/ttl_emergency_infor.png);
}
#tmp_important_notice .emergency_ttl p{
	background-image: url(/shared/site_rn2025/images/icon/ttl_emergency_notice.png);
}
.sec_emergency .emergency_wrap .emergency_cnt{
	color: #222222;
	background-color: #FFFFFF;
	width: calc(100% - 254px);
	padding: 17px 19px 16px;
}
.sec_emergency .emergency_wrap ul{
	list-style: none;
	font-size: 88.9%;
}
.sec_emergency .emergency_wrap .emergency_list_link li{
	margin-bottom: 11px;
}
.sec_emergency .emergency_wrap .emergency_list_link a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #222222;
	padding:1px 0 1px 19px;
	background: url(/shared/site_rn2025/images/icon/arrow_link_red.png) no-repeat  1px 5px;
	background-size: 10px auto;
}
#tmp_important_notice .emergency_wrap .emergency_list_link a{
	background-image: url(/shared/site_rn2025/images/icon/arrow_link_rgt.png);
}
.sec_emergency .emergency_wrap .emergency_list_rss{
	display: flex;
	justify-content: end;
	padding: 8px 0 4px;
}
.sec_emergency .emergency_wrap .emergency_list_rss li{
    margin-left: 28px;
}
.sec_emergency .emergency_list_rss li a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding:1px 0 9px 17px;
	color: #b81111;
	background: url(/shared/site_rn2025/images/icon/arrow_link_red.png) no-repeat  1px 5px;
	background-size: 10px auto;
}
.sec_emergency .emergency_list_rss .emergency_rss_btn a{
	background-image: url(/shared/site_rn2025/images/icon/arrow_link_red_rss.png);
}
#tmp_important_disaster .emergency_cnt .emergency_list_link li a span::after,
.sec_emergency .emergency_list_rss li a::before,
.sec_emergency .emergency_list_rss li a::after,
.sec_emergency .emergency_wrap .emergency_list_link a::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 17px;
	border-bottom: 1px solid #222222;
	width: 0;
	transition: 0.3s ease width;
}
.sec_emergency .emergency_wrap .emergency_list_link a:hover:after{
	width: calc(100% - 17px);
}
#tmp_important_disaster .emergency_cnt .emergency_list_link li a span::after{
	left: 19px;
}
#tmp_important_disaster .emergency_cnt .emergency_list_link li a:hover span::after{
	width: calc(100% - 19px);
}
.sec_emergency .emergency_list_rss li a::after{
	width: 100%;
	left: 0;
	bottom: 0;
	border-color: #b81111;
}
.sec_emergency .emergency_list_rss li a::before{
	border-color: #1da2f0;
	z-index: 1;
	left: 0;
}
.sec_emergency .emergency_list_rss li a:hover::before{
	width: 100%;
}
.no_javascript.top_judge #tmp_emergency_information,
.no_javascript.top_judge #tmp_important_notice {
	opacity: 1!important;
}
/* 追従時 */
.fixed_header #tmp_important_notice {
    display: none;
}
/* custom_bosai */
#tmp_emergency_bosai + #tmp_emergency_bosai_s {
	display:none;
}
/* ==================================================
disaster
================================================== */
#tmp_important_disaster{
	color: #ffffff;
	background-color: #916607;
	padding: 0;
	overflow: hidden;
}
#tmp_important_disaster .emergency_wrap .emergency_ttl p{
	color: #FFFFFF;
	background-image: url(/shared/site_rn2025/images/icon/icon_disaster_ttl.png);
	background-size: 22px auto;
	padding-left: 32px;
}
#tmp_important_disaster .emergency_cnt{
	background-color: #f9f7f2;
	padding: 20px 0 0 20px;
}
#tmp_important_disaster .emergency_cnt .emergency_list_link{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
#tmp_important_disaster .emergency_cnt .emergency_list_link li{
	width: 33.33%;
	padding: 0 10px;
	margin-bottom: 20px;
}
#tmp_important_disaster .emergency_cnt .emergency_list_link li a{
	display: flex;
	width: 100%;
	height: 100%;
	border: 1px solid #dda325;
	min-height: 60px;
	align-items: center;
	background: #ffffff;
	padding: 10px 18px;
	transition: border-color 0.3s ease-in-out;
}
#tmp_important_disaster .emergency_cnt .emergency_list_link li a:hover{
	border-color: #1da2f0;
}
#tmp_important_disaster .emergency_cnt .emergency_list_link li a span{
	position: relative;
	padding-left: 19px;
	background: url(/shared/site_rn2025/images/icon/arrow_link_rgt.png) no-repeat 1px 5px;
	background-size: 10px auto;
}
#tmp_important_disaster .emergency_wrap .emergency_ttl {
    width: 234px;
}
#tmp_important_disaster .emergency_wrap .emergency_cnt{
	width: calc(100% - 234px);
	position: relative;
}
#tmp_important_disaster .emergency_wrap .emergency_cnt::after{
	content: '';
	position: absolute;
	background-color: #f9f7f2;
	width: 1000%;
	left: 100%;
	height: 100%;
	top: 0;
}
#tmp_important_disaster .emergency_wrap .emergency_list_link a::after{
	display: none;
}
.sec_setting_support{
	background-color: #f0f4f5;
	padding: 10px 0 0;
}
.sec_setting_support .setting_support_wrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.sec_setting_support .setting_support_ttl{
	width: 340px;
}
.sec_setting_support .setting_support_ttl p{
	font-size: 166.6%;
	padding: 0 0 13px 38px;
	color: #222222;
	display: inline-block;
	background: url(/shared/site_rn2025/images/icon/icon_setiing.png);
	background-repeat: no-repeat;
	background-position: left 4px, right 13px;
    background-size: 30px auto, auto;
	margin-right: 10px;
}
.sec_setting_support .setting_support_content{
	width: calc(100% - 340px);
}
.sec_setting_support .setting_support_content ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.sec_setting_support .setting_support_content ul li{
	width: 50%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.sec_setting_support .setting_support_content ul li a{
	display: flex;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	min-height: 60px;
	align-items: center;
	background: #ffffff url(/shared/site_rn2025/images/icon/arrow_link_rgt.png) no-repeat 19px 24px;
	background-size: 10px auto;
	padding: 10px 18px 9px 37px;
	text-decoration: none;
	color: #222222;
	font-size: 88.9%;
	transition: border-color 0.3s ease-in-out;
}
.sec_setting_support .setting_support_content ul li a:hover{
	border-color: #1da2f0;
}
.sec_setting_support .setting_support_content ul li a.ruby_disabled {
	pointer-events: none;
	opacity: 0.5;
	cursor: default;
	text-decoration: none;
}
.sec_setting_support .setting_support_content ul li:has(.ruby_disabled) {
	cursor: not-allowed;
}
/* ==================================================
news
================================================== */
.sec_news .news_list a,
#tmp_idx_news_cnt .list_table a,
.sec_news .news_links a,
.sec_advertisement .publicity_navi a,
#tmp_idx_news_cnt .list a,
.idx_news_cnt .list a {
    display: inline-block;
    padding: 3px 0 3px 18px;
    background: transparent url(/shared/site_rn2025/images/icon/arrow_link_rgt.png) no-repeat 0 9px;
    background-size: 10px auto;
    font-size: 88.9%;
    color: inherit;
    text-decoration: none;
}
/* list */
.sec_news .news_list,
#tmp_idx_news_cnt .list_table {
    margin: 0 0 35px !important;
}
.sec_news .news_list .news_item{
    list-style: none;
    line-height: 1.5;
}
.sec_news .news_list .news_date,
#tmp_idx_news_cnt .list_table .date {
    position: relative;
    margin-bottom: 9px;
    font-size: 77.8%;
    letter-spacing: -0.01em;
    z-index: 1;
}
.sec_news .news_list .news_date:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto 0;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    z-index: -1;
}
.sec_news .news_list .news_date > span{
    display: inline-block;
    padding-right: 18px;
    background-color: #ffffff;
    color: #222222;
}
.sec_news .news_list .news_item:not(:last-of-type){
    margin-bottom: 28px !important;
}

/* links */
.sec_news .news_links,
#tmp_idx_news_cnt .list,
.idx_news_cnt .list {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: 10px 28px;
    margin-bottom: 50px;
    padding-left: 3px;
}
.sec_news .news_links li{
    list-style: none;
}
.sec_news .news_links a,
#tmp_idx_news_cnt .list a,
.idx_news_cnt .list a,
.sec_advertisement .publicity_navi a {
    padding-left: 18px;
    padding-bottom: 9px;
    background-position: 0 8px;
}
.sec_news .news_links a:before,
#tmp_idx_news_cnt .list a:before,
.idx_news_cnt .list a:before,
.sec_advertisement .publicity_navi a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 2px);
    left: 0;
    border-bottom: 1px solid #333333;
    z-index: -1;
}
/* ==================================================
btn_readmore
================================================== */
.btn_readmore{
    text-align: center;
}
.btn_readmore a{
    position: relative;
    display: inline-block;
    font-size: 88.9%;
    text-decoration: none;
    color: #222222;
    min-width: 200px;
    border: 1px solid #d9d9d9;
    padding: 8px 10px 7px;
}
.btn_readmore a span{
    display: inline-block;
    padding-left: 25px;
    background: url(/shared/site_rn2025/images/icon/navi_ic_plus_sp.png) no-repeat 2px center;
    background-size: 16px auto;
}
.btn_readmore a.hide span {
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_sp.png);
}
.btn_readmore a::after{
    border: 1px solid #1da2f0;
    opacity: 0;
    width: calc(100% + 2px);
	content: '';
    position: absolute;
	top: -1px;
    bottom: -1px;
    left: -1px;
	right: -1px;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    pointer-events: none;
}
.btn_readmore a:hover:after {
    opacity: 1;
}
.link_readmore a{
	display: inline-block;
	background-color: transparent;
	font-size: 88.9%;
	color: inherit;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 24px;
	position: relative;
}
.link_readmore span{
	display: inline-block;
}
.link_readmore a:before{
	content: '';
	position: absolute;
	background: url(/shared/site_rn2025/images/icon/navi_ic_plus_sp.png) no-repeat;
	background-size: 100% auto;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
}
.link_readmore a.hide:before {
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_sp.png);
}

/* ==================================================
assembly common
================================================== */
.assembly_menu{
    display: flex;
    flex-flow: row wrap;
	gap: 0 6px;
}
.assembly_menu li{
    list-style: none;
	margin-bottom: 6px;
	width: calc(50% - 3px);
}
.assembly_menu a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 9px 8px 3px;
    background-color: #ffffff;
    height: 100%;
	min-height: 116px;
    border: 1px solid #1da2f0;
    font-size: 88.9%;
	line-height: 1.5;
    color: #222222;
    text-decoration: none;
    text-align: center;
}
.assembly_menu .menu_icon{
    flex-shrink: 0;
	margin-bottom: 8px;
    max-width: 46px;
}
.assembly_menu .menu_icon img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.assembly_menu .menu_des{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.assembly_menu .menu_des > span{
    position: relative;
	z-index: 1;
}
.assembly_menu .menu_des > span:after{
	content: '';
    position: absolute;
    bottom: 0;
	left: 0;
    width: 0;
    border-bottom: 1px solid #222222;
    transition: width 0.3s ease-in-out;
    z-index: -1;
}
#tmp_lnavi_assembly .assembly_menu .active .menu_des > span:after,
.assembly_menu a:hover .menu_des > span:after{
    width: 100%;
}

/* accessibility */
.color_black #tmp_wrapper .assembly_menu .menu_des > span:after,
.color_yellow #tmp_wrapper .assembly_menu .menu_des > span:after,
.color_blue #tmp_wrapper .assembly_menu .menu_des > span:after{
	content: none;
}
.color_blue #tmp_wrapper .assembly_menu .active .menu_des > span,
.color_black #tmp_wrapper .assembly_menu .active .menu_des > span,
.color_yellow #tmp_wrapper .assembly_menu .active .menu_des > span,
.color_blue #tmp_wrapper .assembly_menu a:hover .menu_des > span,
.color_black #tmp_wrapper .assembly_menu a:hover .menu_des > span,
.color_yellow #tmp_wrapper .assembly_menu a:hover .menu_des > span{
	text-decoration: underline;
}
/* ==================================================
yuuen
================================================== */
/* cmenu
================================================== */
#tmp_yuuen_cmenu {
	overflow: hidden;
	clear:both;
	font-size:88.9%;
	padding: 2px;
	margin: -2px -2px 20px;
}
#tmp_yuuen_cmenu ul {
	display: flex;
	flex-flow: row wrap;
	list-style:none;
	gap: 0 30px;
}
#tmp_yuuen_cmenu ul::after{
    content: "";
    display: table;
    clear: both;
}
#tmp_yuuen_cmenu ul li {
	position:relative;
	width: calc(50% - 15px);
	margin: 0 0 30px;
	text-align:center;
}
.custom_yuuen.type_top #tmp_yuuen_cmenu ul li {
	width:calc((100% / 3) - 20px);
}
#tmp_yuuen_cmenu ul li a {
	display: flex;
	flex-direction: column;
	color: #238650;
	background-color: transparent;
	height: 100%;
	text-decoration:none;
}
#tmp_yuuen_cmenu ul li .menu_img {
	position: relative;
	display:block;
	flex-shrink: 0;
	background: #fff78c url(/shared/site_rn2025/images/yuuen/menu/line_bg.png) repeat -11px top;
	color: #000000;
	padding: 10px;
	border-radius: 20px;
	overflow: hidden;
}
#tmp_yuuen_cmenu ul li .menu_img img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	border-radius: 20px;
}
#tmp_yuuen_cmenu ul li .menu_txt {
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	margin: -37px 9.1% 0;
}
.custom_yuuen.type_top #tmp_yuuen_cmenu ul li .menu_txt {
	margin-top:-46px;
}
#tmp_yuuen_cmenu ul li .menu_txt .inner {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	border: 4px solid #ffffff;
	background:#FFFFFF url(/shared/site_rn2025/images/yuuen/menu/bg_cmenu.png);
	color: #238650;
	padding:10px;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2);
	border-radius: 35px;
	transition: all 0.3s ease-in-out;
	text-align: center;
}
#tmp_yuuen_cmenu ul li a:hover .menu_txt .inner,
#tmp_yuuen_cmenu ul li a:focus .menu_txt .inner {
	border-color: #1e7747;
}
#tmp_yuuen_cmenu ul li .menu_txt .inner::before {
	content:"";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
	margin:0 8px 1px 0;
	width:40px;
	height:40px;
	background-repeat:no-repeat;
	background-position:0 0;
}

#tmp_yuuen_cmenu .yuuen_cmenu1 .menu_txt .inner::before {
	background-image:url(/shared/site_rn2025/images/yuuen/menu/menu_icon1.png);
}
#tmp_yuuen_cmenu .yuuen_cmenu2 .menu_txt .inner::before {
	background-image:url(/shared/site_rn2025/images/yuuen/menu/menu_icon2.png);
	margin-right: 15px;
}
#tmp_yuuen_cmenu .yuuen_cmenu3 .menu_txt .inner::before {
	background-image:url(/shared/site_rn2025/images/yuuen/menu/menu_icon3.png);
	margin-right: 10px;
}
#tmp_yuuen_cmenu .yuuen_cmenu4 .menu_txt .inner::before {
	background-image:url(/shared/site_rn2025/images/yuuen/menu/menu_icon4.png);
}
#tmp_yuuen_cmenu .yuuen_cmenu5 .menu_txt .inner::before {
	background-image:url(/shared/site_rn2025/images/yuuen/menu/menu_icon5.png);
}
#tmp_yuuen_cmenu .yuuen_cmenu6 .menu_txt .inner::before {
	background-image:url(/shared/site_rn2025/images/yuuen/menu/menu_icon6.png);
	margin-right: 10px;
}

/* ==================================================
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;
}

/* ==================================================
open data
================================================== */
.opdata_page_license {
	background-color: #def1fc;/*#cef9e1*/
	padding: 10px 15px;
	line-height: 1.6 !important;
}
.opdata_page_license img {
	float: left;
	margin-right: 10px;
	margin-bottom: 0.4em;
	vertical-align: text-top;
	margin-top: 0.3em;
}
.openDataFile img {
	vertical-align:middle;
	margin-right:16px;
}

/* ==================================================
chatbot
================================================== */
#konnect-chat-initializer-wrap {
	transition: 0ms !important;
}
.show_on_bottom #konnect-chat-initializer-wrap {
	bottom: 40px !important;
}
.open_navi #konnect-chat-initializer-wrap {
	display: none !important;
}

/* ==================================================
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;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom: 40px;
	padding: 29px 0 27px;
	background: #F6F6F6 url(/shared/site_rn2025/images/icon/scroll_table_icon.png) right 21px top 9px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 15px;
	font-size: 87.5%;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #d9d9d9;
	color:#333333;
	display:inline-block;
	padding: 9px 5px 5px 67px;
	text-decoration:none;
	background: #ffffff url(/shared/site_rn2025/images/icon/scroll_table_ex.png) 6px center no-repeat;
	background-size: 49px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/shared/site_rn2025/images/icon/scroll_table_df.png) 6px center no-repeat;
	background-size: 49px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

/* ==================================================
hover
================================================== */
.sec_news .news_list a,
#tmp_idx_news_cnt .list_table td a,
.sec_advertisement .publicity_navi a,
.sec_news .news_links a,
#tmp_idx_news_cnt .list a,
.idx_news_cnt .list a,
#tmp_lnavi_ttl a span,
.link_readmore span,
#tmp_footer .pnavi a,
#tmp_footer .fnavi a,
#tmp_sma_smenu .link_simple a,
#tmp_ajax_ctgy .ctg_accordion_list li a,
#tmp_sma_smenu .ctg_accordion_switch span,
#tmp_ajax_ctgy .ctg_accordion_switch span,
#tmp_contents .event_page_navi .prev a,
#tmp_contents .event_page_navi .next a,
#tmp_contents .event_page_navi .cal_date_day span,
#tmp_contents .event_item_list .event_item_ttl a,
#tmp_event_cal_tab li span,
#tmp_pickup_event_splide .splide__slide .event_item_ttl a,
#tmp_event_cal_pickup .event_pickup_bnr .park_navigation_item span.park_item_ttl,
#tmp_event_cal_list .event_cal_list ul li p a,
#tmp_shisetsu_popular .popular_galleries a,
#tmp_accordion_lnavi_ttl span,
.sec_setting_support .setting_support_content ul li a span,
#tmp_shisetsu_result_list ul a,
#tmp_result_list ul li a,
#tmp_map_search .riyo a,
#tmp_event_cal_list .more span,
.custom_assembly #tmp_cate_ttl a .ttl {
	position: relative;
	z-index: 1;
}
.sec_news .news_list a:after,
#tmp_idx_news_cnt .list_table a:after,
.sec_news .news_links a:after,
.sec_advertisement .publicity_navi a:after,
#tmp_idx_news_cnt .list a:after,
.idx_news_cnt .list a:after,
#tmp_lnavi_ttl a span:after,
.link_readmore span:after,
#tmp_footer .pnavi a:after,
#tmp_footer .fnavi a:after,
#tmp_sma_smenu .link_simple a:after,
#tmp_ajax_ctgy .ctg_accordion_list li a:after,
#tmp_sma_smenu .ctg_accordion_switch span:after,
#tmp_ajax_ctgy .ctg_accordion_switch span:after,
#tmp_contents .event_page_navi .prev a:after,
#tmp_contents .event_page_navi .next a:after,
#tmp_contents .event_page_navi .cal_date_day span:after,
#tmp_contents .event_item_list .event_item_ttl a:after,
#tmp_event_cal_tab li:not(.selected) span:after,
#tmp_pickup_event_splide .splide__slide .event_item_ttl a:after,
#tmp_event_cal_pickup .event_pickup_bnr .park_navigation_item span.park_item_ttl:after,
#tmp_event_cal_list .event_cal_list ul li p a:after,
#tmp_shisetsu_popular .popular_galleries a:after,
#tmp_accordion_lnavi_ttl span:after,
.sec_setting_support .setting_support_content ul li a span:after,
#tmp_shisetsu_result_list ul a:after,
#tmp_result_list ul li a:after,
#tmp_map_search .riyo a:after,
#tmp_event_cal_list .more span:after,
.custom_assembly #tmp_cate_ttl a .ttl:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #222222;
    transition: width 0.3s ease-in-out;
    z-index: -1;
}
#tmp_sma_smenu .ctg_accordion_switch p:before,
#tmp_ajax_ctgy .ctg_accordion_switch p:before {
    position: absolute;
    bottom: -13px;
    left: 12px;
    right: 17px;
    height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(33.33%, #1da2f0), color-stop(33.33%, #d9d9d9));
	background-image: -moz-linear-gradient(left, #1da2f0 33.33%, #d9d9d9 33.33%);
	background-image: -o-linear-gradient(left, #1da2f0 33.33%, #d9d9d9 33.33%);
	background-image: linear-gradient(90deg, #1da2f0 33.33%, #d9d9d9 33.33%);
	pointer-events: none;
    z-index: 1;
}
#tmp_sma_smenu .is_active .ctg_accordion_switch p:before,
#tmp_ajax_ctgy .is_active .ctg_accordion_switch p:before {
	content: '';
	opacity: 1;
}
#tmp_sma_smenu .form_group .sch_btn input:focus,
#tmp_sma_smenu .form_group .sch_btn input:hover{
	background-color: #ffffff;
	color: #222222;
}
#tmp_footer .fnavi a:after,
#tmp_sma_smenu .link_simple a:after,
.sec_news .news_list a:after,
#tmp_idx_news_cnt .list_table a:after,
#tmp_ajax_ctgy .ctg_accordion_list li a:after,
#tmp_event_cal_list .event_cal_list ul li p a:after,
#tmp_shisetsu_popular .popular_galleries a:after,
#tmp_map_search .riyo a:after {
    left: 18px;
}
#tmp_lnavi .link_readmore span::after,
#tmp_rnavi .link_readmore span::after {
    left: 24px;
}
#tmp_lnavi .link_readmore a:hover span:after,
#tmp_rnavi .link_readmore a:hover span:after {
	width: calc(100% - 24px);
}
#tmp_event_cal_tab li:not(.selected) span:after {
	left: 38px;
}
.sec_news .news_links a:hover:after,
.sec_advertisement .publicity_navi a:hover:after,
#tmp_idx_news_cnt .list a:hover:after,
.idx_news_cnt .list a:hover:after,
#tmp_lnavi_ttl a:hover span:after,
.link_readmore a:hover span:after,
#tmp_footer .pnavi a:hover:after,
#tmp_footer .fnavi a:hover:after,
#tmp_sma_smenu .link_simple a:hover:after,
#tmp_ajax_ctgy .ctg_accordion_list li a:hover:after,
#tmp_sma_smenu .accordion_area:not(.is_active) .ctg_accordion_switch a:hover span:after,
#tmp_ajax_ctgy .accordion_area:not(.is_active) .ctg_accordion_switch a:hover span:after,
#tmp_contents .event_page_navi .prev a:hover:after,
#tmp_contents .event_page_navi .next a:hover:after,
#tmp_contents .event_page_navi .cal_date_day a:hover span:after,
#tmp_contents .event_item_list .active .event_item_ttl a:after,
#tmp_pickup_event_splide .splide__slide .active .event_item_ttl a:after,
#tmp_event_cal_pickup .event_pickup_bnr .park_navigation_item a:hover span.park_item_ttl:after,
#tmp_accordion_lnavi_ttl a:hover span:after,
.sec_setting_support .setting_support_content ul li a:hover span:after,
#tmp_shisetsu_result_list ul a:hover:after,
#tmp_result_list ul li a:hover:after,
#tmp_event_cal_list .more  a:hover span:after,
.custom_assembly #tmp_cate_ttl a:hover .ttl:after {
	width: 100%;
}
.sec_news .news_list a:hover:after,
#tmp_idx_news_cnt .list_table a:hover:after,
#tmp_footer .fnavi a:hover:after,
#tmp_sma_smenu .link_simple a:hover:after,
#tmp_ajax_ctgy .ctg_accordion_list li a:hover:after,
#tmp_event_cal_list .event_cal_list ul li p a:hover:after,
#tmp_shisetsu_popular .popular_galleries .is_hover a:after,
.no_javascript #tmp_shisetsu_popular .popular_galleries a:hover:after,
#tmp_map_search .riyo a:hover:after {
	width: calc(100% - 18px);
}
#tmp_event_cal_tab li:not(.selected) a:hover span:after {
	width: calc(100% - 38px);
}
#tmp_footer .footer_sns img{
	transition: opacity 0.3s ease-in-out;
}
#tmp_sma_smenu .form_group .sch_btn input{
	transition: background-color 0.3s ease, color 0.3s ease;
}
#tmp_footer .footer_sns a:hover img{
	opacity: 0.7;
}
#tmp_sma_smenu .ctg_accordion_switch a:focus-visible,
#tmp_ajax_ctgy .ctg_accordion_switch a:focus-visible {
	outline-offset: -1px;
}
/* 外枠
================================================== */
#tmp_sma_smenu .ctg_accordion_switch a::after,
#tmp_ajax_ctgy .ctg_accordion_switch a::after,
.useful_navigation_list li a::after,
#tmp_shisetsu_popular .popular_galleries .item_img::after,
#tmp_news_topics .sec_topics a::after {
    content: '';
    position: absolute;
    opacity: 0;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
	border: 1px solid #1da2f0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    z-index: 1;
}
#tmp_shisetsu_popular .popular_galleries .item_img::after,
#tmp_news_topics .sec_topics a::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#tmp_sma_smenu .accordion_area:not(.is_active) .ctg_accordion_switch a:hover:after,
#tmp_ajax_ctgy .accordion_area:not(.is_active) .ctg_accordion_switch a:hover:after,
.useful_navigation_list li a:hover:after,
#tmp_shisetsu_popular .popular_galleries .is_hover .item_img::after,
#tmp_news_topics .sec_topics a:hover::after {
    opacity: 1;
}

.gnavi .close_btn a,
#tmp_header .close_btn a,
#tmp_contents .event_page_navi .cal_date_day a,
#tmp_contents .event_item_list .event_item_img,
#tmp_pickup_event_splide .splide__slide .event_item_img,
#tmp_contents .evt .import_calendar_btn {
	transition: border-color 0.3s ease-in-out;
}
.sec_news .news_links a:after,
.sec_advertisement .publicity_navi a:after,
#tmp_idx_news_cnt .list a:after,
.idx_news_cnt .list a:after,
.gnavi .close_btn a:hover,
#tmp_header .close_btn a:hover,
#tmp_contents .event_page_navi .cal_date_day a:hover,
#tmp_contents .event_item_list .active .event_item_img,
#tmp_pickup_event_splide .splide__slide .active .event_item_img,
#tmp_event_cal_pickup .event_pickup_bnr .park_navigation_item a:hover,
#tmp_contents .evt .import_calendar_btn:hover,
#tmp_event_cal_list .more  a:hover {
	border-color: #1da2f0;
}

/* image
================================================== */
.sec_recommendations .recommendations_list li img,
.sec_cityinfo .item_img img,
#tmp_sec_news .news_event img,
#tmp_news_topics .sec_topics img {
    width: 100%;
    height: auto;
    vertical-align: top;
 }
.sec_recommendations .recommendations_list li img,
.sec_cityinfo .item_img img,
.cityinfo_galleries .item_img img,
#tmp_sec_news .news_event img,
#tmp_contents .event_item_list .event_item_img img,
#tmp_pickup_event_splide .splide__slide .event_item_img img,
#tmp_shisetsu_popular .popular_galleries .item_img img,
#tmp_news_topics .sec_topics img {
    transition: transform 0.3s ease-in-out;
}
.cityinfo_galleries a:hover .item_img img,
#tmp_sec_news .news_event a:hover img,
.sec_recommendations .recommendations_list li.active:hover img,
#tmp_contents .event_item_list .active .event_item_img img,
#tmp_pickup_event_splide .splide__slide .active .event_item_img img,
#tmp_shisetsu_popular .popular_galleries .is_hover .item_img img,
#tmp_news_topics .sec_topics a:hover img{
    transform: scale(1.1);
}
/* focus */
.cityinfo_galleries a:focus .item_img img,
#tmp_sec_news .news_event a:focus img,
.sec_recommendations .recommendations_list li.active:focus img,
#tmp_news_topics .sec_topics a:focus img{
    transform: scale(1.1);
}

/* ==================================================
font-family
================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
th,
optgroup,
strong,
b,
.editable .caption,
#tmp_hlogo h1 span,
#tmp_hlogo p span,
#tmp_footer .logo span,
#tmp_inquiry_cnt .inquiry_name,
#tmp_sma_func_sch_btn,
.splide_common .splide__toggle,
.sec_news .news_list .news_date > span,
.cityinfo_galleries .item a,
.gnavi > li > a,
.gnavi .drop_down_inner ul li a,
.gnavi .close_btn,
#tmp_header .close_btn,
.cityinfo_galleries .item a,
#tmp_chatbot .chatbot_des,
#tmp_yuuen_cmenu,
.custom_yuuen .rnavi_info p,
#tmp_contents .event_item_list .event_item_date,
#tmp_pickup_event_splide .event_item .event_item_date,
#tmp_contents ul.box_btn li,
#tmp_contents .box_menu_ttl,
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption,
.custom_general #tmp_anchor ul li a,
#tmp_gomisearch_result ul li .gomi_result_infor .label_txt,
#tmp_contents .sec_dispose_garbage ul li a,
#tmp_contents .general_link a,
#tmp_contents .general_blog_ver a,
#tmp_contents .general_blog_hoz a,
#tmp_contents h2.online_ttl,
#tmp_online_pagetitle h1,
#tmp_idx_contents .idx_navi li a,
#tmp_idx_contents .idx_list_ttl a,
#tmp_idx_menu .idx_menu_ttl,
#tmp_releated_link_ttl h2,
#tmp_facilities_btn ul li a,
#tmp_contents .shisetsu_list_btn li a,
#tmp_shisetsu_search .sch_btn input,
#tmp_contents .evt .import_calendar_btn,
#tmp_contents #tmp_opdata_sch #tmp_opdata_sch_ttl p,
#tmp_opdata_sch_cnt #tmp_opdata_kwd dt,
#tmp_opdata_sch_cnt #tmp_opdata_datatime_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_category_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_datatype_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_extension_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_datapost_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_displayedresults_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_license_ttl,
#tmp_opdata_sch_cnt #tmp_opdata_organization_ttl
#tmp_opdata_submit input,
#tmp_contents #tmp_opdata_result .datatable th,
#tmp_contents .event_page_navi .cal_date,
#tmp_event_cal_pickup .event_pickup_bnr .park_navigation_item span.park_item_ttl,
#tmp_event_cal_list .event_cal_list .cal_th td,
#tmp_event_cal_refine_btn #tmp_event_keyword_btn,
#tmp_higai_jouhou .note_title,
#tmp_higai_jouhou .main__list_title,
#tmp_higai_jouhou .main__list_title_note .date,
#tmp_higai_jouhou .higai_list li div:last-child
.main__map_title,
#tmp_hinan_shiji .main__list_title.ttl_gray,
#tmp_hinan_shiji .main__list_title_info,
#tmp_hinan_shiji .main__list_subtitle strong,
#tmp_hinan_shiji .main__list_info,
.splide_common .splide__progress .progress_current,
.custom_youkoso .#tmp_contents .box_link .box_link_ttl,
#tmp_youkoso_flower_pickup_ttl > h3,
.custom_youkoso .link_showmore a,
.custom_youkoso .list_btn a,
.custom_youkoso .gallery_item .ttl,
.custom_youkoso #tmp_idx_list_cnt .box_idx_cnt .more_btn,
.custom_youkoso #tmp_idx_list_cnt .box_idx .pickup .ttl,
.custom_youkoso #tmp_idx_list .idx_cate_cnt .learn_item li .text,
.custom_youkoso #tmp_contents h6,
.custom_youkoso #tmp_contents ul.box_btn li,
.custom_youkoso #tmp_contents .box_menu_ttl,
.custom_youkoso #tmp_cate_ttl .ttl,
.custom_youkoso #tmp_cate_ttl .ttl_catch,
.custom_youkoso .youkoso_back_btn,
.custom_youkoso #tmp_idx_catch .ttl,
.custom_youkoso #tmp_idx_list_menu ul li{
	font-weight: bold;
    font-family: 'OT-UDShinGoPr6N-Medium', "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_sample3 {
	font-weight: bold;
	font-family:"OT-UDShinGoPr6N-DeBold", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_contents #tmp_event_cal_tab li,
#tmp_contents .event_item_list .event_item_ttl,
#tmp_pickup_event_splide .event_item .event_item_ttl,
.box_related .box_related_ttl h2,
#box_article .box_article_ttl h2,
.box_related .box_related_ttl p,
#box_article .box_article_ttl p,
#tmp_info_gomi_oshirase #tmp_info_gomi_oshirase_ttl {
	font-weight: normal;
	font-family:"OT-UDShinGoPr6N-Regular", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_contents h1,
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6,
#tmp_sma_smenu .ttl_double_line h2,
#tmp_ajax_ctgy .ttl_double_line h2,
#tmp_search_purpose_hidden .ttl_double_line h2,
#tmp_sma_smenu .ttl_double_line p,
#tmp_ajax_ctgy .ttl_double_line p,
#tmp_search_purpose_hidden .ttl_double_line p,
#tmp_sma_smenu .form_group .sch_box input,
#tmp_inquiry_ttl h2,
.sec_title,
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo,
#tmp_idx_ttl h1,
#tmp_shisetsu_search .sch_box input,
#tmp_contents .evt .import_calendar_btn .cnt,
#tmp_event_cal_list .event_cal_list td.cal_date,
.main__tr_area_list tr .hn_ttl_notes,
#tmp_hinan_shiji .main__list_title,
#tmp_hinan_shiji .main__list_subtitle,
#tmp_hinan_shiji .main__list_info_date,
#tmp_higai_jouhou .main__list_title_note {
	font-weight: normal;
    font-family: 'OT-UDShinGoPr6N-Light', "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_contents strong,
#tmp_anchor .anchor_ttl h2 {
	font-weight: bold;
    font-family: 'OT-UDShinGoPr6N-Medium', "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* ==================================================
accessibility style change:color
================================================== */
.color_black #tmp_yuuen_cmenu ul li a:hover .inner,
.color_blue #tmp_yuuen_cmenu ul li a:hover .inner,
.color_yellow #tmp_yuuen_cmenu ul li a:hover .inner{
	text-decoration: underline;
}

/* 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_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	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;
}


/* 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;
}
.color_black #tmp_wrapper #tmp_hlogo,
.color_black #tmp_wrapper #tmp_hlogo h1,
.color_black #tmp_wrapper #tmp_hlogo p,
.color_black #tmp_wrapper #tmp_hlogo a,
.color_black #tmp_wrapper #tmp_hlogo h1 span,
.color_black #tmp_wrapper #tmp_hlogo p span,
.color_blue #tmp_wrapper #tmp_hlogo,
.color_blue #tmp_wrapper #tmp_hlogo h1,
.color_blue #tmp_wrapper #tmp_hlogo p,
.color_blue #tmp_wrapper #tmp_hlogo a,
.color_blue #tmp_wrapper #tmp_hlogo h1 span,
.color_blue #tmp_wrapper #tmp_hlogo p span,
.color_yellow #tmp_wrapper #tmp_hlogo,
.color_yellow #tmp_wrapper #tmp_hlogo h1,
.color_yellow #tmp_wrapper #tmp_hlogo p,
.color_yellow #tmp_wrapper #tmp_hlogo a,
.color_yellow #tmp_wrapper #tmp_hlogo h1 span,
.color_yellow #tmp_wrapper #tmp_hlogo p span{
	width: auto!important;
	height: auto!important;
}
.color_black #tmp_hnavi_search .sch_box,
.color_blue #tmp_hnavi_search .sch_box,
.color_yellow #tmp_hnavi_search .sch_box{
	border: 1px solid;
}
.color_black #tmp_header::before,
.color_blue #tmp_header::before,
.color_yellow #tmp_header::before{
	border-color: inherit;
	z-index: 900;
}
.color_black #tmp_hnavi_lmenu > a.ac_active::before,
.color_blue #tmp_hnavi_lmenu > a.ac_active::before,
.color_yellow #tmp_hnavi_lmenu > a.ac_active::before{
	background: none;
	border: 1px solid;
	border-color: inherit;
}
.color_black #tmp_hnavi_smenu > a.ac_active:before,
.color_blue #tmp_hnavi_smenu > a.ac_active:before,
.color_yellow #tmp_hnavi_smenu > a.ac_active:before,
.color_black #tmp_hnavi_rmenu > a.ac_active:before,
.color_blue #tmp_hnavi_rmenu > a.ac_active:before,
.color_yellow #tmp_hnavi_rmenu > a.ac_active:before,
.color_black #tmp_hnavi_mmenu > a.ac_active:before,
.color_blue #tmp_hnavi_mmenu > a.ac_active:before,
.color_yellow #tmp_hnavi_mmenu > a.ac_active:before{
	border-color: inherit;
	background: none;
}
.color_black #tmp_hnavi_smenu > a.ac_active,
.color_blue #tmp_hnavi_smenu > a.ac_active,
.color_yellow #tmp_hnavi_smenu > a.ac_active{
	border-bottom: none;
}
.color_black #tmp_hnavi_smenu > a:hover,
.color_blue #tmp_hnavi_smenu > a:hover,
.color_yellow #tmp_hnavi_smenu > a:hover,
.color_black #tmp_hnavi_wrapper > li > a.ac_active:hover,
.color_blue #tmp_hnavi_wrapper > li > a.ac_active:hover,
.color_yellow #tmp_hnavi_wrapper > li > a.ac_active:hover,
.color_black #tmp_sma_func_sch_btn:hover,
.color_blue #tmp_sma_func_sch_btn:hover,
.color_yellow #tmp_sma_func_sch_btn:hover{
	text-decoration: underline;
}
.color_black #tmp_hnavi_lmenu > a > span::before,
.color_black #tmp_hnavi_mmenu > a > span::before,
.color_black #tmp_hnavi_rmenu > a > span::before,
.color_blue #tmp_hnavi_lmenu > a > span::before,
.color_blue #tmp_hnavi_mmenu > a > span::before,
.color_blue #tmp_hnavi_rmenu > a > span::before,
.color_yellow #tmp_hnavi_lmenu > a > span::before,
.color_yellow #tmp_hnavi_mmenu > a > span::before,
.color_yellow #tmp_hnavi_rmenu > a > span::before{
	display: none;
}
.color_black #tmp_sma_mmenu:after,
.color_blue #tmp_sma_mmenu:after,
.color_yellow #tmp_sma_mmenu:after{
	border-color: inherit;
}
.color_black #tmp_hnavi_lmenu > a:hover,
.color_black #tmp_hnavi_mmenu > a:hover,
.color_black #tmp_hnavi_rmenu > a:hover,
.color_blue #tmp_hnavi_lmenu > a:hover,
.color_blue #tmp_hnavi_mmenu > a:hover,
.color_blue #tmp_hnavi_rmenu > a:hover,
.color_yellow #tmp_hnavi_lmenu > a:hover,
.color_yellow #tmp_hnavi_mmenu > a:hover,
.color_yellow #tmp_hnavi_rmenu > a:hover{
	text-decoration: underline;
}
/* 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;
}

/* for gnavi */
.color_black  #tmp_important_disaster,
.color_blue  #tmp_important_disaster,
.color_yellow  #tmp_important_disaster,
.color_black #tmp_gnavi,
.color_blue #tmp_gnavi,
.color_yellow #tmp_gnavi {
	border-bottom: 1px solid;
}
.color_black #tmp_gnavi .gnavi .drop_down_hidden,
.color_blue #tmp_gnavi .gnavi .drop_down_hidden,
.color_yellow #tmp_gnavi .gnavi .drop_down_hidden,
.color_black #tmp_gnavi .gnavi .drop_down_hidden .container,
.color_blue #tmp_gnavi .gnavi .drop_down_hidden .container,
.color_yellow #tmp_gnavi .gnavi .drop_down_hidden .container,
.color_black #tmp_gnavi .gnavi .drop_down_wrapper,
.color_blue #tmp_gnavi .gnavi .drop_down_wrapper,
.color_yellow #tmp_gnavi .gnavi .drop_down_wrapper {
	background-color: transparent !important;
}
.color_black .gnavi > li:after,
.color_blue .gnavi > li:after {
	background-color: #ffffff;
}
.color_yellow .gnavi > li:after {
	color: #FFFF00;
	background-color: #000000;
}
.color_black .gnavi > li > a span:before,
.color_blue .gnavi > li > a span:before {
	background-color: #FFFF00;
}
.color_yellow .gnavi > li > a span:before {
	background-color: #000000;
}
.color_black .gnavi > li:before,
.color_blue .gnavi > li:before {
	border-bottom-color: #FFFF00;
}
.color_yellow .gnavi > li:before {
	border-bottom-color: #000000;
}

/* for header */
.color_black #tmp_wrapper #tmp_search_keyword .sch_ttl::before,
.color_blue #tmp_wrapper #tmp_search_keyword .sch_ttl::before,
.color_black #tmp_wrapper #tmp_sma_smenu .ttl_double_line:before,
.color_blue #tmp_wrapper #tmp_sma_smenu .ttl_double_line:before{
	border-color: #FFFF00;
}
.color_yellow #tmp_wrapper #tmp_search_keyword .sch_ttl::before,
.color_yellow #tmp_wrapper #tmp_sma_smenu .ttl_double_line:before{
	border-color: #000000;
}
.color_black #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch p:after{
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}
.color_blue #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch p:after{
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch p:after{
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch p:before,
.color_blue #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch p:before{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#FFFF00));
	background-image: -moz-linear-gradient(#FFFF00, #FFFF00);
	background-image: -o-linear-gradient(#FFFF00, #FFFF00);
	background-image: linear-gradient(#FFFF00, #FFFF00);
}
.color_yellow #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch p:before{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
	background-image: -moz-linear-gradient(#000000, #000000);
	background-image: -o-linear-gradient(#000000, #000000);
	background-image: linear-gradient(#000000, #000000);
}
.color_black #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a,
.color_blue #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a,
.color_black #tmp_wrapper #tmp_ajax_ctgy .ctg_accordion_list li a,
.color_blue #tmp_wrapper #tmp_ajax_ctgy .ctg_accordion_list li a,
.color_black #tmp_wrapper #tmp_accordion_lnavi_cnt li.noicon_list .fac_accordion_switch .switch .switch_label,
.color_blue #tmp_wrapper #tmp_accordion_lnavi_cnt li.noicon_list .fac_accordion_switch .switch .switch_label,
.color_black #tmp_wrapper #tmp_lnavi .link_readmore span,
.color_black #tmp_wrapper #tmp_rnavi .link_readmore span,
.color_blue #tmp_wrapper #tmp_lnavi .link_readmore span,
.color_blue #tmp_wrapper #tmp_rnavi .link_readmore span {
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_plus_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a,
.color_yellow #tmp_wrapper #tmp_ajax_ctgy .ctg_accordion_list li a,
.color_yellow #tmp_wrapper #tmp_accordion_lnavi_cnt li.noicon_list .fac_accordion_switch .switch .switch_label,
.color_yellow #tmp_wrapper #tmp_lnavi .link_readmore span,
.color_yellow #tmp_wrapper #tmp_rnavi .link_readmore span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_plus_blue.png) !important;
}
.color_black #tmp_wrapper #tmp_sma_smenu .is_active .ctg_accordion_switch a,
.color_blue #tmp_wrapper #tmp_sma_smenu .is_active .ctg_accordion_switch a,
.color_black #tmp_wrapper #tmp_accordion_lnavi_cnt li.noicon_list.is_active .fac_accordion_switch .switch .switch_label,
.color_blue #tmp_wrapper #tmp_accordion_lnavi_cnt li.noicon_list.is_active .fac_accordion_switch .switch .switch_label,
.color_black #tmp_wrapper #tmp_lnavi .link_readmore a.hide span,
.color_black #tmp_wrapper #tmp_rnavi .link_readmore a.hide span,
.color_blue #tmp_wrapper #tmp_lnavi .link_readmore a.hide span,
.color_blue #tmp_wrapper #tmp_rnavi .link_readmore a.hide span {
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_sma_smenu .is_active .ctg_accordion_switch a,
.color_yellow #tmp_wrapper #tmp_accordion_lnavi_cnt li.noicon_list.is_active .fac_accordion_switch .switch .switch_label,
.color_yellow #tmp_wrapper #tmp_lnavi .link_readmore a.hide span,
.color_yellow #tmp_wrapper #tmp_rnavi .link_readmore a.hide span {
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_blue.png) !important;
}
.color_black #tmp_wrapper #tmp_inquiry_ttl h2,
.color_blue #tmp_wrapper #tmp_inquiry_ttl h2,
.color_yellow #tmp_wrapper #tmp_inquiry_ttl h2,
.color_black #tmp_wrapper #tmp_wrap_main #tmp_rnavi_ttl h2,
.color_blue #tmp_wrapper #tmp_wrap_main #tmp_lnavi_ttl h2,
.color_yellow #tmp_wrapper #tmp_wrap_main #tmp_accordion_lnavi_ttl h2,
.color_black #tmp_wrapper #tmp_wrap_main #tmp_accordion_lnavi_ttl h2,
.color_blue #tmp_wrapper #tmp_wrap_main #tmp_accordion_lnavi_ttl h2,
.color_yellow #tmp_wrapper #tmp_wrap_main #tmp_accordion_lnavi_ttl h2{
    border: none !important;
    padding: 0 !important;
}
.color_black #tmp_wrapper #tmp_cate_ttl .ttl_catch img,
.color_blue #tmp_wrapper #tmp_cate_ttl .ttl_catch img,
.color_yellow #tmp_wrapper #tmp_cate_ttl .ttl_catch img {
    background-color: #ffffff !important;
}

/* for footer */
.color_black #tmp_wrapper .btn_readmore a::after,
.color_blue #tmp_wrapper .btn_readmore a::after,
.color_yellow #tmp_wrapper .btn_readmore a::after,
.color_yellow .sec_emergency .emergency_list_rss li a::after,
.color_black .sec_emergency .emergency_list_rss li a::after,
.color_blue .sec_emergency .emergency_list_rss li a::after,
.color_yellow .sec_emergency .emergency_wrap .emergency_list_link a::after,
.color_black .sec_emergency .emergency_wrap .emergency_list_link a::after,
.color_blue .sec_emergency .emergency_wrap .emergency_list_link a::after,
.color_black .gnavi .drop_down_inner ul li a:after,
.color_blue .gnavi .drop_down_inner ul li a:after,
.color_yellow .gnavi .drop_down_inner ul li a:after,
.color_black #tmp_wrapper .sec_news .news_list a:after,
.color_black #tmp_wrapper .sec_news .news_links a:after,
.color_black #tmp_wrapper #tmp_idx_news_cnt .list_table a:after,
.color_black #tmp_wrapper .sec_advertisement .publicity_navi a:after,
.color_blue #tmp_wrapper .sec_news .news_list a:after,
.color_blue #tmp_wrapper .sec_news .news_links a:after,
.color_blue #tmp_wrapper #tmp_idx_news_cnt .list_table a:after,
.color_blue #tmp_wrapper .sec_advertisement .publicity_navi a:after,
.color_yellow #tmp_wrapper .sec_news .news_list a:after,
.color_yellow #tmp_wrapper .sec_news .news_links a:after,
.color_yellow #tmp_wrapper #tmp_idx_news_cnt .list_table a:after,
.color_yellow #tmp_wrapper .sec_advertisement .publicity_navi a:after,
.color_black #tmp_wrapper #tmp_footer .pnavi a:after,
.color_black #tmp_wrapper #tmp_footer .fnavi a:after,
.color_blue #tmp_wrapper #tmp_footer .pnavi a:after,
.color_blue #tmp_wrapper #tmp_footer .fnavi a:after,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a:after,
.color_yellow #tmp_wrapper #tmp_footer .fnavi a:after,
.color_black #tmp_wrapper #tmp_sma_smenu .link_simple a:after,
.color_blue #tmp_wrapper #tmp_sma_smenu .link_simple a:after,
.color_yellow #tmp_wrapper #tmp_sma_smenu .link_simple a:after,
.color_black #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a:after,
.color_blue #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a:after,
.color_yellow #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a:after,
.color_black #tmp_wrapper #tmp_ajax_ctgy .ctg_accordion_list li a:after,
.color_blue #tmp_wrapper #tmp_ajax_ctgy .ctg_accordion_list li a:after,
.color_black #tmp_wrapper #tmp_ajax_ctgy .ctg_accordion_list li a:after,
.color_black #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch span:after,
.color_blue #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch span:after,
.color_yellow #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch span:after{
	content: none;
}

.color_black #tmp_wrapper .sec_news .news_list a:hover,
.color_black #tmp_wrapper .sec_news .news_links a:hover,
.color_black #tmp_wrapper .sec_advertisement .publicity_navi a:hover,
.color_black #tmp_wrapper #tmp_idx_news_cnt .list a:hover,
.color_black #tmp_wrapper .idx_news_cnt .list a:hover,
.color_black #tmp_wrapper #tmp_idx_news_cnt .list_table a:hover,
.color_blue #tmp_wrapper .sec_news .news_list a:hover,
.color_blue #tmp_wrapper .sec_news .news_links a:hover,
.color_blue #tmp_wrapper .sec_advertisement .publicity_navi a:hover,
.color_blue #tmp_wrapper #tmp_idx_news_cnt .list_table a:hover,
.color_blue #tmp_wrapper #tmp_idx_news_cnt .list a:hover,
.color_blue #tmp_wrapper .idx_news_cnt .list a:hover,
.color_yellow #tmp_wrapper .sec_news .news_list a:hover,
.color_yellow #tmp_wrapper .sec_news .news_links a:hover,
.color_yellow #tmp_wrapper .sec_advertisement .publicity_navi a:hover,
.color_yellow #tmp_wrapper #tmp_idx_news_cnt .list_table a:hover,
.color_yellow #tmp_wrapper #tmp_idx_news_cnt .list a:hover,
.color_yellow #tmp_wrapper .idx_news_cnt .list a:hover,
.color_black #tmp_wrapper .btn_readmore a:hover span,
.color_blue #tmp_wrapper .btn_readmore a:hover span,
.color_yellow #tmp_wrapper .btn_readmore a:hover span,
.color_black #tmp_rnavi_ttl a:hover span,
.color_blue #tmp_rnavi_ttl a:hover span,
.color_yellow #tmp_rnavi_ttl a:hover span,
.color_black #tmp_lnavi_ttl a:hover span,
.color_blue #tmp_lnavi_ttl a:hover span,
.color_yellow #tmp_lnavi_ttl a:hover span,
.color_black #tmp_wrapper .link_readmore a:hover span,
.color_blue #tmp_wrapper .link_readmore a:hover span,
.color_yellow #tmp_wrapper .link_readmore a:hover span,
.color_black #tmp_rnavi_cnt li a:hover,
.color_blue #tmp_rnavi_cnt li a:hover,
.color_yellow #tmp_rnavi_cnt li a:hover,
.color_black #tmp_rnavi_cnt li.active a,
.color_blue #tmp_rnavi_cnt li.active a,
.color_yellow #tmp_rnavi_cnt li.active a,
.color_black #tmp_lnavi_cnt li a:hover,
.color_blue #tmp_lnavi_cnt li a:hover,
.color_yellow #tmp_lnavi_cnt li a:hover,
.color_black #tmp_lnavi_cnt li.active a,
.color_blue #tmp_lnavi_cnt li.active a,
.color_yellow #tmp_lnavi_cnt li.active a,
.color_yellow .sec_setting_support .setting_support_content ul li a:hover span,
.color_black .sec_setting_support .setting_support_content ul li a:hover span,
.color_blue .sec_setting_support .setting_support_content ul li a:hover span,
.color_yellow .sec_emergency .emergency_list_rss li a:hover,
.color_black .sec_emergency .emergency_list_rss li a:hover,
.color_blue .sec_emergency .emergency_list_rss li a:hover,
.color_yellow .sec_emergency .emergency_wrap .emergency_list_link a:hover,
.color_black .sec_emergency .emergency_wrap .emergency_list_link a:hover,
.color_blue .sec_emergency .emergency_wrap .emergency_list_link a:hover,
.color_black .gnavi .drop_down_inner ul li a:hover,
.color_blue .gnavi .drop_down_inner ul li a:hover,
.color_yellow .gnavi .drop_down_inner ul li a:hover,
.color_black .gnavi .close_btn a:hover span,
.color_blue .gnavi .close_btn a:hover span,
.color_yellow .gnavi .close_btn a:hover span,
.color_black #tmp_wrapper #tmp_footer .pnavi a:hover,
.color_black #tmp_wrapper #tmp_footer .fnavi a:hover,
.color_blue #tmp_wrapper #tmp_footer .pnavi a:hover,
.color_blue #tmp_wrapper #tmp_footer .fnavi a:hover,
.color_yellow #tmp_wrapper #tmp_footer .pnavi a:hover,
.color_yellow #tmp_wrapper #tmp_footer .fnavi a:hover,
.color_black #tmp_wrapper #tmp_sma_smenu .link_simple a:hover,
.color_blue #tmp_wrapper #tmp_sma_smenu .link_simple a:hover,
.color_yellow #tmp_wrapper #tmp_sma_smenu .link_simple a:hover,
.color_black #tmp_wrapper #tmp_sma_smenu .form_group .sch_btn input:hover,
.color_blue #tmp_wrapper #tmp_sma_smenu .form_group .sch_btn input:hover,
.color_yellow #tmp_wrapper #tmp_sma_smenu .form_group .sch_btn input:hover,
.color_black #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a:hover,
.color_blue #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a:hover,
.color_yellow #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch a:hover,
.color_black #tmp_wrapper #tmp_header .close_btn a:hover span,
.color_blue #tmp_wrapper #tmp_header .close_btn a:hover span,
.color_yellow #tmp_wrapper #tmp_header .close_btn a:hover span{
	text-decoration: underline;
}
.color_yellow .sec_emergency .emergency_wrap .emergency_cnt,
.color_black .sec_emergency .emergency_wrap .emergency_cnt,
.color_blue .sec_emergency .emergency_wrap .emergency_cnt,
.color_black #tmp_wrapper #tmp_footer .footer_sns,
.color_blue #tmp_wrapper #tmp_footer .footer_sns,
.color_yellow #tmp_wrapper #tmp_footer .footer_sns{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_footer,
.color_blue #tmp_wrapper #tmp_footer,
.color_yellow #tmp_wrapper #tmp_footer,
.color_black #tmp_wrapper #tmp_footer .copyright,
.color_blue #tmp_wrapper #tmp_footer .copyright,
.color_yellow #tmp_wrapper #tmp_footer .copyright{
	border-top: 1px solid;
}
.color_blue #tmp_wrapper #tmp_footer .pnavi a,
.color_black #tmp_wrapper #tmp_footer .pnavi a{
	background-image: url(/shared/site_rn2025/images/icon/arrow_backtop_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_footer .pnavi a{
	background-image: url(/shared/site_rn2025/images/icon/arrow_backtop_blue.png) !important;
}
.color_black .sec_emergency .emergency_list_rss li a::before,
.color_blue .sec_emergency .emergency_list_rss li a::before,
.color_yellow .sec_emergency .emergency_list_rss li a::before,
.color_black .sec_setting_support .setting_support_content ul li a span::after,
.color_blue .sec_setting_support .setting_support_content ul li a span::after,
.color_yellow .sec_setting_support .setting_support_content ul li a span::after,
.color_black #tmp_important_disaster .emergency_cnt .emergency_list_link li a span::after,
.color_blue #tmp_important_disaster .emergency_cnt .emergency_list_link li a span::after,
.color_yellow #tmp_important_disaster .emergency_cnt .emergency_list_link li a span::after,
.color_black #tmp_important_disaster .emergency_wrap .emergency_cnt::after,
.color_blue #tmp_important_disaster .emergency_wrap .emergency_cnt::after,
.color_yellow #tmp_important_disaster .emergency_wrap .emergency_cnt::after{
	display: none;
}
.color_black  #tmp_important_disaster .emergency_wrap .emergency_cnt,
.color_blue  #tmp_important_disaster .emergency_wrap .emergency_cnt,
.color_yellow  #tmp_important_disaster .emergency_wrap .emergency_cnt{
	border: none;
}
.color_yellow #tmp_wrapper .btn_readmore a span,
.color_yellow #tmp_wrapper .link_readmore a:before,
.color_yellow #tmp_wrapper .sec_recommendations .recommendations_btn a span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_plus_blue_sp.png) !important;
}
.color_black #tmp_wrapper .btn_readmore a span,
.color_blue #tmp_wrapper .btn_readmore a span,
.color_black #tmp_wrapper .link_readmore a:before,
.color_blue #tmp_wrapper .link_readmore a:before,
.color_black #tmp_wrapper .sec_recommendations .recommendations_btn a span,
.color_blue #tmp_wrapper .sec_recommendations .recommendations_btn a span{
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_plus_wh_sp.png) !important;
}
.color_yellow #tmp_wrapper .btn_readmore a.hide span,
.color_yellow #tmp_wrapper .link_readmore a.hide:before {
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_blue_sp.png) !important;
}
.color_black #tmp_wrapper .btn_readmore a.hide span,
.color_blue #tmp_wrapper .btn_readmore a.hide span,
.color_black #tmp_wrapper .link_readmore a.hide:before,
.color_blue #tmp_wrapper .link_readmore a.hide:before {
	background-image: url(/shared/site_rn2025/images/icon/navi_ic_minus_wh_sp.png) !important;
}
.color_black #tmp_wrapper .sec_news .news_list .news_date:before,
.color_blue #tmp_wrapper .sec_news .news_list .news_date:before,
.color_black #tmp_wrapper .sec_news .news_links a:before,
.color_blue #tmp_wrapper .sec_news .news_links a:before,
.color_black #tmp_wrapper .sec_advertisement .publicity_navi a:before,
.color_blue #tmp_wrapper .sec_advertisement .publicity_navi a:before,
.color_black #tmp_wrapper #tmp_idx_news_cnt .list a:before,
.color_blue #tmp_wrapper #tmp_idx_news_cnt .list a:before,
.color_black #tmp_wrapper .idx_news_cnt .list a:before,
.color_blue #tmp_wrapper .idx_news_cnt .list a:before {
    border-color: #ffff00;
}
.color_yellow #tmp_wrapper .sec_news .news_list .news_date:before{
    border-color: #000000;
}
.color_black #tmp_wrapper #tmp_lnavi_cnt > ul > li > a.switch,
.color_blue #tmp_wrapper #tmp_lnavi_cnt > ul > li > a.switch{
	background-image: url(/shared/templates/free_rn2025/images/shisetsu/icon_arrow_wh.png) !important;
}
.color_yellow #tmp_wrapper #tmp_lnavi_cnt > ul > li > a.switch{
	background-image: url(/shared/templates/free_rn2025/images/shisetsu/icon_arrow_bl.png) !important;
}

.color_yellow #tmp_yuuen_cmenu ul li .menu_txt .inner{
    background-color: #FFFF00 !important;
}
.color_black #tmp_yuuen_cmenu ul li .menu_txt .inner{
    background-color: #000000 !important;
}
.color_blue #tmp_yuuen_cmenu ul li .menu_txt .inner{
    background-color: #00008B !important;
}
.color_black.custom_yuuen #tmp_rnavi,
.color_blue.custom_yuuen #tmp_rnavi,
.color_yellow.custom_yuuen #tmp_rnavi{
   border-radius: 0;
}
.color_black.custom_yuuen .rnavi_info,
.color_blue.custom_yuuen .rnavi_info,
.color_yellow.custom_yuuen .rnavi_info{
	border: 2px solid;
	border-radius: 0;
}
.color_black #tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover,
.color_black #tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
    text-decoration: underline;
}
.color_blue #tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover,
.color_blue #tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover {
	background-color: #00008B !important;
	color: #ffffff !important;
    text-decoration: underline;
}
.color_yellow #tmp_header_wrap #cogmo-search-form1 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover,
.color_yellow #tmp_header_wrap #cogmo-search-form2 .cgm-search-form-area .cgm-search-button-area .cgm-search-button:hover {
	background-color: #FFFF00 !important;
	color: #0000FF !important;
    text-decoration: underline;
}
.color_black #tmp_event_cal_list .event_cal_list ul li span,
.color_blue #tmp_event_cal_list .event_cal_list ul li span,
.color_yellow #tmp_event_cal_list .event_cal_list ul li span {
    border: 1px solid;
}
.color_black #tmp_contents #tmp_event_cal_tab li.selected a,
.color_blue #tmp_contents #tmp_event_cal_tab li.selected a,
.color_yellow #tmp_contents #tmp_event_cal_tab li.selected a {
    border-width: 2px;
}
.color_black #tmp_contents #tmp_event_cal_tab li.selected span,
.color_blue #tmp_contents #tmp_event_cal_tab li.selected span,
.color_yellow #tmp_contents #tmp_event_cal_tab li.selected span {
    text-decoration: underline;
}
.color_black #tmp_contents #tmp_event_cal_tab li a::after {
    background-color: #000000;
}
.color_blue #tmp_contents #tmp_event_cal_tab li a::after {
    background-color: #000088;
}
.color_yellow #tmp_contents #tmp_event_cal_tab li a::after {
    background-color: #ffff00;
}
.color_black .sec_news .news_list a:after,
.color_black #tmp_idx_news_cnt .list_table a:after,
.color_black .sec_news .news_links a:after,
.color_black .sec_advertisement .publicity_navi a:after,
.color_black #tmp_idx_news_cnt .list a:after,
.color_black .idx_news_cnt .list a:after,
.color_black #tmp_lnavi_ttl a span:after,
.color_black .link_readmore span:after,
.color_black #tmp_footer .pnavi a:after,
.color_black #tmp_footer .fnavi a:after,
.color_black #tmp_sma_smenu .link_simple a:after,
.color_black #tmp_ajax_ctgy .ctg_accordion_list li a:after,
.color_black #tmp_sma_smenu .ctg_accordion_switch span:after,
.color_black #tmp_ajax_ctgy .ctg_accordion_switch span:after,
.color_black #tmp_contents .event_page_navi .prev span:after,
.color_black #tmp_contents .event_page_navi .next span:after,
.color_black #tmp_contents .event_page_navi .cal_date_day span:after,
.color_black #tmp_contents .event_item_list .event_item_ttl a:after,
.color_black #tmp_event_cal_tab li:not(.selected) span:after,
.color_black #tmp_pickup_event_splide .splide__slide .event_item_ttl a:after,
.color_black #tmp_event_cal_pickup .event_pickup_bnr .park_navigation_item span.park_item_ttl:after,
.color_black #tmp_event_cal_list .event_cal_list ul li p a:after,
.color_black #tmp_shisetsu_popular .popular_galleries a:after,
.color_black #tmp_accordion_lnavi_ttl span:after,
.color_black .sec_setting_support .setting_support_content ul li a span:after,
.color_black #tmp_shisetsu_result_list ul a:after,
.color_black #tmp_result_list ul li a:after,
.color_black #tmp_map_search .riyo a:after,
.color_black #tmp_event_cal_list .more span:after,
.color_black.custom_assembly #tmp_cate_ttl a .ttl:after{
    border-bottom-color: #ffffff !important;
}
.color_blue .sec_news .news_list a:after,
.color_blue #tmp_idx_news_cnt .list_table a:after,
.color_blue .sec_news .news_links a:after,
.color_blue .sec_advertisement .publicity_navi a:after,
.color_blue #tmp_idx_news_cnt .list a:after,
.color_blue .idx_news_cnt .list a:after,
.color_blue #tmp_lnavi_ttl a span:after,
.color_blue .link_readmore span:after,
.color_blue #tmp_footer .pnavi a:after,
.color_blue #tmp_footer .fnavi a:after,
.color_blue #tmp_sma_smenu .link_simple a:after,
.color_blue #tmp_ajax_ctgy .ctg_accordion_list li a:after,
.color_blue #tmp_sma_smenu .ctg_accordion_switch span:after,
.color_blue #tmp_ajax_ctgy .ctg_accordion_switch span:after,
.color_blue #tmp_contents .event_page_navi .prev span:after,
.color_blue #tmp_contents .event_page_navi .next span:after,
.color_blue #tmp_contents .event_page_navi .cal_date_day span:after,
.color_blue #tmp_contents .event_item_list .event_item_ttl a:after,
.color_blue #tmp_event_cal_tab li:not(.selected) span:after,
.color_blue #tmp_pickup_event_splide .splide__slide .event_item_ttl a:after,
.color_blue #tmp_event_cal_pickup .event_pickup_bnr .park_navigation_item span.park_item_ttl:after,
.color_blue #tmp_event_cal_list .event_cal_list ul li p a:after,
.color_blue #tmp_shisetsu_popular .popular_galleries a:after,
.color_blue #tmp_accordion_lnavi_ttl span:after,
.color_blue .sec_setting_support .setting_support_content ul li a span:after,
.color_blue #tmp_shisetsu_result_list ul a:after,
.color_blue #tmp_result_list ul li a:after,
.color_blue #tmp_map_search .riyo a:after,
.color_blue #tmp_event_cal_list .more span:after,
.color_blue.custom_assembly #tmp_cate_ttl a .ttl:after {
    border-bottom-color: #ffffff !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */

/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}
.fsize_small .gnavi .drop_down_inner ul li a {
	background-position: left 2px;
}
/* header */
.fsize_small #tmp_wrapper #tmp_sma_smenu .link_simple a{
	background-position: 0 4px;
}
.fsize_small #tmp_wrapper #tmp_header .close_btn span{
	background-position: 0 3px;
}
.fsize_small #tmp_wrapper #tmp_sma_smenu .ctg_accordion_switch span{
	background-position: right 16px top 12px;
}
.fsize_small .sec_setting_support .setting_support_content ul li a span,
.fsize_small #tmp_important_disaster .emergency_cnt .emergency_list_link li a span,
.fsize_small .sec_emergency .emergency_list_rss li a,
.fsize_small .sec_emergency .emergency_wrap .emergency_list_link a{
	background-position: left 3px;
}
.fsize_small .btn_readmore a span,
.fsize_small .sec_emergency .emergency_wrap .emergency_ttl p,
.fsize_small #tmp_important_notice .emergency_ttl p,
.fsize_small #tmp_emergency_information .emergency_ttl p{
	background-position: left top;
	padding-bottom: 2px;
}
/* footer */
.fsize_small #tmp_wrapper #tmp_footer .fnavi a{
	background-position: 0 4px;
}
/* content */
.fsize_small #tmp_wrapper .sec_news .news_list a,
.fsize_small #tmp_wrapper #tmp_idx_news_cnt .list_table a,
.fsize_small #tmp_wrapper .sec_news .news_links a,
.fsize_small #tmp_wrapper .sec_advertisement .publicity_navi a,
.fsize_small #tmp_wrapper #tmp_idx_news_cnt .list a,
.fsize_small #tmp_wrapper .idx_news_cnt .list a {
    background-position: 0 4px;
}

/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big #tmp_wrapper .box_faq_cnt ul {
	margin-left: 22px !important;
}
.fsize_big2 #tmp_wrapper .box_faq_cnt ul {
	margin-left: 28px !important;
}

/* furigana
================================================== */
.furigana_on #tmp_wrapper .sec_title{
	padding-top: 50px;
}
.furigana_on .gnavi > li > a span {
	line-break: anywhere;
}
.furigana_on #tmp_wrapper #tmp_sma_query{
	padding-right: 190px;
}
.furigana_on #tmp_wrapper #tmp_sma_smenu .form_group .sch_box input{
	padding-right: 184px;
}
.furigana_on #tmp_wrapper #tmp_yuuen_cmenu ul li .menu_txt .inner{
	display: block;
}

/* easy_on
================================================== */
.easy_on .sec_setting_support .setting_support_content ul li a,
.easy_on #tmp_hnavi_rmenu > a > span,
.easy_on #tmp_facilities_btn ul li a,
#tmp_contents .shisetsu_list_btn li a,
.easy_on .list_btn a,
.easy_on.custom_general #tmp_anchor ul li a {
    align-items: baseline;
}
.easy_on .new_link .new_link_list a,
.easy_on #tmp_event_cal_refine_cnt fieldset .genre li label {
    display: block;
}
/* no_javascript
================================================== */
.no_javascript #tmp_lnavi_cnt > ul > li > a.switch{
	transform: scaleY(-1) !important;
}
.no_javascript #tmp_lnavi_cnt .switch_cnt,
.no_javascript #tmp_accordion_lnavi_cnt .switch_cnt  {
	display: block !important;
}
.no_javascript #tmp_accordion_lnavi_cnt li.noicon_list .fac_accordion_switch {
    display: none;
}

.no_javascript #tmp_ajax_ctgy .ctg_accordions {
    display: block;
    margin: 0;
}
.no_javascript #tmp_ajax_ctgy .ctg_accordion {
	display: block;
    padding: 0;
    width: 100%;
    margin: 0 0 20px;
}
.no_javascript #tmp_ajax_ctgy .ctg_accordion_switch {
    width: 25%;
}
.no_javascript #tmp_ajax_ctgy .ctg_accordion_switch a {
    background-image: none;
    pointer-events: none;
    cursor: none;
}
.no_javascript #tmp_ajax_ctgy .ctg_accordion_cnt {
	display: block !important;
	width: 100% !important;
    margin: 0 !important;
}
.no_javascript #tmp_ajax_ctgy .ctg_accordion_inner {
    margin: -1px 0 0 !important;
}
/* ==================================================
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_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 */
}
