@charset "UTF-8";
/* /////////////////////////////////////////////////////////////////////////////

 全体 style

///////////////////////////////////////////////////////////////////////////// */


/* font-family: 'Prompt', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');



main, article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
	display: block;
}

body {
    position: relative;
    left: 0;
    overflow: hidden;
    word-wrap: break-word;
    background-attachment: fixed;
    color: #313131;
    font-size: 16px;
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    line-height: 1.6;
}

a {
	color: #313131;
	text-decoration: underline;
}

a:hover {
    color: #5C5C5C;
    text-decoration: none;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

video, object {
	display: block;
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}


/* /////////////////////////////////////////////////////////////////////////////

 layout

///////////////////////////////////////////////////////////////////////////// */

/*------------------------------------------------------------------------------

 header

------------------------------------------------------------------------------*/

.header_wrapper {
}

.header {
	width: 100%;
	background: #FFF;
	background: linear-gradient(90deg,#FFF 0%,#FFF 50%,#c3b1c6 50%,#c3b1c6 100%);
}

.header_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}
.header_inner:after { /* modern */
	content : '';
	display : block;
	clear : both;
	height: 0;
}

.header_line {
	position: relative;
	transition:all 3s 2s ease;
	background: #d8d5c1;
}

.header_line h1 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 10px;
	color: #FFF;
	font-size: 75%;
	font-weight: normal;
	line-height: 1.2;
}

.header_inner .logo {
	float: left;
	clear: both;
	width: 35%;
	padding: 25px 0 0;
	transition:all 300ms 0ms ease;
}

.header_main {
	position: relative;
}
.ec-headerTitle__title img {
    width: 200px;
    margin-bottom: 20px;
}
.ec-headerTitle .ec-headerTitle__title a {
          font-size: 18px; }

.ec-cartNavi {
    background-color: #DEDEDE;
     }

/* gnavi
------------------------------------------------------------- */

.gnavi {
	float: right;
	display: -webkit-flex;
	display: flex;
	width: 65%;
	margin-bottom: 0;
	font-size: 96%;
	transition:all 300ms 0ms ease;
}
.gnavi li {
	flex-grow: 1;
	background: #FFF;
	vertical-align: middle;
}
.gnavi li.recruit {
	padding-right: 10px;
}
.gnavi li.reserve {
	background: #c3b1c6;
}
.gnavi li.reserve b {
	font-weight: normal;
}
.gnavi a {
	display: block;
	padding: 35px 0;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
}
.gnavi a em ,
.gnavi a span {
	display: block;
}
.gnavi a em {
	margin-bottom: 4px;
	color: #705944;
	font-size: 112.5%;
	font-family: 'Prompt', sans-serif;
}
.gnavi a span {
	color: #c3b1c6;
	font-size: 75%;
}

.gnavi .reserve a em ,
.gnavi .reserve a span {
	color: #FFF;
}

.layer {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}



/* header_slim
------------------------------------------------------------- */

.header_slim {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}

.header_slim .header_line {
	display: none;
}

.header_slim .header_inner .logo {
	padding-top: 0px;
}

.header_slim .header_inner .logo img {
	width: auto;
	height: 50px;
}

.header_slim .gnavi a {
	padding: 12px 0;
}


/* /////////////////////////////////////////////////////////////////////////////

 footer

///////////////////////////////////////////////////////////////////////////// */

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

.ec-footerRole {
    border-top: none;
    background-image: url(../img/common/f_back.jpg);
    background-repeat: repeat;
}

/* footer guide */

.footer_guide {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	line-height: 1.6;
}

.footer_guide h3 {
	margin-bottom: 20px;
	font-size: 116%;
	text-align: center;
}

.footer_block {
	margin-bottom: 30px;
}

.footer_block p {
	margin-bottom: 1em;
}

.footer_block h4 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #CCC;
	font-size: 116%;
}

.footer_block b {
	display: block;
	margin-bottom: 10px;
	font-size: 116%;
	font-weight: bold;
}
.footer_block em {
	display: block;
	padding: 10px;
	background: #FFF;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
}


.f_logo {
	margin-bottom: 20px;
	text-align: center;
}

.f_logo .logo {
	width: 240px;
	margin: 0 auto;
}

.fnavi {
	margin: 20px auto;
	text-align: center;
	line-height: 1.2;
}

.fnavi li {
	margin-bottom: 10px;
}

