@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
*/

a:link,
a:active,
a:visited {
	color: #a03d2b;
}

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

body {
	color: #333333;
	font-size: 81.25%;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	font-weight: 500;
}

.show_sp{
	display: none;
}
/* Styles
================================================== */


/* text */

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

.txt_green {
	color: #1B594A;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_lightblue,
th.bg_lightblue {
	color: inherit;
	background-color: #eef9ff;
	/* Setting by CMS sheets */
}

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #e8fdfe;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #f3eeff;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	min-width: 1220px;
}

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

.container:after {
	clear: both;
}

.container {
	max-width: 980px;
	padding: 0 10px;
	width: 100%;
	margin: 0 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_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: 10px 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: 250px;
	/* デザインによって変更 */
	margin-right: -280px;
	/* デザインによって変更 */
}

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

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

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

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

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

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

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


/* header
================================================== */
#tmp_header {
	position: relative;
	background: url(/site/shared/site_umaimonoplaza/images/header/bg_landscape.png) no-repeat bottom center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(70%, #dbeef6), to(#d9edf5));
	background: url(/site/shared/site_umaimonoplaza/images/header/bg_landscape.png) no-repeat bottom center, -o-linear-gradient(#ffffff, #dbeef6 70%, #d9edf5);
	background: url(/site/shared/site_umaimonoplaza/images/header/bg_landscape.png) no-repeat bottom center, -moz-linear-gradient(#ffffff, #dbeef6 70%, #d9edf5);
	background: url(/site/shared/site_umaimonoplaza/images/header/bg_landscape.png) no-repeat bottom center, linear-gradient(#ffffff, #dbeef6 70%, #d9edf5);
}
#tmp_header_wrapper .header_cnt_inner{
	position: relative;
	min-height: 220px;
}
#tmp_header_wrapper .header_inner{
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	z-index: 2;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	width: 100%;
	max-width: 278px;
	height: 60px;
	background-color: transparent;
	background-repeat: no-repeat;
    background-size: 100% auto;
}
#tmp_hlogo a {
	display: block;
	width: 100%;
	height: 60px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 100%;
	max-width: 278px;
	height: 58px;
	position: relative;
	text-indent: -9999px;
	z-index: -1;
	overflow: hidden;
}
#tmp_hlogo p{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/hlogo.png);
}
#tmp_header .hlogo_col{
	margin-left: -2px;
	width: 45.2%;
    max-width: 432px;
    flex-shrink: 0;
}
#tmp_hlogo h1,
#tmp_hlogo h1 span{
	max-width: 432px;
	height: 92px;
}
#tmp_hlogo h1{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/hlogo_top.png);
}
#tmp_header_wrapper .hlogo_subtitle{
	margin: 10px 0 -2px 22px;
	letter-spacing: 0.1em;
	font-size: 92.3%;
	color: #127137;
}
#tmp_header_wrapper .header_func,
#tmp_hnavi_s > ul{
	display: flex;
}
#tmp_hnavi_s{
	position: static;
	display: block;
	z-index: 97;
}
#tmp_hnavi_s > ul{
	list-style: none;
	gap: 0 9px;
}
#tmp_hnavi_s > ul > li > a{
	display: block;
}
#tmp_hnavi_s > ul > li img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_header .header_cnt_col{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
#tmp_hnavi_lmenu{
	position: relative;
	margin-bottom: 5px;
	z-index: 98;
}
#tmp_hnavi_lmenu > p > a{
	text-align: center;
	display: inline-block;
	min-width: 172px;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	font-size: 107.7%;
	padding: 3px;
	border-radius: 0 0 10px 10px;
}
#tmp_hnavi_lmenu > p > a > span {
	display: inline-block;
	padding: 3px 0 3px 25px;
	background: transparent url(/site/shared/site_umaimonoplaza/images/header/navi_ic_lang.png) no-repeat 0 5px;
	color: inherit;
}
#tmp_hnavi_lmenu > p > a:not(.active):hover > span{
	text-decoration: underline;
}
#tmp_hnavi_lmenu > p > a.active{
	border-radius: 0;
}
#tmp_hnavi_lmenu > p > a.active > span{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/navi_ic_close.png);
	background-size: 16px auto;
}
#tmp_sma_lmenu{
    top: 100%;
	left: 0;
	width: 100%;
	text-align: left;
	z-index: 99;
}
#tmp_sma_lmenu .menu_inner{
	padding: 10px 15px;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 0 0 10px 10px;
	color: #333333;
}
#tmp_header .lang_list li{
	list-style: none;
	margin-bottom: 5px;
}
#tmp_header .lang_list a{
	display: inline-block;
	padding: 3px 0 3px 24px;
	background: transparent url(/site/shared/site_umaimonoplaza/images/icon/arrow_link_1.png) no-repeat 0 5px;
	color: inherit;
	text-decoration: none;
}
#tmp_header .lang_list a:hover{
	text-decoration: underline;
}
#tmp_header_wrapper .header_func{
	gap: 0 20px;
}

