@charset "UTF-8";

body {
	background: #e6e3d9;
}

a {
	cursor: url(../img/cmn/cursor.cur), auto;
}

.l-container {
	position: relative;
}

.l-inner {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

#loading {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #181E1C;
	opacity: 1;
	-webkit-transition: 1s;
	transition: 1s;
	pointer-events: all;
}

#loading.is-loaded {
	opacity: 0;
	pointer-events: none;
}

/*全画面*/

.g-wrapper {
	overflow: hidden;
	min-width: 1000px;
}

/*ヘッダー*/

.g-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	min-width: 1000px;
	height: 64px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #D3D0C8;
}

.g-header .logo {
	width: 1000px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.g-header .logo a {
	display: block;
	width: 85px;
	margin-left: 35px;
}

.g-nav {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.g-nav-btn {
	display: none;
	position: relative;
	z-index: 20;
}

.g-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 831px;
	margin-left: auto;
}

.g-nav-list li a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background-repeat: no-repeat !important;
	background-position: left top;
	background-size: 100% !important;
	width: 130px;
	height: 32px;
}

/*フッター*/

.g-footer {
	position: relative;
	margin: 0 20px;
	padding-top: 42px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.g-footer:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	background: #333333;
	border-bottom: 1px solid #fff;
}

.g-footer .copy {
	text-align: center;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	margin-left: -14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0.1em;
	font-weight: 300;
}

/*メイン*/

.g-main {
	display: block;
	padding-top: 64px;
}

.g-main:after {
	content: " ";
	display: block;
	clear: both;
}



.c-bread__list {
	margin-bottom: 5px;
	word-break: break-all;
}

.c-bread__list > li {
	display: inline;
	letter-spacing: 0.1em;
	line-height: 1.1;
	font-size: 12px;
}

.c-bread__list > li + li:before {
	font-size: 12px;
	content: "\003E"; /*	content: ">";*/
}

.c-pager {
	position: relative;
	display: grid;
	grid-template-areas: "prev back next";
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 50px;
	padding-top: 40px;
	border-top: #707070 solid 1px;
}

.c-pager li {
	padding: 0;
	margin: 0;
}

.c-pager a {
	width: 100%;
	max-width: 130px;
	display: block;
	cursor: url(../img/cmn/cursor.cur), auto;
	height: 32.59px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background-repeat: no-repeat !important;
	background-position: left top;
	background-size: 100% !important;
}

.c-pager .back {
	grid-area: back;
}

.c-pager .back a {
	background: url(../img/cmn/pager_list.png);
	margin: 0 auto;
}

.c-pager .prev {
	grid-area: prev;
}

.c-pager .prev a {
	background: url(../img/cmn/pager_prev.png);
	margin-right: auto;
}

.c-pager .next {
	grid-area: next;
}

.c-pager .next a {
	background: url(../img/cmn/pager_next.png);
	margin-left: auto;
}

[data-js-tel] a {
	color: inherit;
	text-decoration: underline;
}

.mw_wp_form.mw_wp_form_confirm .mw_confirm-hidden {
	display: none;
}

.mw_wp_form:not(.mw_wp_form_confirm) .mw_confirm-show {
	display: none;
}



/* pagenavi */

.wp-pagenavi {
	clear: both;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #7E684F;
	margin: 0 9.5px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 32px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.wp-pagenavi a:hover {
	opacity: 0.7;
}

.wp-pagenavi span.current {
	color: #000;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	text-indent: -9999px;
	border: none;
}

.wp-pagenavi .first::after,
.wp-pagenavi .last::after,
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background-repeat: no-repeat !important;
	background-position: left top;
	background-size: 100% !important;
}

.wp-pagenavi .first {
	margin-left: 0;
}

.wp-pagenavi .first::after {
	background-image: url(../img/cmn/pagenavi_first.png);
}

.wp-pagenavi .last {
	margin-right: 0;
}

.wp-pagenavi .last::after {
	background-image: url(../img/cmn/pagenavi_last.png);
}

.wp-pagenavi .previouspostslink::after {
	background-image: url(../img/cmn/pagenavi_prev.png);
}

.wp-pagenavi .nextpostslink::after {
	background-image: url(../img/cmn/pagenavi_next.png);
}



/*single markup style*/

.post_text {
	overflow: hidden;
}

