@charset "UTF-8";
/*
 * base.scss
 */
/*
 * variables.scss
 */
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Roboto);
* {
  box-sizing: border-box; }

html {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0; }

body {
  font-family: 'TsukuARdGothic-Regular', 'HiraMaruProN-W4', 'ヒラギノ丸ゴ ProN W4', 'Kosugi Maru', sans-serif;
  font-weight: bold;
  font-weight: bold; }

a {
  color: #333333;
  text-decoration: none; }
  a:hover {
	color: #1a428a;
	cursor: pointer; }
	@media (min-width: 1000px) {
	  a:hover {
		opacity: 0.7; } }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 23px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

ul, li {
  list-style: none; }

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
	display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
	position: absolute !important;
	clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/*
 * variables.scss
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
	   ========================================================================== */
/**
	 * 1. Correct the line height in all browsers.
	 * 2. Prevent adjustments of font size after orientation changes in
	 *    IE on Windows Phone and in iOS.
	 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	   ========================================================================== */
/**
	 * Remove the margin in all browsers (opinionated).
	 */
body {
  margin: 0; }

/**
	 * Add the correct display in IE 9-.
	 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
	 * Correct the font size and margin on `h1` elements within `section` and
	 * `article` contexts in Chrome, Firefox, and Safari.
	 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	   ========================================================================== */
/**
	 * Add the correct display in IE 9-.
	 */
figcaption,
figure {
  display: block; }

/**
	 * Add the correct margin in IE 8.
	 */
figure {
  margin: 1em 40px; }

/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
	 * Add the correct display in IE.
	 */
main {
  display: block; }

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

/* Links
	   ========================================================================== */
/**
	 * 1. Remove the gray background on active links in IE 10.
	 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
	 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
	   ========================================================================== */
/**
	 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
	 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
	 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
	 */
b,
strong {
  font-weight: inherit; }

/**
	 * 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 style in Android 4.3-.
	 */
dfn {
  font-style: italic; }

/**
	 * Add the correct background and color in IE 9-.
	 */
mark {
  background-color: #ff0;
  color: #000; }

/**
	 * Add the correct font size in all browsers.
	 */
small {
  font-size: 80%; }

/**
	 * Prevent `sub` and `sup` elements from affecting the line height in
	 * all browsers.
	 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	   ========================================================================== */
/**
	 * 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 images inside links in IE 10-.
	 */
img {
  border-style: none; }

/**
	 * Hide the overflow in IE.
	 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
	   ========================================================================== */
/**
	 * 1. Change the font styles in all browsers (opinionated).
	 * 2. Remove the margin in Firefox and Safari.
	 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
	 * Show the overflow in IE.
	 */
button {
  overflow: visible; }

/**
	 * Remove the inheritance of text transform in Edge, Firefox, and IE.
	 * 1. Remove the inheritance of text transform in Firefox.
	 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
	 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
	 *    controls in Android 4.
	 * 2. Correct the inability to style clickable types in iOS and Safari.
	 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
	   * Remove the inner border and padding in Firefox.
	   */
  /**
	   * Restore the focus styles unset by the previous rule.
	   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText; }

/**
	 * Show the overflow in Edge.
	 */
input {
  overflow: visible; }

/**
	 * 1. Add the correct box sizing in IE 10-.
	 * 2. Remove the padding in IE 10-.
	 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
	 * Correct the cursor style of increment and decrement buttons in Chrome.
	 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
	 * 1. Correct the odd appearance in Chrome and Safari.
	 * 2. Correct the outline style in Safari.
	 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
	   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
	   */ }
  [type="search"]::-webkit-search-cancel-button,
  [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none; }

/**
	 * 1. Correct the inability to style clickable types in iOS and Safari.
	 * 2. Change font properties to `inherit` in Safari.
	 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
	 * Correct the padding in Firefox.
	 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
	 * 1. Correct the text wrapping in Edge and IE.
	 * 2. Correct the color inheritance from `fieldset` elements in IE.
	 * 3. Remove the padding so developers are not caught out when they zero out
	 *    `fieldset` elements in all browsers.
	 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
	 * 1. Add the correct display in IE 9-.
	 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
	 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
	 * Remove the default vertical scrollbar in IE.
	 */
textarea {
  overflow: auto; }

/* Interactive
	   ========================================================================== */
/*
	 * Add the correct display in Edge, IE, and Firefox.
	 */
details {
  display: block; }

/*
	 * Add the correct display in all browsers.
	 */
summary {
  display: list-item; }

/*
	 * Add the correct display in IE 9-.
	 */
menu {
  display: block; }

/* Scripting
	   ========================================================================== */
/**
	 * Add the correct display in IE 9-.
	 */
canvas {
  display: inline-block; }

/**
	 * Add the correct display in IE.
	 */
template {
  display: none; }

/* Hidden
	   ========================================================================== */
/**
	 * Add the correct display in IE 10-.
	 */
[hidden] {
  display: none; }

.l-header {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  top: 10px;
  width: 100%;
  background: transparent;
  z-index: 999; }