/* pattern mv */
#tmp_header .h_pattern{
	position: absolute;
	list-style: none;
	z-index: 1;
}
#tmp_header .h_pattern img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#tmp_header .h_pattern.deer{
	left: 5%;
	bottom: 0;
}
#tmp_header .h_pattern.daibutsu{
	left: 25%;
	bottom: 0;
}
#tmp_header .h_pattern.girl{
	right: 15%;
	bottom: 0;
}
#tmp_header .h_pattern.photo{
	bottom: -11px;
	right: 14.8%;
}
#tmp_header .h_pattern.bird {
	top: 236px;
	left: -10px;
}
#tmp_header .h_pattern.horse{
	left: 520px;
	bottom: 0;
	width: 90px;
}
#tmp_header .h_pattern.rabbit{
	left: 300%;
	bottom: 0;
	width: 44px;
}
#tmp_header.active_rabbit .h_pattern.rabbit{
	left: 80%;
	transition: 2s ease-out left;
}
#tmp_header.active_horse .h_pattern.horse{
	left: 100%;
	transition: 1.7s ease-out left;
}
#tmp_header .h_pattern.bird_sm{
	display: none;
	top: 148px;
	left: 170px;
}
#tmp_header .h_pattern.bird_m{
	display: none;
	z-index: 2;
}
#tmp_header .animation_target{
	z-index: 3;
}
#tmp_header .animation_target:hover{
	opacity: 0.8;
	cursor: pointer;
}
#tmp_header .h_pattern.text01{
	top: 50.9%;
	left: 15px;
}
#tmp_header .h_pattern.text02 {
	top: 36.2%;
	left: 31%;
}
#tmp_header .h_pattern.text03 {
	top: 16.6%;
	left: 57%;
	z-index: 2;
}
#tmp_header .h_pattern.text04 {
	top: 48.9%;
	left: 52%;
}
#tmp_header .h_pattern.panel {
	bottom: 10px;
	right: -41px;
	z-index: 1;
}
#tmp_header.active_animation_text03 .bird,
#tmp_header.active_animation_text02 .bird{
	display: none;
}
#tmp_header.active_animation_text03 .bird_m,
#tmp_header.active_animation_text02 .bird_m{
	display: block;
}
#tmp_header.active_animation_text02 .bird_m{
	top: 175px;
	left: 31%;
	margin-left: -27px;
}
#tmp_header.active_animation_text03 .bird_m{
	top: 65px;
	left: 57%;
	margin-left: -27px;
}
#tmp_header.active_animation_text04 .bird{
	top: 225px;
	left: 52%;
	margin-left: -19px;
}
#tmp_header.active_animation_text05 .bird{
	display: none;
}
#tmp_header.active_animation_text05 .bird_sm{
	display: block;
}

/* Hover */
#tmp_hnavi_lmenu > a:hover{
	background-color: #444444;
}
#tmp_hnavi_s > ul > li > a:hover img,
.pnavi a:hover{
	opacity: 0.8;
}

/* setting show & hide
================================================== */
#tmp_hnavi_rmenu{
	display: none;
}

