@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
textarea {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
em {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
a:link,
a:visited{
	color:#002193;
}
a:hover {
	text-decoration: none;
}
body {
	font-size:100%;	/* 16px */
    color: #111111;
    background-color: transparent;
}

/* Styles
================================================== */
/* text */
.txt_red {
	color:#870b0b; /* Setting by CMS sheets */
}
.txt_green {
	color:#0d7336; /* Setting by CMS sheets */
}
.txt_big {
	font-size:150%; /* Setting by CMS sheets */
}
.txt_small {
	font-size:87.5%; /* Setting by CMS sheets */
}

/* bgcolor */
td.bg_light_blue,
th.bg_light_blue {
	color: inherit;
	background-color: #E8FDFE;
}
td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #EEF9FF;
}
td.bg_green,
th.bg_green {
	color: inherit;
	background-color: #EAFFDF;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	min-width: 1440px;
	margin:0 auto;
    background: url("/shared/site_sportslink/images/main/bg.png") repeat 0 0;
}
.container {
	width:1200px;
	margin:0 auto;
	padding:0 20px;
}
.col_main {
    padding: 0 0 80px;
}
.custom_team #tmp_wrap_main {
    background: url("/shared/templates/sportslink_free/images/bg_team.png") no-repeat top center;
    padding-top: 150px;
}

/* format カラムのレイアウトのbaseロジック
================================================== */
.wrap_col_lft_navi {
	float: left;
	position: relative;
	z-index: 1;
}
.column_lnavi .wrap_col_main {
	width: 100%;
	float: right;
}

/* free
================================================== */
.format_free .wrap_col_lft_navi {
	width: 326px;
	margin-right: -400px;
}
.format_free .column_lnavi .col_main {
	margin-left: 400px;
}

/* header
================================================== */
#tmp_header {
	padding:13px 0 2px;
}
#tmp_header .container {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a,
#tmp_hlogo span {
	display:block;
	width:270px;
	height:60px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	background: url("/shared/site_sportslink/images/header/hlogo.png") no-repeat 0 0;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
}

/* search */
#tmp_search {
	margin-left: auto;
    padding-top: 12px;
}
#tmp_search .wrap_sch_box {
    display: flex;
}
#tmp_search .sch_box {
    margin-right: 5px;
}
#tmp_query {
    width: 249px;
    height: 100%;
    border: 2px solid #d5d5d5;
    border-radius: 3px;
    padding: 4px 16px;
}
#tmp_func_sch_btn {
	display:block;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	text-align:left;
    border: none;
    width: 40px;
    height: 40px;
    background: url("/shared/site_sportslink/images/header/search_brn.png") no-repeat 0 0;
    cursor: pointer;
}

