@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,
a:active,
a:visited {
	color: #107626;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration:none;
}

body {
	font-size: 112.5%;
	background-color: transparent;
	color: #333333;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #ac1c45;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #106724;
	/* 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 {
	min-width: 800px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 1220px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 260px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 0;
	/* デザインによって変更 */
	color: inherit;
	background-color: transparent;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -300px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 300px;
	/* デザインによって変更 */
}


/* header
================================================== */
#tmp_wrap_heading .container{
	position: relative;
}
#tmp_header {
	background-color: #ffffff;
	color: #333333;
	position: absolute;
	top: 16px;
	left: 9px;
	right: 10px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	z-index: 2;
	font-size: 88.89%;
	padding: 10px 32px 10px 31px;
}
#tmp_hlogo {
	float: left;
	margin-top: 9px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 225px;
	height: 25px;
}

#tmp_hlogo a {
	display: block;
	width: 232px;
	height: 20px;
}
#tmp_hlogo h1,
#tmp_hlogo p{
	background: #ffffff url(/shared/site_city/images/header/logo.png) 0 0 no-repeat;
	color: #000000;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 232px;
	height: 20px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}
#tmp_setting{
	float: right;
	display: flex;
	align-items: center;
}
#tmp_hnavi_means{
	display: inline-block;
}
#tmp_hnavi_means > ul{
	list-style: none;
	display: flex;
}
#tmp_hnavi_means > ul > li + li{
	margin-left: 20px;
}
#tmp_hnavi_means > ul > li > a{
	position: relative;
	color: #333333;
	background-color: #ffffff;
	text-decoration: none;
	padding-left: 27px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	min-height: 21px;
	display: block;
}
.sma_list_setting .func_read {
	position: relative;
	top: -2px;
}
#tmp_hnavi_setting > a{
	background-image: url(/shared/site_city/images/header/gear_icon.png);
}
#tmp_hnavi_setting > a.active {
	padding: 0 4px;
	text-align: center;
	padding-left: 24px;
	background-image:url(/shared/site_city/images/icon/icon_close_black.png);
	background-position: 12px 4px;
	background-size: 14px auto;
}
#tmp_hnavi_search{
	position: relative;
	margin-left: 17px;
}
#tmp_hnavi_search .sch_box label{
	position: absolute;
	left: 12px;
	top: 7px;
	width: 18px;
	height: 18px;
	overflow: hidden;
	text-indent: -9999px;
	background: #ffffff url(/shared/site_city/images/header/search_icon.png) 0 0 no-repeat;
	color: #333333;
	cursor: pointer;
	background-size: 100% auto;
}
#tmp_query{
	width: 230px;
	height: 32px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border: 1px solid #cccccc;
	padding: 2px 80px 2px 40px;
	overflow: hidden;
	text-indent: -9999px;
}
#tmp_func_sch_btn{
	position: absolute;
	right: 3px;
	top: 2px;
	width: 60px;
	min-height: 28px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border: 2px solid #000000;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 93.75%;
	cursor: pointer;
}
#tmp_func_sch_btn:hover,
#tmp_func_sch_btn:focus {
	border-color: #333333;
	background-color: #ffffff;
	color: #333333;
}
#tmp_hnavi_link{
	margin-left: 17px;
}
#tmp_hnavi_link a{
	display: block;
	font-size: 87.5%;
	font-weight: bold;
	color: #000000;
	background: #ffffff url(/shared/site_city/images/header/main_site_logo.png) 16px center no-repeat;
	position: relative;
	padding: 10px 44px 7px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-decoration: none;
}
#tmp_hnavi_link a:after{
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -11px;
	width: 21px;
	height: 21px;
	border: 1px solid #cccccc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: url(/shared/site_city/images/header/arrow_icon.png) center center no-repeat;
}
#tmp_hnavi_menu{
	display: none;
}
#tmp_hnavi_link a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border: 1px solid #cccccc;
}
#tmp_hnavi_link a:hover:before,
#tmp_hnavi_link a:focus:before {
	border: 2px solid #333333;
}
/* hnavi_lang
================================================== */
#tmp_hnavi_means > ul > li > a {
	min-width: 91px;
	position: relative;
}
#tmp_hnavi_means > ul > li > a :after {
	content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #333333;
    width: 0;
    height: 1px;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