/* format top
================================================== */
.format_top #tmp_header .girl {
	bottom: -1px;
	left: 30px;
	right: auto;
}
.format_top #tmp_header.active_girl .girl{
	left: 62px;
}
.format_top #tmp_header .h_pattern.deer {
	left: auto;
	bottom: 0;
	right: -1px;
	z-index: 1;
}
.format_top #tmp_header_wrapper .header_cnt_wrap{
	background: url(/site/shared/site_umaimonoplaza/images/header/h_daibutsu_top.png) calc(50% - 175px) 100% no-repeat;
	overflow: hidden;
}
.format_top #tmp_header_wrapper .header_cnt_inner{
	min-height: 560px;
}
.format_top #tmp_header_wrapper .hlogo_subtitle{
	margin-left: calc((50/427) * 100%);
	font-size: 100%;
	letter-spacing: 0.3em;
}
.format_top #tmp_hnavi_lmenu{
	margin-bottom: 7px;
}
.format_top #tmp_header.active_girl .header_cnt_wrap{
	background-position: calc(50% - 187px) 100%;
}
/* gnavi
================================================== */
#tmp_gnavi{
	color: #222222;
	background-color: #c5763e;
	box-shadow: 0 3px 10px rgba(115, 97, 82, 0.8);
	position: relative;
}
.gnavi {
	display: flex;
	border-right: 1px solid #dcad8d;
	border-left: 1px solid #dcad8d;
	list-style: none;
}
.gnavi > li {
	position: relative;
	flex: 1;
}
.gnavi > li:not(:first-of-type){
	border-left: 1px solid #dcad8d;
}
.gnavi > li > a{
	display: flex;
	justify-content: center;
	background-color: #b77547;
	background-color: #b0581f;
	background-repeat: no-repeat;
	background-position: center calc(50% + 2px);
	background-size: auto;
	align-items: center;
	text-align: center;
	height: 100%;
	min-height: 82px;
	color: #000000;
	text-indent: -9999px;
	text-decoration: none;
}
.gnavi .smaller {
	padding: 2px 0;
	font-size: 92.8%;
}
.gnavi > li.active > a,
.gnavi > li.is_hover > a,
.gnavi > li:not(.active) > a:hover{
	background-color: #c7885f;
	background-color: #865d43;
}
.gnavi .glist1 > a{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi01.png);
}
.gnavi .glist1.active > a,
.gnavi .glist1.is_hover > a,
.gnavi .glist1 > a:hover{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi01_hv.png);
}
.gnavi .glist2 > a{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi02.png);
}
.gnavi .glist2.active > a,
.gnavi .glist2.is_hover > a,
.gnavi .glist2 > a:hover{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi02_hv.png);
}
.gnavi .glist3 > a{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi03.png);
}
.gnavi .glist3.active > a,
.gnavi .glist3.is_hover > a,
.gnavi .glist3 > a:hover{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi03_hv.png);
}
.gnavi .glist4 > a{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi04.png);
}
.gnavi .glist4.active > a,
.gnavi .glist4.is_hover > a,
.gnavi .glist4 > a:hover{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi04_hv.png);
}
.gnavi .glist5 > a{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi05.png);
}
.gnavi .glist5.active > a,
.gnavi .glist5.is_hover > a,
.gnavi .glist5 > a:hover{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi05_hv.png);
}
.gnavi .glist6 > a{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi06.png);
}
.gnavi .glist6.active > a,
.gnavi .glist6.is_hover > a,
.gnavi .glist6 > a:hover{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi06_hv.png);
}
.gnavi .glist7 > a{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi07.png);
}
.gnavi .glist7.active > a,
.gnavi .glist7.is_hover > a,
.gnavi .glist7 > a:hover{
	background-image: url(/site/shared/site_umaimonoplaza/images/header/gnavi07_hv.png);
}
.gnavi > li > a:focus-visible{
	outline-offset: -1px;
}

/* dropdown menu */
#tmp_gnavi .drop_down_hidden {
	display: none;
    position: absolute;
	left: 0;
	right: 0;
    top: 100%;
    width: 100%;
	z-index: 10;
}
#tmp_gnavi .drop_down_hidden li{
	list-style: none;
}
#tmp_gnavi .drop_down_hidden li a{
	display: block;
	background-color: #f7ecd6;
	color: #a03d2b;
	line-height: 1.5;
	text-decoration: none;
}
#tmp_gnavi .drop_down_hidden a:hover {
	background-color: #f3e3c2;
}
#tmp_gnavi .drop_down_links > li{
	border-bottom: 2px solid #ffffff;
}
#tmp_gnavi .drop_down_links > li > a{
	padding: 8px 5px 8px 10px;
	font-size: 107.7%;
}
#tmp_gnavi .drop_down_sublinks a{
	padding: 3px 5px 5px 18px;
}

/*pnavi*/
.pnavi{
    position: absolute;
    right: 9px;
    top: -28px;
    z-index: 100;
}
.pnavi,
.pnavi a,
.pnavi span{
	width: 54px;
	height: 28px;
}
.pnavi a,
.pnavi span{
	display: block;
}
.pnavi span{
	position: relative;
	z-index: -1;
}
.pnavi a{
	background: transparent url(/site/shared/site_umaimonoplaza/images/footer/pagetop.jpg) no-repeat left center;
	text-indent: -9999px;
	color: inherit;
	text-decoration: none;
}
.no_javascript .pnavi{
	display: block;
}

