@charset "utf-8";

/* CSS Document */

/*------------------------

メインスライダー

------------------------*/

.slider-wrap {
	border-width: 1px;
	border-color: rgb(158, 205, 223);
	border-style: solid;
	border-radius: 3px;
	background-color: rgb(195, 225, 237);
	padding: 1em;
}

.slider-wrap ul {
	margin-bottom: 0;
}

.slider-wrap ul li a img {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.slider-wrap ul li {
	list-style: none;
}

.slider-wrap ul li:not(:last-child) {
	margin-bottom: 6px;
}

@media only screen and (min-width: 1280px) {

.slider-wrap .unit-70 {
	width: 686px;
}

.slider-wrap .unit-30 {
	width: 264px;
}
}

.slider-wrap .unit-30 ul {
	margin-left: 14px;
}

@media only screen and (max-width: 1023px) {

.slider-wrap .unit-70,
.slider-wrap .unit-30 {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 1.65em;
}

.slider-wrap .blocks-mobile-50 > li {
	float: left;
	margin-left: 3%;
}

.slider-wrap .blocks-mobile-50 {
	margin-left: -3%;
}

.slider-wrap .blocks-mobile-50 > li {
	width: 47%;
}

.slider-wrap .blocks-mobile-33 > li {
	width: 30.333333333333332%;
}

.slider-wrap .unit-30 ul {
	margin-left: -3%;
}

.slider-wrap .unit-30 ul li a img {
	width: 100%;
}
}

/*------------------------

what's new

------------------------*/

.whatsnew {
	border: 1px solid #009fdb;
	background-color: #fff;
}

.whatsnew .title {
	padding: .5em;
	position: relative;
	display: inline-block;
	background-color: #009fdb;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.whatsnew .title:after {
	width: 0;
	height: 0;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: -7px;
	display: block;
	border-width: 7px 0 7px 7px;
	border-style: solid;
	border-color: transparent transparent transparent #009fdb;
	content: '';
}

@media only screen and (max-width: 768px) {

.whatsnew .title {
	margin-bottom: .5em;
}

.whatsnew .title:after {
	width: 0;
	height: 0;
	margin-top: 14px;
	margin-left: -10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	border-width: 7px 7px 0 7px;
	border-style: solid;
	border-color: #009fdb transparent transparent transparent;
	content: '';
}
}

.whatsnew ul,
.whatsnew li {
	margin: 0;
	padding: 0;
}

.whatsnew-ticker {
	line-height: 1.4em;
}

.whatsnew-ticker li {
	height: 30px;
	padding: .7em .5em .7em 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.whatsnew-ticker li .day,
.whatsnew-ticker li .new_text {
	float: left;
}

.whatsnew-ticker li .day {
	width: 85px;
}

.whatsnew-ticker li .new_text {
	width: 395px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.whatsnew-ticker li p {
	display: none;
}

.whatsnew-ticker li {
	color: #333;
}

.whatsnew-ticker li a {
	color: #009fdb;
}

.whatsnew-ticker li a:hover {
	color: #ee86b4;
	text-decoration: underline;
}

@media only screen and (max-width: 1023px) {

.whatsnew-ticker li {
	height: auto;
	overflow: visible;
	white-space: normal;
	text-overflow: inherit;
	padding: .9em .5em 0 1em;
}

.whatsnew-ticker li .day {
	width: 100%;
}

.whatsnew-ticker li .new_text {
	width: 100%;
	white-space: inherit;
	text-overflow: inherit;
	overflow: visible;
}
}

/*------------------------

ショップニュース・イベント情報

------------------------*/

.carousels img {
	margin-bottom: .5em;
}

.carousels a {
	color: #000;
	display: block;
	text-decoration: none;
}

.carousels a:hover {
	color: #009fdb;
	text-decoration: underline;
}

.carousels i {
	margin-left: 0;
}

.carousels .day {
	margin-bottom: .2em;
	color: #565656;
	font-size: 1.2rem;
}

.carousels h1 {
	margin-bottom: .2em;
	margin-top: .3em;
	font-size: 1.5rem;
	font-weight: normal;
	text-align: left;
	line-height: 1.2
}
.information {
	text-align: center;
	background: #fffbd3;
	border: #f5c5c5 2px solid;
	padding: 20px;
	margin-bottom: 20px;
}
.information .title{
font-size: 1.2em;
font-weight: bold;
}
.information p{
	margin-bottom: 0px;
}

/*------------------------

営業時間

------------------------*/

.business-hours h1 {
	font-size: 1.4rem;
	padding-bottom: .5em;
	color: rgb(120, 189, 54);
	margin-bottom: 0;
	border-bottom: 3px solid rgb(120, 189, 54);
}

.business-hours i {
	color: rgb(120, 189, 54);
}

.business-hours p {
	background-color: #f7f7f7;
	padding: 1em;
}

/*------------------------

バナー

------------------------*/

.ban-area {
	margin: 0 0 1em 0;
	margin-left: 0;
}

.ban-area > li {
	width: 25%;
	margin-bottom: 0;
	margin-left: 0;
}

@media only screen and (max-width: 768px) {

.ban-area > li img {
	width: 100%;
}
}

@media only screen and (max-width: 767px) {

.ban-area > li {
	width: 50%;
}
}

/*------------------------

新着情報

------------------------*/

.top-news {
	height: 175px;
	margin-right: 1em;
	overflow-y: scroll;
}

.top-news dl {
	width: 100%;
	margin-bottom: 0;
	display: block;
	float: left;
	border-bottom: 1px solid #dcdcdc;
	padding: .5em 0;
}

.top-news dt {
	width: 20%;
	padding: .4em 0;
	float: left;
	color: #9a9a9a;
	font-weight: normal;
}

.top-news dd {
	width: 76%;
	margin-left: 0;
	padding: .4em 0 .4em 1em;
	float: left;
}

.top-news dd p {
	margin-bottom: .5em;
}

.top-news dd .title,
.top-news dd .title a {
	color: #000;
	font-weight: bold;
}

.top-news dd .title a {
	text-decoration: underline;
}

.top-news dd .title a:hover {
	text-decoration: none;
}

.top-news dd .title.pink,
.top-news dd .title.pink a {
	color: #EC6784;
}

.top-news dd .title.green,
.top-news dd .title.green a {
	color: #0ABAA5;
}

@media only screen and (max-width: 767px) {

.top-news {
	height: auto;
	margin-right: 0;
	overflow: visible;
}

.top-news dt,
.top-news dd {
	width: 100%;
}
}

/*------------------------

カテゴリー

------------------------*/


.cat01,
.cat02,
.cat03,
.cat04 {
	height: 110px;
	float: left;
}

.category-area {
	width: 100%;
}

.cat01,
.cat02,
.cat03,
.cat04 {
	width: 50%;
}

.cat01 a,
.cat02 a,
.cat03 a,
.cat04 a {
	background-color: #FFF;
	border: 1px solid #FFF;
}

.category-area a {
	height: 110px;
	padding-top: 15px;
	display: block;
	text-align: center;
}

.cat01 a:hover {
	border: 1px solid #e6335b;
}

.cat02 a:hover {
	border: 1px solid #e0b300;
}

.cat03 a:hover {
	border: 1px solid #08a08d;
}

.cat04 a:hover {
	border: 1px solid #5e44b1;
}

/*------------------------

facebook

------------------------*/

.fb_iframe_widget_fluid {
	display: block !important;
}

@media only screen and (max-width: 768px) {

.fb_iframe_widget {
	margin: 0 auto;
	display: block !important;
	text-align: center;
	margin-bottom: 1.65em;
}
}
