@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: 1100px) {
.fsize_big #tmp_wrapper .gnavi > li > a,
.fsize_big2 #tmp_wrapper .gnavi > li > a{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 100%;
}
}
@media screen and (min-width : 641px) and (max-width: 1000px) {
	.gnavi > li > a{
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media screen and (min-width : 641px) and (max-width: 930px) {
	.fsize_big2 #tmp_wrapper .gnavi > li > a{
		font-size: 100%;
	}
	#tmp_hlogo,
	#tmp_hlogo h1 span,
	#tmp_hlogo p span,
	#tmp_hlogo h1,
	#tmp_hlogo p{
		width: 230px;
	}
	.gnavi{
		gap: 4px;
	}
	.gnavi > li > a{
		font-size: 100%;
	}
}
@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;
	padding-top: 83px;
	width: 100%;
	min-width: 310px;
}
.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;
}
.show_pc {
	display: none;
}
.show_sp {
	display: block;
}
/* top
================================================== */
.format_top #tmp_main_menu,
.format_top #tmp_main {
	float:none;
	width:100%;
}
/* free
================================================== */
.format_free .wrap_col_lft_navi {
	display:none;
}
.format_free .wrap_col_rgt_navi {
	width: 100%;
}
.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 {
	border-top-width: 3px;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#tmp_header .header_inner{
	padding: 3px 0;
	min-height: 79px;
}
#tmp_hlogo{
	margin: 0 0 -9px -1px;
	width: 195px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display:inline-block;
	width: 195px;
	height: 60px;
	line-height: 1.3;
	font-size: 1.5rem;
}
#tmp_hlogo a {
	width: 195px;
	height: 60px;
	color: inherit;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	width: 195px;
	height: 58px;
}
#tmp_header .header_cnt{
	justify-content: center;
}
#tmp_hnavi_s{
	position: static;
	display: block;
	z-index: 99;
}
#tmp_hnavi_s > ul {
	list-style: none;
}
#tmp_hnavi_s > ul > li > a {
	display:flex;
	justify-content: center;
	align-items: center;
	background-color: #c1272d;
	color: #ffffff;
	width:60px;
	height:60px;
	border-radius: 10px;
	font-size: 0.6rem;
	text-decoration:none;
}
#tmp_hnavi_mmenu > a > span {
	position: relative;
	display: block;
	margin: auto;
	background-color: #ffffff;
	width: 25px;
	height: 2px;
	color: #c1272d;
	text-indent: -9999px;
	transition: transform 0.3s ease;
}
#tmp_hnavi_mmenu > a > span:after,
#tmp_hnavi_mmenu > a > span:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	background-color: #ffffff;
	width: 25px;
	height: 2px;
	color: #c1272d;
	transition: transform 0.3s ease;
}
#tmp_hnavi_mmenu > a > span:before {
	transform: translateY(-10px);
}
#tmp_hnavi_mmenu > a > span:after {
	transform: translateY(8px);
}
#tmp_hnavi_s > ul > li > a.active{
	background-color: #ffffff;
	color: #c1272d;
}
#tmp_hnavi_mmenu > a.active > span:before,
#tmp_hnavi_mmenu > a.active > span:after{
	background-color: #c1272d;
	color: #ffffff;
}
#tmp_hnavi_mmenu > a.active > span:before {
	transform: rotate(135deg);
}
#tmp_hnavi_mmenu > a.active > span:after{
	transform: rotate(-135deg);
}

/* sp_menu
================================================== */
.spmenu_open {
	position:relative;
	width: 100%;
	min-height: 100%;
    z-index: 98;
    background: #ffffff;
    color: #222222;
}
.spmenu_open:before {
	content: "";
	min-height: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 46px;
	left: 0;
	z-index: 98;
	background-color: rgba(0,0,0,0.5);
}
#tmp_sma_mmenu{
	top: calc(100% + 1px);
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #c1272d;
	max-height: calc(100vh - 83px);
	height: 100vh;
	color: #ffffff;
	text-align: left;
	overflow-y: auto;
	transition: opacity 0.3s ease-in-out;
}
#tmp_sma_mmenu .menu_inner{
	padding-bottom: 50px;
}
#tmp_sma_mmenu .close_btn{
	display: none;
}
#tmp_sma_mmenu .close_btn a{
	background-color: #c1272d;
	color: #ffffff;
}
.mmenu #tmp_header{
	background-color: #c1272d;
	color: #ffffff;
}
.mmenu #tmp_hlogo h1,
.mmenu #tmp_hlogo p{
	background-color: #c1272d;
	background-image: url(/site/shared/site_aruku/images/icon/hlogo_wh.png);
	color: #ffffff;
}

