@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
    font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight:500;
}
body #tmp_contents p em {
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 105%;
}
a:link {
    color: #333333;
}
a:hover,
a:focus {
    text-decoration: none;
}
body {
    font-size: 112.5%;	/* 18px */
    color: #222222;
    background-color: transparent;
}
.no_javascript .not_js {
	padding-left:190px;
}
/* Styles
================================================== */
/* text */
.txt_red {
    color: #c01213;    /* Setting by CMS sheets */
}
.txt_green {
    color: #28771c;    /* 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_blue,
th.bg_blue {
    color: inherit;
    background-color: #d9e9f8;    /* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
    color: inherit;
    background-color: #eeeeee;    /* Setting by CMS sheets */
}
td.bg_green,
th.bg_green {
    color: inherit;
    background-color: #e8f7da;    /* Setting by CMS sheets */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
    position: relative;
    max-width: 1328px;
    min-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
#tmp_wrapper:before {
    content: '';
    position: absolute;
    display: block;
    width: 180px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #787179;
    box-shadow: 2px 0px 4.75px 0.25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0px 4.75px 0.25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 4.75px 0.25px rgba(0, 0, 0, 0.2);
    z-index: 3;
}
#tmp_transit_block,
#tmp_main_block {
    position: relative;
    float: left;
    overflow: hidden;
    max-width: calc(100% - 180px);
	width:100% !important;
}
.newTransit {
    display: none;
}
.container {
    width: 1280px;
    margin: 0 auto;
}
#tmp_wrap_main {
    position: relative;
    left: 0;
    color: #222222;
    background-color: #FFFFFF;
    padding: 26px 49px 0;
}
#tmp_transit_block #tmp_wrap_main {
    width: 100%;
}
#tmp_wrap_main2 {
	padding-top:10px;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
/* format カラムのレイアウトのbaseロジック
================================================== */
.wrap_col_nm {
    width: 100%;    /* 変更しない */
    float: left;    /* 変更しない */
}
.col_nm {
    width: 100%;    /* 変更しない */
}
.wrap_col_lft_navi {
    float: left;    /* 変更しない */
    position: relative;    /* 変更しない */
    z-index: 1;    /* 変更しない */
}
.wrap_col_rgt_navi {
    float: right;    /* 変更しない */
}
.column_rnavi .wrap_col_main {
    width: 100%;    /* 変更しない */
    float: left;    /* 変更しない */
}
.col_main {
    padding:0;
}
/* free
================================================== */
.format_free .wrap_col_rgt_navi {
    width: 220px;
}
.format_free .column_rnavi .wrap_col_main {
    margin-right: -220px;
}
.format_free .column_rnavi .col_main {
    margin-right: 250px;
}
/* col_rnavi_img */
.col_rgt_navi .col_rnavi_img {
    margin-bottom: 24px;
}
.col_rgt_navi .col_rnavi_img a {
    display: inline-block;
}
.col_rgt_navi .col_rnavi_img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    box-shadow: 5px 3px 6px rgb(50 54 54);
}
#tmp_contents {
	padding:0 0 40px;
}
/* header
================================================== */
#tmp_header {
    position: relative;
    z-index: 100;
    width:180px;
	background-color:#787179;
	color:#FFFFFF;
    float: left;
}
#tmp_hlogo {
    background-color: #751485;
    color: #ffffff;
    border-bottom: 2px solid #79717a;
    text-align: center;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo h1 span,
#tmp_hlogo p span {
    display: block;
    width: 180px;
    height: 144px;
}
#tmp_hlogo h1,
#tmp_hlogo p a {
    color: #ffffff;
    background: #751485 url(/shared/rn/images/header/logo.png) no-repeat center center;
}
#tmp_hlogo h1 a {
    color: #ffffff;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
    position: relative;
    z-index: -1;
    overflow: hidden;
}
.hfunction_menu {
    list-style: none;
    margin: 0;
}
.hfunction_menu > li {
    border-top: 1px solid #79717a;
    border-bottom: 2px solid #675469;
    font-size: 88.89%;
}

.emergency_menu > a {
    display: block;
    background: #c80e1d url(/shared/rn/images/icon/emergency_icon.png) no-repeat 11px center;
    background-size: 24px 22px;
    -webkit-background-size: 24px 22px;
    -moz-background-size: 24px 22px;
    color: #ffffff;
    padding: 11px 10px 7px 46px;
    font-weight: bold;
    text-decoration: none;
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
.emergency_menu > a:hover,
.emergency_menu > a:focus {
	background-color:#a10b18;
}

#tmp_emergency {    
    position: relative;  
    display: none;
    width: 100%;
    z-index: 99;
}
#tmp_contents #tmp_emergency {
	display:block;
	margin-bottom:40px;
}
#tmp_contents #tmp_emergency .emergency_close_btn {
	display:none;
}
#tmp_emergency .emergency_inner {
	border-bottom:2px solid #f9ebe2;
}
.emergency_ttl {
    display: block;
    background: #c80e1d url(/shared/rn/images/icon/emergency_icon.png) no-repeat 28px center;
    font-size: 133.34%;
    color: #ffffff;
    padding: 14px 150px 6px 68px;
}
.emergency_ttl p {
	margin:0 !important;
}
.wrap_emergency_cnt {
    background-color: #fadbdd;
    color: #000000;
    padding: 12px 47px 13px 48px;
}
.emergency_cnt {
    background-color: #ffffff;
    color: #000000;
    padding:14px 15px 6px;
    border: 1px solid #df8a8f;
}
#tmp_emergency .no_cnt {
    font-size: 88.89%;
	margin:0 0 8px;
	line-height:1.4;
}
.emergency_cnt ul {
    margin: 0 !important;
    list-style: none !important;
    font-size: 88.89% !important;
}
.emergency_cnt ul li {
	margin:0 0 8px !important;
	line-height:1.4 !important;
}
.emergency_cnt ul li a {
    display: inline-block;
    color: #c80e1d;
    background: transparent url(/shared/rn/images/icon/emergency_list_icon.png) no-repeat 5px 4px;
    font-weight: bold;
    text-decoration: none;
    padding: 0 22px 5px;
}
.emergency_btn {
    background-color: #f9ebe2;
    color: #000000;
    padding: 11px 47px 10px 48px;
}
.emergency_btn ul {
    list-style: none !important;
    margin: 0 -9px !important;
}
.emergency_btn ul li {
    width: 50%;
    float: left;
    padding: 0 9px !important;
	margin-bottom:0 !important;
}
.emergency_btn ul li:nth-child(2n) {
    clear: right;
}
.emergency_btn ul li:nth-child(2n+1) {
    clear: left;
}
.emergency_btn li a {
    position: relative;
    display: block;
    font-size: 88.89%;
    text-align: center;
    text-decoration: none;
	border:1px solid #ffffff;
    background-color: #ffffff;
    color: #222222;
    padding: 15px 20px;
    box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
}
.emergency_btn li a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(/shared/rn/images/icon/icon_link_brown.png) no-repeat top left;
    bottom: 3px;
    right: 3px;
}
.emergency_close_btn {
    position: absolute;
    width: 89px;
    top: 13px;
    right: 46px;
    font-size: 1rem;
}
.emergency_close_btn a {
    display: block;
    border-radius: 1.5em;
    -webkit-border-radius:1.5em;
    -moz-border-radius: 1.5em;
    padding: 6px 0 3px 17px;
    color: #c80e1d;
    background-color: #ffffff;
	border:1px solid #ffffff;
    text-decoration: none;
}
.emergency_close_btn a:before {
    content: '';
    position: relative;
    display: inline-block;
    left: -5px;
    top: 1px;
    width: 14px;
    height: 14px;
    background: transparent url(/shared/rn/images/icon/close_red_icon.png) no-repeat 0 0;
}
.menu_lang_moji {
	line-height:1.3;
}
.function_menu > a,
.menu_lang_moji > a {
    display: block;
    background: #751485 url(/shared/rn/images/icon/function_icon.png) no-repeat 11px center;
    background-size: 24px 22px;
    -webkit-background-size: 24px 22px;
    -moz-background-size: 24px 22px;
    color: #ffffff;
    padding: 11px 10px 7px 46px;
    font-weight: bold;
    text-decoration: none;
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}

