@charset "utf-8";
/* ================================================== 
   TOP AREA
================================================== */
#top_area{
	background:url(../img/top/top_img-01.jpg) center no-repeat;
	min-height:490px;
	}
#top_area ul#top_intro{
	text-align:left;
	padding:15px 1em;
	}
  
#eyecatch figure img {
  box-shadow: none;
}

#eyecatch #sp-only {
  display: none;
  
}

/* MERIT area
----------------------------------------*/
.merit_area {
	width:1024px;
	margin:2em auto;
	border-top: 3px double #d5307a;
	padding: 30px 0;
	}
  
.merit_area a:link, .merit_area a:visited {
  color: #0064ff;
  text-decoration: underline;
}

.merit_area a:hover {
  text-decoration: none;
}
  
.merit_area h2{
	text-align:center;
	margin-bottom:10px;
	}
.merit_area .merit_list {
	background-color:rgba(255,255,255,0.50);
	padding:10px 0;
	}
.merit_area .merit_list li{
	width:30%;
	float:left;
	padding: 1em;
	}
.merit_area .merit_list li img{
	max-width:100%;
	width: auto;
	height:auto;
	margin: 0 auto;
	display: block;
	box-shadow:0 0 8px rgba(0,0,0,0.36);
	}
.merit_area p{ background-color:#fff;}


.banner-list {
	padding: 10px 0;
	font-size: 0;
	text-align: center;
	letter-spacing: 0;
}
.banner-list > li {
	font-size: 16px;
	display: inline-block;
	width: 49.5%;
}
.banner-list > li img {
	max-width: 100%;
	width:auto;
	height: auto;
	vertical-align: bottom;
}
.banner-list > li.col1 {
	width: 100%;
	margin: 5px auto;
}
.banner-list > li:nth-child(even) {
	margin-left: 1%;
}


/* ================================================== 
   CONTENTS
================================================== */
#contents.top_page #primary h2{
	background:url(../img/common/h2_bg.png) right bottom no-repeat #d5307a;
	padding:5px 15px;
	margin:2em auto 1em;
	font-size:1.8em;
	line-height:1.8;
	color:#fff;
	font-weight:bold;	
	position:relative;
	}
#contents.top_page #primary h2:before,
#contents.top_page #primary h2:after{
	position:absolute;
	bottom:8px;
	z-index:-1;
	content:"";
	width:30%;
	height:50%;
	box-shadow:0 10px 15px rgba(0,0,0,0.20);
	}
#contents.top_page #primary h2:before{
	left:.3em;
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	}
#contents.top_page #primary h2:after{
	right:.3em;
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	}

#contents.top_page #primary h3{
	font-size:1.6em;
	font-weight:bold;
	margin:2em 0 .5em;
	padding-bottom:.5em;
	border-bottom:4px solid #ccc;
	position:relative;
	}
#contents.top_page #primary h3:after{
	position:absolute;
	bottom:-4px;
	left:0;
	z-index:2;
	content:"";
	width:20%;
	height:4px;
	background-color:#d5307a;
	}
#contents.top_page #primary h3 span{
	background-color:#d5307a;
	color:#fff;
	font-size:24px;
	border-radius:50%;
	padding:0 12px;
	margin-right:.5em;
	display:inline-block;
	}
#contents.top_page #primary h3.title{
	font-size:1.14em;
	font-weight:bold;
	line-height:1.2;
	color:#d5307a;
	margin:1em 0 .5em;
	padding:.5em 0 .5em 1em;
	background:url(../img/common/h3_bg.png) bottom repeat-x;
	position:relative;
	border: none;
	}
#contents.top_page #primary h3.title:after{
	position:absolute;
	top:50%;
	left:0;
	bottom: auto;
	margin-top:-12px;
	content: url(../img/common/h3_sq.png);
	background: none;
	width: auto;
	height: auto;
	}


@media only screen and (max-width:1024px){
/* ================================================== 
   TOP AREA
================================================== */
#top_area{
	background:url(../img/top/top_img_sp_02.png) no-repeat;
	background-size: auto 100%;
	background-position: right bottom;
	min-height:100%;
	}

#top_area ul#top_intro{
	text-align:left;
	padding: 10px 5px;
	}
#top_area ul#top_intro li img{
	width: 80%;
	height: auto;
	}
/* MARIT area
----------------------------------------*/
.merit_area {
	width:100%;
	}
.merit_area h2{ text-align:center;}
.merit_area h2 img{ width:98%;}
.merit_area .merit_list li{
	width:95%;
	float:none;
	margin:0;
	padding: .5em;
	}
