@charset "utf-8";

/* --------------------------------
	Theme CSS for EC-CUBE 3
-------------------------------- */


/* --------------------------------
	Common
-------------------------------- */

body {
	/*font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.4;
	background-color: #f2f2f2;
	color: #525263;*/
	-webkit-text-size-adjust: 100%;
}


*{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;
color: #333333;
	font-size: 16px;
	line-height: 1.5em;
}


body{min-width:1100px;
background:url('http://inasa-felice.com/wp/wp-content/themes/new_felice/img/back3.jpg') 50% 0%;
    font-family:"Kosugi Maru", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}


.img_center,
.txt_center {
	text-align: center;
}
.img_right,
.txt_right {
	text-align: right;
}

/****** Base Layout Setting ********/

/*#header {
	background: #fff;
}
#contents {
	background: #fff;
}*/

/****** Header Setting ********/


.header_logo_area {
	/*margin-right: 100px;*/
}
.header_logo_area .header_logo a:link,
.header_logo_area .header_logo a:visited,
.header_logo_area .header_logo a:hover,
.header_logo_area .header_logo a:active {
	text-decoration: none;
	color: #000;
}
.header_logo_area .header_logo a:hover {
	color: #666;
}


/****** Side Setting ********/

/****** Footer Setting ********/

/****** Effect Setting ********/


/****** Each BlockParts Setting ********/

/* cart area */

#cart_area {
	width: 100%;
	position: absolute;
	right: 0; top: 0;
	z-index: 11;
}
#cart_area p {
	margin: 0;
}
#cart_area p.cart-trigger {
	position: absolute;
	right: 65px;
}

#cart .inner {
	background: #f3f3f3;
}


/* search area */

#search {
	background: #EBEBEB;
	padding: 16px 8px;
}
#search select {
	width: 100%;
}

/* snsbtn_area */
.snsbtn_area .snsbtn {
    float: left;
    height: 20px;
    margin: 0 10px 10px 0;
}

/* --------------------------------
	Top Page
-------------------------------- */

.front_page a:hover img {
	opacity: 0.8;
}
.front_page #contents .row > div {
	padding-bottom: 8px;
}
.front_page #contents .row.no-padding > div {
	padding-bottom: 0;
}

/* Comment Area */

.front_page .comment_area h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 2px;
}
.front_page .comment_area h5 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}
.front_page .comment_area p {
	margin: 10px 0 15px;
}

/* Item List */

.front_page .item_comment {
	color: #444;
}
.front_page .item a {
	padding-bottom: 0;
}
.front_page .item a:hover {
	opacity: 0.8;
}
.front_page .item a:hover img {
	opacity: 1;
}
.front_page #contents_top .item_comment {
	color: #525263;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
}
.front_page #contents_top .item_comment.text-warning,
.front_page #contents_top .item_name.text-warning {
	color: #9a947e;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.front_page .more_link.text-warning {
	font-weight: bold;
	color: #9A947E;
}

/* news_area */

.news_contents {
	padding: 0;
}
#news_area {
	background: #F8F8F8;
}
#news_area .heading01 {
	padding: 8px;
	text-align: center;
	margin: 0;
}

/* txt_bnr */

.txt_bnr_area {
	padding: 0 0 16px;
}

.txt_bnr {
	background: #f8f8f8;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	padding: 16px;
	margin: 12px 0 0;
	text-align: center;
}
.txt_bnr strong {
	color: #DE5D50;
	font-size: 20px;
	font-size: 2rem;
}
.txt_bnr strong strong {
	font-size: 32px;
	font-size: 3.2rem;
}

.item_gallery {
	clear: both;
}

/* --------------------------------
	Detail Page
-------------------------------- */

#item_detail + row {
	margin-top: -1px;
	background: #fff;
}

/*#item_detail .btn_area li:last-child {
    padding-left: 0;
}
*/


/* Slider */
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}


/* Arrow */

.slick_prev,
.slick_next {
	font-size: 18px;
	font-size: 1.8rem;
	width: 40px; height: 40px;
	line-height: 40px;
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content:" ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
	border-radius: 50%;

}
.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}

#item_photo_area .slick-slide {
	text-align: center;
}
#item_photo_area .slick-slide img {
	display: inline-block;
}


/******************************
	Media Query
*******************************/

