@charset "UTF-8";
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
	text-decoration: inherit;
	/* 1 */
	vertical-align: inherit;
	/* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
	cursor: default;
	/* 1 */
	line-height: 1.5;
	/* 2 */
	-moz-tab-size: 4;
	/* 3 */
	-o-tab-size: 4;
	   tab-size: 4;
	/* 3 */
	-webkit-tap-highlight-color: transparent;
	/* 4 */
	-ms-text-size-adjust: 100%;
	/* 5 */
	-webkit-text-size-adjust: 100%;
	/* 5 */
	word-break: break-word;
	/* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
	margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
	display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
	list-style: none;
	padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
	max-width: 100%;
	height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
	border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
	border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
	margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
	overflow: visible;
	/* 1 */
	text-transform: none;
	/* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
	border: 1px solid #a0a0a0;
	/* 1 */
	padding: 0.35em 0.75em 0.625em;
	/* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
	overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	white-space: normal;
	/* 1 */
	color: inherit;
	/* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
	text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
	margin: 0;
	/* 1 */
	overflow: auto;
	/* 2 */
	resize: vertical;
	/* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
	padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
	box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
	display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
	background-color: white;
	border: solid;
	color: black;
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

dialog:not([open]) {
	display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	/* 1 */
	touch-action: manipulation;
	/* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
	cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
	cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
	cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
	display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}

/**
 * Add
 */
dl dd {
	margin-left: 0;
}

figure {
	margin: 0;
}

table {
	table-layout: fixed;
}

menu {
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	line-height: 1.6;
	color: #3e3a39;
	min-width: 1180px;
	font-size: 1.6rem;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.l-contents {
	display: block;
	overflow: hidden;
}

img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

label {
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	body {
		line-height: 1.5;
		min-width: 1%;
		overflow-x: hidden;
		position: relative;
		padding-top: 54px;
		font-size: 3.7333333333vw;
	}
}
/* link
--------------------------------------------------*/
a {
	color: inherit;
	/*&:hover,
	&:focus {
		text-decoration: underline;
	}*/
}
a:link, a:active, a:visited {
	text-decoration: none;
}

@media screen and (min-width: 769px) {
	a[href^="tel:"] {
		display: inline-block;
		pointer-events: none;
	}

	a,
a img,
button,
input[type=button] {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	a:hover,
a img:hover,
button:hover,
input[type=button]:hover {
		opacity: 0.6;
	}

	a,
a * {
		outline: 1px solid transparent;
	}
}
/* slick-slider
--------------------------------------------------*/
.slick-slider {
	display: none;
}

.slick-slider.slick-initialized {
	display: block;
}

.l-header {
	z-index: 10;
	width: 100%;
	height: 120px;
	background: #fff;
}

.l-header__ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #803b2d;
	padding: 4px;
}

.l-header__ttlIn {
	line-height: 1;
	margin: 0;
	font-size: 1rem;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 1.2;
}
@media screen and (min-width: 769px) {
	.l-header__ttlIn {
		font-size: 1.2rem;
	}
}

.l-header__wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	height: 100px;
}

.l-header__logo {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
	width: 200px;
}
.l-header__logo a {
	display: block;
	line-height: 1;
	font-size: 0;
}

.l-headerMenu__cart {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	width: 34px;
}

@media screen and (min-width: 769px) {
	.l-headerMenu__linkArea {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		right: 68px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.l-headerMenu__link {
		font-size: 16px;
		letter-spacing: 0.025em;
		line-height: 1;
		font-weight: 500;
	}
	.l-headerMenu__link:nth-child(n+2) {
		margin-left: 34px;
	}

	.l-headerMenu__snsArea {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.l-header {
		position: fixed;
		top: 0;
		left: 0;
		border-top: 4px solid #803b2d;
		height: 54px;
	}

	.l-header__wrap {
		height: 100%;
		width: 92vw;
	}

	.l-header__logo {
		width: 105px;
	}

	.l-headerMenu__cart {
		right: 50px;
		width: 32px;
	}

	.l-headerToggleBtn {
		display: block;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		right: 0;
		z-index: 3;
		width: 35px;
		height: 26px;
	}
	.l-headerToggleBtn span {
		position: absolute;
		width: 35px;
		height: 4px;
		background: #803b2d;
		-webkit-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
		left: 0;
	}
	.l-headerToggleBtn span:nth-child(1) {
		top: 0;
	}
	.l-headerToggleBtn span:nth-child(2) {
		top: 11px;
	}
	.l-headerToggleBtn span:nth-child(3) {
		top: 22px;
	}
	.l-headerToggleBtn.js-action span {
		top: 11px;
	}
	.l-headerToggleBtn.js-action span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.l-headerToggleBtn.js-action span:nth-child(2) {
		background-color: rgba(128, 59, 45, 0);
	}
	.l-headerToggleBtn.js-action span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	body.js-fixed {
		position: fixed;
		min-height: 100vh;
		width: 100%;
		min-width: auto;
		min-width: inherit;
	}

	.l-headerMenu {
		visibility: hidden;
		opacity: 0;
		display: none;
		position: fixed;
		top: 54px;
		left: 0;
		z-index: 2;
		width: 100%;
		height: calc(100vh - 54px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		background: #f4f0e8;
		padding: 10vw;
	}
	.l-headerMenu.js-action {
		visibility: visible;
		opacity: 1;
		display: block;
	}

	.l-headerMenu__link {
		font-size: 17px;
		letter-spacing: 0.025em;
		line-height: 1;
		text-align: center;
	}
	.l-headerMenu__link:nth-child(n+2) {
		margin-top: 35px;
	}

	.l-headerMenu__snsArea {
		margin: 32px auto 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 155px;
	}

	.l-headerMenu__sns {
		width: 35px;
	}
}
@media screen and (max-width: 375px) {
	.l-headerMenu {
		padding: 20vw 20vw 30vw;
	}
}
.l-footer {
	margin-top: 100px;
	background: #f3eee4;
}

.l-footer__wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 44px;
}

.l-footer__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.l-footer__txt1 {
	color: #803b2d;
	font-size: 1.4rem;
	letter-spacing: 0.09em;
	margin: 23px 0 0;
}

.l-footer__txt2 {
	font-size: 1.7rem;
	line-height: 2;
	font-weight: 500;
	margin: 7px 0 0;
	letter-spacing: 0.1em;
}

.l-footer__txt3 {
	font-size: 1.7rem;
	line-height: 2;
	font-weight: 500;
	margin: 0;
	letter-spacing: 0.1em;
}

.l-footer__snsArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-top: 56px;
}

.l-footer__sns:nth-child(n+2) {
	margin-left: 27px;
}

.l-footer__telArea {
	width: 470px;
	background: #fff;
	padding: 33px 0;
	font-weight: 500;
	margin-top: 24px;
}

.l-footer__telTxt {
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
	margin: 0;
}

.l-footer__telNo {
	margin: 20px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.l-footer__telNo .l-footer__telNoIn {
	font-size: 1.8rem;
	letter-spacing: 0.025em;
	background: #a62731;
	color: #fff;
	width: 70px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 35px;
	line-height: 1;
	margin-right: 15px;
}
.l-footer__telNo a {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.l-footer__nav {
	margin-top: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 500;
}
.l-footer__nav a:nth-child(2) {
	margin-left: 16px;
	border-left: 1px solid #3e3a39;
	padding: 1px 0 1px 16px;
}

.l-footer__copy {
	background: #803b2d;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.025em;
	text-align: center;
	font-weight: 500;
	padding: 13px 0;
	margin: 0;
}

@media screen and (min-width: 769px) {
	.l-footer__snsArea.-sp {
		display: none;
	}

	.l-footer__dl1_pc {
		font-size: 1.7rem;
		line-height: 1.5;
		font-weight: 500;
		margin: 0;
		letter-spacing: 0.1em;
	}
	.l-footer__dl1_pc {
		overflow: hidden;
	}
	.l-footer__dl1_pc > dt {
		float: left;
	}
	.l-footer__dl1_pc > dd {
		padding-left: 7em;
	}
	.l-footer__dl1_pc > dd > dl {
		overflow: hidden;
	}
	.l-footer__dl1_pc > dd > dl > dt {
		clear: both;
		float: left;
		width: 4em;
	}
	.l-footer__dl1_pc > dd > dl > dt {
	}
	.l-footer__dl1_sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.l-footer {
		margin-top: 11vw;
	}

	.l-footer__wrap {
		width: 92vw;
		padding: 8vw 0 7.5vw;
	}

	.l-footer__flex {
		display: block;
	}

	.l-footer__logo {
		width: 64vw;
		margin: 0 auto;
	}
	.l-footer__logo img {
		max-width: inherit;
		max-width: auto;
		width: 100%;
	}

	.l-footer__txt1 {
		font-size: 3.2vw;
		margin: 5vw 0 0;
	}

	.l-footer__txt2 {
		font-size: 3.7333333333vw;
		line-height: 1.89;
		margin: 6vw 0 0;
		text-align: center;
	}

	.l-footer__txt3 {
		font-size: 3.7333333333vw;
		line-height: 1.89;
		margin: 1vw 0 0;
		text-align: center;
	}
	.l-footer__dl1_pc {
		display: none;
	}
	.l-footer__dl1_sp {
		font-size: 3.7333333333vw;
		line-height: 1.89;
		margin: 1vw auto 0;
		width: 20em;
	}
	.l-footer__dl1_sp > dt {
	}
	.l-footer__dl1_sp > dd {
	}
	.l-footer__dl1_sp > dd > dl {
		overflow: hidden;
	}
	.l-footer__dl1_sp > dd > dl > dt {
		clear: both;
		float: left;
		width: 4em;
		text-align: right;
	}
	.l-footer__dl1_sp > dd > dl > dd {
		padding-left: 5em;
	}

	.l-footer__snsArea {
		width: 46vw;
		margin: 7vw auto 0;
		padding-top: 0;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.l-footer__snsArea.-pc {
		display: none;
	}

	.l-footer__sns {
		width: 11vw;
	}
	.l-footer__sns:nth-child(n+2) {
		margin-left: 0;
	}
	.l-footer__sns img {
		max-width: inherit;
		max-width: auto;
		width: 100%;
	}

	.l-footer__telArea {
		width: 100%;
		background: none;
		padding: 0;
		margin-top: 5vw;
	}

	.l-footer__telTxt {
		font-size: 4vw;
	}

	.l-footer__telNo {
		margin: 2vw 0 0;
	}
	.l-footer__telNo .l-footer__telNoIn {
		font-size: 4vw;
		width: 13vw;
		height: 7vw;
		margin-right: 3vw;
	}
	.l-footer__telNo a {
		font-size: 6.1333333333vw;
	}

	.l-footer__nav {
		margin-top: 8vw;
		font-size: 3.2vw;
	}
	.l-footer__nav a:nth-child(2) {
		margin-left: 3vw;
		padding: 0 0 0 3vw;
	}

	.l-footer__copy {
		font-size: 2.6666666667vw;
		padding: 3vw 0;
	}
}
/* --------------------------------------------------
  c-newsList
-------------------------------------------------- */
.c-newsList__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.c-newsList__item p {
	margin: 0;
}
.c-newsList__item:nth-child(n+2) {
	margin-top: 17px;
}

.c-newsList__date {
	font-size: 1.8rem;
	width: 148px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 25px;
}

.c-newsList__cate a {
	width: 160px;
	background: #803b2d;
	font-size: 1.4rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	letter-spacing: 0.025em;
	padding: 2px 10px;
	text-align: center;
}

.c-newsList__txt {
	width: calc(100% - 308px);
	padding: 3px 0 0 36px;
	font-size: 1.8rem;
	line-height: 2.2;
	font-weight: 500;
	letter-spacing: 0.025em;
	word-break: break-all;
}
.c-newsList__txt::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 2.2) * 0.5em);
	content: "";
}
.c-newsList__txt::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 2.2) * 0.5em);
	content: "";
}