/* footer
================================================== */
/* fnavi  */
#tmp_footer .fnavi_wrap{
	margin-top: 47px;
	background-color: #A6511C;
	background-size: auto 100%;
	color: #ffffff;
}
#tmp_footer .fnavi_wrap .container{
	position: relative;
}
.fnavi {
	display: flex;
	list-style: none;
	padding: 10px 0 2px;
}
.fnavi li {
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #ffffff;
	margin-bottom: 10px;
}
.fnavi li:last-child{
	border-right: 1px solid #ffffff;
}
.fnavi li a{
	padding: 11px 10px;
	display: block;
	color: #ffffff;
}
.fnavi li a:hover{
	text-decoration: none;
}

/* cnt */
#tmp_footer .footer_cnt {
	padding: 26px 0 18px;
	background: #efdbba url(/site/shared/site_umaimonoplaza/images/footer/footer_nav_shadow.png) repeat-x left top;
	color: #333333;
}
#tmp_footer .footer_inner{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
#tmp_footer .footer_lft{
	width: 320px;
	flex-shrink: 0;
}
#tmp_footer .event_list{
	margin: 11px 0 25px;
}
#tmp_footer .event_list li {
	margin: 0 8px 6px 0;
	list-style: none;
}
#tmp_footer .event_list li:not(.show_sp){
	display: inline-block;
}
#tmp_footer .event_list li:first-of-type{
	display: block;
}
#tmp_footer .event_list li a{
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #c37544;
    line-height: 1.1;
}
#tmp_footer .event_list li.right a {
	border-right: none;
}
#tmp_footer .wrap_sch_box {
    position: relative;
	display: flex;
}
#tmp_footer .wrap_sch_box > p.sch_ttl{
	display: none;
}
#tmp_footer .sch_box input,
#tmp_footer .sch_btn input{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #858585;
	color: #333333;
	appearance: none;
	font-weight: normal;
}
#tmp_footer .sch_box input {
	padding: 8px;
	width: 170px;
	font-size: 100%;
}
#tmp_footer .sch_btn input {
	border-color: #ed9c27;
	background-color: #a86705;
	padding: 8px;
	color: #ffffff;
	font-size: 115.4%;
	cursor: pointer;
}
#tmp_footer .sch_btn input:hover{
	text-decoration: underline;
}
#tmp_footer .flogo{
	margin-top: 58px;
}
#tmp_footer .flogo a{
	display: flex;
	align-items: flex-end;
	gap: 0 5px;
	color: #a03d2b;
	line-height: 1.6;
}
#tmp_footer .flogo img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
#tmp_footer .footer_rgt{
	display: flex;
	justify-content: space-between;
	flex: 1 auto;
	gap: 0 10px;
	width: 100%;
}
#tmp_footer .footer_address{
	align-self: flex-start;
	color: inherit;
	background: transparent url(/site/shared/site_umaimonoplaza/images/footer/footer_deer.png) right 3px bottom 1px no-repeat;
	margin-top: 10px;
}
#tmp_footer .footer_cnt address {
	margin: 0 0 95px;
	font-style: normal;
}
#tmp_footer .footer_cnt address span{
	display: block;
}
#tmp_footer .footer_name{
	font-weight: bold;
	font-size: 123.1%;
	margin-bottom: 11px;
	letter-spacing: 0.03em;
}
#tmp_footer .footer_map {
	align-self: flex-start;
	margin-top: 10px;
	padding: 20px 20px 26px;
	width: 100%;
	max-width: 300px;
	background-color: #f7f3e8;
}
#tmp_footer .footer_map p{
	position: relative;
    padding-top: 100%;
}
#tmp_footer .footer_map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
}

