@charset 'utf-8';
/*****▼▼ヘッダー▼▼*****/
.header01_bg {
	width:100%;
	background:#fff;
	background-position:top;
	margin:0;
	padding:0;
}
/*****▽▽ヘッダーグローバルナビ▽▽*****/
.header01_globalNav_bg {
	width:100%;
	line-height:100%;
	padding:0px 0 0px 0;
	background:linear-gradient(to bottom, #ff651b, #ff651b);
	display:block;
}
.header01_globalNav {
	margin:0 auto;
	padding:0;
	width:1290px;
}
@media screen and (min-width : 1613px) {
	.header01_globalNav {
		width:70%;
	}
}
@media screen and (max-width : 1290px) {
	.header01_globalNav {
		width:96%;
	}
}
.header01_globalNav .catchcopy{
	color:#fff;
	font-weight:bold;
	line-height:100%;
	float:left; padding:4px 0 0 0;
	font-size:0.9rem;
	letter-spacing:1.0px;
}
.header01_globalNav ul {
	list-style:none;
	display:flex;
	float:right;
}
.header01_globalNav ul li {
	font-weight:nomal;
	font-size:0.8rem;
	margin:0;
	padding:0;
	border-right:1px solid #fff;
	text-align:center;
	letter-spacing:1.0px;
}
.header01_globalNav ul li a {
	padding:5px 10px 4px 10px;
	color:#fff;
	line-height:100%;
	display:flex;
	align-items:center;
	font-weight:bold;
}
.header01_globalNav ul li a img {
	width:15px;
	margin:0 5px 0 0;
}
.header01_globalNav ul li a:hover {
	text-decoration:none; 
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	/*background: linear-gradient(#ccc, #999);*/
	background:#ffd0ba;
	color: #fff;
}
.borderLeft {
	border-left:1px solid #fff;
}
/*****△△ヘッダーグローバルナビ△△*****/

.header01 {
	width:96%;
	margin:0px auto 0px auto;
	padding:10px 0 10px 0;
	background:#;
	background-size:100%;
	flex-wrap:wrap;
	display:flex;
	align-items:center; /* 縦中央揃え */
}
@media screen and (min-width : 1613px) {
	.header01 {
		width:80%;
	}
}

@media screen and (max-width : 1290px) {
	.header01 {
		width:96%;
		margin:0 auto 0px auto;
	}
}

.header01_Left {
	width:30%;
	margin:5px 0 0 0;
	background:#;
}
.header_logo {
	width:100%;
	margin:0;
}

.header_logo img {
	width:220px;
	image-rendering: -webkit-optimize-contrast;
}

.header01_Right {
	margin:0 0 0 10%;
	padding:0 0 0 0%;
	width:60%;
	background:#;
}
.header01_RightContent {
	margin:0;
	padding:0;
	width:750px;
	flex-wrap:wrap;
	display:flex;
	align-items:center; /* 縦中央揃え */
	justify-content: space-between;
	box-sizing:bordr-box;
	background:#;
	float:right;
}
.header01_RightContentSearch {
	width:280px!important;
}
.header_souryou {
	width:400px!important;
	line-height:100%;
	box-sizing:border-box;
	padding:0 20px 0 0;
}
.header_souryou img {
	width:100%!important;
	margin:0 0px 0 0px;
}

.header_infomationArea {
	margin:0px;
	padding:0px 10px 5px 10px;
	border:;
}
.header_infomationArea ul{
	margin:0px;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:150%;
	font-weight:nomal;
	color:#000;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
}
.header_infomationArea ul li a {
	margin:0px 5px 0 5px;
	padding:0;
	list-style:none;
	font-size:14px;
	line-height:150%;
	color:#000;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
}
.header_infomationArea ul li img {
	width:25px;
	margin-right:5px;
}
@media screen and (max-width : 1290px) {
	.header_logo img {
		width:100%;
		image-rendering: -webkit-optimize-contrast;
	}
	.header01_Left {
		width:18%;
		margin:0px 0 0 2%;
		background:#;
	}

	.header01_Right {
		margin:0 0 0 5%;
		padding:0 0 0 0%;
		width:75%;
		background:#;
	}
}
.header_categoryNav_bg_wimg {
	width:100%;
	margin:0px auto 20px auto;
	border-top:1px solid #4e4e50;
	border-bottom:1px solid #4e4e50;
	background:#fff;
	padding:0;
}
.header_categoryNav_wimg {
	background:#;
	color: #;
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0;
	font-weight:nomal;
	font-size:;
	letter-spacing:1.0px;
	box-sizing:border-box;
}

ul.megamenu_wimg {
	margin: 0 auto 0 auto;
	padding:2px 0px 2px 0px;
	list-style: none;
	width:100%;
	background:#;
	display:flex;
}
ul.megamenu_wimg li {
	text-align: center;
	margin:0;
	padding:0;
	font-size: 14.5px;
	font-weight:bold;
	letter-spacing:1.0px;
	background:#;
	flex: 1 0 auto;
}
ul.megamenu_wimg li a {
	padding:8px 0 6px 0;
	display:block;
	color:#333;
	background:#;
	flex-wrap:wrap;
	display:flex;
	text-align:left;
	justify-content:center;/* 横中央揃え */
	align-items:center;/* 縦中央揃え */
	-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;
}
ul.megamenu_wimg li a span {
	font-weight:bold;
	font-size:16px;
}

ul.megamenu_wimg li a:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}
ul.megamenu_wimg li a:before {
  transform: rotate(45deg);
}

