@charset "UTF-8";
/* =======================================
	 @:import Reset
	 ======================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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;
}

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: 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+ */
  font-size: 62.5%;
}

*,
::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;
}

li {
  list-style: none;
}

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 */
  opacity: 0.7;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

#page_top {
  width: 45px;
  height: 45px;
  position: fixed;
  right: 51px;
  bottom: 0;
  z-index: 1000;
}

#page_top > span {
  color: #fff;
  font-size: 10px;
  padding: 4px;
  background: #E84F71;
  border-radius: 3px;
}

#page_top img {
  width: 100px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
}

header #nav-drawer {
  display: none;
}

header .section01 {
  width: auto;
  margin: 0 auto;
  padding: 15px 0px 20px 18px;
  position: relative;
  transition: all 0.5s ease;
  background: #fff;
  border-bottom: solid 1px #f1f1f1;
}

header .section01 h1 {
  font-size: 1rem;
  font-weight: normal;
}

header .section01 h2 {
  width: 151px;
  display: inline-block;
  margin: 10px 0 0 0;
}

header .section01 h2 a img {
  width: 150px;
}

header .section01 > ul {
  width: 515px;
  position: absolute;
  right: -12px;
  top: 50px;
}

header .section01 > ul > li {
  float: left;
  margin: 0 25px 0 0;
}

header .section01 > ul > li > a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

header .section01 > ul > li:last-child {
  background: #E84F71;
  padding: 14px 10px;
  border-radius: 3px;
  position: relative;
  top: -15px;
}

header .section01 > ul > li:last-child > a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

header .hidden {
  background: none;
  transition: all 0.5s ease;
  border-bottom: none;
}

/* # =================================================================
	 # Make css
	 # ================================================================= */
body {
  font-family: "Hiragino kaku Gothic Pro", "Meiryo", "Yu Gothic", "arial", sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  height: 100%;
}

a:hover {
  color: #424242;
  text-decoration: underline;
}

/* # =================================================================
	 # Header
	 # ================================================================= */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.section02 {
  position: relative;
}

.section02 > ul {
  overflow: hidden;
  height: 400px;
  min-height: 400px;
}

.section02 > ul li img {
  width: 100%;
}

.section03 {
  width: 100%;
  padding: 30px;
  text-align: center;
}

.section03 > a {
  background: #E84F71;
  padding: 20px 60px;
  color: #fff;
  margin: 20px 0;
  font-size: 1.3rem;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}

.section03 > h4 {
  font-size: 1.9rem;
  border-bottom: 3px solid #E84F71;
  padding: 0 0 10px 0;
  display: inline-block;
}

.section03 > h3 {
  margin: 30px 0 30px 0;
  color: #E84F71;
  font-size: 2.2rem;
  font-weight: normal;
}

.section03 > p {
  width: 535px;
  margin: 40px auto 0 auto;
  font-size: 1.4rem;
  line-height: 3.8rem;
  text-align: left;
  display: block;
  background: url("../img/bg_smaile.png") center top no-repeat;
  background-size: 192px auto;
  padding: 100px 0 0 0;
}

.section04 {
  width: 782px;
  margin: 40px auto;
}

.section04 > div {
  width: 374px;
  height: 364px;
  text-align: center;
}

.section04 > div > h3 {
  color: #E84F71;
  font-weight: normal;
  padding: 30px 0;
  font-size: 2rem;
}

.section04 > div > img {
  height: 86px;
}

.section04 > div > p {
  padding: 30px 0;
  line-height: 2.4rem;
  display: inline-block;
  width: 296px;
  text-align: left;
}

.section04 > div:nth-child(1) {
  float: left;
}

.section04 > div:nth-child(2) {
  float: right;
}

.section04 > div:nth-child(3) {
  float: left;
}

.section04 > div:nth-child(4) {
  float: right;
}

.section05 {
  width: 720px;
  margin: 0 auto 40px auto;
}

.section05 > h2 {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  color: #E84F71;
  font-weight: normal;
  padding: 30px 0;
}

.section05 > p {
  line-height: 3rem;
  padding: 0 0 30px;
}

.section05 > ul {
  background: #f1f1f1;
  padding: 20px;
  line-height: 3rem;
  margin: 0 0 20px 0;
}

.section05 > ul > li {
  padding: 0 0 0 1.4rem;
  text-indent: -1.4rem;
}

.section05 section {
  background: url(../img/ph_hand.png) right 30px no-repeat/165px auto;
}

