@charset 'utf-8';
/*****▽▽ヘッダーグローバルナビ▽▽*****/
.header01_globalNavBg {
	width:100%;
	background:#bf0000;
	display:block;
	height:25px;
}
.header_catch {
	padding:0px 0px 3px 0px!important;
	float:left!important;
	border:none!important;
	color:#fff;
	font-weight:bold;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
ul.header01_globalNav {
	width:1290px;
	list-style:none;
	margin:5px auto;
	padding:0;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media screen and (max-width : 1290px) {
	ul.header01_globalNav {
		width:96%;
	}
}
ul.header01_globalNav li {
	font-size:15.0px;
	margin:0;
	padding:0;
	border-right:1px dotted #fff;
	text-align:center;
	letter-spacing:1.0px;
	float:right;
	height:22px;
}
ul.header01_globalNav li a {
	padding:5px 10px 3px 10px;
	color:#fff;
	line-height:100%;
	display:flex;
	align-items:center;
	font-weight:bold;
}
ul.header01_globalNav li a:hover {
	text-decoration:none; 
	opacity: 0.5;
	filter: alpha(opacity=50);
}
ul.header01_globalNav li a img {
	width:20px;
	position:relative;
	top:-2px;
}
.borderLeft {
	border-left:1px dotted #333;
}
/*****△△ヘッダーグローバルナビ△△*****/
/*****▽▽ヘッダー▽▽*****/
.header01_bg {
	width:100%;
	margin:0px auto 0px;
	padding:15px 0 15px;
	background-size:100%;
	background-position:center!important;
	background:#fff;
}
.header01 {
	width:1290px;
	margin:0 auto;
	padding:0;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
}
@media screen and (max-width : 1290px) {
	.header01 {
		width:96%;
		margin:0 auto 0px auto;
	}
}
.header01_Left {
	width:50%;
	margin:0;
	padding:0;
	box-sizing:border-box;
	
}
.header_logo {
	margin:0;
	padding:0;
	width:406px;
}
.header_logo img {
	width:100%;
}
.header_itemimg img {
	width:100%;
}
@media screen and (max-width : 1290px) {
	.header_logo {
		width:40%;
	}
	.header_itemimg {
		width:60%;
	}
}

.header01_Right {
	width:50%;
	margin:0;
	padding:0;
	box-sizing:border-box;
}
/*****△△ヘッダー△△*****/
/*****▽▽ヘッダー検索▽▽*****/
.searchAreaHeader {
	margin:0px 0 0;
	padding:0;
	box-sizing:border-box;
	display:flex;
	align-items:center;/* 縦中央揃え */
	width:calc(100% - 90px);
	float:right;
}
.search_textAreaHeader {
	width:calc(100% - 30px);
	margin:0;
	box-sizing:border-box;
}
.search_buttonAreaHeader {
	width:30px;
	margin:0;
	padding:0;
	text-align:left;
	box-sizing:border-box;
}
.search_buttonAreaHeader img {
	width:100%;
}
.search_inputHeader {
	width:100%;
	height:30px;
	border:1px solid #ccc;
	background:#fff;
	border-radius:5px;
	margin:0;
	padding:0 0 0 10px;
	box-sizing:border-box;
	font-size:15px;
}
/*****△△ヘッダー検索△△*****/
/*****▽▽ヘッダー看板画像▽▽*****/
.headerMainImg {
	  width: 100%;
	  position: relative;
}
.headerMainImg::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0 0 4px 4px white;
}
.headerMainImg img {
	  height: 200px;
	  margin: auto;
	  object-fit: cover;
	  width: 100%;
}
.headerMainImgTxt {
  position: absolute;
  top: 78px;
  width:100%;
}
.headerMainImgTxtInner {
	color:#bf0000;
	font-weight:bold;
	font-size:28px;
	width:100%;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;/* 横中央揃え */
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

/*****△△ヘッダー看板画像△△*****/
/*****▽▽レフトナビ検索▽▽*****/
.leftnavi_search {
	width:100%;
	margin:0;
	padding:7% 0% 7% 0%!important;
	background:#fff;
	border-radius:0px;
	border-top:none;
	box-sizing:border-box;
}
.searchArea {
	margin:0;
	padding:0;
	box-sizing:border-box;
	display:flex;
	justify-content:center;/* 横中央揃え */
	align-items:center;/* 縦中央揃え */
	width:100%;
	margin-right:10px;
}
.search_textArea {
	width:calc(100% - 30px);
	margin:0;
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
}
.search_buttonArea {
	display:table-cell;
	vertical-align:middle;
	width:30px;
	margin:0;
	padding:0;
	text-align:left;
	box-sizing:border-box;
}
.search_input {
	width:100%;
	height:24px;
	margin-bottom:0px;
	margin-bottom:0px\9;
	*margin-bottom:0px;
	_margin-bottom:0px;
	border:1px solid #ccc;
	border-radius:10px;
	padding:0 0 0 10px;
	box-sizing:border-box;
}
/*****△△レフトナビ検索△*****/
/*****▽▽レフトナビ▽▽*****/
 .leftContent {
	width:200px;
	margin:0;
	padding:0;
	text-align:center;
}
.leftnavi_title01 {
	width:100%;
	line-height:100%;
	margin:0;
	padding:8px 0 6px 0px;
	font-weight:bold;
	font-size:15.5px;
	text-align:center;
	box-sizing:border-box;
	letter-spacing:1.0px;
	color:#333;
	font-weight:bold;
	border-bottom:3px dotted #000;
	border-image: linear-gradient(to right, #bf0000 0%, #df7f7f 100%);
	border-image-slice: 1;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.leftnavi_category {
	width:100%;
	margin:0 0 40px 0;
	padding:0;
	font-size:14px;
	line-height:140%;
}
.leftnaviCategoryName a {
	width:100%;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
	text-align:left;
	font-size:14.5px;
	font-weight:nomal;
	text-decoration:none;
	color:#333;
	border-bottom:1px dotted #333;
	margin:0;
	padding:10px 3px 10px 3px;
	line-height:150%;
	letter-spacing:1.0px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	box-sizing:border-box;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.leftnaviCategoryName a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.leftnaviCategoryName div {
	width:calc(100% - 50px)!important;
	font-size:14.5px;
}
.leftnaviCategoryName div span {
	font-size:12.5px!important;
	color:#999;
}
.leftnaviCategoryName a img {
	width:30px;
	margin:0 10px 0 0;
}
.leftnavi_category ul {
	font-size:14px;
	text-align:left;
	width:100%;
	margin:0 auto 10px auto;
	padding:0 8px 0 8px;
	text-decoration:none;
	line-height:140%;
	list-style: none;
	box-sizing:border-box;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.leftnavi_category ul li {
	color:#333;
	display:block;
	margin:0;
	padding:7px 5px 7px 5px;
	border-bottom:1px dotted #333;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration:none;
}
.leftnavi_category ul li a {
	color:#333;
	text-decoration:none;
	display:block;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-decoration:none;
}
.leftnavi_category ul li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background:#;
	text-decoration:none;
}
/*****△△レフトナビ△*****/
/*****▽▽フッター▽▽*****/
.footer01_bg {
	width:100%;
	background: linear-gradient(to bottom, #faebeb, #fff, #faebeb);
	padding:50px 0 0 0;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer01 {
	margin:0px auto;
	width:1290px;
	padding:0;
	line-height:180%;
	text-align:left;
    display:flex;
    flex-wrap:wrap;
}
@media screen and (max-width : 1290px) {
	.footer01 {
		width:96%;
	}
}
.footer_title01 {
	margin:0px auto 15px auto;
	padding:0 0 10px 30px;
	color:#333;
	font-size:32px;
	text-align:center;
	line-height:100%;
	display:block;
	font-weight:nomal;
	width:100%;
	box-sizing:border-box;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@media screen and (max-width : 1290px) {
	.footer_title01 {
		width:96%;
	}
}
.footer01_box {
	width:49%;
	margin:0 0.5% 20px 0.5%;
	box-sizing:border-box;
	border-radius:7px;
}
.footer01_box_contents {
	padding:10px 3% 30px 3%;
	margin:0 0 20px 0;
}
.footer01_contentTitle {
	font-weight:bold;
	font-size:18px;
	color:#333;
	padding:8px 0 8px 0;
	margin-bottom:8px;
	text-align:center;
	line-height:100%;
	border-bottom:2px dotted #666;
}
.footer01_box_contents .article {
	padding:8px;
	font-size:16px;
	line-height:190%;
	color:#333;
}
.footer01_box_contents .article a {
	color:#333;
}
.footer01_box_contents .article a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.pay_img {
	width:80%;
	margin:10px 0 0 0;
}
.pay_img img {
	width:100%;
}
.footer01_box_contents .link a {
	display:table;
	border:1px solid #666;
	color:#333;
	margin:0;
	padding:4px 30px 3px 30px;
	font-size:17px;
	text-align:center;
	border-radius:5px;
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.footer01_box_contents .link a:hover {
	color:#fff;
	background:#999;
}
.footer_navi_bg {
	width:100%;
	background:#bf0000;
	background-size:100%;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer_navi {
	margin:0 auto;
	color:#fff;
	font-size:17px;
	padding:10px;
	text-align:center;
	line-height:100%;
	font-weight:bold;
}
.footer_navi ul {
	list-style:none;
	margin:20px auto 40px auto;
	padding:0;
	font-size:14.5px;
	font-weight:nomal;
	display:table;
	text-align:center;
}
.footer_navi ul li {
	display:table-cell;
}
.footer_navi ul li a {
	color:#fff;
	margin:0 20px 0 20px;
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.footer_navi ul li a:hover {
	color:#333;
	opacity: 0.7;     /* 透過レベル */
	filter: alpha(opacity=70);
}
/*****△△フッター△△*****/
/*****▽▽コンテンツ▽▽*****/
.top_descriptionArea {
    width:100%;
    margin:0 auto 30px;
    padding:0;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:nomal;
	color:#333;
	font-size:28px;
	line-height:0;
	text-align:left;
	background:#fff;
}
.top_descriptionArea_title {
	width:250px!important;
}
.top_descriptionArea_title img {
	width:100%;
}

.top_descriptionArea p {
	padding:0 30px 0px 30px;
	box-sizing:border-box;
	line-height:250%;
}
.top_descriptionArea p span {
	font-size:20px;
}
.top_descriptionArea img {
	width:100%;
}
.w50 {
	width:50%;
	margin:0 auto 0px;
}
.topBannerArea {
    width:100%;
    margin:0 auto 30px;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;
}
.topBanner_title {
	text-align:center;
	color:#333!important;
	font-size:25px;
	font-weight:bold;
	width:100%;
	padding:0px 0 5px;
	margin:0px auto 20px;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	box-sizing:border-box;
	border-bottom:4px dotted #333;
	border-image: linear-gradient(to right, #bf0000 0%, #df7f7f 100%);
	border-image-slice: 1;
	line-height:100%;
}
.topBanner {
	width:100%;
	margin:0 auto 20px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	box-sizing:border-box;
}

.topBanner:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.topBanner img {
	width:100%;
}
/*****△△コンテンツ△△*****/