#tmp_hnavi_means > ul > li > a .active:after {
	width: 100%;
}
#tmp_hnavi_means #tmp_hnavi_lang > a {
	min-width: 160px;
	background-image: url(/shared/site_city/images/header/language_icon.png);
}
#tmp_hnavi_lang > a .sp {
	display: none;
}
#tmp_hnavi_means #tmp_hnavi_lang > a.active {
    padding: 0 4px;
	text-align: center;
	background: transparent;
}
#tmp_hnavi_means #tmp_hnavi_lang > a.active span.pc {
	display: inline-block;
	padding-left: 21px;
	background:url(/shared/site_city/images/icon/icon_close_black.png) no-repeat;
	background-position: 2px 4px;
	background-size: 14px auto;
}
.wrap_sma_sch {
	position: absolute;
	right:0;
	top: calc(100% + 27px);
	z-index:99;
	display: none;
}
#tmp_sma_lang {
	left:-110px;
}
#tmp_sma_lang .close_btn{
	display: none;
}
.wrap_sma_sch .wrap_sma_sch_list {
	position: relative;
	margin: 0 auto;
	padding: 12px 15px 15px 27px;
	color: #222222;
	background: #ffffff;
	border: 1px solid #a0a0a0;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#tmp_sma_lang .wrap_sma_sch_list {
	width: 576px;
}
.box_lang_list .sp_ttl{
	display: none;
}
.box_lang_list ul {
	list-style:none;
	font-weight:bold;
	display: flex;
	flex-wrap: wrap;
}
.box_lang_list ul li {
	line-height:1.2;
	padding: 0 5px;
}
.box_lang_list ul li a {
	display: inline-block;
	color: #222222;
	border-bottom:none;
	padding: 6px 0 6px 20px;
	text-decoration:none;
	background: url(/shared/site_city/images/icon/arrow_right.png) no-repeat left 9px;
}
.box_lang_list ul li.back_btn a {
	padding: 7px 0 4px 45px;
	background-image:url(/shared/site_city/images/icon/back_icon.png);
	background-position:20px 9px;
}
.box_lang_list ul li a:hover,
.box_lang_list ul li a:focus {
	text-decoration:underline;
}
.box_lang_list ul li.back_btn {
	position:relative;
	padding-left: 18px;
}
.box_lang_list ul li.back_btn::before {
	content:'';
	position:absolute;
	top:0;
	bottom: 0;
	left: 18px;
	width:1px;
	border-left:1px solid #dddddd;
}
#tmp_hnavi_means > ul > li {
	position: relative;
}
#tmp_hnavi_means > ul > li:after {
	content: '';
	position: absolute;
	bottom: -28px;
	left: 50%;
	width: 21px;
	height: 15px;
	background:url(/shared/site_city/images/icon/caret_border_icon.png) no-repeat;
	background-size: 100% auto;
	z-index: 100;
	margin-left: -11px;
	opacity: 0;
}
.smenu #tmp_hnavi_means #tmp_hnavi_setting:after {
	opacity: 1;
}
.lmenu #tmp_hnavi_means #tmp_hnavi_lang:after {
	opacity: 1;
}
#tmp_hnavi_means > ul > li > a.active:focus-visible {
	display: none;
}
#tmp_hnavi_means > ul > li > a.active:before{
	display: block;
}
/* setting
================================================== */
#tmp_sma_setting {
	left: 0;
	right: auto;
}
#tmp_sma_setting .wrap_sma_sch_list {
	width: 655px;
	padding: 21px 27px 8px 33px;
	margin: 0 0 0 164px;
}
.read_on #tmp_sma_setting .wrap_sma_sch_list{
	width: 730px;
}
.sma_list_setting {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 27px;
}
.sma_list_setting li a {
	display: inline-block;
    padding-left: 25px;
    color: #222222;
    background-repeat: no-repeat;
    background-position: left 2px;
    min-height: 18px;
	text-decoration: none;
}
.sma_list_setting .func_size a {
	background-image: url(/shared/site_city/images/header/hnavi_fsize.png);
}
.sma_list_setting .func_furi a {
	background-image: url(/shared/site_city/images/header/hnavi_furigana.png);
}
.sma_list_setting li a:hover,
.sma_list_setting li a:focus {
	text-decoration: underline;
}
/* 読み上げボタン（伝えるウェブ） */
.sma_list_setting .webread-speech-buttons .webread-button-speech-start,
.sma_list_setting .webread-speech-buttons .webread-button-speech-control{
	position: relative;
	padding: 0 10px 3px 25px;
	border: none;
	font-size: 100%;
	color: #222222;
	min-height:18px;
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
	background: transparent url(/shared/site_city/images/header/hnavi_read.png) left 2px no-repeat;
}
.sma_list_setting .webread-speech-buttons .webread-button-speech-start::before,
.sma_list_setting .webread-speech-buttons .webread-button-speech-control::before{
	content: '';
	width: 1px;
	height: 16px;
	position: absolute;
	background: #dddddd;
	bottom: 9px;
	right: 0;
}
/* 読み上げ設定ボタン（伝えるウェブ） */
.sma_list_setting .webread-speech-buttons .webread-button-speech-config{
	position: relative;
	padding: 0 0 3px 5px;
	border: none;
	color: #222222;
	font-size: 100%;
	background-color: transparent;
	min-height:18px;
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}
.sma_list_setting .webread-speech-buttons .webread-button-speech-start:hover,
.sma_list_setting .webread-speech-buttons .webread-button-speech-config:hover,
.sma_list_setting .webread-speech-buttons .webread-button-speech-control:hover{
	cursor: pointer;
	text-decoration: underline;
}
 /* webread-config（読み上げ設定）
================================================== */
.webread-config {
	font-size: 14px;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 14px;
	box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.75);
	border-radius: 5px;
	max-width: 90%;
	width: 600px;
	text-align: left;
	outline: none !important;
}
.webread-config-header {
	padding: 1em;
	color: #FFF;
	background: #05203a;
	text-align: center;
	font-weight: bold;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #FFF;
}
.webread-config-body {
	color: #000;
	background: #FFF;
	padding: 1.5em;
	max-height: 50vh;
	overflow: auto;
}
.webread-config-body dl,
.webread-config-body dl dt,
.webread-config-body dl dd {
	margin: 0px;
	padding: 0px;
	font-size: inherit;
}
.webread-config-body dl {
	overflow: hidden;
}
.webread-config-body dl dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 8em;
	text-align: right;
}
.webread-config-body dl dd {
	margin: 0px 0px 1em 9em;
	white-space: nowrap;
}
.webread-config-body dl dd:last-child {
	margin-bottom: 0px;
}
.webread-config-body dl dd label {
	margin: 0px 1em 0.8em 0px;
	padding: 0px;
	font-size: inherit;
	white-space: nowrap;
	display: inline-block;
}
.webread-config-body dl dd label input {
	margin: 0px 0.3em 0px 0px;
}
.webread-config-footer {
	color: #000;
	background: #FFF;
	border-top: 1px solid #CCC;
	text-align: right;
	padding: 0.5em;
	border-radius: 0px 0px 5px 5px;
}
.webread-config-button-close {
	font-size: inherit;
	border: none;
	color: #FFF;
	background: #05203a;
	font-weight: normal;
	padding: 0.5em 1em;
	border-radius: 3px;
	cursor: pointer;
}
.webread-config-button-close:hover,
.webread-config-button-close:focus {
	color: #FFF;
	background: #3c4f62;
}
.webread-config-overlay {
	position: fixed;
	z-index: 99998;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
	opacity: 0.75;
}
.webread-config-close {
	font-size: inherit;
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	overflow: hidden;
	text-indent: -1000px;
	background: none;
	padding: 0px;
	border: none;
	cursor: pointer;
	color: #FFF;
}
.webread-config-close:before,
.webread-config-close:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #FFF;
}
.webread-config-close:before {
	transform: rotate(45deg);
}
.webread-config-close:after {
	transform: rotate(-45deg);
}
/* header free
================================================== */
.format_free #tmp_header {
	position: relative;
	top: 0;
	padding: 18px 32px 17px 31px;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
