@charset 'utf-8';
/*****▼▼ヘッダー▼▼*****/
@media screen and (min-width : 835px) {
	.header01_bg {
		position:fixed;
		top:0;
	}
}

.header01_bg {
	width:100%;
	line-height:100%;
	margin:0;
	padding:0;
	background: rgba(255,255,255,0.95);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5);
	z-index:2!important;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.header01 {
	width:96%;
	height:100px;
	margin:0px auto 0px auto;
	padding:10px 0 0 0;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
	box-sizing:border-box;
}
@media screen and (min-width : 1613px) {
	.header01 {
		width:80%;
	}
}
@media screen and (max-width : 1290px) {
	.header01 {
		width:98%;
	}
}
.header01Left {
	width:calc(50% - 125px);
	background:#;
	flex-wrap:wrap;
	display:flex;
	align-items:center;
}
.header01Center {
	width:250px;
}
.header01Logo {
	width:100%;
}
.header01Logo img {
	width:100%;
}

.header01Right {
	width:calc(50% - 125px);
}
.header01Search {
	width:200px!important;
	margin:0px 0 0px 0!important;
	padding:0 0 0 15px;
}
.header01Search_sp {
	width:94%;
	margin:20px auto;
}

@media screen and (max-width : 834px) {
	.header01Search {
		display:none!important;
	}
	.header01Search_sp {
		width:94%;
		margin:20px auto;
	}
}

@media screen and (min-width : 1080px) {
	.header01Search_sp {
		display:none;
	}
}

@media screen and (max-width : 834px) {
	.header01_bg {
		position:static;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .5);
		height:auto;
		padding:15px 0 20px;
		z-index:100!important;
	}
	.header01 {
		height:auto;
	}

	.header01Left {
		display:none;
	}
	.header01Center {
		width:100%;
		background:#;
		flex-wrap:wrap;
		display:flex;
		align-items:center;
	}
	.header01Logo {
		width:75%;
		padding-left:10%;
		box-sizing:border-box;
	}
	.spNavBg {
		width:25%;
		text-align:right;
	}
	.header01Right {
		display:none;
	}
}
/*****▽▽ヘッダーグローバルナビ▽▽*****/
ul.megamenu {
	margin: 0;
	padding:0;
	list-style: none;
	z-index:100;
	display:table;
	float:right;
	background:#;
}
ul.megamenu li {
	text-align: center;
	font-size: 16px;
	line-height:100%;
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	letter-spacing:1.0px;
	box-sizing:border-box;
	flex:1 0 auto;
	-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;
	padding-right:15px;
}
ul.megamenu li a {
	color:#333;
}
.header_icon img {
	width:30px;
}

ul.megamenu li span {
	font-size: 12px;
	line-height:100%;
}

/********子カテゴリー********/

ul.megamenu li .megamenu-inbox {
	position:relative;
	z-index: 999!important;
}
ul.megamenu div.mm-item-content {
	background: #fff;
	padding: 0px;
	position:relative;
	border: 1px solid #c8cdb4;
	border-bottom:none;
	border-right:none;
	z-index: 1000!important;
	width:250px;
	box-sizing:border-box;
}
ul.megamenu div.mm-item-content_w {
	background:;
	padding: 0px;
	position:relative;
	margin:0!important;
	border: 1px solid #c8cdb4;
	border-bottom:none;
	border-right:none;
	z-index: 1000000!important;
	width:450px;
	box-sizing:border-box;
}
.mm-content-base {
	background: #fff;
	width:100%;
	position: relative;
	z-index: 11;
	padding: 0px 0px 0px 0px;
}
.mm-content-base_w {
	background: #fff;
	width:224px;
	position: relative;
	z-index: 11;
	padding: 0;
	box-sizing:border-box;
	float:left!important;
}
.linkArea_link {
	line-height:150%;
	border-bottom:1px solid #c8cdb4;
	border-right: 1px solid #c8cdb4;
	padding:0px 10px 0px 10px;
	display:block;
	text-align:left;
}

.linkArea_link a {
	display:block;
	color:#000;
	padding:10px 0px 8px 10px;
}
.linkArea_link a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.borderRightNone {
	border-right:none;
}
.borderBottomNone {
	border-bottom:none;
}
/********▼▼孫▼▼********/
.linkArea_link_wG {
	line-height:150%;
	border-bottom:1px dotted #999;
	padding:0px 0px 0px 10px;
	display:block;
	text-align:left;
}