/* gnavi
================================================== */
#tmp_header .header_utility,
#tmp_gnavi{
	display:none;
}
#tmp_sma_mmenu .header_utility,
#tmp_sma_mmenu #tmp_gnavi{
	display: block;
}
.gnavi{
	flex-direction: column;
	gap: 0;
	padding-bottom: 0;
}
.gnavi > li{
	border-bottom: 1px solid #8e2b29;
}
.gnavi > li > a{
	padding: 6px 34px 7px 20px;
	background-color: transparent;
	background-image: url(/site/shared/site_aruku/images/icon/navi_arrow_link.png);
	background-repeat: no-repeat;
	background-position: right 19px center;
	background-size: 9px auto;
	color: inherit;
}
.gnavi > li > a > span{
	padding-left: 30px;
}
.gnavi .glist1 > a > span{
	padding-left: 30px;
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon5.png);
	background-size: 22px auto;
}
.gnavi .glist2 > a{
	padding-left: 23px;
}
.gnavi .glist2 > a > span{
	padding-left: 27px;
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon6.png);
	background-size: 17px auto;
}
.gnavi .glist3 > a > span{
	padding-left: 30px;
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon7.png);
}
.gnavi .gsub > a{
	padding-right: 36px;
	background-image: url(/site/shared/site_aruku/images/icon/navi_arrow_down.png);
	background-size: 15px auto;
	background-position: right 16px top calc(50% + 1px);
}
.gnavi .glist4 > a{
	padding-top: 8px;
	padding-bottom: 6px;
}
.gnavi .glist4 > a > span{
	padding-right: 36px;
	padding-left: 30px;
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon8.png);
	background-position: 4px center;
}
.gnavi .glist1.active > a,
.gnavi .glist1 > a:hover,
.gnavi .glist2.active > a,
.gnavi .glist2 > a:hover,
.gnavi .glist3.active > a,
.gnavi .glist3 > a:hover,
.gnavi .glist4.active > a,
.gnavi .glist4 > a:hover{
	background-color: transparent;
	color: inherit;
}
.gsub .gsub_cnt{
	position: static;
}
.gsub .gsub_inner{
	display: block;
	padding-right: 0;
}
.gsub_links{
	padding: 0;
	background-color: #ad2328;
	min-width: auto;
	border-radius: 0;
	color: #ffffff;
	overflow-y: visible;
	max-height: 100% !important;
}
.gsub_links > li{
	list-style: none;
	background-color: #ad2328;
	border-top: 1px solid #8a1c20;
}
.gsub_links > li > a{
	padding: 7px 40px 6px 50px;
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon_search.png);
	background-size: 15px auto;
	background-position: right 20px center;
	background-repeat: no-repeat;
	transition: none;
}
.gsub_links > li > a::before,
.gsub_links > li > a::after{
	display: none;
}
.gsub_links > li > a > span{
	display: inline-block;
	padding: 4px 0 4px 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 13px auto;
	color: inherit;
}
.gsub_links > li > a:hover,
.gsub_links > li > a:active{
	background-position: right 20px center;
	color: #ffffff;
}
.gsub_links .gsub1 > a > span{
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon9.png);
	background-position: 5px center;
}
.gsub_links .gsub2 > a > span{
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon10.png);
	background-size: 22px auto;
}
.gsub_links .gsub3 > a > span{
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon11.png);
	background-size: 21px auto;
}
.gsub_links .gsub4 > a > span{
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon12.png);
	background-position: 5px center;
}
.gsub_links .gsub5 > a{
	padding-bottom: 7px;
}
.gsub_links .gsub5 > a > span{
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon13.png);
	background-position: 4px center;
	background-size: 14px auto;
}
.gsub_links .gsub6 > a{
	padding-bottom: 5px;
}
.gsub_links .gsub6 > a > span{
	background-image: url(/site/shared/site_aruku/images/icon/navi_icon14.png);
	background-size: 21px auto;
}
.gsub_links > li:not(:last-of-type){
	border-bottom: none;
}
#tmp_header .header_utility{
	border-bottom: 1px solid #8e2b29;
}
#tmp_header .header_utility a{
	display: flex;
	padding: 11px 30px 10px 20px;
	background: transparent url(/site/shared/site_aruku/images/icon/navi_arrow_link.png) no-repeat right 20px center;
	background-size: 9px auto;
	color: #ffffff;
	text-decoration: none;
}
#tmp_header .header_utility span{
	display: inline-block;
	padding: 4px 0 4px 30px;
	background: transparent url(/site/shared/site_aruku/images/icon/navi_icon15.png) no-repeat left center;
	background-size: 22px auto;
	color: inherit;
}
#tmp_header .header_utility a:focus-visible,
.gsub_links > li > a:focus-visible,
.gnavi > li > a:focus-visible{
	outline-offset: -1px;
}