@media screen and (max-width: 768px) {
	.c-newsList__item {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.c-newsList__item:nth-child(n+2) {
		margin-top: 7.5vw;
	}

	.c-newsList__date {
		font-size: 3.7333333333vw;
		width: 25.5vw;
		line-height: 1;
		padding-top: 1vw;
	}

	.c-newsList__cate a {
		width: auto;
		min-width: 32vw;
		padding: 0.5vw 3vw;
		font-size: 2.9333333333vw;
	}

	.c-newsList__txt {
		width: 100%;
		padding: 2.5vw 0 0;
		font-size: 4.2666666667vw;
		line-height: 1.4;
	}
	.c-newsList__txt::before {
		display: block;
		width: 0;
		height: 0;
		margin-top: calc((1 - 1.4) * 0.5em);
		content: "";
	}
	.c-newsList__txt::after {
		display: block;
		width: 0;
		height: 0;
		margin-bottom: calc((1 - 1.4) * 0.5em);
		content: "";
	}
}
/* --------------------------------------------------
  btn
-------------------------------------------------- */
.c-brownLineBtn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-bottom: 2px solid #803b2d;
	width: 320px;
	height: 58px;
	font-size: 1.8rem;
	color: #803b2d;
	letter-spacing: 0.025em;
	font-weight: 500;
	margin: 0 auto;
}
.c-brownLineBtn:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 9px;
	width: 11px;
	height: 13px;
	background: url(../img/common/icon_arw_red.png) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
	.c-brownLineBtn {
		width: 53.3333333333vw;
		height: 10.6666666667vw;
		font-size: 4.2666666667vw;
	}
	.c-brownLineBtn:before {
		left: caclvw(3);
		width: 2vw;
		height: 2.8vw;
	}
}
.c-redBgBtn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #a62731;
	width: 320px;
	height: 70px;
	font-size: 2rem;
	color: #fff;
	letter-spacing: 0.025em;
	font-weight: 500;
	margin: 0 auto;
}
.c-redBgBtn.-thin {
	height: 60px;
}
.c-redBgBtn:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 28px;
	width: 8px;
	height: 12px;
	background: url(../img/common/icon_arw_white.png) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
	.c-redBgBtn {
		width: 58vw;
		height: 12.5vw;
		font-size: 4.5333333333vw;
	}
	.c-redBgBtn.-thin {
		height: 12vw;
	}
	.c-redBgBtn:before {
		left: 4vw;
		width: 2vw;
		height: 2.8vw;
	}
}
.c-linkMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.c-linkMenu.-pageTitle {
	position: absolute;
	top: 21px;
	right: 0;
}

.c-linkMenu__item {
	width: 220px;
	height: 45px;
}
.c-linkMenu__item:nth-child(n+2) {
	margin-left: 12px;
}
.c-linkMenu__item a {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: #a62731;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.25em;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 3px;
}
.c-linkMenu__item a .c-linkMenu__arw:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 12px;
	-webkit-transform: translateY(-1px);
	        transform: translateY(-1px);
	background: url(../img/common/icon_arw_white.png) no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
	.c-linkMenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.c-linkMenu.-pageTitle {
		width: 100%;
		top: 5vw;
	}
	.c-linkMenu.-pageBtm {
		margin: 10vw 0 0;
	}

	.c-linkMenu__item {
		width: calc((100% - 3vw) / 2);
		height: 11.7333333333vw;
	}
	.c-linkMenu__item:nth-child(n+2) {
		margin-left: 3vw;
	}
	.c-linkMenu__item a {
		font-size: 3.4666666667vw;
		padding-bottom: 0;
	}
	.c-linkMenu__item a .c-linkMenu__arw:before {
		margin-right: 8px;
		width: 2.5vw;
		height: 2.5vw;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.c-linkMenu__item_sp {
		display: none;
	}
}
/* --------------------------------------------------
  c-anchorLink
-------------------------------------------------- */
.c-anchorLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 19px;
	color: #803b2d;
}
.c-anchorLink.-white {
	color: #fff;
	margin-top: 39px;
}
.c-anchorLink.-white .c-anchorLink__item a:before {
	border-color: #fff;
}

.c-anchorLink__item {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.075em;
}
.c-anchorLink__item a {
	position: relative;
	padding-left: 28px;
}
.c-anchorLink__item a:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-left: 2px solid #803b2d;
	border-bottom: 2px solid #803b2d;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

@media screen and (min-width: 769px) {
	.c-anchorLink__item:nth-child(n+2) {
		margin-left: 40px;
	}

	.c-anchorLink.-white .c-anchorLink__item:nth-child(n+2) {
		margin-left: 50px;
	}

	.c-anchorLink.-many .c-anchorLink__item:nth-child(n+2) {
		margin-left: 21px;
	}
}
@media screen and (max-width: 768px) {
	.c-anchorLink {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-top: 5vw;
	}
	.c-anchorLink.-col2 .c-anchorLink__item {
		width: 50%;
	}
	.c-anchorLink.-col2 .c-anchorLink__item:nth-child(n+3) {
		margin-top: 4vw;
	}
	.c-anchorLink.-col3 .c-anchorLink__item:nth-child(3n+1) {
		width: 37%;
	}
	.c-anchorLink.-col3 .c-anchorLink__item:nth-child(3n+2) {
		width: 38%;
	}
	.c-anchorLink.-col3 .c-anchorLink__item:nth-child(3n) {
		width: 25%;
	}
	.c-anchorLink.-col3 .c-anchorLink__item:nth-child(n+4) {
		margin-top: 3.5vw;
	}
	.c-anchorLink.-white {
		margin-top: 5vw;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.c-anchorLink.-white .c-anchorLink__item {
		text-align: center;
	}
	.c-anchorLink.-white .c-anchorLink__item:nth-child(n+2) {
		margin-top: 4vw;
	}

	.c-anchorLink__item {
		font-size: 3.4666666667vw;
	}
	.c-anchorLink__item a {
		padding-left: 4vw;
	}
	.c-anchorLink__item a:before {
		top: 1.5vw;
		left: 0;
		width: 2vw;
		height: 2vw;
		border-left: 2px solid #803b2d;
		border-bottom: 2px solid #803b2d;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}
}
/* --------------------------------------------------
  ttl
-------------------------------------------------- */
.c-pageTitle__ttl {
	font-size: 3.6rem;
	color: #350f07;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: 0;
}

.c-pageTitle__ttlWhite {
	color: #fff;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0;
}

.c-pageTitle.-simple {
	height: 210px;
	padding-top: 50px;
}
.c-pageTitle.-menu {
	height: 210px;
	padding-top: 46px;
}
.c-pageTitle.-img {
	height: 346px;
	padding-top: 146px;
	background: url(../img/shop/bg_pagetitle.jpg) no-repeat center top/cover;
}
.c-pageTitle.-imgSizeS {
	height: 240px;
	background: url(../img/product/bg_pagetitle.jpg) no-repeat center top/cover;
}
.c-pageTitle.-imgSizeS .u-wrap {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.c-pageTitle.-short {
	height: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (max-width: 768px) {
	.c-pageTitle__ttl {
		font-size: 5.6vw;
		text-align: center;
	}

	.c-pageTitle__ttlWhite {
		font-size: 5.6vw;
		text-align: center;
	}

	.c-pageTitle.-simple {
		height: auto;
		padding: 7vw 0 9vw;
	}
	.c-pageTitle.-menu {
		height: auto;
		padding: 21vw 0 11vw;
	}
	.c-pageTitle.-img {
		height: auto;
		padding: 13vw 0;
	}
	.c-pageTitle.-imgSizeS {
		height: 34.6666666667vw;
	}
	.c-pageTitle.-imgSizeS .u-wrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.c-pageTitle.-short {
		height: auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 7vw 0;
	}
}
.c-ttl32 {
	color: #350f07;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: 0;
}
.c-ttl32::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.6) * 0.5em);
	content: "";
}
.c-ttl32::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.6) * 0.5em);
	content: "";
}
@media screen and (max-width: 768px) {
	.c-ttl32 {
		font-size: 5.0666666667vw;
	}
}

.c-iconTtl {
	font-size: 3.8rem;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: center;
	font-weight: 500;
	margin: 0;
}

.c-iconTtl__inner {
	position: relative;
}
.c-iconTtl__inner:before, .c-iconTtl__inner:after {
	content: "";
	position: absolute;
	top: 10px;
	width: 40px;
	height: 38px;
	background: url(../img/common/icon_gear.png) no-repeat center center/contain;
}
.c-iconTtl__inner:before {
	left: -67px;
}
.c-iconTtl__inner:after {
	right: -67px;
}