/* gnavi
================================================== */

.gnavi {
	color: inherit;
	clear: both;
}

.gnavi ul {
	list-style: none;
}

.gnavi li {
	width: 120px;
	float: left;
}

.gnavi a {
	display: block;
	padding: 13px 10px 11px;
	text-align: center;
	text-decoration: none;
}

.gnavi .active a,
.gnavi a:hover,
.gnavi a:focus {
	text-decoration: underline;
}

/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
	width: 120px;
	float: right;
	position: relative;
	left: 11px;
}

/* pnavi
================================================== */
.pnavi{
	position: absolute;
	right: 10px;
	top: -48px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: 0.3s opacity ease-in-out;
	-moz-transition: 0.3s opacity ease-in-out;
	-webkit-transition: 0.3s opacity ease-in-out;
}
.pnavi,
.pnavi a,
.pnavi span{
	display: block;
	width: 100%;
	height: 48px;
}
.pnavi a{
	position: relative;
	background-color: transparent;
	color: #222222;
	text-align: center;
	text-decoration: none;
}
.pnavi a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-bottom: 48px solid #ffe994;
}
.pnavi a:after {
	content: '';
	position: absolute;
	width: 32px;
	height: 26px;
	left: 50%;
	top: 20px;
	color: inherit;
	background: transparent url(/shared/site_city/images/footer/ptop_txt.png) no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: top 0.3s ease-in-out;
	-moz-transition: top 0.3s ease-in-out;
	transition: top 0.3s ease-in-out;
}
.pnavi a:hover:after,
.pnavi a:focus:after {
	top: 23px;
}
.pnavi span {
	position: relative;
	text-indent: -9999px;
	z-index: -1;
	overflow: hidden;
}
/* footer
================================================== */