ul.megamenu_wimg li a img {
	padding:0;
	margin:0 10px 0 0;
	width:65px;
	-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;
}
ul.megamenu_wimg li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.header_categoryNavIcon {
	width:0%;
}
@media screen and (max-width :1024px) {
	ul.megamenu_wimg li a img {
		padding:0;
		margin:0 auto 0px auto!important;
		height:50px;
		line-height:0;
	}
	ul.megamenu_wimg li {
		font-size: 12.0px;
	}
	ul.megamenu_wimg li a {
		padding:8px 0px 6px 0px;
		text-align: center!important;
		color:#333;
		line-height:140%;
		-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_bg {
	width:100%;
	background:#fff;
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;	font-weight:nomal;
	color:#000;
}
.footer01 {
	margin:0px auto;
	width:1290px;
	font-size:15px;
	padding:0;
	line-height:180%;
	text-align:left;
	background:#;
	clear:both;
    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:#000;
	font-size:32px;
	text-align:center;
	clear:both;
	line-height:100%;
	display:block;
	font-weight:nomal;
	width:100%;
	box-sizing:border-box;
	font-family:'Times New Roman','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho', serif;
}
9@media screen and (max-width : 1290px) {
	.footer_title01 {
		width:96%;
	}
}
.footer01_box {
	width:49%;
	margin:0 0.5% 20px 0.5%;
	border:1px solid #ccc;
	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;
	background:#fff;
	line-height:100%;
	border-bottom:2px dotted #666;
}
.footer01_box_contents .article {
	padding:8px;
	font-size:17px;
	line-height:190%;
}
.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 {
	width:;
	display:table;
	border:1px solid #333;
	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:#333;
}
.footer_navi_bg {
	width:100%;
	background:#ff651b;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;	font-weight:nomal;
}
.footer_navi {
	width:;
	margin:0 auto;
	background:#;
	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;
	width:;
	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:#fff;
	opacity: 0.5;     /* 透過レベル */
	filter: alpha(opacity=80);
}
/*****▲▲フッター▲▲*****/
/*****▼▼レフトナビ▼▼*****/
 .leftContent {
	width:210px;
	margin:0 0px 0 0;
	padding:0;
	text-align:center;
	box-sizing:border-box;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;}
/*****▽▽レフトナビ検索▽▽*****/
.leftnavi_search {
	width:100%;
	margin:0px 0 20px 0!important;
	padding:7% 0% 7% 0%!important;
	background:#fff;
	border-radius:0px;
	border:;
	border-top:none;
	box-sizing:border-box;
}
/*****△△レフトナビ検索△*****/
.leftnavi_title01 {
	width:100%;
	line-height:100%;
	margin:0px 0 20px 0;
	padding:0px 0 5px 0px;
	font-weight:nomal;
	font-size:16.5px;
	text-align:center;
	box-sizing:border-box;
	letter-spacing:1.0px;
	color:#E76A25;
	font-weight:bold;
	border-bottom:3px dotted #000;
	border-image: linear-gradient(to right, #0B0416 0%, #929497 100%);
	border-image-slice: 1;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;}
	letter-spacing:1.5px;
}
.leftnavi_category {
	width:100%;
	margin:0 0 0px 0;
	padding:0px 0px 40px 0px;
	font-size:14px;
	line-height:140%;
}

.leftnaviCategoryName a {
	width:100%;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
	text-align:left;
	font-size:15.5px;
	font-weight:nomal;
	text-decoration:none;
	color:#333;
	background:#;
	border-bottom:1px dotted #333;
	margin:0;
	padding:10px 5px 10px 5px;
	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-weight:bold;
}
.leftnaviCategoryName a:hover {
	background:#f2f2f2;
}
.leftnavi_category ul {
	font-size:14px;
	text-align:left;
	width:100%;
	margin:0 auto 20px auto;
	padding:0 2% 0 2%;
	text-decoration:none;
	line-height:140%;
	list-style: none;
	box-sizing:border-box;
	font-weight:nomal;
}
.leftnavi_category ul li {
	color:#333;
	margin:0 0 0px 0px;
	padding:0px 0 0px 0;
	border-bottom:1px dotted #333;
}

.leftnavi_category ul li a {
	color:#333;
	display:block;
	margin:0 0 0px 0px;
	padding:7px 7px 7px 12px;
	-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:#fff;
}

.leftnavi_category ul li a:hover {
	background:#fdf4f0;
}

.leftnavi_calendar {
	width:100%;
	margin:0 0 0px 0;
	padding:0px 0px 0 0px;
}
/*****▲▲レフトナビ▲▲*****/
/*****▼▼検索▼▼*****/
.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;
	background:#;
}
.search_buttonArea {
	display:table-cell;
	vertical-align:middle;
	width:30px;
	margin:0px 0 0 0;
	padding:0;
	background:#;
	text-align:left;
	box-sizing:border-box;
	background:#;
}
.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:15px;
	padding:0 0 0 10px;
	box-sizing:border-box;
}
@media screen and (max-width : 834px) {
	.searchArea_sp {
		width:94%;	
		margin:10px 3% 20px 3%!important;
		padding-top:0!important;
	}
	.search_textArea {
		width:calc(100% - 35px);
		margin:0 0 0 0px;
	}
	.search_buttonArea {
		width:35px;
		margin:0 0% 0 0px;
		background:#;
	}
	.search_input {
		width:100%;
		height:38px;
		margin-bottom:0px;
		margin-bottom:0px\9;
		*margin-bottom:0px;
		_margin-bottom:0px;
		border:1px solid #ccc;
		padding:0 0 0 10px;
		font-size:18px;
	}
}
/*****▲▲検索▲▲*****/
/*****▼▼コンテンツ▼▼*****/
.contentArea {
	width:1290px;
	margin:20px auto;
	padding:0px 0 0px 0px;
	background:#;
	z-index:1000!important;
	flex-wrap:wrap;
	display:flex;
}

