@charset "utf-8";
@media screen and (min-width : 641px) and (max-width: 1240px) {
	#tmp_wrapper {
        min-width: auto;
    }
}
@media screen and (min-width : 641px) and (max-width: 800px) {
	#tmp_wrapper,
	#tmp_header{
		min-width: 800px;
	}
}
@media screen and (max-width : 640px) {

/* ==================================================
Base-Layout
================================================== */
/* wrapper
================================================== */
#tmp_wrapper {
	position: relative;
	width: 100%;
	min-width: 310px;
	padding-top: 149px;
}
.container{
	padding: 0 20px;
	width: 100%;
}
.show_pc {
	display: none;
}
.show_sp {
	display: block;
}
/* 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 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#tmp_header .header_wrapper{
	flex-direction: column;
	padding: 0;
	gap: 0;
	min-height: unset;
}
#tmp_hlogo {
	margin-top: 0;
	padding:14px 7px 15px;
	width: 100%;
	max-width: 100%;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	padding-left: 0;
	padding-right: 0;
	max-width: 306px;
	background-size: 100% auto;
	height: 40px;
	line-height: 1.3;
	font-size: 1.5rem;
}
#tmp_hlogo a {
	width: 306px;
	height: 40px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width:306px;
	height:38px;
}

/* gnavi
================================================== */
#tmp_gnavi{
	position: absolute;
	top: 149px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	margin-top: -80px;
}
.nav_fixed #tmp_gnavi{
	position: fixed;
	top: 0;
	margin-top: 0;
	transition: 0.3s ease margin-top;
}
.no_javascript #tmp_gnavi{
	position: relative;
	top: 0;
	margin-top: 0;
}
.gnavi{
	gap: 0;
	padding-top: 0;
}
.gnavi li{
	width: 50%;
}
.gnavi a{
	padding: 56px 4px 10px;
	height: 100%;
	font-size: 87.5%;
	color: #FFFFFF;
	letter-spacing: -0.052em;
}
.gnavi a:before{
	top: 13px;
	background-size: 25px auto;
	bottom: auto;
	right: 0;
	margin: 0 auto;
}
.gnavi .glist1 a{
	background-color: #6f0000;
}
.gnavi .glist2 a{
	background-color: #957112;
}
.gnavi .glist1 a:before,
.gnavi .glist2 a:before{
	background-color: transparent;
}
.gnavi a:focus-visible{
	position: relative;
	z-index: 1;
}

/* footer
================================================== */
#tmp_footer .footer_cnt{
	padding: 85px 20px 77px;
	max-width: 100%;
}
#tmp_footer .ft_logo > p{
	margin-bottom: 55px;
	padding-top: 11%;
	width: 80.2%;
}
#tmp_footer .ft_address{
	flex-direction: column;
	row-gap: 25px;
	text-align: center;
}
#tmp_footer .add_name{
	margin: 0 auto 15px;
	display: table;
	font-size: 125%;
	text-align: left;
}
#tmp_footer .add_txt + .add_txt {
    margin-top: 16px;
}
#tmp_footer address:nth-child(2n) .add_txt {
    padding-left: 0;
}
#tmp_footer .fnavi{
	flex-direction: column;
	align-items: center;
	padding: 42px 20px 15px;
	row-gap: 15px;
}
#tmp_footer .fnavi li{
	padding: 0;
}
#tmp_footer .fnavi li:not(:last-of-type){
	border-right: none;
}
#tmp_footer .copyright{
	font-size: 100%;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	padding: 10px 0 7px;
}
#tmp_sma_pankuzu {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-bottom:1px solid #AABBCC;
	clear:both;
}

/* custom_update
================================================== */
#tmp_wrap_custom_update {
    margin: 52px 0 20px;
}
#tmp_update {
	display: block;
    margin-left: 0;
	font-size: 75%;
}
/* lnavi
================================================== */
/* rnavi
================================================== */
/* layout
================================================== */
/* title */
.nouson_title{
	font-size: 150%;
}

/* btn */
.btn_simple a{
	padding: 31px 66px 29px;
	background-image: url(/site/shared/site_nouson/images/icon/icon_arrow_rgt_sp.png);
	background-size: 22px auto;
	background-position: right 37px center;
	max-width: 252px;
	font-size: 81.25%;
}

/* list cards */
.list_cards{
	flex-direction: column;
	gap: 9px 0;
}
.list_cards .card_box{
	width: 100%;
}
.card_box .card_img{
	padding-top: 68.9%;
}
.card_box .card_title,
.card_box .card_text{
	font-size: 112.5%;
}
.card_box .card_content {
    padding: 44px 20px 32px;
}
.card_box .card_title {
    margin-bottom: 19px;
}
.card_box .card_text{
	line-height: 1.6;
}
.card_box .card_link{
	margin-top: 15px;
}
.card_box .card_link a{
	font-size: 125%;
}
.card_box .card_link a:after{
	top: 12px;
}
.card_box .card_place + .card_link{
	margin-top: 29px;
}

/* list news */
#tmp_contents .news_list .news_item,
.news_list .news_item {
    margin-bottom: 16px;
}
.news_list .news_item > a{
	flex-direction: column;
	align-items: flex-start;
	padding: 11px 46px 8px 20px;
}
.news_list .news_item > a:after{
	right: 32px;
}
.news_list .news_title,
.news_list .news_date{
	margin-bottom: 9px;
	padding-right: 0;
	width: 100%;
	font-size: 112.5%;
}
.news_list .news_des{
	padding-left: 0;
}
.news_list .news_text{
	font-size: 100%;
}
.news_list .news_des:before{
	content: none;
}

/* news wrap */
.news_wrapper .nouson_heading{
	padding: 36px 44px 23px 10px;
}
.news_wrapper .nouson_heading:before{
	width: 24px;
	height: 24px;
}
.news_wrapper .nouson_title{
	padding-bottom: 21px;
    background-image: url(/site/shared/site_nouson/images/icon/news_ttl_sp.png);
	background-size: auto 15px;
}
.news_wrapper .news_cnt {
    padding: 50px 20px 92px;
}
.news_wrapper .news_list {
    margin-bottom: 60px;
}
.news_wrapper .btn_simple {
    padding-right: 8px;
	letter-spacing: -0.06em;
}

/* setting hover */
.card_box .card_link a:hover,
#tmp_footer .fnavi a:hover,
.news_list .news_item > a:hover .news_title,
.btn_simple a:hover,
.gnavi a:hover{
	text-decoration: none;
}

/* plugin
================================================== */
.plugin {
	display:none; /* do not edit */
}
/* model_change
================================================== */
.wrap_mc_pc,
.wrap_mc_pc #tmp_switch_pc_style {
	display: 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%;
}
/* ==================================================
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;
}
#tmp_contents div.col3 ul,
#tmp_contents div.col2 ul {
	margin-bottom: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%;
}
/* linkicon
================================================== */
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	background-size: 51px auto;
	padding-left:60px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_nouson/images/icon/icon_pdf_sp.png);
}
a.icon_word {
	background-image:url(/site/shared/site_nouson/images/icon/icon_word_sp.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_nouson/images/icon/icon_excel_sp.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_nouson/images/icon/icon_ppt_sp.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_nouson/images/icon/icon_txt_sp.png);
}
/* reset hover
================================================== */

/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}