@charset "utf-8";

body,
tooltip,
popover {
}

_:lang(x)::-ms-backdrop, .selector { /* IE11でのみ有効 */ } 

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: normal;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-weight: 900;
}

html {
	background: #ffffff;
}
body {
	letter-spacing: -.01em;
	line-height: 1.5;
	z-index: -9999;
	color: #534741;
	background-color: #ffffff;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	color: #534741;
	text-align: left;
}
table ol{
	margin-bottom: 0;
}
a {
	color: #42210B;
}
a:hover {
	color: #42210B;
	opacity: 0.7;
	transition:all 0.3s ease;
	text-decoration: none;
}
b, strong, .bold{
	font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	height: max-content;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.75rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1.0rem;
}
/* ########### 991px以下 ＞lg ########### */
@media (max-width: 991px) {
}
/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {
}
/* ########### 575px以下 ＞sm ########### */
@media (max-width: 575px) {
h1 {
	font-size: 1.5rem;
}
h2 {
	font-size: 1.25rem;
}
h3 {
	font-size: 0.95rem;
}
h4, h5, h6 {
	font-size: 0.9rem;
}
}

/*テンプレート設定*/
/*ヘッダー設定*/
#navbar{
	background: url(https://are-toyama.com/w/wp-content/uploads/2020/10/bg_topics.jpg) repeat 30% 50%;
}
#navbar button{
	position: absolute;
	top: -42px;
	right: 18px;
}
.navbar-toggler{
	padding: .17rem .3rem;
}
#HeaderWrapper {
	border-top: #555555 5px solid;
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
	background: url(https://are-toyama.com/w/wp-content/uploads/2020/10/header_bg_wave.png) 0 0 no-repeat;
	background-size: cover;
	background-color: rgba(255,255,255,0.7);
	z-index: 9999;
}
#HeaderWrapper {
}
/* ########### 991px以下 ＞lg ########### */
@media (max-width: 991px) {
	#HeaderWrapper {
		position: relative;
		border-bottom: #cccccc 1px solid;
		background-color: rgba(255,255,255,0.7);
	}
	#HeaderWrapper .navbar-brand,
	#HeaderWrapper .navbar-brand img{
		max-width: 70%;
	}
	#HeaderWrapper #navContent{
		display: block!important;
	}
	#navbarNav{
		background: #efefef;
		border-radius: 5px;
		padding: 10px;
	}
	#navbarNav ul li{
		border-bottom: #333 1px dotted;
		padding: 10px;
	}
}
/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {
}
/* ########### 539px(sm)以下 スマホ用 ########### */
@media (max-width: 539px) {
}
/*ヘッダー設定　ここまで*/

/*フッター設定*/
#FooterWrapper{
	background: #e3e3e3;
	margin-top: 40px;
	background: url(https://are-toyama.com/w/wp-content/uploads/2020/10/bg_footer.jpg) 0 0 no-repeat;
	background-size: cover;
}
#FooterWrapper #footer{
	background-color: rgba(255,255,255,0.7);
}
#footerSitemap ul{
	padding: 0 20px;
}
#footerSitemap li{
	list-style: none;
	line-height: 2.0;
}
#footerSitemap li.child{
	padding-left: 10px;
}
#footerSitemap li a{
	color: #666666;
}
#FooterSiteMenu{
}
div.toTop{
    position: fixed;
    bottom: 15px;
    left: 15px;
	z-index: 9999;
}
div.toTop a{
    display: block;
	font-size: 80%;
	cursor: pointer;
}
/*フッター設定　ここまで*/

/*全ページ共通*/
.frameAccess{
	background: url(https://are-toyama.com/w/wp-content/uploads/2020/10/bg_bn.png) left bottom no-repeat;
	background-size: cover;
}

p.date{
	font-size: 80%;
}

.page-hr{
	height: 8px;
}

.breadcrumb_bg{
}
.breadcrumb{
	border-radius: 0;
}
.breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before{
	color: #534741;
}
.breadcrumb_bg .breadcrumb{
	background: none;
}
.img-responsive{
	width:100%;
	max-width:100%;
}

/* フェードイン用のCSS */
/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }
/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
 }
 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }
/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }
/*全ページ共通ここまで*/

/*お知らせ*/
ul#FeedBox{
	padding-left: 10px;
}
#FeedBox li{
	border-bottom: #1A1A1A 1px dotted;
	text-align: left;
}
#FeedBox li span.title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	vertical-align: middle;
}


.Slug1{
	color: #fff;
	background-color: #969696;
}
.Slug2{
	color: #fff;
	background-color: #7E9B3B;
}
.Slug3{
	color: #fff;
	background-color: #006837;
}


#feedSwiper {
	border-top: #1A1A1A 1px dotted;
}
.swiper-container1 {
	height: 255px;
	overflow: hidden;
}
.swiper-container ul.swiper-wrapper{
	margin: 0;
	padding: 0;
}
.swiper-container ul.swiper-wrapper li{
	list-style: none;
}

/* ########### 1199px(lg)以下 ########### */
@media (max-width: 1199px) {
	.swiper-container1 {
		height: 243px;
	}
	#feedSwiper span.label{
		position: absolute;
		top: 5px;
		right: 0;
		flex: none;
		max-width: 30%;
		border-radius: 5px;
	}
}
/* ########### 991px(lg)以下 ########### */
@media (max-width: 991px) {
}
/* ########### 767px(md)以下 ########### */
@media (max-width: 767px) {
	#feedSwiper span.label{
		position: absolute;
		top: auto;
		bottom: 10px;
		right: 0;
		flex: none;
		max-width: 30%;
		border-radius: 5px;
	}
}
/* ########### 539px(sm)以下 スマホ用 ########### */
@media (max-width: 539px) {
}

/*サイトマップページ*/
#sitemap li,
#sitemap ul.sub-menu{
	padding-left: 1.5rem;
	list-style: none;
}
#sitemap li li{
	padding-left: 0;
}
#sitemap li::before{
	padding-left: 0;
	content:"● ";
}
#sitemap li li::before{
	padding-left: 0;
	content:"├ ";
}
#sitemap li li:last-child::before{
	padding-left: 0;
	content:"└ ";
}
#sitemap #menu-topsitemap1 #menu-item-278{
	margin-left: -1.5rem;
}
/* スマホ　効果無効 */
.slide-top,
.slide-bottom,
.slide-left,
.slide-right{
 }