#tmp_footer {
	margin-top: 48px;
	position: relative;
	color: #222222;
	background-color: #ffffff;
}
#tmp_footer_cnt{
	overflow: hidden;
	padding-bottom: 28px;
	position: relative;
}
#tmp_footer_cnt:before{
	content: '';
	position: absolute;
	background-color: #cccccc;
	width: 100%;
	height: 1px;
	left: 0;
	top: 0;
}
#tmp_footer .container{
	position: relative;
	z-index: 1;
}

.footer_cnt {
	padding: 46px 0 37px;
	font-size: 88.9%;
	display: flex;
}
.footer_lft {
	width: 43%;
}
.footer_mid {
	width: 30.3%;
	padding: 75px 16px 0 40px;
	text-align: center;
	min-width: 314px;
}
.footer_rgt {
	width: 26.6%;
	background-color: #ffe994;
	position: relative;
}
.footer_rgt:before{
	content: '';
	width: 50vw;
	left: 0;
	position: absolute;
	top: -46px;
	bottom: -500px;
	background-color: #ffe994;
	z-index: -1;
}
.footer_cnt .footer_info {
	padding: 18px 0 18px 33px;
	border-left: 1px solid #237e39;
}
.footer_cnt .footer_logo {
    margin-bottom: 36px;
    padding: 11px 0 11px 92px;
    font-weight: bold;
    font-size: 187.5%;
    color: inherit;
    background: transparent url(/shared/site_city/images/footer/footer_logo.png) no-repeat 2px 0;
    min-height: 70px;
}
.footer_cnt address {
	font-style: normal;
	line-height: 1.5;
}
.footer_cnt address p {
	margin-bottom: 26px;
}
.footer_cnt address p:last-of-type {
	margin-bottom: 0;
}
.footer_cnt address span {
	margin: 0 1em 0 0;
}
.footer_cnt .footer_button {
	list-style: none;
}
.footer_cnt .footer_button li {
	margin-bottom: 20px;
	line-height: 1.5;
}
.footer_cnt .footer_button li a {
	display: inline-block;
	min-width: 260px;
	padding: 17px 45px 14px 59px;
	border: 2px solid #237e39;
	color: #237e39;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	position: relative;
}
.footer_cnt .footer_button li a:after{
	content: '';
	position: absolute;
	top: 12px;
	right: 9px;
	width: 32px;
	height: 32px;
	border: 2px solid #e3e3cc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: transparent url(/shared/site_city/images/footer/arrow.png) no-repeat center center;
	background-size: 12px auto;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
}
.footer_cnt .footer_button li.btn_access a {
	background: transparent url(/shared/site_city/images/footer/icon_access.png) no-repeat 22px 16px;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.footer_cnt .footer_button li.btn_guide a {
	background: transparent url(/shared/site_city/images/footer/icon_guide.png) no-repeat 22px 18px;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.footer_cnt .footer_button li.btn_contact a {
	background: transparent url(/shared/site_city/images/footer/icon_contact.png) no-repeat 22px 19px;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
/* fnavi  */
.fnavi {
	list-style: none;
	padding: 37px 0 14px 43px;
}
.fnavi li {
	margin-bottom: 24px;
	line-height: 1.5;
}
.fnavi li:last-child {
	margin-bottom: 0;
}
.fnavi a {
	display: inline-block;
	padding-left: 28px;
	color: #222222;
	background-color: #ffe994;
	text-decoration: none;
	position: relative;
	padding-right: 6px;
}
.fnavi a:before{
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 23px;
	height: 23px;
	border: 1px solid #ead277;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: transparent url(/shared/site_city/images/footer/arrow.png) no-repeat center center;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
}
.fnavi a:after{
	margin-bottom: -6px;
	margin-left: 4px;
}
.copyright {
    font-size: 77.8%;
    text-align: center;
    padding-right: 3px;
}

/* ==================================================
layout
================================================== */

/* pankuzu
================================================== */
#tmp_pankuzu{
	padding: 3px 0 1px;
	font-size: 77.8%;
	line-height: 1.8;
	background-color: #ffe994;
	color: #000000;
}
#tmp_pankuzu a {
	color: inherit;
	background-color: transparent;
}
/* custom_update
================================================== */
#tmp_custom_update {
	padding:30px 0 22px;
	clear:both;
}
#tmp_custom_update .custom_update1,
#tmp_custom_update .custom_update2 {
	float:right;
	clear:both;
}
#tmp_custom_update .custom_update2 {
	margin-top:3px;
}
#tmp_print {
	display:inline-block;
	vertical-align: top;
	margin-left: 4px;
	line-height: 1.2;
	font-size:66.67%;
}
#tmp_print a {
	display:block;
	padding:4px 10px 2px 29px;
	text-decoration:none;
	color:#ffffff;
    background:#333333 url(/shared/images/icon/print_icon.png) no-repeat 10px center;
	min-width: 64px;
	-webkit-border-radius:1.5em;
	-moz-border-radius:1.5em;
	border-radius:1.5em;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
