@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%;
}

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


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


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


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


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

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

	#contents {
		padding-top: 30px;
	}

	/****** 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 .inner {
		position: absolute;
		right: 0; top: 0;
	}
	#cart_area {
		top: 0; 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;
	}

	.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: opacity(50%);
    opacity: .5;
}

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

/* --------------------------------
    additional
-------------------------------- */
header {
	padding-bottom: 5px;
}
.header_logo img {
	width: 160px;
	height: auto;
}
.header-link {
	padding: 0 0 10px;
	font-size: 1rem;
}
.header-link a {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	color: #655046;
}
.header-link-inner img {
	width: 175px;
	height: auto;
}
#header .category-nav > li > a {
	padding: 0 .75em;
	font-size: 85%;
}

div.alert {
	color: #F00;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-top: 20px;
	padding: 0 20px;
}
span.alert {
	color: #F00;
}
.item_photo img {
	height: auto;
}

.top-h2 {
	text-align: center;
	font-size: 3rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.top-h2 span {
	display: block;
	font-size: 2rem;
}
.top-h2 span::after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #000;
	margin: 20px auto;
}

.pickup_item.feed .item_photo {
	height: 190px;
	overflow: hidden;
	position: relative;
}
.pickup_item.feed .item_photo img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}

.member {
	position: absolute;
	top: 45px;
	right: 290px;
	z-index: 200;
}

#header .header_logo_area {
	margin-right: 520px;
}
#header .copy {
	font-size: 1rem;
}

.slick-dots {
	margin-bottom: 20px;
}

.footer_logo_area {
	margin-top: 20px;
}
.footer_logo_area .copyright {
	margin-bottom: 0;
	padding: 10px 0;
	background: #655046;
	color: #FFF;
}
.footer_logo_area .copyright small {
	font-size: 1rem;
}

#footer {
	margin-top: 0;
	border-top: 0;
	background: #FFF;
}
#footer a {
	font-size: 1rem;
}
#footer ul {
	padding-top: 30px;
}
.footer-help {
	background: #efeeee;
	padding: 60px 0 45px;
}
.footer-help .inner {
	display: flex;
	justify-content: space-between;
	color: #655046;
}
.footer-help .col {
	width: 30%;
}
.footer-help p {
	font-size: 1.3rem;
	line-height: 1.75;
}
.footer-help h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 1.9rem;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 2px solid #c6bebb;
}
.footer-help h3 {
	font-size: 1.5rem;
}
.alert .image,
.footer-help .image {
	text-align: center;
}
.alert .image.btn,
.footer-help .image.btn {
	display: block;
	background: #9d8f89;
	padding: 10px 0;
}
.footer-help .image.btn img {
	width: 175px;
	height: auto;
}
.alert .image.btn {
	width: 300px;
	margin-bottom: 15px;
}
.alert .image.btn img {
	width: 150px;
}

.top-service .group {
	display: flex;
	justify-content: space-between;
}
.top-service section {
	width: 256px;
	box-sizing: border-box;
	border: 1px solid #ab9f9a;
	padding: 15px;
}
.top-service section:nth-of-type(odd) {
	background: #ab9f9a;
	color: #FFF;
}
.top-service section:nth-of-type(even) {
	background: #FFF;
	color: #9d8f89;
}
.top-service h3 {
	text-align: center;
	height: 116px;
}
.top-service h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	font-weight: normal;
	font-size: 1.6rem;
}
.top-service p {
	font-size: 1.45rem;
	line-height: 2;
}

/* org */
.front_page .top-mv {
	margin-top: 30px;
	width: 100%;
	height: 24.944vw;
	background: url("../img/top/top-mv.jpg") no-repeat 50% 50% / cover;
}

/* syougatu */
/*.front_page .top-mv {
	margin-top: 30px;
	width: 100%;
	height: 45.055vw;
	background: url("../img/top/top-mv3.jpg") no-repeat 50% 50% / cover;
}
*/

.overlay {
	z-index: 2;
}

.column textarea {
	height: auto;
}

.insta-feeds {
	margin-top: 50px;
}
.instafeed {
	display: flex;
	flex-wrap: wrap;
	width: 870px;
	margin: 0 auto;
	justify-content: space-between;
}
.instafeed li {
	width: 31%;
	margin-bottom: 3%;
}
#classcategory_id1 {
	background: #DE5D50;
	color: #FFF;
}

.btn_edit .btn-sm {
	background: #D85145;
	border-color: #D85145;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFF;
}
.kodawari {
	text-align: right;
}
.kodawari a {
	font-size: 1.8rem;
	color: #000;
}

@media only screen and (max-width: 767px) {
	#header .header_logo_area {
		margin-right: 0;
	}
	.header-link {
		display: none !important;
	}
	.pickup_item.feed .item_photo {
		height: 35vw;
		overflow: hidden;
		position: relative;
	}
	.cart {
		top: 75px;
	}
	#cart_area p.cart-trigger {
		top: 25px;
	}
	#btn_menu {
		top: 25px;
	}
	#header .copy {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.header_logo_area .header_logo {
		padding-top: 5px;
	}
	.drawer .member_link {
		margin-bottom: 0;
	}
	.drawer .header-link-inner a {
		display: block;
		padding: 0 10px;
		border-bottom: 1px solid #E8E8E8;
		height: 50px;
		line-height: 50px;
		font-size: 1.6rem;
		color: #525263;
	}
	.drawer .header-link-inner img {
		display: block;
		padding: 10px;
	}

	.footer-help {
		padding: 10px 0 30px;
	}
	.footer-help .inner {
		flex-wrap: wrap;
	}
	.footer-help .col {
		width: 100%;
	}
	.top-service .group {
		flex-wrap: wrap;
	}
	.top-service section {
		width: 100%;
		margin-bottom: 15px;
	}
	.front_page .top-mv {
		margin-top: 15px;
		height: 50vw;
	}
	.instafeed {
		width: auto;
	}
	.xxxx-group .btn_edit {
		position: static !important;
		margin-bottom: 2rem !important;
	}
}

@media only screen and (min-width: 768px) {
	#header .header_logo_area {
		margin-bottom: 15px;
	}
	#header #category {
		padding-top: 0;
	}
	#header .category-nav {
		border: 0;
		display: flex;
		justify-content: space-between;
		padding-top: 10px;
	}
	#header .category-nav > li > a {
		padding: 0;
	}
	#header .category-nav > li > a::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: #666;
		transition: .25s width;
	}
	#header .category-nav > li > a:hover::after {
		width: 0;
	}
	.cart {
		top: 95px;
	}
	#cart_area .inner {
		border: 1px solid #CCC;
	}
	#footer {
		padding-top: 80px;
	}
}

@media only screen and (min-width: 768px) {
	.member_link a {
		font-size: 1rem;
		padding: 0 5px 0 0;
	}
}

@media only screen and (min-width: 768px) {
	#header .header_logo_area {
		margin-right: 540px;
	}
	.header-line-btn img {
		width: 24px;
		margin-top: -5px;
	}
}
@media only screen and (max-width: 767px) {
	.drawer .header-line-btn img {
		padding: 0;
		width: 30px;
		height: 30px;
		transform: translateY(10px);
	}
}

