@charset "Shift_JIS";

/* **************************************************

Name: top.css

***************************************************** */



/* [-] ブランディング(201906:改)
=========================================================================================== */
#BrandingImgStyle1 {
	padding: 0;
}

.bx-wrapper {
	max-width: 965px;
	margin: 0 auto;
}

.bx-wrapper .bx-prev {
	background: url(../../image4/ics/arrow_prev.png) no-repeat;
}
@media screen and (min-width:768px) {
	.bx-wrapper .bx-prev {
		left: 20px;
	}
}
@media screen and (max-width:767px) {
	.bx-wrapper .bx-prev {
		left: 30px;
	}
}

.bx-wrapper .bx-next {
	background: url(../../image4/ics/arrow_next.png) no-repeat;
}
@media screen and (min-width:768px) {
	.bx-wrapper .bx-next {
		right: 20px;
	}
}
@media screen and (max-width:767px) {
	.bx-wrapper .bx-next {
		right: 30px;
	}
}


.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-controls-direction a {
	height: 50px;
	margin-top: -16px;
	background-size: contain;
}

.bx-controls-direction {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.bx-wrapper .bx-pager {
	padding: 0
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 0;
	margin-bottom: 4px;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	transform: rotate(90deg);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #868686;
}

.bx-controls-auto-item,
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	margin-bottom: 5px;
}

.bx-wrapper img {
	margin: 0 auto;
}


/* [-] ニュースティッカー(201906:新設)、お見舞い ※ティッカー、お見舞い公開時=コメントアウトしてください
=========================================================================================== */
@media screen and (min-width:768px) {
	/* .BoxPatternC, */
	.Column3.FirstItem.ColumSideNews,
	.Column1.LastItem.ColumSideNavi {
		margin-top: 20px;
	}
}

@media screen and (min-width:768px)  and (max-width: 994px) {
	.Column3.FirstItem.ColumSideNews {
		margin: 20px 0 0 -15px;
	}
	.Column1.LastItem.ColumSideNavi {
		margin: 20px 0 0 15px;
	}

}

@media screen and (max-width: 767px) {
	.JS #BrandingImgStyle1 {
		padding-bottom: 0;
		background: #fff;
	}
}

/* [-] 固定バナー(201906:新設)
=========================================================================================== */
.BannerArea {
	width: 100%;
}
.BannerArea.image001 {
	height: 115px;
	background-image: url(../../image4/ics/top/fix_banner_image_01.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.BannerArea.image002 {
	height: 115px;
	background-image: url(../../image4/ics/top/fix_banner_image_02.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.BannerArea.image003 {
	height: 115px;
	background-image: url(../../image4/ics/top/fix_banner_image_03.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.BannerArea.image004 {
	height: 115px;
	background-image: url(../../image4/ics/top/fix_banner_image_04.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.BannerArea.image001 {
		height: 170px;
		background-position: center 38%;
	}
	.BannerArea.image002 {
		height: 170px;
		background-position: center 78%;
	}
	.BannerArea.image003 {
		height: 170px;
		background-position: center 43%;
	}
	.BannerArea.image004 {
		height: 170px;
		background-position: center 37%;
	}
}

.BannerArea p {
	display: inline-block;
	padding: 5px 20px;
	color: #fff;
	background: rgba(0, 0, 0, .69);
}

.Column1.FixBanner  {
	float: left;
	height: auto;
}

.Column1.FixBanner:first-child  {
	margin-left: 0;
}

.Column1.FixBanner .BannerArea:hover {
	opacity: .8;
}


/* [-] お知らせ
=========================================================================================== */
dl.TopTopic dt { padding-right: 125px; }
dl.TopTopic .News { background: url(/image4/ics/top/img_topic_news.gif) no-repeat 9em 0; }
dl.TopTopic .History { background: url(/image4/ics/top/img_topic_history.gif) no-repeat 9em 0; }
dl.TopTopic .Info { background: url(/image4/ics/top/img_topic_info.gif) no-repeat 9em 0; }
dl.TopTopic dd { margin-left: 17.5em; }


/* [-] お知らせ(201906:新設)
=========================================================================================== */
.NewsLink ul li {
	display: inline-block;
	margin-right: 15px;
}

.NewsLink ul li:last-child {
	margin: 0;
}


/* [-] サイドナビ(YouTube動画)
=========================================================================================== */
.SideBannerLink:after {
	display: block;
	content: "";
	clear: both;
}

.SideBannerLink li {
	height: auto;
	margin-top: 10px;
}
@media screen and (min-width: 768px) {
	.SideBannerLink li {
		display: block;
		width: 100%;
	}
	.SideBannerLink li:first-child {
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.SideBannerLink li {
		float: left;
		width: calc((100%/2) - 5px);
	}
	.SideBannerLink li:first-child,
	.SideBannerLink li:nth-child(2) {
		margin-top: 0;
	}
	.SideBannerLink li:nth-child(odd) {
		margin-right: 5px;
	}
	.SideBannerLink li:nth-child(even) {
		margin-left: 5px;
	}
	.SideBannerLink li a img {
		width: 100%;
	}
}

.BoxImgStyle.Topside {
	margin-bottom: 15px;
}


/* [-] フッター/バナー(201906:新設)
=========================================================================================== */
.FatBanner {
	background-color: #d4d4d4;
	padding: 25px 0 20px;
}

.FatBanner ul .FatBannerCaption {
	width: auto;
}

.FatBanner ul .FatBannerCaption li {
	padding-top: 0;
	word-break: break-all;
}

@media screen and (max-width: 994px) {
	.FatBanner ul .FatBannerCaption {
		margin-left: 15px;
		padding-right: 0;
	}

	.FatBanner ul .FatBannerCaption a {
		margin-left: 0;
	}

	.JS .FatBanner ul .FatBannerCaption li {
		width: auto;
	}
}

.FatBanner ul .FatBannerCaption a {
	display: inline;
}

.FatBanner img {
	margin-bottom: 0;
}

.FatBanner span {
	height: auto;
}
.FatBanner img:hover {
	opacity: .8;
}

.FatBanner .ImgOnlyStyle {
	margin-bottom: 5px;
}

.FatBanner a:hover {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.JS .FatBanner li {
		width: calc((100%/4)-10px);
		margin-bottom: 0;
	}
	.JS .FatBanner li:first-child {
		margin-left: 0px;
	}
}
@media screen and (max-width: 767px) {
	.JS .FatBanner li {
		width: calc(100%/2);
	}
	.JS .FatBanner li:nth-child(3n+1) {
		clear: none;
	}
	.JS .FatBanner li:nth-child(3n) {
		clear: both;
	}
}