#tmp_print a:hover,
#tmp_print a:focus {
	background-color:#666666;
}
#tmp_pageid,
#tmp_update {
	display:inline-block;
	vertical-align:top;
	font-size: 77.8%;
}
#tmp_update span {
	display:inline-block;
	margin-left:0.8em;
}
/* social_plugins */
#tmp_social_plugins {
	display:inline-block;
	vertical-align:top;
}
#tmp_social_plugins .social_media_btn {
	display:inline-block;
	vertical-align:top;
	margin-left:5px;
}
#tmp_social_plugins .social_media_btn a {
	position: relative;
    display: block;
    text-align: center;
}
#tmp_social_plugins .twitter_btn a {
	width: 89px;
}
#tmp_social_plugins .facebook_btn a {
	width: 90px;
}
#tmp_social_plugins .line_btn a {
	width: 85px;
}
#tmp_social_plugins .social_media_btn img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
#tmp_social_plugins .social_media_btn a:hover img,
#tmp_social_plugins .social_media_btn a:focus img {
	opacity: 0.7;
}
#tmp_social_plugins .facebook_btn .fb_iframe_widget span {
    vertical-align: top !important;
}

/* inquiry
================================================== */
#tmp_inquiry{
	margin: 30px 0;
	color: #333333;
	background: #ffe994 url(/shared/templates/city_free/images/main/pattern_leaf_bg.png) no-repeat right bottom;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
#tmp_inquiry_ttl{
	padding: 29px 28px 12px;
}
#tmp_inquiry_ttl h2 {
	font-size: 133.3%;
	line-height: 1.4;
	font-weight: bold;
}
#tmp_inquiry_cnt{
	padding: 0 29px 30px;
}
#tmp_inquiry .inq_ttl {
	margin-bottom: 3px;
	font-weight: bold;
	word-break:break-all;
	word-wrap:break-word;
}
#tmp_inquiry .inq_phone p {
	display: inline-block;
	margin-right: 18px;
}
#tmp_inquiry .inq_phone {
	margin-top: 0;
}
/* inquiry_btn */
#tmp_inquiry form:nth-child(n+2){
	margin-top: 45px;
}
#tmp_inquiry .inquiry_btn {
	margin-top: 24px;
}
#tmp_inquiry .inquiry_btn input {
	display: block;
	margin: 0 auto;
    padding: 11px 28px 10px;
	color: #237e39;
    background-color: #ffffff;
	min-width: 240px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #237e39;
	font-weight: bold;
	cursor: pointer;
}
#tmp_inquiry .inquiry_btn input:hover,
#tmp_inquiry .inquiry_btn input:focus{
	text-decoration: underline;
}
#tmp_inquiry .inquiry_memo{
	margin-top: 20px;
}
/* feedback
================================================== */

/* rnavi
================================================== */
#tmp_rnavi{
	padding-top: 5px;
	margin:0 0 30px;
}
#tmp_rnavi .rnavi_ctg{
	margin-bottom: 30px;
	color: #333333;
	background-color: #ffffff;
	overflow: hidden;
}
#tmp_rnavi .rnavi_ctg_ttl{
	padding: 15px 10px 16px 19px;
	color: #ffffff;
	background-color: #237e39;
	font-weight: bold;
	line-height: 1.3;
	border: 1px solid #237e39;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
#tmp_rnavi .rnavi_ctg_ttl h2{
	font-size: 100%;
}
#tmp_rnavi .rnavi_ctg_ttl a{
	display: block;
	margin: -15px -10px -16px -19px;
	padding: 15px 10px 16px 45px;
	background: transparent url(/shared/templates/city_free/images/icon/arrow_link_wh.png) no-repeat 11px 12px;
	-webkit-background-size: 28px auto;
    -moz-background-size: 28px auto;
    background-size: 28px auto;
	color: inherit;
}
#tmp_rnavi .rnavi_ctg_inner li{
	display: none;
	list-style: none;
}
#tmp_rnavi .rnavi_ctg_inner ul {
	border-left: 1px solid #237e39;
	border-right: 1px solid #237e39;
	border-bottom: 1px solid #237e39;
	overflow: hidden;
}
#tmp_rnavi .rnavi_ctg_inner ul a{
	display: block;
	padding: 10px 16px 9px 45px;
	color: #333333;
	background: transparent url(/shared/templates/city_free/images/icon/arrow_link_gr.png) no-repeat 11px 11px;
	-webkit-background-size: 26px auto;
    -moz-background-size: 26px auto;
    background-size: 26px auto;
	font-size: 88.9%;
	font-weight: bold;
	line-height: 1.6;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