.section05 section > div {
  width: 529px;
  line-height: 2.8rem;
}

.section05 section > div > h3 {
  color: #E84F71;
}

.section06 > .mainv {
  background: url("../img/mainv_ph.png") no-repeat center center/cover;
  background-attachment: fixed;
  width: 100%;
  height: 280px;
  margin: 0 0 45px 0;
}

.section06 > .mainv2 {
  background: url("../img/ph_bears2_ph01.png") no-repeat center center/cover;
  background-attachment: fixed;
  width: 100%;
  height: 280px;
  margin: 0 0 45px 0;
}

.section06 > h2 {
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
  color: #E84F71;
}

.section06 > p {
  text-align: center;
  display: block;
  width: 610px;
  margin: 20px auto;
  line-height: 3.2rem;
}

.section06 > span {
  display: block;
  text-align: center;
}

.section06 > span img {
  width: 161px;
  margin: 0 0 19px 0;
}

.section06 > .shop_thumb {
  width: 100%;
  display: table;
  margin: 0 0 20px 0;
}

.section06 > .shop_thumb > span {
  display: table-cell;
  width: 33%;
  overflow: hidden;
  position: relative;
  height: 250px;
}

.section06 > .shop_thumb > span > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 100%;
}

.section06 > section {
  display: table;
  margin: 0 20px;
}

.section06 > section > div {
  display: table-cell;
}

.section06 > section > div:first-child {
  width: 280px;
}

.section06 > section > div > span {
  font-size: 1.2rem;
  padding: 10px 0;
  display: inline-block;
}

.section06 > section > div > p {
  line-height: 2.6rem;
}

.section06 > section > div > h3 {
  color: #E84F71;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0 0 14px 0;
}

.section06 > section > div:last-child {
  vertical-align: top;
  padding: 0 0 14px 20px;
}

.stylest {
  margin: 0 20px;
}

.stylest h3 {
  padding: 15px 0;
}

.stylest ul {
  display: table;
}

.stylest ul li {
  display: table-cell;
  width: 220px;
  padding: 0 10px 0 0;
}

.stylest ul li img {
  width: 210px;
}

.stylest ul li p {
  padding: 0 0 10px 0;
  line-height: 2.5rem;
}

.stylest ul li span {
  display: block;
  padding: 7px 0;
}

.stylest ul li span + span {
  display: block;
  padding: 0 0 2px 0;
  color: #E84F71;
}

.section09 {
  text-align: center;
  margin: 10px 0 40px 0;
}

.section09 > h4 {
  font-size: 1.9rem;
  border-bottom: 3px solid #E84F71;
  padding: 0 0 10px 0;
  display: inline-block;
  margin: 0 0 30px 0;
}

.section09 > section {
  width: auto;
  padding: 20px 25px;
  border: 10px solid #cccc;
  box-sizing: border-box;
  margin: 0 20px;
}

.section09 > section > div {
  float: none;
  width: 100%;
  display: table;
}

.section09 > section > div > section {
  display: table-cell;
  width: auto;
  margin: 0 auto;
  vertical-align: top;
  text-align: left;
}

.section09 > section > div > section:first-child {
  width: 508px;
}

.section09 > section > div > section h2 {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 16px 0;
}

.section09 > section > div > section span {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  display: block;
}

.section09 > section > div > section address {
  font-style: normal;
  line-height: 2rem;
  margin: 0 0 10px 0;
}

.section09 > section > div > section > a {
  background: #ccc;
  color: #fff;
  padding: 12px;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  margin: 0 0 10px 0;
}

.section09 > section > div > section p {
  margin: 0 0 18px 0;
  display: inline-block;
}

.section09 > section > div > section > div {
  box-sizing: border-box;
  text-align: center;
  border: 3px solid #ccc;
  padding: 10px;
  font-size: 1.2rem;
  margin: 0 0 10px 0;
}

.section09 > section > div > section > div img {
  width: 200px;
}

.section09 > section > div > section > div:last-child {
  padding: 4px;
}

.footer {
  text-align: center;
  background: #F2F2F2;
  padding: 24px 0;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 40px 0 0 0;
}

/* # =================================================================
	 #display:none
	 # ================================================================= */
/* # =================================================================
	 # break point media width
	 # ================================================================= */
@media screen and (min-width: 960px) and (max-width: 1280px) {
  /*　画面サイズが960pxから1280pxまではここを読み込む　*/
}

