@charset "Shift_JIS";
/* CSS Document */
@media screen and (min-width:768px){

.spOnly{
	display:none;
}
html,body{
	margin:0;
	padding:0;
	font-family:'�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro', '���C���I', Meiryo, '�l�r �o�S�V�b�N', sans-serif;
	font-size:14px;
	line-height:1.6;
	color:#333;
}
img{
	border:0;
	vertical-align:bottom;
}
a{
	text-decoration:none;
	color:#333;
}
a:hover{
	text-decoration:underline;
	color:#333
}
a img{
	border:none;
}
a img:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
}
h2{
	font-size:24px;
}
iframe{
	vertical-align:bottom;
}
.clearfix:after{
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix{
	min-height:1px;
}
* html .clearfix{
	height:1px;
	height:auto;
	overflow:hidden;
}
.clear{
	clear:both
}
.wrapper{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}

/*------------header------------*/
header{
	width:100%;
	max-width:1280px;
	height:112px;
	line-height:0;
	position:relative;
}
.subNavi ul{
	padding:12px 0 2px;
	text-align:right;
	font-size:0;
}
.subNavi ul li{
	margin-right:10px;
	padding-left:10px;
	border-left:solid 1px #333;
	display:inline-block;
	font-size:14px;
	line-height:1;
}
.subNavi ul li:first-child{
	border-left:none;
}
.headerMain{
	position:relative;
}

.headerMain h1{
	position:relative;
	top:0;
	left:0;
	width:180px;
}
.headerMain h1 a img{
	width:100%;
	max-width:180px;
}
.headerMain p{
	position:absolute;
	bottom:0;
	left:200px;
	line-height:1.5;
}
.searchBox{
	position:absolute;
	top:0;
	right:0;
	margin-top:18px;
	height:36px;
}
.searchBox form{
	display:block;
	float:left;
	width:270px;
	height:36px;
	overflow:hidden;
	border-bottom:#ccc 1px solid;
}
.searchBox form #kwd{
	border:none;
	height:35px;
	width:240px;
	text-indent:10px;
}
.searchBox form #kwdbtn{
	width:100%;
	max-width:16px;
	vertical-align:middle;
	border:0;
	text-indent:-9999px;
	cursor:pointer;
	background:url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/hd_search.png") no-repeat center center;
	background-size:16px;
}
input[type="text"]:focus {
  outline: 0;
}

/*------------navi------------*/
nav {
	height: 42px;
	background: #f5f5f5;
}
.menu {
    position: relative;
    width: 50%;
    height: 42px;
	float: left;
}
.menu > li{
	float:left;
	padding:0 17px;
	height:42px;
	line-height:42px;
}
.menu > li a {
    display: block;
	text-decoration: none;
}
.menu > li a:hover {
    display: block;
	text-decoration: underline;
}
.menu > li:first-child {
	background: #e0e0e0;
}
.menu > li:first-child a:hover {
	text-decoration: none;
}
.menu > li img {
	position: absolute;
	margin: 0 0 0 5px;
	top: 10px;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
li.menu__mega ul.menu__second-level {
	position: absolute;
	top: 42px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 20px 20px 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	border: solid 1px #e0e0e0;
	background-color: #fff;
}
li.menu__mega:hover ul.menu__second-level {
    top: 42px;
    visibility: visible;
    opacity: 1;
}
li.menu__mega ul.menu__second-level > li {
    float: left;
	padding-left: 30px;
    width: 28%;
	display: block;
	position: relative;
}
li.menu__mega ul.menu__second-level > li:after {
	content:"";
	position: absolute;
	top: 50%;
	right: 10px;
	width:8px;
	height:14px;
	margin-top:-7px;
	background:url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/ico_mega_pc.png") no-repeat right center;
	background-size:8px 14px;
}
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 0 0 5px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*------------mainInfo------------*/
#mainInfo{
	width:100%;
	max-width:1280px;
	margin:32px auto;
}
#mainInfo ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#mainInfo ul li{
	border-right:#999 1px solid;
	padding:0 16px;
}
#mainInfo ul li:last-child{
	border-right:none;
}