#tmp_search_menu_btn a {
    display: block;
    background: #751485 url(/shared/rn/images/icon/search_menu_icon.png) no-repeat 11px center;
    background-size: 24px 22px;
    -webkit-background-size: 24px 22px;
    -moz-background-size: 24px 22px;
    color: #ffffff;
    padding: 14px 10px 9px 46px;
    font-weight: bold;
    text-decoration: none;
}
.function_menu > a:hover,
.function_menu > a:focus,
.function_menu > a:active,
#tmp_search_menu_btn a:hover,
#tmp_search_menu_btn a:focus,
#tmp_search_menu_btn a:active,
.menu_lang_moji > a:hover,
.menu_lang_moji > a:focus,
.menu_lang_moji > a:active {
	background-color:#570f63;
}
.emergency_btn a:hover,
.emergency_btn a:focus {
	border:2px solid #c32a00;
	padding:14px 19px;
}
.emergency_btn li a:hover::after,
.emergency_btn a:focus::after {
	right:2px;
	bottom:2px;
}
#tmp_search {
    position: relative;
    margin: 20px 6px 22px 5px;
    font-size: 88.89%;
}
#tmp_search #tmp_gsearch {
	display:table;
	width:100%;
}
#tmp_search .wrap_sch_box {
	display:table-cell;
	vertical-align:top;
	line-height:0.5;
}
#tmp_search .wrap_sch_box:nth-child(1) {
	width:123px;
}
#tmp_search .wrap_sch_box:nth-child(2) {
	width:46px;
}
#tmp_search label {
    display: none;
}
#tmp_query {
    border: none;
    width: 100%;
    min-height: 32px;
    padding:2px 5px;
	font-size:66.7%;
	line-height:1.2;
}
#tmp_func_sch_btn {
    border: 1px solid #c5dbea;
    background-color: #c5dbea;
    color: #222222;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 1rem;
    min-height: 32px;
}
#tmp_func_sch_btn:focus,
#tmp_func_sch_btn:hover,
#tmp_func_sch_btn:active {
    cursor: pointer;
	background-color:#b4c7d5;
	border-color:#b4c7d5;
}
.custom_foreign #tmp_search #tmp_gsearch {
	display:block;
}
.custom_foreign #tmp_search .wrap_sch_box {
	text-align:center;
}
.custom_foreign #tmp_search .wrap_sch_box:nth-child(1) {
	display:block;
	width:100%;
}
.custom_foreign #tmp_search .wrap_sch_box:nth-child(2) {
	display:block;
	width:auto;
}
.custom_foreign #tmp_query {
    padding: 0 5px;
	margin:0 0 10px;
}
.custom_foreign #tmp_func_sch_btn {
	width:auto;
	min-width:100px;
	margin:0 auto 10px;
}
#tmp_b_header {
    padding: 31px 5px;
}
.contact_info {
    position: relative;
    border-top: 4px solid #ffffff;
    background-color: #564e57;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 19px 0 11px;
}
.contact_info:before {
    content: '';
    position: absolute;
    display: block;
    width: 31px;
    height: 31px;
    background: transparent url(/shared/rn/images/icon/phone_icon.png) no-repeat top left;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.contact_info:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(/shared/rn/images/icon/icon_link_wh.png) no-repeat top left;
    bottom: 4px;
    right: 4px;
}
.contact_txt {
    font-size: 77.78%;
}
.contact_txt a {
	text-decoration:none;
	color:#ffffff;
}
.contact_txt a:hover,
.contact_txt a:focus {
	text-decoration:underline;
}
.contact_phone {
    position: relative;
    font-size:1.3rem;
    letter-spacing: 1px;
    top: -3px;
}
.contact_phone a {
    text-decoration: none;
    color: #ffffff;
    background-color: #564e57;
}
.contact_time {
    font-size: 66.67%;
    line-height: 1.4;
    padding: 3px 0 0 0;
}
.contact_time span {
    display: block;
}
.banner_info {
    padding: 22px 0 0;
}
.banner_info ul {
    list-style: none;
    margin: 0;
}
.banner_info li {
    margin: 0 0 18px;
}
.banner_info a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 88.89%;
    text-decoration: none;
    color: #222222;
    width: 180px;
    height: 80px;
    padding: 18px 5px 14px 62px;
    box-shadow: 0px 0px 0.72px 0.28px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px 0px 0.72px 0.28px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 0.72px 0.28px rgba(0, 0, 0, 0.21);
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
.banner_info .banner01 a {
    border: 2px solid #96b2e0;
    background: #ffffff url(/shared/rn/images/icon/building_icon.png) no-repeat 8px center;
}
.banner_info .banner01 a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(/shared/rn/images/icon/icon_link_blue.png) no-repeat top left;
    bottom: 2px;
    right: 2px;
}
.banner_info .banner01 a:hover,
.banner_info .banner01 a:focus,
.banner_info .banner01.active a {
	background-color:#d9e8ff;
}
.banner_info .banner02 a {
    border: 2px solid #f9ce9d;
    background: #ffffff url(/shared/rn/images/icon/people_icon.png) no-repeat 8px center;
}
.banner_info .banner02 a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(/shared/rn/images/icon/icon_link_yellow.png) no-repeat top left;
    bottom: 2px;
    right: 2px;
}
.banner_info .banner02 a:hover,
.banner_info .banner02 a:focus,
.banner_info .banner02.active a {
	background-color:#fff0e0;
}
.function_menu {
    position: relative;
}
#tmp_function_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 613px;
    z-index: 1;
    border: 4px solid #751485;
    z-index: 999;
}
.no_javascript #tmp_function_menu {
    display: block;
	position:static;
	width:auto;
}
.no_javascript .function_menu_block {
	padding:10px 10px 0;
}
.no_javascript .language_cnt {
	margin:0 -10px;
	padding:10px;
}
.no_javascript .function_menu_block .function_menu_lft,
.no_javascript .function_menu_block .function_menu_rgt {
	float:none;
	width:100%;
	padding:0;
}
.no_javascript .function_menu_lft .setting_char {
	font-size:87.5%;
	margin-bottom:10px;
}
.no_javascript .function_menu_lft .setting_char a {
	padding:6px 10px 6px 46px;
	-webkit-background-size:24px auto;
	-moz-background-size:24px auto;
	background-size:24px auto;
}
.no_javascript .language_ttl {
	font-size:87.5%;
	padding:3px 5px 3px 30px;
	-webkit-background-size:20px auto;
	-moz-background-size:20px auto;
	background-size:20px auto;
	margin-bottom:5px;
}
.no_javascript .language_block ul {
	margin:0;
	font-size:87.5%;
}
.no_javascript .language_block ul li {
	float:none;
	width:100%;
	margin-bottom:5px;
}
.no_javascript .language_block li a {
	display:block;
	width:auto;
	height:auto;
	padding:10px;
}
.no_javascript .language_block li a:hover,
.no_javascript .language_block li a:focus {
	padding:9px;
}
.no_javascript .function_menu_block .function_menu_lft,
.no_javascript #tmp_contents .function_close_btn {
    display: none;
}
.function_menu_ttl {
    background: #751485 url(/shared/rn/images/icon/function_icon.png) no-repeat 19px center;
    color: #ffffff;
    font-size: 150%;
    padding: 9px 111px 11px 56px;
}
.function_menu_block {
    background-color: #f2f2f9;
    color: #000000;
    padding: 19px 17px 12px;
}
.function_menu_block:after {
    content: '';
    display: table;
    clear: both;
}
.function_menu_block .function_menu_lft {
    width: 280px;
    float: left;
}
.function_menu_block ul {
    list-style: none;
    margin: 0;
}
.function_menu_lft ul a {
    display: block;
    border: 1px solid #c4b9c5;
    color: #222222;
    text-decoration: none;
    margin: 0 0 7px;
    padding: 15px 10px 13px 53px;
    box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
}
.function_menu_lft .setting_speech a {
    background: #ffffff url(/shared/rn/images/icon/hear_icon.png) no-repeat 7px center;
}
.function_menu_lft .setting_fontsize a {
    background: #ffffff url(/shared/rn/images/icon/furigana_icon.png) no-repeat 7px center;
}
.function_menu_lft .setting_char a {
    background: #ffffff url(/shared/rn/images/icon/fsize_icon.png) no-repeat 7px center;
}
.function_menu_lft .setting_fontsize .on {
	display:inline;
}
.function_menu_lft .setting_fontsize .off {
	display: none;
}
.furigana .function_menu_lft .setting_fontsize .on {
	display:none;
}
.furigana .function_menu_lft .setting_fontsize .off {
	display:inline;
}

.function_menu_block .function_menu_rgt {
    width: calc(100% - 280px);
    float: left;
    padding-left: 11px;
}
.language_cnt {
    background-color: #e5e5f0;
    color: #222222;
    padding: 11px 12px 22px;
}
.language_ttl {
    font-weight: bold;
    background: transparent url(/shared/rn/images/icon/language_icon.png) no-repeat 2px 5px;
    padding: 7px 7px 23px 35px;
}
.function_menu_block ul:after {
    content: '';
    display: table;
    clear: both;
}
.language_block ul {
    width: auto;
    margin-right: -1px;
}
.language_block li {
    width: 33.3333333%;
    float: left;
    padding-right: 1px;
}
.language_block li:nth-child(3n) {
    clear: right;
}
.language_block li:nth-child(3n+1) {
    clear: left;
}
.language_block li a {
    position: relative;
    display: table-cell;
    border: 1px solid #ae87b4;
    width: 85px;
    height: 85px;
    vertical-align: middle;
    background-color: #ffffff;
    color: #222222;
    text-decoration: none;
    text-align: center;
    box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 0px 1.44px 0.56px rgba(0, 0, 0, 0.17);
}
.language_block li a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(/shared/rn/images/icon/icon_link_purple.png) no-repeat 0 0;
    bottom: 2px;
    right: 2px;
}
.language_block li a:hover:after,
.language_block li a:focus:after{
    bottom: 1px;
    right: 1px;
}
.function_close_btn a {
    position: absolute;
    display: block;
    width: 89px;
    font-size: 1rem;
    top: 8px;
    right: 10px;
    border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    padding: 7px 0 5px 17px;
    color: #ffffff;
    background-color: #79717a;
    text-decoration: none;
	border:1px solid #79717a;
}