.l-footer {
  width: 100%;
  background: #F8EED1; }

.l-wrapper {
  width: 100%; }

.c-page__title {
  padding-top: 80px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 767px) {
	.c-page__title {
	  padding-top: 40px;
	  padding-bottom: 23px; } }
  .c-page__title img {
	width: 442px;
	height: 162px;
	margin: 0 auto; }
	@media (max-width: 767px) {
	  .c-page__title img {
		width: 76%;
		height: auto; } }

.c-page__description {
  font-size: 23px;
  letter-spacing: 3px;
  line-height: 2;
  padding-top: 30px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 1000px) {
	.c-page__description {
	  padding-bottom: 78px; } }
  @media (max-width: 767px) {
	.c-page__description {
	  width: 100%;
	  padding: 49px 0 34px;
	  margin: 0 auto;
	  font-size: 16px;
	  letter-spacing: 2px;
	  line-height: 1.6;
	  text-align: center; } }

.c-page__elem--pc {
  display: inline; }
  @media (max-width: 767px) {
	.c-page__elem--pc {
	  display: none; } }

.c-page__elem--pcTablet {
  display: inline; }
  @media (max-width: 1000px) {
	.c-page__elem--pcTablet {
	  display: none; } }

.c-page__elem--spTablet {
  display: none; }
  @media (max-width: 1000px) {
	.c-page__elem--spTablet {
	  display: inline; } }

.c-page__elem--sp {
  display: none; }
  @media (max-width: 767px) {
	.c-page__elem--sp {
	  display: inline; } }

.c-page__br--pc {
  display: inline; }
  @media (max-width: 767px) {
	.c-page__br--pc {
	  display: none; } }

.c-page__br--sp {
  display: none; }
  @media (max-width: 767px) {
	.c-page__br--sp {
	  display: inline; } }

.c-accordion, .c-accordion--about, .c-accordion--table {
  width: 100%;
  height: 72px;
  text-align: center;
  line-height: 72px;
  font-size: 17px;
  display: none; }
  .c-accordion::before, .c-accordion--about::before, .c-accordion--table::before {
	content: attr(data-acc);
	margin-right: 5px; }
  @media (max-width: 767px) {
	.c-accordion, .c-accordion--about, .c-accordion--table {
	  display: block; } }
  .c-accordion--about {
	background-color: rgba(250, 226, 157, 0.8) !important;
	padding: 0; }
  .c-accordion--table {
	background-color: #F8D9D2 !important;
	padding: 0; }
	.c-accordion--table td {
	  width: 100% !important;
	  padding: 0 !important; }

.c-button--download {
  display: block;
  width: 469px;
  height: 122px;
  background-color: #F8D9D2;
  font-size: 35px;
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  font-family: 'TsukuARdGothic-Regular', 'HiraMaruProN-W4', 'ヒラギノ丸ゴ ProN W4', 'Kosugi Maru', sans-serif;
  font-weight: bold; }
  @media (max-width: 767px) {
	.c-button--download {
	  width: 300px;
	  height: 78px;
	  font-size: 18px; } }
  .c-button--download a {
	position: relative; }
  .c-button--download a.no-download-attr-support::after {
	content: '右クリックやロングタップしてダウンロードしてください';
	display: block;
	position: absolute;
	left: 50%;
	bottom: -24px;
	color: gray;
	font-size: 14px;
	line-height: 1.6;
	width: 440px;
	margin-left: -220px; }
	@media (max-width: 767px) {
	  .c-button--download a.no-download-attr-support::after {
		bottom: -20px;
		font-size: 10px;
		width: 300px;
		margin-left: -150px; } }

.p-comingSoon {
  width: 100%;
  height: 1000px;
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 767px) {
	.p-comingSoon {
	  height: auto; } }
  .p-comingSoon img {
	display: block;
	width: 50%;
	margin: 0 auto; }
	@media (max-width: 767px) {
	  .p-comingSoon img {
		width: 100%; } }
  .p-comingSoon__topBack {
	padding-top: 50px; }
	.p-comingSoon__topBack a {
	  color: #CD4E6F;
	  font-size: 20px;
	  text-decoration: underline; }

.p-header {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 767px) {
	.p-header {
	  height: 0; } }
  .p-header__logo {
	font-size: 0;
	width: 130px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0 10px;
	margin-left: -65px; }
	@media (max-width: 767px) {
	  .p-header__logo {
		top: 80px; } }
	.p-header__logo .p-logo {
	  width: 100%; }
	  @media (max-width: 767px) {
		.p-header__logo .p-logo {
		  display: none; } }
	  .p-header__logo .p-logo--sp {
		width: 100%;
		display: none;
		position: relative; }
		.p-header__logo .p-logo--sp img:nth-of-type(1) {
		  position: absolute;
		  top: -10px;
		  left: 50%;
		  width: 60px;
		  margin-left: -30px;
		  z-index: 100; }
		.p-header__logo .p-logo--sp img:nth-of-type(2) {
		  position: absolute;
		  top: -43px;
		  left: 50%;
		  margin-left: -62px; }
		@media (max-width: 767px) {
		  .p-header__logo .p-logo--sp {
			display: block; } }
  .p-header__upper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	padding: 0 40px; }
	@media (max-width: 767px) {
	  .p-header__upper {
		display: none; } }
  .p-header__message {
	text-align: right; }
	.p-header__message h2, .p-header__message p {
	  font-size: 16px;
	  line-height: 1.8; }
	@media (max-width: 1000px) {
	  .p-header__message h2 {
		text-align: left; } }
	.p-header__message .messageBr {
	  display: none; }
	  @media (max-width: 1000px) {
		.p-header__message .messageBr {
		  display: inline; } }
  .p-header__nav {
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: center; }
	@media (max-width: 767px) {
	  .p-header__nav {
		display: none; } }
	.p-header__nav .p-nav {
	  display: flex;
	  justify-content: center;
	  align-items: center; }
	  .p-header__nav .p-nav__item, .p-header__nav .p-nav__item--greeting, .p-header__nav .p-nav__item--about, .p-header__nav .p-nav__item--picking, .p-header__nav .p-nav__item--shopping, .p-header__nav .p-nav__item--gallery, .p-header__nav .p-nav__item--contact {
		font-family: 'Hannotate SC', 'Kosugi Maru', sans-serif;
		font-weight: bold;
		width: 14.3vw;
		max-width: 172px;
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		text-align: center;
		padding: 15px 0;
		border-radius: 12px 12px 12px 12px / 16px 16px 16px 16px; }
		.p-header__nav .p-nav__item--greeting {
		  background-color: #FBECE8; }
		.p-header__nav .p-nav__item--about {
		  background-color: #FCECBE; }
		.p-header__nav .p-nav__item--picking {
		  background-color: #DDE4E7; }
		  @media (min-width: 768px) and (max-width: 1000px) {
			.p-header__nav .p-nav__item--picking {
			  font-size: 14px; } }
		.p-header__nav .p-nav__item--shopping {
		  background-color: #D4EDE0; }
		.p-header__nav .p-nav__item--gallery {
		  background-color: #FBECE8; }
		.p-header__nav .p-nav__item--contact {
		  background-color: #FCECBE; }
  .p-header__sns .p-sns {
	display: flex;
	justify-content: space-between; }
	.p-header__sns .p-sns__item {
	  margin: 0 6px; }
	  .p-header__sns .p-sns__item .p-sns__icon {
		border-radius: 50%;
		border: 2px solid #333333; }
  .p-header .p-menuIcon {
	position: relative;
	top: -22px;
	left: -10px;
	display: none;
	width: 80px;
	height: 80px;
	background-size: contain;
	background-position: center; }
	@media (max-width: 767px) {
	  .p-header .p-menuIcon {
		display: flex;
		justify-content: center;
		align-items: center; } }
	.p-header .p-menuIcon svg {
	  position: absolute;
	  top: 26px;
	  left: 28px;
	  width: 24px;
	  height: auto; }
  .p-header .fa-bars {
	color: #CD4E6F; }

.p-pageTop {
  position: fixed;
  bottom: 65px;
  right: 15px;
  z-index: 999;
  display: block; }
  @media (max-width: 767px) {
	.p-pageTop img {
	  width: 75px; } }

.header-modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(200, 231, 233, 0.6);
  z-index: 100; }

.header-modal {
  width: 180px;
  margin: 0 auto;
  margin-left: -90px;
  position: absolute;
  top: 25%;
  left: 50%;
  background-color: #fff;
  padding-top: 15px;
  border-radius: 10px;
  text-align: center; }

.modal-btn {
  display: inline-block;
  margin-bottom: 15px; }

.p-footer {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 270px;
  margin: 0 auto; }
  @media (max-width: 767px) {
	.p-footer {
	  height: 178px; } }
  .p-footer__copyRight {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -93px;
	font-size: 16px;
	font-weight: bold; }
	@media (max-width: 767px) {
	  .p-footer__copyRight {
		bottom: 21px;
		font-size: 12px;
		margin-left: -69px; } }
  .p-footer #share-footer {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -31px;
	margin-left: -112.5px; }
	@media (max-width: 767px) {
	  .p-footer #share-footer {
		margin-top: -25px;
		margin-left: -96px; } }
	.p-footer #share-footer .addtoany_list.a2a_kit_size_32 a > span {
	  height: 61px;
	  line-height: 61px;
	  width: 61px; }
	  @media (max-width: 767px) {
		.p-footer #share-footer .addtoany_list.a2a_kit_size_32 a > span {
		  height: 50px;
		  line-height: 50px;
		  width: 50px; } }
	.p-footer #share-footer .addtoany_list a, .p-footer #share-footer .widget .addtoany_list a {
	  padding: 0 7px; }

.p-mainVisual {
padding-top: 47.92%; }
@media (max-width: 767px) {
p-mainVisual {
	padding-top: 86.4%; } }
.p-mainVisual__bulletinBoard {
	background-color: rgba(251, 236, 232, 0.9);
	width: 750px;
	margin: 0 auto;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -160px;
	margin-left: -360px;
	padding: 40px;
	font-size: 18px;
	color: #000;
	border-radius: 20px;
}
    .bulletinBoard_title {
	font-size: 24px;
	color: #da5074; 
    text-align: center; }
	.bulletinBoard_titleTop {
	text-align: center; }
	.bulletinBoard_message {
	font-size: 18px; }
    .bulletinBoard_title--notice {
		color: #da5074; }
	@media (max-width: 1024px) {
		.p-mainVisual__bulletinBoard {
		top: 50%; } }
	@media (max-width: 1000px) {
		.p-mainVisual__bulletinBoard {
		font-size: 14px; 
   	 	width: 700px; } 
	    .bulletinBoard_message {
		font-size: 15px; } }
	@media (max-width: 767px) {
		.p-mainVisual__bulletinBoard {
		display: none; } 
		.bulletinBoard_message {
		font-size: 15px; } }
	.p-mainVisual__bulletinBoard p {
	letter-spacing: 2px;
	line-height: 1.8 ;}
	.p-mainVisual__bulletinBoard a {
	color: #cd4e6f;
	text-decoration: underline; }
/*
	.p-mainVisual__bulletinBoard--sp {
	  display: none;
	  background-color: rgba(251, 236, 232, 0.8);
	  width: 400px;
	  height: auto;
	  margin: 0 auto;
	  margin-top: 14px;
	  margin-left: -50px;
	  margin-bottom: 35px;
	  padding: 10px 0;
	  font-size: 16px; }
	  @media (max-width: 1000px) {
		.p-mainVisual__bulletinBoard--sp {
		  display: block; } }
	  @media (max-width: 767px) {
		.p-mainVisual__bulletinBoard--sp {
		  width: 100%;
		  margin-left: 0;
		  font-size: 14px; } }
*/
.p-mainVisual__bulletinBoard--sp {
	  display: none;
/*
	  width: 400px;
	  height: auto;
	  margin: 0 auto;
	  margin-top: 14px;
	  margin-left: -50px;
	  margin-bottom: 35px;
	  padding: 10px 0;
	font-size: 16px;
*/
	   }
		@media (max-width: 767px) {
		 .p-mainVisual__bulletinBoard--sp {
			display: block;
			width: 100%;
			font-size: 13px;
			padding: 26px;
			margin: 0 30px;
			background-color: #fff; } 
		.bulletinBoard_title {
			font-size: 17px;
			text-align: center;
			margin-bottom: 5px;}}
	  .p-mainVisual__bulletinBoard--sp p {
		line-height: 2; }
	  .p-mainVisual__bulletinBoard--sp a {
		color: #cd4e6f;
		text-decoration: underline; }



.p-welcome {
  background-color: #fbece8;
  text-align: center; }
  /* @media (max-width: 767px) {
	.p-welcome {
	  padding: 16px; } } */
  .p-welcome__message {
	text-align: center;
	padding: 25px 0 10px;
	display: none; }
	@media (max-width: 767px) {
	  .p-welcome__message {
		display: block; } }
	.p-welcome__message h2,
	.p-welcome__message p {
	  font-size: 15px;
	  font-weight: bold;
	  line-height: 1.8; }
	.p-welcome__message .telephone a {
	  font-size: 20px;
	  color: #cd4e6f;
	  text-decoration: underline; }
  .p-welcome img {
	width:  40vw;
	max-width: 884px;
	margin: 0 auto;
	padding: 25px 0; }
	@media (max-width: 767px) {
	  .p-welcome img {
		width: 100%;
		padding: 0; } }

.p-greeting {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  background-color: #fbece8;
  width: 100%;
  padding: 50px 0 0;
}
  @media (max-width: 767px) {
	.p-greeting {
	  flex-direction: column;
	  justify-content: center;
	  align-items: center; 
	  padding: 0; } }
  .p-greeting img {
	margin: 0 30px;	}
	@media (max-width: 767px) {
	  .p-greeting img {
		padding: 20px 35px 0; } }
	.p-greeting img:nth-of-type(1) {
	max-width: 576px;
	height: auto; 
	width: 30%; }
	  @media (max-width: 767px) {
		.p-greeting img:nth-of-type(1) {
		  width: 100%; } }
	.p-greeting img:nth-of-type(2) {
	max-width: 430px;
	height: auto;
	padding-bottom: 20px; 
	width: 23% ;
	}
	  @media (max-width: 767px) {
		.p-greeting img:nth-of-type(2) {
		  display: none;
		  width: 90%; } }
  .p-greeting__accordion {
	background-color: rgba(250, 226, 157, 0.8); }


.p-important__info {
	border: 4px solid #626262;
	border-radius: 7px;
	padding: 1rem 2rem .4em;
	margin: 75px 280px 0; }
	@media (max-width: 1024px) {
	  .p-important__info {
		margin: 75px 100px 0; } }
	@media (max-width: 425px) {
	  .p-important__info {
		margin: 45px 30px 0; } }
.p-important__info--title {
	width: 98%;
	text-align: center;
	margin: .5rem 0 1rem;
	font-size: 25px;
	font-weight: bold;
	display: inline-block;}
	@media (max-width: 768px) {
	  .p-important__info--title {
		font-size: 18px; } }
	@media (max-width: 425px) {
	  .p-important__info--title {
		font-size: 16px; } }

.p-important__info--message {
	font-size: 18px;
	margin: 0.4rem 0;}
	@media (max-width: 768px) {
	  .p-important__info--message {
		font-size: 14px;} }
	@media (max-width: 425px) {
	  .p-important__info--message {
		font-size: 13px; } }




.p-cherry {
  text-align: center;
  padding-top: 100px; }
  @media (max-width: 767px) {
	.p-cherry {
	  display: none; } }

.p-frontPage__cherryPicking {
  margin: 0 auto; }

.details_top {
  position: relative;
  height: 500px; }
/*
  @media (max-width: 1000px) {
	.details_top {
	  height: 600px; } }
*/
  @media (max-width: 767px) {
	.details_top {
	  height: 300px; } }

.p-frontPage__title {
  position: absolute;
  top: 80px;
  left: 50%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-left: -478px; }
  @media (min-width: 768px) and (max-width: 1000px) {
	.p-frontPage__title {
	  left: 0;
	  margin-left: 0; } }
  @media (max-width: 767px) {
	.p-frontPage__title {
	  margin-left: -142.5px; } }

.pink_title {
  margin-right: 100px; }
  @media (max-width: 1000px) {
	.pink_title {
	  width: 40vw;
	  height: auto; } }
  @media (max-width: 767px) {
	.pink_title {
	  display: none; } }
  .pink_title--sp {
	display: none; }
	@media (max-width: 767px) {
	  .pink_title--sp {
		display: block; } }

@media (max-width: 1000px) {
  .cherry_title {
	width: 34vw;
	height: auto; } }

@media (max-width: 767px) {
  .cherry_title {
	display: none; } }

.cherryPicking__pickUp {
  text-align: center;
  position: absolute;
  top: 300px;
  left: 50%;
  width: 300px;
  margin-left: -150px; }
  @media (max-width: 767px) {
	.cherryPicking__pickUp {
	  top: 190px;
	  width: 320px;
	  margin-left: -160px; } }
  .cherryPicking__pickUp img {
	width: 272px;
	height: auto;; }
	@media (max-width: 767px) {
	  .cherryPicking__pickUp img {
		width: 165px; } }

.sentence {
  font-size: 23px;
  line-height: 2; }
  @media (max-width: 767px) {
	.sentence {
	  font-size: 16px; } }

.cherryPicking__details {
  display: flex;
  justify-content: center;
  align-items: flex-end;
/*  height: 810px;*/
  overflow: hidden; }
  @media (max-width: 1000px) {
	.cherryPicking__details {
	  flex-direction: column-reverse;
	  justify-content: space-around;
	  align-items: center;
/*	  height: 1500px;*/
	  overflow: visible; } }
  /* @media (max-width: 767px) {
	.cherryPicking__details {
	  height: 1000px; } } */

.details_left {
  position: relative;
  width: 50%;
  max-width: 540px;
  height: 766px; }
  @media (max-width: 767px) {
	.details_left {
	  width: 100%;
	  max-height: 530px; } }

.circle {
  position: relative;
  width: 100%; }

.circle_large {
  width: 373px;
  height: 373px;
  position: absolute;
  top: 7px;
  left: 14px;
  background-size: contain; }
  @media (min-width: 768px) and (max-width: 1000px) {
	.circle_large {
	  left: -60px; } }
  @media (max-width: 767px) {
	.circle_large {
	  width: 100%;
	  max-width: 342px;
	  height: 342px; } }

.circle_largeText {
  position: absolute;
  top: 80px;
  left: 60px;
  line-height: 1.6; }
  .circle_largeText p {
	font-size: 20px; }
	@media (max-width: 767px) {
	  .circle_largeText p:nth-child(2) {
		letter-spacing: 3px; } }
	.circle_largeText p:nth-child(3) {
	  font-size: 25px;
	  }
	  @media (max-width: 767px) {
		.circle_largeText p:nth-child(3) {
		  letter-spacing: 2px; } }
  .circle_largeText .red_large {
	color: #da5074;
	font-size: 40px; }
	@media (max-width: 767px) {
	  .circle_largeText .red_large {
		font-size: 25px; } }
  .circle_largeText .red_normal {
	color: #da5074; }
  .circle_largeText .black_large {
	font-size: 30px; }
	@media (max-width: 767px) {
	  .circle_largeText .black_large {
		font-size: 25px; } }
  @media (max-width: 767px) {
	.circle_largeText {
	  left: 52%;
	  margin-left: -135px; 
	  text-align: center; }
	  .circle_largeText p:nth-of-type(1) {
		font-size: 17px; }
	  .circle_largeText p:nth-of-type(2) {
		font-size: 20px; }
	  .circle_largeText p:nth-of-type(3) {
		font-size: 25px; } }

.circle_small {
  width: 294px;
  height: 296px;
  position: absolute;
  top: 260px;
  left: 195px;
  background-size: contain; }
  @media (min-width: 768px) and (max-width: 1000px) {
	.circle_small {
	  left: 121px; } }
  @media (max-width: 767px) {
	.circle_small {
	  top: 245px;
	  left: 128px;	
	  width: 69%;
	  max-width: 239px;
	  height: 239px; } }

.circle_smallText {
  position: absolute;
  top: 68px;
  left: 54px;
  height: 120px; }
  @media (max-width: 767px) {
	.circle_smallText {
	  top: 45px; } }
  .circle_smallText p {
	padding: 2px 0; }
	.circle_smallText p:nth-of-type(1) {
	  font-size: 18px; }
	.circle_smallText p:nth-of-type(2), .circle_smallText p:nth-of-type(3) {
	  font-size: 35px; }
	  @media (max-width: 767px) {
		.circle_smallText p:nth-of-type(2), .circle_smallText p:nth-of-type(3) {
		  font-size: 20px;
		  letter-spacing: 3px; } }
	.circle_smallText p:nth-of-type(4) {
	  font-size: 16px;
	  text-align: center; }
  .circle_smallText .red_large {
	color: #da5074; }
  @media (max-width: 767px) {
	.circle_smallText {
	  left: 50%;
	  margin-left: -92px;
	  text-align: center; } }

.square {
  position: relative;
  top: 480px; }
  @media (max-width: 767px) {
	.square {
	  display: none; } }

.square_large {
  width: 233px;
  height: 128px;
  position: absolute;
  top: 42px;
  left: 14px; }
  @media (min-width: 768px) and (max-width: 1000px) {
	.square_large {
	  left: -60px; } }

.square_small {
  width: 233px;
  height: 135px;
  position: absolute;
  top: 151px;
  left: 160px; }
  @media (min-width: 768px) and (max-width: 1000px) {
	.square_small {
	  left: 86px; } }

.square p {
  font-size: 25px;
  line-height: 1.6;
  text-align: center; }

.square_largeText {
  margin: 30px; }

.square_smallText {
  margin: 35px 20px; }

.mark_cherry {
  position: relative; }
  @media (max-width: 767px) {
	.mark_cherry {
	  width: 100%;
	  max-width: 342px; } }

.mark_cherryTop {
  position: absolute;
  top: 172px;
  left: 390px; }
  @media (max-width: 767px) {
	.mark_cherryTop {
	  top: 0;
	  left: 22px; } }

.mark_cherryMiddle {
  position: absolute;
  top: 400px;
  left: 50px; }
  @media (max-width: 767px) {
	.mark_cherryMiddle {
	  top: 0;
	  left: 86%; } }

.mark_cherryBottom {
  position: absolute;
  top: 667px;
  left: 410px; }
  @media (max-width: 767px) {
	.mark_cherryBottom {
	  top: 350px;
	  left: 22px; } }

.mark_cherryBottomSp {
  display: none;
  position: absolute;
  top: 460px;
  left: 86%; }
  @media (max-width: 767px) {
	.mark_cherryBottomSp {
	  display: block; } }

.details_right {
  position: relative;
  width: 45%;
  max-width: 489px;
  height: 624px;
  margin: 0 30px; }
  @media (max-width: 1000px) {
	.details_right {
	  margin: 0; } }
  @media (max-width: 767px) {
	.details_right {
	  width: 306px;
	  height: 388px; } }

.details_2019 {
  position: absolute;
  top: -62px;
  right: -28px;
  width: 191px; }
  @media (max-width: 767px) {
	.details_2019 {
	  width: 124px;
	  top: -38px;
	  left: 202px; } }

.details_bottom {
  margin: 0 auto;
  padding-top: 50px; }
  @media (max-width: 767px) {
	.details_bottom {
	  padding-top: 0; } }

.details_bottom span {
  color: #da5074; }

.details_bottomText {
  max-width: 840px;
  font-size: 19px;
  letter-spacing: 3px;
  margin: 0 auto;
  margin-bottom: 65px;
  line-height: 2; }
  @media (max-width: 767px) {
	.details_bottomText {
	  font-size: 16px;
	  letter-spacing: 3px;
	  line-height: 1.8;
	  margin-bottom: 50px; } }
  .details_bottomText ul,
  .details_bottomText li {
	list-style: initial !important; }
  .details_bottomText ul {
	margin-left: 20px;
	padding: 0 20px; }

.details_bottomBtn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fbece8;
  max-width: 735px;
  margin: 0 auto;
  padding: 30px 40px;
  box-shadow: 0px 3px 6px #999; }
  @media (max-width: 767px) {
	.details_bottomBtn {
	  padding: 0; } }

@media (max-width: 767px) {
  .details_bottomBtn img {
	width: 120px;
	height: 120px;
	padding: 10px; } }

.details_bottomBtnText {
  font-size: 25px;
  letter-spacing: 0.2em;
  text-align: center; }
  @media (max-width: 767px) {
	.details_bottomBtnText {
	  font-size: 16px; } }
  @media (max-width: 767px) {
	.details_bottomBtnText .text--pc {
	  display: none; } }
  .details_bottomBtnText .text--sp {
	display: none; }
	@media (max-width: 767px) {
	  .details_bottomBtnText .text--sp {
		display: block;
		line-height: 1.8; } }

.details_bottomBtnText span {
  font-size: 50px;
  color: #da5074;
  border-bottom: 2px solid #da5074; }
  .details_bottomBtnText span::after {
	content: '→'; }
	@media (max-width: 767px) {
	  .details_bottomBtnText span::after {
		display: none; } }
  @media (max-width: 767px) {
	.details_bottomBtnText span {
	  font-size: 25px;
	  line-height: 1.8; } }

.details_bottomBtnText a {
  text-decoration: none; }

.p-frontPage__cherryShopping {
  margin: 0 auto; }
  .p-frontPage__cherryShopping .details_top {
	height: 550px; }
	@media (max-width: 767px) {
	  .p-frontPage__cherryShopping .details_top {
		height: 320px; } }

.fruits_title {
  margin-top: 40px; }
  @media (max-width: 1000px) {
	.fruits_title {
	  width: 40vw;
	  height: auto; } }
  @media (max-width: 767px) {
	.fruits_title {
	  display: none; } }

.p-frontPage__cherryShopping .sentence {
  text-align: center;
  position: absolute;
  top: 310px;
  left: 50%;
  margin-left: -210px; }
  @media (max-width: 767px) {
	.p-frontPage__cherryShopping .sentence {
	  top: 185px;
	  margin-left: -160px; } }

.shopping_btn {
  overflow: hidden;
  text-align: center; }

.shopping_btn li {
  list-style: none;
  margin: 0 auto;
  padding: 10px 0; }

.shopping_btn a {
  text-decoration: none; }

.caption, .caption--tento, .caption--sakurambo, .caption--syundayori, .caption--kudamono {
  width: 1030px;
  height: 227px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff; }
  @media (max-width: 1000px) {
	.caption, .caption--tento, .caption--sakurambo, .caption--syundayori, .caption--kudamono {
	  width: 100%;
	  background-size: cover; } }
  .caption p, .caption--tento p, .caption--sakurambo p, .caption--syundayori p, .caption--kudamono p {
	font-size: 23px;
	line-height: 1.6;
	letter-spacing: 3px; }
	@media (max-width: 767px) {
	  .caption p, .caption--tento p, .caption--sakurambo p, .caption--syundayori p, .caption--kudamono p {
		font-size: 17px;
		text-align: center; } }
	.caption p .textBr, .caption--tento p .textBr, .caption--sakurambo p .textBr, .caption--syundayori p .textBr, .caption--kudamono p .textBr {
	  display: none; }
	  @media (max-width: 767px) {
		.caption p .textBr, .caption--tento p .textBr, .caption--sakurambo p .textBr, .caption--syundayori p .textBr, .caption--kudamono p .textBr {
		  display: inline; } }
  .caption .btn_title, .caption--tento .btn_title, .caption--sakurambo .btn_title, .caption--syundayori .btn_title, .caption--kudamono .btn_title {
	font-size: 45px; }
	@media (max-width: 767px) {
	  .caption .btn_title, .caption--tento .btn_title, .caption--sakurambo .btn_title, .caption--syundayori .btn_title, .caption--kudamono .btn_title {
		font-size: 41px;
		line-height: 2;
		margin-bottom: 0; } }

.p-frontPage__contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 470px;
  height: 464px;
  padding: 140px 0;
  margin: 0 auto; }
  @media (max-width: 767px) {
	.p-frontPage__contact {
	  width: 100%;
	  height: auto;
	  padding: 40px 50px;
	  margin-top: 48px;
	  background-color: #fbece8; } }

.p-contact__nameContainer {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 24px; }
  @media (max-width: 767px) {
	.p-contact__nameContainer {
	  position: relative; } }
  .p-contact__nameContainer img {
	width: 70px; }
  .p-contact__nameContainer .p-contact__name {
	text-align: left; }
	.p-contact__nameContainer .p-contact__name p:nth-of-type(1) {
	  font-size: 16px; }
	  @media (max-width: 767px) {
		.p-contact__nameContainer .p-contact__name p:nth-of-type(1) {
		  font-size: 14px; } }
	.p-contact__nameContainer .p-contact__name p:nth-of-type(2) {
	  font-size: 26px; }
	  @media (max-width: 767px) {
		.p-contact__nameContainer .p-contact__name p:nth-of-type(2) {
		  font-size: 23px; } }
	  @media screen and (max-width: 320px) {
		.p-contact__nameContainer .p-contact__name p:nth-of-type(2) {
		  font-size: 18px; } }
  .p-contact__nameContainer .p-contact__certification {
	height: 56px;
	text-align: center;
	background-color: #89e395;
	font-size: 12px;
	border-radius: 10px;
	padding: 12px 18px;
	box-shadow: 0px 1px 3px #999; }
	@media (max-width: 767px) {
	  .p-contact__nameContainer .p-contact__certification {
		position: absolute;
		top: -8px;
		right: -7px;
		height: 36px;
		font-size: 8px;
		padding: 2px 2px; } }
	@media screen and (max-width: 320px) {
	  .p-contact__nameContainer .p-contact__certification {
		top: -18px; } }

.p-contact__addressAndNumber {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-size: 19px; }
  @media (max-width: 767px) {
	.p-contact__addressAndNumber {
	  flex-direction: column;
	  justify-content: space-between;
	  height: 184px;
	  background-color: #fff;
	  padding: 18px 27px;
	  box-shadow: 0px 2px 6px #999; } }
  @media (max-width: 767px) {
	.p-contact__addressAndNumber .p-contact__addressContainer {
	  text-align: center; } }
  @media screen and (max-width: 320px) {
	.p-contact__addressAndNumber .p-contact__addressContainer {
	  font-size: 16px; } }
  .p-contact__addressAndNumber .p-contact__addressContainer .p-contact__zipCode {
	line-height: 1.6; }
	.p-contact__addressAndNumber .p-contact__addressContainer .p-contact__zipCode::before {
	  content: '〒';
	  margin-right: 5px; }
  .p-contact__addressAndNumber .p-contact__addressContainer .p-contact__address {
	line-height: 1.6; }
  @media screen and (max-width: 320px) {
	.p-contact__addressAndNumber .p-contact__numberContainer {
	  font-size: 16px; } }
  .p-contact__addressAndNumber .p-contact__numberContainer .p-contact__tel {
	line-height: 1.6;
	color: #333 !important; }
	@media (max-width: 767px) {
	  .p-contact__addressAndNumber .p-contact__numberContainer .p-contact__tel a {
		color: #cd4e6f;
		text-decoration: underline; } }
  .p-contact__addressAndNumber .p-contact__numberContainer .p-contact__fax {
	line-height: 1.6; }

.p-about {
  margin: 0 auto;
  text-align: center; }

.p-about__introduction {
  margin-bottom: 80px; }
  @media (max-width: 767px) {
	.p-about__introduction {
	  margin-bottom: 0; } }

@media screen and (max-width: 480px) {
  .p-title .sentence {
	font-size: 16px;
	line-height: 2; } }

.p-about__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 767px) {
	.p-about__details {
	  background-color: #F8EED1; } }
  .p-about__details img {
	width: 100%;
/*	padding-top: 100px;*/
	order: 2; }
	@media (max-width: 767px) {
	  .p-about__details img {
/*		padding-top: 0;*/
		order: 1; } }
  .p-about__details p {
	font-size: 23px;
	letter-spacing: 2px;
	line-height: 2;
	text-align: center; }
	@media (max-width: 767px) {
	  .p-about__details p {
		font-size: 16px; } }
  @media (max-width: 767px) {
	.p-about__details .p-about__accordionContent {
	  display: none; } }
  .p-about__details .p-about__accordionContent:nth-of-type(1) {
	display: none;
	order: 4; }
	@media (max-width: 767px) {
	  .p-about__details .p-about__accordionContent:nth-of-type(1) {
		padding-top: 0px; } }
  .p-about__details .p-about__accordionContent:nth-of-type(2) {
	order: 3;
	padding-top: 99px; }
	@media (max-width: 767px) {
	  .p-about__details .p-about__accordionContent:nth-of-type(2) {
		padding-top: 0; } }
  .p-about__details .p-about__accordionContent .p-about__accordionItem {
	padding-top: 64px; }
	@media (max-width: 767px) {
	  .p-about__details .p-about__accordionContent .p-about__accordionItem {
		padding-top: 40px; } }
	@media (max-width: 767px) {
	  .p-about__details .p-about__accordionContent .p-about__accordionItem:last-of-type {
		padding-bottom: 40px; } }
  .p-about__details .p-about__accordion--pc {
	display: block;
	order: 5;
	max-width: 828px;
	text-align: center;
	line-height: 72px;
	font-size: 17px;
	background-color: #F8EED1;
	margin-top: 64px;
	margin-bottom: 80px; }
	@media (max-width: 767px) {
	  .p-about__details .p-about__accordion--pc {
		display: none; } }
  .p-about__details .p-about__accordion--sp {
	display: none;
	order: 5;
	text-align: center;
	line-height: 72px;
	font-size: 17px; }
	@media (max-width: 767px) {
	  .p-about__details .p-about__accordion--sp {
		display: block; } }

.p-about__description {
  order: 1;
  padding-top: 24px;
  padding-bottom: 52px; }
  @media (max-width: 767px) {
	.p-about__description {
	  order: 2; } }

.p-about__competition {
  font-size: 18px; }
  @media (max-width: 767px) {
	.p-about__competition {
	  display: none; } }

.p-staff__introduction {
  margin-top: 82px;
  margin-bottom: 150px; }
  @media (max-width: 767px) {
	.p-staff__introduction {
	  margin-top: 27px;
	  margin-bottom: 60px; } }

.p-staff__details {
  margin: 60px 0; }

.p-staff__category {
  margin-bottom: 150px; }

.p-staff__category:nth-child(1) {
  margin-bottom: 100px; }

@media screen and (max-width: 480px) {
  .p-staff__category {
	margin-bottom: 80px; } }

ul {
  list-style: none; }

@media screen and (max-width: 480px) {
  .p-staff__weAre {
	margin-bottom: 30px;
	width: 80%;
	height: 80%; } }

/*-----スタッフ画像--------------------------------*/
/*481px以上の時*/
.p-staff_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 75%;
  margin: 30px auto; }

.p-staff_img--ensyu {
  width: 95%; }

.p-staff_img li img {
  width: 257px;
  height: 257px;
  margin: 8px; }

/*480px以下の時*/
@media screen and (max-width: 767px) {
  .p-staff_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: 95%;
	margin: 0 auto; }
  .p-staff_img li img {
	width: 160px;
	height: 160px;
	margin: 8px; }
  /*-----SP 空リスト表示--------------------------------*/
  .empty_sp {
	display: block;
	width: 160px;
	margin: 8px; }
  /*    .empty_pc {
	display: none;
  }*/ }

/*-----スタッフ画像ここまで--------------------------------*/
/*-----ピンクの箱コメント--------------------------------*/
/*481px以上の時*/
.p-staff_comment {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FBECE8;
  margin: 60px auto;
  padding: 30px 30px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
  font-size: 25px;
  line-height: 1.8;
  width: 60vw; }

.p-staff_comment__cherry {
  display: block;
  margin: 10px; }

/*480px以下の時*/
@media screen and (max-width: 480px) {
  .p-staff_comment__cherry {
	display: none; }
  .p-staff_comment {
	background-color: #FBECE8;
	margin: 30px auto;
	padding: 15px;
	width: 80vw; }
  .p-staff_comment p {
	margin: 0;
	text-align: left;
	font-size: 16px; } }

/*-----ピンクの箱コメントここまで--------------------------------*/
@media (max-width: 767px) {
  .p-cherryPicking__description {
	display: none; } }

.p-cherryPicking .cherryPicking__details {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 780px;
  overflow: hidden; }
  @media (max-width: 1000px) {
	.p-cherryPicking .cherryPicking__details {
	  flex-direction: column-reverse;
	  justify-content: space-around;
	  align-items: center;
	  height: 1500px;
	  overflow: visible; } }
  @media (max-width: 767px) {
	.p-cherryPicking .cherryPicking__details {
	  height: 1000px; } }

.p-cherryPicking .details_left {
  position: relative;
  width: 50%;
  max-width: 540px;
  height: 766px; }
  @media (max-width: 767px) {
	.p-cherryPicking .details_left {
	  width: 100%;
	  max-height: 530px;
	  margin-bottom: 60px; } }

.p-cherryPicking .circle {
  position: relative;
  width: 100%; }

.p-cherryPicking .circle_large {
  width: 351px;
  height: 351px;
  position: absolute;
  top: 7px;
  left: 14px;
  background-size: contain; }
  @media (max-width: 767px) {
	.p-cherryPicking .circle_large {
	  width: 100%;
	  max-width: 342px;
	  height: 342px; } }

.p-cherryPicking .circle_largeText {
  position: absolute;
  top: 80px;
  left: 50px;
  line-height: 1.6; }
  .p-cherryPicking .circle_largeText p {
	font-size: 30px; }
	@media (max-width: 767px) {
	  .p-cherryPicking .circle_largeText p:nth-child(2) {
		letter-spacing: 3px; } }
	.p-cherryPicking .circle_largeText p:nth-child(3) {
	  font-size: 25px;
	   }
	  @media (max-width: 767px) {
		.p-cherryPicking .circle_largeText p:nth-child(3) {
		  letter-spacing: 2px; } }
  .p-cherryPicking .circle_largeText p:nth-of-type(1) {
    font-size: 20px;
      }
  .p-cherryPicking .circle_largeText .red_large {
	color: #DA5074;
	font-size: 40px; }
	@media (max-width: 767px) {
	  .p-cherryPicking .circle_largeText .red_large {
		font-size: 30px; } }
  .p-cherryPicking .circle_largeText .red_normal {
	color: #DA5074; }
  @media (max-width: 767px) {
	.p-cherryPicking .circle_largeText {
	  left: 50%;
	  margin-left: -137.5px; }
	  .p-cherryPicking .circle_largeText p:nth-of-type(1) {
		font-size: 20px; }
	  .p-cherryPicking .circle_largeText p:nth-of-type(2) {
		font-size: 28px; }
	  .p-cherryPicking .circle_largeText p:nth-of-type(3) {
		font-size: 25px; } }

.p-cherryPicking .circle_small {
  width: 296px;
  height: 296px;
  position: absolute;
  top: 260px;
  left: 195px;
  background-size: contain; }
  @media (max-width: 767px) {
	.p-cherryPicking .circle_small {
	  top: 263px;
	  left: 108px;
	  width: 69%;
	  max-width: 239px;
	  height: 239px; } }

.p-cherryPicking .circle_smallText {
  position: absolute;
  top: 70px;
  left: 65px;
  height: 120px; }
  @media (max-width: 767px) {
	.p-cherryPicking .circle_smallText {
	  top: 38px; } }
  .p-cherryPicking .circle_smallText p {
	padding: 2px 0; }
	.p-cherryPicking .circle_smallText p:nth-of-type(1) {
	  font-size: 20px; }
	.p-cherryPicking .circle_smallText p:nth-of-type(2), .p-cherryPicking .circle_smallText p:nth-of-type(3) {
	  font-size: 35px; }
	  @media (max-width: 767px) {
		.p-cherryPicking .circle_smallText p:nth-of-type(2), .p-cherryPicking .circle_smallText p:nth-of-type(3) {
		  font-size: 28px;
		  letter-spacing: 3px; } }
	.p-cherryPicking .circle_smallText p:nth-of-type(4) {
	  font-size: 16px;
	  text-align: center; }
  .p-cherryPicking .circle_smallText .red_large {
	color: #DA5074; }
  @media (max-width: 767px) {
	.p-cherryPicking .circle_smallText {
	  left: 50%;
	  margin-left: -87.5px;
	  text-align: center; } }

.p-cherryPicking .square {
  position: relative;
  top: 480px; }
  @media (max-width: 767px) {
	.p-cherryPicking .square {
	  display: none; } }

.p-cherryPicking .square p {
  font-size: 25px;
  line-height: 1.6;
  text-align: center; }

.p-cherryPicking .square_largeText {
  margin: 30px; }

.p-cherryPicking .square_smallText {
  margin: 35px 20px; }

.p-cherryPicking .square--2019 {
  display: none;
  position: absolute;
  top: 0;
  left: 41px;
  z-index: 100;
  font-size: 25px;
  color: #fff;
  background-color: #CD4E6F;
  padding: 16px 20px;
  border-radius: 10px; }
  @media (max-width: 767px) {
	.p-cherryPicking .square--2019 {
	  display: block; } }

.p-cherryPicking .mark_cherry {
  position: relative; }
  @media (max-width: 767px) {
	.p-cherryPicking .mark_cherry {
	  width: 100%;
	  max-width: 342px; } }

.p-cherryPicking .mark_cherryTop {
  position: absolute;
  top: 172px;
  left: 390px; }
  @media (max-width: 767px) {
	.p-cherryPicking .mark_cherryTop {
	  display: none; } }

.p-cherryPicking .mark_cherryMiddle {
  position: absolute;
  top: 400px;
  left: 50px; }
  @media (max-width: 767px) {
	.p-cherryPicking .mark_cherryMiddle {
	  top: 0;
	  left: 86%; } }

.p-cherryPicking .mark_cherryBottom {
  position: absolute;
  top: 667px;
  left: 410px; }
  @media (max-width: 767px) {
	.p-cherryPicking .mark_cherryBottom {
	  top: 350px;
	  left: 22px; } }

.p-cherryPicking .mark_cherryBottomSp {
  display: none;
  position: absolute;
  top: 470px;
  left: 86%; }
  @media (max-width: 767px) {
	.p-cherryPicking .mark_cherryBottomSp {
	  display: block; } }

.p-cherryPicking .details_right {
  position: relative;
  width: 45%;
  max-width: 489px;
  height: 624px;
  margin: 0 30px; }
  @media (max-width: 1000px) {
	.p-cherryPicking .details_right {
	  margin: 0; } }
  @media (max-width: 767px) {
	.p-cherryPicking .details_right {
	  position: static;
	  width: 100%;
	  height: 478px; } }

.p-cherryPicking .details_2019 {
  position: absolute;
  top: -62px;
  right: -28px;
  width: 191px; }
  @media (max-width: 767px) {
	.p-cherryPicking .details_2019 {
	  display: none; } }

.p-cherryPicking .details_message {
  display: none;
  width: 100%;
  padding: 49px 0 34px;
  margin: 0 auto;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center; }
  @media (max-width: 767px) {
	.p-cherryPicking .details_message {
	  display: block; } }

.p-cherryPicking .details_bottom {
  margin: 0 auto;
  padding-top: 60px; }
  @media (max-width: 767px) {
	.p-cherryPicking .details_bottom {
	  padding-top: 0px;
	  padding-bottom: 50px; } }
  .p-cherryPicking .details_bottom .bottom_text {
	font-size: 23px;
	letter-spacing: 3px;
	line-height: 2;
	text-align: center;
	padding-top: 82px; }
	@media (max-width: 1000px) {
	  .p-cherryPicking .details_bottom .bottom_text {
		padding-bottom: 82px; } }
	@media (max-width: 767px) {
	  .p-cherryPicking .details_bottom .bottom_text {
		display: none; } }
	.p-cherryPicking .details_bottom .bottom_text p {
	  display: inline-block;
	  text-align: left; }

.p-cherryPicking .details_bottom span {
  color: #DA5074; }

.p-cherryPicking .details_bottomText {
  max-width: 840px;
  font-size: 19px;
  letter-spacing: 3px;
  margin: 0 auto;
  margin-bottom: 145px;
  line-height: 2; }
  @media (max-width: 767px) {
	.p-cherryPicking .details_bottomText {
	  font-size: 16px;
	  letter-spacing: 3px;
	  line-height: 1.8;
	  margin-bottom: 50px; } }
  .p-cherryPicking .details_bottomText ul, .p-cherryPicking .details_bottomText li {
	list-style: initial !important; }
  .p-cherryPicking .details_bottomText ul {
	margin-left: 20px;
	padding: 0 20px; }

.p-cherryPicking .details_bottomBtn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #FBECE8;
  max-width: 735px;
  margin: 0 auto;
  padding: 30px 40px;
  box-shadow: 0px 3px 6px #999; }
  @media (max-width: 767px) {
	.p-cherryPicking .details_bottomBtn {
	  padding: 0; } }

@media (max-width: 767px) {
  .p-cherryPicking .details_bottomBtn img {
	width: 120px;
	height: 120px;
	padding: 10px; } }

.p-cherryPicking .details_bottomBtnText {
  font-size: 25px;
  letter-spacing: 0.2em;
  text-align: center; }
  @media (max-width: 767px) {
	.p-cherryPicking .details_bottomBtnText {
	  font-size: 16px; } }
  @media (max-width: 767px) {
	.p-cherryPicking .details_bottomBtnText .text--pc {
	  display: none; } }
  .p-cherryPicking .details_bottomBtnText .text--sp {
	display: none; }
	@media (max-width: 767px) {
	  .p-cherryPicking .details_bottomBtnText .text--sp {
		display: block;
		line-height: 1.8; } }

.p-cherryPicking .details_bottomBtnText span {
  font-size: 50px;
  color: #DA5074;
  border-bottom: 2px solid #DA5074; }
  .p-cherryPicking .details_bottomBtnText span::after {
	content: "→"; }
	@media (max-width: 767px) {
	  .p-cherryPicking .details_bottomBtnText span::after {
		display: none; } }
  @media (max-width: 767px) {
	.p-cherryPicking .details_bottomBtnText span {
	  font-size: 25px;
	  line-height: 1.8; } }

.p-cherryPicking .details_bottomBtnText a {
  text-decoration: none; }

.caption--tento .textBr {
  display: none; }
  @media (max-width: 767px) {
	.caption--tento .textBr {
	  display: inline; } }

.btn_title {
  font-weight: 800; }

.bottom_text {
  font-size: 1.2em; }

.p-cherryPicking__coupon {
  background-color: #FBECE8;
  width: 100%;
  height: 833px;
  position: relative;
  margin: 150px auto 0;
  z-index: 0; }
  @media (max-width: 1000px) {
	.p-cherryPicking__coupon {
	  height: auto;
	  margin: 0 auto;
	  text-align: center; } }
  .p-cherryPicking__coupon .p-cherryPicking__tapestry--pc {
	width: 596px; }
	@media (max-width: 1000px) {
	  .p-cherryPicking__coupon .p-cherryPicking__tapestry--pc {
		display: none; } }

.p-cherryPicking__tapestry--sp {
  display: none;
  text-align: center;
  margin: 0 auto;
  padding-top: 58px; }
  .p-cherryPicking__tapestry--sp p {
	font-size: 23px;
	letter-spacing: 3px;
	padding: 20px; }
  @media (max-width: 1000px) {
	.p-cherryPicking__tapestry--sp {
	  display: block; } }

.p-coupon {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -200px; }
  @media (max-width: 1000px) {
	.p-coupon {
	  position: static;
	  margin-left: 0; } }
  .p-coupon__message, .p-coupon__message--pc, .p-coupon__message--sp {
	margin: 0 auto;
	text-align: center; }
	.p-coupon__message--pc {
	  font-size: 20px;
	  letter-spacing: 2px;
	  line-height: 1.6;
	  padding: 36px 0; }
	  @media (max-width: 1000px) {
		.p-coupon__message--pc {
		  display: none; } }
	.p-coupon__message--sp {
	  display: none;
	  width: 70%;
	  font-size: 16px;
	  padding: 44px 0; }
	  @media (max-width: 1000px) {
		.p-coupon__message--sp {
		  display: block; } }
  .p-coupon__image {
	width: 401px; }
	@media (max-width: 1000px) {
	  .p-coupon__image {
		width: 309px;
		padding-bottom: 33px; } }

.p-discount, .p-discount--left, .p-discount--right {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 307px;
  height: 307px; }
  @media (max-width: 1000px) {
	.p-discount, .p-discount--left, .p-discount--right {
	  position: static; } }
  .p-discount p, .p-discount--left p, .p-discount--right p {
	line-height: 1.8; }
	.p-discount p:nth-of-type(1), .p-discount--left p:nth-of-type(1), .p-discount--right p:nth-of-type(1) {
	  font-size: 17px;
	  padding-bottom: 30px; }
	.p-discount p:nth-of-type(2), .p-discount--left p:nth-of-type(2), .p-discount--right p:nth-of-type(2) {
	  font-size: 26px;
	  color: #DA5074; }
	  .p-discount p:nth-of-type(2)::before, .p-discount--left p:nth-of-type(2)::before, .p-discount--right p:nth-of-type(2)::before {
		content: "→";
		margin-right: 8px; }
  .p-discount--left {
	top: 460px;
	left: 20px; }
  .p-discount--right {
	top: 150px;
	right: 20px;
	z-index: -1; }

.p-notice {
  position: absolute;
  top: 500px;
  right: 50px; }
  @media (max-width: 1000px) {
	.p-notice {
	  position: static; } }
  .p-notice p {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.8;
	padding-bottom: 24px; }
	@media (max-width: 1000px) {
	  .p-notice p {
		padding: 37px 0; } }
	.p-notice p::before {
	  content: "※";
	  margin-right: 4px; }
	@media (max-width: 1000px) {
	  .p-notice p:nth-of-type(1) {
		display: none; } }

.p-cherryPicking__cherryBreed {
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 767px) {
	.p-cherryPicking__cherryBreed {
	  padding: 45px 0 0; } }

.cherryBreed__breed ul {
  height: 630px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 30px auto;
  justify-content: space-around; }
  @media (min-width: 768px) and (max-width: 1000px) {
	.cherryBreed__breed ul {
	  height: auto; } }
  @media (max-width: 767px) {
	.cherryBreed__breed ul {
	  display: none; } }

.cherryBreed__breed li {
  display: flex;
  justify-content: center;
  flex: row;
  align-items: flex-start;
  margin: 30px 0;
  list-style: none; }

.breed_caption {
  text-align: left;
  margin: 0 30px;
  padding-top: 40px; }
  @media (max-width: 767px) {
	.breed_caption {
	  text-align: center;
	  margin: 0 auto;
	  padding-top: 30px; } }

.breed_caption p:nth-child(2) {
  font-size: 12px; }
  @media (max-width: 767px) {
	.breed_caption p:nth-child(2) {
	  font-size: 16px; } }

.breed_caption p:nth-child(3) {
  font-size: 12px;
  color: #DA5074; }
  @media (max-width: 767px) {
	.breed_caption p:nth-child(3) {
	  font-size: 16px;
	  padding: 8px 0; } }

.breed_title {
  font-size: 25px; }
  @media (max-width: 767px) {
	.breed_title {
	  font-size: 30px; } }

.swiper-container {
  display: none; }
  @media (max-width: 767px) {
	.swiper-container {
	  display: block; } }

.p-cherryPicking__contact--pc {
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px;
  width: 80%;
  height: 980px;
  margin: 140px auto;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1000px) {
	.p-cherryPicking__contact--pc {
	  height: 680px; } }
  @media (max-width: 767px) {
	.p-cherryPicking__contact--pc {
	  display: none; } }
  .p-cherryPicking__contact--pc img {
	width: 100%; }

.cherry_tableTitle {
  font-size: 2.5em;
  padding-top: 50px; }

.contact_caption {
  text-align: center; }

.contact_caption p {
  font-size: 18px;
  margin: 55px auto; }

.tel {
  line-height: 0.5;
  letter-spacing: 8;
  margin-bottom: 30px; }

.contact_caption span {
  color: #DA5074;
  font-size: 28px;
  letter-spacing: 2px;
  text-decoration: underline; }

.p-cherryPicking__contact--sp {
  display: none;
  background-color: #FBECE8;
  text-align: center; }
  @media (max-width: 767px) {
	.p-cherryPicking__contact--sp {
	  display: block; } }

.p-cherryPicking__timing {
  padding-top: 44px; }
  .p-cherryPicking__timing p {
	color: #CD4E6F; }
	.p-cherryPicking__timing p::before {
	  content: "●";
	  margin-right: 2px; }
  .p-cherryPicking__timing img {
	width: 100%;
	padding-bottom: 40px; }

.p-cherryPicking__comparison {
  display: none;
  padding-top: 44px; }
  .p-cherryPicking__comparison p {
	color: #CD4E6F; }
	.p-cherryPicking__comparison p::before {
	  content: "●";
	  margin-right: 2px; }
  .p-cherryPicking__comparison img {
	width: 100%;
	padding-top: 22px; }

.p-cherryPicking__notice {
  background-color: #fff;
  padding: 48px 0 30px; }
  .p-cherryPicking__notice p {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1.6; }
	@media (max-width: 767px) {
	  .p-cherryPicking__notice p {
		width: 68.6%;
		text-align: left; } }

.p-cherryPicking__accordion {
  background-color: #F8D9D2; }

.p-shoppingTop {
  margin: 0 auto;
  text-align: center; }
  .p-shoppingTop .p-shoppingTop__shoppingBtn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	height: 844px;
	margin: 110px 0 210px; }
	@media (max-width: 767px) {
	  .p-shoppingTop .p-shoppingTop__shoppingBtn {
		height: auto;
		margin: 0 0 100px; } }
  .p-shoppingTop .p-shoppingTop__shoppingBtn li {
	list-style: none; }
  .p-shoppingTop .p-shoppingTop__shoppingBtn a {
	text-decoration: none; }
  .p-shoppingTop .caption, .p-shoppingTop .caption--tento, .p-shoppingTop .caption--sakurambo, .p-shoppingTop .caption--syundayori, .p-shoppingTop .caption--kudamono {
	position: relative;
	width: 501px;
	height: 422px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #ffffff;
	font-size: 51px;
	font-weight: 100; }
	@media (max-width: 767px) {
	  .p-shoppingTop .caption, .p-shoppingTop .caption--tento, .p-shoppingTop .caption--sakurambo, .p-shoppingTop .caption--syundayori, .p-shoppingTop .caption--kudamono {
		width: 100vw;
		height: 227px;
		padding: 10px 0;
		font-size: 41px; } }
	.p-shoppingTop .caption--tento:hover .caption__bg--tento {
	  background-color: #fff;
	  opacity: .3; }
	  @media (max-width: 1000px) {
		.p-shoppingTop .caption--tento:hover .caption__bg--tento {
		  opacity: 1; } }
	.p-shoppingTop .caption--tento .btn_title {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  width: 100%;
	  margin: auto;
	  z-index: 100;
	  display: flex;
	  justify-content: center;
	  align-items: center; }
	  @media (max-width: 767px) {
		.p-shoppingTop .caption--tento .btn_title {
		  top: 56px;
		  bottom: auto; } }
	.p-shoppingTop .caption--sakurambo:hover .caption__bg--sakurambo {
	  background-color: #fff;
	  opacity: .3; }
	  @media (max-width: 1000px) {
		.p-shoppingTop .caption--sakurambo:hover .caption__bg--sakurambo {
		  opacity: 1; } }
	.p-shoppingTop .caption--sakurambo .btn_title {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  width: 100%;
	  margin: auto;
	  z-index: 100;
	  display: flex;
	  justify-content: center;
	  align-items: center; }
	  @media (max-width: 767px) {
		.p-shoppingTop .caption--sakurambo .btn_title {
		  top: 56px;
		  bottom: auto; } }
	.p-shoppingTop .caption--syundayori:hover .caption__bg--syundayori {
	  background-color: #fff;
	  opacity: .3; }
	  @media (max-width: 1000px) {
		.p-shoppingTop .caption--syundayori:hover .caption__bg--syundayori {
		  opacity: 1; } }
	.p-shoppingTop .caption--syundayori .btn_title {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  width: 100%;
	  margin: auto;
	  z-index: 100;
	  display: flex;
	  justify-content: center;
	  align-items: center; }
	  @media (max-width: 767px) {
		.p-shoppingTop .caption--syundayori .btn_title {
		  top: 56px;
		  bottom: auto; } }
	.p-shoppingTop .caption--kudamono:hover .caption__bg--kudamono {
	  background-color: #fff;
	  opacity: .3; }
	  @media (max-width: 1000px) {
		.p-shoppingTop .caption--kudamono:hover .caption__bg--kudamono {
		  opacity: 1; } }
	.p-shoppingTop .caption--kudamono .btn_title {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  width: 100%;
	  margin: auto;
	  z-index: 100;
	  display: flex;
	  justify-content: center;
	  align-items: center; }
	  @media (max-width: 767px) {
		.p-shoppingTop .caption--kudamono .btn_title {
		  top: 56px;
		  bottom: auto; } }
  .p-shoppingTop .caption__bg, .p-shoppingTop .caption__bg--tento, .p-shoppingTop .caption__bg--sakurambo, .p-shoppingTop .caption__bg--syundayori, .p-shoppingTop .caption__bg--kudamono {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	width: 100%;
	height: 100%; }
	@media (max-width: 767px) {
	  .p-shoppingTop .caption__bg, .p-shoppingTop .caption__bg--tento, .p-shoppingTop .caption__bg--sakurambo, .p-shoppingTop .caption__bg--syundayori, .p-shoppingTop .caption__bg--kudamono {
		position: static;
		background-position: center; } }
  .p-shoppingTop .btn_title {
	z-index: 1000; }
  .p-shoppingTop li a .btnTitle {
	display: inline; }
  .p-shoppingTop li a:hover .btnTitle {
	display: none; }
	@media (max-width: 1000px) {
	  .p-shoppingTop li a:hover .btnTitle {
		display: inline; } }
  .p-shoppingTop li a .btnCaption {
	display: none;
	font-size: 5px; }
  .p-shoppingTop li a:hover .btnCaption {
	display: inline;
	font-size: 30px;
	color: #000000;
	line-height: 2;
	text-align: left;
	z-index: 1000; }
	@media (max-width: 1000px) {
	  .p-shoppingTop li a:hover .btnCaption {
		display: none; } }
  .p-shoppingTop li a .redCaption {
	color: #DA5074;
	font-size: 30px; }
  .p-shoppingTop .btnCaption--sp {
	display: none;
	color: #fff;
	font-size: 17px;
	position: absolute;
	top: 141px; }
	@media (max-width: 767px) {
	  .p-shoppingTop .btnCaption--sp {
		display: block; } }

.p-shoppingSingle {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  .p-shoppingSingle__menuTab {
	padding-top: 51px; }
	@media (max-width: 767px) {
	  .p-shoppingSingle__menuTab {
		display: none; } }
	.p-shoppingSingle__menuTab .p-shoppingTabs {
	  display: flex;
	  justify-content: flex-start;
	  align-items: flex-end;
	  margin: 0 auto; }
	  .p-shoppingSingle__menuTab .p-shoppingTabs .p-shoppingTab {
		width: 172px;
		font-size: 20px;
		color: rgba(0, 0, 0, 0.5);
		text-align: center;
		padding: 30px 0 22px;
		border-radius: 10px 10px 0 0;
		font-family: 'Hannotate SC', 'Kosugi Maru', sans-serif;
		font-weight: bold; }
		.p-shoppingSingle__menuTab .p-shoppingTabs .p-shoppingTab--selected {
		  color: #fff;
		  box-shadow: 6px 3px 5px rgba(0, 0, 0, 0.28); }
		.p-shoppingSingle__menuTab .p-shoppingTabs .p-shoppingTab:nth-of-type(1) {
		  background-color: #89E395; }
		.p-shoppingSingle__menuTab .p-shoppingTabs .p-shoppingTab:nth-of-type(2) {
		  background-color: #FBECE8; }
		.p-shoppingSingle__menuTab .p-shoppingTabs .p-shoppingTab:nth-of-type(3) {
		  background-color: #F8EED1; }
		.p-shoppingSingle__menuTab .p-shoppingTabs .p-shoppingTab:nth-of-type(4) {
		  background-color: #DDE4E7; }
  .p-shoppingSingle__title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 356px;
	background-size: cover;
	background-position: center 58%;
	margin: 0 auto;
	font-size: 60px;
	color: #fff; }
	@media (max-width: 767px) {
	  .p-shoppingSingle__title {
		height: 227px;
		font-size: 41px;
		margin-top: 56px; } }
  .p-shoppingSingle__description {
	text-align: center;
	font-size: 28px;
	line-height: 1.6;
	letter-spacing: 2px;
	margin: 0 auto;
	padding-top: 104px;
    padding-bottom: 50px; }
	@media (max-width: 767px) {
	  .p-shoppingSingle__description {
		position: relative;
		font-size: 16px;
		padding-top: 52px;
		padding-bottom: 77px;
		background-color: #FBECE8; }
		.p-shoppingSingle__description::after {
		  content: "↓";
		  position: absolute;
		  bottom: 36px;
		  left: 50%;
		  margin-left: -15px; } }
	.p-shoppingSingle__description--red {
	  color: #DA5074; }
	.p-shoppingSingle__description--kudamono {
	  padding-bottom: 113px; }
  .p-shoppingSingle__subDescription, .p-shoppingSingle__subDescription--packing, .p-shoppingSingle__subDescription--syundayori {
	margin: 0 auto;
	padding-top: 98px;
	text-align: center;
	font-size: 23px;
	line-height: 1.6; }
	.p-shoppingSingle__subDescription--packing {
	  padding-bottom: 148px; }
	  @media (max-width: 767px) {
		.p-shoppingSingle__subDescription--packing {
		  font-size: 16px;
		  padding-top: 0;
		  padding-bottom: 0; } }
	.p-shoppingSingle__subDescription--syundayori {
	  padding-bottom: 160px; }
	  @media (max-width: 767px) {
		.p-shoppingSingle__subDescription--syundayori {
		  display: none; } }

.p-shoppingSingle__subTitle, .p-shoppingSingle__subTitle--tento, .p-shoppingSingle__subTitle--sakurambo, .p-shoppingSingle__subTitle--syundayori, .p-shoppingSingle__subTitle--kudamono, .p-shoppingSingle__subTitle--course {
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  line-height: 1.6; }
  @media (max-width: 767px) {
	.p-shoppingSingle__subTitle, .p-shoppingSingle__subTitle--tento, .p-shoppingSingle__subTitle--sakurambo, .p-shoppingSingle__subTitle--syundayori, .p-shoppingSingle__subTitle--kudamono, .p-shoppingSingle__subTitle--course {
	  font-size: 30px; } }
  .p-shoppingSingle__subTitle--tento {
	order: 2; }
	@media (max-width: 767px) {
	  .p-shoppingSingle__subTitle--tento {
		order: 1; } }
  /* @media (max-width: 767px) {
	.p-shoppingSingle__subTitle--sakurambo {
	  padding-top: 65px; } } */
  .p-shoppingSingle__subTitle--syundayori {
	display: none; }
	@media (max-width: 767px) {
	  .p-shoppingSingle__subTitle--syundayori {
		display: block;
		padding-top: 65px; } }
  @media (max-width: 767px) {
	.p-shoppingSingle__subTitle--kudamono {
	  display: block;
	  padding-top: 65px; } }
  .p-shoppingSingle__subTitle--course {
	width: 83.1vw;
	max-width: 997px;
	text-align: left;
	padding-bottom: 31px; }
	@media (max-width: 767px) {
	  .p-shoppingSingle__subTitle--course {
		width: 100%;
		font-size: 20px;
		text-align: center;
		padding-bottom: 15px; } }
	.p-shoppingSingle__subTitle--course::before {
	  content: "★"; }
	.p-shoppingSingle__subTitle--course:nth-of-type(2) {
	  order: 1; }
	  @media (max-width: 767px) {
		.p-shoppingSingle__subTitle--course:nth-of-type(2) {
		  order: 2; } }
	.p-shoppingSingle__subTitle--course:nth-of-type(3) {
	  order: 3; }
	  @media (max-width: 767px) {
		.p-shoppingSingle__subTitle--course:nth-of-type(3) {
		  order: 4; } }
	.p-shoppingSingle__subTitle--course .p-text--sm {
	  font-size: 30px; }
	  @media (max-width: 767px) {
		.p-shoppingSingle__subTitle--course .p-text--sm {
		  font-size: 16px; } }

@media (max-width: 767px) {
  .p-shoppingSingle__content--tento {
	padding-top: 65px; } }

.p-shoppingSingle__content--sakurambo {
  padding-bottom: 216px; }
  @media (max-width: 767px) {
	.p-shoppingSingle__content--sakurambo {
	  padding-bottom: 83px; 
	  padding-top: 50px; } }

.p-shoppingSingle__content--syundayori {
  padding-bottom: 216px; }
  @media (max-width: 767px) {
	.p-shoppingSingle__content--syundayori {
	  padding-bottom: 83px; } }

@media (max-width: 767px) {
  .p-tentoWrapper {
	display: flex;
	flex-direction: column;
	align-items: center; } }

.p-packing {
  text-align: center;
  order: 1; }
  @media (max-width: 767px) {
	.p-packing {
	  padding-bottom: 87px;
	  order: 3; } }
  .p-packing .p-packing__img {
	display: none;
	width: 293px;
	height: 327px;
	margin: 0 auto;
	padding: 59px 0 64px; }
	@media (max-width: 767px) {
	  .p-packing .p-packing__img {
		display: block; } }

.p-tento {
  padding-top: 130px;
  padding-bottom: 137px;
  order: 3; }
  @media (max-width: 767px) {
	.p-tento {
	  width: 100%;
	  padding-top: 65px;
	  padding-bottom: 0;
	  order: 2; } }
  .p-tento__item {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 97px; }
	@media (max-width: 767px) {
	  .p-tento__item {
		flex-direction: column;
		align-items: center; }
		.p-tento__item:nth-of-type(2) {
		  padding-bottom: 0; } }
	.p-tento__item .p-tento__img {
	  padding-right: 83px; }
	  @media (max-width: 767px) {
		.p-tento__item .p-tento__img {
		  width: 300px;
		  height: auto;
		  padding-right: 0; } }
	.p-tento__item .p-tento__description {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: flex-start;
	  width: 580px; }
	  @media (max-width: 767px) {
		.p-tento__item .p-tento__description {
		  width: 100%;
		  align-items: center; } }
	  @media (max-width: 767px) {
		.p-tento__item .p-tento__description .p-nameContainer {
		  text-align: center; } }
	  .p-tento__item .p-tento__description .p-nameContainer .p-name {
		font-size: 28px; }
		@media (max-width: 767px) {
		  .p-tento__item .p-tento__description .p-nameContainer .p-name {
			font-size: 16px;
			padding-top: 32px;
			letter-spacing: 2px; } }
		.p-tento__item .p-tento__description .p-nameContainer .p-name--satonishiki {
		  position: relative;
		  font-size: 40px;
		  color: #DA5074;
		  padding-right: 30px; }
		  @media (max-width: 767px) {
			.p-tento__item .p-tento__description .p-nameContainer .p-name--satonishiki {
			  padding-right: 0; } }
		  .p-tento__item .p-tento__description .p-nameContainer .p-name--satonishiki::before {
			content: "さとうにしき";
			font-size: 17px;
			position: absolute;
			top: -24px;
			left: 10px; }
		.p-tento__item .p-tento__description .p-nameContainer .p-name--benisyuuhou {
		  position: relative;
		  font-size: 40px;
		  color: #DA5074;
		  padding-right: 30px; }
		  @media (max-width: 767px) {
			.p-tento__item .p-tento__description .p-nameContainer .p-name--benisyuuhou {
			  padding-right: 0; } }
		  .p-tento__item .p-tento__description .p-nameContainer .p-name--benisyuuhou::before {
			content: "べにしゅうほう";
			font-size: 17px;
			position: absolute;
			top: -24px;
			left: -8px; }
		.p-tento__item .p-tento__description .p-nameContainer .p-name--sm {
		  font-size: 23px; }
		  @media (max-width: 767px) {
			.p-tento__item .p-tento__description .p-nameContainer .p-name--sm {
			  font-size: 14px;
			  padding-top: 24px;
			  line-height: 2;
			  letter-spacing: 1px; } }
	  .p-tento__item .p-tento__description .p-priceTable {
		background-color: #FBECE8;
		font-size: 28px;
		margin-top: 19px;
		box-shadow: 2px 2px 6px #999;
		width: 580px; }
		@media (max-width: 767px) {
		  .p-tento__item .p-tento__description .p-priceTable {
			width: 100%;
			font-size: 20px;
			margin-top: 34px; } }
		@media (max-width: 767px) {
		  .p-tento__item .p-tento__description .p-priceTable__text--small {
			font-size: 14px;
			font-weight: normal; } }
		.p-tento__item .p-tento__description .p-priceTable__text--indent {
		  margin-left: 28px; }
		@media (max-width: 767px) {
		  .p-tento__item .p-tento__description .p-priceTable tr {
			display: flex;
			flex-direction: column;
			align-items: center; } }
		@media (max-width: 767px) {
		  .p-tento__item .p-tento__description .p-priceTable tr:nth-of-type(1) {
			padding: 37px 0 26px; } }
		@media (max-width: 767px) {
		  .p-tento__item .p-tento__description .p-priceTable tr:nth-of-type(2) {
			padding: 0 0 26px; } }
		@media (max-width: 767px) {
		  .p-tento__item .p-tento__description .p-priceTable tr:nth-of-type(3) {
			padding: 0 0 37px; } }
		.p-tento__item .p-tento__description .p-priceTable tr td {
		  padding: 24px; }
		  @media (max-width: 767px) {
			.p-tento__item .p-tento__description .p-priceTable tr td {
			  padding: 0;
			  text-align: center; } }
		  .p-tento__item .p-tento__description .p-priceTable tr td:nth-of-type(1)::before {
			content: "◎"; }
			@media (max-width: 767px) {
			  .p-tento__item .p-tento__description .p-priceTable tr td:nth-of-type(1)::before {
				content: ""; } }
		  @media (max-width: 767px) {
			.p-tento__item .p-tento__description .p-priceTable tr td:nth-of-type(2) {
			  padding-top: 20px; } }
		.p-tento__item .p-tento__description .p-priceTable .p-littleCherry, .p-tento__item .p-tento__description .p-priceTable .p-littleCherry--left, .p-tento__item .p-tento__description .p-priceTable .p-littleCherry--right {
		  display: none;
		  position: relative;
		  bottom: 4px; }
		  @media (max-width: 767px) {
			.p-tento__item .p-tento__description .p-priceTable .p-littleCherry, .p-tento__item .p-tento__description .p-priceTable .p-littleCherry--left, .p-tento__item .p-tento__description .p-priceTable .p-littleCherry--right {
			  display: inline; } }
		  .p-tento__item .p-tento__description .p-priceTable .p-littleCherry--left {
			padding-right: 14px; }
		  .p-tento__item .p-tento__description .p-priceTable .p-littleCherry--right {
			padding-left: 14px; }

.p-juice {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 124px 0 180px; }
  @media (max-width: 767px) {
	.p-juice {
	  flex-direction: column;
	  align-items: center;
	  padding: 66px 0 42px; } }
  .p-juice__img {
	order: 2; }
	@media (max-width: 767px) {
	  .p-juice__img {
		width: 204px;
		height: 296px;
		order: 1;
		padding-bottom: 35px; } }
  .p-juice__description, .p-juice__description--pear, .p-juice__description--apple {
	width: 274px;
	height: 296px;
	font-size: 30px;
	padding-top: 50px;
	text-align: center;
	box-shadow: 2px 2px 6px #999; }
	@media (max-width: 767px) {
	  .p-juice__description, .p-juice__description--pear, .p-juice__description--apple {
		width: 100%;
		height: 229px;
		padding: 25px 0 0; } }
	@media (max-width: 767px) {
	  .p-juice__description p:nth-of-type(1), .p-juice__description--pear p:nth-of-type(1), .p-juice__description--apple p:nth-of-type(1) {
		width: 100%;
		font-size: 23px; } }
	@media (max-width: 767px) {
	  .p-juice__description p:nth-of-type(2), .p-juice__description--pear p:nth-of-type(2), .p-juice__description--apple p:nth-of-type(2) {
		width: 100%;
		font-weight: normal;
		text-align: left;
		font-size: 18px;
		padding: 40px 50px 0;
		text-indent: 10px; } }
	@media (max-width: 767px) {
	  .p-juice__description p:nth-of-type(3), .p-juice__description--pear p:nth-of-type(3), .p-juice__description--apple p:nth-of-type(3) {
		display: inline-block;
		width: 20%;
		font-weight: normal;
		text-align: left;
		font-size: 18px;
		padding-left: 50px; } }
	@media (max-width: 767px) {
	  .p-juice__description p:nth-of-type(4), .p-juice__description--pear p:nth-of-type(4), .p-juice__description--apple p:nth-of-type(4) {
		display: inline-block;
		width: 70%;
		text-align: right;
		font-size: 20px;
		padding-right: 50px; } }
	.p-juice__description--pear {
	  order: 1;
	  background-color: #F8EED1; }
	  @media (max-width: 767px) {
		.p-juice__description--pear {
		  order: 2;
		  box-shadow: 0 0 0 #999; } }
	.p-juice__description--apple {
	  order: 3;
	  background-color: #FBECE8; }
	  @media (max-width: 767px) {
		.p-juice__description--apple {
		  order: 3;
		  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); } }
	  .p-juice__description--apple p:nth-of-type(4) {
		position: relative;
		bottom: -42px; }
		@media (max-width: 767px) {
		  .p-juice__description--apple p:nth-of-type(4) {
			bottom: auto; } }

.p-others {
  width: 83.75vw;
  max-width: 1005px;
  background-color: #D4EDE0;
  font-size: 28px;
  margin: 0 auto;
  margin-top: 49px;
  margin-bottom: 183px;
  box-shadow: 2px 2px 6px #999; }
  @media (max-width: 767px) {
	.p-others {
	  width: 100%;
	  margin-top: 27px;
	  margin-bottom: 64px; } }
  @media (max-width: 767px) {
	.p-others tr {
	  display: flex;
	  flex-flow: row wrap;
	  padding: 0 36px; } }
  @media (max-width: 320px) {
	.p-others tr {
	  padding: 0 10px; } }
  .p-others tr:nth-of-type(1) td:nth-of-type(1) {
	position: relative;
	top: -20px; }
	@media (max-width: 767px) {
	  .p-others tr:nth-of-type(1) td:nth-of-type(1) {
		top: auto; } }
  .p-others tr:nth-of-type(1) td:nth-of-type(3) {
	position: relative;
	bottom: -20px; }
  .p-others tr:nth-of-type(3) td:nth-of-type(1) {
	position: relative;
	top: -20px; }
  .p-others tr td {
	padding: 24px; }
	@media (max-width: 767px) {
	  .p-others tr td {
		padding: 24px 0; } }
	.p-others tr td:nth-of-type(1)::before {
	  content: "◎"; }
	@media (max-width: 767px) {
	  .p-others tr td:nth-of-type(1) {
		font-size: 20px;
		width: 100%;
		top: auto; } }
	@media (max-width: 767px) {
	  .p-others tr td:nth-of-type(2) {
		font-size: 16px;
		font-weight: normal;
		width: 60%; } }
	@media (max-width: 767px) {
	  .p-others tr td:nth-of-type(3) {
		font-size: 18px;
		width: 40%;
		text-align: right; } }

.p-sakuramboTsuuhan__img--pc {
  display: block;
  width: 622px;
  height: auto;
  margin: 0 auto;
  padding-top: 113px;
  padding-bottom: 158px; }
  @media (max-width: 767px) {
	.p-sakuramboTsuuhan__img--pc {
	  display: none; } }

.p-sakuramboTsuuhan__img--sp {
  display: none;
  width: 293px;
  height: auto;
  margin: 0 auto;
  padding-top: 68px;
  padding-bottom: 62px; }
  @media (max-width: 767px) {
	.p-sakuramboTsuuhan__img--sp {
	  display: block; } }

.p-sakuramboTsuuhan__table {
  width: 83.1vw;
  max-width: 997px;
  margin: 0 auto;
  margin-top: 40px;
  background-color: #F8EED1; }
  @media (max-width: 767px) {
	.p-sakuramboTsuuhan__table {
	  width: 100%;
	  margin-top: 0; } }
  @media (max-width: 767px) {
	.p-sakuramboTsuuhan__table thead {
	  display: none; } }
  .p-sakuramboTsuuhan__table thead tr th {
	background-color: #F1DDA2;
	font-size: 24px;
	text-align: center;
	padding: 15px 0; }
  @media (max-width: 767px) {
	.p-sakuramboTsuuhan__table tr {
	  display: flex;
	  flex-flow: row wrap; }
	  .p-sakuramboTsuuhan__table tr:nth-of-type(odd) {
		background-color: #FBECE8; }
		.p-sakuramboTsuuhan__table tr:nth-of-type(odd) th {
		  background-color: #F8D9D2; }
		.p-sakuramboTsuuhan__table tr:nth-of-type(odd) .p-table__header--sp {
		  background-color: #F8D9D2; } }
  .p-sakuramboTsuuhan__table tr th {
	background-color: #F1DDA2;
	font-size: 29px;
	text-align: center; }
	@media (max-width: 767px) {
	  .p-sakuramboTsuuhan__table tr th {
		width: 100%;
		color: #fff;
		font-size: 22px; } }
  .p-sakuramboTsuuhan__table tr td {
	text-align: center;
	padding: 25px 0; }
	@media (max-width: 767px) {
	  .p-sakuramboTsuuhan__table tr td {
		width: 73%; } }
	.p-sakuramboTsuuhan__table tr td .p-table__letter--sm {
	  font-size: 17px;
	  font-weight: normal; }
	  @media (max-width: 767px) {
		.p-sakuramboTsuuhan__table tr td .p-table__letter--sm {
		  font-size: 18px; } }
	.p-sakuramboTsuuhan__table tr td .p-table__letter--md {
	  font-size: 21px; }
	  @media (max-width: 767px) {
		.p-sakuramboTsuuhan__table tr td .p-table__letter--md {
		  font-size: 20px; } }
	.p-sakuramboTsuuhan__table tr td .p-table__letter--lg {
	  font-size: 29px; }
	  @media (max-width: 767px) {
		.p-sakuramboTsuuhan__table tr td .p-table__letter--lg {
		  font-size: 25px; } }
	.p-sakuramboTsuuhan__table tr td .p-table__letter--xl {
	  font-size: 34px; }
	  @media (max-width: 767px) {
		.p-sakuramboTsuuhan__table tr td .p-table__letter--xl {
		  font-size: 30px; } }
  .p-sakuramboTsuuhan__table tr .p-table__header--sp {
	display: none;
	width: 27%;
	background-color: #F1DDA2;
	color: #fff;
	font-size: 16px; }
	@media (max-width: 767px) {
	  .p-sakuramboTsuuhan__table tr .p-table__header--sp {
		display: block; } }
  @media (max-width: 767px) {
	.p-sakuramboTsuuhan__table .p-tableClosedRow {
	  display: none; } }

.p-sakuramboTsuuhan__accordion {
  width: 100%;
  height: 72px;
  text-align: center;
  line-height: 72px;
  color: #000;
  font-size: 17px;
  display: none; }
  .p-sakuramboTsuuhan__accordion::before {
	content: attr(data-acc);
	margin-right: 5px; }
  @media (max-width: 767px) {
	.p-sakuramboTsuuhan__accordion {
	  display: block; } }

.p-sakuramboTsuuhan__items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 142px; }
  @media (min-width: 768px) and (max-width: 1000px) {
	.p-sakuramboTsuuhan__items {
	  flex-direction: column; } }
  @media (max-width: 767px) {
	.p-sakuramboTsuuhan__items {
	  display: none; } }

.p-sakuramboTsuuhan__item .p-itemWrapper {
  display: flex;
  align-items: center;
  width: 441px;
  padding-bottom: 41px; }
  @media (min-width: 768px) and (max-width: 1000px) {
	.p-sakuramboTsuuhan__item .p-itemWrapper {
	  padding-top: 80px; } }
  .p-sakuramboTsuuhan__item .p-itemWrapper .p-item__img {
	width: 258px;
	padding-right: 38px; }
  .p-sakuramboTsuuhan__item .p-itemWrapper .p-item__name .p-name--satonishiki {
	position: relative;
	font-size: 32px;
	line-height: 1.6;
	letter-spacing: 3px; }
	.p-sakuramboTsuuhan__item .p-itemWrapper .p-item__name .p-name--satonishiki::before {
	  content: "さとうにしき";
	  font-size: 16px;
	  letter-spacing: 1px;
	  position: absolute;
	  top: -24px;
	  left: 0; }
  .p-sakuramboTsuuhan__item .p-itemWrapper .p-item__name .p-name--benisyuuhou {
	position: relative;
	font-size: 32px;
	line-height: 1.6;
	letter-spacing: 3px; }
	.p-sakuramboTsuuhan__item .p-itemWrapper .p-item__name .p-name--benisyuuhou::before {
	  content: "べにしゅうほう";
	  font-size: 16px;
	  letter-spacing: 0;
	  position: absolute;
	  top: -24px;
	  left: -8px; }
  .p-sakuramboTsuuhan__item .p-itemWrapper .p-item__name .p-name--sm {
	color: #DA5074;
	letter-spacing: 2px; }
  .p-sakuramboTsuuhan__item .p-itemWrapper .p-item__description {
	letter-spacing: 2px;
	padding-top: 24px; }
  .p-sakuramboTsuuhan__item .p-itemWrapper .p-item__taste {
	width: 441px; }

.p-sakuramboTsuuhan__download {
  margin: 0 auto;
  padding-top: 100px; }
  @media (max-width: 767px) {
	.p-sakuramboTsuuhan__download {
	  padding-top: 50px; } }

.p-order {
  width: 58.13vw;
  max-width: 698px;
  margin: 0 auto;
  padding-top: 100px; }
  @media (max-width: 767px) {
	.p-order {
	  width: 100%;
	  padding: 0 30px;
	  padding-top: 55px; } }
  .p-order__process, .p-order__process--first, .p-order__process--second {
	font-size: 25px;
	margin: 0 auto; }
	@media (max-width: 767px) {
	  .p-order__process, .p-order__process--first, .p-order__process--second {
		font-size: 16px; } }
	.p-order__process--first {
	  padding-top: 43px; }
	  @media (max-width: 767px) {
		.p-order__process--first {
		  padding-top: 45px; } }
	  .p-order__process--first p {
		padding-left: 35px;
		line-height: 2;
		letter-spacing: 1px; }
		@media (max-width: 767px) {
		  .p-order__process--first p {
			padding-left: 21px; } }
		.p-order__process--first p:nth-of-type(1) {
		  text-indent: -35px; }
		  @media (max-width: 767px) {
			.p-order__process--first p:nth-of-type(1) {
			  text-indent: -21px; } }
		  .p-order__process--first p:nth-of-type(1)::before {
			content: "①";
			margin-right: 10px; }
			@media (max-width: 767px) {
			  .p-order__process--first p:nth-of-type(1)::before {
				margin-right: 4px; } }
		.p-order__process--first p:nth-of-type(2) {
		  font-size: 20px;
		  padding-top: 12px; 
		  color: #DA5074; }
		  @media (max-width: 767px) {
			.p-order__process--first p:nth-of-type(2) {
			  font-size: 14px; } }
	.p-order__process--second {
	  padding-top: 30px; }
	  @media (max-width: 767px) {
		.p-order__process--second {
		  padding-top: 25px; } }
	  .p-order__process--second p {
		padding-left: 35px;
		line-height: 2;
		letter-spacing: 1px; }
		@media (max-width: 767px) {
		  .p-order__process--second p {
			padding-left: 21px; } }
		.p-order__process--second p:nth-of-type(1) {
		  text-indent: -35px; }
		  @media (max-width: 767px) {
			.p-order__process--second p:nth-of-type(1) {
			  text-indent: -21px; } }
		  .p-order__process--second p:nth-of-type(1)::before {
			content: "②";
			margin-right: 10px; }
			@media (max-width: 767px) {
			  .p-order__process--second p:nth-of-type(1)::before {
				margin-right: 4px; } }
		.p-order__process--second p:nth-of-type(2) {
		  font-size: 20px;
		  padding-top: 12px; 
		  color: #DA5074; }
		  @media (max-width: 767px) {
			.p-order__process--second p:nth-of-type(2) {
			  font-size: 14px; } }
		.p-order__process--second p:nth-of-type(3) {
		  font-size: 20px;
		  color: #DA5074; }
		  @media (max-width: 767px) {
			.p-order__process--second p:nth-of-type(3) {
			  font-size: 14px; } }
		.p-order__process--second p:nth-of-type(4) {
		  font-size: 20px;
		  color: #DA5074; }
		  @media (max-width: 767px) {
			.p-order__process--second p:nth-of-type(4) {
			  font-size: 14px; } }
		.p-order__process--second p:nth-of-type(5) {
		  font-size: 20px;
		  color: #DA5074; }
		  @media (max-width: 767px) {
			.p-order__process--second p:nth-of-type(5) {
			  font-size: 14px; } }

.p-freight {
  padding-top: 153px; }
  @media (max-width: 767px) {
	.p-freight {
	  padding-top: 45px; } }
  .p-freight__note {
	font-size: 25px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 2px; }
	@media (max-width: 767px) {
	  .p-freight__note {
		font-size: 14px; } }
  .p-freight__tableWrapper {
	display: flex;
	justify-content: center;
	width: 83vw;
	max-width: 996px;
	margin: 0 auto;
	padding-top: 25px; }
	@media (max-width: 767px) {
	  .p-freight__tableWrapper {
		flex-direction: column;
		width: 100%;
		padding: 15px 22px 0; } }
  .p-freight__table {
	width: 100%;
	background-color: #fff;
	margin-left: -2px;
	padding-top: 51px;
	font-size: 18px; }
	@media (max-width: 767px) {
	  .p-freight__table {
		margin-left: 0;
		margin-bottom: -2px; } }
	@media (max-width: 767px) {
	  .p-freight__table:nth-of-type(2) thead, .p-freight__table:nth-of-type(3) thead {
		display: none; } }
	.p-freight__table tr th {
	  text-align: center;
	  line-height: 3; }
	  @media (max-width: 767px) {
		.p-freight__table tr th:nth-of-type(2) {
		  width: 35%;
		  background-color: #F8EED1; } }
	  @media (max-width: 767px) {
		.p-freight__table tr th:nth-of-type(3) {
		  width: 35%;
		  background-color: #F1DDA2; } }
	.p-freight__table tr td {
	  text-align: center;
	  line-height: 3; }
	  @media (max-width: 767px) {
		.p-freight__table tr td:nth-of-type(1) {
		  width: 35%;
		  background-color: #F8EED1; } }
	  @media (max-width: 767px) {
		.p-freight__table tr td:nth-of-type(2) {
		  width: 35%;
		  background-color: #F1DDA2; } }

.p-bankAccount {
  margin: 0 auto;
  padding-top: 167px; }
  @media (max-width: 767px) {
	.p-bankAccount {
	  padding-top: 56px; } }
  .p-bankAccount__wrapper {
	width: 58.6vw;
	max-width: 703px;
	background-color: #D4EDE0;
	box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.16);
	margin: 0 auto;
	margin-top: 20px;
	padding: 25px 0; }
	@media (max-width: 767px) {
	  .p-bankAccount__wrapper {
		width: 100%;
		padding: 45px 0; } }
  .p-bankAccount__text {
	font-size: 30px;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 21px;
	padding-bottom: 45px; }
	@media (max-width: 767px) {
	  .p-bankAccount__text {
		font-size: 18px;
		padding-top: 17px;
		padding-bottom: 32px; } }
	.p-bankAccount__text:nth-of-type(6) {
	  padding-bottom: 0; }
	.p-bankAccount__text:nth-of-type(7) {
	  padding: 0; }
	.p-bankAccount__text--sm {
	  font-size: 20px;
	  text-align: center;
	  letter-spacing: 2px; }
	  @media (max-width: 767px) {
		.p-bankAccount__text--sm {
		  font-size: 13px; } }
  .p-bankAccount__note {
	font-size: 23px;
	text-align: center;
	font-weight: normal;
	padding-top: 47px; }
	@media (max-width: 767px) {
	  .p-bankAccount__note {
		font-size: 14px;
		text-align: right;
		padding-top: 35px;
		padding-right: 27px; } }

.p-postalAddress {
  margin: 0 auto;
  padding-top: 65px; }
  @media (max-width: 767px) {
	.p-postalAddress {
	  padding-top: 16px; } }
  .p-postalAddress__wrapper {
	width: 58.6vw;
	max-width: 703px;
	background-color: #FBECE8;
	box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.16);
	margin: 0 auto;
	margin-top: 20px;
	padding: 35px 0; }
	@media (max-width: 767px) {
	  .p-postalAddress__wrapper {
		width: 100%;
		margin-top: 27px;
		padding: 58px 0 48px; } }
  .p-postalAddress__text, .p-postalAddress__text--lg {
	font-size: 28px;
	text-align: center;
	line-height: 2;
	letter-spacing: 2px; }
	@media (max-width: 767px) {
	  .p-postalAddress__text, .p-postalAddress__text--lg {
		font-size: 18px; } }
	.p-postalAddress__text--lg {
	  font-size: 32px;
	  line-height: 4; }
	  @media (max-width: 767px) {
		.p-postalAddress__text--lg {
		  font-size: 18px;
		  line-height: 1;
		  padding: 20px 0; } }

.p-syundayori__table {
  width: 83.1vw;
  max-width: 997px;
  margin: 0 auto;
  margin-bottom: 155px;
  background-color: #F8EED1; }
  @media (max-width: 767px) {
	.p-syundayori__table {
	  width: 100%;
	  margin-top: 0;
	  margin-bottom: 56px; } }
  .p-syundayori__table:nth-of-type(1) {
	order: 2; }
	@media (max-width: 767px) {
	  .p-syundayori__table:nth-of-type(1) {
		order: 3; } }
  .p-syundayori__table:nth-of-type(2) {
	margin-bottom: 30px;
	order: 4; }
	@media (max-width: 767px) {
	  .p-syundayori__table:nth-of-type(2) {
		order: 5; } }
  .p-syundayori__table tr {
	background-color: #FBECE8; }
	@media (max-width: 767px) {
	  .p-syundayori__table tr {
		display: flex;
		flex-flow: row wrap; } }
	.p-syundayori__table tr td {
	  font-size: 28px;
	  padding: 25px 0; }
	  @media (max-width: 767px) {
		.p-syundayori__table tr td {
		  width: 50%;
		  font-size: 18px; } }
	  @media (max-width: 767px) {
		.p-syundayori__table tr td:nth-of-type(odd) {
		  width: 27%;
		  background-color: #F8D9D2;
		  color: #fff;
		  font-size: 16px;
		  padding-left: 16px; } }
	  @media (max-width: 767px) {
		.p-syundayori__table tr td:nth-of-type(even) {
		  width: 73%; } }
	  .p-syundayori__table tr td:nth-of-type(2) {
		padding-left: 46px; }
		@media (max-width: 767px) {
		  .p-syundayori__table tr td:nth-of-type(2) {
			text-align: center;
			padding-left: 0; } }
		.p-syundayori__table tr td:nth-of-type(2)::before {
		  content: "◎";
		  margin-right: 5px; }
		  @media (max-width: 767px) {
			.p-syundayori__table tr td:nth-of-type(2)::before {
			  content: "";
			  margin-right: 0; } }
	  .p-syundayori__table tr td:nth-of-type(4) {
		padding-left: 30px; }
		@media (max-width: 767px) {
		  .p-syundayori__table tr td:nth-of-type(4) {
			text-align: center;
			padding-left: 0; } }
	  .p-syundayori__table tr td:nth-of-type(6) {
		text-align: center; }
	  .p-syundayori__table tr td:nth-of-type(8) {
		text-align: center; }
	@media (max-width: 767px) {
	  .p-syundayori__table tr .p-syundayori__option {
		text-align: left !important;
		padding-left: 20px !important; } }
	.p-syundayori__table tr .p-syundayori__option .p-optionBalloon {
	  display: none;
	  position: relative;
	  bottom: 80px;
	  left: 120px; }
	  @media (max-width: 767px) {
		.p-syundayori__table tr .p-syundayori__option .p-optionBalloon {
		  display: block; } }
	  .p-syundayori__table tr .p-syundayori__option .p-optionBalloon p {
		position: absolute;
		top: 27px;
		left: 21px;
		color: #0C841C;
		font-size: 10px;
		letter-spacing: 2px;
		text-align: center;
		z-index: 999; }
	  .p-syundayori__table tr .p-syundayori__option .p-optionBalloon img {
		position: absolute;
		width: 123px;
		height: 88px; }
	@media (max-width: 767px) {
	  .p-syundayori__table tr .p-text--xs {
		font-size: 14px;
		line-height: 28px; } }
	.p-syundayori__table tr .p-text--sm {
	  font-size: 20px; }
	  @media (max-width: 767px) {
		.p-syundayori__table tr .p-text--sm {
		  display: none; } }
  @media (max-width: 767px) {
	.p-syundayori__table .p-table__header--pc {
	  display: none; } }
  .p-syundayori__table .p-table__header--sp {
	display: none; }
	@media (max-width: 767px) {
	  .p-syundayori__table .p-table__header--sp {
		display: block; } }
  .p-syundayori__table .p-table__separator {
	display: none; }
	@media (max-width: 767px) {
	  .p-syundayori__table .p-table__separator {
		display: block; } }
	.p-syundayori__table .p-table__separator td {
	  width: 100% !important;
	  height: 12px;
	  padding: 0; }
  @media (max-width: 767px) {
	.p-syundayori__table .p-tableClosedRow {
	  display: none; } }

.p-syundayori__tableHead th, .p-syundayori__tableHead--pc th, .p-syundayori__tableHead--sp th {
  background-color: #F8D9D2;
  padding: 16px 0; }

.p-syundayori__tableHead--pc {
  font-size: 23px; }
  @media (max-width: 767px) {
	.p-syundayori__tableHead--pc {
	  display: none; } }
  .p-syundayori__tableHead--pc th {
	text-align: center; }

.p-syundayori__tableHead--sp {
  display: none;
  color: #fff;
  font-size: 18px; }
  @media (max-width: 767px) {
	.p-syundayori__tableHead--sp {
	  display: block; } }
  .p-syundayori__tableHead--sp th {
	width: 100%; }
	@media (max-width: 767px) {
	  .p-syundayori__tableHead--sp th {
		text-align: right;
		padding-right: 20px; } }

.p-syundayori__note {
  order: 5;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 2;
  padding-top: 59px;
  padding-bottom: 54px; }
  @media (max-width: 767px) {
	.p-syundayori__note {
	  order: 1;
	  font-size: 16px;
	  padding: 68px 0; } }

.p-syundayoriWrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }

.p-shoppingSingle__content--syundayori .p-freight__tableWrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 83vw;
  max-width: 996px;
  margin: 0 auto;
  padding-top: 25px; }
  @media (max-width: 767px) {
	.p-shoppingSingle__content--syundayori .p-freight__tableWrapper {
	  width: 100%; } }

.p-shoppingSingle__content--syundayori .p-freight__table {
  width: 33.3%;
  margin-top: -2px;
  margin-left: -2px; }
  @media (max-width: 767px) {
	.p-shoppingSingle__content--syundayori .p-freight__table {
	  width: 100%; } }
  .p-shoppingSingle__content--syundayori .p-freight__table tr td:nth-of-type(1), .p-shoppingSingle__content--syundayori .p-freight__table tr td:nth-of-type(2) {
	width: 35%; }

.p-kudamonoTsuuhan__table {
  width: 83.1vw;
  max-width: 997px;
  margin: 0 auto;
  margin-top: 116px;
  background-color: #F8EED1; }
  @media (max-width: 767px) {
	.p-kudamonoTsuuhan__table {
	  width: 100%;
	  margin-top: 0; } }
  @media (max-width: 767px) {
	.p-kudamonoTsuuhan__table thead {
	  display: none; } }
  .p-kudamonoTsuuhan__table thead tr th {
	background-color: #F1DDA2;
	font-size: 24px;
	text-align: center;
	padding: 15px 0; }
  @media (max-width: 767px) {
	.p-kudamonoTsuuhan__table tr {
	  display: flex;
	  flex-flow: row wrap; }
	  .p-kudamonoTsuuhan__table tr:nth-of-type(odd) {
		background-color: #FBECE8; }
		.p-kudamonoTsuuhan__table tr:nth-of-type(odd) th {
		  background-color: #F8D9D2; }
		.p-kudamonoTsuuhan__table tr:nth-of-type(odd) .p-table__header--sp {
		  background-color: #F8D9D2; } }
  .p-kudamonoTsuuhan__table tr th {
	background-color: #F1DDA2;
	font-size: 29px;
	text-align: center; }
	@media (max-width: 767px) {
	  .p-kudamonoTsuuhan__table tr th {
		width: 100%;
		color: #fff;
		font-size: 22px; } }
  .p-kudamonoTsuuhan__table tr td {
	text-align: center;
	padding: 25px 0; }
	@media (max-width: 767px) {
	  .p-kudamonoTsuuhan__table tr td {
		width: 73%; } }
	.p-kudamonoTsuuhan__table tr td .p-table__letter--sm {
	  font-size: 17px;
	  font-weight: normal; }
	  @media (max-width: 767px) {
		.p-kudamonoTsuuhan__table tr td .p-table__letter--sm {
		  font-size: 18px; } }
	.p-kudamonoTsuuhan__table tr td .p-table__letter--md {
	  font-size: 21px; }
	  @media (max-width: 767px) {
		.p-kudamonoTsuuhan__table tr td .p-table__letter--md {
		  font-size: 20px; } }
	.p-kudamonoTsuuhan__table tr td .p-table__letter--lg {
	  font-size: 29px; }
	  @media (max-width: 767px) {
		.p-kudamonoTsuuhan__table tr td .p-table__letter--lg {
		  font-size: 25px; } }
	.p-kudamonoTsuuhan__table tr td .p-table__letter--xl {
	  font-size: 34px; }
	  @media (max-width: 767px) {
		.p-kudamonoTsuuhan__table tr td .p-table__letter--xl {
		  font-size: 30px; } }
  .p-kudamonoTsuuhan__table tr .p-table__header--sp {
	display: none;
	width: 27%;
	background-color: #F1DDA2;
	color: #fff;
	font-size: 16px; }
	@media (max-width: 767px) {
	  .p-kudamonoTsuuhan__table tr .p-table__header--sp {
		display: block; } }
  @media (max-width: 767px) {
	.p-kudamonoTsuuhan__table .p-tableClosedRow {
	  display: none; } }
  @media (max-width: 767px) {
	.p-kudamonoTsuuhan__table tr:nth-of-type(3n) th {
	  background-color: #89E395; }
	.p-kudamonoTsuuhan__table tr:nth-of-type(3n) .p-table__header--sp {
	  background-color: #89E395; }
	.p-kudamonoTsuuhan__table tr:nth-of-type(3n) td {
	  background-color: #D4EDE0; } }
  .p-kudamonoTsuuhan__table thead th:nth-of-type(1) {
	width: 5%; }
  .p-kudamonoTsuuhan__table thead th:nth-of-type(2) {
	width: 38%; }
  .p-kudamonoTsuuhan__table thead th:nth-of-type(3) {
	width: auto; }
  .p-kudamonoTsuuhan__table thead th:nth-of-type(4) {
	width: 12%; }
  .p-kudamonoTsuuhan__table thead th:nth-of-type(5) {
	width: 15%; }
  .p-kudamonoTsuuhan__table thead th:nth-of-type(6) {
	width: 30%; }
  .p-kudamonoTsuuhan__table .p-table__text--left {
	text-align: left; }

.p-gallery {
  min-height: 100vh;
  margin-top: 140px;
  margin-bottom: 210px; }
  @media (max-width: 767px) {
	.p-gallery {
	  margin-top: 40px;
	  margin-bottom: 100px; } }
  @media (max-width: 767px) {
	.p-gallery #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item {
	  width: 50%; } }
  @media (max-width: 767px) {
	.p-gallery .sbi_photo .sbi_imgLiquid_bgSize .sbi_imgLiquid_ready {
	  height: 120px; } }

.p-contact .p-contact__nameContainer {
  position: relative;
  width: 557px;
  margin: 0 auto;
  padding-top: 256px;
  padding-bottom: 293px; }
  @media (max-width: 767px) {
	.p-contact .p-contact__nameContainer {
	  width: 210px;
	  padding-top: 73px;
	  padding-bottom: 40px; } }
  .p-contact .p-contact__nameContainer img {
	width: 105px; }
	@media (max-width: 767px) {
	  .p-contact .p-contact__nameContainer img {
		width: 41px; } }

.p-contact .p-contact__name p:nth-of-type(1) {
  font-size: 30px; }
  @media (max-width: 767px) {
	.p-contact .p-contact__name p:nth-of-type(1) {
	  font-size: 10px; } }

.p-contact .p-contact__name p:nth-of-type(2) {
  font-size: 53px; }
  @media (max-width: 767px) {
	.p-contact .p-contact__name p:nth-of-type(2) {
	  font-size: 17px; } }

.p-contact .p-contact__certification {
  position: absolute;
  top: 224px;
  right: 14px;
  height: auto;
  font-size: 16px; }
  @media (max-width: 767px) {
	.p-contact .p-contact__certification {
	  top: 54px;
	  right: -14px;
	  font-size: 10px;
	  -webkit-transform: scale(0.6);
	  -moz-transform: scale(0.6);
	  -ms-transform: scale(0.6);
	  -o-transform: scale(0.6);
	  transform: scale(0.6);
	  padding: 6px; } }

.p-contact__info {
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 147px; }
  @media (max-width: 767px) {
	.p-contact__info {
	  font-size: 16px;
	  padding-top: 48px; } }
  .p-contact__info p:nth-of-type(2) {
	padding-bottom: 91px; }
	@media (max-width: 767px) {
	  .p-contact__info p:nth-of-type(2) {
		padding-bottom: 47px; } }

.p-contact__textAlignLeft {
  display: inline-block;
  text-align: left; }
  .p-contact__textAlignLeft:nth-of-type(1) {
	padding-bottom: 91px; }
	@media (max-width: 767px) {
	  .p-contact__textAlignLeft:nth-of-type(1) {
		padding-bottom: 47px; } }
  .p-contact__textAlignLeft:nth-of-type(2) {
	padding-bottom: 144px; }
	@media (max-width: 767px) {
	  .p-contact__textAlignLeft:nth-of-type(2) {
		text-align: center;
		padding-bottom: 53px; } }

.p-contact__tel {
  color: #CD4E6F; }

.p-contact .p-carNavi {
  width: 100%;
  max-width: 965px;
  background-color: #D4EDE0;
  margin: 0 auto;
  margin-bottom: 182px;
  box-shadow: 3px 4px 7px rgba(0, 0, 0, 0.16); }
  @media (max-width: 767px) {
	.p-contact .p-carNavi {
	  margin-bottom: 48px; } }
  .p-contact .p-carNavi p {
	font-size: 25px; }
	.p-contact .p-carNavi p:nth-of-type(1) {
	  font-size: 35px;
	  text-decoration: underline;
	  padding-top: 85px; }
	  @media (max-width: 767px) {
		.p-contact .p-carNavi p:nth-of-type(1) {
		  font-size: 16px;
		  padding-top: 54px; } }
	.p-contact .p-carNavi p:nth-of-type(2) {
	  color: #00A816;
	  font-size: 35px;
	  line-height: 2;
	  padding-top: 60px;
	  padding-bottom: 0; }
	  @media (max-width: 767px) {
		.p-contact .p-carNavi p:nth-of-type(2) {
		  font-size: 16px;
		  padding-top: 38px; } }
	  .p-contact .p-carNavi p:nth-of-type(2) .p-carNavi__text--md {
		color: #000;
		font-size: 28px; }
		@media (max-width: 767px) {
		  .p-contact .p-carNavi p:nth-of-type(2) .p-carNavi__text--md {
			font-size: 12px; } }
	.p-contact .p-carNavi p:nth-of-type(3) {
	  line-height: 2; }
	  @media (max-width: 767px) {
		.p-contact .p-carNavi p:nth-of-type(3) {
		  font-size: 12px;
		  font-weight: normal;
		  padding-top: 22px; } }
	.p-contact .p-carNavi p:nth-of-type(4) {
	  line-height: 2;
	  padding-top: 43px; }
	  @media (max-width: 767px) {
		.p-contact .p-carNavi p:nth-of-type(4) {
		  font-size: 10px;
		  padding-top: 35px; } }
	.p-contact .p-carNavi p:nth-of-type(5) {
	  width: 62%;
	  max-width: 600px;
	  line-height: 2;
	  text-align: right;
	  margin: 0 auto;
	  padding-bottom: 77px; }
	  @media (max-width: 767px) {
		.p-contact .p-carNavi p:nth-of-type(5) {
		  font-size: 10px;
		  padding-bottom: 52px; } }

.p-contact__mapWrapper .p-contact__map #wpgmza_map {
  width: 83.4% !important;
  max-width: 1001px !important;
  height: 542px !important; }
  @media (max-width: 767px) {
	.p-contact__mapWrapper .p-contact__map #wpgmza_map {
	  width: 85.6% !important;
	  height: 321px !important; } }

.u-tableBg--green {
  background-color: #89E395 !important; }

.u-tableBg--lightGreen {
  background-color: #D4EDE0 !important; }