#tmp_rnavi .rnavi_ctg_inner ul .active a,
#tmp_rnavi .rnavi_ctg_inner ul a:hover,
#tmp_rnavi .rnavi_ctg_inner ul a:focus{
	text-decoration: none;
	background-color: #eeeeee;
}
#tmp_rnavi .btn_read_more a{
	display: block;
	padding: 8px 20px;
	color: #ffffff;
	background-color: #237e39;
	border: 1px solid #237e39;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	font-size: 77.8%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#tmp_rnavi .btn_read_more a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	background: transparent url(/shared/templates/city_free/images/icon/icon_plus.png) no-repeat left center;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
	width: 12px;
	height: 12px;
	color: #ffffff;
}
#tmp_rnavi .btn_read_more a.hide:before{
	background-image: url(/shared/templates/city_free/images/icon/icon_minus.png);
}
#tmp_rnavi .btn_read_more a:hover{
	text-decoration: underline;
}
.no_javascript #tmp_rnavi .rnavi_ctg_inner ul {
	border: 1px solid #237e39;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.no_javascript #tmp_rnavi .rnavi_ctg_inner li {
	display: block;
}

/* box_gmap
================================================== */
#tmp_contents .box_gmap{
	margin: 51px 0 54px;
}
#tmp_contents #tmp_gmap_box a{
	display: block;
	margin: 0 auto;
	padding: 14px 30px 15px;
	background-color: #ffffff;
	max-width: 500px;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #237e39;
	text-align: center;
	text-decoration: none;
	border: 2px solid #237e39;
}
#tmp_contents #tmp_gmap_box a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background: transparent url(/shared/templates/city_free/images/icon/icon_ggmap_gr.png) no-repeat;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
	width: 16px;
	height: 22px;
}
#tmp_contents #tmp_gmap_box a:hover,
#tmp_contents #tmp_gmap_box a:focus{
	text-decoration: underline;
}

/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.col2 td.col2L,
table.col2 td.col2R {
	padding: 0;
	width: 50%;
	vertical-align: top;
	text-align: left;
}
table.col2 td.col2L {
	border-right: 18px solid #FFFFFF;
}
/* col2_pub */

div.col2 {
	width: 100%;
}
div.col2 div.col2L,
div.col2 div.col2R{
	float: left;
	width: 50%;
}
div.col2 div.col2L {
	margin-right: 0;
	padding-right: 9px;
}
div.col2 div.col2R {
	padding-left: 9px;
}
/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}
div.col2 div.col2 div.col2L,
div.col2 div.col2 div.col2R{
	width: 47.5%;
}
div.col2 div.col2 div.col2L {
	margin-right: 4%;
}

/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}
div.fixed_col2 div.fixed_col2L,
div.fixed_col2 div.fixed_col2R{
	float: left;
	width: 48.5%;
}
div.fixed_col2 div.fixed_col2L {
	margin-right: 2%;
}
/* 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.3333333%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 18px solid #FFFFFF;
}
/* div col3 */
div.col3 {
	width: 100%;
}
div.col3 div.col3L,
div.col3 div.col3M,
div.col3 div.col3R{
	width: 33.3333333%;
	float: left;
}
div.col3 div.col3L,
div.col3 div.col3M {
	margin-right: 0;
	padding-right: 12px;
}
div.col3 div.col3R {
	padding-left: 12px;
}
div.col3 div.col3M {
	padding-left: 6px;
	padding-right: 6px;
}

