@charset "utf-8";

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

#wrapper {
  width:100%;
  overflow:hidden;
}
/* --------------------------------
	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%;
	min-width:320px;
  font-weight: 500;
}

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

@media only screen and (min-width: 1200px){
  #cart .inner {
    position: absolute;
    right: 0;
    top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width:1199px){
  #cart .inner {
      position: absolute;
      right: 0;
      top: 0;
  }
}
/****** Base Layout Setting ********/

#header {
	background: rgba(137,187,182,0.9);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}
#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 */


@media (max-width: 767px) {
#cart_area {
	width: 100%;
	z-index: 11;
}
#cart_area p {
	margin: 0;
}
#cart_area p.cart-trigger {
	position: absolute;
	right: 50px;
}

#cart .inner {
	background: #fff;
  border-radius: 5px;

  border: 2px solid #89bbb6;
}

}

@media (min-width: 768px) {
#cart_area {
	width: 88px;
	position: absolute;
	right: 0; top: 0;
	z-index: 11;
}
#cart_area p {
	margin: 0;
}
#cart_area p.cart-trigger {
	position: absolute;
	right: 50px;
}

#cart .inner {
	background: #fff;
  border-radius: 5px;

  border: 2px solid #89bbb6;
}

}




/* 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;*/
      font-weight: 500;
}
.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: #535353;
}
.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: #535353;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.front_page .more_link.text-warning {
	font-weight: bold;
	color: #535353;
}

/* 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;
  margin-top: 40px;
}

/* --------------------------------
	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: 0px;
}

.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 ---------- */


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


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


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


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

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

	#contents {
		padding-top: 0px;
	}

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

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

	/* header */

	#header .header_logo_area {
		float: left;
		/*margin-right: 265px;*/
	}
	#header #drawer #search {
		position: relative;
	}
	#search {
		background: none;
		padding: 0;
	}
	#member {
		float: right;
	}

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




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

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

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

	/* search area */

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

	#cart_area p.cart-trigger {
		position: relative;
		right: 0;
	}
	#cart_area .inner {
		min-width: 256px;
    min-height: 95px;
	}
	#cart_area .cart_price {
		font-size: 12px;
	}
	#cart_area .cart_price .price {
		font-size: 16px;
	}


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

	.front_page #contents .row {
		padding-bottom: 25px;
	}
	/* 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;
	}

	.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;
	}
}

#member {
	position: absolute;
}

.top_link {
	position: absolute;
  z-index: 10;
}

.top_link a :hover {
  opacity: 0.8;
}

.mypage_icon a :hover {
  opacity: 0.8;
}

@media screen and (min-width:1200px) {
  #member {
    width: 165px;
  }

  .login_my {
    right: 0px;
    top: 55px;
  }

  .logout_my{
    right: 95px;
    top: 55px;
  }

  #cart_area {
    top: 36px;
    right: 0px;
  }
  .top_link {
    right: 170px;
    top: 55px;
  }
  .top_link_box p {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .tax {
    font-size: 13px;
  }

	.header_logo_area .header_logo {
			padding-top: 40px;
			padding-bottom: 5px;
	}

	#cart_area p {
		border-radius: 3px;
		background-color: #ffffff;
		float: right;
		min-width: 90px;
		height: 30px;
	}

	#header #cart_area p.cart-trigger .cb-shopping-cart {
			position: relative;
			left: 4px;
			top: 4px;
	}

	p.cart-trigger .cb-close { /*カゴのバツ印*/
			opacity: 0;
			position: absolute;
			left: 5px; top: 5px;
			font-size: 20px;
	}

	.cart-text {
		position: absolute;
		top:7px;
		left: 30px;
		color: #89bbb6;
		font-weight: bold;
	}

	#header #cart_area p.cart-trigger .badge {
			position: relative;
			left: 40px;
	}

	p.cart-trigger .badge {
	    position: absolute;
	    right: 1px; top: 5px;
	}

	.top_link_box li {
	  padding-left: 1px;
	  padding-right: 1px;
	}

	.mypage_icon {
		position: absolute;
		right: 0;
	}

}

@media screen and (min-width:992px) and (max-width:1199px) {
  #member {
    width: 146px;
  }

  .login_my {
    right: 0px;
    top: 47px;
  }

  .logout_my{
    right: 75px;
    top: 47px;
  }

  #cart_area {
    top: 27px;
    right: 0px;
  }

  .top_link {
    right: 145px;
    top: 47px;
  }
  .top_link_box p {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
  }
  .tax {
    font-size: 11px;
  }


	.top_link img, #member img{
		width: 85%;
	}

	.header_logo img {
		width: 90%;
	}

	.summary_img {
		height: 23px;
		width: auto;
	}

	.header_logo_area .header_logo {
			padding-top: 35px;
			padding-bottom: 0px;
	}

	#cart_area p {
		border-radius: 3px;
		background-color: #ffffff;
		float: right;
		min-width: 90px;
		height: 25.5px;
	}

	#header #cart_area p.cart-trigger .cb-shopping-cart {
			position: relative;
			left: 2px;
			top: 3px;
	}

	p.cart-trigger .cb-close { /*カゴのバツ印*/
			opacity: 0;
			position: absolute;
			left: 3px; top: 3px;
			font-size: 20px;
	}

	.cart-text {
		position: absolute;
		top:6px;
		left: 25px;
		color: #89bbb6;
		font-weight: bold;
	}

	#header #cart_area p.cart-trigger .badge {
			position: relative;
			left: 33px;
	}

	p.cart-trigger .badge {
	    position: absolute;
	    right: 0px; top: 3px;
	}

	.top_link_box li {
	  padding:0;
		margin-left: -5px
	}

	.top_link_text {
		padding-right: 10px;
	}

	.mypage_icon {
		position: absolute;
		right: 0;
	}

}