.function_close_btn a:before {
    content: '';
    position: relative;
    display: inline-block;
    left: -5px;
    top: 1px;
    width: 14px;
    height: 14px;
    background: transparent url(/shared/rn/images/icon/close_wh_icon.png) no-repeat 0 0;
}

/* search_menu
================================================== */
.search_menu {
    position: relative;
}
.custom_foreign .search_menu {
	display:none;
}
#tmp_means #tmp_search_menu,
#tmp_sma_menu #tmp_search_menu{
	display:none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    min-width: 955px;
    z-index: 1;
    border: 4px solid #751485;
}
#tmp_contents #tmp_search_menu {
	width:100% !important;
	display:block !important;
	position:static !important;
}
.no_javascript .function_menu_ttl,
.no_javascript #tmp_header .function_close_btn,
#tmp_contents #tmp_search_menu_main .search_close_btn {
	display:none !important;
}
.search_menu_ttl {
    background: #751485 url(/shared/rn/images/icon/search_menu_icon.png) no-repeat 19px center;
    color: #ffffff;
    font-size: 150%;
    padding: 9px 111px 11px 56px;
}
.search_menu_ttl p {
	margin:0 !important;
}
.search_menu_block {
    background-color: #f2f2f9;
    color: #222222;
    padding: 25px 16px 37px 16px;
}
.search_menu_txt {
    font-size: 112.5%;
    font-weight: bold;
    background: transparent url(/shared/rn/images/icon/note_icon.png) no-repeat left 3px;
    padding-left: 21px;
}
.search_menu_list {
    font-size: 112.5%;
}
.search_close_btn a {
    position: absolute;
    display: block;
    width: 89px;
    font-size: 1rem;
    top: 8px;
    right: 14px;
    border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    padding: 7px 0 5px 17px;
    color: #ffffff;
    background: #79717a;
    text-decoration: none;
	border:1px solid #79717a;
}
.search_close_btn a:before {
    content: '';
    position: relative;
    display: inline-block;
    left: -5px;
    top: 1px;
    width: 14px;
    height: 14px;
    background: transparent url(/shared/rn/images/icon/close_wh_icon.png) no-repeat 0 0;
}
.search_menu_list ul {
    list-style: none !important;
    margin: 18px -2px 0 !important;
}
.search_menu_list li {
    float: left;
    width: 20%;
    margin: 0 0 5px;
    padding: 0 2px;
}
.search_menu_list li:nth-child(5n) {
    clear: right;
}
.search_menu_list li:nth-child(5n+1) {
    clear: left;
}
.search_menu_list li a {
	display:table;
	width:100%;
    text-decoration: none;
	background-color:#ffffff;
    border: 1px solid #c4b9c5;
    box-shadow: 0px 0px 0.72px 0.28px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px 0px 0.72px 0.28px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 0.72px 0.28px rgba(0, 0, 0, 0.21);
}
.search_menu_list li span {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    padding: 5px;
}
.search_menu_list li span.list_img {
	width:60px;
	text-align:center;
}
.search_menu_btn {
    background-color: #e5e5f0;
    color: #000000;
    margin: 14px 0 0;
    padding: 15px 12px;
}
.search_menu_btn ul {
    list-style: none !important;
    margin: 0 -3px !important;
}
.search_menu_btn li {
    width: 25%;
    float: left;
    padding: 0 3px !important;
    margin: 0 0 6px !important;
    font-size: 112.5%;
}
.search_menu_btn li:nth-child(4n) {
    clear: right;
}
.search_menu_btn li:nth-child(4n+1) {
    clear: left;
}
.search_menu_btn li a {
	display:table;
	position:relative;
	width:100%;
    text-decoration: none;
	color:#333333;
    background-color:#ffffff;
    border: 1px solid #ae87b4;
    box-shadow: 0px 0px 0.72px 0.28px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0px 0px 0.72px 0.28px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0px 0px 0.72px 0.28px rgba(0, 0, 0, 0.21);
}
.search_menu_btn li a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(/shared/rn/images/icon/icon_link_purple.png) no-repeat 0 0;
    bottom: 3px;
    right: 3px;
}
.search_menu_btn li span {
    display: table-cell;
    vertical-align: middle;
    height: 85px;
    padding: 5px;
}
.search_menu_btn li span.list_img {
	width:85px;
	text-align:center;
}

.function_menu_block ul li a:hover,
.function_menu_block ul li a:focus,
.search_menu_list li a:hover,
.search_menu_list li a:focus,
.search_menu_btn li a:hover,
.search_menu_btn li a:focus {
	border:2px solid #832b91;
}
.function_menu_lft ul li a:hover,
.function_menu_lft ul li a:focus {
	padding:14px 9px 12px 52px;
	background-position:6px center;
}
.search_menu_list li a:hover span,
.search_menu_list li a:focus span {
	height:68px;
}
.search_menu_list li a:hover span.list_img,
.search_menu_list li a:focus span.list_img {
	width:59px;
	padding-left:4px;
}
.search_menu_btn li a:hover span,
.search_menu_btn li a:focus span {
	height:83px;
}
.search_menu_btn li a:hover span.list_img,
.search_menu_btn li a:focus span.list_img {
	width:84px;
	padding-left:4px;
}
/* gnavi_koho
================================================== */
#tmp_gnavi_koho {
	background:url(/shared/rn/images/navi/gnavi_koho_bg.jpg) no-repeat 0 0;
	padding:8px 18px;
	text-align:center;
	font-weight:bold;
	margin:0 0 7px;
	line-height:1.2;
}
#tmp_gnavi_koho a {
	display:block;
	text-decoration:none;
	border:1px solid #ffffff;
	background-color:#ffffff;
	color:#751485;
	padding:6px 2px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_gnavi_koho a:hover,
#tmp_gnavi_koho a:focus {
	background-color:#f2f2f9;
}
#tmp_transit_btn .sp_gnavi_koho {
	display:none;
}
/* gnavi
================================================== */
#tmp_gnavi ul {
    list-style: none;
    margin: 0;
}
#tmp_gnavi li {
    line-height: 1.1;
}
#tmp_gnavi a {
    display: block;
    font-size: 88.89%;
    background: transparent url(/shared/rn/images/icon/border-x.png) no-repeat 10px 23px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 11px;
    padding-right: 5px;
    background-size: 8px 2px;
    -webkit-background-size: 8px 2px;
    -moz-background-size: 8px 2px;
    padding: 15px 5px 11px 22px;
    border-bottom: 2px solid #79717a;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_gnavi a:hover,
#tmp_gnavi a:focus,
#tmp_gnavi a:active, 
#tmp_gnavi li.active a {
    display: block;
    font-size: 88.89%;
    background: #482f4b url(/shared/rn/images/icon/border-x.png) no-repeat 10px 23px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 11px;
    padding-right: 5px;
    background-size: 10px 2px;
    -webkit-background-size: 10px 2px;
    -moz-background-size: 10px 2px;
    padding: 15px 5px 11px 27px;
    border-bottom: 2px solid #781488;
}

#tmp_main {
	min-height: 100vh;
}
#tmp_transit_btn div {
	position: absolute;
	top: 282px;
	overflow: hidden;
}
#tmp_transit_btn div:not(.sp_gnavi_koho) {
	box-shadow: 0px 3px 9px 1px rgba(94, 16, 107, 0.3);
	-webkit-box-shadow: 0px 3px 9px 1px rgba(94, 16, 107, 0.3);
	-moz-box-shadow: 0px 3px 9px 1px rgba(94, 16, 107, 0.3);
}
#tmp_transit_btn .transit_lft {
	left: 0;
	border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
}
#tmp_transit_btn .transit_rgt {
	right: 0;
	border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
}
#tmp_transit_btn p {
    position: relative;
    line-height: 1.1;
    text-align: center;
    font-size: 1rem;
	display:table;
    width: 39px;
}
#tmp_transit_btn .transit_blocked:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: transparent;
}
#tmp_transit_btn a {
    width: 39px;
    height: 369px;
	vertical-align:middle;
	align-items: center;
	background-color:#751485;
    background-image: -moz-linear-gradient( 180deg, rgb(132,23,150) 0%, rgb(117,20,133) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(132,23,150) 0%, rgb(117,20,133) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(132,23,150) 0%, rgb(117,20,133) 100%);
    color: #ffffff;
    padding: 10px 8px;
    text-decoration: none;
    border: 2px solid transparent;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