.linkArea_link_wG a {
	display:block;
	color:#000;
	padding:10px 0px 8px 10px;
}
.linkArea_link_wG a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
ul.megamenu li .megamenu-inbox .megamenu-inbox_G {
	width:240px;
}


/******************************************/
/* OFF */
ul.megamenu li .megamenu-inbox .megamenu-inbox_G,
ul.megamenu li .megamenu-inbox {
	display: none;
}

/* ON */
ul.megamenu li:hover .megamenu-inbox {
	display: block;
	margin:-2px 0 0 10px!important;
	position: absolute;
	z-index: 100!important;
}
@media screen and (max-width : 1024px) {
	ul.megamenu li:hover .megamenu-inbox {
		margin:-2px 0 0 -80px!important;
	}
}

ul.megamenu li .megamenu-inbox div.linkArea_link_wG:hover .megamenu-inbox_G {
	display: block;
	margin:-20px 0 0 50px!important;
	position: absolute;
	z-index: 100!important;
}

@media screen and (max-width : 834px) {
	.header_categoryNav_bg {
		margin:10px 0 20px 0;
	}
	.header_categoryNav ul {
		margin:0 auto;
		padding:0px 0px 0px 0px;
		line-height:100%;
		letter-spacing:1.0px;
	}
	.header_categoryNav ul li a {
		border-bottom:1px solid #ccc!important;
		padding:15px 10px 15px 10px;
		font-size:18px;
	}

}
.header01Infomation {
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}

.header01InfomationTel {
	font-size:20px!important;
	margin-left:10px;
	color:#333;
}
.header01InfomationTel img {
	width:10px;
	margin:0 5px 0 0;
}

@media screen and (max-width : 1100px) {
	.header01Infomation {
		display:none!important;
	}
}
/*****▽▽ヘッダーカテゴリナビ画像付き▽▽*****/
.header_categoryNav_bg_wimg {
	width:100%;
	margin:20px auto 100px auto;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-bottom:;
	background: linear-gradient(#ceb9a0, #ceb9a0);
	background: #fff;
}
.header_categoryNav_wimg {
	background:#;
	color: #;
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0;
	font-weight:bold;
	font-size:;
	letter-spacing:1.0px;
	box-sizing:border-box;
}

ul.megamenu_wimg {
	margin: 0 auto 0 auto;
	padding:0;
	list-style: none;
	width:100%;
	background:#;
	display:flex;
}
ul.megamenu_wimg li {
	text-align: center;
	margin:0;
	padding:0;
	font-size: 14.5px;
	text-align: center;
	font-weight:bold;
	letter-spacing:1.0px;
	background:#;
	position:relative;
	/*
	flex: 1 0 auto;
	*/
	width:14.2%;
	border-left:1px dotted #fff;
}
ul.megamenu_wimg li a {
	padding:8px 0 6px 0;
	display:block;
	color:#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;
}
ul.megamenu_wimg li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=80);
}
ul.megamenu_wimg li a:before {
  transform: rotate(45deg);
}