.banner-list > li {
	width: 100%;
	margin: 5px auto;
}
#contents.top_page #primary h2{
	font-size:1.5em;
	line-height:1.2;
	margin-bottom:.5em;
	}
#contents.top_page #primary h3{
	font-size:1.3em;
	margin:1em 0 .5em;
	}
}
/* slider
----------------------------------------*/
#slider-area {
	overflow: hidden;
	display: none;
}

#slider-area {
	width: 100%;
	max-width: 1000px;
	margin: auto auto 40px;
	overflow: visible !important;
}
#slider-area img {
	width: 100%;
	height: auto;
}

/*.slick-slide { opacity: .2;}*/
.slick-active { opacity: 1;}

.slider_button {
	width: 30px;
	height: 50px;
	background: rgba(0,0,0,.3);
	padding: 20px 5px;
	position: absolute;
	top: 250px;
	z-index: 99;
	cursor: pointer;
	transition: background .2s;
	box-sizing: content-box;
}
.slider_button:hover { background: rgba(0,0,0,.85);}

/*#slider_prevarrow { left: calc(calc(100% / 2) - 520px);}
#slider_nextarrow { right: calc(calc(100% / 2) - 520px);}
.slick-arrow:hover { background: rgba(0,0,0,.8);}*/

.slider_cover {
	width: 100%;
	height: 590px;
	background: rgba(255,255,255,.9);
	position: absolute;
	top: 0;
	z-index: 98;
	cursor: pointer;
}
#slider_prevarrow {left: 0;}
#slider_nextarrow {right: 0;}
#slider_nextarrow_button {
	right: -40px;
}
#slider_prevarrow_button {
	left: -40px;
}
@media only screen and (max-width:1080px){
	#slider_nextarrow_button {
		display: none;
	}
	#slider_prevarrow_button {
		display: none;
	}
}


.slick-dots-area {
	width: 100%;
	padding: 5px 0;
	margin: 0 auto;
	/*background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,243,248) 99%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,243,248) 99%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(255,243,248) 99%);*/
}
.slick-dots,
.slick-dots > * {
	box-sizing: border-box;
}
.slick-dots {
	width: 90%;
	max-width: 1000px;
	margin: 10px auto 0;
	overflow: hidden;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}
.slick-dots > li {
	display: inline-block;
	font-size: initial;
	width: 30%;
	max-width: 120px;
	margin: 0 1.666666666666667%;
	cursor: pointer;
}
.slick-dots > li.slick-active {
}
.slick-dots > li p {
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	font-weight: bold;
	text-shadow: 1px 1px 0 #FFF;
	margin: 2px !important;
}
.slick-dots > li.slick-active p {
	color: #d5307a;
}
.slick-dots > li img {
	opacity: .4;
	vertical-align: bottom;
	border: 2px solid rgba(0,0,0,0);
	width: 100%;
}
.slick-dots > li.slick-active img {
	opacity: 1;
	border: 2px solid #d5307a;
}

@media only screen and (max-width:1024px){
	.slick-dots > li {
		margin: 0 1.666666666666667%;
	}
	.slick-dots > li p {
		font-size: 12px;
	}
	#top_01 {
		padding-top: 0;
	}
	#top_01 h2 {
		margin-top: 0;
	}
}


/* top-info */
.top-info {
	border: 2px solid #d00;
	width: 98%;
	max-width: 1020px;
	margin: 10px auto;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	padding: 10px;
	box-sizing: border-box;
	background: #FFF;
}
.top-info p {
	margin: 0 auto 6px auto;
	padding: 0 .2em;
	font-size: 13px;
	line-height: 1.3;
}
.top-info p:first-child {
	color: #d00;
	font-size: 15px;
	padding: 0 0 10px;
	margin: 0 auto 10px auto;
	font-weight: bold;
	line-height: 1;
	border: 1px solid #d00;
	border-width: 0 0 1px;
}
.top-info p:last-child {
	margin: 0 auto 5px auto;
}
.top-info p span {
	display: inline-block;
	margin: 4px auto;
	font-weight: bold;
	color: #d00;
	padding: 0 .5em;
}

/*年末年始*/
#newyear {
	max-width: 1000px;
	width: calc(100% - 20px);
	left: 10px;
	line-height: 1.4;
	font-size: 13px;
	border: 2px solid #d5307a;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px 10px 10px;
	border-radius: 10px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
#newyear .red {
	color: #d5307a;
}
#newyear .bold {
	font-weight: 700;
}
#newyear .ny_title {
	display: block;
	background-color: #d5307a;
	color: #fff;
	width: calc(100% + 20px);
	text-align: center;
	margin-left: -10px;
	padding: 5px;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	#newyear {
		text-align: left;
	}
}