/*------------mainSlide------------*/
#mainSlide{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
.mainSlideSlider{
	width:100%;
	max-width:960px;
	margin:0 auto;
}
.prev-arrow,
.next-arrow{
	display:block;
	position:absolute;
	top:135px;
	cursor:pointer;
}
.prev-arrow{
	left:-100px;
}
.next-arrow{
	right:-100px;
}
button{
	margin:0;
	padding:0;
	background:none;
	border:none;
	border-radius:0;
	outline:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.slide-dots{
	text-align:center;
}
.slide-dots li{
	display:inline-block;
	margin:16px 16px 0;
}
.slide-dots button{
	position:relative;
	text-indent:-9999px;
}
.slide-dots button:before{
        content:'��';
        font-size:24px;
        text-indent:0px;
        position:absolute;
        top:0;
        left:0;
	color:#ccc;
}
.slick-active button:before{
        content:'��';
	color:#6184ee;
}

/*------------specialCoupon------------*/
.specialCoupon{
	width: 320px;
	margin: 0 auto;
}
.specialCoupon img{
	width: 100%;
}
	
/*------------pickupSlide------------*/
#pickup{
	width:100%;
	max-width:1280px;
	margin:64px auto 48px;
}
#pickupSlideArea{
	width:100%;
	max-width:960px;
	margin:24px auto 72px;
}
#pickupSlideArea .pickupCont{
	margin:0 20px;
}
#pickupSlideArea .pickupCont a img{
	width:100%;
}
#pickupSlideArea .pickupCont a p{
	margin:24px 0 0;
}
.rankingBnr{
	border-top:#999 1px solid;
	border-bottom:#999 1px solid;
	margin:0 auto;
	padding:48px 0;
}
.rankingBnr p{
	width:100%;
	max-width:480px;
	margin:0 auto;
}
.rankingBnr p img{
	width:100%;
	max-width:480px;
}

/*------------feature------------*/
#feature{
	width:100%;
	max-width:1280px;
	margin:0 auto 48px;
}
#feature ul{
	display:flex;
	flex-wrap:wrap;
	margin:32px 0 0;
}
#feature ul li{
	width:50%;
	box-sizing:border-box;
	margin:0 0 24px;
}
#feature ul li:nth-child(odd){
	padding:0 12px 0 0;
}
#feature ul li:nth-child(even){
	padding:0 0 0 10px;
}
#feature ul li a img{
	width:100%;
}
#feature p{
	margin:40px 0 0;
	text-align:center;
}
#feature p a{
	display:inline-block;
	border:#999 1px solid;
	padding:24px 144px;
	font-size:24px;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/ico_next.png) no-repeat 96% center;
	background-size:10px 18px;
}

/*------------category------------*/
#category{
	width:100%;
	max-width:1280px;
	margin:0 auto 72px;
}
#category ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:32px 0 0;
}
#category ul li{
	width:25%;
	box-sizing:border-box;
	padding:12px;
}
#category ul li:nth-child(4n+1){
	padding:12px 12px 12px 0;
}
#category ul li:nth-child(4n+4){
	padding:12px 0 12px 12px;
}
#category ul li a{
	display:block;
	font-size:16px;
	border:#999 1px solid;
	height:90px;
	line-height:90px;
	padding:0 0 0 24px;
	box-sizing:border-box;
}
#category ul li:nth-child(1) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_01.jpg) no-repeat 99% center;
}
#category ul li:nth-child(2) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_02.jpg) no-repeat 96% center;
}
#category ul li:nth-child(3) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_03.jpg) no-repeat 96% center;
}
#category ul li:nth-child(4) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_10.jpg) no-repeat 96% center;
}
#category ul li:nth-child(5) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_06.jpg) no-repeat 96% center;
}
#category ul li:nth-child(6) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_07.jpg) no-repeat 96% center;
}
#category ul li:nth-child(7) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_08.jpg) no-repeat 96% center;
}
#category ul li:nth-child(8) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_09_2.jpg) no-repeat 96% center;
}
#category ul li:nth-child(9) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_10_2.jpg) no-repeat 96% center;
}
#category ul li:nth-child(10) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_11.jpg) no-repeat 96% center;
}
#category ul li:nth-child(11) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_12.jpg) no-repeat 96% center;
}
#category ul li:nth-child(12) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_13.jpg) no-repeat 96% center;
}
#category ul li:nth-child(13) a{
	background:url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/img_cat_14.jpg) no-repeat 96% center;
}

/*------------subInfo------------*/
#subInfo{
	width:100%;
	max-width:1280px;
	margin:0 auto 72px;
}
#subInfo ul{
	margin:16px 0 0;
}
#subInfo ul li a{
	display:block;
	border-bottom:#999 1px dotted;
	padding:24px 0;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/ico_next.png) no-repeat 98% center;
	background-size:10px 18px;
}

/*------------medical------------*/
.medical{
	width:100%;
	max-width:1280px;
	margin:0 auto 72px;
}

/*------------footer------------*/
.permission{
	background:#f5f5f5;
	padding:64px 0 88px;
}
.permissionInner{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
.permissionInner table{
	width:100%;
	max-width:1280px;
	margin:24px 0 0;
}
.permissionInner table,
.permissionInner table th,
.permissionInner table td{
	border:#999 1px solid;
}
.permissionInner table th,
.permissionInner table td{
	text-align:left;
	font-weight:normal;
	padding:16px 24px;
	box-sizing:border-box;
	width:50%;
}
.footNav{
	background:#333;
	padding:64px 0;
}
.footNavInner{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
.footNavInner ul{
	display:flex;
	justify-content:space-between;
}
.footNavInner ul li a{
	display:block;
	padding:0 24px 0 0;
	color:#fff;
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u1482858/pc/css/../img/ico_next.png) no-repeat 98% center;
	background-size:10px 18px;
}

}