.post_text p {
	font-size: 14px;
	margin-bottom: 24px;
	letter-spacing: 0.1em;
	line-height: 2.28571;
}

.post_text img {
	max-width: 100%;
	height: auto;
	margin-bottom: 44px;
}

.post_text img.alignright {
	float: right;
	margin: 10px 0 53px 20px;
	display: block;
	max-width: 460px;
}

.post_text img.alignleft {
	float: left;
	margin: 10px 20px 53px 0;
	display: block;
	max-width: 460px;
}

.post_text img.aligncenter {
	display: block;
	margin: 0 auto 24px;
	max-width: 440px;
}

.post_text h1 {
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	margin: 0 0 27px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.post_text h2 {
	font-size: 24px;
	margin: 47px 0 30px;
	clear: both;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 16px;
	line-height: 1.125;
	letter-spacing: 0.05em;
	position: relative;
}

.post_text h2::before {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	width: 8px;
	height: 100%;
	min-height: 34px;
	background-color: #7E684F;
}

.post_text h3 {
	font-size: 18px;
	margin: 47px 0 14px;
	clear: both;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 16px;
	background-color: #F9F6EF;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

.post_text h4 {
	font-size: 16px;
	border-bottom: 3px solid;
	margin: 0 0 14px;
}

.post_text h5 {
	font-size: 20px;
	border-bottom: 2px solid;
	margin: 0 0 35px;
}

.post_text h6 {
	font-size: 16px;
	border-bottom: 1px solid;
	margin: 0 0 35px;
}

.post_text table {
	margin-top: 29px;
	width: 100%;
	border-collapse: collapse;
}

.post_text th,
.post_text td {
	border: solid #ccc 1px;
	background-color: #F9F6EF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	line-height: 1.6;
	height: 50px;
}

.post_text td {
	width: 25%;
}

.post_text ul,
.post_text ol {
	margin-bottom: 18px;
}

.post_text ol {
	counter-reset: num;
}

.post_text li {
	font-size: 14px;
	line-height: 2.28571;
	position: relative;
	letter-spacing: 0.1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.post_text ul li {
	padding-left: 21px;
}

.post_text ul li::before {
	position: absolute;
	top: 10px;
	left: 0;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #7E684F;
	border-radius: 50%;
}

.post_text ol li {
	padding-left: 31px;
}

.post_text ol li::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: num;
	content: counter(num) ".";
	display: inline-block;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
}

.post_text a {
	text-decoration: underline;
	color: #999;
}

.post_text .post_date {
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	line-height: 1.22727;
	letter-spacing: 0.1em;
	margin-bottom: 21px;
}

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

top

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

.q-top-mv .l-container {
	padding-top: 70px;
	padding-bottom: 60px;
}

.q-top-mv .img01 {
	width: 285px;
	margin: 0 auto 30px;
}

.q-top-mv .img02 {
	width: 263px;
	margin: 0 auto 30px;
}

.q-top-mv .img03 {
	width: 80%;
	position: relative;
	margin: 0 auto;
}

.q-top-mv .img03 .mv_slider {
	width: 100%;
}

.q-top-mv .img03 .slider_item {
	border-radius: 40px;
	overflow: hidden;
}

.q-top-mv .img03 .slider_item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.q-top-mv .img03 .slider_dot {
	position: absolute;
	right: 40px;
	bottom: 10%;
}

.q-top-mv .img03 .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: initial !important;
}

.q-top-mv .img03 .slick-dots li {
	display: block;
	width: 14px !important;
	height: 28px !important;
	margin-right: 13px;
}

.q-top-mv .img03 .slick-dots li:last-child {
	margin-right: 0;
}

.q-top-mv .img03 .slick-dots li:nth-of-type(1) button:before {
	background: url("../img/top/sride_no1.png") no-repeat;
	background-size: contain !important;
}

.q-top-mv .img03 .slick-dots li:nth-of-type(2) button:before {
	background: url("../img/top/sride_no2.png") no-repeat;
	background-size: contain !important;
}

.q-top-mv .img03 .slick-dots li:nth-of-type(3) button:before {
	background: url("../img/top/sride_no3.png") no-repeat;
	background-size: contain !important;
}

.q-top-mv .img03 .slick-dots li:nth-of-type(4) button:before {
	background: url("../img/top/sride_no4.png") no-repeat;
	background-size: contain !important;
}

.q-top-mv .img03 .slick-dots li:nth-of-type(5) button:before {
	background: url("../img/top/sride_no5.png") no-repeat;
	background-size: contain !important;
}

.q-top-mv .img03 .slick-dots li button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	text-indent: -9999px;
	width: 100% !important;
	height: 100% !important;
}