/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	position: static;
	width: 12px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	transform: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 9px auto;
	background-color: transparent;
	border-radius: 0;
}
.splide_common .splide__arrow--prev {
	background-image: url(/site/shared/site_umaimonoplaza/images/icon/icon_arrow_prev_bl.png);
}
.splide_common .splide__arrow--next {
	background-image: url(/site/shared/site_umaimonoplaza/images/icon/icon_arrow_next_bl.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_umaimonoplaza/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_umaimonoplaza/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_umaimonoplaza/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_umaimonoplaza/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

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

/* pankuzu
================================================== */
#tmp_pankuzu {
	margin: 35px 0 20px;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 15px 0 14px;
}
#tmp_custom_update {
	float:right;
	text-align: right;
	margin-right: -3px;
}
#tmp_social_plugins {
	list-style:none;
	text-align: right;
}
#tmp_social_plugins,
#tmp_social_plugins .social_media_btn,
#tmp_update {
	display: inline-block;
	vertical-align: top;
	line-height:1.2;
}
#tmp_social_plugins .social_media_btn {
	margin-top: 1px;
}
#tmp_social_plugins .social_media_btn > *{
	display: inline-block;
	vertical-align: top;
}
#tmp_social_plugins .social_media_btn .fb_iframe_widget{
	display: flex;
}
#tmp_social_plugins .social_media_btn a {
	display: block;
}
#tmp_social_plugins .social_media_btn img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	transition: 0.3s ease-in-out opacity;
}
#tmp_social_plugins .social_media_btn.line_btn{
	margin-left: 6px;
}

/* lnavi
================================================== */
#tmp_lnavi_ttl{
	background-color: #A6511C;
	color: #ffffff;
}
#tmp_lnavi_ttl p{
	padding: 12px 10px 11px 12px;
	font-size: 123.1%;
	font-weight: bold;
}
#tmp_lnavi_ttl a{
	display: block;
	margin: -12px -10px -11px -12px;
	padding: 12px 10px 11px 12px;
	background-color: transparent;
	color: inherit;
}
#tmp_lnavi_ttl a:hover{
	text-decoration: none;
}
#tmp_lnavi_cnt{
	background-color: #f7ecd6;
	color: #a03d2b;
}
#tmp_lnavi_cnt li{
	list-style: none;
}
#tmp_lnavi_cnt li a{
	display: block;
	background-color: transparent;
	color: inherit;
	transition: background-color 0.3s ease-in-out;
}
#tmp_lnavi_cnt .lnavi_sublinks,
#tmp_lnavi_cnt .lnavi_links > li{
	border-top: 2px solid #FFFFFF;
}
#tmp_lnavi_cnt .lnavi_links > li > a{
	padding: 10px 10px 10px 33px;
	background-image: url(/site/shared/site_umaimonoplaza/images/icon/arrow_link_1.png);
	background-repeat: no-repeat;
	background-position: 9px calc(50% + 1px);
	font-size: 115.38%;
	line-height: 1.6;
}
#tmp_lnavi_cnt .lnavi_sublinks > li > a{
	padding: 7px 10px 5px 40px;
}
#tmp_lnavi_cnt li > a:hover,
#tmp_lnavi_cnt li:has(li > a:hover) > a,
#tmp_lnavi_cnt .lnavi_links li.active > a{
	background-color: #f0dab3;
	text-decoration: underline;
}

/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:0 0.2em;
	background-repeat:no-repeat;
	padding: 2px 0 2px 62px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_umaimonoplaza/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_umaimonoplaza/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_umaimonoplaza/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_umaimonoplaza/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_umaimonoplaza/images/icon/icon_txt.png);
}

/* external
================================================== */
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 0.3em;
    background:url(/site/shared/images/icon/icon_external_gray.png) no-repeat center top;
    background-size: 16px auto;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom: 39px;
	padding: 41px 18px 27px;
	background: #F6F6F6 url(/site/shared/site_umaimonoplaza/images/icon/scroll_table_icon.png) right 14px no-repeat;
	background-size:81px auto;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 14px;
	font-size: 100%;
	font-weight: normal;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #d5d5d4;
	color: #222222;
	display:inline-block;
	padding: 6px 9px 6px 66px;
	text-decoration:none;
	background: #FFFFFF url(/site/shared/site_umaimonoplaza/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size: 50px auto;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/site/shared/site_umaimonoplaza/images/icon/scroll_table_df.png) 8px center no-repeat;
	background-size: 50px auto;
}
.scroll_table::-webkit-scrollbar{
 	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 	background: #BCBCBC;
}
/* ==================================================
CMS-function
================================================== */


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


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


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


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}


/* ==================================================
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;
	color: #ffffff;
	background-color: #A6511C;
	padding: 5px;
}
.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;
}
/* ==================================================
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;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


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

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

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

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

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

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


/* for google box */

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

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


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

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

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

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

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

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


/* for google box */

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

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


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

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

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

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

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

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


/* for google box */

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

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


/* ==================================================
accessibility style change:font-size
================================================== */


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

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


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

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


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

.fsize_big2 {
	font-size: 175% !important;
}

/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}