/* gnavi
================================================== */
#tmp_gnavi {
    margin: 0 0 95px;
	clear:both;
}
.format_top #tmp_gnavi {
    margin-bottom: 16px;
}
.custom_idx #tmp_gnavi {
    margin-bottom: 20px;
}
.custom_team #tmp_gnavi {
    margin-bottom: 10px;
}
#tmp_gnavi ul {
	list-style:none;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    font-weight: bold;
}
#tmp_gnavi a {
	display:block;
	padding:10px 0;
	text-decoration:none;
    color: #111111;
    background-color: transparent;
    position: relative;
}
#tmp_gnavi a::before {
    content: '';
    background-color: #111111;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .3s;
}
#tmp_gnavi .active a:hover::before,
#tmp_gnavi a:hover::before,
#tmp_gnavi a:focus::before {
    transform: scale(1, 1);
}
/* lnavi
================================================== */
/* lnavi_refine */
#tmp_lnavi_refine {
    border: 1px solid #E4E4E4;
    background-color: #ffffff;
    color: inherit;
    margin: 0 0 17px;
}
#tmp_lnavi_refine_ttl {
    background-color: #002193;
    color: #ffffff;
    padding: 14px 23px;
}
#tmp_lnavi_refine_ttl h2 {
    font-size: 125%;
}
#tmp_lnavi_refine_cnt {
    padding: 0 24px;
}
#tmp_lnavi_refine_cnt h3 {
    margin: 0 0 17px;
}
#tmp_lnavi_refine_cnt .refine_area {
    padding: 16px 0 17px;
}
#tmp_lnavi_refine_cnt .refine_sports {
    padding: 25px 0 5px;
    border-top: 1px solid #E4E4E4;
}
#tmp_lnavi_refine_cnt .refine_area h3 {
    background: url("/shared/site_sportslink/images/icon/lnavi_refine_icon_area.png") no-repeat left center;
    padding-left: 24px;
}
#tmp_lnavi_refine_cnt .refine_sports h3 {
    background: url("/shared/site_sportslink/images/icon/lnavi_refine_icon_sports.png") no-repeat left center;
    padding-left: 32px;
}
#tmp_lnavi_refine_cnt ul {
    list-style: none;
    margin: 0 -2px 0 0;
    display: flex;
    flex-wrap:wrap;
    gap: 0 5px;
}
#tmp_lnavi_refine_cnt ul li {
    margin: 0 0 9px;
    line-height: 1;
}
#tmp_lnavi_refine_cnt ul li a {
    display: block;
    text-decoration: none;
    padding: 3px 14px 5px;
    border: 2px solid #EDEDED;
    background-color: #EDEDED;
    color: #111111;
    border-radius:1.5em;
    transition: all 0.3s ease-in-out;
}
#tmp_lnavi_refine_cnt ul li a:hover {
    border-color: #002193;
}
#tmp_lnavi_refine_cnt ul li a.active {
    border-color: #002193;
    background-color: #002193;
    color: #ffffff;
}
#tmp_lnavi_refine_btn {
    border-top: 1px solid #E4E4E4;
    padding: 14px 12px 11px;
    text-align: center;
    font-size: 125%;
    letter-spacing: 0.2em;
}
#tmp_lnavi_refine_btn a {
	padding:8px 10px;
	text-decoration:none;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-grow:1;
	text-align:center;
    min-height: 50px;
    color:#ffffff;
	background-color:#002193;
	background: -moz-linear-gradient(90deg, #00671D, #002193); 
	background: -webkit-linear-gradient(90deg, #00671D, #002193); 
	background: linear-gradient(90deg, #00671D, #002193);
    border-radius: 25px;
}
#tmp_lnavi_refine_btn span {
    display: inline-block;
    background: url("/shared/site_sportslink/images/icon/lnavi_refine_icon_sch.png") no-repeat right center;
    padding: 0 22px 2px 0;
}
#tmp_lnavi_refine_btn a:hover {
  text-decoration: underline;
}

/* lnavi_bnr */
#tmp_lnavi_bnr {
    list-style: none;
    margin: 0;
}
#tmp_lnavi_bnr li {
    margin: 0 0 10px;
    font-size: 143.75%;
    font-weight: bold;
}
#tmp_lnavi_bnr li a {
    text-decoration: none;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    display: flex;
	align-items: center;
	flex-grow:1;
    min-height: 84px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}
#tmp_lnavi_bnr li.lnavi_bnr_golf a,
#tmp_lnavi_bnr li.lnavi_bnr_ski a {
    background-color: #ffffff;
    color: #111111;
    background-repeat: no-repeat;
    padding-left: 120px;
}
#tmp_lnavi_bnr li.lnavi_bnr_golf a {
    background-image: url("/shared/site_sportslink/images/icon/lnavi_bnr_icon_golf.png");
    background-position: 28px center;
}
#tmp_lnavi_bnr li.lnavi_bnr_ski a {
    background-image: url("/shared/site_sportslink/images/icon/lnavi_bnr_icon_ski.png");
    background-position: 25px center;
}
#tmp_lnavi_bnr li.lnavi_bnr_golf span,
#tmp_lnavi_bnr li.lnavi_bnr_ski span {
    display: inline-block;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-position: left top;
}
#tmp_lnavi_bnr li.lnavi_bnr_golf span {
    background-image: url("/shared/site_sportslink/images/icon/lnavi_bnr_en_golf.png");
}
#tmp_lnavi_bnr li.lnavi_bnr_ski span {
    background-image: url("/shared/site_sportslink/images/icon/lnavi_bnr_en_ski.png");
}
#tmp_lnavi_bnr li.lnavi_bnr_guide {
    font-size: 137.5%;
}
#tmp_lnavi_bnr li.lnavi_bnr_guide a,
#tmp_lnavi_bnr li.lnavi_bnr_green a,
#tmp_lnavi_bnr li.lnavi_bnr_blue a {
	justify-content: center;
    color: #ffffff;
}
#tmp_lnavi_bnr li.lnavi_bnr_guide a {
    min-height: 120px;
	background-color:#002193;
	background: -moz-linear-gradient(180deg, #00671D, #002193); 
	background: -webkit-linear-gradient(180deg, #00671D, #002193); 
	background: linear-gradient(180deg, #00671D, #002193);
}
#tmp_lnavi_bnr li.lnavi_bnr_green a {
    background-color: #1A9332;
}
#tmp_lnavi_bnr li.lnavi_bnr_blue a {
    background-color: #1565C0;
}
#tmp_lnavi_bnr li.lnavi_bnr_guide a:hover,
#tmp_lnavi_bnr li.lnavi_bnr_green a:hover,
#tmp_lnavi_bnr li.lnavi_bnr_blue a:hover {
	background-color: #ffffff;
    background-image: none;
    color: #111111;
}