#tmp_transit_btn a:hover,
#tmp_transit_btn a:focus {
	background-color:#3e0b46;
    background-image: -moz-linear-gradient( 180deg, rgb(87,15,99) 0%, rgb(62,11,70) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(87,15,99) 0%, rgb(62,11,70) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(87,15,99) 0%, rgb(62,11,70) 100%);
}
#tmp_transit_btn span {
	position: relative;
	display:inline-block;
	padding-bottom:40px;
}
#tmp_transit_btn span::after {
    content: '';
    position: absolute;
	left:50%;
	bottom:0;
	margin-left:-15px;
    width: 29px;
    height: 10px;
	background-repeat:no-repeat;
	background-position:center center;
}
#tmp_transit_btn .transit_lft span::after {
	background-image:url(/shared/rn/images/icon/prev_page.png);
}
#tmp_transit_btn .transit_rgt span::after {
	background-image:url(/shared/rn/images/icon/next_page.png);
}
/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}
#tmp_footer .pnavi .ptop {
	text-align:left;
	clear:none;
}
#tmp_footer .pnavi .ptop a {
    position: fixed;
    width: 68px;
    height: 68px;
    background-color: #f0f0ff;
    color: #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    right: 50%;
    margin-right: -642px;
    bottom: 19px;
    text-decoration: none;
    text-align: center;
    padding: 23px 3px 0 4px;
    line-height: 1.35;
    font-size: 0.77rem;
    z-index: 1;
}
#tmp_footer .pnavi .ptop a:after {
    content: '';
    position: absolute;
    width: 52px;
    height: 66px;
    display: block;
    background: transparent url(/shared/rn/images/icon/pnavi.png) no-repeat top left;
    left: 5px;
    top: -46px;
}
#tmp_footer .pnavi_relative .ptop a {
    display: block;
}
.lang_en #tmp_footer .pnavi .ptop a {
	line-height:1;
}
@media screen and (max-width : 1328px) {
	#tmp_footer .pnavi .ptop a {
		right: 10px !important;
		margin-right:0 !important;
	}
}
/* footer
================================================== */
#tmp_footer {
    position: relative;
    margin: 0 -48px;
    padding: 0 0 9px;
    color: inherit;
    background-color: #d9d9ec;
	clear:both;
}
.footer_navi {
    background-color: #eef8ff;
    color: #333333;
    font-size: 88.89%;
    border-top: 1px solid #eef8ff;
    border-bottom: 1px solid #ffffff;
}
.footer_navi ul {
    list-style: none;
    margin: 0 0 0 48px;
}
.footer_navi li {
    display: inline-block;
    padding: 15px 32px 13px 0;
}
.footer_navi li:first-child {
    padding-right: 27px;
}
.footer_navi li:nth-child(2) {
    padding-right: 35px;
}
.footer_navi li.last {
    padding-right: 0;
}
.footer_navi li a {
    display: inline-block;
    text-decoration: none;
    background: transparent url(/shared/rn/images/icon/border_purple.png) no-repeat 1px 10px;
    color: #333333;
    padding-left: 19px;
}
.footer_navi li a:hover,
.footer_navi li a:focus,
.footer_navi li a:active {
    text-decoration: underline;
}
/* fnavi  */

.fnavi {
    margin: 7px -5px;
    color: inherit;
    list-style: none;
}

.fnavi li {
    padding: 0 5px;
    float: left;
    width: 50%;
    margin: 0 0 12px;
}
.fnavi li:nth-child(2n) {
    clear: right;
}
.fnavi li:nth-child(2n+1) {
    clear: left;
}

.fnavi li a {
    display: block;
	border:1px solid #ffffff;
    background: #ffffff url(/shared/rn/images/icon/border_purple.png) no-repeat 24px 19px;
    text-decoration: none;
    color: #333333;
    font-size: 88.89%;
    border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    padding: 10px 10px 8px 45px;
    box-shadow: 0px 3px 9px 1px rgba(94, 16, 107, 0.1);
    -webkit-box-shadow: 0px 3px 9px 1px rgba(94, 16, 107, 0.1);
    -moz-box-shadow: 0px 3px 9px 1px rgba(94, 16, 107, 0.1);
	transition: 0.3s ease-in-out all;
	-webkit-transition: 0.3s ease-in-out all;
	-moz-transition: 0.3s ease-in-out all;
}
.fnavi li a:hover,
.fnavi li a:focus,
.fnavi li a:active {
	color:#ffffff;
	background-color:#5a0f66;
	background-image:url(/shared/rn/images/icon/border_white.png);
}

.footer_bottom {
    padding: 25px 110px 28px 48px;
}
.footer_bottom:after {
    content: '';
    display: table;
    clear: both;
}
.footer_cnt {
    width: 425px;
    float: left;
}
.fnavi_block {
    width: calc(100% - 425px);
    float: right;
}
.footer_title {
    padding-bottom: 12px;
}
.footer_logo {
    font-size: 133.33%;
    font-weight: bold;
    display: block;
}
.footer_corporate {
    font-size: 88.89%;
}
.footer_cnt address {
    margin: 0 0 5px;
    font-style: normal;
}
.footer_info {
    font-size: 88.89%;
}
.footer_info span {
    display: inline-block;
}
.footer_cnt address span {
    margin: 0 1em 0 0;
}
.copyright {
    text-align: right;
    color: #333333;
    font-size: 66.67%;
    padding-right: 115px;
}
/* foreign */
.custom_foreign .footer_cnt {
    width: 700px;
}
.custom_foreign .fnavi_block {
    width: calc(100% - 710px);
}
.custom_foreign .fnavi {
	margin:0;
}
.custom_foreign .fnavi li {
	float:none;
	padding:0;
	width:100%;
}
/* ==================================================
cate_ttl
================================================== */
#tmp_cate_ttl {
	background-position:0 0;
	background-repeat:no-repeat;
	-webkit-background-size:100% auto;
	-moz-background-size:100% auto;
	background-size:100% auto;
	margin:0 0 30px;
	padding-top:12.4%;
	clear:both;
}
#tmp_cate_ttl,
#tmp_cate_ttl span {
	display:block;
	width:100%;
	height:0;
}
#tmp_cate_ttl.cate_ttl_jobpark,
#tmp_cate_ttl.cate_ttl_jobpark-h {
	background-image:url(/shared/templates/free_rn/images/contents/cate_ttl/cate_ttl_jobpark.jpg);
}
#tmp_cate_ttl.cate_ttl_uji {
	background-image:url(/shared/templates/free_rn/images/contents/cate_ttl/cate_ttl_uji.jpg);
}
#tmp_cate_ttl.cate_ttl_yorisoi {
	background-image:url(/shared/templates/free_rn/images/contents/cate_ttl/cate_ttl_yorisoi.jpg);
}
#tmp_cate_ttl.cate_ttl_chiikisousei {
	background-image:url(/shared/templates/free_rn/images/contents/cate_ttl/cate_ttl_chiikisousei.jpg);
}
#tmp_cate_ttl.cate_ttl_ribbon {
	background-image:url(/shared/templates/free_rn/images/contents/cate_ttl/cate_ttl_ribbon.jpg);
}
#tmp_cate_ttl h1 {
	background:none !important;
	padding:0 !important;
	margin-bottom:0 !important;
	color:inherit !important;
}
#tmp_cate_ttl p {
	margin-bottom:0 !important;
}
/* cate_foreign
================================================== */
#tmp_cate_foreign {
	background-image:url(/shared/templates/free_rn/images/contents/cate_ttl/cate_ttl_foreign.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 0 140px;
	margin:0 0 30px;
	clear:both;
}
/* koiki
================================================== */
#tmp_cate_koiki {
	display: table;
	height: 209px;
	width: 100%;
	margin-bottom: 10px;
	padding-right: 22%;
	color: #222222;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	border: 1px solid;
}
#tmp_cate_koiki.cate_koiki_tango {
	border-color: #ffa948;
	background-image: url(/shared/templates/free_rn/images/contents/koiki/cate_koiki_tango_bg.jpg);
}
#tmp_cate_koiki.cate_koiki_chutan {
	border-color: #becd00;
	background-image: url(/shared/templates/free_rn/images/contents/koiki/cate_koiki_chutan_bg.jpg);
}
#tmp_cate_koiki.cate_koiki_nantan {
	border-color: #98c566;
	background-image: url(/shared/templates/free_rn/images/contents/koiki/cate_koiki_nantan_bg.jpg);
}
#tmp_cate_koiki.cate_koiki_yamashiro {
	border-color: #86beda;
	background-image: url(/shared/templates/free_rn/images/contents/koiki/cate_koiki_yamashiro_bg.jpg);
}
#tmp_cate_koiki h1,
#tmp_cate_koiki p {
	position: relative;
	display: table-cell;
	font-size: 233.3%;
	padding: 14px 10px 10px 102px;
	vertical-align: middle;
	color: #222222;
}
#tmp_cate_koiki h1::before,
#tmp_cate_koiki p::before {
	content: '';
	width: 70px;
	height: 99px;
	position: absolute;
	top: 59px;
	left: 22px;
}
#tmp_cate_koiki.cate_koiki_tango h1::before,
#tmp_cate_koiki.cate_koiki_tango p::before {
	background: url(/shared/templates/free_rn/images/contents/koiki/cate_koiki_tango_map.png) no-repeat center center;
}
#tmp_cate_koiki.cate_koiki_tango h1,
#tmp_cate_koiki.cate_koiki_tango p {
	background: linear-gradient(to right,#ffeedb, #ffeedb, transparent);
}
#tmp_cate_koiki.cate_koiki_chutan h1,
#tmp_cate_koiki.cate_koiki_chutan p {
	background: linear-gradient(to right,#fdffe3, #fdffe3, transparent);
}
#tmp_cate_koiki.cate_koiki_chutan h1::before,
#tmp_cate_koiki.cate_koiki_chutan p::before {
	background: url(/shared/templates/free_rn/images/contents/koiki/cate_koiki_chutan_map.png) no-repeat center center;
}
#tmp_cate_koiki.cate_koiki_nantan h1,
#tmp_cate_koiki.cate_koiki_nantan p {
	background: linear-gradient(to right,#f0ffdf, #f0ffdf, transparent);
}
#tmp_cate_koiki.cate_koiki_nantan h1::before,
#tmp_cate_koiki.cate_koiki_nantan p::before {
	background: url(/shared/templates/free_rn/images/contents/koiki/cate_koiki_nantan_map.png) no-repeat center center;
}
#tmp_cate_koiki.cate_koiki_yamashiro h1,
#tmp_cate_koiki.cate_koiki_yamashiro p {
	background: linear-gradient(to right,#edf9ff, #edf9ff, transparent);
}
#tmp_cate_koiki.cate_koiki_yamashiro h1::before,
#tmp_cate_koiki.cate_koiki_yamashiro p::before {
	background: url(/shared/templates/free_rn/images/contents/koiki/cate_koiki_yamashiro_map.png) no-repeat center center;
}
/* jigyosha / kengai
================================================== */
#tmp_main_head {
	margin-top: 4px;
	margin-bottom: 10px;
	position: relative;
	color: #ffffff;
	background-color: #1a55b6;
	overflow: hidden;
}
#tmp_main_head::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/shared/templates/free_rn/images/contents/banner_tranform_1.jpg) no-repeat right center;
	background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
}
#tmp_main_head.head_pattern_2::after {
	left: 55px;
	background: url(/shared/templates/free_rn/images/contents/banner_tranform_2.jpg) no-repeat right center;
	background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
}
#tmp_main_head .banner_head_inner {
	position: relative;
	z-index: 1;
	display: table-cell;
	min-width: 473px;
	max-width: 625px;
    height: 209px;
	padding: 0 100px 0 47px;
	vertical-align: middle;
	color: #ffffff;
	background: transparent url(/shared/templates/free_rn/images/contents/banner_color_tranform.png) no-repeat right center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#tmp_main_head.head_pattern_2 {
	background-color: #c25200;
}
#tmp_main_head.head_pattern_2 .banner_head_inner {
	background: transparent url(/shared/templates/free_rn/images/contents/banner_color_tranform_2.png) no-repeat right center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#tmp_main_head .banner_head_cnt {
	position: relative;
    z-index: 1;
	display: inline-block;
	padding: 1px 0 0 94px;
	color: inherit;
	background: transparent url(/shared/templates/free_rn/images/icon/icon_head_1.png) no-repeat left 15px;
}
#tmp_main_head .banner_head_cnt h1 {
	padding-right: 15px;
}
#tmp_main_head.head_pattern_2 .banner_head_cnt {
	padding: 8px 0 0 84px;
	background: transparent url(/shared/templates/free_rn/images/icon/icon_head_2.png) no-repeat left 32px;
}
/* ==================================================
navi
================================================== */
/* rnavi
================================================== */
#tmp_rnavi {
	margin-bottom:20px;
	padding:0 10px 10px;
	clear:both;
	word-wrap:break-word;
    color: #333333;
    background-color: #f8f5f8;
}
#tmp_rnavi h2 {
	margin:0 -10px 15px;
    padding:12px 15px;
    font-weight: bold;
    font-size: 122.2%;
	line-height:1.2;
    color: #FFFFFF;
    background-color: #9b3faa;
}
#tmp_rnavi h2 a {
    color: #FFFFFF;
    background-color: #9b3faa;
}
#tmp_rnavi h3 {
	font-size:100%;
	padding: 0 0 3px;
	font-weight: bold;
	color: #751485;
	background-color: transparent;
	border-bottom: 2px solid #751485;
	margin:0 0 15px;
}
#tmp_rnavi h4 {
	margin:0 0 15px;
	font-size:100%;
	color: #751485;
	background-color:transparent;
}
#tmp_rnavi p {
	margin:0 0 10px;
    font-size: 88.9%;
    line-height: 1.5;
}
#tmp_rnavi input {
	max-width:100%;
	border:1px solid #cccccc;
}
#tmp_rnavi address {
	margin:20px 0;
	padding:20px 0 0;
	border-top:1px dotted #666666;
	font-style:normal;
    font-size: 88.9%;
}
#tmp_rnavi address p {
	margin-bottom:5px;
}
#tmp_rnavi ul {
    list-style: none;
    font-size: 88.9%;
    line-height: 1.5;
	margin:0 0 15px;
}
#tmp_rnavi ul li {
    margin-bottom: 7px;
}
#tmp_rnavi ul li p {
	font-size:100%;
}
#tmp_rnavi ul li a {
    display: inline-block;
    padding-left: 18px;
    color: inherit;
    background: transparent url(/shared/templates/free_rn/images/icon/icon_dot.png) no-repeat 4px 7px;
}
#tmp_rnavi ul li.active a,
#tmp_rnavi ul li a:hover,
#tmp_rnavi ul li a:focus {
    text-decoration: none;
}
#tmp_rnavi img {
	vertical-align:top;
	max-width:100%;
	height:auto;
}
/* anotherkyoto */
#tmp_rnavi .forestkyoto_btn {
	background:url(/shared/templates/anotherkyoto_free/images/rnavi/forestkyoto_btn_bg.gif) no-repeat right bottom;
}
#tmp_rnavi .forestkyoto_btn a {
	display:block;
	padding:12px 10px 12px 22px;
	text-decoration:none;
	color:#000000;
	background:url(/shared/templates/anotherkyoto_top/images/topics_icon.png) no-repeat 10px center;
	background-color:transparent;
}
/* yorisoi */
.custom_yorisoi #tmp_rnavi .rnavi_pic_btn {
	padding:5px 0;
}
.custom_yorisoi #tmp_rnavi .rnavi_pic_btn li {
	margin-bottom:10px;
}