.mainContent {
    width:1060px;
	margin:0px auto 50px auto;
	padding:0px 0 0px 0px;
	background:#;
	font-size:30px;
	z-index:1000!important;
	float:right;
}

@media screen and (max-width : 1290px) {
	.contentArea {
		width:96%;
		height:auto;
		margin:0px auto 0px auto;
		padding:0px 0 0 0;
		float:none;
	}

	.mainContent {
	    width:calc(100% - 230px);
	}
}

.top_title01 {
	margin:20px auto 15px auto;
	padding:0px 10px 5px 10px;
	color:#333;
	font-size:26px;
	letter-spacing:1.0px;
	text-align:center;
	clear:both;
	line-height:100%;
	display:table;
	font-weight:bold;
	height:;
	box-sizing:border-box;
	border-bottom:4px dotted #004f9f;
	border-image: linear-gradient(to right, #000 0%, #999 100%);
	border-image-slice: 1;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.top_title01_mainBg {
	margin:20px auto 15px auto;
	padding:0;
	clear:both;
	line-height:100%;
	width:100%;
}
.top_title01_main {
	margin:0px auto 0px auto;
	padding:0px auto 0px auto;
	display:table;
	box-sizing:border-box;
	width:500px;
}
.top_title01_main img {
	width:100%;
}

