@charset "EUC-JP";

*{
	min-height:0;
	min-width : 0;
	margin:0;
	padding:0;
}

body { 
	color: #666;
	margin:0;
	padding:0;
	font-family: "Noto Sans Japanese","„á„€„ê„Ș", "Meiryo","„Ò„é„ź„ÎłŃ„Ž Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	width:100%;
	webkit-text-size-adjust: 100%;
}

ul{
	list-style-type: none;
}

img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

a:hover {
	color: #044ea5;
}

a {
	color: #666;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

iframe {
    vertical-align: bottom;
}

#style01{
	width:100%;
}



/*ĄĄąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁĄĄ„Ű„Ă„ÀĄŒĄĄąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁĄĄ*/

.header01{
	border-bottom: 3px #dc808f solid;
}

.header01_box{
	box-sizing: border-box;
	width: 1120px;
	padding: 0 10px 1px 8px;
	margin: 0 auto;
}

.header01_box h1{
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
}

.header01_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 108px;
}

.header01_left h2{
	text-indent: -9999px;
	font-size: 0;
}

.header01_right{
	padding: 0 20px;
	font-size: 0;
}

.header01_right.rakuten_width{
	width: 468px;
}

.header01_right.yahoo_width{
	width: 500px;
}

.header_banner li{
	vertical-align: bottom;
}

.header_banner img{
	width: 100%;
}

.slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 18px;
	border: none;
	background: none;
	text-indent: -9999px;
	z-index: 1000;
}

.slick-arrow:before{
	position: absolute;
	top: 0;
	content: "";
	border-top: 9px transparent solid;
	border-bottom: 9px transparent solid;
}

.slick-prev{
	left: -20px;
}

.slick-prev:before{
	right: 0;
	border-right: 15px #999999 solid;
}

.slick-next{
	right: -20px;
}

.slick-next:before{
	left: 0;
	border-left: 15px #999999 solid;
}



.header02{
	margin-bottom: 10px;
	background: #959393;
}

.header02_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 1120px;
	padding: 12px 43px 12px 13px;
	margin: 0 auto;
}

.search_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 482px;
	height: 28px;
	border: 1px #fff solid;
	background: #fff;
}

.search_box input{
	height: 100%;
	width: 400px;
	margin-right: 20px;
	border: none;
}

.search_box button{
	display: inline-block;
	width: 60px;
	height: 100%;
	border: none;
	background: #807e7e;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}

.header_nav01{
	display: flex;
}

.header_nav01 li:not(:last-child){
	margin-right: 30px;
}

.header_nav01 li a{
	display: inline-block;
	position: relative;
	padding-left: 25px;
	color: #fff;
	text-decoration: none;
}

.header_nav01 li a:hover{
	text-decoration: underline;
}

.header_nav01 li a:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	transform: translateY(-50%);
	border-left: 8px #fff solid;
	border-top: 5px transparent solid;
	border-bottom: 5px transparent solid;
}

.header_nav01 li:first-child a:before{
	top: 7px;
	transform: none;
	border-top: none;
	border-left: 6px transparent solid;
	border-right: 6px transparent solid;
	border-bottom: 6px #fff solid;
}

.header_nav01 li:first-child a:after{
	position: absolute;
	top: 13px;
	left: 2px;
	content: "";
	width: 8px;
	height: 6px;
	background: #fff;
}

.header_nav02{
	width: 1120px;
	padding-bottom: 51px;
	margin: 0 auto 10px;
}

.header_nav_list01{
	position: relative;
	display: flex;
}

.header_nav_list01 > li{
	width: calc((100% - 8px) / 9);
	flex-shrink: 0;
}

.header_nav_list01 > li:not(:last-child){
	margin-right: 1px;
}

.header_nav_list01 > li > a{
	display: block;
	padding: 15px 5px;
	border-radius: 0 0 5px 5px;
	background: #999999;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1;
}

.header_nav_list01 > li > a span{
	display: block;
	margin-top: 8px;
	font-size: 14px;
}

.header_nav_list01 > li > a:hover,
.header_nav_list01 > li.active > a{
	background: #eeeeee;
	color: #666666;
}

.header_nav_list02{
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1120px;
	height: 50px;
	background: #eeeeee;
	visibility: hidden;
}

.header_nav_list01 > li:first-child .header_nav_list02{
	background: #ddd;
	visibility: visible;
}

.header_nav_list02 li{
	padding: 0 10px;
	font-size: 14px;
}

.header_nav_list02 li:not(:last-child){
	border-right: 1px #666666 solid;
}

.header_nav_list02 li a{
	color: #666666;
}

.header_nav_list01 > li:first-child .header_nav_list02 li a{
	color: #333;
}

.header_nav_list02 li a:hover{
	text-decoration: none;
}



/*ĄĄąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁĄĄ„á„€„ó„€„áĄŒ„žĄĄąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁĄĄ*/

#mainImage{
	margin-bottom: 20px;
}

.slide_box{
	display: flex;
	justify-content: space-between;
	width: 1120px;
	margin: 0 auto;
}

#slider_main{
	position: relative;
	width: 760px;
	height: 380px;
	overflow: hidden;
}

#slider_main ul {
    top: 0;
    left: 0;
    position: absolute;
	display: flex;
}

#slider_main ul li{
	width: 760px;
	height: 380px;
    overflow: hidden;
}

.main_slide a{
	display: block;
}

.main_slide_right{
	width: 310px;
}

#slider_thumb{
	border-top: 1px #c1ab93 solid;
}

#slider_thumb li{
	border-bottom: 1px #c1ab93 solid;
}

#slider_thumb li:hover,
#slider_thumb li.active{
	background: #ccc;
}

#slider_thumb li a{
	display: flex !important;
	padding: 5px 0;
	text-decoration: none;
}

.slide_nav_icon{
	margin-right: 10px;
}

.slick_nav li a:hover .slide_nav_icon img{
	opacity: 1;
}

.slide_nav_text{
	width: 240px;
}

.slide_nav_text h2{
	color: #de6878;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
}

.slide_nav_text div{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}

.index_news{
	padding: 38px 0;
	background: #eeeeee;
}

.index_news h2{
	margin-bottom: 25px;
	font-size: 24px;
	text-align: center;
	line-height: 1;
}

.news_box{
	position: relative;
	box-sizing: border-box;
	width: 880px;
	padding: 40px;
	border: 1px #8b8989 solid;
	border-radius: 5px;
	margin: 0 auto;
	background: #fff;
}

.news_list li:not(:last-child){
	margin-bottom: 10px;
}

.news_list li{
	display: flex;
}

.news_date{
	width: 95px;
	flex-shrink: 0;
}

.news_text a{
	color: #333;
}

.news_text a:hover{
	text-decoration: none;
}

.news_more{
	position: absolute;
	right: 30px;
	bottom: 0;
}

.news_more a{
	position: relative;
	display: inline-block;
	padding: 5px 30px 5px 20px;
	border-radius: 3px 3px 0 0;
	background: #e8a5ae;
	text-decoration: none;
}

.news_more a:before,
.news_more a:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotateZ(-45deg);
	content: "";
	width: 5px;
	height: 5px;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
}

.news_more a:before{
	right: 15px;
}

.news_more a:after{
	right: 20px;
}

.news_more a:hover{
	background: #ebb3ba;
	color: #666;
}






/*ĄĄąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁĄĄtableÀßÄêĄĄąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁĄĄ*/

#makebanner{
	margin: 20px auto 0;
}

#makebanner > tbody > tr > td{
	vertical-align: top;
}