@media screen and (min-width: 320px) and (max-width: 960px) {
  /*　画面サイズが480pxからはここを読み込む　*/
  .section02 {
    position: relative;
  }
  .section02 > ul {
    overflow: hidden;
    height: auto;
    min-height: auto;
  }
  .section02 > ul li img {
    width: 100%;
  }
  .section04 {
    width: auto;
    margin: 0 auto;
  }
  .section04 > div {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .section04 > div > h3 {
    color: #E84F71;
    font-weight: normal;
    padding: 30px 0;
    font-size: 2rem;
  }
  .section04 > div > img {
    height: 94px;
    display: inline-block;
  }
  .section04 > div > p {
    padding: 30px 20px;
    line-height: 2.4rem;
    display: inline-block;
    width: auto;
    text-align: left;
  }
  .section04 > div:nth-child(1) {
    float: none;
  }
  .section04 > div:nth-child(2) {
    float: none;
  }
  .section04 > div:nth-child(3) {
    float: none;
  }
  .section04 > div:nth-child(4) {
    float: none;
  }
  .section03 {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .section03 > a {
    background: #E84F71;
    padding: 20px 60px;
    color: #fff;
    margin: 20px 0;
    font-size: 1.3rem;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
  }
  .section03 > h4 {
    font-size: 1.9rem;
    border-bottom: 3px solid #E84F71;
    padding: 0 0 10px 0;
    display: inline-block;
  }
  .section03 > h3 {
    margin: 30px 0 30px 0;
    color: #E84F71;
    font-size: 2.2rem;
    font-weight: normal;
  }
  .section03 > p {
    width: auto;
    margin: 40px auto 0 auto;
    font-size: 1.4rem;
    line-height: 3.8rem;
    text-align: left;
    display: block;
    background: url("../img/bg_smaile.png") center top no-repeat;
    background-size: 192px auto;
    padding: 100px 0 0 0;
  }
  .section09 {
    text-align: center;
    margin: 10px 0 40px 0;
  }
  .section09 > h4 {
    font-size: 1.9rem;
    border-bottom: 3px solid #E84F71;
    padding: 0 0 10px 0;
    display: inline-block;
    margin: 20px 0 10px 0;
  }
  .section09 > section {
    width: auto;
    padding: 14px 12px;
    border: none;
    box-sizing: border-box;
    margin: 0;
  }
  .section09 > section > div {
    float: none;
    width: 100%;
    display: block;
  }
  .section09 > section > div > section {
    display: block;
    width: auto;
    margin: 0 auto;
    vertical-align: top;
    text-align: left;
  }
  .section09 > section > div > section img {
    width: 100%;
  }
  .section09 > section > div > section:first-child {
    width: 100%;
  }
  .section09 > section > div > section h2 {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 16px 0;
  }
  .section09 > section > div > section span {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
    display: block;
  }
  .section09 > section > div > section address {
    font-style: normal;
    line-height: 2rem;
    margin: 0 0 10px 0;
  }
  .section09 > section > div > section > a {
    background: #ccc;
    color: #fff;
    padding: 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: normal;
    margin: 0 0 10px 0;
  }
  .section09 > section > div > section p {
    margin: 0 0 18px 0;
    display: inline-block;
  }
  .section09 > section > div > section > div {
    box-sizing: border-box;
    text-align: center;
    border: 3px solid #ccc;
    padding: 10px;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
  }
  .section09 > section > div > section > div img {
    width: 200px;
  }
  .section09 > section > div > section > div:last-child {
    padding: 4px;
  }
  .stylest {
    margin: 0 20px;
  }
  .stylest h3 {
    padding: 15px 0;
  }
  .stylest ul {
    display: table;
  }
  .stylest ul li {
    display: block;
    width: auto;
    padding: 0 0;
  }
  .stylest ul li p {
    padding: 0 0 10px 0;
    line-height: 2.5rem;
  }
  .stylest ul li span {
    display: block;
    padding: 7px 0;
  }
  .stylest ul li span + span {
    display: block;
    padding: 0 0 2px 0;
    color: #E84F71;
  }
  .section05 {
    width: auto;
    margin: 0 auto 0 auto;
  }
  .section05 > h2 {
    display: block;
    text-align: center;
    font-size: 2.5rem;
    color: #E84F71;
    font-weight: normal;
    padding: 30px 0;
  }
  .section05 > p {
    line-height: 3rem;
    padding: 0 20px 30px;
  }
  .section05 > ul {
    background: #f1f1f1;
    padding: 20px;
    line-height: 3rem;
    margin: 0;
  }
  .section05 > ul > li {
    padding: 0 0 0 1.4rem;
    text-indent: -1.4rem;
  }
  .section05 section {
    background: none;
    padding: 20px;
  }
  .section05 section > div {
    width: 100%;
    line-height: 2.8rem;
  }
  .section05 section > div > h3 {
    color: #E84F71;
  }
  .section06 > .mainv {
    background: url("../img/mainv_ph.png") no-repeat center top/100% auto;
    background-attachment: none;
    width: 100%;
    height: 200px;
    margin: 0 0 0 0;
  }
  .section06 > .mainv2 {
    background: url("../img/ph_bears2_ph01.png") no-repeat center top/100% auto;
    background-attachment: none;
    width: 100%;
    height: 200px;
    margin: 0 0 0 0;
  }
  .section06 > h2 {
    text-align: center;
    font-weight: normal;
    font-size: 2rem;
    color: #E84F71;
    padding: 20px 0 0 0;
  }
  .section06 > span {
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .section06 > span img {
    width: 161px;
    margin: 0;
  }
  .section06 > p {
    text-align: center;
    display: block;
    width: auto;
    margin: 20px;
    line-height: 3.2rem;
  }
  .section06 > .shop_thumb {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
  .section06 > .shop_thumb > span {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 250px;
  }
  .section06 > .shop_thumb > span > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 100%;
  }
  .section06 > section {
    display: table;
    margin: 0 20px;
  }
  .section06 > section > div {
    display: table-cell;
  }
  .section06 > section > div:first-child {
    width: auto;
  }
  .section06 > section > div img {
    width: 120px;
  }
  .section06 > section > div > span {
    font-size: 1.2rem;
    padding: 10px 0;
    display: inline-block;
  }
  .section06 > section > div > p {
    line-height: 2.6rem;
  }
  .section06 > section > div > h3 {
    color: #E84F71;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0 0 1px 0;
    line-height: 2.8rem;
  }
  .section06 > section > div:last-child {
    vertical-align: top;
    padding: 0 0 14px 20px;
  }
  .section09 {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .footer {
    text-align: center;
    background: #F2F2F2;
    padding: 24px 0;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 0 0;
  }
  /* # =================================================================
   # ハンバーガースマホ　レスポンシブ
   # ================================================================= */
  header {
    /*チェックボックス等は非表示に*/
    /*アイコンのスペース*/
    /*ハンバーガーアイコンをCSSだけで表現*/
    /*閉じる用の薄黒カバー*/
    /*中身*/
    /*チェックが入ったらもろもろ表示*/
  }
  header .section01 {
    padding: 10px;
  }
  header .section01 h1 {
    font-size: 1rem;
    font-weight: normal;
  }
  header .section01 h2 {
    width: 110px;
    display: inline-block;
    margin: 10px 0 0 0;
  }
  header .section01 h2 a img {
    width: 110px;
  }
  header .nav-unshown {
    display: none;
  }
  header > .section01 > ul {
    display: none;
  }
  header #nav-drawer {
    display: block;
  }
  header #nav-open {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    right: 11px;
    padding: 10px;
    cursor: pointer;
    background: #eb587c;
    border-radius: 50%;
  }
  header #nav-open span,
  header #nav-open span:before,
  header #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 22px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    top: 11px;
  }
  header #nav-open span:before {
    bottom: -4px;
  }
  header #nav-open span:after {
    bottom: -21px;
  }
  header #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  header #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*最前面に*/
    width: 55%;
    /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px;
    /*最大幅（調整してください）*/
    height: 100%;
    background: #fff;
    /*背景色*/
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    /*左に隠しておく*/
  }
  header #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: .5;
  }
  header #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  header .nav_sp {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    background: #fff;
  }
  header .nav_sp > li {
    position: relative;
    list-style: none;
    width: 100%;
  }
  header .nav_sp > li > section {
    width: auto;
    background: #0287BB;
    overflow: visible;
    height: auto;
    width: 100%;
    z-index: 1200;
  }
  header .nav_sp > li > a {
    display: block;
    width: auto;
    text-align: left;
    color: #4D4D4D;
    font-size: 1.5rem;
    line-height: 4rem;
    background: #fff;
    text-decoration: none;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 0 0 11px;
    border-bottom: 1px solid #ccc;
  }
  header .nav_sp > li > a img {
    width: 14px;
    display: inline-block;
    margin: 0 0 0 6px;
  }
}
