@charset "utf-8";
@media screen and (min-width : 993px) and (max-width: 1240px) {
	#tmp_wrapper {
        min-width: auto;
    }
}
@media screen and (min-width : 993px) and (max-width: 1100px) {
	#tmp_hnavi_s {
        width: 200px;
    }
}
@media screen and (max-width : 992px) {

/* ==================================================
Base-Layout
================================================== */
/* body
================================================== */
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 310px;
}
#tmp_wrapper.spmenu_open.lmenu::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
}
.container{
	padding: 0 10px;
	width: 100%;
}
/* contents
================================================== */
#tmp_contents,
#tmp_maincontents {
	word-wrap:break-word;
}
/* format-layout
================================================== */
.wrap_col_nm,
.wrap_col_rgt_navi,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none;
}
.wrap_col_lft_navi {
	float:none;
	position:static;
	z-index:auto;
}
.col_main {
	padding:0;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi,
.format_free .wrap_col_rgt_navi {
	display:none;
}
.format_free .column_lnavi .col_main {
	margin-left:0;
}
.format_free .column_rnavi .wrap_col_main,
.format_free .column_rnavi .col_main {
	margin-right:0;
}
/* ==================================================
header
================================================== */
#tmp_header {
	padding: 12px 10px 11px 20px;
	background: rgba(225, 225, 225, 0.975);
	border-bottom: 1px solid #ffffff;
}
#tmp_header .header_inner{
	gap: 0 10px;
}
#tmp_hlogo {
	background-color: transparent;
	width: 70px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	background-image: url(/site/shared/site_park/images/icon/hlogo_sp.png);
	width: 70px;
	height: 42px;
	line-height: 1.3;
	font-size: 1.5rem;
}
#tmp_hlogo a {
	width: 70px;
	height: 41px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: 70px;
	height: 41px;
}
#tmp_hnavi_s{
	justify-content: flex-end;
	flex: 1;
	padding: 2px 0 5px;
	border-left: none;
	background: none;
}
#tmp_hnavi_s > ul{
	gap: 0 15px;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu{
	position: static;
	padding-top: 1px;
	display: block;
}
#tmp_hnavi_s > ul > li#tmp_hnavi_lmenu > a{
	padding: 5px 8px;
	border-color: #ffffff;
}
#tmp_hnavi_rmenu > a:hover,
#tmp_hnavi_rmenu > a.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
#tmp_sma_rmenu .language_links a:hover {
    background-color: transparent;
}
/* sp_menu
================================================== */
#tmp_sma_lmenu{
	display: block !important;
	top: 0;
	right: 0;
	background-color: #f3f3f3;
	width: 80%;
	max-height: 100vh;
	height: 100vh;
	text-align: left;
    color: #3d3d3d;
	transform: translateX(100%);
	overflow-y: auto;
	overflow-x: hidden;
	transition: transform 0.4s ease;
	transform-origin: top left;
	z-index: 99;
}
#tmp_sma_lmenu.active{
	transform: translateX(0);
}
#tmp_sma_lmenu .menu_heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 12px 6px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#tmp_sma_lmenu .menu_heading::before{
	content: '';
	display: block;
	width: 60px;
}
#tmp_sma_lmenu .menu_title{
	font-size: 87.5%;
	color: #7a6c6c;
	background-color: #f3f3f3;
}
#tmp_sma_lmenu .close_btn a{
	display: inline-block;
	padding: 3px 0 3px 18px;
	background: transparent url(/site/shared/site_park/images/icon/icon_close.png) no-repeat 0 calc(50% - 1px);
	background-size: 14px auto;
	font-size: 87.5%;
	color: #3d3d3d;
	text-decoration: none;
}

/* gnavi
================================================== */
.show_pc,
#tmp_hnavi_s .current_lang,
#tmp_gnavi {
	display:none;
}
.show_sp,
#tmp_sma_lmenu #tmp_gnavi{
	display: block;
}
#tmp_gnavi a{
	background-color: #ffffff;
}
.gnavi{
	flex-direction: column;
}
.gnavi > li{
	position: relative;
	width: 100%;
	border-left: none;
}
.gsub_links > li:after,
.gnavi > li:after{
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gnavi > li > a{
	justify-content: flex-start;
	padding: 9px 10px 10px 20px;
	font-size: 87.5%;
	letter-spacing: 0;
	font-weight: normal;
}
.gnavi > li.active > a,
.gnavi > li > a:hover {
    background-color: transparent;
    color: inherit;
}
.gnavi > li > a:after{
	content: none;
}
.gnavi > li > a br{
	display: none;
}
/* sub */
#tmp_sma_lmenu .menu_wrapper{
	transform: translateX(0);
	transition: 0.4s ease transform;
}
.lmenu_sub #tmp_sma_lmenu .menu_wrapper{
	transform: translate(-30%);
}
.gsub{
	display: flex;
}
.gsub > a:first-of-type{
	flex: 1;
}
.gsub > a > span{
	padding-right: 0;
}
.gsub > a > span:after{
	content: none;
}
.gnavi > li > a.sub_switch::before{
	content: '';
	position: absolute;
	display: block;
	border-left: 1px solid rgba(0, 0, 0,0.1);
	width: 50px;
	z-index: 1;
	right: 0;
	top: 0;
	bottom: 0;
}
.gnavi > li > a.sub_switch:after{
	content: '';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 23px;
    left: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
	background-color: transparent;
	transform: rotate(135deg);
}
.gsub .gsub_cnt{
	position: fixed;
	top: 0;
	left: 30%;
	width: 100%;
	bottom: 0;
	background-color: #f3f3f3;
	color: #3d3d3d;
	transform: translateX(100%);
	transition: transform 0.4s ease;
	transform-origin: top left;
	z-index: 99;
	pointer-events: all;
	display: block!important;
}
.gsub .gsub_cnt.active{
	transform: translateX(0);
}
.gsub .gsub_inner{
	flex-direction: column;
}
.gsub_links{
	padding-bottom: 0;
	background-color: transparent;
	min-width: 100%;
	box-shadow: none;
	color: inherit;
}
.gsub_links > li{
	position: relative;
}
.gsub_links > li > a{
	padding: 9px 10px 10px 20px;
	font-size: 87.5%;
	letter-spacing: 0;
	line-height: 1.4;
}
.gsub_links > li > a:hover {
    background-color: transparent;
    color: inherit;
}
#tmp_gnavi_sp .close_btn_sub{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#tmp_gnavi_sp .close_btn_sub a{
	position: relative;
	display: block;
	padding: 7px 50px 6px;
	background-image: none;
	font-size: 87.5%;
	color: #7a6c6c;
	background-color: #f3f3f3;
	text-align: center;
	text-decoration: none;
	outline-offset: -1px;
}
#tmp_gnavi_sp .close_btn_sub a:before{
	content: '';
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 23px;
    right: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(0, 0, 0, 0.3);
    border-left: 2px solid rgba(0, 0, 0, 0.3);
	transform: rotate(-45deg);
}