@media screen and (max-width: 768px) {
	.c-iconTtl {
		font-size: 5.6vw;
		letter-spacing: 0.025em;
	}

	.c-iconTtl__inner:before, .c-iconTtl__inner:after {
		width: 5.3333333333vw;
		height: 5.0666666667vw;
		top: 2.5vw;
	}
	.c-iconTtl__inner:before {
		left: -9vw;
	}
	.c-iconTtl__inner:after {
		right: -9vw;
	}
}
/* --------------------------------------------------
  c-col2
-------------------------------------------------- */
.c-col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-col2 > *:first-child {
	width: 500px;
}
.c-col2 > *:last-child {
	width: 460px;
}

@media screen and (max-width: 768px) {
	.c-col2 {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.c-col2 > *:first-child {
		width: 100%;
		margin-top: 5vw;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.c-col2 > *:last-child {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.c-col2 > *:last-child img {
		max-width: inherit;
		max-width: auto;
		width: 100%;
	}
}
/* --------------------------------------------------
  c-menuList
-------------------------------------------------- */
.c-menuList {
	margin: 0;
}

.c-menuList__ttl {
	color: #a62731;
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	margin: 0;
}
.c-menuList__ttl::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.6) * 0.5em);
	content: "";
}
.c-menuList__ttl::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.6) * 0.5em);
	content: "";
}
.c-menuList__ttl:nth-of-type(n+2) {
	margin-top: 25px;
}
.c-menuList__ttl .u-txt_redItalic {
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
	display: inline-block;
}

.c-menuList__cnt {
	font-size: 1.5rem;
	color: #350f07;
	line-height: 1.73;
	margin: 10px 0 0;
	letter-spacing: 0.05em;
}
.c-menuList__cnt.-font17 {
	font-size: 1.7rem;
}

.c-menuList__menuName {
	font-size: 1.6rem;
	color: #350f07;
	line-height: 1;
	font-weight: 500;
	margin: 12px 0 0;
	letter-spacing: 0.05em;
}

.c-menuList__note {
	color: #350f07;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	margin: 11px 0 0;
}

.c-menuList__marginR {
	margin-right: 3em;
}

@media screen and (max-width: 768px) {
	.c-menuList.-spMt {
		margin-top: 5vw;
	}

	.c-menuList__ttl {
		font-size: 4.2666666667vw;
		letter-spacing: 0.05em;
	}
	.c-menuList__ttl:nth-of-type(n+2) {
		margin-top: 5vw;
	}
	.c-menuList__ttl .u-txt_redItalic {
		-webkit-transform: translateY(-0.3vw);
		        transform: translateY(-0.3vw);
	}

	.c-menuList__cnt {
		font-size: 3.4666666667vw;
		line-height: 1.69;
		margin: 3vw 0 0;
	}

	.c-menuList__menuName {
		font-size: 3.6vw;
		margin: 3vw 0 0;
	}

	.c-menuList__note {
		font-size: 2.9333333333vw;
		margin: 3vw 0 0;
	}
}
/* --------------------------------------------------
  c-listDot
-------------------------------------------------- */
.c-listDot {
	padding: 0;
	margin: 27px 0 0;
}
.c-listDot li {
	list-style-position: inside;
	color: #350f07;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}
.c-listDot.-col2, .c-listDot.-col4, .c-listDot.-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
	.c-listDot.-col2 li {
		width: 46%;
	}
	.c-listDot.-col2 li:nth-child(n+3) {
		margin-top: 11px;
	}

	.c-listDot.-col4 li {
		width: 25%;
	}
	.c-listDot.-col4 li:nth-child(n+5) {
		margin-top: 11px;
	}

	.c-listDot.-flex li {
		margin: 0 55px 11px 0;
	}
}
@media screen and (max-width: 768px) {
	.c-listDot {
		margin: 3vw 0 0;
	}
	.c-listDot li {
		font-size: 3.4666666667vw;
	}
	.c-listDot.-col2 li, .c-listDot.-col4 li, .c-listDot.-flex li {
		width: 50%;
	}
	.c-listDot.-col2 li:nth-child(n+3), .c-listDot.-col4 li:nth-child(n+3), .c-listDot.-flex li:nth-child(n+3) {
		margin-top: 2vw;
	}
	.c-listDot.-col2.-spCol1 li, .c-listDot.-col4.-spCol1 li, .c-listDot.-flex.-spCol1 li {
		width: 100%;
	}
	.c-listDot.-col2.-spCol1 li:nth-child(n+2), .c-listDot.-col4.-spCol1 li:nth-child(n+2), .c-listDot.-flex.-spCol1 li:nth-child(n+2) {
		margin-top: 2vw;
	}
	.c-listDot li.w100 {
		width: 100%;
	}
}
/* --------------------------------------------------
  c-breadcrumb
-------------------------------------------------- */
.c-breadcrumb {
	background: #ece4d5;
	color: #803b2d;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: 500;
	line-height: 2;
}
.c-breadcrumb .u-wrap {
	padding: 6px 0;
}

.c-breadcrumb__item {
	position: relative;
	letter-spacing: 0.025em;
	padding-right: 19px;
	display: inline;
}
.c-breadcrumb__item:after {
	content: ">";
	position: absolute;
	top: -4px;
	right: 0;
}
.c-breadcrumb__item:first-child {
	letter-spacing: 0.2em;
}
.c-breadcrumb__item:last-child:after {
	content: none;
}
.c-breadcrumb__item a {
	border-bottom: 1px solid #803b2d;
	padding-bottom: 3px;
}

@media screen and (max-width: 768px) {
	.c-breadcrumb {
		line-height: 1.8;
		font-size: 3.2vw;
	}
	.c-breadcrumb .u-wrap {
		padding: 1vw 0 1.5vw;
	}

	.c-breadcrumb__item {
		padding-right: 3.7333333333vw;
	}
	.c-breadcrumb__item a {
		border-bottom: 1px solid #803b2d;
		padding-bottom: 2px;
	}
	.c-breadcrumb__item:after {
		top: -0.5vw;
	}
}
/* --------------------------------------------------
  c-productList
-------------------------------------------------- */
.c-productList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 34px;
}

.c-productList__img {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.c-productList__img img {
	max-width: inherit;
	max-width: auto;
	width: 100%;
}

.c-productList__ttl {
	font-weight: 500;
	font-size: 1.5rem;
	letter-spacing: 0.025em;
	margin: 9px 0 0;
}
.c-productList__ttl::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.6) * 0.5em);
	content: "";
}
.c-productList__ttl::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.6) * 0.5em);
	content: "";
}

.c-productList__flex {
	margin-top: 13px;
}

.c-productList__price {
	color: #ff0000;
	font-size: 1.4rem;
	text-align: right;
	letter-spacing: 0.08em;
	margin: 5px 0 0;
}

.c-productList__iconArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.c-productList__icon {
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #f6f6f6;
	border-radius: 3px;
	height: 27px;
	padding: 0 13px;
	margin: 5px 10px 0 0;
}
.c-productList__icon:last-child {
	margin-right: 0;
}

.c-productList__btnArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 18px;
}

.c-productList__btn a {
	width: 145px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	border-radius: 3px;
}
.c-productList__btn2 a,
.c-productList__btn3 a,
.c-productList__btn4 a,
.c-productList__btn5 a {
	width: 145px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	border-radius: 3px;
}
.c-productList__btn.-cart .cartjs_box {
	padding: 0 !important;
}
.c-productList__btn.-cart .cartjs_product_table {
	display: none;
}
.c-productList__btn.-cart .cartjs_cart_in input {
	width: 145px !important;
	height: 42px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff !important;
	font-size: 1.6rem !important;
	font-weight: 500;
	letter-spacing: 0.025em;
	border-radius: 3px !important;
	background: #a62731 !important;
	font-family: inherit;
}
.c-productList__btn.-detail a {
	background: #c6a35d;
}
.c-productList__btn2.-detail a {
	background: #995A29;
}
.c-productList__btn3.-detail a {
	background: #AD0003;
}
.c-productList__btn4.-detail a {
	background: #BF0000;
}
.c-productList__btn5.-detail a {
	background: #FF8400;
}
.c-productList__btn:nth-child(2) {
	margin-left: 10px;
}
.c-productList__btn3,
.c-productList__btn5 {
	margin-left: 10px;
}

@media screen and (min-width: 769px) {
	.c-productList__item {
		width: 297px;
		margin-right: 53px;
	}
	.c-productList__item:nth-child(3n) {
		margin-right: 0;
	}
	.c-productList__item:nth-child(n+4) {
		margin-top: 70px;
	}

	.c-productList__btn.-cart .cartjs_cart_in input {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.c-productList__btn.-cart .cartjs_cart_in input:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.c-productList {
		display: block;
		margin: 13vw auto 0;
		width: 84vw;
	}

	.c-productList__item:nth-child(n+2) {
		margin-top: 17vw;
	}

	.c-productList__ttl {
		font-size: 4.2666666667vw;
		margin: 4vw 0 0;
	}

	.c-productList__flex {
		margin-top: 3vw;
	}

	.c-productList__price {
		font-size: 4.2666666667vw;
		margin-top: 1vw;
	}

	.c-productList__icon {
		font-size: 3.7333333333vw;
		border-radius: 3px;
		height: 6.5vw;
		padding: 0 4vw;
		margin: 1vw 2vw 0 0;
	}

	.c-productList__btnArea {
		margin-top: 5vw;
	}

	.c-productList__btn a {
		width: 40vw;
		height: 11.7333333333vw;
		font-size: 4.2666666667vw;
	}
	.c-productList__btn2 a,
	.c-productList__btn3 a,
	.c-productList__btn4 a,
	.c-productList__btn5 a {
		width: 40vw;
		height: 11.7333333333vw;
		font-size: 4.2666666667vw;
	}
	.c-productList__btn.-cart .cartjs_cart_in input {
		width: 40vw !important;
		height: 11.7333333333vw !important;
		font-size: 4.2666666667vw !important;
	}
	.c-productList__btn:nth-child(2) {
		margin-left: 4vw;
	}
	.c-productList__btn3 {
		margin-left: 4vw;
	}
}
/* --------------------------------------------------
  c-contactArea
-------------------------------------------------- */
.c-contactArea {
	margin-top: 92px;
}

.c-contactArea__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 50px;
}