.q-top-mv .img03 .slick-dots li button::before {
	content: "" !important;
	height: 100% !important;
	width: 15px;
	position: absolute;
	top: 0;
	left: 0;
}

.q-top-photo .l-container {
	padding-bottom: 70px;
}

.q-top-photo__box01 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 70px;
}

.q-top-photo__box01-item--box {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.q-top-photo__box01-item .txt {
	z-index: 10;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url(../img/top/tb_1colmn_cover.png) no-repeat center center;
	background-size: cover;
}

.q-top-photo__box01-item .txt img {
	z-index: 10;
	position: absolute;
	right: 29px;
	bottom: 20px;
	display: block;
	width: 93px;
}

.q-top-photo__box02 {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.q-top-photo__box02-item {
	width: 46.5%;
}

.q-top-photo__box02-item--box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.q-top-photo__box02-item--box:after {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	border: 3px solid #7E684F;
	opacity: 0;
}

.q-top-photo__box02-item--box img {
	display: block;
	position: relative;
}

.q-top-information .l-container {
	padding-bottom: 100px;
}

.q-top-information__hl {
	width: 100%;
	max-width: 303px;
	margin: 0 auto 28px;
	position: relative;
	left: -15px;
}

.q-top-information__more a {
	margin: 0 auto;
	display: block;
	max-width: 130px;
	height: 32.55px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background-repeat: no-repeat !important;
	background-position: left top;
	background-size: 100% !important;
	background: url(../img/top/btn_more.png);
}

.q-top-information__list {
	margin-bottom: 35px;
}

.q-top-information__list-item--box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding: 32px 29px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-top-information__list-item--box:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #333333;
	border-bottom: 1px solid #fff;
}

.q-top-information__list-item .img {
	width: 29%;
}

.q-top-information__list-item .txt {
	padding-top: 8px;
	width: 67.8%;
}

.q-top-information__list-item .txt .day {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 17px;
}

.q-top-information__list-item .txt .caption {
	font-size: 14px;
	word-wrap: break-word;
	line-height: 1.85;
	letter-spacing: 0.1em;
}

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

page

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

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

product

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

.q-product .l-container {
	padding-top: 106px;
	padding-bottom: 65px;
}

.q-product__hl {
	width: 100%;
	max-width: 303px;
	margin: 0 auto 50px;
	position: relative;
}

.q-product__category {
	width: 100%;
	max-width: 124px;
	display: block;
	margin-bottom: 81px;
}

.q-product__block + .q-product__block {
	margin-top: 160px;
}

.q-product__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -4px;
	margin-left: -3px;
}

.q-product__item {
	position: relative;
	background-color: #F9F6EF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33%;
	max-width: 318px;
	margin-top: 4px;
	margin-left: 3px;
}

.q-product__item::before {
	content: "";
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border: #7E684F solid 3px;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-product__item:hover::before {
	display: block;
}

.q-product__item .img {
	width: 100%;
}

.q-product__item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.q-product__item .txt {
	padding: 18px 10px 32px;
	text-align: center;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
}

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

product__detail

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

.q-product-detail .l-container {
	padding-top: 116px;
	padding-bottom: 65px;
}

.q-product-detail__container {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}

.q-product-detail__container img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.q-product-detail__slide {
	max-width: 690px;
	line-height: 1;
	margin: 0 auto 50px;
	cursor: url(../img/cmn/cursor.cur), auto;
}