/* ==================================================
photo list
================================================== */
.photo_list {
	overflow: hidden;
}
.photo_list ul{
	list-style: none;
	border-top: 1px solid #cccccc;
	margin: 0 -30px;
	padding: 0 30px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
}
.photo_list li {
	position: relative;
	float: left;
	width: 25%;
	padding: 30px 30px 14px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.photo_list li:before{
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.no_javascript .photo_list li:before{
	display: none;
}
.format_free .photo_list li{
	font-size: 111.11%;
}
.photo_list li:nth-child(-n+4) {
	border-bottom: 1px solid #cccccc;
}
.photo_list li:nth-child(4n) {
	clear: right;
	border-right: 0;
}
.photo_list li:nth-child(4n+1) {
	clear: left;
}
.photo_item {
	color: #222222;
	background-color: transparent;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.photo_item .photo_cnt {
	padding-top: 6px;
}
.photo_item .photo_image {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.photo_item .photo_image img {
	width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.photo_item .photo_ttl {
	font-weight: bold;
	padding: 10px 0;
	font-size: 100%;
	line-height: 1.4;
	min-height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.photo_item .photo_ttl a {
	position: relative;
	display: block;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	padding-right: 50px;
	width: 100%;
}
.photo_item .photo_ttl a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	background: #ffffff url(/shared/site_city/images/icon/arrow_right.png) center center no-repeat;
	color: #222222;
	border: 2px solid #e3e3cc;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	background-size: 12px auto;
	overflow: hidden;
}
.photo_item .photo_desc {
	margin: 0;
	line-height: 1.6;
	position: relative;
    top: -10px;
}
/* btn more
================================================== */
.btn_more a {
	position: relative;
	padding: 14px 55px 14px 20px;
	min-width: 308px;
	display: inline-block;
	text-decoration: none;
	text-align: left;
	background-color: #ffffff;
	color: #237e39;
	font-weight: bold;
	border: 2px solid #237e39;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
	text-align: center;
}
.btn_more a:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	width: 40px;
	height: 40px;
	background: #ffffff url(/shared/site_city/images/icon/arrow_right.png) center center no-repeat;
	color: #222222;
	border: 2px solid #e3e3cc;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-background-size: 12px auto;
	-moz-background-size: 12px auto;
	background-size: 12px auto;
	overflow: hidden;
}

/* hover */
.fnavi a:after,
#tmp_hnavi_means > ul > li > a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #333333;
	transition: 0.3s ease-in-out visibility,0.3s ease-in-out width;
	-webkit-transition: 0.3s ease-in-out visibility,0.3s ease-in-out width;
	-moz-transition: 0.3s ease-in-out visibility,0.3s ease-in-out width;
	visibility: hidden;
	width: 0;
}
#tmp_hnavi_means > ul > li > a:before {
	bottom: -4px;
}
.fnavi a:hover:after,
#tmp_hnavi_means > ul > li > a.active:before,
#tmp_hnavi_means > ul > li > a:hover:before{
	width: 100%;
	visibility: visible;
}
.photo_list li:before {
	content: '';
	border: 2px solid #333333;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: 0.3s ease-in-out opacity;
	-webkit-transition: 0.3s ease-in-out opacity;
	-moz-transition: 0.3s ease-in-out opacity;
}
.photo_list li.active:before{
	opacity: 1;
}
.footer_cnt .footer_button li a,
.btn_more a,
#tmp_hnavi_link a{
	transition: 0.3s ease-in-out border-color;
	-webkit-transition: 0.3s ease-in-out border-color;
	-moz-transition: 0.3s ease-in-out border-color;
}
.footer_cnt .footer_button li a:hover,
.footer_cnt .footer_button li a:focus,
.btn_more a:hover,
.btn_more a:focus,
#tmp_hnavi_link a:hover,
#tmp_hnavi_link a:focus{
	border-color: #333333;
}
/* ==================================================
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 .wrap_mc_sp #tmp_switch_sp_style {
	text-align:center;
	padding:20px;
	font-weight:bold;
	font-size:2rem;
	background-color:#333333;
	color:#ffffff;
	text-decoration:none;
}
.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;
}
.disp_pc #tmp_sma_setting .wrap_sma_sch_list {
	width: 90%;
	margin: 0;
}
.disp_pc #tmp_hnavi_means > ul > li > a {
	padding-top: 10px;
	min-height: 44px;
	background-position: left center;
}
.disp_pc #tmp_hnavi_means > ul > li > a.active {
	padding-top: 10px !important;
}
.disp_pc #tmp_hnavi_means #tmp_hnavi_lang > a {
	min-width: 180px
}
/* ==================================================
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 * {
	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;
}


/* header */
.color_black #tmp_hlogo,
.color_blue #tmp_hlogo,
.color_yellow #tmp_hlogo,
.color_black #tmp_hlogo a,
.color_blue #tmp_hlogo a,
.color_yellow #tmp_hlogo a{
	width: auto;
	height: auto;
}
.color_black #tmp_hlogo h1,
.color_black #tmp_hlogo p,
.color_blue #tmp_hlogo h1,
.color_blue #tmp_hlogo p,
.color_yellow #tmp_hlogo h1,
.color_yellow #tmp_hlogo p{
	font-size: 111.11%;
	width: auto;
	height: auto;
}
.color_black .pnavi span,
.color_blue .pnavi span,
.color_yellow .pnavi span,
.color_black #tmp_hlogo h1 span,
.color_black #tmp_hlogo p span,
.color_blue #tmp_hlogo h1 span,
.color_blue #tmp_hlogo p span,
.color_yellow #tmp_hlogo h1 span,
.color_yellow #tmp_hlogo p span{
	text-indent: 0;
	width: auto;
	height: auto;

}
.color_black .pnavi a:before,
.color_blue .pnavi a:before,
.color_yellow .pnavi a:before,
.color_black .pnavi a:after,
.color_blue .pnavi a:after,
.color_yellow .pnavi a:after,
.color_black .footer_rgt:before,
.color_blue .footer_rgt:before,
.color_yellow .footer_rgt:before,
.color_black .fnavi a:before,
.color_blue .fnavi a:before,
.color_yellow .fnavi a:before,
.color_black .footer_cnt .footer_button li a:after,
.color_blue .footer_cnt .footer_button li a:after,
.color_yellow .footer_cnt .footer_button li a:after,
.color_black #tmp_hnavi_link a:after,
.color_blue #tmp_hnavi_link a:after,
.color_yellow #tmp_hnavi_link a:after,
.color_black #tmp_mvs .mvs_left_img::before,
.color_blue #tmp_mvs .mvs_left_img::before,
.color_yellow #tmp_mvs .mvs_left_img::before,
.color_black #tmp_mvs .mvs_left_img:after,
.color_blue #tmp_mvs .mvs_left_img:after,
.color_yellow #tmp_mvs .mvs_left_img:after{
	display: none;
}
.color_black #tmp_mvs .mvs_right_img,
.color_blue #tmp_mvs .mvs_right_img,
.color_yellow #tmp_mvs .mvs_right_img{
	z-index: 1;
}
.color_black #tmp_footer_cnt:before,
.color_blue #tmp_footer_cnt:before,
.color_yellow #tmp_footer_cnt:before{
	z-index: 4;
}
.color_black #tmp_footer_cnt:before,
.color_blue #tmp_footer_cnt:before{
	background-color: #FFFF00 !important;
}
.color_yellow #tmp_footer_cnt:before{
	background-color: #000000 !important;
}
.color_black .pnavi a,
.color_blue .pnavi a{
	padding-top: 10px;
	border-left: 1px solid #FFFF00 !important;
	border-right: 1px solid #FFFF00 !important;
	border-top: 1px solid #FFFF00 !important;
}
.color_yellow .pnavi a{
	padding-top: 10px;
	border-left: 1px solid #000000 !important;
	border-right: 1px solid #000000 !important;
	border-top: 1px solid #000000 !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;
}
.color_black #tmp_hnavi_search .sch_box label,
.color_blue #tmp_hnavi_search .sch_box label{
	background: url(/shared/site_city/images/header/search_icon_white.png) 0 0 no-repeat!important;
	background-size: 18px auto !important;
}
.color_yellow #tmp_hnavi_search .sch_box label{
	background: url(/shared/site_city/images/header/search_icon.png) 0 0 no-repeat!important;
	background-size: 18px auto !important;
}