.c-contactAreaAccess {
	margin: 0;
}
.c-contactAreaAccess dt {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
}
.c-contactAreaAccess dd {
	font-size: 1.6rem;
	margin-top: 17px;
}
.c-contactAreaAccess dd + dt {
	margin-top: 26px;
}

.c-contactAreaTel {
	width: 440px;
	background: #f3eee4;
	padding: 41px 0 40px;
	font-weight: 500;
}

.c-contactAreaTel__txt {
	font-size: 2rem;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1;
	margin: 0;
}

.c-contactAreaTel__telNo {
	margin: 24px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.c-contactAreaTel__telNo .c-contactAreaTel__telNoIn {
	font-size: 1.8rem;
	letter-spacing: 0.025em;
	background: #a62731;
	color: #fff;
	width: 70px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 35px;
	line-height: 1;
	margin-right: 15px;
}
.c-contactAreaTel__telNo a {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

.c-contactArea__address {
	font-size: 1.8rem;
	letter-spacing: 0.025em;
	text-align: center;
	margin: 56px 0 0;
}

.c-contactArea__map {
	position: relative;
	width: 100%;
	height: 485px;
	margin-top: 26px;
}
.c-contactArea__map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 768px) {
	.c-contactArea {
		margin-top: 10vw;
	}
	.c-contactArea .u-wrap {
		width: 92vw;
	}

	.c-contactArea__flex {
		display: block;
		margin: 5vw auto 0;
		width: 76vw;
	}

	.c-contactAreaAccess dt {
		font-size: 3.7333333333vw;
	}
	.c-contactAreaAccess dd {
		font-size: 3.2vw;
		line-height: 1.75;
		margin-top: 2vw;
	}
	.c-contactAreaAccess dd + dt {
		margin-top: 5vw;
	}

	.c-contactAreaTel {
		width: 100%;
		padding: 6vw 0 7vw;
		margin-top: 3vw;
	}

	.c-contactAreaTel__txt {
		font-size: 3.7333333333vw;
	}

	.c-contactAreaTel__telNo {
		margin: 3vw 0 0;
	}
	.c-contactAreaTel__telNo .c-contactAreaTel__telNoIn {
		font-size: 3.2vw;
		width: 11vw;
		height: 5vw;
		margin-right: 3vw;
	}
	.c-contactAreaTel__telNo a {
		font-size: 5.0666666667vw;
	}

	.c-contactArea__address {
		font-size: 3.2vw;
		margin: 6vw 0 0;
	}

	.c-contactArea__map {
		height: 64vw;
		margin-top: 2.5vw;
	}
}
/* --------------------------------------------------
  c-imgCap
-------------------------------------------------- */
.c-imgCap {
	position: relative;
}

.c-imgCap__txt {
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-align: right;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.c-imgCap__txt {
		font-size: 3.4666666667vw;
	}
}
/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 768px) {
	.u-pc {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.u-sp {
		display: none;
	}
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
	text-align: left;
}

.u-alignC {
	text-align: center;
}

.u-alignR {
	text-align: right;
}

/* --------------------------------------------------
  u-preload
-------------------------------------------------- */
.u-preload * {
	-webkit-transition: none !important;
	transition: none !important;
}

/* --------------------------------------------------
  u-wrap
-------------------------------------------------- */
.u-wrap,
.u-wrap__spL {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.u-wrap {
		width: 84vw;
	}

	.u-wrap__spL {
		width: 92vw;
	}
}
/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
	text-decoration: underline !important;
}

.u-bold {
	font-weight: bold;
}

.u-weightM {
	font-weight: 500;
}

.u-txt_redItalic {
	color: #e64120;
	font-size: 1.5rem;
	font-weight: 500;
	font-style: italic;
	margin-left: 0.4em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.u-txt_redItalic {
		font-size: 3.2vw;
	}
}

.u-txt18 {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.025em;
	color: #350f07;
	margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
	.u-txt18 {
		font-size: 4.1333333333vw;
		margin: 9vw 0 0;
	}
}

.u-txtRed {
	color: #a62731;
	font-weight: 500;
}

/* --------------------------------------------------
  other
-------------------------------------------------- */
.u-bg__beige {
	background: #f4f0e8;
}

/* --------------------------------------------------
  u-ofi
-------------------------------------------------- */
.u-ofi {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}

/* --------------------------------------------------
  p-topMv
-------------------------------------------------- */
.p-topMv {
	width: 1180px;
	margin: 0 auto;
}
.p-topMv .slick-next, .p-topMv .slick-prev {
	width: 40px;
	height: 66px;
	z-index: 1;
	outline: 1px solid transparent;
}
.p-topMv .slick-next:before, .p-topMv .slick-prev:before {
	content: "";
	font-size: 0;
	opacity: 1;
	width: 40px;
	height: 66px;
	display: block;
}
.p-topMv .slick-next {
	right: 40px;
}
.p-topMv .slick-next:before {
	background: url(../img/top/icon_arw_right.png) no-repeat center center/contain;
}
.p-topMv .slick-prev {
	left: 40px;
}
.p-topMv .slick-prev:before {
	background: url(../img/top/icon_arw_left.png) no-repeat center center/contain;
}
.p-topMv .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.p-topMv .slick-dots {
	bottom: 25px;
	outline: 1px solid transparent;
}
.p-topMv .slick-dots li button:before {
	font-size: 0;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	content: "";
	opacity: 1;
	background: #fff;
	border-radius: 100vh;
}
.p-topMv .slick-dots li.slick-active button:before {
	width: 14px;
	height: 14px;
	background: #803b2d;
	border: 2px solid rgba(255, 255, 255, 0.5);
}
.p-topMv .slick-slider .slick-list {
	line-height: 0;
}

.p-topMv__txtArea {
	background: #ece4d5;
	padding: 33px 0;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	letter-spacing: 0.14em;
	color: #000;
	text-align: center;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.p-topMv {
		width: 100%;
	}
	.p-topMv img {
		max-width: inherit;
		max-width: auto;
		width: 100%;
	}
	.p-topMv .slick-next, .p-topMv .slick-prev {
		width: 21px;
		height: 32px;
	}
	.p-topMv .slick-next:before, .p-topMv .slick-prev:before {
		width: 21px;
		height: 32px;
	}
	.p-topMv .slick-next {
		right: 10px;
	}
	.p-topMv .slick-prev {
		left: 10px;
	}
	.p-topMv .slick-dots {
		bottom: 10px;
	}

	.p-topMv__txtArea {
		padding: 1.5vw 0;
		font-size: 4.2666666667vw;
		line-height: 1.5;
	}
}
/* --------------------------------------------------
  p-topSec1
-------------------------------------------------- */
.p-topSec1 {
	margin-top: 47px;
}

.p-topSec1__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.p-topSec1__ttl {
	font-size: 2.8rem;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	letter-spacing: 0.08em;
	font-weight: 500;
}

.p-topSec1__txtArea {
	width: 874px;
}

.p-topSec1__btn {
	margin-top: 19px;
}

@media screen and (max-width: 768px) {
	.p-topSec1 {
		margin-top: 8vw;
	}

	.p-topSec1__flex {
		display: block;
	}

	.p-topSec1__ttl {
		font-size: 4.8vw;
	}

	.p-topSec1__txtArea {
		width: 100%;
		margin-top: 5vw;
	}

	.p-topSec1__btn {
		margin-top: 7.5vw;
	}
}
/* --------------------------------------------------
  p-topSec2
-------------------------------------------------- */
.p-topSec2 {
	margin-top: 57px;
	background: #f4f0e8 url(../img/top/bg_sec2_pc.png) no-repeat right center;
}
.p-topSec2 .u-wrap {
	padding: 70px 0 102px;
}

.p-topSec2__txt {
	color: #803b2d;
	font-size: 2.2rem;
	line-height: 1.8;
	letter-spacing: 0.025em;
	text-align: center;
	margin: 20px 0 0;
	font-weight: 500;
}

.p-topSec2__flex {
	margin-top: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.p-topSec2 {
		margin-top: 16vw;
		background: #f4f0e8 url(../img/top/bg_sec2_sp.png) no-repeat center bottom 5vw/64vw auto;
	}
	.p-topSec2 .u-wrap {
		padding: 8vw 0 13vw;
	}

	.p-topSec2__txt {
		font-size: 3.7333333333vw;
		margin: 5vw 0 0;
		text-align: left;
		line-height: 1.87;
	}

	.p-topSec2__flex {
		margin-top: 4.5vw;
		display: block;
	}
	.p-topSec2__flex .c-brownLineBtn + .c-brownLineBtn {
		margin-top: 9.5vw;
	}
}
/* --------------------------------------------------
  p-topSec3
-------------------------------------------------- */
.p-topSec3 {
	background: #ece4d5;
}
.p-topSec3 .u-wrap {
	padding: 73px 0 81px;
}

.p-topSec3Box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 56px;
}

.p-topSec3Box__item {
	width: 297px;
	font-weight: 500;
}
.p-topSec3Box__item a {
	display: block;
}

.p-topSec3Box__ttl {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.025em;
	margin: 8px 0 0;
}

.p-topSec3Box__iconArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 4px;
}

.p-topSec3Box__icon {
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #fff;
	border-radius: 3px;
	height: 27px;
	padding: 0 18px;
	margin: 5px 10px 0 0;
}
.p-topSec3Box__icon:last-child {
	margin-right: 0;
}

.p-topSec3Box__price {
	color: #ff0000;
	font-size: 1.6rem;
	text-align: right;
	letter-spacing: 0.08em;
	margin: 5px 0 0;
}

.p-topSec3Box__btnArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 18px;
}

.p-topSec3Box__btn a {
	width: 143px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	border-radius: 3px;
}
.p-topSec3Box__btn2 a,
.p-topSec3Box__btn3 a {
	width: 143px;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	border-radius: 3px;
}
.p-topSec3Box__btn.-cart .cartjs_box {
	padding: 0 !important;
}
.p-topSec3Box__btn.-cart .cartjs_product_table {
	display: none;
}
.p-topSec3Box__btn.-cart .cartjs_cart_in input {
	width: 143px !important;
	height: 42px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff !important;
	font-size: 1.6rem !important;
	font-weight: 500;
	letter-spacing: 0.025em;
	border-radius: 3px !important;
	background: #a62731 !important;
	font-family: inherit;
	margin-bottom: 0 !important;
}
.p-topSec3Box__btn.-detail a {
	background: #c6a35d;
}
.p-topSec3Box__btn2.-detail a {
	background: #995A29;
}
.p-topSec3Box__btn3.-detail a {
	background: #AD0003;
}
.p-topSec3Box__btn:nth-child(2) {
	margin-left: 10px;
}
.p-topSec3Box__btn3 {
	margin-left: 10px;
}