/* rnavi_koiki */
.responsive #tmp_rnavi_koiki .box_rnavi_cnt {
    background: url(/shared/rn/images/navi/rnavi/rnavi_koiki_map.jpg) no-repeat right 12px;
	padding-bottom: 12px;
}
#tmp_rnavi_koiki .box_rnavi_cnt {
	padding-top:11px;
	padding-bottom:40px;
	background:url(/shared/rn/images/navi/rnavi/rnavi_koiki_map.jpg) no-repeat right bottom;
}
/* rnavi_fumin */
#tmp_rnavi_fumin .box_rnavi_cnt .rnavi_fumin_tomorrow {
	margin:0 0 6px -5px;
}
/* lnavi
================================================== */
#tmp_lnavi {
    clear: both;
	margin-bottom: 50px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}
#tmp_lnavi_ttl {
	padding: 20px;
	font-size: 144.4%;
	font-weight: bold;
	color: #FFFFFF;
	background: #751485;
}
#tmp_lnavi_ttl a {
    display:block;
    text-decoration: none;
	margin:-20px;
	padding: 18px 18px 18px 40px;
	border:4px solid #751485;
    color: #FFFFFF;
    background: #751485 url(/shared/rn/images/icon/icon_ttl_lnavi.png) no-repeat 20px center;
}
#tmp_lnavi_ttl a:hover,
#tmp_lnavi_ttl a:focus {
	border-color:#5d1169;
}
#tmp_lnavi_cnt {
	padding: 23px 0 15px 20px;
}
#tmp_lnavi_cnt ul {
	list-style: none;
}
#tmp_lnavi_cnt ul li {
	width: 315px;
	float: left;
    margin-bottom: 12px;
    margin-right: 99px;
}
#tmp_lnavi_cnt ul li:nth-child(2n+1) {
    clear: both;
}
.column_cnt #tmp_lnavi_cnt ul li:nth-child(2n+1) {
    clear: none;
}
.column_cnt #tmp_lnavi_cnt ul li:nth-child(3n+1) {
    clear: both;
}
.column_cnt #tmp_lnavi_cnt ul li {
    margin-right: 41px;
}
#tmp_lnavi_cnt ul li:nth-child(2n) {
	margin-right: 0;
}
.column_cnt #tmp_lnavi_cnt ul li:nth-child(2n) {
    margin-right: 41px;
}
.column_cnt #tmp_lnavi_cnt ul li:nth-child(3n) {
    margin-right: 0;
}
#tmp_lnavi_cnt ul li a {
	padding-left:  20px;
	display: inline-block;
	list-style: none;
	line-height: 1.7;
	color: #222222;
	background: #FFFFFF url(/shared/rn/images/icon/icon_arrow_lnavi_cnt.png) no-repeat 1px 9px;
}
/* pankuzu
================================================== */
#tmp_wrap_navigation {
	padding:0 0 8px;
	clear:both;
}
#tmp_pankuzu {
    margin-bottom:7px;
    font-size: 77.8%;
}
/* social_plugins
================================================== */
#tmp_custom_update {
    font-size: 77.8%;
	float:right;
	text-align: right;
	clear:both;
}
#tmp_wrap_social_plugins {
	float: left;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_update {
	display:inline-block;
	vertical-align:top;
}
#tmp_social_plugins .social_media_btn {
	line-height:1.2;
	margin: 0 0 5px 12px;
}
/* update
================================================== */
#tmp_update {
	margin: 0 0 7px 12px !important;
	float: left;
}
/* sns_top
================================================== */
#tmp_sns_top {
	margin:0 0 40px;
	clear:both;
}
#tmp_sns_top_ttl {
	padding: 20px 10px 0 0;
	float: left;
	width: 190px;
}
#tmp_sns_top_ttl p {
	font-weight: bold;
	padding-left: 27px;
	color: inherit;
	background: transparent url(/shared/rn/images/icon/border_purple.png) no-repeat 0 12px
}
#tmp_sns_top_cnt {
	float:right;
	width: calc(100% - 190px);
}
#tmp_sns_top_cnt ul {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 -10px !important;
	padding-right: 14px;
}
#tmp_sns_top_cnt ul li {
	padding: 0 10px !important;
	margin:0 !important; 
	float: left;
	width: 25%;
	position: relative;
	font-size: 88.8%;
	color: inherit;
	text-align: center;
}
#tmp_sns_top_cnt ul li:nth-child(4n){
	clear: right;
}
#tmp_sns_top_cnt ul li:nth-child(4n+1){
	clear: left;
}
#tmp_sns_top_cnt ul li a {
	padding:18px 10px;
	color: #333333;
	display:block;
	text-decoration: none;
	min-height: 30px;
	position:relative;
}
#tmp_sns_top_cnt .sns_twitter a {
	border: 1px solid #55acee;
}
#tmp_sns_top_cnt .sns_facebook a {
	border: 1px solid #3b579d;
}
#tmp_sns_top_cnt .sns_tv a {
	border: 1px solid #4f2982;
}
#tmp_sns_top_cnt .sns_line a {
	border: 1px solid #06c755;
}
#tmp_sns_top_cnt ul li a:hover,
#tmp_sns_top_cnt ul li a:focus {
	border-width:2px;
	padding:17px 9px;
}
#tmp_sns_top_cnt ul li a:hover:after,
#tmp_sns_top_cnt ul li a:focus:after {
	right: 1px;
	bottom: 1px;
}
#tmp_sns_top_cnt ul li a:after {
	content: '';
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 16px;
	height: 16px;
	color: inherit;
	background-color:transparent;
	background-repeat:no-repeat;
}
#tmp_sns_top_cnt ul li a:before {
	content: '';
	display:inline-block;
	vertical-align:middle;
	margin-right:20px;
	width: 31px;
	height: 28px;
	background-repeat:no-repeat;
	background-position:center center;
}
#tmp_sns_top_cnt .sns_twitter a:after{
	background-image: url(/shared/templates/top_rn/images/icon/arrow_twitter.png);
}
#tmp_sns_top_cnt .sns_facebook a:after{
	background:url(/shared/templates/top_rn/images/icon/arrow_facebook.png);
}
#tmp_sns_top_cnt .sns_tv a:after {
	background:url(/shared/templates/top_rn/images/icon/arrow_tv.png);
}
#tmp_sns_top_cnt .sns_line a:after {
	background:url(/shared/templates/top_rn/images/icon/arrow_line.png);
}
#tmp_sns_top_cnt .sns_twitter a:before {
	background-image:url(/shared/templates/top_rn/images/icon/icon_twitter.png);
}
#tmp_sns_top_cnt .sns_facebook a:before {
	background-image:url(/shared/templates/top_rn/images/icon/icon_facebook.png);
}
#tmp_sns_top_cnt .sns_tv a:before {
	background-image:url(/shared/templates/top_rn/images/icon/icon_tv.png);
}
#tmp_sns_top_cnt .sns_line a:before {
	background-image:url(/shared/templates/top_rn/images/icon/icon_line.png);
}
/* ==================================================
emergency_load_main
================================================== */
.furigana #tmp_emergency_load_main,
.no_javascript #tmp_emergency_load_main {
	margin:0 -20px 40px;
}
.furigana #tmp_emergency_load_main > div,
.no_javascript #tmp_emergency_load_main > div {
	float:left;
	width:50%;
	padding:0 20px;
}
.furigana #tmp_emergency_load_main > div p,
.no_javascript #tmp_emergency_load_main > div p {
	font-weight:bold;
	text-align:left;
}
.furigana #tmp_emergency_load_main > div a,
.no_javascript #tmp_emergency_load_main > div a {
	display:block;
	text-decoration:none;
	padding: 15px 10px 14px 30px;
	border:1px solid #dfdfdf;
	border-bottom: 2px solid #c389ce;
	text-decoration: none;
	color: inherit;
	background: transparent url(/shared/rn/images/icon/icon_arrow_btn.png) no-repeat 13px 20px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
}
.furigana #tmp_emergency_load_main > div a:hover,
.furigana #tmp_emergency_load_main > div a:focus,
.no_javascript #tmp_emergency_load_main > div a:hover,
.no_javascript #tmp_emergency_load_main > div a:focus {
	text-decoration:underline;
}
/* emergency_load
================================================== */
.tmp_emergency_load:before,
.tmp_emergency_load:after,
.tmp_emergency_load .emergency_notices_cnt:before,
.tmp_emergency_load .emergency_notices_cnt:after,
.tmp_emergency_load .emergency_row:before,
.tmp_emergency_load .emergency_row:after{
    content: '';
    display: table;
}
.tmp_emergency_load:after,
.tmp_emergency_load .emergency_notices_cnt:after,
.tmp_emergency_load .emergency_row:after{
    clear: both;
}
.tmp_emergency_load{
    margin-bottom: 40px;
    -webkit-animation: smooth_image 1.2s;
    -moz-animation: smooth_image 1.2s;
    animation: smooth_image 1.2s;
}
.tmp_emergency_load .emergency_load_cnt {
    padding: 44px 29px 26px;
    overflow: hidden;
    border: 4px solid #c32a00;
    color: inherit;
    background-color: #fff1f1;
    letter-spacing: -0.05em;
    box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
}
.tmp_emergency_load .emergency_load_cnt .outline,
.tmp_emergency_load .emergency_load_cnt table.outline td {
	border:none !important;
	padding:0 !important;
	background-color:transparent !important;
	margin:0 !important;
}
.tmp_emergency_load .emergency_load_cnt .outline p {
	margin:0 0 0.8em;
}
.tmp_emergency_load .emergency_load_heading{
    padding-bottom: 1px;
    margin-bottom: 22px;
    font-weight: bold;
    color: #c32a00;
    line-height: 1.3;
    border-bottom: 3px solid #c32a00;
}
.tmp_emergency_load .emergency_load_heading h1,
.tmp_emergency_load .emergency_load_heading p{
    font-size: 200% !important;
	background-color:transparent !important;
    color: #c32a00 !important;
	margin:0 !important;
	padding:0 !important;
}
.tmp_emergency_load .emergency_load_paragraph{
    margin-bottom: 31px;
}
.tmp_emergency_load .emergency_load_paragraph img {
	max-width:100%;
	height:auto;
}
.tmp_emergency_load .emergency_load_paragraph div.col2 div.col2L,
.tmp_emergency_load .emergency_load_paragraph div.col2 div.col2R {
	table-layout:fixed;
}
.tmp_emergency_load .emergency_notices_cnt ul{
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.tmp_emergency_load .emergency_notices_cnt ul li{
    padding: 10px 0 !important;
    border-bottom: 1px solid #edcfcf !important;
	margin:0 !important;
}
.tmp_emergency_load .emergency_notices_cnt ul li a{
    padding-left: 18px;
    display: inline-block;
    color: inherit;
}
.tmp_emergency_load .emergency_notices_cnt .emergency_list_gray li a{
    background: transparent url(/shared/rn/images/icon/icon_triangle_gray.png) no-repeat left center;
}
.tmp_emergency_load .emergency_notices_cnt .emergency_list_pink li a{
    background: transparent url(/shared/rn/images/icon/icon_triangle_pink.png) no-repeat left center;
}
.tmp_emergency_load .emergency_row{
    margin: 0 -12px;
}
.tmp_emergency_load .emergency_row .emergency_col_1,
.tmp_emergency_load .emergency_row .emergency_col_2{
    padding: 0 12px;
    float: left;
}
.tmp_emergency_load .emergency_row .emergency_col_1{
    width: 51%
}
.tmp_emergency_load .emergency_row .emergency_col_2{
    width: 49%
}
.tmp_emergency_load .emergency_notices_box{
    margin-bottom: 26px;
    padding: 21px 12px 30px;
    color: inherit;
    background-color: #FFFFFF;
    border: 3px solid #f6d5d5
}
.tmp_emergency_load .emergency_notices_box .emergency_notices_ttl,
.tmp_emergency_load .emergency_notices_box .emergency_person_ttl{
    margin-bottom: 5px;
    font-size: 133.3%;
    font-weight: bold;
    color: #c32a00;
}
.tmp_emergency_load .emergency_notices_box .emergency_notices_ttl h2,
.tmp_emergency_load .emergency_notices_box .emergency_person_ttl h2{
	margin:0 !important;
	padding:0 !important;
    color:#c32a00 !important;
	font-size:100% !important;
	background-color:transparent !important;
	border:none !important;
}
.tmp_emergency_load #person_box .emergency_notices_ttl,
.tmp_emergency_load #person_box .emergency_notices_ttl h2{
    color: #333333 !important;
}
.tmp_emergency_load #person_box{
    padding-bottom: 17px;
}
.tmp_emergency_load .special_button{
    margin-top: 36px;
    padding-right: 18px;
    text-align: center;
}
.tmp_emergency_load .special_button a{
    position: relative;
    padding: 15px 30px 11px;
    font-size: 88.8%;
    display: inline-block;
    text-align: center;
    color: inherit;
    background-color: #ffe3e3;
    min-width: 320px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 0 6px 0.5px rgba(0, 0, 0, 0.21);
    text-decoration: none;
}
.tmp_emergency_load .special_button a:hover,
.tmp_emergency_load .special_button a:focus{
	border: 2px solid #c32a00;
    padding: 13px 28px 9px;
}
.tmp_emergency_load .special_button a:after{
    position: absolute;
    right: 6px;
    bottom: 6px;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    color: inherit;
    background: transparent url(/shared/rn/images/icon/icon_emergency_link.png) no-repeat;
}
.tmp_emergency_load .special_button a:hover:after,
.tmp_emergency_load .special_button a:focus:after{
    right: 4px;
    bottom: 4px;
}
.tmp_emergency_load .emergency_contact_box{
    padding: 15px 16px 12px;
    margin-bottom: 14px;
    color: inherit;
    background-color: #f5fffe;
    border: 3px solid #77abcc
}
.tmp_emergency_load .emergency_contact_first{
    margin-bottom: 36px;
}
.tmp_emergency_load .emergency_contact_ttl {
    margin-bottom: 1px;
    font-weight: bold;
}
.tmp_emergency_load .emergency_contact_phone{
    font-size: 133.3%;
    font-weight: bold;
    color: #c50202;
}
.tmp_emergency_load .emergency_contact_paragraph{
    margin-bottom: 7px;
}
.tmp_emergency_load .emergency_contact_arrow .emergency_contact_box{
    position: relative;
}
.tmp_emergency_load .emergency_contact_arrow .emergency_contact_box:before{
    position: absolute;
    right: 3px;
    bottom: 3px;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    color: inherit;
    background: transparent url(/shared/rn/images/icon/icon_blue_light.png) no-repeat;
}
.tmp_emergency_load .emergency_contact_arrow .emergency_contact_paragraph{
    margin: 0;
}
.corona_link_getajax,
.storm_link_getajax{
    display: none;
    text-align: center;
    padding: 15px 0;
}
.furigana .corona_link_getajax,
.furigana .storm_link_getajax,
.no_javascript .corona_link_getajax,
.no_javascript .storm_link_getajax{
    display: block;
}
/* ==================================================
publicity
================================================== */
#tmp_publicity {
	padding: 36px 0 32px;
	border-top: 1px solid #d9d9ec;
}
#tmp_publicity_ttl {
	padding: 11px 10px 0 0;
	float: left;
	width: 204px;
	font-size: 88.8%;
	font-weight: bold;
}
#tmp_publicity_ttl a {
	text-decoration:none;
}
#tmp_publicity_ttl a:hover,
#tmp_publicity_ttl a:focus {
	text-decoration: underline;
}
#tmp_publicity_ttl p {
	padding-left: 27px;
	color: inherit;
	background: transparent url(/shared/rn/images/icon/border_purple.png) no-repeat 0 12px
}
#tmp_publicity_cnt {
	float: right;
	width: calc(100% - 210px);
}
#tmp_publicity_cnt ul {
	list-style: none;
	padding: 0;
	margin: 0 -20px;
}
#tmp_publicity_cnt ul li {
	padding: 0 20px;
	margin-bottom: 12px;
	float: left;
	width: 25% !important;
}
#tmp_publicity_cnt ul li img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_publicity_cnt ul li:nth-child(4n+1){
	clear: both;
}
#tmp_publicity_note {
	clear: both;
	font-size: 88.8%;
}
/* ==================================================
inquiry
================================================== */
#tmp_inquiry {
    margin: 0 0 36px;
    clear: both;
}
#tmp_inquiry_ttl {
    padding: 13px 15px;
    font-weight: bold;
    font-size: 111.1%;
    color: #ffffff;
    background-color: #79717a;
	border:1px solid #79717a;
}
#tmp_inquiry_ttl p {
    margin-bottom: 0 !important;
}
#tmp_inquiry_cnt {
    padding: 20px 17px;
    color: #222222;
    background-color: #f4f4f4;
	border:1px solid #f4f4f4;
}
#tmp_inquiry_cnt p {
    margin-bottom: 0 !important;
}