@media only screen and (max-width: 767px) {

	/* --------- common ---------- */
    *{font-size:13px;}
body{
min-width:100%;
-webkit-text-size-adjust: 100%;
font-size:13px;line-height:200%;
}

h1{margin:0;}

img
{border:0;
padding:0px;
margin:0px;
max-width:100%;
height:auto;}

.w1100{width:auto;}
	/****** Header Setting ********/

	
#pageTop{
	background:rgba(0,0,0,0.75);
	border-radius:5px;
	color:#FFF;
	padding:10px;
	position:fixed;
	bottom:50px;
	right:20px;z-index:100;
	font-family:Palatino Linotype;
	}
#pageTop:hover{
	background:rgba(33,22,19,0.75);
	}

#pageTop img{width:30px;}
/* ヘッダー */
    html {
    margin-top: 52px;
}
header  {
    position:fixed!important;
    top:0;
    left:0;
    width:100%;
	height:52px;
    background:#fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    z-index:9999;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}
header .inner {
    position:relative;
    padding:0 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
header .inner h1 img {
    width: 110px;
    display: block;
    padding-top: 4px;
    padding-left: 0;
} 
 header .inner h1 a{display:block;width: 162px;}
 
/* ナビゲーション */
header nav {
        overflow:auto;
        position: fixed;
        top: 0;
        right: -70%;
        width: 70%;
        max-width:320px;
        /*height: 100%;*/
        opacity: 0;
        z-index:9999;
		background:rgba(255,255,255,0.9);
}
/* ナビゲーション：アクティブ時 */
header.navOpen nav {
        opacity: 1;
        right: 0;
}
header nav ul {
    border-top:1px solid #ccc;
}
header nav ul li {
    border-bottom:1px solid #ccc;	color:#000000;
}
    
#header_nav li a div {
    display: block;
    margin: 0 auto;
}
    header nav ul li a {font-size:13px;
    position:relative;
    display:block;
    padding:13px;
    text-decoration:none;
	color:#000000;
}
header nav ul li a {
    text-decoration: none;
    color: #3D3D3D;
    font-weight: normal;
    letter-spacing: inherit;
    font-family: inherit;
    line-height: 26px;
    padding: 4px 12px;
    height: auto;
    display: block;letter-spacing: 2px;
    width: auto;
}    
.subtit {
    font-size: 9px;
    color: #41362e;
    letter-spacing: 0px;
    display: block;
}
    

header nav ul li a:hover {
    background:#f2f2f2;	color:#000000;
}
header nav ul li a:before {
  position: absolute;	color:#000000;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -4px;
  margin-right: -4px;
  vertical-align: middle;
    border-top: 3px solid #666666;
  border-right: 3px solid #666666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
 
/* ナビゲーションアイコン */
header .tel2 {
        display: block;
        width: 30px;
		height:30px;
        position: absolute;
        top: 5px;
        right: 56px;
	
        cursor: pointer;
		padding:5px;

}

header .navBtn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 10px 10px;
    padding-top: 6px;
    padding-bottom: 16px;
    background: #41362e;
    box-sizing: content-box;
    z-index: 100;
}
header .navBtn span {
		z-index:10;
	margin-top: 3px !important;
        display: block;
        height: 4px;
        width: 100%;
        background: #ffffff;
        border-radius: 2px;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
}

header .navBtn span.menuB{
    background: none;
    width: auto;
    margin-top: 0px;
    border-radius: 0;
    display: block;
    position: absolute;
    height: auto;
    top: 31px;
    right: 11px;
    z-index: 15;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 2px;} 

header .navBtn span:nth-of-type(2),
header .navBtn span:nth-of-type(3) {
margin-top: 5px;
}
/* ナビゲーションアイコン：アクティブ */
header.navOpen .navBtn span:nth-of-type(1) {
        -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
        -ms-transform: translateY(9px) translateX(0) rotate(45deg);
        transform: translateY(9px) translateX(0) rotate(45deg);
}
header.navOpen .navBtn span:nth-of-type(2) {
        margin-top: 5px;
        opacity: 0;
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
}
header.navOpen .navBtn span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
        transform: translateY(-9px) translateX(0) rotate(-45deg);
}
    
    
    header h1 {
    height: 30px;
    /* margin-top: 5px; */
    margin-top: 2px;
    float: left;
    max-height: 30px;
    /* max-width: 200px; */
    max-width: 195px;
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
    
	/****** Side Setting ********/


	/****** Effect Setting ********/
/*footer*/


#gototop {position:absolute;top:-32px;right:10px;display:block;}

#gototop img{width:80px;}

a#toTop{padding:0;margin:0;}

#footer {margin-top: 20px;
	position: relative;
	text-align:center;
}

#footer_title img{width:200px; margin-bottom:20px;}

    .mb20{margin-bottom:20px;}
    