.p-topSec3__btn {
	margin-top: 54px;
}

@media screen and (max-width: 768px) {
	.p-topSec3 .u-wrap {
		padding: 9vw 0 11vw;
		width: 69vw;
	}

	.p-topSec3Box {
		display: block;
		margin-top: 8vw;
	}

	.p-topSec3Box__item {
		width: 100%;
	}
	.p-topSec3Box__item img {
		max-width: inherit;
		max-width: auto;
		width: 100%;
	}
	.p-topSec3Box__item:nth-child(n+2) {
		margin-top: 12vw;
	}

	.p-topSec3Box__ttl {
		font-size: 3.3333333333vw;
		margin: 2vw 0 0;
	}

	.p-topSec3Box__iconArea {
		margin-top: 1vw;
	}

	.p-topSec3Box__icon {
		font-size: 2.9333333333vw;
		height: 6.5vw;
		padding: 0 5vw;
		margin: 1vw 2vw 0 0;
	}

	.p-topSec3Box__price {
		font-size: 3.7333333333vw;
		margin: 1vw 0 0;
	}

	.p-topSec3Box__btnArea {
		margin-top: 5vw;
	}

	.p-topSec3Box__btn a {
		width: 32vw;
		height: 11.7333333333vw;
		font-size: 4vw;
	}
	.p-topSec3Box__btn2 a,
	.p-topSec3Box__btn3 a {
		width: 32vw;
		height: 11.7333333333vw;
		font-size: 4vw;
	}
	.p-topSec3Box__btn.-cart .cartjs_cart_in input {
		width: 32vw !important;
		height: 11.7333333333vw !important;
		font-size: 4vw !important;
	}
	.p-topSec3Box__btn:nth-child(2) {
		margin-left: 4vw;
	}

	.p-topSec3__btn {
		margin-top: 11vw;
	}
}
/* --------------------------------------------------
  p-companySec1
-------------------------------------------------- */
.p-companySec1__flex {
	padding: 66px 0 59px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.p-companySec1__txtArea {
	width: 510px;
}

.p-companySec1__txt {
	color: #350f07;
	font-size: 1.8rem;
	line-height: 2;
	margin: 37px 0 0;
	letter-spacing: 0.025em;
}

.p-companySec1__imgArea {
	width: 434px;
}

.p-companySec1__img + .p-companySec1__img {
	margin-top: 38px;
}

.p-companySec1__imgArea2 {
	width: 100%;
	margin: 51px 0 0;
}

.p-companySec1__img2 {
	text-align: center;
}

.p-companySec1__txt2 {
	text-align: center;
	color: #000;
	font-size: 1.5rem;
	margin: 5px 0 0;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.p-companySec1__ttl {
		text-align: center;
	}

	.p-companySec1__flex {
		padding: 12vw 0 11vw;
		display: block;
	}

	.p-companySec1__txtArea {
		width: 100%;
	}

	.p-companySec1__txt {
		font-size: 3.7333333333vw;
		line-height: 1.85;
		margin: 7vw 0 0;
		font-weight: 500;
	}

	.p-companySec1__imgArea {
		width: 100%;
		margin-top: 5vw;
	}

	.p-companySec1__img img {
		max-width: inherit;
		max-width: auto;
		width: 100%;
	}

	.p-companySec1__img + .p-companySec1__img {
		margin-top: 5vw;
	}

	.p-companySec1__imgArea2 {
		margin: 5vw 0 0;
	}

	.p-companySec1__txt2 {
		font-size: 1.3rem;
	}
}
/* --------------------------------------------------
  p-companySec2
-------------------------------------------------- */
.p-companySec2 {
	padding: 124px 0 100px;
}

.p-companySec2__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 40px;
}

.p-companySec2__img {
	width: 550px;
	text-align: center;
}

.p-companySec2__txt {
	width: 410px;
	font-size: 1.5rem;
	line-height: 2.11;
	color: #000;
	letter-spacing: 0.1em;
	padding-top: 12px;
	margin: 0;
}

.p-companySec2__btn {
	margin: 29px auto 0;
}
.p-companySec2__btn.-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 700px;
}

.p-companySec2__box:nth-child(2) {
	margin-top: 98px;
}

@media screen and (max-width: 768px) {
	.p-companySec2 {
		padding: 13.5vw 0 16vw;
	}

	.p-companySec2__flex {
		display: block;
		margin-top: 6vw;
	}

	.p-companySec2__img {
		width: 100%;
	}

	.p-companySec2__txt {
		width: 100%;
		font-size: 3.7333333333vw;
		line-height: 1.85;
		letter-spacing: 0.25em;
		padding-top: 0;
		margin-top: 4vw;
	}

	.p-companySec2__btn {
		margin: 12vw auto 0;
	}
	.p-companySec2__btn.-flex {
		display: block;
		width: auto;
	}

	.p-companySec2__box:nth-child(2) {
		margin-top: 16vw;
	}
	.p-companySec2__box:nth-child(2) .p-companySec2__btn {
		margin: 4vw auto 0;
	}
	.p-companySec2__box:nth-child(2) .p-companySec2__btn .c-redBgBtn:nth-child(2) {
		margin-top: 3vw;
	}
}
/* --------------------------------------------------
  p-companySec3
-------------------------------------------------- */
.p-companySec3 .u-wrap__spL {
	padding: 70px 0 95px;
}

.p-companySec3__catch {
	color: #a62731;
	font-size: 2.2rem;
	font-weight: 500;
	margin: 28px 0 0;
	letter-spacing: 0.025em;
}

.p-companySec3__txt {
	color: #350f07;
	font-size: 1.8rem;
	line-height: 1.66;
	margin: 18px 0 0;
	letter-spacing: 0.025em;
}

.p-companySec3__tbl {
	border-top: 2px solid #a62731;
	border-right: 2px solid #a62731;
	font-size: 1.8rem;
	color: #350f07;
	background: #fff;
	margin-top: 35px;
	letter-spacing: 0.025em;
}
.p-companySec3__tbl th, .p-companySec3__tbl td {
	border-bottom: 2px solid #a62731;
	border-left: 2px solid #a62731;
	line-height: 2;
	padding: 15px 42px;
}
.p-companySec3__tbl th {
	width: 222px;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.p-companySec3 .u-wrap__spL {
		padding: 12vw 0 14vw;
	}

	.p-companySec3__ttl {
		text-align: center;
	}

	.p-companySec3__catch {
		font-size: 5.6vw;
		text-align: center;
		margin: 7vw 0 0;
	}

	.p-companySec3__txt {
		font-size: 4.2666666667vw;
		line-height: 1.5;
		margin: 4vw 0 0;
		letter-spacing: 0;
	}

	.p-companySec3__tbl {
		font-size: 3.2vw;
		margin-top: 9vw;
		border-top: 1px solid #a62731;
		border-right: 1px solid #a62731;
	}
	.p-companySec3__tbl th, .p-companySec3__tbl td {
		border-bottom: 1px solid #a62731;
		border-left: 1px solid #a62731;
		line-height: 1.75;
		padding: 1.5vw 2.5vw;
	}
	.p-companySec3__tbl th {
		width: 25.0666666667vw;
	}
}
/* --------------------------------------------------
  other
-------------------------------------------------- */
.p-company .c-contactArea {
	margin-top: 122px;
}

@media screen and (max-width: 768px) {
	.p-company .c-contactArea {
		margin-top: 15vw;
	}
}
[class^=p-foodSec] .u-wrap__spL {
	padding: 67px 0 68px;
}
[class^=p-foodSec] .c-ttl32 {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	[class^=p-foodSec] .u-wrap__spL {
		padding: 7vw 0;
	}
	[class^=p-foodSec] .c-ttl32 {
		margin-bottom: 5vw;
	}
}
/* --------------------------------------------------
  p-foodSec1
-------------------------------------------------- */
.p-foodSec1__box {
	margin-top: 6px;
}