.q-product-detail__slide .prev-arrow,
.q-product-detail__slide .next-arrow {
	background-color: transparent;
	border: none;
	cursor: url(../img/cmn/cursor.cur), auto;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	z-index: 3;
	top: 42%;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

.q-product-detail__slide .prev-arrow {
	left: 0;
}

.q-product-detail__slide .next-arrow {
	right: 0;
}

.q-product-detail__thumbnail {
	line-height: 1;
	width: 100%;
	margin-bottom: 66px;
}

.q-product-detail__thumbnail .slick-track {
	width: 100% !important;
	-webkit-transform: unset !important;
	-ms-transform: unset !important;
	transform: unset !important;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 2px 3px;
}

.q-product-detail__thumbnail .slick-track::before {
	display: none;
}

.q-product-detail__thumbnail .slick-current.slick-slide::before {
	display: block;
}

.q-product-detail__thumbnail .slick-slide {
	cursor: url(../img/cmn/cursor.cur), auto;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}

.q-product-detail__thumbnail .slick-slide::before {
	content: "";
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border: #7E684F solid 3px;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-product-detail__btn {
	width: 100%;
	max-width: 130px;
	display: block;
	margin-left: auto;
	height: 32.74px;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background-repeat: no-repeat !important;
	background-position: left top;
	background-size: 100% !important;
	background: url(../img/product__detail/btn_store.png);
}

.q-product-detail__category {
	width: 100%;
	max-width: 124px;
	display: block;
	margin-bottom: 23px;
}

.q-product-detail__category img {
	width: 100%;
	height: 100%;
	margin: 0;
}

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

information

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

.q-information .l-container {
	padding-top: 106px;
	padding-bottom: 63px;
}

.q-information__hl {
	width: 100%;
	max-width: 303px;
	margin: 0 auto 50px;
	position: relative;
}

.q-information__list {
	margin-bottom: 56px;
}

.q-information__list-item--box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding: 32px 29px 29px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-information__list-item--box:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #333333;
	border-bottom: 1px solid #fff;
}

.q-information__list-item .img {
	width: 29%;
}

.q-information__list-item .txt {
	padding-top: 8px;
	width: 67.8%;
}

.q-information__list-item .txt .day {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}

.q-information__list-item .txt .caption {
	font-size: 14px;
	word-wrap: break-word;
	line-height: 1.85;
	letter-spacing: 0.1em;
}

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

information__detail

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

.q-information-detail .l-container {
	padding-top: 106px;
	padding-bottom: 63px;
}

.q-information-detail .post_text h1 {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

contact

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

.q-contact .l-container {
	padding-top: 106px;
	padding-bottom: 65px;
}

.q-contact__hl {
	width: 100%;
	max-width: 303px;
	margin: 0 auto 50px;
	position: relative;
}

.q-contact .form_container {
	width: 100%;
	margin-bottom: 51px;
}

.q-contact .form_container .c-input {
	width: 100%;
}

.q-contact .form_container dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	position: relative;
}

.q-contact .form_container dl + dl {
	margin-top: 55px;
}

.q-contact .form_container dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
	width: 230px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.q-contact .form_container dt .req {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3125;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #B79186;
	padding: 3px 8px;
	margin-left: 10px;
}

.q-contact .form_container dd {
	width: 100%;
}

.q-contact .form_container dd input,
.q-contact .form_container dd textarea,
.q-contact .form_container dd select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	height: 50px;
	border: 1px solid #444;
	background-color: #F9F6EF;
	font-size: 14px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	border-radius: 0;
}

.q-contact .form_container dd textarea {
	display: block;
	resize: vertical;
	height: 270px;
}

.q-contact .submit_btn {
	background-color: transparent;
	border: none;
	cursor: url(../img/cmn/cursor.cur), auto;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	max-width: 130px;
	height: 32.59px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background-repeat: no-repeat !important;
	background-position: left top;
	background-size: 100% !important;
	background: url(../img/contact/btn_confirm.png);
}

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

contact__complete

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

.q-contact-complete .l-container {
	padding-top: 106px;
	padding-bottom: 257px;
}

.q-contact-complete__hl {
	width: 100%;
	max-width: 303px;
	margin: 0 auto 46px;
	position: relative;
}

.q-contact-complete__txt {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2;
}

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

error

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

.q-error .l-container {
	padding-top: 106px;
	padding-bottom: 143px;
}

.q-error__hl {
	width: 100%;
	max-width: 412px;
	margin: 0 auto 26px;
	position: relative;
}

.q-error__txt {
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.05em;
	line-height: 1.58824;
}