#footer_title {
padding: 30px 15px;
    text-align: left;}

 #footer_title h5, #footer_title p{color:#fff;}    
#footer_title h5 {
    font-size: 16px;
    margin-bottom: 6px;}
#footer_title address {
	font-style: normal;
	font-size: 14px;
}
    .eclink{margin-top:20px;}
    .eclink li:nth-child(3){clear:both;}
    .eclink li{width: 40%;
    margin-bottom: 20px;}
.copy {
	font-size: 11px;
	padding: 5px 0;background:#282f35;color:#fff;
}

#footer_tell_area {
	margin:0 auto;
	display:block;
/*	margin-top: 10px;
	margin-bottom:10px;*/
}

#footer_tell {
	margin:0 auto;
	display:block;
	/*background: url(../img/tel_icon.png);*/
	background-position: 0px 0%;
	background-repeat: no-repeat;
	padding-left: 10px;


}

#footer_tell a {
	font-size: 24px;
	color: black;
		text-decoration: none;
}


}
@media only screen and (min-width: 768px) {

	/* --------- common ---------- */
	

.mart16 {
    margin-top: 16px;
    margin-bottom: 16px;
}

#contents {
		padding-top: 30px;
	}

	/****** Header Setting ********/

	/****** Layout ********/

	/* header */

#header .header_logo_area {
		/*float: left;
		margin-right: 265px;*/
		text-align:left;
		width:300px;display:block;
		float:left;
	}
#header #drawer #search{
		position: relative;
	}
#search{
		background: none;
		padding: 0;
	}
#member{
		float: left;
		width:400px;
		margin-top:35px;
		margin-left:20px;
	}

#main_middle{background:#fff!important;padding:20px;}

.member ul li {
		display: inline-block;
	}



	/****** Side Setting ********/

	/****** Footer Setting ********/

	/****** Each BlockParts Setting ********/

	/* search area */

#search select {
		width: auto;
		max-width: 180px;
	}
	/* cart */

	#cart .inner {
		position: absolute;
		right: 0; top: 0;
	}
	#cart_area {
		top: 35px; right: 16px;
	}
	#cart_area p {
		border: 1px solid #D9D9D9;
		float: right;
		min-width: 256px;
	}
	#cart_area p.cart-trigger {
		position: relative;
		right: 0;
	}
	#cart_area .inner {
		min-width: 256px;
	}
	#cart_area .cart_price {
		font-size: 12px;
	}
	#cart_area .cart_price .price {
		font-size: 16px;
	}


	/* --------------------------------
		Top Page
	-------------------------------- */

	.front_page #contents .row {
		padding-bottom: 24px;
	}
	/* Comment Area */

	.front_page .comment_area h4 {
		font-size: 32px;
		font-size: 3.2rem;
		margin: 0 0 8px;
	}
	.front_page .comment_area h5 {
		font-size: 20px;
		font-size: 2rem;
	}
	.front_page .comment_area p {
		font-size: 20px;
		font-size: 2rem;
		margin: 24px 0 24px;
	}

	/* news_area */

	.news_contents {
		padding: 0 16px 0 0;
	}

	#news_area .heading01 {
		padding: 16px;
		text-align: left;
	}
	#news_area {
		margin-bottom: 32px;
	}


	/* txt_bnr */

	.txt_bnr_area {
		padding-left: 16px;
	}

	.txt_bnr {
		margin:0 0 16px;
	}

	/* --------------------------------
		Detail Page
	-------------------------------- */

	#item_photo_area .slick-dots {
		margin: 0 -16px;
		position: relative;
		bottom: 0;
	}
	#item_photo_area .slick-dots::after {
		content: "";
		display: table;
		clear: both;
	}

	#item_photo_area .slick-dots li {
		width: 33.33333333%; height: auto;
		padding: 16px;
		margin: 0;
		float: left;
	}
	
		#item_photo_area .slick-dots li:nth-child(4){clear:both;}

	.slick-dots li button.thumbnail {
		width: 100%; height: auto;
		padding: 0;
	}
	.slick-dots li button.thumbnail img {
		width: 100%; height: auto;
		opacity: 0.8;
	}
	.slick-dots li button.thumbnail:hover img,
	.slick-dots li.slick-active button.thumbnail img {
		opacity: 1;
	}
	.slick-dots li button.thumbnail::before {
		display: none;
	}
}

/* --------------------------------
    display mask
-------------------------------- */
.prevention-masked {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.extra-form {
  margin: 10px 0;
}

@media only screen and (max-width: 500px){
.eclink li {
    width: auto;}

}