/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}
/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}

/* inquiry */
.color_blue #tmp_inquiry,
.color_black #tmp_inquiry,
.color_yellow #tmp_inquiry{
	border: 2px solid !important;
}

.color_blue #tmp_hnavi_means > ul > li:after,
.color_black #tmp_hnavi_means > ul > li:after,
.color_yellow #tmp_hnavi_means > ul > li:after {
	display: none;
}
/* h2 */
.color_blue #tmp_rnavi .rnavi_ctg_ttl h2,
.color_black #tmp_rnavi .rnavi_ctg_ttl h2,
.color_yellow #tmp_rnavi .rnavi_ctg_ttl h2{
	border-bottom: none !important;
	border-left: none  !important;
}
/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}
.fsize_big2 #tmp_inquiry,
.fsize_big #tmp_inquiry{
	word-break: break-all;
}
.fsize_big2 #tmp_query{
	height: 45px;
}
/* ==================================================
fsize
================================================== */
.fsize_big.color_black .ptop a,
.fsize_big2.color_black .ptop a,
.fsize_big.color_blue .ptop a,
.fsize_big2.color_blue .ptop a,
.fsize_big.color_yellow .ptop a,
.fsize_big2.color_yellow .ptop a{
	font-size: 1rem!important;
}
.fsize_small .sma_list_setting li a{
	padding-top: 6px;
	padding-bottom: 6px;
	background-position: left center;
}
.fsize_small .sma_list_setting .webread-speech-buttons .webread-button-speech-start {
	padding-top: 6px;
	padding-bottom: 6px;
}
.fsize_small #tmp_hnavi_means #tmp_hnavi_lang > a.active span.pc {
	padding-top: 4px;
	padding-bottom: 4px;
}
/* no-js */
.no_javascript #tmp_header{
	position: relative;
	left: 0;
	right: 0;
	top: 0;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
.gnavi:after,
.gnavi ul: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,
.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,
.photo_list ul:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}