.fnavi li a {
    display: block;
}



.f_logo h2 {
	font-size: 87.5%;
	font-weight: normal;
}

.copy {
	padding: 20px;
	border-top: 1px solid #FFF;
	font-size: 75%;
	text-align: center;
}

.copy span {
	display: inline-block;
}


/* /////////////////////////////////////////////////////////////////////////////

 トップページ追加

///////////////////////////////////////////////////////////////////////////// */


.title {
	margin-bottom: 30px;
	padding: 6px 0 6px 15px;
	border-left: 6px solid #525263;
}
.title em {
	font-size: 150%;
	vertical-align: middle;
}
.title span {
	padding-left: 10px;
	color: #999;
	font-size: 124%;
	vertical-align: middle;
}


.btn_box {
	clear: both;
	margin: 0;
	padding: 20px 0 30px;
	text-align: center;
}

.btn_box a {
	display: inline-block;
	min-width: 36%;
	padding: 10px 10px;
	border-radius: 50vh;
	background: #c3b1c6;
	color: #FFF;
	font-size: 124%;
	text-decoration: none;
}

.btn_box a span {
	display: inline-block;
}
.item-title-list{
    font-size: 105%;
    font-weight: bold;
    margin-bottom: 10px;
}
.price02-default span{
    font-size: 80%;	
}


/* /////////////////////////////////////////////////////////////////////////////

 EC-CUBE デフォルトCSS 変更

///////////////////////////////////////////////////////////////////////////// */

.ec-layoutRole {
	background: none;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
	height: auto;
}

/* ナビ */

@media only screen and (min-width: 768px) {
	.ec-categoryNaviRole {
		margin-bottom: 20px;
	}
}

.ec-itemNav__nav li a {
	background: none;
}


/* 商品一覧:pager */

.ec-pager {
	clear: both;
	position: relative;
	padding: 20px 0;
	font-size: 87.5%;
	text-align: center;
}

.ec-pager a {
	display: inline-block;
	width: 2.6em;
	height: 2.6em;
	margin-right: 0;
	border-radius: 50vw;
	line-height: 2.6;
}

.ec-pager a {
	border: 1px solid #CCC;
	background: #FFF;
	text-decoration: none;
}

.ec-pager a:hover {
	background: #ebe7e7;
}

.ec-pager .ec-pager__item ,
.ec-pager .ec-pager__item--active {
	min-height: auto;
	padding: 0;
	background: none;
}

.ec-pager .ec-pager__item--active a {
	display: inline-block;
	border: 1px solid #c3b1c6;
	background: #c3b1c6;
	color: #FFF;
}



/* 商品詳細 */

.ec-productRole__title {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #CCC;
}

.ec-productRole__category {
	display: none;
}






/* /////////////////////////////////////////////////////////////////////////////

 デバイス別

///////////////////////////////////////////////////////////////////////////// */

/*media Queries PCサイズ
----------------------------------------------------*/

@media only screen and (min-width: 768px) {
	.footer_guide h3 {
		margin-bottom: 40px;
		font-size: 124%;
		text-align: left;
	}
	.footer_guide .footer_inner {
		display: -webkit-flex;
		display: flex;
		margin: 0 -25px;
	}
	.footer_block {
		flex-grow: 0;
		width: 33%;
		padding: 0 25px;
	}
	.fnavi li {
		display: inline-block;
	}
	.fnavi li a {
		padding: 0 2em 0 1.5em;
		border-right: 1px solid #7f6b5a;
	}
	.fnavi li:last-child a {
		border-right: none;
	}
}


/*media Queries タブレットサイズ
-----------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	.header_wrapper {
		height: 80px;
	}
	.header_inner {
		padding: 0 10px;
	}
	.header_line .tel {
		top: 2px;
	}
	.header_inner .logo {
		width: 20%;
	}
	.gnavi {
		width: 80%;
		margin-right: -10px;
	}
	.gnavi a {
		padding: 20px 0;
	}
	.gnavi li.blog {
		margin-right: 0;
	}
	.header_slim .gnavi {
	}

}

@media only screen and (min-width: 481px) {
	.header_inner .menu_btn_area {
		display: none;
	}
	/* ----- ここまで ----- */
}


/*media Queries スマホ
-----------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	.header_wrapper {
		display: none;
	}
	.ec-headerTitle__title img {
    width: 60%;
}
	.footer_block p {
    font-size: 90%;
}
}