#tmp_inquiry_cnt .inquiry_parts {
    margin: 0 0 0.8em;
}

#tmp_inquiry_cnt .inquiry_btn {
    margin: 0.3em 0 0;
}
#tmp_inquiry_cnt .submit {
    margin: 2.3em 0 0 0 !important;
    text-align: center;
    clear: both;
    font-size: 87.5%;
}
#tmp_inquiry_cnt .submit input {
    width: 315px;
    height: 46px;
    border: none;
    color: #ffffff;
    background-color: #79717a;
    border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    -moz-border-radius: 1.8em;
    -ms-border-radius: 1.8em;
    -o-border-radius: 1.8em;
    box-shadow: 0px 3px 9px 1px rgba(18, 16, 107, 0.1);
    -moz-box-shadow: 0px 3px 9px 1px rgba(18, 16, 107, 0.1);
    -webkit-box-shadow: 0px 3px 9px 1px rgba(18, 16, 107, 0.1);
    cursor: pointer;
}
/* ==================================================
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: 49%;
    margin-right: 2%;
    float: left;
}
div.col2 div.col2R {
    display: table;
    width: 49%;
    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;
}
/* ==================================================
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_rmenu {
    display: none;
}
#tmp_sma_menu,
.sma_menu {
    display: none;
}
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	text-align:center;
	text-decoration:none;
	font-size:200%;
	font-weight:bold;
	padding:20px;
	background-color:#58415B;
	color:#ffffff;
}

/* ==================================================
accessibility style change:color
================================================== */
/* 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 *,
.color_blue #tmp_wrapper *:before, 
.color_blue #tmp_wrapper *:after,
.color_yellow #tmp_wrapper *:before, 
.color_yellow #tmp_wrapper *:after,
.color_black #tmp_wrapper *:before, 
.color_black #tmp_wrapper *:after {
    background-image: none !important;
    list-style-image: none !important;
	box-shadow:none !important;
	text-shadow:none !important;
}
.color_blue #tmp_wrapper:before,
.color_yellow #tmp_wrapper:before,
.color_black #tmp_wrapper:before {
	box-shadow:none;
	border-right-style: solid;
	border-right-width:1px;
}
.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
    z-index: auto !important;
}
.color_blue #tmp_wrapper,
.color_yellow #tmp_wrapper,
.color_black #tmp_wrapper,
.color_blue #tmp_transit_block,
.color_yellow #tmp_transit_block,
.color_black #tmp_transit_block {
	border-left-style:solid;
	border-left-width:1px;
}
.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_black #tmp_area_query,
.color_blue #tmp_area_query,
.color_yellow #tmp_area_query,
.color_black #tmp_area_func_sch_btn,
.color_blue #tmp_area_func_sch_btn,
.color_yellow #tmp_area_func_sch_btn,
.color_black #tmp_net_tv_recommend #tmp_net_tv_gallery .net_tv_gallery_box a,
.color_blue #tmp_net_tv_recommend #tmp_net_tv_gallery .net_tv_gallery_box a,
.color_yellow #tmp_net_tv_recommend #tmp_net_tv_gallery .net_tv_gallery_box a,
.color_black #tmp_contents .index_top .index_top_dropdown li a,
.color_blue #tmp_contents .index_top .index_top_dropdown li a,
.color_yellow #tmp_contents .index_top .index_top_dropdown li a,
.color_black .index_top_item,
.color_blue .index_top_item,
.color_yellow .index_top_item,
.color_black .dropdown_close_btn a,
.color_blue .dropdown_close_btn a,
.color_yellow .dropdown_close_btn a,
.color_blue #tmp_kyoto_location .kyoto_location_cnt .location_inne,
.color_yellow #tmp_kyoto_location .kyoto_location_cnt .location_inner,
.color_black #tmp_kyoto_location .kyoto_location_cnt .location_inner {
    border: 1px solid;
}
.color_black #tmp_contents .index_top .index_top_dropdown ul,
.color_blue #tmp_contents .index_top .index_top_dropdown ul,
.color_yellow #tmp_contents .index_top .index_top_dropdown ul {
	margin:0;
}
.color_black .index_top_dropdown,
.color_blue .index_top_dropdown,
.color_yellow .index_top_dropdown {
    border: 2px solid;
}
.color_black #tmp_contents .index_top ul li::after,
.color_blue #tmp_contents .index_top ul li::after,
.color_yellow #tmp_contents .index_top ul li::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 14px 15px 14px;
}
.color_black #tmp_contents .index_top ul li::after,
.color_blue #tmp_contents .index_top ul li::after {
	border-color: transparent transparent #FFFF00 transparent !important;
}
.color_yellow #tmp_contents .index_top ul li::after {
	border-color: transparent transparent #000000 transparent !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;
}
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p,
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p {
	font-weight:bold;
	font-size:1.2rem;
}
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span {
	width:auto;
	height:auto;
	padding:30px 0;
}
.color_blue .contact_info::before,
.color_yellow .contact_info::before,
.color_black .contact_info::before,
.color_blue #tmp_banner_head.banner_pattern_1 h1::before,
.color_yellow #tmp_banner_head.banner_pattern_1 h1::before,
.color_black #tmp_banner_head.banner_pattern_1 h1::before,
.color_blue #tmp_kyoto_location .section_head_ttl h2::before,
.color_blue #tmp_kyoto_location .section_head_ttl h2::after,
.color_yellow #tmp_kyoto_location .section_head_ttl h2::before,
.color_yellow #tmp_kyoto_location .section_head_ttl h2::after,
.color_black #tmp_kyoto_location .section_head_ttl h2::before,
.color_black #tmp_kyoto_location .section_head_ttl h2::after,
.color_blue .section_head_ttl h2::before,
.color_blue .section_head_ttl h2::after,
.color_yellow .section_head_ttl h2::before,
.color_yellow .section_head_ttl h2::after,
.color_black .section_head_ttl h2::before,
.color_black .section_head_ttl h2::after,
.color_blue #tmp_kyoto_location .kyoto_location_cnt .location_inner.active::after,
.color_yellow #tmp_kyoto_location .kyoto_location_cnt .location_inner.active::after,
.color_black #tmp_kyoto_location .kyoto_location_cnt .location_inner.active::after {
	display:none;
}
.color_blue #tmp_banner_head,
.color_yellow #tmp_banner_head,
.color_black #tmp_banner_head {
    padding-right: 0;
}
.color_blue #tmp_main_head .banner_head_inner,
.color_yellow #tmp_main_head .banner_head_inner,
.color_black #tmp_main_head .banner_head_inner {
    min-width: auto;
    max-width: 100%;
}
.color_blue #tmp_main_head .banner_head_cnt,
.color_yellow #tmp_main_head .banner_head_cnt,
.color_black #tmp_main_head .banner_head_cnt {
   display: block;
}
.color_blue #tmp_main_head .banner_head_inner::after,
.color_yellow #tmp_main_head .banner_head_inner::after,
.color_black #tmp_main_head .banner_head_inner::after {
   content: none;
}
/* 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;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	text-indent: 0 !important;
	white-space: normal !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;
}
/* ptop */
.color_blue #tmp_footer .pnavi_relative .ptop a,
.color_yellow #tmp_footer .pnavi_relative .ptop a,
.color_black #tmp_footer .pnavi_relative .ptop a,
.color_blue #tmp_footer .pnavi .ptop a,
.color_yellow #tmp_footer .pnavi .ptop a,
.color_black #tmp_footer .pnavi .ptop a {
	border-style:solid;
	border-width:2px;
}
/* border */
.color_blue #tmp_cate_ttl,
.color_yellow #tmp_cate_ttl,
.color_black #tmp_cate_ttl,
.color_blue #tmp_cate_koiki,
.color_yellow #tmp_cate_koiki,
.color_black #tmp_cate_koiki {
	padding:0 !important;
	height:auto !important;
	display:block;
}
.color_blue #tmp_cate_koiki h1,
.color_yellow #tmp_cate_koiki h1,
.color_black #tmp_cate_koiki h1 {
	display:block;
}
.color_blue #tmp_footer .pnavi .ptop a::after,
.color_yellow #tmp_footer .pnavi .ptop a::after,
.color_black #tmp_footer .pnavi .ptop a::after,
.color_blue #tmp_cate_koiki h1::before,
.color_yellow #tmp_cate_koiki h1::before,
.color_black #tmp_cate_koiki h1::before,
.color_blue #main_photo .btn_slides a::before,
.color_yellow #main_photo .btn_slides a::before,
.color_black #main_photo .btn_slides a::before,
.color_blue #tmp_net_tv_gallery .btn_slides::before,
.color_yellow #tmp_net_tv_gallery .btn_slides::before,
.color_black #tmp_net_tv_gallery .btn_slides::before,
.color_blue #tmp_net_tv_gallery .slick-arrow a::before,
.color_yellow #tmp_net_tv_gallery .slick-arrow a::before,
.color_black #tmp_net_tv_gallery .slick-arrow a::before,
.color_blue #tmp_net_tv_gallery .btn_slides a::before,
.color_yellow #tmp_net_tv_gallery .btn_slides a::before,
.color_black #tmp_net_tv_gallery .btn_slides a::before,
.color_blue #tmp_net_tv_gallery .btn_slides a::after,
.color_yellow #tmp_net_tv_gallery .btn_slides a::after,
.color_black #tmp_net_tv_gallery .btn_slides a::after {
	display:none !important;
}
.color_blue #tmp_contents .idx_navi ul li a,
.color_yellow #tmp_contents .idx_navi ul li a,
.color_black #tmp_contents .idx_navi ul li a {
	position:relative;
}
.color_blue #tmp_contents .idx_navi ul li a::after,
.color_yellow #tmp_contents .idx_navi ul li a::after,
.color_black #tmp_contents .idx_navi ul li a::after {
	content:'';
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-5px;
    width: 10px;
    height: 10px;
	border-top-style:solid;
	border-top-width:2px;
	border-right-style:solid;
	border-right-width:2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.color_blue #main_photo .visual_slide .visual_caption,