@media screen and (min-width:768px) and (max-width:991px) {

	.br::before {
		content: "\A";
		white-space: pre;
	}

  #member {
    width: 135px;
  }

  .login_my {
    right: 0px;
    top: 42px;
  }

  .logout_my{
    right: 65px;
    top: 42px;
  }

  #cart_area {
    top: 22px;
    right: 0px;
  }
  .top_link {
    right: 130px;
    top: 34px;
  }
  .top_link_box p {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 14px;
  }
  .tax {
    font-size: 10px;
  }


	.top_link img, #member img{
		width: 70%;
	}

	.header_logo img {
		width: 75%;
	}

	.summary_img {
		height: 19px;
		width: auto;
	}

	.header_logo_area .header_logo {
			padding-top: 30px;
			padding-bottom: 0px;
	}

	#cart_area p {
		border-radius: 3px;
		background-color: #ffffff;
		float: right;
		min-width: 82px;
		height: 21px;
	}

	#header #cart_area p.cart-trigger .cb-shopping-cart {
			position: relative;
			left: 1px;
			top: 0px;
	}

	p.cart-trigger .cb-close { /*カゴのバツ印*/
			opacity: 0;
			position: absolute;
			left: 1px; top: 1px;
			font-size: 20px;
	}

	.cart-text {
		position: absolute;
		top:3px;
		left: 25%;
		color: #89bbb6;
		font-weight: bold;
		z-index:33333;
	}

	#header #cart_area p.cart-trigger .badge {
			position: relative;
			left: 33px;
	}

	p.cart-trigger .badge {
	    position: absolute;
	    right: 0px; top: 0px;
	}

	.top_link_box li {
	  padding:0;
		margin-left: -9px
	}

	.top_link_text {
		padding-right: 10px;
	}

	.mypage_icon {
		position: absolute;
		right: 0;
	}

}

@media screen and (min-width:480px) and (max-width:767px){
  .front_page a:hover img {
    opacity: 1;
  }

	#header {
		height: 55px;
    background: rgba(137,187,182,1)
	}

  .fade-top{
    margin-top: 54px;
  }

	.header_logo_area {
		position: absolute;
	}

	.summary a {
		display: none;
	}

	.sub-menu {
		display: none;
	}

	.header_logo img{
    padding-top: 16px;
    padding-left: 10px;
    width: 90%;
	max-width:200px;
	}

	#cart_area {
		margin-top: 14px;
	}

	#cart_area p {
		border-radius: 3px;
		background-color: #ffffff;
		float: right;
		min-width: 90px;
		height: 30px;
	}

	#header #cart_area p.cart-trigger .badge {
			position: relative;
			left: 34px;
	}


	.cart-text {
		position: absolute;
		top:8px;
		right:23px;
		color: #89bbb6;
		font-weight: bold;
				z-index:63333;
				font-size:13px;
				line-height:100%;

	}


@media all and (-ms-high-contrast: none) {
  /* ここに書く */
	.cart-text {
		position: absolute;
		top:17px;
		right:23px;
		color: #89bbb6;
		font-weight: bold;
				z-index:63333;
				font-size:13px;

	}

}


}

@media screen and (max-width:479px) {
  .front_page a:hover img {
    opacity: 1;
  }

  #header {
		height: 55px;
    background: rgba(137,187,182,1)
	}

  .fade-top{
    margin-top: 54px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 170px;
  }

  .main_visual {

  }

	.header_logo_area {
		position: absolute;
    padding-left: 5px;
    padding-top: 15px;
	}

	.nav-trigger {
    height: 62px;
    margin-right: -2px;
	 }

	.summary a {
		display: none;
	}

	.sub-menu {
		display: none;
	}

	.header_logo img{
		padding-top: 3px;
		width:auto;
		height: 25px;
	}

}


@media (min-width: 768px) {
	
	
		#cart_area {
		margin-top: 19px;
	}


	#cart_area p {
		border-radius: 3px;
		background-color: #ffffff;
		width:auto;
		height: 25px;
	}

}

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


	#header #cart_area p.cart-trigger .badge {
			position: relative;
			left: 28px;
	}

	.cart-text {
		position: absolute;
		top:7px;
		right: 22px;
		color: #89bbb6;
		font-weight: bold;
		font-size:14px;
		z-index:55555;
	}

	#cart_area p.cart-trigger {
		right: 40px;
}

	}

/* --------------------------------
    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 screen and (min-width:480px) and (max-width:767px){

  #cart_area .inner {
    width: 300px;
    float: right;
    padding-top: 15px;
    margin-right: 10px;
  }

  .error_cat {
    margin-right: 55px!important;
  }

  .min_price {
    margin-bottom: 20px!important;
  }
}

@media screen and (max-width:479px) {
  #cart_area .inner {
    width: 280px;
    float: right;
    padding-top: 15px;
    margin-right: 10px;
  }

  .error_cat {
    margin-right: 15px!important;
    width: 250px!important;
  }

  .min_price {
    margin-bottom: 20px!important;
    width: 92px!important;
  }

  .bg-danger {
    font-size: 13px;
  }
}



.error_cat_p {
  margin-top: -21px!important;
  margin-right: 20px!important;
  background-color: rgb(00,00,00,00)!important;
}

@media screen and (max-width: 767px) and (min-width: 480px){
  .error_cat_p {
    margin-top: -21px!important;
    margin-right: 55px!important;
}

@media screen and (max-width: 479px){
  .error_cat_p {
    margin-top: -21px!important;
    margin-right: 12px!important;
}