ul.megamenu_wimg li a img {
	padding:0;
	margin:0;
	width:70px;
	-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 {
		font-size: 12.5px;
	}
	ul.megamenu_wimg li a {
		padding:11px 0 11px 0;
	}
}
@media screen and (max-width :834px) {
	.header_categoryNav_bg_wimg {
		margin:10px auto 0px auto;
		border-top:none;
		border-bottom:none;
	    overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.header_categoryNav_wimg {
		display: flex;
	    justify-content:
	    flex-start;
	    overflow-x: scroll;
	    padding: 0 0 15px 0;
		border-top:1px solid #999;
	}	
	ul.megamenu_wimg {
	}

	ul.megamenu_wimg li {
		text-align: center;
		margin:0;
		padding:0px 25px 0px 25px;
		font-size: 0.95rem;
		line-height:120%;
		text-align: center;
		font-weight:bold;
		letter-spacing:1.0px;
		background:#;
		position:relative;
		width:200px;
		border-bottom:1px solid #999;
	}
	ul.megamenu_wimg li a {
		padding:8px 0px 6px 0px;
		display:block;
		color:#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;
	}
	/*===========
	scrollbar
	===========*/
	/*スクロールバー全体の高さ*/
	.scroll-box::-webkit-scrollbar {
	  height: 4px;
	}
	/*スクロールバー全体の背景*/
	.scroll-box::-webkit-scrollbar-track {
	  background: #eee;
	}
	/*スクロールバーの動く部分*/
	.scroll-box::-webkit-scrollbar-thumb {
	  background: #aaa;
	  border: none;
	}
	/*スクロールバーの動く部分のホバー（マウスオーバー）*/
	.scroll-box::-webkit-scrollbar-thumb:hover {
	  background: #999;
	}
}
/*****▲▲ヘッダー▲▲*****/
/*****▼▼フッター▼▼*****/
.footer01_bg {
	width:100%;
	background:#fff;
	margin:100px 0 0 0;
	padding:0px 0 0 0;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer01 {
	margin:0px auto!important;
	width:1290px;
	font-size:15px;
	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 0px auto;
	padding:50px 0px 30px 0;
	color:#666;
	font-size:26px;
	text-align:left;
	clear:both;
	line-height:100%;
	display:table;
	font-weight:bold;
	box-sizing:border-box;
}

@media screen and (max-width : 834px) {
	.footer_title01 {
		font-size:20px;
		padding:30px 0px 0px 0;
	}
}
.footer01_box {
	width:49%;
	margin:0 0.5% 20px 0.5%;
	box-sizing:border-box;
}
.footer01_box_contents {
	padding:10px 3% 30px 3%;
	margin:0 0 20px 0;
}
.footer01_contentTitle {
	font-weight:bold;
	font-size:16px;
	color:#333;
	padding:0px 0 6px 0;
	margin-bottom:8px;
	margin-top:4px;
	text-align:center;
	border-bottom:2px dotted #333;
}
.footer01_box_contents .article,
.footer01_box_contents .article a {
	padding:8px;
	color:#333;
}
.footer01_box_contents .article a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.pay_img {
	width:300px;
	margin:10px 0 0 0;
}
@media screen and (max-width : 834px) {
	.pay_img {
		width:90%;
		margin:10px auto;
	}
}

.pay_img img {
	width:100%;
}
.footer_logo {
	width:50%;
	margin:0 0 10px;
}
.footer_logo img {
	width:100%;
}
.footer01_box_contents .link a {
	width:;
	display:table;
	border:1px solid #666;
	color:#333;
	margin:0;
	padding:4px 30px 2px 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 {
	background:#666;
	color:#fff;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-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_link_title {
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
}
.footer_link_title img {
	width:20px;
	margin-right:3px;
}

@media screen and (max-width : 834px) {
	.footer01_bg {
		padding:10px 0 20px 0;
		width:100%;
		background:#;
	}
	.footer01 {
		width:100%;
		background:#;
	}

	.footer01_box {
		float:none;
		height:auto;
		width:100%;
		margin:0 3% 10px 3%;
		background:#;
	}

	.footer01_box_contents {
		padding:10px 3% 10px 3%;
	}
	.footer01_contentTitle {
		width:100%;
		background:#;
		padding:6px 0 6px 0;
	}
	.pay_img {
		width:100%;
	}
	.footer01_box_contents .link {
		width:100%;
	}
	.footer01_box_contents .link a {
		width:200px;
		display:block;
		margin:10px auto 0 auto;
		padding:4px 0px 2px 0px;
		font-size:17px;
	}
}
.footer_copyright {
	color:#333;
	text-align:center;
	padding:20px 0 20px 0;
	font-weight:nomal;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer_navi_bg {
	width:100%;
	background:#dddee3;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer_navi {
	width:;
	margin:0 auto;
	background:#;
	padding:10px;
	text-align:center;
	line-height:100%;
}

.footer_navi ul {
	list-style:none;
	margin:20px auto 20px auto;
	padding:0;
	width:;
	font-size:14.5px;
	font-weight:bold;
	display:table;
	text-align:center;
}
.footer_navi ul li {
	display:table-cell;
}

.footer_navi ul li a {
	color:#333;
	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 {
	opacity: 0.6;     /* 透過レベル */
	filter: alpha(opacity=60);
}
@media screen and (max-width : 834px) {
	.footer_navi {
		width:100%;
		margin:0 auto 0 auto;
		padding:0 0 0 0;
	}

	.footer_navi ul {
		width:100%;
		list-style:none;
		margin:0px 0 0px 0px;
		padding:0px 0 20px 0px;
		border-left:none;
		border-right:none;
		border-top:1px solid #fff;

	}
	.footer_navi ul li {
		float:none;
		display:block;
	}

	.footer_navi ul li a {
		margin:0 0px 0 0px; 
		padding:8px 0px 6px 10px; 
		line-height:200%;
		font-weight:nomal;
		float:none;
		border-bottom:1px solid #fff;
		border-left:none;
		border-right:none;
		display:block;
	}

	.copyright {
		font-size:0.9rem;
		padding-bottom:50px;
		line-height:160%;

	}
}
/*****▲▲フッター▲▲*****/
/*****▼▼レフトナビ▼▼*****/
/*****▽▽レフトナビ検索▽▽*****/
.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;
	border:1px solid #ccc;
	border-radius:10px;
	padding:0 0 0 10px;
	box-sizing:border-box;
}
/*****△△レフトナビ検索△*****/
.leftnavi_title01 {
	width:100%;
	line-height:100%;
	margin:0px 0 10px 0;
	padding:0px 0 5px 0px;
	font-weight:bold;
	font-size:18.5px;
	text-align:center;
	box-sizing:border-box;
	letter-spacing:1.0px;
	color:#0c143b;
	font-weight:bold;
	border-bottom:3px dotted #000;
	border-image: linear-gradient(to right, #0c143b 0%, #b6b8c4 100%);
	border-image-slice: 1;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.leftnavi_category {
	width:100%;
	margin:0 0 40px 0;
	padding:0px 0px 0 0px;
	font-size:14px;
	line-height:140%;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.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);
}

.leftnavi_category ul {
	font-size:16px;
	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;
}
.leftnavi_category ul li {
	width:100%;
	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:10px 5px 10px 5px;
	-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;
	font-weight:bold;
}

.leftnavi_category ul li a:hover {
	background:#f2f2f2;
}
.leftnavi_category ul li ul {
	border-top:1px dotted #333;
}
.leftnavi_category ul li ul li {
	color:#666!important;
}

.leftnavi_category ul li ul li a {
	font-size:13.0px;
	font-weight:nomal!important;
	padding:5px 7px 5px 7px;
	box-sizing:border-box;
	color:#666!important;
}

.leftnavi_banner {
	width:100%;
	margin:0 auto 20px;
	padding:0;
}
.leftnavi_banner img {
	width:100%;
}

@media screen and (max-width : 834px) {
	.leftnavi_banner {
		width:94%;
		margin:0 auto 30px;
		padding:0;
	}

	.leftnavi_category {
		width:100%;
		margin:0 0 30px 0;
		padding:0px 0px 0 0px;
		border:none;
		line-height:140%;
	}
	.leftnavi_category ul {
		width:100%;
		margin:0px auto 20px auto;
		padding:0px;
	    display:flex;
	    flex-wrap:wrap;
	}
	.leftnavi_category ul li {
		color:#333;
		margin:0 0 0px 0px;
		padding:0px 0 0px 10px;
		box-sizing:border-box;
		border-bottom:1px dotted #333;
		width:100%;
	}
	.leftnavi_category ul li ul {
		padding:0 15px 0 15px;
	}
	.leftnavi_category ul li a {
		padding:15px 5px 15px 5px;
	}
	.leftnavi_category ul li ul li a {
		padding:12px 7px 12px 7px;
		font-size:14.0px;
	}
}
/*****▲▲レフトナビ▲▲*****/
/*****▼▼検索▼▼*****/
.searchArea {
	margin:0;
	padding:0;
	box-sizing:border-box;
	display:flex;
	align-items:center;/* 縦中央揃え */
	width:100%;
}
.search_textArea {
	width:calc(100% - 30px);
	margin:0;
	box-sizing:border-box;
}
.search_buttonArea {
	width:30px;
	margin:0px 0 0 0;
	padding:0;
	text-align:left;
	box-sizing:border-box;
	background:#;
}
.search_input {
	width:100%;
	height:30px;
	border:1px solid #ccc;
	border-radius:15px;
	padding:0 0 0 10px;
	box-sizing:border-box;
}
@media screen and (max-width : 834px) {
	.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;
		border:1px solid #ccc;
		padding:0 0 0 10px;
		font-size:16px;
	}
}
/*****▲▲検索▲▲*****/
/*****▼▼コンテンツ▼▼*****/
.contentArea {
	width:100%;
	margin:0px auto;
	padding:0px 0 0px 0px;
	z-index:1000!important;
}
.mainContent {
	width:90%;
	margin:0 auto; 
	padding:0;
}
.rightContent {
    width:calc(100% - 250px);
	margin:0px 0 50px;
	padding:0px 0 0px 0px;
	background:#;
	font-size:30px;
	z-index:1000!important;
	float:right;
}
.leftContent {
	width:230px;
	margin: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;
	float:left;
}
@media screen and (max-width : 1280px) {
	.mainContent {
		width:94%;
	}
	.rightContent {
	    width:calc(100% - 250px);
	}
}

@media screen and (max-width : 834px) {
	.contentArea {
		width:100%;
		height:auto;
		margin:0px auto 0px auto;
		padding:0px 0 0 0;
		float:none;
	}
	.rightContent {
		width:100%;
		margin:20px auto 0px auto;
		float:none;
	}
	.leftContent {
		width:100%;
		margin:30px 0 0 0;
		float:none;
	}
}
.contentAreaTitle {
	font-size:55px;
	font-weight:bold;
	margin:30px auto 30px;
	text-align:center;
	color:#333;
	line-height:100%;
	padding:0;
	width:100%;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;/* 横中央揃え */
	align-items:center;/* 縦中央揃え */
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-style: italic;
}
.contentAreaTitle img {
	width:50px;
	padding:0 10px;
	box-sizing:border-box;
}
@media screen and (max-width : 834px) {
	.contentAreaTitle {
		font-size:35px;
		font-weight:bold;
		margin:20px auto 20px;
		text-align:center;
		line-height:100%;
		padding:0;
		width:100%;
		flex-wrap:wrap;
		display:flex;
		justify-content:center;/* 横中央揃え */
		align-items:center;/* 縦中央揃え */
	}
	.contentAreaTitle img {
		width:30px;
		padding:0 5px;
		box-sizing:border-box;
	}
}

/*****▽▽お知らせ▽▽*****/
.newsAreaBg {
	width:1000px;
	margin:30px auto 80px;
}

@media screen and (max-width : 1000px) {
	.newsAreaBg {
		width:94%;
		margin:30px auto 30px;
	}
}
.newsArea {
	width:100%;
	margin:0 auto;
	flex-wrap:wrap;
	display:flex;
	font-family:'游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border-bottom:1px dotted #666;
}
.newsArea dl {
	width:100%;
	font-size:16px;
	line-height:180%;
	padding:0px 0 0 0;
	margin:0 0 0px 0;
	background:#fff;
	flex-wrap:wrap;
	display:flex;
}
.newsArea dt {
	width:30%;
	background:#fff;
	text-align:left;
	padding:15px 10px 15px 10px;
	font-weight:bold;
	border-top:1px dotted #666;
	box-sizing:border-box;
}
.newsArea dd {
	width:70%;
	background:#fff;
	text-align:left;
	padding:15px 10px 15px 10px;
	border-top:1px dotted #666;
	box-sizing:border-box;
}

.newsArea dd a {
	color:#333;
}

.newsArea dd a:hover {
	text-decoration:none; 
	color:#FF0066;
}
@media screen and (max-width : 834px) {
	.newsArea dl {
		font-size:16px;
		padding:0px 0 0 0;
		margin:0 auto 0px auto;
		background:#;
	}
	.newsArea dt {
		width:100%;
		background:#fff;
		text-align:left;
		padding:10px 10px 0 10px;
		font-weight:bold;
		border-top:1px dotted #666;
		box-sizing:border-box;
	}
	.newsArea dd {
		width:100%;
		background:#fff;
		text-align:left;
		padding:5px 10px 10px 10px;
		border-top:none;
		box-sizing:border-box;
	}
}
/*****▽▽キャッチコピー▽▽*****/
.catchArea {
	width:100%;
	margin:0 auto 80px;
	flex-wrap:wrap;
	display:flex;
	align-items:center;/* 縦中央揃え */
}
@media screen and (max-width : 1200px) {
	.catchArea {
		width:94%;
		margin:0 auto 0px;
		padding-top:30px;
	}
}
.catchAreaTitle {
	width:100%;
	margin:60px auto 20px;
	text-align:center;
	font-size:45px;
	line-height:180%;
	font-family:'Times New Roman','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho', serif;
	color:#000;
	font-weight:bold;
}

.catchArea_img {
	width:100%;
	height:315px;
	margin:0 auto;
	background:url(../img/main_img.jpg)repeat-x;
	background-size:1920px; 
	background-position:center;
}
.catchArea_img img {
	width:100%;
}

@media screen and (max-width : 834px) {
	.catchArea {
		margin:0 auto 30px;
	}
	.catchAreaTitle {
		width:100%;
		margin:10px auto 10px;
		text-align:center;
		font-size:35px;
		line-height:200%;
	}
	.catchArea_img_sp {
		width:100%;
		margin:10px 0 10px 0;
	}
	.catchArea_img_sp img {
		width:100%;
	}
}
@media screen and (max-width : 414px) {
	.catchAreaTitle {
		width:96%;
		margin:0 auto 10px;
		text-align:center;
		font-size:30px;
		line-height:200%;
	}
}
@media screen and (min-width : 415px) {
	.displaySp_v {
		display:none;
	}
}
@media screen and (max-width : 414px) {
	.displayPc_Sp_Tbl {
		display:none;
	}
}


/*****▽▽スライダー02、03▽▽*****/
.sliderArea02 {
	width:100%;
	margin:0 auto;
	padding:30px 0 60px 0;
	margin:0;
}
.slide02,
.slide03 {
	width:100%;
	margin:0;
	padding:0;
	line-height:0;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
}
.slide02 .box01,
.slide03 .box01 {
	margin:0px auto 0 auto;
	padding:0px;
}
.slide02 .box01 img,
.slide03 .box01 img {
	width:100%;
	height:auto;
	transform: scale(0.95);
	-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;
	border-radius:7px;

}
@media screen and (min-width : 835px) {
	.slide02 .box01 img,
	.slide03 .box01 img {
		filter:drop-shadow(2px 2px 3px rgba(0,0,0,0.2));
	}
}
.slide02 .box01 img:hover,
.slide03 .box01 img:hover {
	transform: scale(1.0);
	-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;
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.slide02 .box01 p,
.slide03 .box01 p {
	font-size:16px;
	font-weight:bold;
	margin:5px auto 10px;
	width:90%;
	line-height:160%;
	color:#333;
	text-align:left;
	flex-wrap:wrap;
	display:flex;
	justify-content: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;

}
.slide02 .box01 p:hover,
.slide03 .box01 p:hover {
	opacity: 0.8;
}
@media screen and (max-width : 834px) {
	.sliderArea02 {
		width:100%;
		margin:0 auto;
		padding:30px 0 30px 0;
		margin:0;
	}
	.slide02,
	.slide03 {
		 width:100%;
		 margin:0px 0 0 0;
		 padding:0px 1% 10px 1%;
		 background:#;
	}
	.slide02 .box01,
	.slide03 .box01 {
		width:98%!important;
		float:left;
		padding:0 1% 0px 1%!important;
	}
	.slide02 .box01,
	.slide03 .box01 {
		transform: scale(1.0);
	}
	.slide02 .box01 p,
	.slide03 .box01 p {
		font-size:14px;
		line-height:170%;
	}
}
/*****▽▽ブランド▽▽*****/
.brandArea {
	width:1200px;
	margin:0 auto;
	padding:30px 0 60px 0;
	flex-wrap:wrap;
	display:flex;
	justify-content:center;/* 横中央揃え */
}
@media screen and (max-width : 1200px) {
	.brandArea {
		width:94%;
		margin:0 auto 50px;
	}
}

.brandBox01 {
	width:24%;
	margin:0 0.5% 20px;
	box-sizing:border-box;
}
.brandBox01 p {
	font-size:16px;
	font-weight:bold;
	margin:5px auto 10px;
	width:90%;
	line-height:160%;
	color:#333;
	text-align:left;
	flex-wrap:wrap;
	display:flex;
	justify-content: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;
}

.brandBox01 img {
	width:100%;
	background:#fff;
	border-radius:5px;
	padding:10px;
	box-sizing:border-box;
}
@media screen and (max-width : 834px) {
	.brandArea {
		padding:30px 0 30px 0;
	}
	.brandBox01 {
		width:48%;
		margin:0 1% 15px;
	}
}