.p-foodSec1__img + .p-foodSec1__img {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.p-foodSec1__flex1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.p-foodSec1__flex1 .c-listDot {
		margin-right: 0;
	}
	.p-foodSec1__flex1 .c-listDot:nth-child(n+2) {
		margin: 2vw 0 0;
	}

	.p-foodSec1__flex2 {
		width: 50%;
	}

	.p-foodSec1__img + .p-foodSec1__img {
		margin-top: 5vw;
	}
}
/* --------------------------------------------------
  p-foodSec6
-------------------------------------------------- */
@media screen and (min-width: 769px) {
	.p-foodSec6 .c-menuList {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.p-foodSec6 .c-menuList > * {
		width: 50%;
	}
	.p-foodSec6 .c-menuList > *:nth-of-type(n+3) {
		margin-top: 30px;
	}
}
@media screen and (max-width: 768px) {
	.p-foodSec6 .c-menuList > * {
		margin-top: 5vw;
	}
}
/* --------------------------------------------------
  p-foodSec8
-------------------------------------------------- */
.p-foodSec8 .c-listDot {
	margin: 0;
}

/* --------------------------------------------------
  p-foodSec10
-------------------------------------------------- */
@media screen and (min-width: 769px) {
	.p-foodSec10 .c-linkMenu.-pageBtm {
		margin: 70px 0 0;
	}
}
/* --------------------------------------------------
  other
-------------------------------------------------- */
.p-food .c-contactArea {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.p-food .c-contactArea {
		margin-top: 10vw;
	}
}
/* --------------------------------------------------
  p-banquetSec1
-------------------------------------------------- */
.p-banquetSec1 .u-wrap__spL {
	padding: 72px 0 82px;
}

.p-banquetSec1__txt {
	color: #350f07;
	font-size: 1.5rem;
	line-height: 1.73;
	letter-spacing: 0.05em;
	margin: 35px 0 42px;
}

.p-banquetSec1__box:nth-child(n+2) {
	margin-top: 43px;
}

@media screen and (min-width: 769px) {
	.p-banquetSec1 .c-listDot {
		margin: 11px 0 0;
	}
	.p-banquetSec1 .c-listDot.-flex li {
		margin: 0 30px 0 0;
	}
	.p-banquetSec1 .c-linkMenu.-pageBtm {
		margin: 37px 0 0;
	}
}
@media screen and (max-width: 768px) {
	.p-banquetSec1 .u-wrap__spL {
		padding: 7vw 0 10vw;
	}

	.p-banquetSec1__txt {
		font-size: 3.4666666667vw;
		line-height: 1.69;
		margin: 3vw 0 5vw;
	}

	.p-banquetSec1__box:nth-child(n+2) {
		margin-top: 5vw;
	}
}
/* --------------------------------------------------
  p-shopSec
-------------------------------------------------- */
.p-shopSec .u-wrap__spL {
	padding: 69px 0 70px;
}
.p-shopSec .u-wrap__spL_top {
	padding-top: 69px;
}

@media screen and (max-width: 768px) {
	.p-shopSec .u-wrap__spL {
		padding: 14vw 0 13vw;
	}
	.p-shopSec .u-wrap__spL_top {
		padding-top: 14vw;
	}
}
/* --------------------------------------------------
  other
-------------------------------------------------- */
.p-shop .c-contactArea {
	display: none;
}
.p-shop .l-footer {
	margin-top: 0;
	padding-top: 35px;
}

@media screen and (max-width: 768px) {
	.p-shop .l-footer {
		padding-top: 4vw;
	}
}
/* --------------------------------------------------
  p-productSec1
-------------------------------------------------- */
.p-productSec1 {
	padding-top: 62px;
}

.p-productSec1__ttl {
	font-size: 3.6rem;
	color: #350f07;
	letter-spacing: 0.05em;
	font-weight: 500;
	margin: 0;
}

.p-productSec1__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 62px;
}

.p-productSec1__slideArea {
	width: 500px;
}
.p-productSec1__slideArea img {
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: "object-fit: cover;";
}

.p-productSec1__slideItem {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #CECECE;
}
.p-productSec1__slideItem:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-productSec1__thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 8px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.p-productSec1__thumbItem {
	position: relative;
	overflow: hidden;
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	background: #F5F5F5;
}
.p-productSec1__thumbItem:nth-child(4n) {
	margin-right: 0;
}
.p-productSec1__thumbItem:nth-child(n+5) {
	margin-top: 10px;
}
.p-productSec1__thumbItem:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.p-productSec1__txtArea {
	width: 460px;
}

.p-productSec1__catch {
	color: #350f07;
	font-size: 1.8rem;
	letter-spacing: 0.025em;
	line-height: 2;
	font-weight: 500;
	margin: 0;
}
.p-productSec1__catch::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 2) * 0.5em);
	content: "";
}
.p-productSec1__catch::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 2) * 0.5em);
	content: "";
}

.p-productSec1__txt {
	color: #350f07;
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: 0.025em;
	margin: 28px 0 0;
}

.p-productSec1__price {
	font-size: 1.8rem;
	color: #ff0000;
	letter-spacing: 0.025em;
	margin: 26px 0 0;
}

.p-productSec1__iconArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 14px;
}

.p-productSec1__icon {
	font-size: 1.3rem;
	letter-spacing: 0.025em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #f6f6f6;
	border-radius: 3px;
	height: 27px;
	padding: 0 13px;
	margin: 5px 10px 0 0;
}
.p-productSec1__icon:last-child {
	margin-right: 0;
}

.p-productSec1__postage {
	margin-top: 14px;
	color: #350f07;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.025em;
}
.p-productSec1__postage a {
	text-decoration: underline;
}

.p-productSec1__inventory .cartjs_box {
	padding: 27px 0 0 !important;
}
.p-productSec1__inventory .cartjs_product_table table {
	margin: 0 !important;
	width: 100% !important;
}
.p-productSec1__inventory .cartjs_product_table table th {
	color: #350f07;
	font-size: 1.6rem !important;
	letter-spacing: 0.1em;
	line-height: 1;
	font-weight: 500;
	width: 115px;
}
.p-productSec1__inventory .cartjs_product_table table td {
	width: calc(100% - 115px);
}
.p-productSec1__inventory .cartjs_product_table table td input {
	margin: 0;
	padding: 7px !important;
	background: none;
	outline: none;
	font-family: inherit;
	border: 2px solid #7f3630;
	border-radius: 3px;
	width: 48px !important;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	text-align: center;
}
.p-productSec1__inventory .cartjs_product_table table td select {
	margin: 0;
	padding: 7px !important;
	background: none;
	outline: none;
	font-family: inherit;
	border: 2px solid #7f3630 !important;
	height: 42px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1 !important;
}
.p-productSec1__inventory .cartjs_cart_in input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	font-family: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 20px 0 0 !important;
	width: 290px !important;
	height: 42px !important;
	background: #a62731 !important;
	color: #fff;
	font-size: 1.6rem !important;
	font-weight: 500;
	letter-spacing: 0.1em;
	border-radius: 3px !important;
}