@media (max-width: 750px) {

.q-contact .submit_btn {
	background: url(../img/contact/sp_btn_confirm.png);	
}
body.window-lock {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.l-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.g-wrapper {
	min-width: 0;
}

.g-header {
	top: auto;
	bottom: 0;
	height: 50px;
	min-width: 0;
}

.g-header .logo a {
	margin-left: 15px;
	width: 66.5px;
}

.g-nav {
	pointer-events: none;
	opacity: 0;
	width: 100%;
	height: calc(100% - 50px);
	position: fixed;
	left: 0;
	top: 0;
	background: #BDB8A6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.g-nav.is-active {
	pointer-events: all;
	opacity: 1;
}

.g-nav-btn {
	display: block;
	cursor: pointer;
	width: 35px;
	height: 33px;
	background-image: url(../img/cmn/menu_open.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin: 0 auto;
}

.g-nav-btn.is-active {
	background-image: url(../img/cmn/menu_close.png);
}

.g-nav-list {
	width: 100%;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.g-nav-list li {
	margin-bottom: 28px;
}

.g-nav-list li:last-child {
	margin-bottom: 0;
}

.g-nav-list li a {
	text-indent: 0;
	background: none !important;
	width: 130px;
	height: auto;
}

.g-footer {
	padding-bottom: 92px;
}

.g-footer .copy {
	font-size: 12px;
	margin-left: -7px;
}

.g-main {
	padding-top: 0;
}

.u-pc {
	display: none !important;
}

.c-bread {
	display: none;
}

.c-pager {
	grid-template-areas: "back back" "prev next";
	grid-template-columns: 1fr 1fr;
}

.c-pager .back {
	margin-bottom: 20px;
}

.wp-pagenavi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.post_text p {
	line-height: 1.85714;
}

.post_text img,
.post_text img.alignright,
.post_text img.alignleft,
.post_text img.aligncenter {
	float: none;
	margin: 0 auto 24px;
	display: block;
	width: 100%;
	max-width: none;
}

.post_text img.emoji {
	display: inline !important;
}

.post_text h1 {
	font-size: 25px;
}

.post_text h2 {
	line-height: 1.41667;
}

.post_text h2::before {
	top: 2px;
}

.post_text h3 {
	padding: 4px 7px;
	margin-bottom: 17px;
}

.post_text table {
	width: 100% !important;
}

.post_text ol li {
	padding-left: 20px;
}

.post_text .post_date {
	margin-bottom: 15px;
}

.q-top-mv .l-container {
	padding-top: 40px;
	padding-bottom: 49px;
}

.q-top-mv .img01 {
	width: 214.5px;
	margin-bottom: 36px;
}

.q-top-mv .img02 {
	width: 305px;
	margin-bottom: 34px;
}

.q-top-mv .img03 .slider_item {
	border-radius: 20px;
}

.q-top-mv .img03 .slider_dot {
	right: 26px;
	bottom: 14%;
}

.q-top-mv .img03 .slick-dots li {
	width: 12px !important;
	height: 18px !important;
	margin-right: 7px;
}

.q-top-mv .img03 .slick-dots li {
	margin-right: 12px;
}

.q-top-mv .img03 .slick-dots li button::before {
	width: 12px;
}

.q-top-photo__box01 {
	margin-bottom: 54px;
}

.q-top-photo__box01-item .txt {
	display: none;
}

.q-top-photo__box02 {
	max-width: 250px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.q-top-photo__box02-item {
	width: 100%;
	margin-bottom: 20px;
}

.q-top-information .l-container {
	padding-bottom: 110px;
}

.q-top-information__hl {
	left: 0;
	max-width: 268px;
	margin-bottom: 14px;
}

.q-top-information__list {
	margin-bottom: 37px;
}

.q-top-information__list-item--box {
	padding: 30px 0 27px;
}

.q-top-information__list-item .img {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.q-top-information__list-item .txt {
	width: 100%;
}

.q-top-information__list-item .txt .day {
	margin-bottom: 10px;
}

.q-product .l-container {
	padding-top: 60px;
	padding-bottom: 90px;
}

.q-product__hl {
	max-width: 268px;
}

.q-product__category {
	margin-bottom: 51px;
}

.q-product__block + .q-product__block {
	margin-top: 88px;
}

.q-product__container {
	margin-top: -5px;
	margin-left: -5px;
}

.q-product__item {
	width: calc(50% - 5px);
	max-width: none;
	margin-top: 5px;
	margin-left: 5px;
}

.q-product__item .txt {
	padding: 5px 10px 15px;
	font-size: 11px;
}

.q-product-detail .l-container {
	padding-top: 60px;
	padding-bottom: 90px;
}

.q-product-detail__container {
	margin-bottom: 58px;
}

.q-product-detail__slide {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	margin-bottom: 46px;
}

.q-product-detail__thumbnail {
	margin-bottom: 62px;
}

.q-product-detail__thumbnail .slick-track {
	grid-template-columns: repeat(4, 1fr);
	gap: 3px;
}

.q-product-detail__btn {
	margin: 0 auto;
}

.q-product-detail__category {
	margin-bottom: 31px;
}

.q-information .l-container {
	padding-top: 60px;
	padding-bottom: 90px;
}

.q-information__hl {
	max-width: 332px;
	margin-bottom: 20px;
}

.q-information__list {
	margin-bottom: 49px;
}

.q-information__list-item--box {
	padding: 30px 0 27px;
}

.q-information__list-item .img {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

.q-information__list-item .txt {
	width: 100%;
}

.q-information__list-item .txt .day {
	margin-bottom: 10px;
}

.q-information-detail .l-container {
	padding-top: 60px;
	padding-bottom: 90px;
}

.q-contact .l-container {
	padding-top: 60px;
	padding-bottom: 90px;
}

.q-contact__hl {
	max-width: 268px;
}

.q-contact .form_container {
	margin-bottom: 50px;
}

.q-contact .form_container dl {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.q-contact .form_container dl + dl {
	margin-top: 49px;
}

.q-contact .form_container dt {
	display: block;
	margin-bottom: 16px;
	width: 100%;
}

.q-contact .form_container dt .req {
	padding: 0 8px 2px;
}

.q-contact .form_container dd {
	display: block;
}

.q-contact .form_container dd textarea {
	height: 180px;
}

.q-contact-complete .l-container {
	padding-top: 60px;
	padding-bottom: 321px;
}

.q-contact-complete__hl {
	max-width: 332px;
}

.q-contact-complete__txt {
	line-height: 2.28571;
}

.q-error .l-container {
	padding-top: 60px;
	padding-bottom: 214px;
}

.q-error__hl {
	max-width: 273px;
	margin-bottom: 24px;
}

.q-error__txt {
	font-size: 18px;
	line-height: 1.5;
}

.q-product__item::before {
	border: #7E684F solid 2px;
}
}

@media not all and (max-width: 750px) {

.g-nav-list li a:hover {
	background-position: left bottom;
}

.g-nav-list li.n01 a {
	background-image: url(../img/cmn/pcnav_home.png);
}

.g-nav-list li.n02 a {
	background-image: url(../img/cmn/pcnav_product.png);
}

.g-nav-list li.n03 a {
	background-image: url(../img/cmn/pcnav_shop.png);
}

.g-nav-list li.n04 a {
	background-image: url(../img/cmn/pcnav_information.png);
}

.g-nav-list li.n05 a {
	background-image: url(../img/cmn/pcnav_contact.png);
}

.g-nav-list li.n06 a {
	background-image: url(../img/cmn/pcnav_instagram.png);
}

.u-sp {
	display: none !important;
}

.c-pager a:hover {
	background-position: left bottom !important;
}

.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	opacity: 1;
}

.wp-pagenavi .first:hover::after,
.wp-pagenavi .last:hover::after,
.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
	background-position: left bottom !important;
}

.q-top-photo__box01-item--box:hover .txt {
	opacity: 1;
}

.q-top-photo__box02-item--box:hover:after {
	opacity: 1;
}

.q-top-information__more a:hover {
	background-position: left bottom;
}

.q-top-information__list-item--box:hover {
	color: #777777;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
}

.q-product-detail__btn:hover {
	background-position: left bottom;
}

.q-information__list-item--box:hover {
	color: #777777;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.16);
}

.q-contact .submit_btn:hover {
	background-position: left bottom;
}

}


/*追加CSS*/
/*HOMEの２カラムで画像表示時に下余白が無かったため追加*/
.q-top-photo__box02 {
	margin-bottom: 70px;
}
/*INFOの詳細記事画面でMV画像を中央寄せにするため追加*/
.q-top-photo__box01 {
	margin: 0 auto;
}
.bottom-margin:not(:last-child) {
	margin: 0 auto 60px;
}
.bottom-margin:last-child {
	margin: 0 auto 20px;
}
/*PRODUCTの詳細記事のMVスライドの箇所を縦長画像を想定し縮小に変更、それに合わせ横幅をautoに*/
.q-product-detail__container img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.post_text .size-info_detail_size {
	display: block;
    margin-left: auto;
    margin-right: auto;
}