.color_yellow #main_photo .visual_slide .visual_caption,
.color_black #main_photo .visual_slide .visual_caption {
	padding:10px;
}
.color_blue #tmp_contents #tmp_net_tv_title h1,
.color_yellow #tmp_contents #tmp_net_tv_title h1,
.color_black #tmp_contents #tmp_net_tv_title h1 {
	font-size:1.4rem;
	height:auto;
	padding:10px;
	margin:0 0 10px;
}
.color_blue #tmp_contents #tmp_net_tv_title .net_tv_lead,
.color_yellow #tmp_contents #tmp_net_tv_title .net_tv_lead,
.color_black #tmp_contents #tmp_net_tv_title .net_tv_lead {
	font-size:1rem;
}
.color_blue #tmp_net_tv_recommend_cnt,
.color_yellow #tmp_net_tv_recommend_cnt,
.color_black #tmp_net_tv_recommend_cnt {
	margin:0;
}
/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_blue #tmp_wrapper:before,
.color_blue #tmp_wrapper:after,
.color_blue #tmp_wrapper *:before, 
.color_blue #tmp_wrapper *:after {
    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;
}

.color_blue #tmp_query {
    border: 2px 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;
}
.color_blue #tmp_wrapper .figure_box .figure_caption,
.color_blue #tmp_wrapper .figure_box .figure_label,
.color_blue #tmp_footer .pnavi_relative .ptop a,
.color_blue #tmp_footer .pnavi .ptop a,
.color_blue #tmp_index_banner a .banner_txt {
    background-color: #00008B !important;
}
.color_blue #tmp_wrapper #tmp_net_tv_gallery .slick-dots li.slick-active a {
    background-color: #FFFF00 !important;
}
/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_yellow #tmp_wrapper:before,
.color_yellow #tmp_wrapper:after,
.color_yellow #tmp_wrapper *:before,
.color_yellow #tmp_wrapper *:after {
    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;
}