@media screen and (min-width: 769px) {
	.p-productSec1__thumbItem {
		cursor: pointer;
	}

	.cartjs_cart_in input {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.cartjs_cart_in input:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.p-productSec1 {
		padding-top: 11vw;
	}

	.p-productSec1__ttl {
		font-size: 5.0666666667vw;
	}

	.p-productSec1__flex {
		display: block;
		margin-top: 6.5vw;
	}

	.p-productSec1__slideArea {
		width: 100%;
	}

	.p-productSec1__thumb {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 8px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.p-productSec1__thumbItem {
		width: calc((100% - 11.1vw) / 4);
		margin-right: 3.7vw;
	}
	.p-productSec1__thumbItem:nth-child(n+5) {
		margin-top: 2vw;
	}

	.p-productSec1__txtArea {
		width: 100%;
		margin-top: 7vw;
	}

	.p-productSec1__catch {
		font-size: 4.2666666667vw;
		line-height: 1.68;
	}
	.p-productSec1__catch::before {
		display: block;
		width: 0;
		height: 0;
		margin-top: calc((1 - 1.68) * 0.5em);
		content: "";
	}
	.p-productSec1__catch::after {
		display: block;
		width: 0;
		height: 0;
		margin-bottom: calc((1 - 1.68) * 0.5em);
		content: "";
	}

	.p-productSec1__txt {
		font-size: 3.4666666667vw;
		line-height: 2;
		margin: 7vw 0 0;
	}

	.p-productSec1__price {
		font-size: 3.7333333333vw;
		margin: 3vw 0 0;
	}

	.p-productSec1__iconArea {
		margin: 2.5vw 0 0;
	}

	.p-productSec1__icon {
		font-size: 3.7333333333vw;
		border-radius: 3px;
		height: 6.5vw;
		padding: 0 4vw;
		margin: 1vw 2vw 0 0;
	}

	.p-productSec1__postage {
		font-size: 3.4666666667vw;
		margin: 3vw 0 0;
	}

	.p-productSec1__inventory .cartjs_box {
		padding: 5vw 0 2vw !important;
	}
	.p-productSec1__inventory .cartjs_product_table table th {
		font-size: 3.4666666667vw !important;
	}
	.p-productSec1__inventory .cartjs_product_table table td input {
		padding: 2vw !important;
		border: 1px solid #7f3630 !important;
		width: 13vw !important;
		height: 12vw !important;
		font-size: 16px !important;
	}
	.p-productSec1__inventory .cartjs_product_table table td select {
		padding: 2vw !important;
		border: 1px solid #7f3630 !important;
		height: 12vw !important;
		font-size: 16px !important;
	}
	.p-productSec1__inventory .cartjs_cart_in input {
		margin: 5vw auto 0 !important;
		width: 58vw !important;
		height: 12vw !important;
		font-size: 3.7333333333vw !important;
	}

	.iphone .p-productSec1__inventory .cartjs_product_table table td {
		width: auto;
	}
}
/* --------------------------------------------------
  p-productSec2
-------------------------------------------------- */
.p-productSec2 {
	padding-top: 80px;
}

.p-productSec2__tbl {
	width: 100%;
	border-top: 2px solid #a62731;
	border-right: 2px solid #a62731;
	font-size: 1.8rem;
	color: #350f07;
	background: #fff;
	margin-top: 35px;
	letter-spacing: 0.025em;
}
.p-productSec2__tbl th, .p-productSec2__tbl td {
	border-bottom: 2px solid #a62731;
	border-left: 2px solid #a62731;
	line-height: 2;
}
.p-productSec2__tbl th {
	width: 222px;
	padding: 15px 30px;
	font-weight: normal;
}
.p-productSec2__tbl td {
	padding: 15px 78px 15px 30px;
}

@media screen and (max-width: 768px) {
	.p-productSec2 {
		padding-top: 12vw;
	}

	.p-productSec2__tbl {
		border-top: 1px solid #a62731;
		border-right: 1px solid #a62731;
		font-size: 3.2vw;
		margin-top: 9vw;
	}
	.p-productSec2__tbl th, .p-productSec2__tbl td {
		line-height: 1.75;
		border-bottom: 1px solid #a62731;
		border-left: 1px solid #a62731;
	}
	.p-productSec2__tbl th {
		width: 26.6666666667vw;
		padding: 1.5vw;
	}
	.p-productSec2__tbl td {
		padding: 1.5vw 2.5vw;
	}
}
/* --------------------------------------------------
  p-productSec3
-------------------------------------------------- */
.p-productSec3 {
	padding-top: 102px;
}
.p-productSec3 .c-productList {
	margin-top: 44px;
}

.p-productSec3__btn {
	margin-top: 104px;
}

@media screen and (max-width: 768px) {
	.p-productSec3 {
		padding-top: 13vw;
	}
	.p-productSec3 .c-productList {
		margin-top: 9vw;
	}

	.p-productSec3__btn {
		margin-top: 15vw;
	}
}
/* --------------------------------------------------
  other
-------------------------------------------------- */
.p-product .c-contactArea {
	display: none;
}
.p-product .l-footer {
	margin-top: 95px;
}

@media screen and (max-width: 768px) {
	.p-product .l-footer {
		margin-top: 13vw;
	}
}
/* --------------------------------------------------
  p-contactSec1
-------------------------------------------------- */
.p-contactSec1 {
	padding-top: 55px;
}

.p-contactSec1__txt {
	font-size: 1.6rem;
	color: #350f07;
	line-height: 1.75;
	margin: 25px 0 0;
}

.p-contactSec1__telNo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 44px 0 0;
}
.p-contactSec1__telNo .p-contactSec1__telNoIn {
	font-size: 1.8rem;
	letter-spacing: 0.025em;
	background: #a62731;
	color: #fff;
	width: 70px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 35px;
	line-height: 1;
	margin-right: 15px;
}
.p-contactSec1__telNo a {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	.p-contactSec1 {
		padding-top: 11vw;
	}

	.p-contactSec1__txt {
		font-size: 3.7333333333vw;
		line-height: 1.85;
		margin: 8vw 0 0;
	}

	.p-contactSec1__telNo {
		margin: 7vw 0 0;
	}
	.p-contactSec1__telNo .p-contactSec1__telNoIn {
		font-size: 3.2vw;
		width: 11vw;
		height: 5vw;
		margin-right: 3vw;
	}
	.p-contactSec1__telNo a {
		font-size: 5.0666666667vw;
	}
}
/* --------------------------------------------------
  p-contactSec2
-------------------------------------------------- */
.p-contactSec2 {
	padding: 58px 0 80px;
}

.p-contactSec2__txt {
	font-size: 1.6rem;
	color: #350f07;
	line-height: 1.75;
	margin: 25px 0 0;
}

.p-contactForm table {
	width: 100%;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	font-size: 1.8rem;
	color: #350f07;
	margin-top: 35px;
	letter-spacing: 0.025em;
}
.p-contactForm table th, .p-contactForm table td {
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	line-height: 2;
	padding: 13px 21px;
}
.p-contactForm table th {
	width: 240px;
	font-weight: 500;
	background: #f6f6f6;
}
.p-contactForm table td {
	background: #fff;
}

.p-contactSec2__formCnt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-contactForm input, .p-contactForm select, .p-contactForm button, .p-contactForm textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.p-contactForm select::-ms-expand {
	display: none;
}
.p-contactForm textarea {
	resize: vertical;
}
.p-contactForm button, .p-contactForm input[type=submit], .p-contactForm select {
	cursor: pointer;
}
.p-contactForm .p-contactForm__input {
	border: 1px solid #999999;
	border-radius: 4px;
	width: 400px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 7px;
	line-height: 1;
	color: inherit;
}
.p-contactForm .p-contactForm__input.-short {
	width: 200px;
}
.p-contactForm .p-contactForm__select {
	border: 1px solid #999999;
	border-radius: 4px;
	width: 200px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 7px;
	line-height: 1;
	background: url(../img/contact/icon_select.png) no-repeat right 9px center;
	color: inherit;
}
.p-contactForm .p-contactForm__txtarea {
	border: 1px solid #999999;
	border-radius: 4px;
	width: 690px;
	height: 124px;
	padding: 7px;
	line-height: 1.66;
	color: inherit;
}
.p-contactForm .p-contactForm__submit {
	margin-top: 50px;
}
.p-contactForm .p-contactForm__submit input {
	width: 100%;
	height: 100%;
	display: block;
	color: inherit;
}

.p-contactForm__txt {
	margin: 0;
	font-size: 1.6rem;
	color: #350f07;
	line-height: 1;
	letter-spacing: 0.025em;
}
.p-contactForm__txt.-side, .p-contactForm__txt.-spSide {
	margin-left: 10px;
}
.p-contactForm__txt.-btm {
	width: 100%;
	margin-top: 8px;
}

@media screen and (min-width: 769px) {
	.p-contactForm__submit {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.p-contactForm__submit:hover {
		opacity: 0.6;
	}
}
@media screen and (max-width: 768px) {
	.p-contactSec2 {
		padding: 10vw 0;
	}

	.p-contactSec2__txt {
		font-size: 3.7333333333vw;
		line-height: 1.85;
		margin: 7vw 0 0;
	}

	.p-contactForm table {
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		font-size: 3.4666666667vw;
		margin-top: 9.5vw;
	}
	.p-contactForm table th, .p-contactForm table td {
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		padding: 2.5vw 4vw;
		display: block;
	}
	.p-contactForm table th {
		width: 100%;
		text-align: left;
	}
	.p-contactForm table td {
		width: 100%;
		font-size: 4.6666666667vw;
	}

	.p-contactForm .p-contactForm__input {
		width: 100%;
		height: 8.6666666667vw;
		padding: 0 1.5vw;
	}
	.p-contactForm .p-contactForm__input.-short {
		width: 42vw;
	}
	.p-contactForm .p-contactForm__select {
		width: 42vw;
		height: 8.6666666667vw;
		padding: 0 1.5vw;
		background: url(../img/contact/icon_select.png) no-repeat right 2vw center/3vw auto;
	}
	.p-contactForm .p-contactForm__txtarea {
		width: 100%;
		height: 21vw;
		padding: 2vw 1.5vw;
	}
	.p-contactForm .p-contactForm__submit {
		margin-top: 8vw;
	}

	.p-contactForm__txt {
		font-size: 3.2vw;
		letter-spacing: 0.025em;
	}
	.p-contactForm__txt.-side {
		width: 100%;
		margin: 2.5vw 0 0;
	}
	.p-contactForm__txt.-spSide {
		margin-left: 2vw;
	}
	.p-contactForm__txt.-btm {
		margin-top: 2vw;
	}
}
.wpcf7-spinner {
	display: none !important;
}

/* --------------------------------------------------
  other
-------------------------------------------------- */
.p-contact .c-contactArea {
	margin-top: 88px;
}

@media screen and (max-width: 768px) {
	.p-contact .c-contactArea {
		margin-top: 12vw;
	}
}
/* --------------------------------------------------
  p-sctaSec1
-------------------------------------------------- */
.p-sctaSec1 .u-wrap__spL {
	padding: 73px 0 75px;
}

.p-sctaSec3__tbl {
	width: 100%;
	border-top: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	font-size: 1.8rem;
	color: #350f07;
	margin-top: 42px;
	letter-spacing: 0.025em;
}
.p-sctaSec3__tbl th, .p-sctaSec3__tbl td {
	border-bottom: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	line-height: 2;
	padding: 15px 30px;
}
.p-sctaSec3__tbl th {
	width: 220px;
	font-weight: 500;
	background: #f6f6f6;
}
.p-sctaSec3__tbl td {
	background: #fff;
}
.p-sctaSec3__tbl:nth-of-type(n+2) {
	margin-top: 47px;
}

@media screen and (max-width: 768px) {
	.p-sctaSec1 .u-wrap__spL {
		padding: 11vw 0;
	}

	.p-sctaSec1__ttl {
		text-align: center;
	}

	.p-sctaSec3__tbl {
		font-size: 3.2vw;
		margin-top: 8.5vw;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
	.p-sctaSec3__tbl th, .p-sctaSec3__tbl td {
		border-bottom: 1px solid #cccccc;
		border-left: 1px solid #cccccc;
		line-height: 1.75;
		padding: 3vw 5vw;
		display: block;
	}
	.p-sctaSec3__tbl th {
		width: 100%;
		text-align: left;
	}
	.p-sctaSec3__tbl td {
		width: 100%;
	}
	.p-sctaSec3__tbl:nth-of-type(n+2) {
		margin-top: 7vw;
	}
}
/* --------------------------------------------------
  other
-------------------------------------------------- */
.p-scta .c-contactArea {
	margin-top: 88px;
}

@media screen and (max-width: 768px) {
	.p-scta .c-contactArea {
		margin-top: 15vw;
	}
}
/* --------------------------------------------------
  p-newsList
-------------------------------------------------- */
.p-newsList .u-wrap__spL {
	padding: 54px 0 102px;
}

.p-newsList .c-newsList__item:nth-child(n+2) {
	margin-top: 29px;
}
.p-newsList .c-newsList__date {
	font-size: 1.6rem;
	width: 110px;
	letter-spacing: 0.05em;
	color: #350f07;
}
.p-newsList .c-newsList__cate a {
	width: 130px;
}
.p-newsList .c-newsList__txt {
	width: calc(100% - 240px);
	padding: 4px 0 0 31px;
	font-size: 1.6rem;
	line-height: 2.2;
	font-weight: 500;
	letter-spacing: 0.025em;
	color: #350f07;
	word-break: break-all;
}
.p-newsList .c-newsList__txt::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 2.2) * 0.5em);
	content: "";
}
.p-newsList .c-newsList__txt::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 2.2) * 0.5em);
	content: "";
}

@media screen and (max-width: 768px) {
	.p-newsList .u-wrap__spL {
		padding: 12vw 0 13vw;
	}

	.p-newsList .c-newsList__item:nth-child(n+2) {
		margin-top: 6vw;
	}
	.p-newsList .c-newsList__date {
		font-size: 3.7333333333vw;
		width: 21.5vw;
		line-height: 1;
		padding-top: 1vw;
		letter-spacing: 0;
	}
	.p-newsList .c-newsList__cate a {
		width: auto;
		min-width: 22vw;
	}
	.p-newsList .c-newsList__txt {
		width: 100%;
		padding: 2vw 0 0;
		line-height: 1.5;
		font-size: 3.7333333333vw;
	}
	.p-newsList .c-newsList__txt::before {
		display: block;
		width: 0;
		height: 0;
		margin-top: calc((1 - 1.5) * 0.5em);
		content: "";
	}
	.p-newsList .c-newsList__txt::after {
		display: block;
		width: 0;
		height: 0;
		margin-bottom: calc((1 - 1.5) * 0.5em);
		content: "";
	}
}
/* --------------------------------------------------
	p-newsPager
-------------------------------------------------- */
.p-newsPager {
	position: relative;
	height: 40px;
	width: 495px;
	margin: 78px auto 0;
}

.p-newsPager__backLink,
.p-newsPager__nextLink {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 13px;
	height: 22px;
}
.p-newsPager__backLink a,
.p-newsPager__nextLink a {
	display: block;
	width: 100%;
	height: 100%;
}

.p-newsPager__backLink {
	left: 0;
}