/* cate_ttl
================================================== */
#tmp_cate_ttl {
    background: url("/shared/templates/sportslink_free/images/cate_ttl_bg.png") no-repeat top center;
    display: flex;
    align-items: center;
    min-height: 212px;
    margin: 0 0 30px;
}
#tmp_cate_ttl h1 {
    font-size: 187.5%;
    display: block;
    padding:80px 0 30px;
    background-repeat: no-repeat;
    background-position: left top;
}
#tmp_cate_ttl.cate_ttl_news h1 {
    background-image: url("/shared/templates/sportslink_free/images/cate_ttl_en_news.png");
}
#tmp_cate_ttl.cate_ttl_facility h1 {
    background-image: url("/shared/templates/sportslink_free/images/cate_ttl_en_facility.png");
}
#tmp_cate_ttl.cate_ttl_event h1 {
    background-image: url("/shared/templates/sportslink_free/images/cate_ttl_en_event.png");
}
#tmp_cate_ttl.cate_ttl_team h1 {
    background-image: url("/shared/templates/sportslink_free/images/cate_ttl_en_team.png");
}
#tmp_cate_ttl.cate_ttl_volunteer h1 {
    background-image: url("/shared/templates/sportslink_free/images/cate_ttl_en_volunteer.png");
}
#tmp_cate_ttl.cate_ttl_commission h1 {
    background-image: url("/shared/templates/sportslink_free/images/cate_ttl_en_about.png");
}
#tmp_cate_ttl.cate_ttl_teamtoyama h1 {
    background-image: url("/shared/templates/sportslink_free/images/cate_ttl_en_teamtoyama.png");
}

/* pankuzu
================================================== */
#tmp_pankuzu {
    text-align: right;
    font-size: 87.5%;
}

/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}

/* footer
================================================== */
#tmp_footer {
	padding:84px 0 88px;
	color: #ffffff;
	background-color:#002193;
	background: -moz-linear-gradient(90deg, #00671D, #002193); 
	background: -webkit-linear-gradient(90deg, #00671D, #002193); 
	background: linear-gradient(90deg, #00671D, #002193);
    margin-top: 40px;
}
#tmp_footer .wrap_footer {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#tmp_footer .footer_logo {
    width: 320px;
}
#tmp_footer .footer_logo .logo_name {
    font-size: 150%;
    background: url("/shared/site_sportslink/images/footer/footer_toyama.png") no-repeat 50px top;
    padding-top: 145px;
}
#tmp_footer .footer_logo .logo_name_en {
    text-align: center;
}
#tmp_footer .footer_cnt {
    max-width: 730px;
    margin-left: auto;
    padding-top: 33px;
}
/* fnavi  */
.fnavi {
	list-style:none;
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 0 60px;
    font-size: 112.5%;
    padding-bottom: 15px;
}
.fnavi li {
    margin: 0 0 20px;
}

/* inq_btn */
#tmp_footer .inq_btn {
    text-align: right;
    clear: both;
    font-size: 112.5%;
    margin-bottom: 30px;
}
#tmp_footer .inq_btn a,
.fnavi li a {
    display: inline-block;
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
}
#tmp_footer .inq_btn a {
    border-bottom: 1px solid #ffffff;
}
#tmp_footer .inq_btn a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -0.2em 0 0 0.6em;
    background: url("/shared/site_sportslink/images/icon/external_icon.png") no-repeat center top;
}
.copyright {
	text-align: right;
    font-size: 87.5%;
}

#tmp_footer .inq_btn a:hover {
    border-bottom-color: transparent;
}
.fnavi li a:hover {
    text-decoration: underline;
}