/* pankuzu
================================================== */
#tmp_pankuzu {
	display:none;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}
/* lnavi
================================================== */
/* rnavi
================================================== */
/* pnavi
================================================== */
/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: none;
}
/* ==================================================
publicity
================================================== */
#tmp_banner{
	padding: 0;
}
#tmp_banner a::after{
	display: none;
}
#tmp_banner .banner_cnt ul{
	gap: 10px;
	max-width: 500px;
	margin: 0 auto;
	justify-content: left;
}
#tmp_banner .banner_cnt li{
	text-align: center;
	flex-direction: column;
	width: calc(50% - 8px);
}
#tmp_banner .banner_cnt{
	border-top: none;
	padding-bottom: 30px;
}
/* ==================================================
footer
================================================== */
/* fnavi */
.footer_cnt {
	padding:0 10px;
	clear:both;
}
.footer_cnt address {
	font-style:normal;
}
.copyright {
	text-align:center;
	clear:both;
}
#tmp_footer{
	border-top: 1px solid #cccccc;
	overflow: hidden;
}
#tmp_footer .footer_cnt{
	/* padding-left: 5px;
	padding-right: 5px; */
	padding: 32px 5px 19px;
}
#tmp_footer .fnavi a{
	padding-bottom: 15px;
}
#tmp_footer .fnavi a:hover{
	background-color: transparent;
	color: inherit;
}
#tmp_footer .fnavi a:after{
	display: none;
}
#tmp_footer .sitemap_links a:hover{
	text-decoration: none;
	color: inherit;
}
#tmp_footer .sitemap_ttl a:hover{
	text-decoration: none;
}
/* ==================================================
class
================================================== */

/* float ▼Do not edit
================================================== */
.float_lft,
.float_rgt {
	float:none;
	margin-left:0 !important;
	margin-right:0 !important;
}
/* youtube ▼Do not edit
================================================== */
#tmp_contents .frame_youtube {
	position:relative;
	display:block;
	height:0;
	padding-bottom:56.25%;
	overflow:hidden;
	min-width:200px;
}
#tmp_contents .frame_youtube object,
#tmp_contents .frame_youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
iframe[src*="google"] {
	width:100%;
}
/* ==================================================
parts
================================================== */
/* parts ▼Do not edit
============================== */
div.col2 div.col2L,
div.col3 div.col3L,
div.col3 div.col3M,
div.col2 div.col2 div.col2L,
div.fixed_col2 div.fixed_col2L {
	width:100%;
	margin-right:0;
	display: block;
	float:none;
	clear:both;
}
div.col2 div.col2R,
div.col3 div.col3R,
div.col2 div.col2 div.col2R,
div.fixed_col2 div.fixed_col2R {
	width:100%;
	display: block;
	float:none;
	clear:both;
}
#tmp_contents table.col2,
#tmp_contents table.col3 {
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col2 td.col2R,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M,
#tmp_contents table.col3 td.col3R{
	display: block;
    width: 100%;
}
#tmp_contents table.col2 td.col2L,
#tmp_contents table.col3 td.col3L,
#tmp_contents table.col3 td.col3M{
	border-right: 0;
}
div.img_cap {
	width:auto !important;
}
#tmp_contents img {
	max-width:100%;
	height:auto;
}
#tmp_contents ul,
#tmp_contents ol {
	margin-left:22px;
}
#tmp_contents table {
	width:auto;
}
#tmp_contents table table {
	max-width:100%;
}
#tmp_contents table th,
#tmp_contents table td {
	width:auto;
}
#tmp_contents table.gsc-search-box td.gsc-input {
	width:100% !important;
}
#tmp_contents input[type="text"],
#tmp_contents textarea {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
}

/* event_cal
================================================== */
/* cate_ttl
================================================== */
#tmp_cate_ttl img {
    height:auto;
    max-width:100%;
}


/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}
@media screen and (max-width : 480px) {
	#tmp_banner .banner_cnt li{
		width: 100%;
	}
	#tmp_footer .footer_sitemap{
		display: none;
	}
}