.p-newsPager__nextLink {
	right: 0;
}

.p-newsPager__number {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-width: 160px;
}

.p-newsPager__link {
	font-size: 1.6rem;
	color: #803b2d;
	line-height: 1;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.p-newsPager__link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	background: #ece4d5;
	color: #a62731;
	width: 100%;
	height: 100%;
}
.p-newsPager__link.-current {
	background: #a62731;
	color: #fff;
}
.p-newsPager__link:nth-of-type(n+2) {
	margin-left: 20px;
}
.p-newsPager__link.-dot {
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}

@media screen and (max-width: 768px) {
	.p-newsPager {
		height: 10.6666666667vw;
		width: 85vw;
		margin: 14vw auto 0;
	}

	.p-newsPager__backLink,
.p-newsPager__nextLink {
		width: 3.3333333333vw;
		height: 5.8666666667vw;
	}
	.p-newsPager__backLink img,
.p-newsPager__nextLink img {
		max-width: inherit;
		max-width: auto;
		width: 100%;
	}

	.p-newsPager__number {
		min-width: inherit;
	}

	.p-newsPager__link {
		font-size: 4.2666666667vw;
		width: 10.6666666667vw;
		height: 10.6666666667vw;
	}
	.p-newsPager__link:nth-of-type(n+2) {
		margin-left: 3vw;
	}
	.p-newsPager__link.-dot {
		width: auto;
		-webkit-transform: translateY(-0.3vw);
		        transform: translateY(-0.3vw);
	}
}
/* --------------------------------------------------
  p-newsDetail
-------------------------------------------------- */
.p-newsDetail .u-wrap__spL {
	padding: 55px 0 30px;
}

.p-newsMain__ttl {
	color: #350f07;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin: 0 0 32px;
	word-break: break-all;
}
.p-newsMain__ttl::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.6) * 0.5em);
	content: "";
}
.p-newsMain__ttl::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.6) * 0.5em);
	content: "";
}

.p-newsMain__eyecatch {
	margin-bottom: 35px;
}

.p-newsDetail__txtArea {
	color: #350f07;
	font-size: 1.6rem;
	line-height: 1.75;
}
.p-newsDetail__txtArea h2 {
	font-size: 2rem;
	font-weight: 500;
	margin: 1.5em 0 0.8em;
}
.p-newsDetail__txtArea h3 {
	font-size: 1.9rem;
	font-weight: 500;
	margin: 1.5em 0 0.8em;
}
.p-newsDetail__txtArea h4 {
	font-size: 1.7rem;
	font-weight: 500;
	margin: 1.5em 0 0.8em;
}
.p-newsDetail__txtArea h5 {
	font-weight: 500;
	margin: 1.5em 0 0.8em;
}
.p-newsDetail__txtArea blockquote {
	position: relative;
	margin: 2em 0;
	padding: 1.2em 6em;
	border: 1px solid #CCC;
	border-radius: 6px;
}
.p-newsDetail__txtArea blockquote:before, .p-newsDetail__txtArea blockquote:after {
	position: absolute;
	font-size: 4em;
	opacity: 0.1;
	content: "“";
	line-height: 1;
}
.p-newsDetail__txtArea blockquote:before {
	top: 15px;
	left: 20px;
}
.p-newsDetail__txtArea blockquote:after {
	bottom: 15px;
	right: 20px;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.p-newsSide__ttl {
	color: #350f07;
	font-size: 1.8rem;
	line-height: 1.55;
	position: relative;
	font-weight: 500;
	margin: 0 0 5px;
	padding-left: 13px;
}
.p-newsSide__ttl:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 6px;
	height: 21px;
	border-left: 6px solid #803b2d;
}
.p-newsSide__ttl:not(:first-of-type) {
	margin-top: 29px;
}

.p-newsSide .c-newsList {
	margin-top: 13px;
}
.p-newsSide .c-newsList__item {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.p-newsSide .c-newsList__item:nth-child(n+2) {
	margin-top: 26px;
}
.p-newsSide .c-newsList__date {
	font-size: 1.6rem;
	width: 111px;
	letter-spacing: 0;
	color: #350f07;
}
.p-newsSide .c-newsList__cate a {
	min-width: 130px;
	width: auto;
}
.p-newsSide .c-newsList__txt {
	width: 100%;
	padding: 5px 0 0;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #350f07;
}
.p-newsSide .c-newsList__txt::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.75) * 0.5em);
	content: "";
}
.p-newsSide .c-newsList__txt::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.75) * 0.5em);
	content: "";
}
.p-newsSide #wp-calendar {
	width: 100%;
	color: #7b3426;
	margin-bottom: 29px;
}
.p-newsSide #wp-calendar a {
	text-decoration: underline;
}
.p-newsSide #wp-calendar caption {
	color: #350f07;
	font-size: 1.8rem;
	line-height: 1.55;
	position: relative;
	font-weight: 500;
	margin: 0 0 5px;
	padding-left: 13px;
	text-align: left;
}
.p-newsSide #wp-calendar caption:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 6px;
	height: 21px;
	border-left: 6px solid #803b2d;
}
.p-newsSide #wp-calendar thead th, .p-newsSide #wp-calendar thead td, .p-newsSide #wp-calendar tbody th, .p-newsSide #wp-calendar tbody td {
	border: 1px solid #7b3426;
	background: #fff;
	text-align: center;
	padding: 0.2em;
}

.p-newsSide__list {
	color: #350f07;
	font-size: 1.6rem;
	margin: 8px 0 0;
}
.p-newsSide__list li {
	list-style: none;
	padding: 0;
}
.p-newsSide__list li:nth-child(n+2) {
	margin-top: 10px;
}
.p-newsSide__list a {
	position: relative;
	padding-left: 20px;
}
.p-newsSide__list a:before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 8px;
	height: 8px;
	border-right: 2px solid #803b2d;
	border-top: 2px solid #803b2d;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
	.p-newsDetail .u-wrap__spL {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.p-newsMain {
		width: 600px;
	}

	.p-newsSide {
		width: 320px;
	}
}
@media screen and (max-width: 768px) {
	.p-newsDetail .u-wrap__spL {
		padding: 11vw 0 13vw;
	}

	.p-newsMain__ttl {
		font-size: 5.0666666667vw;
		margin: 0 0 6vw;
	}

	.p-newsMain__eyecatch {
		margin-bottom: 9vw;
	}

	.p-newsDetail__txtArea {
		font-size: 3.7333333333vw;
		line-height: 1.85;
	}
	.p-newsDetail__txtArea h2 {
		font-size: 4.5333333333vw;
	}
	.p-newsDetail__txtArea h3 {
		font-size: 4.2666666667vw;
	}
	.p-newsDetail__txtArea h4 {
		font-size: 4vw;
	}
	.p-newsDetail__txtArea blockquote {
		padding: 8vw 6vw;
	}
	.p-newsDetail__txtArea blockquote:before, .p-newsDetail__txtArea blockquote:after {
		position: absolute;
		font-size: 4em;
		opacity: 0.1;
		content: "“";
		line-height: 1;
	}
	.p-newsDetail__txtArea blockquote:before {
		top: 4vw;
		left: 5vw;
	}
	.p-newsDetail__txtArea blockquote:after {
		bottom: 0;
		right: 5vw;
	}

	.p-newsSide {
		margin-top: 17vw;
	}
	.p-newsSide #wp-calendar {
		width: 100%;
		color: #7b3426;
		margin-bottom: 29px;
	}
	.p-newsSide #wp-calendar a {
		text-decoration: underline;
	}
	.p-newsSide #wp-calendar caption {
		font-size: 4.8vw;
		margin: 0 0 2vw;
		padding-left: 5vw;
	}
	.p-newsSide #wp-calendar caption:before {
		top: 1vw;
		height: 5.5vw;
	}

	.p-newsSide__ttl {
		font-size: 4.8vw;
		margin: 0 0 2vw;
		padding-left: 5vw;
	}
	.p-newsSide__ttl:before {
		top: 1vw;
		height: 5.5vw;
	}
	.p-newsSide__ttl:not(:first-of-type) {
		margin-top: 29px;
	}

	.p-newsSide .c-newsList {
		margin-top: 4vw;
	}
	.p-newsSide .c-newsList__item:nth-child(n+2) {
		margin-top: 6vw;
	}
	.p-newsSide .c-newsList__date {
		font-size: 3.7333333333vw;
		width: 21.5vw;
		line-height: 1;
		padding-top: 1vw;
	}
	.p-newsSide .c-newsList__cate a {
		min-width: 22vw;
	}
	.p-newsSide .c-newsList__txt {
		width: 100%;
		padding: 3vw 0 0;
		line-height: 1.5;
		font-size: 3.7333333333vw;
	}
	.p-newsSide .c-newsList__txt::before {
		display: block;
		width: 0;
		height: 0;
		margin-top: calc((1 - 1.5) * 0.5em);
		content: "";
	}
	.p-newsSide .c-newsList__txt::after {
		display: block;
		width: 0;
		height: 0;
		margin-bottom: calc((1 - 1.5) * 0.5em);
		content: "";
	}

	.p-newsSide__list {
		font-size: 4vw;
		margin: 3vw 0 0;
	}
	.p-newsSide__list li:nth-child(n+2) {
		margin-top: 3.5vw;
	}
	.p-newsSide__list a {
		padding-left: 5.5vw;
	}
	.p-newsSide__list a:before {
		top: 2vw;
		width: 2vw;
		height: 2vw;
	}
}
/* --------------------------------------------------
  other
-------------------------------------------------- */
.p-news .c-contactArea {
	margin-top: 88px;
}

@media screen and (max-width: 768px) {
	.p-news .c-contactArea {
		margin-top: 12vw;
	}
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 1em 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 1em 0 1em 1.5em;
}

.wp-caption {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.alignright, .alignleft {
		float: none;
		display: block;
		margin: 1em auto;
	}
}
/*# sourceMappingURL=styles.css.map */

[class^=p-drinkSec] .u-wrap__spL {
	padding: 67px 0 68px;
}
[class^=p-drinkSec] .c-ttl32 {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	[class^=p-drinkSec] .u-wrap__spL {
		padding: 7vw 0;
	}
	[class^=p-drinkSec] .c-ttl32 {
   		margin-bottom: 5vw;
	}
}