.color_yellow #tmp_query {
    border: 2px 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;
}
.color_yellow #tmp_wrapper .figure_box .figure_caption,
.color_yellow #tmp_wrapper .figure_box .figure_label,
.color_yellow #tmp_footer .pnavi_relative .ptop a,
.color_yellow #tmp_footer .pnavi .ptop a,
.color_yellow #tmp_index_banner a .banner_txt {
    background-color: #FFFF00 !important;
}
.color_yellow #tmp_wrapper #tmp_net_tv_gallery .slick-dots li.slick-active a {
    background-color: #000000 !important;
}
/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper *,
.color_black #tmp_wrapper:before,
.color_black #tmp_wrapper:after,
.color_black #tmp_wrapper *:before,
.color_black #tmp_wrapper *:after {
    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_query {
    border: 2px solid yellow !important;
}



/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
    color: #000000 !important;
    border-color: yellow !important;
    list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
    color: #7777CC !important;
}
.color_black #tmp_wrapper .figure_box .figure_caption,
.color_black #tmp_wrapper .figure_box .figure_label,
.color_black #tmp_footer .pnavi_relative .ptop a,
.color_black #tmp_footer .pnavi .ptop a,
.color_black #tmp_index_banner a .banner_txt {
    background-color: #000000 !important;
}
.color_black #tmp_wrapper #tmp_net_tv_gallery .slick-dots li.slick-active a {
    background-color: #FFFF00 !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */
/* small
================================================== */
.fsize_small {
    font-size: 75% !important;
}
.fsize_small .emergency_close_btn a,
.fsize_small .function_close_btn a,
.fsize_small .search_close_btn a {
    top: 5px;
    padding: 3px 0 1px 17px;
}
/* big
================================================== */
.fsize_big {
    font-size: 125% !important;
}
.fsize_big .index_top_txt {
    font-size: 1.2rem !important;
}

/* biggest(doubled)
================================================== */
.fsize_big2 {
    font-size: 175% !important;
}
.fsize_big2 .index_top_txt {
    font-size: 1.35rem !important;
}

@media all and (-ms-high-contrast: none) {
/* ==================================================
IEのみ適用
================================================== */
#tmp_transit_btn a {
	padding-left:3px;
	padding-right:11px;
}

}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_wrapper:after,
.container:after,
#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul:after,
#tmp_wrap_navigation:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_main: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,
.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:after,
#tmp_publicity_cnt ul:after,
#tmp_footer:after,
.footer_navi ul: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_btn ul:after,
.search_menu_list ul:after,
.search_menu_btn ul:after,
#tmp_emergency_load_main:after,
#tmp_sns_top:after {
    content: "";    /* Do not edit */
    display: table;    /* Do not edit */
    clear: both;    /* Do not edit */
}