/* ==================================================
footer
================================================== */
#tmp_footer .pnavi{
	text-align: center;
}
#tmp_footer .pnavi a{
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 150px;
	font-weight: bold;
	transition: none;
	padding-top: 7px;
}
#tmp_footer .pnavi a:hover{
	top: -40px;
	height: 40px;
}
#tmp_footer .pnavi span{
	padding-left: 25px;
	padding-right: 0px;
	background-position: left center;
}
#tmp_footer .footer_info{
	padding: 20px 0;
}
#tmp_footer .info_text{
	padding: 0 8px;
	line-height: 1.66;
}
#tmp_footer .footer_btm{
	padding-bottom: 32px;
}
#tmp_footer .footer_btm .cnt{
	flex-direction: column;
}
#tmp_footer .fnavi{
	margin-bottom: 12px;
	padding-right: 20px;
}
#tmp_footer .fnavi a:hover{
	text-decoration: underline;
}
/* lnavi
================================================== */
/* rnavi
================================================== */
/* pnavi
================================================== */
/* 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;
}

/* 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_aruku/images/icon/icon_pdf_sp.png);
}
a.icon_word {
	background-image:url(/site/shared/site_aruku/images/icon/icon_word_sp.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_aruku/images/icon/icon_excel_sp.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_aruku/images/icon/icon_ppt_sp.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_aruku/images/icon/icon_txt_sp.png);
}

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

/* Reset Hover */
.color_black #tmp_wrapper #tmp_hnavi_s > ul > li > a,
.color_blue #tmp_wrapper #tmp_hnavi_s > ul > li > a,
.color_yellow #tmp_wrapper #tmp_hnavi_s > ul > li > a{
	border: 1px solid;
}
.color_black #tmp_wrapper #tmp_hnavi_mmenu > a > span,
.color_black #tmp_wrapper #tmp_hnavi_mmenu > a.active > span:before,
.color_black #tmp_wrapper #tmp_hnavi_mmenu > a.active > span:after,
.color_blue #tmp_wrapper #tmp_hnavi_mmenu > a > span,
.color_blue #tmp_wrapper #tmp_hnavi_mmenu > a.active > span:before,
.color_blue #tmp_wrapper #tmp_hnavi_mmenu > a.active > span:after{
	background-color: #ffffff !important;
}
.color_black #tmp_wrapper #tmp_hnavi_mmenu > a.active > span{
	background-color: #000000 !important;
}
.color_blue #tmp_wrapper #tmp_hnavi_mmenu > a.active > span{
	background-color: #00008B !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu > a > span,
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu > a > span:before,
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu > a > span:after,
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu > a.active > span:before,
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu > a.active > span:after{
	background-color: #0000FF !important;
}
.color_yellow #tmp_wrapper #tmp_hnavi_mmenu > a.active > span{
	background-color: #FFFF00 !important;
}
.color_black #tmp_wrapper .gsub .gsub_links,
.color_blue #tmp_wrapper .gsub .gsub_links,
.color_yellow #tmp_wrapper .gsub .gsub_links,
.color_black #tmp_wrapper #tmp_header .header_utility a,
.color_blue #tmp_wrapper #tmp_header .header_utility a,
.color_yellow #tmp_wrapper #tmp_header .header_utility a{
	border: none;
}
.color_black #tmp_wrapper .gnavi .gsub > a,
.color_blue #tmp_wrapper .gnavi .gsub > a{
	background-image: url(/site/shared/site_aruku/images/icon/navi_arrow_down.png) !important;
}
.color_yellow #tmp_wrapper .gnavi .gsub > a{
	background-image: url(/site/shared/site_aruku/images/icon/navi_arrow_down_blue.png) !important;
}
.color_yellow #tmp_hlogo,
.color_black #tmp_hlogo,
.color_blue #tmp_hlogo{
	margin: 0;
	padding-top: 9px;
	padding-left: 1px;
}
.furigana_on #tmp_wrapper #tmp_footer .pnavi a{
	padding-right: 9px;
}
/* ==================================================
clearfix
================================================== */
#tmp_sma_lnavi_cnt .switch_menu .noicon_list:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
}