/* ==================================================
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;
}
#tmp_main 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;
}
#tmp_main table.col3 td.col3L,
#tmp_main 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;
}

/* ==================================================
hover
================================================== */
/* 枠
================================================== */
#tmp_lnavi_bnr li a,
#tmp_top_sec_event .sns_bnr_list li a,
#tmp_top_sec_publicity ul li a {
    position: relative;
}
#tmp_lnavi_bnr li a::after,
#tmp_top_sec_event .sns_bnr_list li a::after,
#tmp_top_sec_publicity ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}
#tmp_lnavi_bnr li a::after {
    border-radius: 5px;
}
.team_card li a:hover,
#tmp_lnavi_bnr li a:hover::after,
#tmp_top_sec_event .sns_bnr_list li a:hover::after,
#tmp_top_sec_publicity ul li a:hover::after {
    border-color: #002193;
}

#tmp_contents .team_card li a:hover span.team_card_type,
.team_card li a:hover span.team_card_type {
    background-color: #ffffff;
    color: #002193;
}
/* image
================================================== */
.news_card li span.news_card_img,
.volunteer_card li span.volunteer_card_img span {
    overflow: hidden;
}
.news_card li span.news_card_img img,
.volunteer_card li span.volunteer_card_img span img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.news_card li a:hover span.news_card_img img,
.volunteer_card li a:hover span.volunteer_card_img span img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}
/* underline
================================================== */
.news_card li a:hover span.news_card_ttl,
.facility_card li a:hover span.facility_card_ttl,
.event_card li a:hover span.event_card_ttl,
.volunteer_card li a:hover span.volunteer_card_ttl {
    text-decoration: underline;
}

/* ==================================================
Splide control common
================================================== */
.splide__controls {
    display: flex;
	align-items: center;
	justify-content: center;
}
.splide__toggle,
.animation_stop a {
	position: relative;
    z-index: 1;
	display: inline-block;
	text-decoration: none;
    line-height: 1.2;
	padding: 5px 24px 3px 14px;
	min-width: 105px;
    min-height: 32px;
	text-align: left;
    border: 1px solid #00671E;
    background-color: #ffffff;
    color: #00671E !important;
    border-radius: 16px;
}
.splide__toggle:before,
.splide__toggle:after,
.animation_stop a:before,
.animation_stop a:after {
	content: '';
	width: 2px;
	height: 8px;
	position: absolute;
	top: 11px;
	right: 11px;
	background-color: #00671E;
}
.splide__toggle:after,
.animation_stop a:after {
	right: 14px;
}
.splide__toggle:not(.is-active):after,
.effcts_off .animation_stop a:after {
	content: none;
}
.splide__toggle:not(.is-active):before,
.effcts_off .animation_stop a:before {
	top: 10px;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #00671E;
	background-color: transparent;
}
.splide__toggle:hover,
.animation_stop a:hover {
    background-color: #00671E;
    color: #ffffff !important;
}
.splide__toggle:hover:before,
.splide__toggle:hover:after,
.animation_stop a:hover:before,
.animation_stop a:hover:after {
	background-color: #ffffff;
}
.splide__toggle:not(.is-active):hover:before,
.effcts_off .animation_stop a:hover:before {
	border-color: transparent transparent transparent #ffffff;
	background-color: transparent;
}
.splide__arrow {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	color: #ffffff;
	background-color:#002193;
	background: -moz-linear-gradient(180deg, #00671D, #002193); 
	background: -webkit-linear-gradient(180deg, #00671D, #002193); 
	background: linear-gradient(180deg, #00671D, #002193);
	transform: none;
	text-indent: 100%;
	white-space: nowrap;
	border-radius: 25px;
	left: 0;
    top: auto;
}
.splide__arrow:after {
}
.splide__arrow--next{
	right: 0;
}
.splide__arrow:after {
    content: '';
    position: absolute;
	top: 17px;
    left: 17px;
    width: 14px;
    height: 16px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    z-index: 2;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
    background-image: url("/shared/site_sportslink/images/icon/splide_prev_icon.png");
}
.splide__arrow--next:after {
	left: 19px;
    background-image: url("/shared/site_sportslink/images/icon/splide_next_icon.png");
}

/* ==================================================
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 #tmp_hnavi_s,
.disp_pc #tmp_sma_rmenu {
	display:none;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
.container:after,
#tmp_header:after,
#tmp_hnavi:after,
#tmp_main:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_footer:after,
.fnavi:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

/* ==================================================
hidden
================================================== */
.sma_rmenu_navi li:nth-child(1) {
    display: none;
}