@charset "UTF-8";

/*!
Theme Name: ベストライフ買取
Theme URI: http://underscores.me/
Author: dim
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kaitori
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bestlife_kaitori is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Header
# Footer

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


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*! normalize.css v8.0.0 | 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.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}


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


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  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 */
  -webkit-text-decoration: underline dotted;
  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 {
  -webkit-box-sizing: border-box;
  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"] {
  -webkit-box-sizing: border-box;
  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;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "������ ���ゴシ�����", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0;
  padding: 0;
}

h2.pink_bold {
  text-align: center;
  font-size: 30px;
  color: #ff7d9b;
  margin: 50px auto;
}

h2.black_bold {
  text-align: center;
  font-size: 30px;
  color: #000;
  margin: 50px auto;
}

h4.pink_bold {
  text-align: center;
  font-size: 21px;
  color: #ff7d9b;
  margin: 20px auto;
}
h3.pink_bold {
  text-align: center;
  font-size: 21px;
  color: #ff7d9b;
  margin: 20px auto;
}


h4.black_bold {
  text-align: center;
  font-size: 21px;
  color: #000;
  margin: 20px auto;
}

.title_pink {
  background-color: #ff7d9b;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 30px;
}

.title_pink span {
  background-color: #fff;
  font-size: 15px;
  color: #ff7d9b;
  padding: 6px 10px;
  margin-left: 1em;
  vertical-align: middle;
}

.title_pink span.block {
  display: block;
  line-height: 1.3;
  width: 90%;
}

.title_pink02 {
  font-size: 18px;
  color: #ff7d9b;
  font-weight: bold;
  letter-spacing: .1em;
  border-bottom: 1px solid #ff7d9b;
  padding-bottom: 6px;
  display: block;
  position: relative;
  line-height: 30px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.title_pink02::before {
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 30px;
  position: absolute;
  left: 0;
}

.bg_red {
  background-color: #e73828;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 10px;
  margin-bottom: 25px;
}

.heading_pink {
  color: #ff7d9b;
  font-size: 26px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff7d9b;
  position: relative;
  margin-bottom: 40px;
  line-height: 36px;
  letter-spacing: .1em;
}

.heading_pink::before {
  position: absolute;
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 36px;
  left: 0;
}

p {
  margin-bottom: 1.5em;
  word-break: break-all;
}

.mincho {
  font-family: "ヒラギノ���� Pro W3", "Hiragino Mincho Pro", "������ ���明朝", "MS PMincho", serif;
}

.goth {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '������ ���ゴシ�����', 'MS PGothic', sans-serif;
}

.talign_center {
  text-align: center;
}

.talign_left {
  text-align: left;
}

.talign_right {
  text-align: right;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.logo_img img {
  fill: #000;
  width: 242px;
  transition: all .5s;
}

.mt30 {
  margin-top: 30px;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  position: relative;
  color: #3e3a39;
  font-size: 14px;
  margin: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

p, h1, h2, h3, h4, h5, h6, ul, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: disc;
}

li {
  list-style: none;
}

ol {
  list-style: decimal;
}

li>ul, li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: bottom;
}

img.aligncenter { display: block; margin: 0 auto; }/* 配置位置 中央 */

figure {
  text-align: center;
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

figure img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
}

/* .rll-youtube-player img {
  width: 60% !important;
} */

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
  padding: 10px;
}

textarea {
  width: 100%;
}

.form_page h1.entry-title {
  background-color: #978671;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 30px;
}

.form_page h1.entry-title span {
  background-color: #ffff01;
  font-size: 18px;
  color: #ff7d9b;
  padding: 6px 10px;
  margin-right: 1em;
  vertical-align: middle;
}

.form_page table {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 50px;
}

.form_page table tr {
  border-top: 1px solid #c2c2c2;
  padding: 20px;
}

.form_page table th {
  font-size: 14px;
  font-weight: bold;
  border-right: 1px solid #c2c2c2;
  padding: 20px 0;
  width: 220px;
  text-align: left;
  margin: 20px;
}

.form_page table th span {
  background-color: #b00c1a;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  margin-left: .5em;
}

.form_page table td {
  padding: 20px;
}

.form_page table td p {
  font-size: 12px;
}

.form_page table td p.mt10 {
  margin-top: 10px;
}

.form_page input.wpcf7-confirm {
  display: block;
  margin: 0 auto;
  text-align: center;
  border: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7e00), color-stop(50%, #ff7e00), color-stop(50%, #f86900), to(#f86900));
  background: linear-gradient(#ff7e00 0%, #ff7e00 50%, #f86900 50%, #f86900 100%);
  width: 420px;
  max-width: 90%;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  padding: 20px 0;
  border-radius: 17px;
  text-shadow: 2px 2px 0 #e95514;
  -webkit-box-shadow: 0 3px 0 rgba(35, 24, 21, 0.3);
  box-shadow: 0 3px 0 rgba(35, 24, 21, 0.3);
  cursor: pointer;
}

.form_page.contact header.entry-header h1.entry-title {
  font-size: 25px;
}

.access_loop{
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
}
.access_loop li{
  width: 50%;
  padding: 0 15px 30px;
  box-sizing:border-box;
}
.access_loop li img{
  width: 100%;
}
.access_loop li .way_fig{
  margin-bottom: 10px;
}
.access_loop li .way_det{
  display: table;
  width: 100%;
}
.access_loop li .way_det .way_num{
  display: table-cell;
  font-weight: bold;
  font-size: 30px;
  color: #E13828;
  line-height: 1em;
  vertical-align: top;
  padding-right: 10px;
}
.access_loop li .way_det p{
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

/* 流れ */
.step {
  margin: 50px auto;
}

.step .flow_image {
  margin-bottom: 40px;
}
.step .flow_image ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.step .flow_image ul li {
  /* width: 145px; */
	width: 270px;
  width: 200px;
  position: relative;
}
.step .flow_image ul li::after {
  position: absolute;
  content: '';
  border-left: 11px solid #ff7d9b;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  right: -25px;
  /* top: 70px; */
	top: 100px;
}
.step .flow_image ul li:last-child::after {
  content: none;
}
.step .flow_image ul li img {
  margin-bottom: 15px;
}
.reservationimg_bnrarea {
  margin: 20px 0;
}


@media (min-width: 1px) and (max-width: 940px) {
  .logo_img img {
    fill: #000;
    /* width: 50vmin; */
    transition: all .5s;
  }


  .form_page h1.entry-title {
    font-size: 22px;
    padding: 8px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form_page h1.entry-title span {
    font-size: 14px;
    padding: 4px 8px;
    margin-right: 0;
    margin: 0 auto;
    width: 6em;
  }
  .form_page table {
    border-bottom: 1px solid #ff7d9b;
    margin-bottom: 50px;
  }
  .form_page table tr {
    border-top: 1px solid #ff7d9b;
    padding: 20px;
  }
  .form_page table th {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    border-right: 0;
    padding: 20px 0 15px;
    text-align: left;
    margin: 0;
  }
  .form_page table th span {
    padding: 3px;
    margin-left: .5em;
  }
  .form_page table td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
  .form_page table td input[type="text"], .form_page table td input[type="textarea"], .form_page table td input[type="tel"], .form_page table td input[type="email"] {
    width: 100%;
  }
  .form_page table td p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .form_page table td p.mt10 {
    margin-top: 10px;
  }
  .form_page input.wpcf7-confirm {
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7e00), color-stop(50%, #ff7e00), color-stop(50%, #f86900), to(#f86900));
    background: linear-gradient(#ff7e00 0%, #ff7e00 50%, #f86900 50%, #f86900 100%);
    width: 420px;
    max-width: 90%;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    padding: 20px 0;
    border-radius: 17px;
    text-shadow: 2px 2px 0 #e95514;
    -webkit-box-shadow: 0 3px 0 rgba(35, 24, 21, 0.3);
    box-shadow: 0 3px 0 rgba(35, 24, 21, 0.3);
    cursor: pointer;
  }
  .addrd {
    font-size: 15px;
    font-weight: bold;
  }

  /* 流れ */
  .step .flow_image {
    margin-bottom: 10px;
  }
  .step .flow_image ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column;
  }
  .step .flow_image ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .step .flow_image ul li::after {
    position: absolute;
    content: '';
    border-top: 8px solid #ff7d9b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: inherit;
    /* left: 30px; */
    left: 70px;
    /* top: 85px; */
    /* top: 110px; */
    top: 180px;
  }
  .step .flow_image ul li:last-child::after {
    content: none;
  }
  .step .flow_image ul li img {
    /* width: 70px; */
    /* width: 100px; */
    width: 160px;
    margin-right: 20px;
    margin-bottom: 15px;
  }

}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: royalblue;
  text-decoration: none;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}


/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
  display: block;
}

.banner_button {
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
  max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
.mt60 {
  margin-top: -60px;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.head-content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.head-content .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("common/img/bg_yellow.jpg") repeat center top;
  background-size: 148px 148px;
  width: 100%;
  /*height: 165px;*/
  margin-bottom: 40px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}

.head-content .header .header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
  padding: 20px;
}

.head-content .header .logo_box {
  margin-left: 100px;
  position: relative;
}

.head-content .header .logo_box::before {
  position: absolute;
  content: '';
  /* background: url("common/img/top/header_illustration.png") no-repeat; */
  background-size: 164px 167px;
  width: 164px;
  height: 167px;
  top: -20px;
  left: -145px;
}

.head-content .header .logo_box p {
  font-size: 12px;
  margin-bottom: 12px;
}

.head-content .header .logo_box a h1 svg.header_logo {
  fill: #000;
  width: 242px;
  height: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.head-content .header .logo_box a svg.header_logo {
  fill: #000;
  width: 242px;
  height: 40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.head-content .header .logo_box a:hover h1 svg {
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: .6;
}
.head-content .header .logo_box a:hover svg {
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: .6;
}
.head-content .header .logo_box a h1 img {
  fill: #000;
  width: 242px;
  transition: all .5s;
}
.head-content .header .logo_box a img {
  fill: #000;
  width: 242px;
  transition: all .5s;
}
.head-content .header .logo_box.shop a h1 {
  display: inline;
}
.head-content .header .logo_box.shop a {
  display: inline;
}
.head-content .header .logo_box h2.shop_name {
  font-size: 18px;
  color: #000;
  display: inline;
}
.head-content .header .logo_box h1.shop_name {
  font-size: 18px;
  color: #000;
  display: inline;
}

.head-content .header .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 660px;
}

.head-content .header .tel_num {
  color: #3e3a39;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
  position: relative; top:-5px;
  padding-left: 40px;
  display:flex;
  align-items:center;
}

.head-content .header .tel_num::before {
  position: absolute;
  content: '';
  background: url("common/img/store/free_tel.png") no-repeat;
  background-size: 36px 20px;
  width: 36px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top:-10px;
}

.head-content .header .tel_num span:last-child {
  font-size: 13px;
  font-weight: normal;
  margin-left:10px;
  line-height:1.3;
}

.head-content .header nav.navigation {
  width: 605px;
  max-width: 100%;
  margin-bottom: 10px;
}

.head-content .header nav.navigation.shop {
  display: none;
}

.head-content .header nav.navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.head-content .header nav.navigation ul li {
  padding: 0 10px;
  border-left: 1px solid #000;
}

.head-content .header nav.navigation ul li:last-child {
  border-right: 1px solid #000;
}

.head-content .header nav.navigation ul li a {
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
  border-bottom: 1px solid transparent;
}

.head-content .header nav.navigation ul li a:hover {
  opacity: .6;
}

.head-content .header .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-content .header .sns a {
  display: block;
}

.head-content .header .sns a.fb svg, .head-content .header .sns a.tw svg {
  width: 28px;
  height: 28px;
  margin-left: 13px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.head-content .header .sns a.fb svg {
  fill: #036eb7;
}

.head-content .header .sns a.tw svg {
  fill: #2ea6df;
}

.head-content .header .sns a:hover svg {
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.head-content .header .link_btn {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.head-content .header .link_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.head-content .header .link_btn ul li {
  /* width: 196px; */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7e00), color-stop(50%, #ff7e00), color-stop(50%, #f86900), to(#f86900));
  background: linear-gradient(#ff7e00 0%, #ff7e00 50%, #f86900 50%, #f86900 100%);
  text-align: center;
  border-radius: 10px;
  text-shadow: -2px -2px 0 rgba(233, 101, 45, 0.8);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}

.line_btn {
  background: linear-gradient(#31d146 0%, #31d146 50%, #0eb20d 50%, #0eb20d 100%) !important;
  text-shadow: -2px -2px 0 #0eb20d !important;
}

.head-content .header .link_btn ul li .pc_none {
  display: none;
}

.head-content .header .link_btn ul li a {
  display: block;
  padding: 8px 0;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.head-content .header .link_btn ul li a:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: .6;
}

.head-content .header .link_btn ul.pc_none {
  display: none;
}

.head-content .header .link_btn.shop ul li {
  width: 148px;
}

.head-content .header .submenu {
  background-color: #ffbc00;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.head-content .header .submenu p {
  font-size: 16px;
  font-weight: bold;
  margin-right: 25px;
}

.head-content .header .submenu p:nth-of-type(1) {
  /* background-color: #f0ce8f; */
  background-color: #ffbc00;
}



.head-content .header .submenu p span {
  font-size: 12px;
  font-weight: normal;
}


.head-content .header .submenu div {
  font-size: 16px;
  font-weight: bold;
  margin-right: 25px;
}

.head-content .header .submenu div:nth-of-type(1) {
  /* background-color: #f0ce8f; */
  background-color: #ffbc00;
}



.head-content .header .submenu div span {
  font-size: 12px;
  font-weight: normal;
}

.head-content .header .submenu div a {
  color: #000;
}


.head-content .header .submenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-content .header .submenu ul li {
  border-left: 1px solid #000;
  font-weight: bold;
  position: relative;
}

.head-content .header .submenu ul li a {
  display: block;
  padding: 0 10px 0 45px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #000;
}

.head-content .header .submenu ul li a:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: .6;
}

.head-content .header .submenu ul li:last-child {
  border-right: 1px solid #000;
}

.head-content .header .submenu ul li.sub01 a::before, .head-content .header .submenu ul li.sub02 a::before, .head-content .header .submenu ul li.sub03 a::before, .head-content .header .submenu ul li.sub04 a::before {
  position: absolute;
  content: '';
  left: 12px;
  top: -1px;
}
.head-content .header .submenu ul li.sub01 a::before, .head-content .header .submenu ul li.sub02 a::before, .head-content .header .submenu ul li.sub03 a::before, .head-content .header .submenu ul li.sub05 a::before {
  position: absolute;
  content: '';
  left: 12px;
  top: -1px;
}


.head-content .header .submenu ul li.sub01 a::before {
  background: url("common/img/top/header_subbtn01.png") no-repeat;
  background-size: 24px 21px;
  width: 24px;
  height: 21px;
}

.head-content .header .submenu ul li.sub02 a::before {
  background: url("common/img/top/header_subbtn02.png") no-repeat;
  background-size: 25px 23px;
  width: 25px;
  height: 23px;
}

.head-content .header .submenu ul li.sub03 a::before {
  background: url("common/img/top/header_subbtn03.png") no-repeat;
  background-size: 21px;
  width: 21px;
  height: 21px;
}

.head-content .header .submenu ul li.sub04 a::before {
  background: url("common/img/top/header_subbtn04.png") no-repeat;
  background-size: 23px 22px;
  width: 23px;
  height: 22px;
}
.head-content .header .submenu ul li.sub05 a::before {
  background: url("common/img/top/header_subbtn05.png") no-repeat;
  background-size: 23px 22px;
  width: 23px;
  height: 22px;
}


ul.breadcrumb {
  width: 1000px;
  margin: 0 auto 25px;
}

ul.breadcrumb li {
  display: inline;
  font-size: 12px;
}

ul.breadcrumb li::after {
  content: "��";
  color: #fff;
  padding: 0 5px;
}

ul.breadcrumb li:last-child::after {
  content: '';
}

ul.breadcrumb li a {
  color: #fff;
}
ol.breadcrumbList {
  width: 1000px;
  margin: 20px auto 10px;
  padding-inline-start: 50px;
}
ol.breadcrumbList li {
  display: inline;
  font-size: 12px;
}
ol.breadcrumbList li::after {
  content: ">";
  color: #fff;
  padding: 0 5px;
}
ol.breadcrumbList li:last-child::after {
  content: '';
}
ol.breadcrumbList li a {
  color: #fff;
}


.breadcrumbList-wrp {
  background: url(common/img/bg_yellow.jpg) repeat center top;
  width: 100%;
  height: auto;

}
ol.breadcrumbList-shop {
  width: 90%;
  margin: 0 auto;
  padding-inline-start: 50px;
}
ol.breadcrumbList-shop li {
  display: inline;
  font-size: 12px;
}
ol.breadcrumbList-shop li::after {
  content: ">";
  color: #3e3a39;
  padding: 0 5px;
}
ol.breadcrumbList-shop li:last-child::after {
  content: '';
}
ol.breadcrumbList-shop li a {
  color: #3e3a39;
}

#rwdMenuWrap {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
}

#rwdMenuWrap #switchBtnArea {
  width: 50px;
  height: 63px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1210;
  padding-left: 10px;
  border-left: 1px solid #000;
  position: fixed;
}

#rwdMenuWrap #switchBtnArea #switchBtn {
  top: 10px;
  right: 5px;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  border-radius: 3px;
}

#rwdMenuWrap #switchBtnArea #switchBtn span {
  left: 20%;
  width: 60%;
  height: 3px;
  display: block;
  position: absolute;
  background-color: #333333;
  -webkit-transition: .3s;
  transition: .3s;
}

#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
  top: 18px;
  -webkit-transform: rotate(1);
  transform: rotate(1);
}

#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
  bottom: 10px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#rwdMenuWrap ul {
  position: absolute;
  width: 100%;
  display: none;
  list-style: none;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: 30px;
  font-weight: bold;
  font-size: 13px;
  z-index: 200;
  position: fixed;
}

#rwdMenuWrap ul li {
  width: 100%;
  border-bottom: 1px solid #fff;
}

#rwdMenuWrap ul li:first-child {
  border-top: 1px solid #fff;
}

#rwdMenuWrap ul li a {
  padding: 13px 0;
  text-align: left;
  display: block;
  position: relative;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

#rwdMenuWrap ul li a:hover {
  background: #ddd;
}

#rwdMenuWrap ul li a:after {
  content: '';
  margin-top: -4px;
  top: 50%;
  right: 2px;
  width: 8px;
  height: 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  display: block;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 1px) and (max-width: 940px) {
  .mt60 {
    margin-top: -40px;
  }
  
  .head-content .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: 100%;
    /* height: 63px; */
    height: 70px;
    margin-bottom: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    top: 0;
    z-index: 100;

  }
  .head-content .header .header_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    padding: 0;
    position: relative;
    margin: auto;
  }
  .head-content .header .logo_box {
    margin-left: 10px;
    position: relative;
  }
  .head-content .header .logo_box::before {
    content: none;
  }
  .head-content .header .logo_box p {
    display: none;
  }
  .head-content .header .logo_box a h1 svg.header_logo {
    width: 130px;
    height: 22px;
  }
  .head-content .header .logo_box a svg.header_logo {
    width: 130px;
    height: 22px;
  }
  .head-content .header .logo_box a h1 img {
    fill: #000;
    width: 50vmin;
    transition: all .5s;
  }    
  .head-content .header .logo_box a img {
    fill: #000;
    /* width: 50vmin; */
    width: 180px;
    transition: all .5s;
  }    
  .head-content .header .logo_box.shop {
    width: 100%;
  }
  .head-content .header .logo_box.shop a h1 {
    display: inline;
  }
  .head-content .header .logo_box.shop a  {
    display: inline;
  }
  .head-content .header .logo_box h2.shop_name {
    font-size: 12px;
    color: #000;
    display: block;
  }
  .head-content .header .logo_box h1.shop_name {
    font-size: 12px;
    color: #000;
    display: block;
  }
  .head-content .header .mainmenu {
    width: 20%;
  }
  .head-content .header .tel_num {
    display: none;
  }
  .head-content .header nav.navigation {
    width: 100px;
    max-width: 100%;
    display: none;
  }
  .head-content .header nav.navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  .head-content .header nav.navigation ul li {
    padding: 0 10px;
    border-left: 1px solid #000;
  }
  .head-content .header nav.navigation ul li:last-child {
    border-right: 1px solid #000;
  }
  .head-content .header nav.navigation ul li a {
    color: #000;
    -webkit-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid transparent;
  }
  .head-content .header nav.navigation ul li a:hover {
    opacity: .8;
  }
  .head-content .header .sns {
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .head-content .header .sns a {
    display: block;
  }
  .head-content .header .sns a.fb svg, .head-content .header .sns a.tw svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
  .head-content .header .link_btn {
    position: fixed;
    left: 0;
    z-index: 1000;
    bottom: 0;
    margin: 0;
    padding: 1%;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .head-content .header .link_btn.shop ul li {
    width: 32%;
  }
  .head-content .header .link_btn ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .head-content .header .link_btn ul.pc_none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .head-content .header .link_btn ul.sp_none {
    display: none;
  }
  .head-content .header .link_btn ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 32%; */
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7e00), color-stop(50%, #ff7e00), color-stop(50%, #f86900), to(#f86900));
    background: linear-gradient(#ff7e00 0%, #ff7e00 50%, #f86900 50%, #f86900 100%);
    text-align: center;
    border-radius: 10px;
    text-shadow: -2px -2px 0 rgba(233, 101, 45, 0.8);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  }
  .head-content .header .link_btn ul li .pc_none {
    display: block;
  }
  .head-content .header .link_btn ul li a {
    display: block;
    padding: 8px 0;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .head-content .header .link_btn ul li a:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: .6;
  }
  .head-content .header .submenu {
    background-color: #ffbc00;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
        /* display: none; */
            position: absolute;
    /* top: 380px; */
    top: 64px;
    width: 100%;
    z-index: 100;
  }
  .head-content .header .submenu p {
    font-size: 14px;
    text-align: center;
    margin-right: 0;
    border-bottom: 1px solid #000;
    padding: 10px 0;
  }
  .head-content .header .submenu p span {
    display: none;
  }

  
  .head-content .header .submenu div {
    font-size: 14px;
    text-align: center;
    margin-right: 0;
    border-bottom: 1px solid #000;
    padding: 10px 0;
  }
  .head-content .header .submenu div span {
    display: none;
  }

  .head-content .header .submenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .head-content .header .submenu ul li {
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 12px;
  }
  .head-content .header .submenu ul li a {
    display: block;
    padding: 10px 0 10px 25px;
  }
  .head-content .header .submenu ul li:last-child {
    border-right: none;
  }
  .head-content .header .submenu ul li:first-child {
    border-left: none;
  }
  .head-content .header .submenu ul li.sub01 a::before, .head-content .header .submenu ul li.sub02 a::before, .head-content .header .submenu ul li.sub03 a::before, .head-content .header .submenu ul li.sub04 a::before {
    left: 8px;
    top: 12px;
  }
  .head-content .header .submenu ul li.sub01 a::before, .head-content .header .submenu ul li.sub02 a::before, .head-content .header .submenu ul li.sub03 a::before, .head-content .header .submenu ul li.sub05 a::before {
    left: 8px;
    top: 12px;
  }

  .head-content .header .submenu ul li.sub01 a::before {
    background-size: 16px 14px;
    width: 16px;
    height: 14px;
  }
  .head-content .header .submenu ul li.sub02 a::before {
    background-size: 16px 15px;
    width: 16px;
    height: 15px;
  }
  .head-content .header .submenu ul li.sub03 a::before {
    background-size: 14px;
    width: 14px;
    height: 14px;
  }
  .head-content .header .submenu ul li.sub04 a::before {
    background-size: 16px 15px;
    width: 16px;
    height: 15px;
  }
  .head-content .header .submenu ul li.sub05 a::before {
    background-size: 16px 15px;
    width: 16px;
    height: 15px;
  }

  ul.breadcrumb {
    width: 95%;
    margin: 10px auto 15px;
  }
  ul.breadcrumb li {
    font-size: 11px;
  }
  ol.breadcrumbList {
    width: 80%;
    text-align: left;
    padding-inline-start: 10px;
    margin:10px 0 10px;
  }
  ol.breadcrumbList li {
    font-size: 11px;
  }



  ol.breadcrumbList-shop {
    width: 90%;
    text-align: left;
    padding-inline-start: 10px;
    /* margin:10px 0 10px; */
  }
  ol.breadcrumbList-shop li {
    font-size: 11px;
  }

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  width: 100%;
  /* background: url("common/img/bg_footer.jpg") repeat; */
  background-color: #000;
  background-size: 140px 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#footer .footer-content {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 20px;
  color: #fff;
}

#footer .footer-content .site_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#footer .footer-content .site_info .footer_logo img {
  width: 215px;
}

#footer .footer-content .site_info .footer_logo p {
  font-size: 13px;
  margin: 15px 0 25px;
}

#footer .footer-content .site_info .footer_logo .footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .footer-content .site_info .footer_logo .footer_sns a img {
  width: 40px;
  margin-right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

#footer .footer-content .site_info .footer_logo .footer_sns a img:hover {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#footer .footer-content .site_info .estate_bn {
  width: 320px;
  position: relative;
}

#footer .footer-content .site_info .estate_bn a {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

#footer .footer-content .site_info .estate_bn a::before {
  content: "";
  /* background: url("common/img/estate_arrow.png") no-repeat; */
  background-size: 83px 60px;
  width: 83px;
  height: 60px;
  position: absolute;
  top: -28px;
  left: -45px;
}

#footer .footer-content .site_info .estate_bn a:hover {
  -webkit-transform: scale(1.1) rotate(-2deg);
  transform: scale(1.1) rotate(-2deg);
}

#footer .footer-content .site_info .estate_bn a img {
  border: 6px solid #fff;
}

#footer .footer-content .footer_nav {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 12px;
}

#footer .footer-content .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#footer .footer-content .footer_nav ul li {
  margin-right: 1em;
  padding-right: 1em;
  border-right: 1px solid #fff;
}

#footer .footer-content .footer_nav ul li:last-child {
  border-right: 0;
}

#footer .footer-content .footer_nav ul li a {
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

#footer .footer-content .footer_nav ul li a:hover {
  opacity: .8;
}

#footer .footer-content p.sign {
  font-size: 12px;
  margin-bottom: 20px;
}

#footer .footer-content small {
  text-align: left;
}

.container.bg_yellow {
  background: url("common/img/bg_yellow.jpg") repeat center top;
  background-size: 148px 148px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container.bg_yellow .welcome {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container.bg_yellow .welcome h3 {
  font-size: 20px;
  color: #000;
  /* border-bottom: 1px solid #000; */
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: .15em;
  display: inline-block;
  margin-top: 30px;
}
.container.bg_yellow .welcome h3 .welcome_ttl {
  font-size: 30px;
}

#page.page-template-page-shop .container.bg_yellow .welcome .syuttyou_kaitori_reserve {
  font-size: 23px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: .15em;
  display: inline-block;
}

#page.page-template-page-shop .container.bg_yellow .welcome .welcome_top-ttl {
  font-size: 23px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: .15em;
  display: inline-block;
  font-weight: bold;
}

.container.bg_yellow .welcome img {
  width: 445px;
  max-width: 100%;
}

.container.bg_yellow .welcome p.store_info {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  margin: 30px auto 0;
  position: relative;
  width: 240px;
  text-align: center;
}
 
#page.page-template-page-shop .container.bg_yellow .welcome h2.store_info {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  margin: 30px auto 0;
  position: relative;
  width: 240px;
  text-align: center;
}


.container.bg_yellow .kaitori_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto;
}

.container.bg_yellow .kaitori_list .inner {
  border-left: 1px dashed #000;
  width: 33%;
}

.container.bg_yellow .kaitori_list .inner:last-child {
  border-right: 1px dashed #000;
}

.container.bg_yellow .kaitori_list .inner h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.container.bg_yellow .kaitori_list .inner img {
  width: 160px;
}

.container.bg_yellow .kaitori_list .inner .text1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.container.bg_yellow .kaitori_list .inner .text2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

.container.bg_yellow .kaitori_list .inner .link_btn {
  border: 1px solid #000;
  width: 82%;
  padding: 10px 0;
  margin: 0 auto;
}

.container.bg_yellow .kaitori_list .inner .link_btn p {
  color: #000;
  font-weight: bold;
  position: relative;
  padding-left: 35%;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container.bg_yellow .kaitori_list .inner .link_btn p::before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 16px;
  height: 16px;
  margin-left: -1.5em;
  border-radius: 50%;
  display: block;
}

.container.bg_yellow .kaitori_list .inner .link_btn p::after {
  position: absolute;
  content: '';
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  top: 5px;
  margin-left: -1.2em;
  display: block;
}

.container.bg_yellow .blog_bn {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.bg_yellow .blog_bn a {
  display: block;
  width: 45%;
  padding: 10px;
  border: dotted 2px #000;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.container.bg_yellow .blog_bn a div {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.container.bg_yellow .blog_bn a div img {
  -webkit-transition: .3s;
  transition: .3s;
}

.container.bg_yellow .blog_bn a:hover {
  border: solid 2px #fff;
}

.container.bg_yellow .blog_bn a:hover div img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

.container.bg_yellow .store_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container.bg_yellow .store_info_list a {
  display: block;
  width: 29%;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container.bg_yellow .store_info_list a .store_info_article img {
  border: 10px solid #fff;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container.bg_yellow .store_info_list a .store_info_article p {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin: 15px auto 0;
}

.container.bg_yellow .store_info_list a .store_info_article p span {
  display: block;
  font-size: 12px;
}

.link_thailand {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}

.link_thailand a {
  border: 10px solid #fff;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.link_thailand a:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.container.bg_blue {
  background-image: url("common/img/bg_top.png");
  background-size: 110px 110px;
  background-position: center top;
  width: 100%;
  position: relative;
}
.bg_white {
  background: #fff;
  width: 100%;
  position: relative;
  margin-top: -30px !important;
}


.container.bg_blue .app {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.bg_blue .app .text_box p.title {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 35px;
}

.container.bg_blue .app .text_box img.plus {
  width: 586px;
  margin-bottom: 35px;
}

.container.bg_blue .app .text_box .app_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 586px;
}

.container.bg_blue .app .text_box .app_link p {
  font-size: 29px;
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
}

.container.bg_blue .app .text_box .app_link p span {
  font-weight: 200;
  font-size: 60%;
}

.container.bg_blue .app .text_box .app_link a {
  width: 165px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.container.bg_blue .app .text_box .app_link a:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .6;
}

.container.bg_blue .app .iphone {
  width: 320px;
  margin-top: 30px;
}

@media (min-width: 1px) and (max-width: 940px) {
  #footer {
    /* padding: 0 35px; */
    padding: 0;
  }
  #footer .footer-content {
    margin: 0 auto;
    padding: 60px 0 20px;
    color: #fff;
  }
  #footer .footer-content .site_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  #footer .footer-content .site_info .footer_logo img {
    max-width: 100%;
  }
  #footer .footer-content .site_info .estate_bn {
    width: 320px;
    max-width: 100%;
    display: block;
    margin: 0 auto 30px;
  }
  #footer .footer-content .site_info .estate_bn a {
    display: block;
  }
  #footer .footer-content .footer_nav {
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
  }
  #footer .footer-content .footer_nav ul {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  #footer .footer-content .footer_nav ul li {
    border-right: 0;
    margin-right: 0;
  }
  #footer .footer-content .footer_nav ul li a {
    font-size: 13px;
    display: block;
    padding: 15px 0;
    border-top: 1px solid #fff;
    position: relative;
  }
  #footer .footer-content .footer_nav ul li a:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #footer .footer-content .footer_nav ul li a:after {
    content: '';
    margin-top: -3px;
    top: 50%;
    right: 3px;
    width: 6px;
    height: 6px;
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #footer .footer-content .footer_nav ul li:last-child {
    border-bottom: 0;
  }
  #footer .footer-content .footer_nav ul li:last-child a {
    border-bottom: 1px solid #fff;
  }
  #footer .footer-content small {
    text-align: center;
    display: block;
  }
  .container.bg_yellow {
    background: url("common/img/bg_yellow.jpg") repeat center top;
    background-size: 148px 148px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px;
  }
  .container.bg_yellow .welcome {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container.bg_yellow .welcome h3 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    padding: 0 20px 10px;
  }
  #page.page-template-page-shop .container.bg_yellow .welcome .syuttyou_kaitori_reserve {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    padding: 0 20px 10px;
  }

  #page.page-template-page-shop .container.bg_yellow .welcome .welcome_top-ttl  {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    padding: 0 20px 10px;
  }

  .container.bg_yellow .welcome img {
    width: 300px;
    max-width: 100%;
  }
  .container.bg_yellow .welcome p.store_info {
    font-size: 18px;
    color: #000;
    margin: 30px auto 0;
    position: relative;
    width: 240px;
    text-align: center;
  }
  #page.page-template-page-shop  .container.bg_yellow .welcome h2.store_info {
    font-size: 18px;
    color: #000;
    margin: 30px auto 0;
    position: relative;
    width: 240px;
    text-align: center;
  }


  .container.bg_yellow .kaitori_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px auto;
  }
  .container.bg_yellow .kaitori_list .inner {
    border-left: 0;
    width: 100%;
    margin-bottom: 35px;
  }
  .container.bg_yellow .kaitori_list .inner:last-child {
    border-right: 0;
  }
  .container.bg_yellow .kaitori_list .inner .link_btn {
    border: 1px solid #000;
    width: 272px;
    padding: 15px 0;
    margin: 0 auto;
  }
  .container.bg_yellow .kaitori_list .inner .link_btn p {
    color: #000;
    font-weight: bold;
  }
  .container.bg_yellow .blog_bn {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .container.bg_yellow .blog_bn a {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .container.bg_yellow .store_info_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container.bg_yellow .store_info_list a {
    display: block;
    width: 29%;
    margin-bottom: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container.bg_yellow .store_info_list a .store_info_article img {
    border: 10px solid #fff;
    -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .container.bg_yellow .store_info_list a .store_info_article p {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin: 15px auto 0;
  }
  .container.bg_yellow .store_info_list a .store_info_article p span {
    display: block;
    font-size: 12px;
  }
  .link_thailand {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
  }
  .link_thailand a {
    border: 5px solid #fff;
  }
  .container.bg_blue .app {
    max-width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 50px 0;
  }
  .container.bg_blue .app .text_box p.title {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .container.bg_blue .app .text_box img.plus {
    width: 100%;
    margin-bottom: 35px;
  }
  .container.bg_blue .app .text_box .app_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .container.bg_blue .app .text_box .app_link p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-right: 0;
    text-align: center;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 100%;
    margin-bottom: 20px;
  }
  .container.bg_blue .app .text_box .app_link p span {
    display: none;
  }
  .container.bg_blue .app .text_box .app_link a {
    width: 165px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .container.bg_blue .app .text_box .app_link a:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: .6;
  }
  .container.bg_blue .app .iphone {
    width: 320px;
    margin-top: 30px;
  }
}


/*--------------------------------------------------------------
# Index
--------------------------------------------------------------*/


/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  padding: 0 20px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/* Slider */

.slick-loading .slick-list {
  background: #fff url("common/img/ajax-loader.gif") center center no-repeat;
}


/* Icons */

@font-face {
  font-family: "slick";
  src: url("common/font/slick.eot");
  src: url("common/font/slick.eot?#iefix") format("embedded-opentype"), url("common/font/slick.woff") format("woff"), url("common/font/slick.ttf") format("truetype"), url("common/font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* Arrows */

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "�";
}

[dir="rtl"] .slick-prev:before {
  content: "�";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "�";
}

[dir="rtl"] .slick-next:before {
  content: "�";
}


/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #f7b52c;
}

#page.home .head-content {
  background-image: url("common/img/bg_top.png");
  background-size: 110px 110px;
  background-position: center top;
  padding-bottom: 90px;
}

#page.home .head-content .mv {
  
  max-width: 92%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2);
}

#page.home .head-content .mv img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 10px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.home .line_button {
  background: url("common/img/button_line_pc.png") no-repeat;
  background-size: 683px 262px;
  width: 683px;
  max-width: 100%;
  height: 262px;
  margin: 0 auto;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.home .line_button:hover {
  -webkit-transform: rotate(-2deg) scale(1.1);
  transform: rotate(-2deg) scale(1.1);
}

#page.home .container .campaign {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

#page.home .container .campaign .title_campaign {
  width: 257px;
  margin: 0 auto 35px;
}

#page.home .container .campaign .title_campaign p {
  color: #fff;
  font-size: 18px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

#page.home .container .campaign .bn_box {
  -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2);
}

#page.home .gold_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page.home .gold_box h3 {
  font-size: 28px;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 0 5px 10px;
  margin-bottom: 15px;
}

#page.home .gold_box p {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

#page.home .gold_box p span a {
  color: #000;
  font-size: 16px;
  border: 1px solid #000;
  padding: 5px 10px;
  margin-left: 20px;
}

#page.home .gold_box img {
  width: 195px;
  max-width: 100%;
  height: auto;
}

#page.home .ex_list {
  width: 1000px;
  max-width: 100%;
  margin: 100px auto 0;
  text-align: center;
}

#page.home .ex_list h3 {
  font-size: 23px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

#page.home .ex_list .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

#page.home .ex_list .list_box .inner {
  width: 32%;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border: 3px solid #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  text-align: left;
}

#page.home .ex_list .list_box .inner img {
  width: 120px;
}

#page.home .ex_list .list_box .inner .text_box {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.home .ex_list .list_box .inner .text_box p {
  font-size: 12px;
  margin-bottom: 8px;
}

#page.home .ex_list .list_box .inner .text_box .name, #page.home .ex_list .list_box .inner .text_box .price {
  font-size: 14px;
  color: #e73828;
  font-weight: bold;
}

#page.home .rate_box {
  width: 1000px;
  max-width: 100%;
  margin: 40px auto 0;
  padding: 33px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(common/img/top/bg_rate_pc.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.home .rate_box .inner {
  width: 30%;
}

#page.home .rate_box .inner p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .15em;
}

#page.home .rate_box .inner .price_box {
  background-color: #fff;
  padding: 10px 15px;
  margin-top: 10px;
  border-top: 2px solid #f7b52d;
  border-left: 2px solid #f7b52d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.home .rate_box .inner .price_box p {
  letter-spacing: 0;
}

#page.home .rate_box .inner .price_box p span.red {
  color: #000;
}

#page.home .image_box {
  width: 1000px;
  max-width: 100%;
  margin: 100px auto 0;
  text-align: center;
}

#page.home .image_box h3 {
  font-size: 23px;
  color: #e73828;
  border-bottom: 1px solid #e73828;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 auto 50px;
  display: inline-block;
}

#page.home .image_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page.home .image_box .inner.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#page.home .image_box .inner .text_box {
  width: 45%;
}

#page.home .image_box .inner .text_box h4 {
  font-size: 20px;
  color: #fedf23;
  text-shadow: 2px 2px 0 #e34783;
  letter-spacing: .15em;
  margin-bottom: 1.2em;
}

#page.home .image_box .inner .text_box p {
  letter-spacing: .15em;
  line-height: 1.8;
}

#page.home .image_box .inner .img_box {
  width: 490px;
}

#page.home .more_info {
  width: 160px;
  margin: 40px auto;
  text-align: center;
}

#page.home .more_info a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

#page.home .more_info a:hover {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#page.home .container.bg_pink {
  background: url("common/img/bg_pink.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.home .container.bg_white {
  background: url("common/img/bg_white.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


#page.home .container.bg_pink .title_blog {
  width: 205px;
  margin: 0 auto 0;
}

#page.home .container.bg_pink .title_blog p {
  color: #cc0000;
  font-size: 22px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

#page.home .container.bg_pink .title_blog p::after {
  content: "";
  background: url("common/img/hige.png") no-repeat;
  background-size: 98px 25px;
  width: 98px;
  height: 25px;
  display: block;
  bottom: 0;
  margin: 12px auto 0;
}

#page.home .container.bg_pink .blog_bn {
  width: 1000px;
  max-width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.home .container.bg_pink .blog_bn a {
  display: block;
  width: 45%;
  padding: 10px;
  border: dotted 2px #e34783;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.home .container.bg_pink .blog_bn a div {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.home .container.bg_pink .blog_bn a div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 10;
}

#page.home .container.bg_pink .blog_bn a div.blog_01::before {
  background: url("common/img/blog_icon01.png") no-repeat;
  background-size: 105px 108px;
  width: 105px;
  height: 108px;
  margin: -60px auto 0;
}

#page.home .container.bg_pink .blog_bn a div.blog_02::before {
  background: url("common/img/blog_icon02.png") no-repeat;
  background-size: 187px 113px;
  width: 187px;
  height: 113px;
  margin: -70px auto 0;
}

#page.home .container.bg_pink .blog_bn a div img {
  -webkit-transition: .3s;
  transition: .3s;
}

#page.home .container.bg_pink .blog_bn a:hover {
  border: solid 2px #fff;
}

#page.home .container.bg_pink .blog_bn a:hover div img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

#page.home .container.bg_pink .title_service {
  width: 280px;
  margin: 70px auto 0;
}

#page.home .container.bg_pink .title_service p {
  color: #cc0000;
  font-size: 22px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

#page.home .container.bg_pink .title_service p::after {
  content: "";
  background: url("common/img/hige.png") no-repeat;
  background-size: 98px 25px;
  width: 98px;
  height: 25px;
  display: block;
  bottom: 0;
  margin: 12px auto 0;
}

#page.home .container.bg_pink .service_bn {
  width: 1000px;
  max-width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.home .container.bg_pink .service_bn a {
  display: block;
  width: 45%;
  padding: 10px;
  border: dotted 2px #fedf23;
  position: relative;
}

#page.home .container.bg_pink .service_bn a div {
  width: 100%;
}

#page.home .container.bg_pink .service_bn a div img {
  -webkit-transition: .3s;
  transition: .3s;
}

#page.home .container.bg_pink .service_bn a:hover {
  border: solid 2px #fff;
}

#page.home .container.bg_pink .service_bn a:hover div img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}



#page.home .container.bg_white .title_blog {
  width: 205px;
  margin: 0 auto 0;
}

#page.home .container.bg_white .title_blog p {
  color: #cc0000;
  font-size: 22px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

#page.home .container.bg_white .title_blog p::after {
  content: "";
  background: url("common/img/hige.png") no-repeat;
  background-size: 98px 25px;
  width: 98px;
  height: 25px;
  display: block;
  bottom: 0;
  margin: 12px auto 0;
}

#page.home .container.bg_white .blog_bn {
  width: 1000px;
  max-width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.home .container.bg_white .blog_bn a {
  display: block;
  width: 45%;
  padding: 10px;
  border: dotted 2px #e34783;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.home .container.bg_white .blog_bn a div {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.home .container.bg_white .blog_bn a div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 10;
}

#page.home .container.bg_white.blog_bn a div.blog_01::before {
  background: url("common/img/blog_icon01.png") no-repeat;
  background-size: 105px 108px;
  width: 105px;
  height: 108px;
  margin: -60px auto 0;
}

#page.home .container.bg_white .blog_bn a div.blog_02::before {
  background: url("common/img/blog_icon02.png") no-repeat;
  background-size: 187px 113px;
  width: 187px;
  height: 113px;
  margin: -70px auto 0;
}

#page.home .container.bg_white .blog_bn a div img {
  -webkit-transition: .3s;
  transition: .3s;
}

#page.home .container.bg_white .blog_bn a:hover {
  border: solid 2px #fff;
}

#page.home .container.bg_white .blog_bn a:hover div img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

#page.home .container.bg_white .title_service {
  width: 280px;
  margin: 70px auto 0;
}

#page.home .container.bg_white .title_service p {
  color: #cc0000;
  font-size: 22px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

#page.home .container.bg_white .title_service p::after {
  content: "";
  background: url("common/img/hige.png") no-repeat;
  background-size: 98px 25px;
  width: 98px;
  height: 25px;
  display: block;
  bottom: 0;
  margin: 12px auto 0;
}

#page.home .container.bg_white .service_bn {
  width: 1000px;
  max-width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.home .container.bg_white .service_bn a {
  display: block;
  width: 45%;
  padding: 10px;
  border: dotted 2px #fedf23;
  position: relative;
}

#page.home .container.bg_white .service_bn a div {
  width: 100%;
}

#page.home .container.bg_white .service_bn a div img {
  -webkit-transition: .3s;
  transition: .3s;
}

#page.home .container.bg_white .service_bn a:hover {
  border: solid 2px #fff;
}

#page.home .container.bg_white .service_bn a:hover div img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

#page.home .voice_box {
  width: 1000px;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#page.home .voice_box h3.title {
  position: absolute;
  margin: 0 auto;
  width: 281px;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#page.home .voice_box .auction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#page.home .voice_box .auction img {
  width: 190px;
  height: auto;
  margin-right: 30px;
}

#page.home .voice_box .auction p {
  color: #ff7d9b;
  font-size: 23px;
  font-weight: bold;
}

#page.home .voice_box .iframe html body>table {
  display: none;
}

#page.home .media_info {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#page.home .media_info .text_box {
  padding: 90px 0;
}

#page.home .media_info .text_box h3 {
  font-size: 30px;
  color: #e73828;
  letter-spacing: .15em;
  margin-bottom: 35px;
}

#page.home .media_info .text_box ul li {
  line-height: 1.8;
}

#page.home .media_info .tvcm {
  position: absolute;
  right: 0;
  top: -50px;
  width: 367px;
}

@media (min-width: 1px) and (max-width: 940px) {
  .sp_none {
    display: none;
  }
  #page.home .head-content {
    padding-bottom: 50px;
  }
  #page.home .head-content .mv {
    width: 90%;
  }
  #page.home .line_button {
    background: url("common/img/button_line_sp.png") no-repeat;
    background-size: 360px 160px;
    width: 360px;
    height: 160px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #page.home .line_button:hover {
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
  }
  #page.home .container .campaign {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  #page.home .container .campaign .title_campaign {
    width: 205px;
    margin: 0 auto 35px;
  }
  #page.home .container .campaign .title_campaign p {
    color: #fff;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
  }
  #page.home .container .campaign .bn_box {
    -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2);
    width: 90%;
    margin: 0 auto;
  }
  #page.home .gold_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0 auto;
  }
  #page.home .gold_box h3 {
    font-size: 18px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 0 5px 10px;
    margin-bottom: 15px;
  }
  #page.home .gold_box p {
    font-size: 18px;
    color: #000;
    font-weight: bold;
  }
  #page.home .gold_box p span a {
    color: #000;
    font-size: 14px;
    border: 1px solid #000;
    padding: 5px 10px;
    margin-left: 20px;
  }
  #page.home .gold_box img {
    width: 195px;
    max-width: 100%;
    height: auto;
  }
  #page.home .ex_list {
    margin: 60px auto 0;
  }
  #page.home .ex_list h3 {
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
    letter-spacing: .15em;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
  }
  #page.home .ex_list .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
  #page.home .ex_list .list_box .inner {
    width: 90%;
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page.home .rate_box {
    width: 1000px;
    max-width: 90%;
    margin: 40px auto 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(common/img/top/bg_rate_sp.png) no-repeat;
    background-size: 100% 100%;
  }
  #page.home .rate_box .inner {
    width: 100%;
  }
  #page.home .rate_box .inner p {
    font-size: 16px;
    text-align: center;
  }
  #page.home .rate_box .inner .price_box {
    padding: 10px;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  #page.home .image_box {
    margin: 80px auto 0;
    text-align: center;
  }
  #page.home .image_box h3 {
    font-size: 18px;
    margin-bottom: 20px;
    margin: 0 auto 30px;
  }
  #page.home .image_box .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    margin-bottom: 30px;
  }
  #page.home .image_box .inner.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  #page.home .image_box .inner .text_box {
    width: 90%;
  }
  #page.home .image_box .inner .text_box h4 {
    font-size: 20px;
  }
  #page.home .image_box .inner .img_box {
    max-width: 90%;
  }
  #page.home .more_info {
    width: 160px;
    margin: 40px auto;
    text-align: center;
  }
  #page.home .more_info a {
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
  }
  #page.home .more_info a:hover {
    opacity: .8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #page.home .container.bg_pink {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 140px;
  }
  #page.home .container.bg_pink .title_blog {
    width: 205px;
    margin: 0 auto 0;
  }
  #page.home .container.bg_pink .title_blog p {
    color: #cc0000;
    font-size: 22px;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
  }
  #page.home .container.bg_pink .title_blog p::after {
    content: "";
    background: url("common/img/hige.png") no-repeat;
    background-size: 98px 25px;
    width: 98px;
    height: 25px;
    display: block;
    bottom: 0;
    margin: 12px auto 0;
  }
  #page.home .container.bg_pink .blog_bn {
    width: 1000px;
    max-width: 100%;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page.home .container.bg_pink .blog_bn a {
    display: block;
    width: 45%;
    padding: 10px;
    border: dotted 2px #e34783;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #page.home .container.bg_pink .blog_bn a div {
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  #page.home .container.bg_pink .blog_bn a div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;
  }
  #page.home .container.bg_pink .blog_bn a div.blog_01::before {
    background: url("common/img/blog_icon01.png") no-repeat;
    background-size: 105px 108px;
    width: 105px;
    height: 108px;
    margin: -60px auto 0;
  }
  #page.home .container.bg_pink .blog_bn a div.blog_02::before {
    background: url("common/img/blog_icon02.png") no-repeat;
    background-size: 187px 113px;
    width: 187px;
    height: 113px;
    margin: -70px auto 0;
  }
  #page.home .container.bg_pink .blog_bn a div img {
    -webkit-transition: .3s;
    transition: .3s;
  }
  #page.home .container.bg_pink .blog_bn a:hover {
    border: solid 2px #fff;
  }
  #page.home .container.bg_pink .blog_bn a:hover div img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .8;
  }
  #page.home .container.bg_pink .title_service {
    width: 280px;
    margin: 70px auto 0;
  }
  #page.home .container.bg_pink .title_service p {
    color: #cc0000;
    font-size: 22px;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
  }
  #page.home .container.bg_pink .title_service p::after {
    content: "";
    background: url("common/img/hige.png") no-repeat;
    background-size: 98px 25px;
    width: 98px;
    height: 25px;
    display: block;
    bottom: 0;
    margin: 12px auto 0;
  }
  #page.home .container.bg_pink .service_bn {
    width: 1000px;
    max-width: 100%;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page.home .container.bg_pink .service_bn a {
    display: block;
    width: 45%;
    padding: 10px;
    border: dotted 2px #fedf23;
    position: relative;
  }
  #page.home .container.bg_pink .service_bn a div {
    width: 100%;
  }
  #page.home .container.bg_pink .service_bn a div img {
    -webkit-transition: .3s;
    transition: .3s;
  }
  #page.home .container.bg_pink .service_bn a:hover {
    border: solid 2px #fff;
  }
  #page.home .container.bg_pink .service_bn a:hover div img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .8;
  }
  #page.home .voice_box {
    width: 90%;
    margin: 80px auto 0;
    padding: 15px;
  }
  #page.home .voice_box h3.title {
    position: absolute;
    margin: 0 auto;
    width: 225px;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #page.home .voice_box .auction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  #page.home .voice_box .auction img {
    width: 190px;
    height: auto;
    margin: 20px auto;
  }
  #page.home .voice_box .auction p {
    font-size: 16px;
    line-height: 1.8;
  }
  #page.home .media_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    width: 90%;
  }
  #page.home .media_info .text_box {
    padding: 0;
  }
  #page.home .media_info .text_box h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  #page.home .media_info .text_box ul li {
    line-height: 1.8;
  }
  #page.home .media_info .tvcm {
    position: relative;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 245px;
  }
  #page.home .container .blog_bn.w90p {
    width: 90%;
  }
  #page.home .link_thailand {
    width: 90%;
    margin: 20px auto;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  }
  #page.home .link_thailand a {
    border: 5px solid #fff;
  }
}

@media (min-width: 1px) and (max-width: 768px) {
  .bg_red {
    font-size: 20px;
  }
}


/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

#page.in.privacy .container.bg_pink {
  background: url("../img/bg_pink.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: -40px auto 0;
  padding-top: 20px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.in.privacy .container.bg_white {
  background: url("../img/bg_white.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: -40px auto 0;
  padding-top: 20px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
  

#page.in.privacy .container.bg_pink .inner {
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 45px 55px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.in.privacy .container.bg_pink h2.page_title {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 30px;
}

#page.in.privacy .container.bg_pink p {
  line-height: 1.8;
  margin-bottom: 1em;
}

#page.in.privacy .container.bg_pink p.red {
  color: #e73828;
}

#page.in.privacy .container.bg_pink h3 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 15px;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page.in.privacy .container.bg_pink {
    margin: -40px auto 0;
    padding-top: 20px;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page.in.privacy .container.bg_pink .inner {
    width: 95%;
    padding: 15px;
  }
  #page.in.privacy .container.bg_pink h2.page_title {
    font-size: 22px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  #page.in.privacy .container.bg_pink h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

#page.in.sitemap .container.bg_pink {
  background: url("../img/bg_pink.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: -40px auto 0;
  padding-top: 20px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.in.sitemap .container.bg_white {
  background: url("../img/bg_white.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: -40px auto 0;
  padding-top: 20px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.in.sitemap .container.bg_pink .inner {
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 45px 55px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.in.sitemap .container.bg_pink h2.page_title {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 30px;
}

#page.in.sitemap .container.bg_pink .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.in.sitemap .container.bg_pink .flex .col2 {
  width: 48%;
}

#page.in.sitemap .container.bg_pink .flex .col2 h3 {
  color: #ff7d9b;
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ff7d9b;
  position: relative;
  margin-bottom: 20px;
  line-height: 32px;
  letter-spacing: .1em;
}

#page.in.sitemap .container.bg_pink .flex .col2 h3::before {
  position: absolute;
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 32px;
  left: 0;
}

#page.in.sitemap .container.bg_pink .flex .col2 ul {
  margin-bottom: 50px;
}

#page.in.sitemap .container.bg_pink .flex .col2 ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 8px;
}

#page.in.sitemap .container.bg_pink .flex .col2 ul li::before {
  position: absolute;
  content: '';
  background: url("../img/sitemap/name_icon.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page.in.sitemap .container.bg_pink .flex .col2 ul li a {
  text-decoration: underline;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.in.sitemap .container.bg_pink .flex .col2 ul li a:hover {
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page.in.sitemap .container.bg_pink {
    margin: -40px auto 0;
    padding-top: 20px;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page.in.sitemap .container.bg_pink .inner {
    width: 95%;
    padding: 15px;
  }
  #page.in.sitemap .container.bg_pink h2.page_title {
    font-size: 22px;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  #page.in.sitemap .container.bg_pink .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  #page.in.sitemap .container.bg_pink .flex .col2 {
    width: 100%;
  }
  #page.in.sitemap .container.bg_pink .flex .col2 h3 {
    font-size: 18px;
    padding-left: 12px;
    padding-bottom: 4px;
    margin-bottom: 15px;
    line-height: 28px;
  }
  #page.in.sitemap .container.bg_pink .flex .col2 h3::before {
    width: 5px;
    height: 28px;
  }
  #page.in.sitemap .container.bg_pink .flex .col2 ul {
    margin-bottom: 30px;
  }
}

#page.in.store .container.bg_pink {
  background: url("../img/bg_pink.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: -40px auto 0;
  padding-top: 20px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.in.store .container.bg_white {
  background: url("../img/bg_white.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: -40px auto 0;
  padding-top: 20px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.in.store .container.bg_pink .inner {
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 45px 55px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.in.store .container.bg_pink .area_link {
  margin: 40px auto;
}

#page.in.store .container.bg_pink .area_link p {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

#page.in.store .container.bg_pink .area_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page.in.store .container.bg_pink .area_link ul li {
  width: 230px;
  border: 1px solid;
  margin: 0 5px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

#page.in.store .container.bg_pink .area_link ul li.osaka {
  border: 1px solid #e73828;
}

#page.in.store .container.bg_pink .area_link ul li.osaka a {
  color: #e73828;
}

#page.in.store .container.bg_pink .area_link ul li.kobe {
  border: 1px solid #60c2c1;
}

#page.in.store .container.bg_pink .area_link ul li.kobe a {
  color: #60c2c1;
}

#page.in.store .container.bg_pink .area_link ul li.kanto {
  border: 1px solid #95d100;
}

#page.in.store .container.bg_pink .area_link ul li.kanto a {
  color: #95d100;
}

#page.in.store .container.bg_pink .area_link ul li span {
  font-size: 16px;
}

#page.in.store .container.bg_pink .area_link ul li a {
  display: block;
  padding: 10px 0;
}

#page.in.store .container.bg_pink .area_link ul li::before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page.in.store .container.bg_pink .area_link ul li.osaka::before {
  background-color: #e73828;
}

#page.in.store .container.bg_pink .area_link ul li.kobe::before {
  background-color: #60c2c1;
}

#page.in.store .container.bg_pink .area_link ul li.kanto::before {
  background-color: #95d100;
}

#page.in.store .container.bg_pink .area_link ul li::after {
  position: absolute;
  content: '';
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page.in.store .container.bg_pink h3.area_title {
  color: #fff;
  font-size: 26px;
  background-color: #000;
  padding: 10px 20px;
  margin-bottom: 25px;
}

#page.in.store .container.bg_pink h3.area_title span {
  font-size: 16px;
}

#page.in.store .container.bg_pink #osaka h3.area_title {
  background-color: #e73828;
}

#page.in.store .container.bg_pink #kobe h3.area_title {
  background-color: #60c2c1;
}

#page.in.store .container.bg_pink #kanto h3.area_title {
  background-color: #95d100;
}

#page.in.store .container.bg_pink .store_list {
  margin-bottom: 60px;
}

#page.in.store .container.bg_pink .store_list ul li {
  display: block;
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #c8c9c9;
}

#page.in.store .container.bg_pink .store_list ul li:last-child {
  border-bottom: 1px solid #c8c9c9;
}

#page.in.store .container.bg_pink .store_list ul li .store_image {
  width: 130px;
  margin-right: 25px;
  float: left;
  overflow: hidden;
}

#page.in.store .container.bg_pink .store_list ul li .store_name {
  margin-left: 155px;
  margin-bottom: 10px;
}

#page.in.store .container.bg_pink .store_list ul li .store_name h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0 0 0 18px;
  position: relative;
}

#page.in.store .container.bg_pink .store_list ul li .store_name h4::before {
  position: absolute;
  content: '';
  background: url("../img/store/name_icon.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
}

#page.in.store .container.bg_pink .store_list ul li .store_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page.in.store .container.bg_pink .store_list ul li .store_link .tel_num {
  color: #13ad67;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  padding-left: 40px;
}

#page.in.store .container.bg_pink .store_list ul li .store_link .tel_num::before {
  position: absolute;
  content: '';
  background: url("../img/store/free_tel.png") no-repeat;
  background-size: 35px 20px;
  width: 35px;
  height: 20px;
  left: 0;
  top: 2px;
}

#page.in.store .container.bg_pink .store_list ul li .store_link .link_to {
  line-height: 1.8;
}

#page.in.store .container.bg_pink .store_list ul li .store_link .link_to a {
  font-size: 11px;
  color: #fff;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd100), to(#ff6500));
  background: linear-gradient(#ffd100, #ff6500);
  padding: 6px 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.in.store .container.bg_pink .store_list ul li .store_link .link_to a:hover {
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.in.store .container.bg_pink .select h3.heading_pink {
  color: #ff7d9b;
  font-size: 26px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff7d9b;
  position: relative;
  margin-bottom: 40px;
  line-height: 36px;
  letter-spacing: .1em;
}

#page.in.store .container.bg_pink .select h3.heading_pink::before {
  position: absolute;
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 36px;
  left: 0;
}

#page.in.store .container.bg_pink .select a {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.in.store .container.bg_pink .select a:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.in.store .container.bg_pink .select .bg_pink {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  letter-spacing: .05em;
}

#page.in.store .container.bg_pink .select .contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

#page.in.store .container.bg_pink .select .contact_link a {
  display: block;
  width: 48%;
}

#page.in.store .container.bg_pink .select .contact_link a img {
  width: 100%;
}

#page.in.store .container.bg_pink .select .contact_link img {
  width: 48%;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page.in.store .container.bg_pink {
    margin: -40px auto 0;
    padding-top: 20px;
    padding-bottom: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page.in.store .container.bg_pink .inner {
    width: 95%;
    padding: 15px;
  }
  #page.in.store .container.bg_pink .area_link {
    margin: 30px auto;
  }
  #page.in.store .container.bg_pink .area_link p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #page.in.store .container.bg_pink .area_link ul li {
    width: 31%;
    font-size: 16px;
  }
  #page.in.store .container.bg_pink .area_link ul li span {
    font-size: 10px;
    display: block;
  }
  #page.in.store .container.bg_pink .area_link ul li a {
    padding: 8px 0;
  }
  #page.in.store .container.bg_pink .area_link ul li::before {
    width: 19px;
    height: 19px;
    right: 15px;
  }
  #page.in.store .container.bg_pink .area_link ul li::after {
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    right: 21px;
  }
  #page.in.store .container.bg_pink h3.area_title {
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 25px;
  }
  #page.in.store .container.bg_pink h3.area_title span {
    font-size: 13px;
  }
  #page.in.store .container.bg_pink .store_list {
    margin-bottom: 60px;
  }
  #page.in.store .container.bg_pink .store_list ul li {
    display: block;
    clear: both;
    padding: 20px 0;
  }
  #page.in.store .container.bg_pink .store_list ul li .store_image {
    width: 90px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
  }
  #page.in.store .container.bg_pink .store_list ul li .store_name {
    margin-left: 115px;
    margin-bottom: 10px;
  }
  #page.in.store .container.bg_pink .store_list ul li .store_name h4 {
    margin: 0 0 5px;
    padding: 0 0 0 18px;
    position: relative;
  }
  #page.in.store .container.bg_pink .store_list ul li .store_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    clear: both;
    margin-top: 15px;
  }
  #page.in.store .container.bg_pink .store_list ul li .store_link .tel_num {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #page.in.store .container.bg_pink .select h3.heading_pink {
    font-size: 18px;
    padding-left: 15px;
    padding-bottom: 8px;
    margin-bottom: 25px;
    line-height: 26px;
  }
  #page.in.store .container.bg_pink .select h3.heading_pink::before {
    width: 3px;
    height: 26px;
  }
  #page.in.store .container.bg_pink .select a {
    margin-bottom: 15px;
  }
  #page.in.store .container.bg_pink .select .bg_pink {
    font-size: 16px;
    padding: 12px 0;
  }
  #page.in.store .container.bg_pink .select .contact_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  #page.in.store .container.bg_pink .select .contact_link a {
    display: block;
    width: 100%;
  }
  #page.in.store .container.bg_pink .select .contact_link a img {
    width: 100%;
  }
  #page.in.store .container.bg_pink .select .contact_link img {
    width: 100%;
  }
}

#page.in.trip .container.bg_pink {
  background: url("../img/bg_pink.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: -40px auto 0;
  padding-top: 20px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.in.trip .container.bg_white {
  background: url("../img/bg_white.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: -40px auto 0;
  padding-top: 20px;
  padding-bottom: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.in.trip .container.bg_pink .inner {
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 45px 55px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.in.trip .container.bg_pink .reason {
  margin: 50px auto;
}

#page.in.trip .container.bg_pink .reason p {
  font-size: 30px;
  color: #ff7d9b;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
}

#page.in.trip .container.bg_pink .reason .image_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 30px auto;
}

#page.in.trip .container.bg_pink .reason .image_box img {
  width: 31%;
}

#page.in.trip .container.bg_pink img.kingaku10up {
  width: 730px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#page.in.trip .container.bg_pink .form_btn {
  display: block;
  width: 425px;
  max-width: 90%;
  margin: 30px auto 60px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.in.trip .container.bg_pink .form_btn:hover {
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.in.trip .container.bg_pink .brand {
  font-size: 25px;
  font-weight: bold;
  color: #ff7d9b;
  text-align: center;
}

#page.in.trip .container.bg_pink .brand .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 30px auto;
}

#page.in.trip .container.bg_pink .brand .gallery img {
  width: 110px;
  height: auto;
  margin: 15px 17px 0 0;
}

#page.in.trip .container.bg_pink img.gold_bn {
  width: 730px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

#page.in.trip .container.bg_pink .flow {
  margin: 50px auto;
}

#page.in.trip .container.bg_pink .flow h3.bg_pink {
  color: #fff;
  background-color: #ff7d9b;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  padding: 8px 0;
  margin-bottom: 35px;
}

#page.in.trip .container.bg_pink .flow .flow_image {
  margin-bottom: 40px;
}

#page.in.trip .container.bg_pink .flow .flow_image ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#page.in.trip .container.bg_pink .flow .flow_image ul li {
  width: 145px;
  position: relative;
}

#page.in.trip .container.bg_pink .flow .flow_image ul li::after {
  position: absolute;
  content: '';
  border-left: 11px solid #ff7d9b;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  right: -25px;
  top: 70px;
}

#page.in.trip .container.bg_pink .flow .flow_image ul li:last-child::after {
  content: none;
}

#page.in.trip .container.bg_pink .flow .flow_image ul li img {
  margin-bottom: 15px;
}

#page.in.trip .container.bg_pink .flow .faq_list ul li {
  font-size: 18px;
  font-weight: bold;
  padding-left: 65px;
  margin-bottom: 30px;
  position: relative;
}

#page.in.trip .container.bg_pink .flow .faq_list ul li::before {
  position: absolute;
  content: '';
  background: url("../img/trip/icon_pink.png") no-repeat;
  background-size: 53px;
  width: 53px;
  height: 53px;
  left: 0;
}

#page.in.trip .container.bg_pink .flow .faq_list ul li span {
  color: #ff7d9b;
  display: block;
}

#page.in.trip .container.bg_pink .flow .menkyo {
  border: 1px solid #b4b4b5;
  margin: 50px auto 70px;
}

#page.in.trip .container.bg_pink .flow .menkyo p.__title {
  font-size: 20px;
  color: #e73828;
  font-weight: bold;
  display: block;
  border-bottom: 1px solid #b4b4b5;
  padding: 20px 35px;
}

#page.in.trip .container.bg_pink .flow .menkyo .copy {
  padding: 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#page.in.trip .container.bg_pink .flow .menkyo .copy p {
  font-size: 14px;
  line-height: 1.8;
}

#page.in.trip .container.bg_pink .flow .menkyo .copy img {
  width: 220px;
}

#page.in.trip .container.bg_pink .area_link {
  margin: 40px auto;
  text-align: center;
}

#page.in.trip .container.bg_pink .area_link p.web_yoyaku {
  color: #e73828;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #e73828;
  padding-bottom: 15px;
  margin: 0 auto 15px;
  display: inline-block;
}

#page.in.trip .container.bg_pink .area_link p {
  font-size: 16px;
  color: #e73828;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

#page.in.trip .container.bg_pink .area_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page.in.trip .container.bg_pink .area_link ul li {
  width: 230px;
  border: 1px solid;
  margin: 0 5px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

#page.in.trip .container.bg_pink .area_link ul li.osaka {
  border: 1px solid #e73828;
}

#page.in.trip .container.bg_pink .area_link ul li.osaka a {
  color: #e73828;
}

#page.in.trip .container.bg_pink .area_link ul li.kobe {
  border: 1px solid #60c2c1;
}

#page.in.trip .container.bg_pink .area_link ul li.kobe a {
  color: #60c2c1;
}

#page.in.trip .container.bg_pink .area_link ul li.kanto {
  border: 1px solid #95d100;
}

#page.in.trip .container.bg_pink .area_link ul li.kanto a {
  color: #95d100;
}

#page.in.trip .container.bg_pink .area_link ul li span {
  font-size: 16px;
}

#page.in.trip .container.bg_pink .area_link ul li a {
  display: block;
  padding: 10px 0;
}

#page.in.trip .container.bg_pink .area_link ul li::before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page.in.trip .container.bg_pink .area_link ul li.osaka::before {
  background-color: #e73828;
}

#page.in.trip .container.bg_pink .area_link ul li.kobe::before {
  background-color: #60c2c1;
}

#page.in.trip .container.bg_pink .area_link ul li.kanto::before {
  background-color: #95d100;
}

#page.in.trip .container.bg_pink .area_link ul li::after {
  position: absolute;
  content: '';
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page.in.trip .container.bg_pink h3.area_title {
  color: #fff;
  font-size: 26px;
  background-color: #000;
  padding: 10px 20px;
  margin-bottom: 25px;
}

#page.in.trip .container.bg_pink h3.area_title span {
  font-size: 16px;
}

#page.in.trip .container.bg_pink #osaka h3.area_title {
  background-color: #e73828;
}

#page.in.trip .container.bg_pink #osaka h3.area_title span.right {
  float: right;
  background-color: #fff;
  color: #e73828;
  font-size: 16px;
  padding: 5px 8px;
  margin-top: 3px;
}

#page.in.trip .container.bg_pink #kobe h3.area_title {
  background-color: #60c2c1;
}

#page.in.trip .container.bg_pink #kanto h3.area_title {
  background-color: #95d100;
}

#page.in.trip .container.bg_pink .store_list {
  margin-bottom: 60px;
}

#page.in.trip .container.bg_pink .store_list ul li {
  display: block;
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #c8c9c9;
}

#page.in.trip .container.bg_pink .store_list ul li:last-child {
  border-bottom: 1px solid #c8c9c9;
}

#page.in.trip .container.bg_pink .store_list ul li .store_image {
  width: 130px;
  margin-right: 25px;
  float: left;
  overflow: hidden;
}

#page.in.trip .container.bg_pink .store_list ul li .store_name {
  margin-left: 155px;
  margin-bottom: 10px;
}

#page.in.trip .container.bg_pink .store_list ul li .store_name h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0 0 0 18px;
  position: relative;
}

#page.in.trip .container.bg_pink .store_list ul li .store_name h4::before {
  position: absolute;
  content: '';
  background: url("../img/store/name_icon.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
}

#page.in.trip .container.bg_pink .store_list ul li .store_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page.in.trip .container.bg_pink .store_list ul li .store_link .tel_num {
  color: #13ad67;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  padding-left: 40px;
}

#page.in.trip .container.bg_pink .store_list ul li .store_link .tel_num::before {
  position: absolute;
  content: '';
  background: url("../img/store/free_tel.png") no-repeat;
  background-size: 35px 20px;
  width: 35px;
  height: 20px;
  left: 0;
  top: 2px;
}

#page.in.trip .container.bg_pink .store_list ul li .store_link .link_to {
  line-height: 1.8;
}

#page.in.trip .container.bg_pink .store_list ul li .store_link .link_to a {
  font-size: 11px;
  color: #fff;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd100), to(#ff6500));
  background: linear-gradient(#ffd100, #ff6500);
  padding: 6px 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.in.trip .container.bg_pink .store_list ul li .store_link .link_to a:hover {
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.in.trip .container.bg_pink .select h3.heading_pink {
  color: #ff7d9b;
  font-size: 26px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff7d9b;
  position: relative;
  margin-bottom: 40px;
  line-height: 36px;
  letter-spacing: .1em;
}

#page.in.trip .container.bg_pink .select h3.heading_pink::before {
  position: absolute;
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 36px;
  left: 0;
}

#page.in.trip .container.bg_pink .select a {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.in.trip .container.bg_pink .select a:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.in.trip .container.bg_pink .select .bg_pink {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  letter-spacing: .05em;
}

#page.in.trip .container.bg_pink .select .contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

#page.in.trip .container.bg_pink .select .contact_link a {
  display: block;
  width: 48%;
}

#page.in.trip .container.bg_pink .select .contact_link a img {
  width: 100%;
}

#page.in.trip .container.bg_pink .select .contact_link img {
  width: 48%;
}

#page.in.trip .container.bg_pink #osaka {
  margin-bottom: 50px;
}

#page.in.trip .container.bg_pink #osaka p.red {
  text-align: center;
  font-size: 16px;
  color: #e73828;
  font-weight: bold;
  margin: 30px auto 20px;
}

#page.in.trip .container.bg_pink #osaka p.center {
  text-align: center;
  line-height: 1.8;
}

#page.in.trip .container.bg_pink #osaka img.free_tel {
  width: 410px;
  display: block;
  margin: 0 auto;
}

#page.in.trip .container.bg_pink #osaka p.date {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}

#page.in.trip .container.bg_pink #datepicker {
  margin: 0 auto;
  text-align: center;
  display: block;
}

#page.in.trip .container.bg_pink #datepicker .ui-datepicker-inline {
  margin: 0 auto 15px;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page.in.trip .container.bg_pink {
    margin: -40px auto 0;
    padding-top: 20px;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page.in.trip .container.bg_pink .inner {
    width: 95%;
    padding: 15px;
  }
  #page.in.trip .container.bg_pink .reason {
    margin: 30px auto;
  }
  #page.in.trip .container.bg_pink .reason p {
    font-size: 20px;
  }
  #page.in.trip .container.bg_pink .reason .image_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 30px auto;
  }
  #page.in.trip .container.bg_pink .reason .image_box img {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  #page.in.trip .container.bg_pink img.kingaku10up {
    width: 730px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  #page.in.trip .container.bg_pink .form_btn {
    margin: 30px auto 40px;
  }
  #page.in.trip .container.bg_pink .brand {
    font-size: 18px;
  }
  #page.in.trip .container.bg_pink .brand .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px auto;
  }
  #page.in.trip .container.bg_pink .brand .gallery img {
    width: 30%;
    margin: 10px 2% 0 0;
  }
  #page.in.trip .container.bg_pink .flow {
    margin: 50px auto;
  }
  #page.in.trip .container.bg_pink .flow h3.bg_pink {
    font-size: 15px;
    padding: 8px 0;
    margin-bottom: 35px;
  }
  #page.in.trip .container.bg_pink .flow .flow_image {
    margin-bottom: 40px;
  }
  #page.in.trip .container.bg_pink .flow .flow_image ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  #page.in.trip .container.bg_pink .flow .flow_image ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
  }
  #page.in.trip .container.bg_pink .flow .flow_image ul li::after {
    position: absolute;
    content: '';
    border-top: 8px solid #ff7d9b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: inherit;
    left: 30px;
    top: 85px;
  }
  #page.in.trip .container.bg_pink .flow .flow_image ul li:last-child::after {
    content: none;
  }
  #page.in.trip .container.bg_pink .flow .flow_image ul li img {
    width: 70px;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  #page.in.trip .container.bg_pink .flow .faq_list ul li {
    font-size: 14px;
    padding-left: 50px;
    margin-bottom: 20px;
  }
  #page.in.trip .container.bg_pink .flow .faq_list ul li::before {
    background-size: 38px;
    width: 38px;
    height: 38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #page.in.trip .container.bg_pink .flow .menkyo {
    border: 1px solid #b4b4b5;
    margin: 50px auto 70px;
  }
  #page.in.trip .container.bg_pink .flow .menkyo p.__title {
    font-size: 17px;
    text-align: center;
    padding: 15px 25px;
  }
  #page.in.trip .container.bg_pink .flow .menkyo .copy {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #page.in.trip .container.bg_pink .flow .menkyo .copy p {
    font-size: 12px;
    line-height: 1.8;
  }
  #page.in.trip .container.bg_pink .flow .menkyo .copy img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #page.in.trip .container.bg_pink .area_link {
    margin: 40px auto;
    text-align: center;
  }
  #page.in.trip .container.bg_pink .area_link p.web_yoyaku {
    color: #e73828;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #e73828;
    padding-bottom: 15px;
    margin: 0 auto 15px;
    display: inline-block;
  }
  #page.in.trip .container.bg_pink .area_link p {
    font-size: 16px;
    color: #e73828;
    text-align: center;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 30px;
  }
  #page.in.trip .container.bg_pink .area_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #page.in.trip .container.bg_pink .area_link ul li {
    width: 230px;
    border: 1px solid;
    margin: 0 5px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  #page.in.trip .container.bg_pink .area_link ul li.osaka {
    border: 1px solid #e73828;
  }
  #page.in.trip .container.bg_pink .area_link ul li.osaka a {
    color: #e73828;
  }
  #page.in.trip .container.bg_pink .area_link ul li.kobe {
    border: 1px solid #60c2c1;
  }
  #page.in.trip .container.bg_pink .area_link ul li.kobe a {
    color: #60c2c1;
  }
  #page.in.trip .container.bg_pink .area_link ul li.kanto {
    border: 1px solid #95d100;
  }
  #page.in.trip .container.bg_pink .area_link ul li.kanto a {
    color: #95d100;
  }
  #page.in.trip .container.bg_pink .area_link ul li span {
    font-size: 16px;
  }
  #page.in.trip .container.bg_pink .area_link ul li a {
    display: block;
    padding: 10px 0;
  }
  #page.in.trip .container.bg_pink .area_link ul li::before {
    position: absolute;
    content: '';
    background-color: #000;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #page.in.trip .container.bg_pink .area_link ul li.osaka::before {
    background-color: #e73828;
  }
  #page.in.trip .container.bg_pink .area_link ul li.kobe::before {
    background-color: #60c2c1;
  }
  #page.in.trip .container.bg_pink .area_link ul li.kanto::before {
    background-color: #95d100;
  }
  #page.in.trip .container.bg_pink .area_link ul li::after {
    position: absolute;
    content: '';
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #page.in.trip .container.bg_pink .area_link {
    margin: 30px auto;
  }
  #page.in.trip .container.bg_pink .area_link p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #page.in.trip .container.bg_pink .area_link ul li {
    width: 31%;
    font-size: 16px;
  }
  #page.in.trip .container.bg_pink .area_link ul li span {
    font-size: 10px;
    display: block;
  }
  #page.in.trip .container.bg_pink .area_link ul li a {
    padding: 8px 0;
  }
  #page.in.trip .container.bg_pink .area_link ul li::before {
    width: 19px;
    height: 19px;
    right: 15px;
  }
  #page.in.trip .container.bg_pink .area_link ul li::after {
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    right: 21px;
  }
  #page.in.trip .container.bg_pink h3.area_title {
    font-size: 20px;
    padding: 10px 20px;
    margin-bottom: 25px;
  }
  #page.in.trip .container.bg_pink h3.area_title span {
    font-size: 13px;
  }
  #page.in.trip .container.bg_pink #osaka h3.area_title span.right {
    font-size: 12px;
    padding: 3px 5px;
    margin-top: 3px;
  }
  #page.in.trip .container.bg_pink .store_list {
    margin-bottom: 60px;
  }
  #page.in.trip .container.bg_pink .store_list ul li {
    display: block;
    clear: both;
    padding: 20px 0;
  }
  #page.in.trip .container.bg_pink .store_list ul li .store_image {
    width: 90px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
  }
  #page.in.trip .container.bg_pink .store_list ul li .store_name {
    margin-left: 115px;
    margin-bottom: 10px;
  }
  #page.in.trip .container.bg_pink .store_list ul li .store_name h4 {
    margin: 0 0 5px;
    padding: 0 0 0 18px;
    position: relative;
  }
  #page.in.trip .container.bg_pink .store_list ul li .store_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    clear: both;
    margin-top: 15px;
  }
  #page.in.trip .container.bg_pink .store_list ul li .store_link .tel_num {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #page.in.trip .container.bg_pink .select h3.heading_pink {
    font-size: 18px;
    padding-left: 15px;
    padding-bottom: 8px;
    margin-bottom: 25px;
    line-height: 26px;
  }
  #page.in.trip .container.bg_pink .select h3.heading_pink::before {
    width: 3px;
    height: 26px;
  }
  #page.in.trip .container.bg_pink .select a {
    margin-bottom: 15px;
  }
  #page.in.trip .container.bg_pink .select .bg_pink {
    font-size: 16px;
    padding: 12px 0;
  }
  #page.in.trip .container.bg_pink .select .contact_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  #page.in.trip .container.bg_pink .select .contact_link a {
    display: block;
    width: 100%;
  }
  #page.in.trip .container.bg_pink .select .contact_link a img {
    width: 100%;
  }
  #page.in.trip .container.bg_pink .select .contact_link img {
    width: 100%;
  }
  #page.in.trip .container.bg_pink #osaka {
    margin-bottom: 50px;
  }
  #page.in.trip .container.bg_pink #osaka p.red {
    font-size: 14px;
    font-weight: bold;
    margin: 30px auto 20px;
  }
  #page.in.trip .container.bg_pink #osaka p.center {
    text-align: left;
    font-size: 12px;
    line-height: 1.8;
  }
  #page.in.trip .container.bg_pink #osaka img.free_tel {
    max-width: 100%;
  }
  #page.in.trip .container.bg_pink #osaka p.date {
    margin-top: 10px;
    font-size: 12px;
  }
  #page.in.trip .container.bg_pink #datepicker {
    margin: 0 auto;
    text-align: center;
    display: block;
    overflow: hidden;
  }
  #page.in.trip .container.bg_pink #datepicker .ui-datepicker-inline {
    margin: 0 auto 15px;
  }
}

#page.page-template-page-shop .container.bg_blue {
  background: url("common/img/bg_top.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: -40px auto 0;
  padding-top: 20px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.page-template-page-shop .container.bg_blue .mv {
  padding-top: 0px;
}

#page.page-template-page-shop .container.bg_blue .inner {
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 25px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop .container.bg_blue .inner .__content {
  margin-top: 20px;
}

#page.page-template-page-shop .container.bg_blue .inner .__content p {
  margin: 10px 0;
  line-height: 1.5;
}

#page.page-template-page-shop .container.bg_blue .inner .link_arr {
  clear: both;
  float: none;
  display: block;
  margin: 20px 0 0;
  padding-top: 20px;
  text-align: right;
}

#page.page-template-page-shop .container.bg_blue .area_link {
  margin: 40px auto;
}

#page.page-template-page-shop .container.bg_blue .area_link p {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

#page.page-template-page-shop .container.bg_blue .area_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li {
  width: 230px;
  border: 1px solid;
  margin: 0 5px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li.osaka {
  border: 1px solid #e73828;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li.osaka a {
  color: #e73828;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li.kobe {
  border: 1px solid #60c2c1;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li.kobe a {
  color: #60c2c1;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li.kanto {
  border: 1px solid #95d100;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li.kanto a {
  color: #95d100;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li span {
  font-size: 16px;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li a {
  display: block;
  padding: 10px 0;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li::before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page.page-template-page-shop .container.bg_blue .area_link ul li.osaka::before {
  background-color: #e73828;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li.kobe::before {
  background-color: #60c2c1;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li.kanto::before {
  background-color: #95d100;
}

#page.page-template-page-shop .container.bg_blue .area_link ul li::after {
  position: absolute;
  content: '';
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page.page-template-page-shop .container.bg_blue h3.area_title {
  color: #fff;
  font-size: 26px;
  background-color: #000;
  padding: 10px 20px;
  margin-bottom: 25px;
}

#page.page-template-page-shop .container.bg_blue h3.area_title span {
  font-size: 16px;
}

#page.page-template-page-shop .container.bg_blue #osaka h3.area_title {
  background-color: #e73828;
}

#page.page-template-page-shop .container.bg_blue #kobe h3.area_title {
  background-color: #60c2c1;
}

#page.page-template-page-shop .container.bg_blue #kanto h3.area_title {
  background-color: #95d100;
}

#page.page-template-page-shop .container.bg_blue .store_list {
  margin-bottom: 60px;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li {
  display: block;
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #c8c9c9;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li:last-child {
  border-bottom: 1px solid #c8c9c9;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li .store_image {
  width: 130px;
  margin-right: 25px;
  float: left;
  overflow: hidden;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li .store_name {
  margin-left: 155px;
  margin-bottom: 10px;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li .store_name h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0 0 0 18px;
  position: relative;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li .store_name h4::before {
  position: absolute;
  content: '';
  background: url("common/img/store/name_icon.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li .store_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li .store_link .tel_num {
  color: #13ad67;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  padding-left: 40px;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li .store_link .tel_num::before {
  position: absolute;
  content: '';
  background: url("common/img/store/free_tel.png") no-repeat;
  background-size: 35px 20px;
  width: 35px;
  height: 20px;
  left: 0;
  top: 2px;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li .store_link .link_to {
  line-height: 1.8;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li .store_link .link_to a {
  font-size: 11px;
  color: #fff;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd100), to(#ff6500));
  background: linear-gradient(#ffd100, #ff6500);
  padding: 6px 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.page-template-page-shop .container.bg_blue .store_list ul li .store_link .link_to a:hover {
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.page-template-page-shop .container.bg_blue .select h3.heading_pink {
  color: #ff7d9b;
  font-size: 26px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff7d9b;
  position: relative;
  margin-bottom: 40px;
  line-height: 36px;
  letter-spacing: .1em;
}

#page.page-template-page-shop .container.bg_blue .select h3.heading_pink::before {
  position: absolute;
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 36px;
  left: 0;
}

#page.page-template-page-shop .container.bg_blue .select a {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.page-template-page-shop .container.bg_blue .select a:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.page-template-page-shop .container.bg_blue .select .bg_pink {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  letter-spacing: .05em;
}

#page.page-template-page-shop .container.bg_blue .select .contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

#page.page-template-page-shop .container.bg_blue .select .contact_link a {
  display: block;
  width: 48%;
}

#page.page-template-page-shop .container.bg_blue .select .contact_link a img {
  width: 100%;
}

#page.page-template-page-shop .container.bg_blue .select .contact_link img {
  width: 48%;
}

#page.page-template-page-shop .container.bg_blue .blog_bn {
  width: 1000px;
  max-width: 100%;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.page-template-page-shop .container.bg_blue .blog_bn a {
  display: block;
  width: 47%;
  padding: 10px;
  border: dotted 2px #fedf23;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop .container.bg_blue .blog_bn a div {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop .container.bg_blue .blog_bn a div img {
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop .container.bg_blue .blog_bn a:hover {
  border: solid 2px #fff;
}

#page.page-template-page-shop .container.bg_blue .blog_bn a:hover div img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

#page.page-template-page-shop .mv {
  /* width: 1380px;
  max-width: 92%; */
  width: 100%;
  max-width: 100%;
  /* -webkit-box-sizing: border-box; */
  box-sizing: border-box;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  /* -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2); */
  /* margin-top: 30px; */
}

#page.page-template-page-shop .mv img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  /* border: 10px solid #fff; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_bnrarea {
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.slick-banner {
/* max-width: 280px; */
margin: 0 auto;
padding: 0;
}


#page.page-template-page-shop .campaign {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

#page.page-template-page-shop .campaign .title_campaign {
  margin: 0 auto 35px;
}

#page.page-template-page-shop .campaign .title_campaign img {
  width: 190px;
  margin: 0 auto;
  display: block;
}

#page.page-template-page-shop .campaign .title_campaign p {
  color: #fff;
  font-size: 30px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

#page.page-template-page-shop .campaign .title_campaign h2 {
  color: #fff;
  font-size: 30px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}


#page.page-template-page-shop .chirashi {
  width: 100%;
  margin-bottom: 50px;
}

#page.page-template-page-shop .blog_bn {
  width: 1000px;
  max-width: 100%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.page-template-page-shop .blog_bn a {
  display: block;
  width: 47%;
  padding: 10px;
  border: dotted 2px #e34783;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop .blog_bn a div {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop .blog_bn a div img {
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop .blog_bn a:hover {
  border: solid 2px #fff;
}

#page.page-template-page-shop .blog_bn a:hover div img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

#page.page-template-page-shop .container.bg_pink {
  background: url("common/img/bg_pink.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.page-template-page-shop .container.bg_white {
  background: url("common/img/bg_white.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop .container.bg_pink .service_bn {
  width: 1000px;
  max-width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.page-template-page-shop .container.bg_pink .service_bn a {
  display: block;
  width: 45%;
  padding: 10px;
  border: dotted 2px #fedf23;
  position: relative;
}

#page.page-template-page-shop .container.bg_pink .service_bn a div {
  width: 100%;
}

#page.page-template-page-shop .container.bg_pink .service_bn a div img {
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop .container.bg_pink .service_bn a:hover {
  border: solid 2px #fff;
}

#page.page-template-page-shop .container.bg_pink .service_bn a:hover div img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

#page.page-template-page-shop .container.bg_pink .gold_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page.page-template-page-shop .container.bg_pink .gold_box h3 {
  font-size: 28px;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 0 5px 10px;
  margin-bottom: 15px;
}
#page.page-template-page-shop .container.bg_pink .gold_box h2 {
  font-size: 28px;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 0 5px 10px;
  margin-bottom: 15px;
}

#page.page-template-page-shop .container.bg_pink .gold_box p {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

#page.page-template-page-shop .container.bg_pink .gold_box p span a {
  color: #000;
  font-size: 16px;
  border: 1px solid #000;
  padding: 5px 10px;
  margin-left: 20px;
}

#page.page-template-page-shop .container.bg_pink .gold_box img {
  width: 195px;
  max-width: 100%;
  height: auto;
}

#page.page-template-page-shop .container.bg_pink .rate_box {
  width: 1000px;
  max-width: 100%;
  margin: 40px auto 0;
  padding: 33px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(common/img/top/bg_rate_pc.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop .container.bg_pink .rate_box .inner {
  width: 30%;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#page.page-template-page-shop .container.bg_pink .rate_box .inner p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .15em;
}

#page.page-template-page-shop .container.bg_pink .rate_box .inner .price_box {
  background-color: #fff;
  padding: 10px 15px;
  margin-top: 10px;
  border-top: 2px solid #f7b52d;
  border-left: 2px solid #f7b52d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.page-template-page-shop .container.bg_pink .rate_box .inner .price_box p {
  letter-spacing: 0;
}

#page.page-template-page-shop .container.bg_pink .rate_box .inner .price_box p span.red {
  color: #ff3828;
}

#page.page-template-page-shop .container.bg_pink .ex_list {
  width: 1000px;
  max-width: 100%;
  /* margin: 100px auto 0; */
  margin: 0 auto;
  text-align: center;
}

#page.page-template-page-shop .container.bg_pink .ex_list h3 {
  font-size: 23px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
#page.page-template-page-shop .container.bg_pink .ex_list h2.purchasecase_ttl {
  font-size: 23px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

#page.page-template-page-shop .iframe_part-goods {
  max-width: 604px;
  width: 100%;
  height: 740px;
  margin: 50px 0;
  background: #fff;
}

#page.page-template-page-shop .container.bg_pink .ex_list .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

#page.page-template-page-shop .container.bg_pink .ex_list .list_box .inner {
  width: 32%;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border: 3px solid #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  text-align: left;
}

#page.page-template-page-shop .container.bg_pink .ex_list .list_box .inner img {
  width: 120px;
}

#page.page-template-page-shop .container.bg_pink .ex_list .list_box .inner .text_box {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop .container.bg_pink .ex_list .list_box .inner .text_box p {
  font-size: 12px;
  margin-bottom: 8px;
}

#page.page-template-page-shop .container.bg_pink .ex_list .list_box .inner .text_box .name, #page.page-template-page-shop .container.bg_pink .ex_list .list_box .inner .text_box .price {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

#page.page-template-page-shop .container.bg_pink .more_info {
  width: 160px;
  margin: 40px auto;
  text-align: center;
}

#page.page-template-page-shop .container.bg_pink .more_info a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

#page.page-template-page-shop .container.bg_pink .more_info a:hover {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#page.page-template-page-shop .form_btn {
  display: block;
  width: 230px;
  max-width: 90%;
  margin: 30px auto 60px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.page-template-page-shop .form_btn:hover {
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.page-template-page-shop p.red {
  text-align: center;
  color: #e73828;
  font-weight: bold;
}

#page.page-template-page-shop .line_button {
  background: url("common/img/button_line_pc.png") no-repeat;
  background-size: 683px 262px;
  width: 683px;
  max-width: 100%;
  height: 262px;
  margin: 0 auto;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.page-template-page-shop .line_button:hover {
  -webkit-transform: rotate(-2deg) scale(1.1);
  transform: rotate(-2deg) scale(1.1);
}

#page.page-template-page-shop .voice_box {
  width: 1000px;
  max-width: 100%;
  margin: 100px auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  text-align: left;
}

#page.page-template-page-shop .voice_box .yahoo img {
  width: 100%;
}

#page.page-template-page-shop .voice_box h3.title {
  position: absolute;
  margin: 0 auto;
  width: 281px;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 0;
}

#page.page-template-page-shop .voice_box .auction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#page.page-template-page-shop .voice_box .auction img {
  width: 190px;
  height: auto;
  margin-right: 30px;
}

#page.page-template-page-shop .voice_box .auction p {
  color: #ff7d9b;
  font-size: 23px;
  font-weight: bold;
}

#page.page-template-page-shop .voice_box .iframe html body>table {
  display: none;
}

#page.page-template-page-shop #store_access .__inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 0;
  text-align: center;
  padding: 80px 0;
}

/* #page.page-template-page-shop #store_access .__inner h3 {
  font-size: 29px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 auto 40px;
  display: inline-block;
} */
#page.page-template-page-shop #store_access .shop_container-ttl {
  font-size: 29px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 auto 40px;
  display: inline-block;
}


#page.page-template-page-shop #store_access .shop-name_ttl {
  font-size: 29px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 auto 40px;
  display: inline-block;
}


#page.page-template-page-shop #store_access .shop_pic {
  width: 90%;
  margin: 0 auto;
}
#page.page-template-page-shop #store_access .shop_pic li {
  float: left;
  width: 50%;
}
#page.page-template-page-shop #store_access .shop_pic::after {
  display: block;
  content: "";
  clear: both;
}
#page.page-template-page-shop #store_access .shop_info {
  width: 420px;
  margin: 0 auto;
  padding-left: 20px;
}
#page.page-template-page-shop #store_access .__inner .shopinfo {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.page-template-page-shop #store_access .__inner .shopinfo img {
  width: 400px;
  
  border: 8px solid #fff;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  margin-right: 50px;
  margin: 0 25px 30px;
}

#page.page-template-page-shop #store_access .__inner .shopinfo div {
  text-align: left;
}

#page.page-template-page-shop #store_access .__inner .shopinfo div h4 {
  color: #000;
  font-size: 22px;
  letter-spacing: .1em;
}
#page.page-template-page-shop #store_access .__inner .shopinfo div h3 {
  color: #000;
  font-size: 22px;
  letter-spacing: .1em;
}


#page.page-template-page-shop #store_access .__inner .shopinfo div p {
  font-size: 16px;
  line-height: 1.8;
}

#page.page-template-page-shop #store_access .__inner .gmap {
  margin-top: 60px;
  border: 8px solid #fff;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  margin-bottom: 60px;
  height: 0;
  overflow: hidden;
}

#page.page-template-page-shop #store_access .__inner .gmap iframe, #page.page-template-page-shop #store_access .__inner .gmap object, #page.page-template-page-shop #store_access .__inner .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page.page-template-page-shop #store_access .__inner .shop_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div {
  width: 50%;
  padding: 20px 0;
  text-align: left;
  margin-bottom: 30px;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div .store_image {
  width: 180px;
  margin-right: 15px;
  float: left;
  overflow: hidden;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div .store_name {
  margin-left: 200px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div .store_name h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0 0 0 18px;
  position: relative;
  display: inline-block;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div .store_name h4::before {
  position: absolute;
  content: '';
  background: url("common/img/store/name_icon.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div .store_name h3 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0 0 0 18px;
  position: relative;
  display: inline-block;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div .store_name h3::before {
  position: absolute;
  content: '';
  background: url("common/img/store/name_icon.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
}


#page.page-template-page-shop #store_access .__inner .shop_area>div .store_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div .store_link .tel_num {
  color: #13ad67;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  padding-left: 40px;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div .store_link .tel_num::before {
  position: absolute;
  content: '';
  background: url("common/img/store/free_tel.png") no-repeat;
  background-size: 35px 20px;
  width: 35px;
  height: 20px;
  left: 0;
  top: 2px;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div .store_link .link_to {
  line-height: 1.8;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div .store_link .link_to a {
  font-size: 11px;
  color: #fff;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd100), to(#ff6500));
  background: linear-gradient(#ffd100, #ff6500);
  padding: 6px 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.page-template-page-shop #store_access .__inner .shop_area>div .store_link .link_to a:hover {
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.page-template-page-shop .welcome {
  padding: 0;
}

#page.page-template-page-shop .welcome>.kaitori_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto;
}

#page.page-template-page-shop .welcome>.kaitori_list>.inner {
  border-left: 1px dashed #000;
  width: 33%;
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#page.page-template-page-shop .welcome>.kaitori_list>.inner:last-child {
  border-right: 1px dashed #000;
}

#page.page-template-page-shop .welcome>.kaitori_list>.inner h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

#page.page-template-page-shop .welcome>.kaitori_list>.inner img {
  width: 160px;
}

#page.page-template-page-shop .welcome>.kaitori_list>.inner .text1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

#page.page-template-page-shop .welcome>.kaitori_list>.inner .text2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

#page.page-template-page-shop .welcome>.kaitori_list>.inner .link_btn {
  border: 1px solid #000;
  width: 82%;
  padding: 15px 0;
  margin: 0 auto;
}

#page.page-template-page-shop .welcome>.kaitori_list>.inner .link_btn p {
  color: #000;
  font-weight: bold;
  position: relative;
  padding-left: 35%;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop .welcome>.kaitori_list>.inner .link_btn p::before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 16px;
  height: 16px;
  margin-left: -1.5em;
  border-radius: 50%;
  display: block;
}

#page.page-template-page-shop .welcome>.kaitori_list>.inner .link_btn p::after {
  position: absolute;
  content: '';
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  top: 5px;
  margin-left: -1.2em;
  display: block;
}

#page.page-template-page-shop .center .pc_none {
  display: block;
}

#page.page-template-page-shop .center .sp_none {
  display: none;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page.page-template-page-shop .container.bg_blue {
    /* margin: -25px auto 0; */
    margin: 148px auto 0;
    padding-top: 0px;
    padding-bottom: 100px;
  }
  #page.page-template-page-shop .container.bg_blue .mv {
    padding-top: 0px;
  }
  
  #page.page-template-page-shop .container.bg_blue .inner {
    margin: 0 auto;
    padding: 10px;
  }
  #page.page-template-page-shop .container.bg_blue .select h3.heading_pink {
    color: #ff7d9b;
    font-size: 26px;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ff7d9b;
    position: relative;
    margin-bottom: 40px;
    line-height: 36px;
    letter-spacing: .1em;
  }
  #page.page-template-page-shop .container.bg_blue .select h3.heading_pink::before {
    position: absolute;
    content: '';
    background-color: #ff7d9b;
    width: 5px;
    height: 36px;
    left: 0;
  }
  #page.page-template-page-shop .container.bg_blue .select a {
    display: block;
    margin-bottom: 25px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #page.page-template-page-shop .container.bg_blue .select a:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .6;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #page.page-template-page-shop .container.bg_blue .select .bg_pink {
    background-color: #ff7d9b;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    letter-spacing: .05em;
  }
  #page.page-template-page-shop .container.bg_blue .select .contact_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
  }
  #page.page-template-page-shop .container.bg_blue .select .contact_link a {
    display: block;
    width: 48%;
  }
  #page.page-template-page-shop .container.bg_blue .select .contact_link a img {
    width: 100%;
  }
  #page.page-template-page-shop .container.bg_blue .select .contact_link img {
    width: 48%;
  }
  #page.page-template-page-shop .container.bg_blue .blog_bn {
    max-width: 100%;
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.page-template-page-shop .container.bg_blue .blog_bn a {
    display: block;
    width: 95%;
    padding: 10px;
    margin: 0 auto 10px;
  }
  #page.page-template-page-shop .container.bg_blue .blog_bn a div {
    width: 100%;
  }
  #page.page-template-page-shop .mv {
    /* width: 1380px; */
    /* max-width: 92%; */
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* margin: 0 auto 50px; */
    text-align: center;
    position: relative;
    /* -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2); */
  }
  #page.page-template-page-shop .mv img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    /* border: 10px solid #fff; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page.page-template-page-shop .campaign {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  #page.page-template-page-shop .campaign .title_campaign {
    margin: 0 auto 35px;
  }
  #page.page-template-page-shop .campaign .title_campaign img {
    width: 190px;
    margin: 0 auto;
    display: block;
  }
  #page.page-template-page-shop .campaign .title_campaign p {
    color: #fff;
    font-size: 30px;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
  }

  #page.page-template-page-shop .campaign .title_campaign h2 {
    color: #fff;
    font-size: 30px;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
  }

  #page.page-template-page-shop .chirashi {
    width: 100%;
    margin-bottom: 50px;
  }
  #page.page-template-page-shop .container.bg_pink {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #page.page-template-page-shop .container.bg_pink .service_bn {
    width: 1000px;
    max-width: 100%;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page.page-template-page-shop .container.bg_pink .service_bn a {
    display: block;
    width: 45%;
    padding: 10px;
    border: dotted 2px #fedf23;
    position: relative;
  }
  #page.page-template-page-shop .container.bg_pink .service_bn a div {
    width: 100%;
  }
  #page.page-template-page-shop .container.bg_pink .service_bn a div img {
    -webkit-transition: .3s;
    transition: .3s;
  }
  #page.page-template-page-shop .container.bg_pink .service_bn a:hover {
    border: solid 2px #fff;
  }
  #page.page-template-page-shop .container.bg_pink .service_bn a:hover div img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .8;
  }
  #page.page-template-page-shop .container.bg_pink .gold_box {
    max-width: 100%;
    margin: -50px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.page-template-page-shop .container.bg_pink .gold_box h3 {
    font-size: 18px;
  }
  #page.page-template-page-shop .container.bg_pink .gold_box h2 {
    font-size: 18px;
  }

  #page.page-template-page-shop .container.bg_pink .gold_box p {
    font-size: 18px;
    text-align: center;
  }
  #page.page-template-page-shop .container.bg_pink .gold_box p span a {
    display: none;
  }
  #page.page-template-page-shop .container.bg_pink .rate_box {
    max-width: 90%;
    margin: 20px auto 0;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(common/img/top/bg_rate_sp.png) no-repeat;
    background-size: 100% 100%;
  }
  #page.page-template-page-shop .container.bg_pink .rate_box .inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #page.page-template-page-shop .container.bg_pink .rate_box .inner p {
    text-align: center;
    font-size: 17px;
  }
  #page.page-template-page-shop .container.bg_pink .rate_box .inner .price_box {
    /* padding: 10px 15px; */
    padding: 10px 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 150px;
  }
  #page.page-template-page-shop .container.bg_pink .ex_list {
    max-width: 95%;
    /* margin: 80px auto 0; */
    margin: 0px auto 0;
  }
  #page.page-template-page-shop .container.bg_pink .ex_list h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #page.page-template-page-shop .container.bg_pink .ex_list h2.purchasecase_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #page.page-template-page-shop .container.bg_pink .ex_list .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
  #page.page-template-page-shop .container.bg_pink .ex_list .list_box .inner {
    width: 100%;
    margin-bottom: 3%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #page.page-template-page-shop .container.bg_pink .more_info {
    margin: 20px auto;
  }
  #page.page-template-page-shop .container.bg_pink .blog_bn {
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.page-template-page-shop .container.bg_pink .blog_bn a {
    display: block;
    width: 95%;
    padding: 10px;
    margin: 0 auto 10px;
  }
  #page.page-template-page-shop .container.bg_pink .blog_bn a div {
    width: 100%;
  }
  #page.page-template-page-shop .form_btn {
    display: block;
    width: 230px;
    max-width: 90%;
    margin: 30px auto 60px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #page.page-template-page-shop .form_btn:hover {
    opacity: .6;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #page.page-template-page-shop p.red {
    text-align: center;
    color: #e73828;
    font-weight: bold;
  }
  #page.page-template-page-shop .line_button {
    background: url("common/img/button_line_sp.png") no-repeat;
    background-size: 275px 120px;
    width: 275px;
    max-width: 100%;
    height: 120px;
    margin: 0 auto;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #page.page-template-page-shop .line_button:hover {
    -webkit-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
  }
  #page.page-template-page-shop .voice_box {
    max-width: 90%;
    margin: 80px auto 50px;
  }
  #page.page-template-page-shop .voice_box h3.title {
    position: absolute;
    margin: 0 auto;
    width: 225px;
    top: -25px;
  }
  #page.page-template-page-shop .voice_box .auction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  #page.page-template-page-shop .voice_box .auction img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #page.page-template-page-shop .voice_box .auction p {
    font-size: 16px;
  }
  #page.page-template-page-shop #store_access .__inner {
    max-width: 100%;
    padding: 40px 0;
  }
  /* #page.page-template-page-shop #store_access .__inner h3 {
    font-size: 23px;
    margin: 0 auto 40px;
  } */

  #page.page-template-page-shop #store_access .shop_container-ttl {
    font-size: 23px;
    margin: 0 auto 40px;
  }

  #page.page-template-page-shop #store_access .shop-name_tt {
    font-size: 23px;
    margin: 0 auto 40px;
  }

  #page.page-template-page-shop #store_access .__inner .shopinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.page-template-page-shop #store_access .__inner .shopinfo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #page.page-template-page-shop #store_access .__inner .shopinfo div {
    margin-top: 20px;
  }
  #page.page-template-page-shop #store_access .__inner .shopinfo div h4 {
    font-size: 18px;
  }
  #page.page-template-page-shop #store_access .__inner .shopinfo div h3 {
    font-size: 18px;
  }

  #page.page-template-page-shop #store_access .__inner .shopinfo div p {
    font-size: 14px;
  }
  #page.page-template-page-shop #store_access .__inner .gmap {
    margin-top: 30px;
    padding-bottom: 56%;
    padding-top: 30px;
    margin-bottom: 50px;
  }
  #page.page-template-page-shop #store_access .__inner .shop_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page.page-template-page-shop #store_access .__inner .shop_area>div {
    width: 100%;
    padding: 20px 0;
    text-align: left;
    margin-bottom: 0;
  }
  #page.page-template-page-shop #store_access .__inner .shop_area>div .store_image {
    width: 90px;
    margin-right: 15px;
  }
  #page.page-template-page-shop #store_access .__inner .shop_area>div .store_name {
    margin-left: 100px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  #page.page-template-page-shop #store_access .__inner .shop_area>div .store_link {
    width: 100%;
    padding-top: 10px;
  }
  #page.page-template-page-shop #store_access .__inner .shop_area>div .store_link .tel_num {
    margin-right: 0;
  }
  #page.page-template-page-shop #store_access .__inner .shop_area>div .store_link .link_to {
    line-height: 1.8;
  }
  #page.page-template-page-shop #store_access .__inner .shop_area>div .store_link .link_to a {
    font-size: 11px;
    color: #fff;
    padding: 6px 10px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #page.page-template-page-shop #store_access .shop_pic li {
    float: none;
    width: 80%;
    margin: 0 auto 30px;
  }
  #page.page-template-page-shop #store_access .shop_info {
    width: 80%;
    margin: 0 auto;
  }
  #page.page-template-page-shop .welcome {
    padding: 0;
  }
  #page.page-template-page-shop .welcome>.kaitori_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px auto;
  }
  #page.page-template-page-shop .welcome>.kaitori_list>.inner {
    border-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  #page.page-template-page-shop .welcome>.kaitori_list>.inner:last-child {
    border-right: 0;
  }
  #page.page-template-page-shop .welcome>.kaitori_list>.inner h5 {
    margin-bottom: 10px;
  }
  #page.page-template-page-shop .welcome>.kaitori_list>.inner .link_btn {
    width: 85%;
  }
  #page.page-template-page-shop .welcome>.kaitori_list>.inner .link_btn p {
    padding-left: 35%;
  }
  #page.page-template-page-shop .center .pc_none {
    display: none;
  }
  #page.page-template-page-shop .center .sp_none {
    display: block;
  }
}
/* 211221_テスト追加 */

#page.page-template-page-shop_test .container.bg_blue {
  background: url("common/img/bg_top.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: -40px auto 0;
  padding-top: 20px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop_test .container.bg_blue .inner {
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;
  padding: 25px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop_test .container.bg_blue .inner .__content {
  margin-top: 20px;
}

#page.page-template-page-shop_test .container.bg_blue .inner .__content p {
  margin: 10px 0;
  line-height: 1.5;
}

#page.page-template-page-shop_test .container.bg_blue .inner .link_arr {
  clear: both;
  float: none;
  display: block;
  margin: 20px 0 0;
  padding-top: 20px;
  text-align: right;
}

#page.page-template-page-shop_test .container.bg_blue .area_link {
  margin: 40px auto;
}

#page.page-template-page-shop_test .container.bg_blue .area_link p {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li {
  width: 230px;
  border: 1px solid;
  margin: 0 5px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li.osaka {
  border: 1px solid #e73828;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li.osaka a {
  color: #e73828;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li.kobe {
  border: 1px solid #60c2c1;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li.kobe a {
  color: #60c2c1;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li.kanto {
  border: 1px solid #95d100;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li.kanto a {
  color: #95d100;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li span {
  font-size: 16px;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li a {
  display: block;
  padding: 10px 0;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li::before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li.osaka::before {
  background-color: #e73828;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li.kobe::before {
  background-color: #60c2c1;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li.kanto::before {
  background-color: #95d100;
}

#page.page-template-page-shop_test .container.bg_blue .area_link ul li::after {
  position: absolute;
  content: '';
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page.page-template-page-shop_test .container.bg_blue h3.area_title {
  color: #fff;
  font-size: 26px;
  background-color: #000;
  padding: 10px 20px;
  margin-bottom: 25px;
}

#page.page-template-page-shop_test .container.bg_blue h3.area_title span {
  font-size: 16px;
}

#page.page-template-page-shop_test .container.bg_blue #osaka h3.area_title {
  background-color: #e73828;
}

#page.page-template-page-shop_test .container.bg_blue #kobe h3.area_title {
  background-color: #60c2c1;
}

#page.page-template-page-shop_test .container.bg_blue #kanto h3.area_title {
  background-color: #95d100;
}

#page.page-template-page-shop_test .container.bg_blue .store_list {
  margin-bottom: 60px;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li {
  display: block;
  clear: both;
  padding: 20px 0;
  border-top: 1px solid #c8c9c9;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li:last-child {
  border-bottom: 1px solid #c8c9c9;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li .store_image {
  width: 130px;
  margin-right: 25px;
  float: left;
  overflow: hidden;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li .store_name {
  margin-left: 155px;
  margin-bottom: 10px;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li .store_name h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0 0 0 18px;
  position: relative;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li .store_name h4::before {
  position: absolute;
  content: '';
  background: url("common/img/store/name_icon.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li .store_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li .store_link .tel_num {
  color: #13ad67;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  padding-left: 40px;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li .store_link .tel_num::before {
  position: absolute;
  content: '';
  background: url("common/img/store/free_tel.png") no-repeat;
  background-size: 35px 20px;
  width: 35px;
  height: 20px;
  left: 0;
  top: 2px;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li .store_link .link_to {
  line-height: 1.8;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li .store_link .link_to a {
  font-size: 11px;
  color: #fff;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd100), to(#ff6500));
  background: linear-gradient(#ffd100, #ff6500);
  padding: 6px 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.page-template-page-shop_test .container.bg_blue .store_list ul li .store_link .link_to a:hover {
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.page-template-page-shop_test .container.bg_blue .select h3.heading_pink {
  color: #ff7d9b;
  font-size: 26px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff7d9b;
  position: relative;
  margin-bottom: 40px;
  line-height: 36px;
  letter-spacing: .1em;
}

#page.page-template-page-shop_test .container.bg_blue .select h3.heading_pink::before {
  position: absolute;
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 36px;
  left: 0;
}

#page.page-template-page-shop_test .container.bg_blue .select a {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.page-template-page-shop_test .container.bg_blue .select a:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.page-template-page-shop_test .container.bg_blue .select .bg_pink {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  letter-spacing: .05em;
}

#page.page-template-page-shop_test .container.bg_blue .select .contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

#page.page-template-page-shop_test .container.bg_blue .select .contact_link a {
  display: block;
  width: 48%;
}

#page.page-template-page-shop_test .container.bg_blue .select .contact_link a img {
  width: 100%;
}

#page.page-template-page-shop_test .container.bg_blue .select .contact_link img {
  width: 48%;
}

#page.page-template-page-shop_test .container.bg_blue .blog_bn {
  width: 1000px;
  max-width: 100%;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.page-template-page-shop_test .container.bg_blue .blog_bn a {
  display: block;
  width: 47%;
  padding: 10px;
  border: dotted 2px #fedf23;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop_test .container.bg_blue .blog_bn a div {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop_test .container.bg_blue .blog_bn a div img {
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop_test .container.bg_blue .blog_bn a:hover {
  border: solid 2px #fff;
}

#page.page-template-page-shop_test .container.bg_blue .blog_bn a:hover div img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

#page.page-template-page-shop_test .mv {
  /* width: 1380px;
  max-width: 92%; */
  width: 100%;
  max-width: 100%;
  /* -webkit-box-sizing: border-box; */
  box-sizing: border-box;
  margin: 0 auto 50px;
  text-align: center;
  position: relative;
  /* -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2); */
  /* margin-top: 30px; */
}

#page.page-template-page-shop_test .mv img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  /* border: 10px solid #fff; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop_test .campaign {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

#page.page-template-page-shop_test .campaign .title_campaign {
  margin: 0 auto 35px;
}

#page.page-template-page-shop_test .campaign .title_campaign img {
  width: 190px;
  margin: 0 auto;
  display: block;
}

#page.page-template-page-shop_test .campaign .title_campaign p {
  color: #fff;
  font-size: 30px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

#page.page-template-page-shop_test .chirashi {
  width: 100%;
  margin-bottom: 50px;
}

#page.page-template-page-shop_test .blog_bn {
  width: 1000px;
  max-width: 100%;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.page-template-page-shop_test .blog_bn a {
  display: block;
  width: 47%;
  padding: 10px;
  border: dotted 2px #e34783;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop_test .blog_bn a div {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop_test .blog_bn a div img {
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop_test .blog_bn a:hover {
  border: solid 2px #fff;
}

#page.page-template-page-shop_test .blog_bn a:hover div img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

#page.page-template-page-shop_test .container.bg_pink {
  background: url("common/img/bg_pink.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.page-template-page-shop_test .container.bg_white {
  background: url("common/img/bg_white.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop_test .container.bg_pink .service_bn {
  width: 1000px;
  max-width: 100%;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.page-template-page-shop_test .container.bg_pink .service_bn a {
  display: block;
  width: 45%;
  padding: 10px;
  border: dotted 2px #fedf23;
  position: relative;
}

#page.page-template-page-shop_test .container.bg_pink .service_bn a div {
  width: 100%;
}

#page.page-template-page-shop_test .container.bg_pink .service_bn a div img {
  -webkit-transition: .3s;
  transition: .3s;
}

#page.page-template-page-shop_test .container.bg_pink .service_bn a:hover {
  border: solid 2px #fff;
}

#page.page-template-page-shop_test .container.bg_pink .service_bn a:hover div img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .8;
}

#page.page-template-page-shop_test .container.bg_pink .gold_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#page.page-template-page-shop_test .container.bg_pink .gold_box h3 {
  font-size: 28px;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 0 5px 10px;
  margin-bottom: 15px;
}
#page.page-template-page-shop_test .container.bg_pink .gold_box h3 .gold_box-ttlspan {
  font-size: 20px;
}

#page.page-template-page-shop_test .container.bg_pink .gold_box p {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}

#page.page-template-page-shop_test .container.bg_pink .gold_box p span a {
  color: #000;
  font-size: 16px;
  border: 1px solid #000;
  padding: 5px 10px;
  margin-left: 20px;
}

#page.page-template-page-shop_test .container.bg_pink .gold_box img {
  width: 195px;
  max-width: 100%;
  height: auto;
}

#page.page-template-page-shop_test .container.bg_pink .rate_box {
  width: 1000px;
  max-width: 100%;
  margin: 40px auto 0;
  padding: 33px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(common/img/top/bg_rate_pc.png) no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop_test .container.bg_pink .rate_box .inner {
  width: 30%;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#page.page-template-page-shop_test .container.bg_pink .rate_box .inner p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .15em;
}

#page.page-template-page-shop_test .container.bg_pink .rate_box .inner .price_box {
  background-color: #fff;
  padding: 10px 15px;
  margin-top: 10px;
  border-top: 2px solid #f7b52d;
  border-left: 2px solid #f7b52d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.page-template-page-shop_test .container.bg_pink .rate_box .inner .price_box p {
  letter-spacing: 0;
}

#page.page-template-page-shop_test .container.bg_pink .rate_box .inner .price_box p span.red {
  color: #ff3828;
}

#page.page-template-page-shop_test .container.bg_pink .ex_list {
  width: 1000px;
  max-width: 100%;
  margin: 100px auto 0;
  text-align: center;
}

#page.page-template-page-shop_test .container.bg_pink .ex_list h3 {
  font-size: 23px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

#page.page-template-page-shop_test .container.bg_pink .voice_box_mod h3 {
  font-size: 23px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}


#page.page-template-page-shop_test .iframe_part-goods {
  max-width: 604px;
  width: 100%;
  height: 740px;
  margin: 50px 0;
  background: #fff;
}

#page.page-template-page-shop_test .container.bg_pink .ex_list .list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

#page.page-template-page-shop_test .container.bg_pink .ex_list .list_box .inner {
  width: 32%;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border: 3px solid #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  text-align: left;
}

#page.page-template-page-shop_test .container.bg_pink .ex_list .list_box .inner img {
  width: 120px;
}

#page.page-template-page-shop_test .container.bg_pink .ex_list .list_box .inner .text_box {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop_test .container.bg_pink .ex_list .list_box .inner .text_box p {
  font-size: 12px;
  margin-bottom: 8px;
}

#page.page-template-page-shop_test .container.bg_pink .ex_list .list_box .inner .text_box .name, #page.page-template-page-shop_test .container.bg_pink .ex_list .list_box .inner .text_box .price {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

#page.page-template-page-shop_test .container.bg_pink .more_info {
  width: 160px;
  margin: 40px auto;
  text-align: center;
}

#page.page-template-page-shop_test .container.bg_pink .more_info a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

#page.page-template-page-shop_test .container.bg_pink .more_info a:hover {
  opacity: .8;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#page.page-template-page-shop_test .form_btn {
  display: block;
  width: 230px;
  max-width: 90%;
  margin: 30px auto 60px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.page-template-page-shop_test .form_btn:hover {
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.page-template-page-shop_test p.red {
  text-align: center;
  color: #e73828;
  font-weight: bold;
}

#page.page-template-page-shop_test .line_button {
  background: url("common/img/button_line_pc.png") no-repeat;
  background-size: 683px 262px;
  width: 683px;
  max-width: 100%;
  height: 262px;
  margin: 0 auto;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.page-template-page-shop_test .line_button:hover {
  -webkit-transform: rotate(-2deg) scale(1.1);
  transform: rotate(-2deg) scale(1.1);
}

#page.page-template-page-shop_test .voice_box {
  width: 1000px;
  max-width: 100%;
  margin: 100px auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  text-align: left;
}

#page.page-template-page-shop_test .voice_box .yahoo img {
  width: 100%;
}

#page.page-template-page-shop_test .voice_box h3.title {
  position: absolute;
  margin: 0 auto;
  width: 281px;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 0;
}

#page.page-template-page-shop_test .voice_box .auction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#page.page-template-page-shop_test .voice_box .auction img {
  width: 190px;
  height: auto;
  margin-right: 30px;
}

#page.page-template-page-shop_test .voice_box .auction p {
  color: #ff7d9b;
  font-size: 23px;
  font-weight: bold;
}

#page.page-template-page-shop_test .voice_box .iframe html body>table {
  display: none;
}

#page.page-template-page-shop_test #store_access .__inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 0;
  text-align: center;
  padding: 80px 0;
}

#page.page-template-page-shop_test #store_access .__inner h3 {
  font-size: 29px;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  letter-spacing: .15em;
  text-align: center;
  margin: 0 auto 40px;
  display: inline-block;
}
#page.page-template-page-shop_test #store_access .shop_pic {
  width: 90%;
  margin: 0 auto;
}
#page.page-template-page-shop_test #store_access .shop_pic li {
  float: left;
  width: 50%;
}
#page.page-template-page-shop_test #store_access .shop_pic::after {
  display: block;
  content: "";
  clear: both;
}
#page.page-template-page-shop_test #store_access .shop_info {
  width: 420px;
  margin: 0 auto;
  padding-left: 20px;
}
#page.page-template-page-shop_test #store_access .__inner .shopinfo {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page.page-template-page-shop_test #store_access .__inner .shopinfo img {
  width: 400px;
  
  border: 8px solid #fff;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  margin-right: 50px;
  margin: 0 25px 30px;
}

#page.page-template-page-shop_test #store_access .__inner .shopinfo div {
  text-align: left;
}

#page.page-template-page-shop_test #store_access .__inner .shopinfo div h4 {
  color: #000;
  font-size: 22px;
  letter-spacing: .1em;
}

#page.page-template-page-shop_test #store_access .__inner .shopinfo div p {
  font-size: 16px;
  line-height: 1.8;
}

#page.page-template-page-shop_test #store_access .__inner .gmap {
  margin-top: 60px;
  border: 8px solid #fff;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 40%;
  padding-top: 30px;
  margin-bottom: 60px;
  height: 0;
  overflow: hidden;
}

#page.page-template-page-shop_test #store_access .__inner .gmap iframe, #page.page-template-page-shop_test #store_access .__inner .gmap object, #page.page-template-page-shop_test #store_access .__inner .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area>div {
  width: 50%;
  padding: 20px 0;
  text-align: left;
  margin-bottom: 30px;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_image {
  width: 180px;
  margin-right: 15px;
  float: left;
  overflow: hidden;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_name {
  margin-left: 200px;
  margin-bottom: 10px;
  padding-bottom: 0;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_name h4 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 5px;
  padding: 0 0 0 18px;
  position: relative;
  display: inline-block;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_name h4::before {
  position: absolute;
  content: '';
  background: url("common/img/store/name_icon.png") no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 0;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_link .tel_num {
  color: #13ad67;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  padding-left: 40px;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_link .tel_num::before {
  position: absolute;
  content: '';
  background: url("common/img/store/free_tel.png") no-repeat;
  background-size: 35px 20px;
  width: 35px;
  height: 20px;
  left: 0;
  top: 2px;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_link .link_to {
  line-height: 1.8;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_link .link_to a {
  font-size: 11px;
  color: #fff;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd100), to(#ff6500));
  background: linear-gradient(#ffd100, #ff6500);
  padding: 6px 10px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_link .link_to a:hover {
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page.page-template-page-shop_test .welcome {
  padding: 0;
}

#page.page-template-page-shop_test .welcome>.kaitori_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto;
}

#page.page-template-page-shop_test .welcome>.kaitori_list>.inner {
  border-left: 1px dashed #000;
  width: 33%;
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#page.page-template-page-shop_test .welcome>.kaitori_list>.inner:last-child {
  border-right: 1px dashed #000;
}

#page.page-template-page-shop_test .welcome>.kaitori_list>.inner h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

#page.page-template-page-shop_test .welcome>.kaitori_list>.inner img {
  width: 160px;
}

#page.page-template-page-shop_test .welcome>.kaitori_list>.inner .text1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

#page.page-template-page-shop_test .welcome>.kaitori_list>.inner .text2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}

#page.page-template-page-shop_test .welcome>.kaitori_list>.inner .link_btn {
  border: 1px solid #000;
  width: 82%;
  padding: 15px 0;
  margin: 0 auto;
}

#page.page-template-page-shop_test .welcome>.kaitori_list>.inner .link_btn p {
  color: #000;
  font-weight: bold;
  position: relative;
  padding-left: 35%;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-shop_test .welcome>.kaitori_list>.inner .link_btn p::before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 16px;
  height: 16px;
  margin-left: -1.5em;
  border-radius: 50%;
  display: block;
}

#page.page-template-page-shop_test .welcome>.kaitori_list>.inner .link_btn p::after {
  position: absolute;
  content: '';
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  top: 5px;
  margin-left: -1.2em;
  display: block;
}

#page.page-template-page-shop_test .center .pc_none {
  display: block;
}

#page.page-template-page-shop_test .center .sp_none {
  display: none;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page.page-template-page-shop_test .head-content .header {
  margin-bottom: 0;
  }


  #page.page-template-page-shop_test .container.bg_blue {
    /* margin: -25px auto 0; */
    /* padding-top: 20px; */
    margin: 0 auto 0;
    padding-top: 0px;
    padding-bottom: 100px;
  }
  #page.page-template-page-shop_test .container.bg_blue .inner {
    margin: 0 auto;
    padding: 10px;
  }
  #page.page-template-page-shop_test .container.bg_blue .select h3.heading_pink {
    color: #ff7d9b;
    font-size: 26px;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ff7d9b;
    position: relative;
    margin-bottom: 40px;
    line-height: 36px;
    letter-spacing: .1em;
  }
  #page.page-template-page-shop_test .container.bg_blue .select h3.heading_pink::before {
    position: absolute;
    content: '';
    background-color: #ff7d9b;
    width: 5px;
    height: 36px;
    left: 0;
  }
  #page.page-template-page-shop_test .container.bg_blue .select a {
    display: block;
    margin-bottom: 25px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #page.page-template-page-shop_test .container.bg_blue .select a:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .6;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #page.page-template-page-shop_test .container.bg_blue .select .bg_pink {
    background-color: #ff7d9b;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    letter-spacing: .05em;
  }
  #page.page-template-page-shop_test .container.bg_blue .select .contact_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
  }
  #page.page-template-page-shop_test .container.bg_blue .select .contact_link a {
    display: block;
    width: 48%;
  }
  #page.page-template-page-shop_test .container.bg_blue .select .contact_link a img {
    width: 100%;
  }
  #page.page-template-page-shop_test .container.bg_blue .select .contact_link img {
    width: 48%;
  }
  #page.page-template-page-shop_test .container.bg_blue .blog_bn {
    max-width: 100%;
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.page-template-page-shop_test .container.bg_blue .blog_bn a {
    display: block;
    width: 95%;
    padding: 10px;
    margin: 0 auto 10px;
  }
  #page.page-template-page-shop_test .container.bg_blue .blog_bn a div {
    width: 100%;
  }
  #page.page-template-page-shop_test .mv {
    /* width: 1380px; */
    /* max-width: 92%; */
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* margin: 0 auto 50px; */
    text-align: center;
    position: relative;
    /* -webkit-box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 23px 25px rgba(0, 0, 0, 0.2); */
    margin-top:  100px;
  }
  #page.page-template-page-shop_test .mv img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    /* border: 10px solid #fff; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page.page-template-page-shop_test .campaign {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  #page.page-template-page-shop_test .campaign .title_campaign {
    margin: 0 auto 35px;
  }
  #page.page-template-page-shop_test .campaign .title_campaign img {
    width: 190px;
    margin: 0 auto;
    display: block;
  }
  #page.page-template-page-shop_test .campaign .title_campaign p {
    color: #fff;
    font-size: 30px;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
  }
  #page.page-template-page-shop_test .chirashi {
    width: 100%;
    margin-bottom: 50px;
  }
  #page.page-template-page-shop_test .container.bg_pink {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #page.page-template-page-shop_test .container.bg_pink .service_bn {
    width: 1000px;
    max-width: 100%;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page.page-template-page-shop_test .container.bg_pink .service_bn a {
    display: block;
    width: 45%;
    padding: 10px;
    border: dotted 2px #fedf23;
    position: relative;
  }
  #page.page-template-page-shop_test .container.bg_pink .service_bn a div {
    width: 100%;
  }
  #page.page-template-page-shop_test .container.bg_pink .service_bn a div img {
    -webkit-transition: .3s;
    transition: .3s;
  }
  #page.page-template-page-shop_test .container.bg_pink .service_bn a:hover {
    border: solid 2px #fff;
  }
  #page.page-template-page-shop_test .container.bg_pink .service_bn a:hover div img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .8;
  }
  #page.page-template-page-shop_test .container.bg_pink .gold_box {
    max-width: 100%;
    margin: -50px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.page-template-page-shop_test .container.bg_pink .gold_box h3 {
    font-size: 18px;
  }
  #page.page-template-page-shop_test .container.bg_pink .gold_box h3 .gold_box-ttlspan {
    font-size: 14px;
  }

  #page.page-template-page-shop_test .container.bg_pink .gold_box p {
    font-size: 18px;
    text-align: center;
  }
  #page.page-template-page-shop_test .container.bg_pink .gold_box p span a {
    display: none;
  }
  #page.page-template-page-shop_test .container.bg_pink .rate_box {
    max-width: 90%;
    margin: 20px auto 0;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(common/img/top/bg_rate_sp.png) no-repeat;
    background-size: 100% 100%;
  }
  #page.page-template-page-shop_test .container.bg_pink .rate_box .inner {
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
  }
  #page.page-template-page-shop_test .container.bg_pink .rate_box .inner p {
    text-align: center;
    font-size: 17px;
  }
  #page.page-template-page-shop_test .container.bg_pink .rate_box .inner .price_box {
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #page.page-template-page-shop_test .container.bg_pink .ex_list {
    max-width: 95%;
    margin: 80px auto 0;
  }
  #page.page-template-page-shop_test .container.bg_pink .ex_list h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #page.page-template-page-shop_test .container.bg_pink .voice_box_mod h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #page.page-template-page-shop_test .container.bg_pink .ex_list .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
  }
  #page.page-template-page-shop_test .container.bg_pink .ex_list .list_box .inner {
    width: 100%;
    margin-bottom: 3%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #page.page-template-page-shop_test .container.bg_pink .more_info {
    margin: 20px auto;
  }
  #page.page-template-page-shop_test .container.bg_pink .blog_bn {
    max-width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.page-template-page-shop_test .container.bg_pink .blog_bn a {
    display: block;
    width: 95%;
    padding: 10px;
    margin: 0 auto 10px;
  }
  #page.page-template-page-shop_test .container.bg_pink .blog_bn a div {
    width: 100%;
  }
  #page.page-template-page-shop_test .form_btn {
    display: block;
    width: 230px;
    max-width: 90%;
    margin: 30px auto 60px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #page.page-template-page-shop_test .form_btn:hover {
    opacity: .6;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #page.page-template-page-shop_test p.red {
    text-align: center;
    color: #e73828;
    font-weight: bold;
  }
  #page.page-template-page-shop_test .line_button {
    background: url("common/img/button_line_sp.png") no-repeat;
    background-size: 275px 120px;
    width: 275px;
    max-width: 100%;
    height: 120px;
    margin: 0 auto;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #page.page-template-page-shop_test .line_button:hover {
    -webkit-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
  }
  #page.page-template-page-shop_test .voice_box {
    max-width: 90%;
    margin: 80px auto 50px;
  }
  #page.page-template-page-shop_test .voice_box h3.title {
    position: absolute;
    margin: 0 auto;
    width: 225px;
    top: -25px;
  }
  #page.page-template-page-shop_test .voice_box .auction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  #page.page-template-page-shop_test .voice_box .auction img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #page.page-template-page-shop_test .voice_box .auction p {
    font-size: 16px;
  }
  #page.page-template-page-shop_test #store_access .__inner {
    max-width: 100%;
    padding: 40px 0;
  }
  #page.page-template-page-shop_test #store_access .__inner h3 {
    font-size: 23px;
    margin: 0 auto 40px;
  }
  #page.page-template-page-shop_test #store_access .__inner .shopinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.page-template-page-shop_test #store_access .__inner .shopinfo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #page.page-template-page-shop_test #store_access .__inner .shopinfo div {
    margin-top: 20px;
  }
  #page.page-template-page-shop_test #store_access .__inner .shopinfo div h4 {
    font-size: 18px;
  }
  #page.page-template-page-shop_test #store_access .__inner .shopinfo div p {
    font-size: 14px;
  }
  #page.page-template-page-shop_test #store_access .__inner .gmap {
    margin-top: 30px;
    padding-bottom: 56%;
    padding-top: 30px;
    margin-bottom: 50px;
  }
  #page.page-template-page-shop_test #store_access .__inner .shop_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page.page-template-page-shop_test #store_access .__inner .shop_area>div {
    width: 100%;
    padding: 20px 0;
    text-align: left;
    margin-bottom: 0;
  }
  #page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_image {
    width: 90px;
    margin-right: 15px;
  }
  #page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_name {
    margin-left: 100px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  #page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_link {
    width: 100%;
    padding-top: 10px;
  }
  #page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_link .tel_num {
    margin-right: 0;
  }
  #page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_link .link_to {
    line-height: 1.8;
  }
  #page.page-template-page-shop_test #store_access .__inner .shop_area>div .store_link .link_to a {
    font-size: 11px;
    color: #fff;
    padding: 6px 10px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #page.page-template-page-shop_test #store_access .shop_pic li {
    float: none;
    width: 80%;
    margin: 0 auto 30px;
  }
  #page.page-template-page-shop_test #store_access .shop_info {
    width: 80%;
    margin: 0 auto;
  }
  #page.page-template-page-shop_test .welcome {
    padding: 0;
  }
  #page.page-template-page-shop_test .welcome>.kaitori_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px auto;
  }
  #page.page-template-page-shop_test .welcome>.kaitori_list>.inner {
    border-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  #page.page-template-page-shop_test .welcome>.kaitori_list>.inner:last-child {
    border-right: 0;
  }
  #page.page-template-page-shop_test .welcome>.kaitori_list>.inner h5 {
    margin-bottom: 10px;
  }
  #page.page-template-page-shop_test .welcome>.kaitori_list>.inner .link_btn {
    width: 85%;
  }
  #page.page-template-page-shop_test .welcome>.kaitori_list>.inner .link_btn p {
    padding-left: 35%;
  }
  #page.page-template-page-shop_test .center .pc_none {
    display: none;
  }
  #page.page-template-page-shop_test .center .sp_none {
    display: block;
  }
}

@media (min-width: 1px) and (max-width: 768px) {
  #page.page-template-page-shop_test .mv {
    margin-top: 120px;
  }

}
/* 211221_テスト追加 */

#page .gold section {
  margin-bottom: 50px;
}

#page .gold .reason_box.reason01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
}

#page .gold .reason_box.reason01 img {
  width: 282px;
}

#page .gold .ratebox .date {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#page .gold .ratebox .date span {
  font-size: 30px;
  margin-left: 1em;
}

#page .gold .ratebox .table_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page .gold .ratebox table.rate_table {
  width: 430px;
  border-collapse: collapse;
  border: 1px solid #231815;
}

#page .gold .ratebox table.rate_table th, #page .gold .ratebox table.rate_table td {
  border: 1px solid #231815;
}

#page .gold .ratebox table.rate_table th {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
  letter-spacing: .15em;
}

#page .gold .ratebox table.rate_table.table01 th {
  background-color: #fedf23;
}

#page .gold .ratebox table.rate_table.table02 th {
  background-color: #dbdcdc;
}

#page .gold .ratebox table.rate_table td {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  padding: 6px 10px;
}

#page .gold .ratebox table.rate_table td.bb {
  text-align: right;
  color: #fff;
  background-color: #727171;
}

#page .gold .jisseki_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

#page .gold .jisseki_box .jisseki_inner {
  width: 135px;
  text-align: center;
  margin: 0 10px 35px;
}

#page .gold .jisseki_box .jisseki_inner img {
  border: 1px solid #9e9f9f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto;
  width: 120px;
}

#page .gold .jisseki_box .jisseki_inner p {
  font-size: 12px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page .gold .jisseki_box .jisseki_inner .price {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
}

#page .gold .jisseki_box .jisseki_inner .price span {
  font-size: 20px;
  color: #ff0000;
}

#page .gold p.bold {
  font-weight: bold;
  text-align: center;
}

#page .gold .image_box {
  margin: 20px auto;
}

#page .gold .image_box.image01 {
  width: 593px;
}

#page .gold .image_box.image02 {
  width: 542px;
}

#page .gold .image_box.image03 {
  width: 675px;
}

#page .gold .reason_box.reason02 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#page .gold .reason_box.reason02 .__text {
  width: 655px;
}

#page .gold .reason_box.reason02 .__text p {
  line-height: 1.8;
}

#page .gold .reason_box.reason02 img {
  width: 200px;
}

#page .gold section .__text p {
  line-height: 1.8;
}

#page .gold .select h3.heading_pink {
  color: #ff7d9b;
  font-size: 26px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff7d9b;
  position: relative;
  margin-bottom: 40px;
  line-height: 36px;
  letter-spacing: .1em;
}

#page .gold .select h3.heading_pink::before {
  position: absolute;
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 36px;
  left: 0;
}

#page .gold .select a {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page .gold .select a:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page .gold .select .bg_pink {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  letter-spacing: .05em;
}

#page .gold .select .contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

#page .gold .select .contact_link a {
  display: block;
  width: 48%;
}

#page .gold .select .contact_link a img {
  width: 100%;
}

#page .gold .select .contact_link img {
  width: 48%;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page .gold .reason_box.reason01, #page .about .reason_box.reason01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page .gold .reason_box.reason01 img, #page .about .reason_box.reason01 img {
    width: 90%;
    margin-bottom: 15px;
  }
  #page .about .reason_box.reason01 {
    text-align: center;
  }
  #page .gold .ratebox .date {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
  }
  #page .gold .ratebox .date span {
    font-size: 24px;
    margin-left: 1em;
  }
  #page .gold .ratebox .table_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page .gold .ratebox table.rate_table {
    width: 100%;
  }
  #page .gold .ratebox table.rate_table th {
    font-size: 17px;
    letter-spacing: .1em;
  }
  #page .gold .ratebox table.rate_table td {
    font-size: 18px;
  }
  #page .gold .jisseki_box {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }
  #page .gold .jisseki_box .jisseki_inner {
    width: 42%;
    text-align: center;
    margin: 0 10px 35px;
  }
  #page .gold .jisseki_box .jisseki_inner img {
    margin: 10px auto;
    width: 120px;
  }
  #page .gold .image_box {
    margin: 20px auto;
  }
  #page .gold .image_box.image01 {
    width: 100%;
  }
  #page .gold .image_box.image02 {
    width: 100%;
  }
  #page .gold .image_box.image03 {
    width: 100%;
  }
  #page .gold .reason_box.reason02 {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #page .gold .reason_box.reason02 .__text {
    width: 100%;
  }
  #page .gold .reason_box.reason02 img {
    width: 100%;
    margin-top: 15px;
  }
  #page .gold section .__text p {
    line-height: 1.8;
    margin-bottom: 1.5em;
  }
  #page .gold .select h3.heading_pink {
    color: #ff7d9b;
    font-size: 26px;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ff7d9b;
    position: relative;
    margin-bottom: 40px;
    line-height: 36px;
    letter-spacing: .1em;
  }
  #page .gold .select h3.heading_pink::before {
    position: absolute;
    content: '';
    background-color: #ff7d9b;
    width: 5px;
    height: 36px;
    left: 0;
  }
  #page .gold .select a {
    display: block;
    margin-bottom: 25px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #page .gold .select a:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    opacity: .6;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #page .gold .select .bg_pink {
    background-color: #ff7d9b;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    letter-spacing: .05em;
  }
  #page .gold .select .contact_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
  }
  #page .gold .select .contact_link a {
    display: block;
    width: 48%;
  }
  #page .gold .select .contact_link a img {
    width: 100%;
  }
  #page .gold .select .contact_link img {
    width: 48%;
  }
}

#page .kaitori section {
  margin-bottom: 50px;
}

#page .kaitori .reason_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#page .kaitori .reason_box img {
  width: 282px;
  margin: 0 6px 20px;
}

#page .kaitori .form_btn {
  display: block;
  text-align: center;
  width: 550px;
  max-width: 90%;
  margin: 30px auto 60px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page .kaitori .form_btn:hover {
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page .kaitori img.banner {
  width: 730px;
  display: block;
  margin: 0 auto 50px;
}

#page .kaitori p.bold {
  font-weight: bold;
  text-align: center;
}

#page .kaitori ul.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

#page .kaitori ul.item_list li {
  width: 110px;
  margin-right: 18px;
  margin-bottom: 15px;
}

#page .kaitori .bg_pink {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  letter-spacing: .05em;
}

#page .kaitori section .__text {
  margin-top: 40px;
}

#page .kaitori section .__text p {
  line-height: 1.8;
}

#page .kaitori .select h3.heading_pink {
  color: #ff7d9b;
  font-size: 26px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff7d9b;
  position: relative;
  margin-bottom: 40px;
  line-height: 36px;
  letter-spacing: .1em;
}

#page .kaitori .select h3.heading_pink::before {
  position: absolute;
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 36px;
  left: 0;
}

#page .kaitori .select a {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page .kaitori .select a:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page .kaitori .select .contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

#page .kaitori .select .contact_link a {
  display: block;
  width: 48%;
}

#page .kaitori .select .contact_link a img {
  width: 100%;
}

#page .kaitori .select .contact_link img {
  width: 48%;
}

#page .kaitori .bg_pink {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  letter-spacing: .05em;
  margin-bottom: 30px;
}

#page .kaitori .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

#page .kaitori .flex .flex__box {
  width: 14%;
}

#page .kaitori .flow {
  border: 1px solid #595757;
  margin-bottom: 50px;
}

#page .kaitori .flow .flow__title {
  background-color: #e73828;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 12px;
  margin-bottom: 30px;
}

#page .kaitori .flow .flow__title_linecall {
  background-color: #52af90;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 12px;
  margin-bottom: 30px;
}

#page .kaitori .flow .flow__inner {
  padding: 50px 80px;
}

#page .kaitori .flow .flow__inner .flow__step .__title {
  display: inline-block;
}

#page .kaitori .flow .flow__inner .flow__step .__title .__image {
  float: left;
  width: 135px;
  margin-right: 20px;
}

#page .kaitori .flow .flow__inner .flow__step .__title .__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

#page .kaitori .flow .flow__inner .flow__step .__title .__text img:first-child {
  width: 83px;
  margin-right: 20px;
}

#page .kaitori .flow .flow__inner .flow__step .__title .__text img:nth-child(2) {
  height: 35px;
}

#page .kaitori .flow .flow__inner .flow__step .__title .__text p {
  width: 100%;
  font-size: 17px;
  margin: 20px auto;
}

#page .kaitori .flow .flow__inner .flow__step .__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

#page .kaitori .flow .flow__inner .flow__step .__contact>* {
  width: 48%;
}

#page .kaitori .flow .flow__inner .flow__step .__text-red {
  width: 100%;
  color: #e50012;
  margin-bottom: 20px;
}

#page .kaitori .flow .flow__inner .flow__step .__flex-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e73828;
}

#page .kaitori .flow .flow__inner .flow__step .__flex-red .__title {
  background-color: #e73828;
  width: 145px;
  padding: 20px 25px;
}

#page .kaitori .flow .flow__inner .flow__step .__flex-red .__text {
  padding: 20px 25px;
  font-size: 17px;
  font-weight: bold;
}

#page .kaitori .flow .flow__inner .flow__step .__flex-red .__text p {
  line-height: 1.7;
}

#page .kaitori .flow .flow__inner .arrow {
  margin: 50px auto;
  width: 165px;
}

#page .kaitori .faq {
  margin-bottom: 80px;
}

#page .kaitori .faq .faq__title {
  background-color: #e73828;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding: 12px;
  margin-bottom: 30px;
}

#page .kaitori .faq .faq__list {
  font-weight: bold;
  font-size: 16px;
}

#page .kaitori .faq .faq__list ul li {
  border-bottom: 1px dashed #b4b4b5;
  margin-top: 20px;
}

#page .kaitori .faq .faq__list p {
  line-height: 1.7;
}

#page .kaitori .faq .faq__list .__list-q, #page .kaitori .faq .faq__list .__list-a {
  position: relative;
  padding-left: 50px;
  padding-top: 8px;
  margin-bottom: 20px;
}

#page .kaitori .faq .faq__list .__list-q::before {
  position: absolute;
  content: '';
  background: url("common/img/delivery/faq_q.png") no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

#page .kaitori .faq .faq__list .__list-a::before {
  position: absolute;
  content: '';
  background: url("common/img/delivery/faq_a.png") no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}

#page .kaitori .__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 50px;
}

#page .kaitori .__contact>* {
  width: 48%;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page .kaitori .reason_box {
    margin-bottom: 20px;
  }
  #page .kaitori .reason_box img {
    width: 90%;
    margin-bottom: 15px;
  }
  #page .kaitori .form_btn {
    max-width: 100%;
    margin: 20px auto;
  }
  #page .kaitori img.banner {
    margin: 0 auto 40px;
  }
  #page .kaitori ul.item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #page .kaitori ul.item_list li {
    width: 30%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #page .kaitori section .__text {
    margin-top: 40px;
  }
  #page .kaitori section .__text p {
    line-height: 1.8;
  }
  #page .kaitori .bg_pink {
    font-size: 20px;
    padding: 12px;
    margin-bottom: 30px;
  }
  #page .kaitori .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 5px;
  }
  #page .kaitori .flex .flex__box {
    width: 47%;
    margin-bottom: 15px;
  }
  #page .kaitori .flow {
    margin-bottom: 50px;
  }
  #page .kaitori .flow .flow__title {
    font-size: 20px;
    padding: 8px;
    margin-bottom: 20px;
  }
  #page .kaitori .flow .flow__inner {
    padding: 15px;
  }
  #page .kaitori .flow .flow__inner .flow__step .__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #page .kaitori .flow .flow__inner .flow__step .__title .__image {
    width: 90px;
    margin: 0 auto;
  }
  #page .kaitori .flow .flow__inner .flow__step .__title .__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page .kaitori .flow .flow__inner .flow__step .__title .__text img:first-child {
    width: 76px;
    margin: 0 auto 10px;
  }
  #page .kaitori .flow .flow__inner .flow__step .__title .__text img:nth-child(2) {
    height: 25px;
    display: block;
    margin: 0 auto;
  }
  #page .kaitori .flow .flow__inner .flow__step .__title .__text p {
    font-size: 14px;
    margin: 20px auto;
    width: 100%;
    text-align: left;
  }
  #page .kaitori .flow .flow__inner .flow__step .__contact {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page .kaitori .flow .flow__inner .flow__step .__contact>* {
    width: 100%;
    margin-bottom: 15px;
  }
  #page .kaitori .flow .flow__inner .flow__step .__text-red {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #page .kaitori .flow .flow__inner .flow__step .__flex-red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page .kaitori .flow .flow__inner .flow__step .__flex-red .__title {
    width: 100%;
    padding: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #page .kaitori .flow .flow__inner .flow__step .__flex-red .__title img {
    width: 125px;
    height: auto;
    margin: 0 auto;
  }
  #page .kaitori .flow .flow__inner .flow__step .__flex-red .__text {
    padding: 10px;
    font-size: 14px;
  }
  #page .kaitori .flow .flow__inner .arrow {
    margin: 25px auto;
    width: 90px;
  }
  #page .kaitori .faq {
    margin-bottom: 60px;
  }
  #page .kaitori .faq .faq__title {
    font-size: 20px;
    padding: 6px;
    margin-bottom: 30px;
  }
  #page .kaitori .faq .faq__list {
    font-weight: bold;
    font-size: 12px;
  }
  #page .kaitori .faq .faq__list ul li {
    border-bottom: 1px dashed #b4b4b5;
    margin-top: 20px;
  }
  #page .kaitori .faq .faq__list p {
    line-height: 1.7;
  }
  #page .kaitori .faq .faq__list .__list-q, #page .kaitori .faq .faq__list .__list-a {
    position: relative;
    padding-left: 40px;
    padding-top: 6px;
    margin-bottom: 20px;
  }
  #page .kaitori .faq .faq__list .__list-q::before {
    position: absolute;
    content: '';
    background: url("common/img/delivery/faq_q.png") no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
  }
  #page .kaitori .faq .faq__list .__list-a::before {
    position: absolute;
    content: '';
    background: url("common/img/delivery/faq_a.png") no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
  }
  #page .kaitori .__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #page .kaitori .__contact>* {
    width: 100%;
    margin-bottom: 15px;
  }
}

#page .list .category_list {
  border-top: 1px solid #c8c9c9;
}

#page .list .category_list .section {
  padding: 20px 0;
  border-bottom: 1px solid #c8c9c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#page .list .category_list .section .__image {
  width: 110px;
  height: 123px;
}

#page .list .category_list .section .__text {
  width: 760px;
}

#page .list .category_list .section .__text h2, #page .list .category_list .section .__text h2 a {
  color: #ff7d9b;
  font-size: 20px;
  margin-bottom: 5px;
}

#page .list .category_list .section .__text p {
  line-height: 1.7;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page .list .category_list .section {
    padding: 20px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #page .list .category_list .section .__image {
    width: 40%;
  }
  #page .list .category_list .section .__image img {
    width: 100%;
  }
  #page .list .category_list .section .__text {
    width: 55%;
  }
  #page .list .category_list .section .__text h2, #page .list .category_list .section .__text h2 a {
    color: #ff7d9b;
    font-size: 18px;
    margin-bottom: 5px;
  }
  #page .list .category_list .section .__text p {
    line-height: 1.7;
    font-size: 12px;
  }
}

#page .blog .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px dashed #ff7d9b;
  padding: 25px 0;
}

#page .blog .section .image {
  width: 150px;
}

#page .blog .section .excerpt {
  width: 710px;
}

#page .blog .section .excerpt h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

#page .blog .section .excerpt p {
  margin-bottom: 2em;
}

#page .blog .section .excerpt a {
  font-size: 13px;
  color: #ff7d9b;
  text-decoration: underline;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page .blog .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0;
  }
  #page .blog .section .image {
    margin: 0 auto 15px;
  }
  #page .blog .section .excerpt {
    width: 100%;
  }
  #page .blog .section .excerpt h3 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  #page .blog .section .excerpt p {
    font-size: 12px;
    margin-bottom: 2em;
  }
  #page .blog .section .excerpt a {
    font-size: 13px;
    color: #ff7d9b;
    text-decoration: underline;
  }
}

#page .goods .bg_pink {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  letter-spacing: .05em;
  margin-bottom: 30px;
}

#page .goods .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

#page .goods .flex .flex__box {
  width: 14%;
}

#page .goods .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px dashed #ff7d9b;
  padding: 25px 0;
}

#page .goods .section .image {
  width: 150px;
}

#page .goods .section .excerpt {
  width: 710px;
}

#page .goods .section .excerpt h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

#page .goods .section .excerpt p {
  font-size: 12px;
  margin-bottom: 2em;
}

#page .goods .section .excerpt a {
  font-size: 13px;
  color: #ff7d9b;
  text-decoration: underline;
}

#page .goods .section .excerpt .price {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

#page .goods .section .excerpt .price span {
  font-size: 35px;
  color: #ff7d9b;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page .goods .bg_pink {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  #page .goods .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #page .goods .flex .flex__box {
    width: 47%;
    margin-bottom: 15px;
  }
  #page .goods .section {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page .goods .section .image {
    width: 150px;
    margin: 0 auto 15px;
  }
  #page .goods .section .excerpt {
    width: 100%;
  }
  #page .goods .section .excerpt h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #page .goods .section .excerpt p {
    font-size: 12px;
    margin-bottom: 2em;
  }
  #page .goods .section .excerpt a {
    font-size: 13px;
    color: #ff7d9b;
    text-decoration: underline;
  }
  #page .goods .section .excerpt .price {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
  }
  #page .goods .section .excerpt .price span {
    font-size: 35px;
    color: #ff7d9b;
  }
}

#page.page-template-page-brand-php .container.bg_pink {
  background: url("common/img/bg_pink.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: -40px auto 0;
  /* padding-top: 20px; */
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.page-template-page-brand-php .container.bg_white {
  background: url("common/img/bg_white.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand h1 {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  letter-spacing: .05em;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand h3 {
  font-size: 26px;
  color: #ff7d9b;
  font-weight: bold;
  letter-spacing: .1em;
  border-bottom: 1px solid #ff7d9b;
  padding-bottom: 6px;
  display: block;
  position: relative;
  line-height: 35px;
  padding-left: 15px;
  margin-bottom: 25px;
  margin-top: 50px;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand h3::before {
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 35px;
  position: absolute;
  left: 0;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .flex .flex__box {
  width: 48%;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .flex .flex__box .select_box {
  position: relative;
  overflow: hidden;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .flex .flex__box .select_box select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #9e9f9f;
  border-radius: 0;
  height: 60px;
  padding: 15px 10px;
  position: relative;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .flex .flex__box .select_box select::-ms-expand {
  display: none;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .flex .flex__box .select_box::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.5em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #666666;
  pointer-events: none;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .flex .flex__box .serch_box {
  position: relative;
  width: 100%;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .flex .flex__box .serch_box #serch_text {
  width: 100%;
  border: 1px solid #9e9f9f;
  font-size: 16px;
  padding: 15px 10px;
  height: 60px;
  outline: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .flex .flex__box .serch_box #serch_button {
  position: absolute;
  top: 5px;
  right: 0;
  height: 60px;
  background-color: transparent;
  border: none;
  border-left: 1px solid #9e9f9f;
  outline: 0;
  padding: 15px;
  cursor: pointer;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .flex .flex__box .serch_box #serch_button img {
  width: 26px;
  height: 26px;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .flex .flex__box #small_text {
  font-size: 12px;
  position: relative;
  margin-top: 95px;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .item_text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand .item_text p {
  line-height: 1.8;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand ul.list {
  font-size: 12px;
  border-bottom: 1px solid #9e9f9f;
  padding-bottom: 80px;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand ul.list li a {
  text-decoration: underline;
  color: #000;
  line-height: 1.8;
}

#page.page-template-page-brand-php .container.bg_pink .inner #brand p.center_text {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 30px 0;
}

#page.page-template-page-brand-php .center .pc_none {
  display: block;
}

#page.page-template-page-brand-php .center .sp_none {
  display: none;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page.page-template-page-brand .container.bg_pink {
    /* padding-top: 30px; */
    padding-top: 180px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand h1 {
    background-color: #ff7d9b;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    letter-spacing: .05em;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand h3 {
    font-size: 18px;
    padding-bottom: 6px;
    position: relative;
    line-height: 25px;
    padding-left: 15px;
    margin-bottom: 25px;
    margin-top: 50px;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand h3::before {
    content: '';
    background-color: #ff7d9b;
    width: 5px;
    height: 25px;
    position: absolute;
    left: 0;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .flex .flex__box {
    width: 100%;
    margin-bottom: 30px;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .flex .flex__box .select_box {
    position: relative;
    overflow: hidden;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .flex .flex__box .select_box select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #9e9f9f;
    border-radius: 0;
    height: 60px;
    padding: 15px 10px;
    position: relative;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .flex .flex__box .select_box select::-ms-expand {
    display: none;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .flex .flex__box .select_box::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #666666;
    pointer-events: none;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .flex .flex__box .serch_box {
    position: relative;
    width: 100%;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .flex .flex__box .serch_box #serch_text {
    width: 100%;
    border: 1px solid #9e9f9f;
    font-size: 16px;
    padding: 15px 10px;
    height: 60px;
    outline: 0;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .flex .flex__box .serch_box #serch_button {
    position: absolute;
    top: 5px;
    right: 0;
    height: 60px;
    background-color: transparent;
    border: none;
    border-left: 1px solid #9e9f9f;
    outline: 0;
    padding: 15px;
    cursor: pointer;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .flex .flex__box .serch_box #serch_button img {
    width: 26px;
    height: 26px;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .flex .flex__box #small_text {
    font-size: 12px;
    position: relative;
    margin-top: 95px;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .item_text {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand .item_text p {
    line-height: 1.8;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand ul.list {
    font-size: 12px;
    border-bottom: 1px solid #9e9f9f;
    padding-bottom: 80px;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand ul.list li a {
    text-decoration: underline;
    color: #000;
    line-height: 1.8;
  }
  #page.page-template-page-brand .container.bg_pink .inner #brand p.center_text {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 30px 0;
  }
  #page.page-template-page-brand .center .pc_none {
    display: block;
  }
  #page.page-template-page-brand .center .sp_none {
    display: none;
  }
}

#page.tax-brand .container.bg_pink {
  background: url("common/img/bg_pink.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page.tax-brand .container.bg_white {
  background: url("common/img/bg_white.png") repeat center top;
  background-size: 110px 110px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page.tax-brand .container.bg_pink .inner #brand h1 {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  letter-spacing: .05em;
}

#page.tax-brand .container.bg_pink .inner #brand h2 {
  font-size: 26px;
  color: #ff7d9b;
  font-weight: bold;
  letter-spacing: .1em;
  border-bottom: 1px solid #ff7d9b;
  padding-bottom: 6px;
  display: block;
  position: relative;
  line-height: 35px;
  padding-left: 15px;
  margin-bottom: 25px;
  margin-top: 50px;
}

#page.tax-brand .container.bg_pink .inner #brand h2::before {
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 35px;
  position: absolute;
  left: 0;
}

#page.tax-brand .container.bg_pink .inner #brand p.brand_text {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.8;
  margin-top: 30px;
}

#page.tax-brand .container.bg_pink .inner #brand ul.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#page.tax-brand .container.bg_pink .inner #brand ul.item li {
  margin: 0 25px 25px 0;
}

#page.tax-brand .container.bg_pink .inner #brand .section {
  border-bottom: 1px dashed #ff7d9b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
}

#page.tax-brand .container.bg_pink .inner #brand .section .image {
  width: 150px;
  margin-right: 30px;
}

#page.tax-brand .container.bg_pink .inner #brand .section .excerpt {
  font-size: 12px;
}

#page.tax-brand .container.bg_pink .inner #brand .section .excerpt h3 {
  font-size: 18px;
}

#page.tax-brand .container.bg_pink .inner #brand .section .excerpt p.brand {
  margin-bottom: 30px;
  font-size: 13px;
}

#page.tax-brand .container.bg_pink .inner #brand .section .excerpt p.price {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

#page.tax-brand .container.bg_pink .inner #brand .section .excerpt p.price span {
  font-size: 35px;
  color: #ff7d9b;
}

#page.tax-brand .center .pc_none {
  display: block;
}

#page.tax-brand .center .sp_none {
  display: none;
}

#page.tax-brand .wp-pagenavi {
  margin: 50px auto;
  text-align: center;
  border: 0;
  font-weight: bold;
  font-size: 16px;
}

#page.tax-brand .wp-pagenavi span.pages {
  display: block;
  border: 0;
  margin-bottom: 15px;
}

#page.tax-brand .wp-pagenavi a, #page.tax-brand .wp-pagenavi span.extend {
  background-color: #dbdcdc;
  color: #fff;
  border: 0;
  font-size: 14px;
  padding: 10px 12px;
}

#page.tax-brand .wp-pagenavi span.current {
  font-size: 14px;
  padding: 10px 12px;
  color: #fff;
  background-color: #e34783;
  border: 0;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page.tax-brand .container.bg_pink {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page.tax-brand .container.bg_pink .inner #brand h1 {
    color: #fff;
    font-size: 22px;
    padding: 10px 0;
  }
  #page.tax-brand .container.bg_pink .inner #brand h2 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 15px;
    margin-bottom: 25px;
    margin-top: 50px;
  }
  #page.tax-brand .container.bg_pink .inner #brand h2::before {
    width: 5px;
    height: 30px;
  }
  #page.tax-brand .container.bg_pink .inner #brand p.brand_text {
    font-size: 13px;
    margin-bottom: 40px;
  }
  #page.tax-brand .container.bg_pink .inner #brand ul.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #page.tax-brand .container.bg_pink .inner #brand ul.item li {
    margin: 0 10px 10px 0;
    width: 60px;
  }
  #page.tax-brand .container.bg_pink .inner #brand .section {
    border-bottom: 1px dashed #ff7d9b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page.tax-brand .container.bg_pink .inner #brand .section .image {
    width: 150px;
    margin: 0 auto 15px;
  }
  #page.tax-brand .container.bg_pink .inner #brand .section .excerpt {
    font-size: 12px;
  }
  #page.tax-brand .container.bg_pink .inner #brand .section .excerpt h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #page.tax-brand .container.bg_pink .inner #brand .section .excerpt p.brand {
    margin-bottom: 30px;
    font-size: 13px;
  }
  #page.tax-brand .container.bg_pink .inner #brand .section .excerpt p.price {
    font-size: 16px;
    margin-top: 30px;
  }
  #page.tax-brand .container.bg_pink .inner #brand .section .excerpt p.price span {
    font-size: 25px;
  }
  #page.tax-brand .center .pc_none {
    display: block;
  }
  #page.tax-brand .center .sp_none {
    display: none;
  }
  #page.tax-brand .wp-pagenavi {
    margin: 50px auto;
    font-size: 14px;
  }
  #page.tax-brand .wp-pagenavi span.pages {
    margin-bottom: 10px;
  }
  #page.tax-brand .wp-pagenavi a, #page.tax-brand .wp-pagenavi span.extend {
    font-size: 12px;
    padding: 8px 10px;
  }
  #page.tax-brand .wp-pagenavi span.current {
    font-size: 12px;
    padding: 8px 10px;
  }
}

#page {
  background: url("common/img/bg_pink.png") repeat center top;
  background-size: 110px 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page .container {
  width: 100%;
  /* margin: -40px auto 0; */
  padding-top: 20px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page .container .inner {
  background-color: #fff;
  width: 1000px;
  max-width: 93%;
  margin: 0 auto;
  padding: 45px 55px;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page .container .inner .line_button {
  background: url("common/img/button_line_pc.png") no-repeat;
  background-size: 683px 262px;
  width: 683px;
  max-width: 100%;
  height: 262px;
  margin: 0 auto;
  -webkit-transition: .2s;
  transition: .2s;
}

#page .container .inner .line_button:hover {
  -webkit-transform: rotate(-2deg) scale(1.1);
  transform: rotate(-2deg) scale(1.1);
}

#page .container .title_img {
  margin: 0 auto 80px;
}

#page .container .title_img.company {
  width: 293px;
}

#page .container .title_img p {
  color: #cc0000;
  font-size: 22px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

#page .container .title_img p::after {
  content: "";
  background: url("common/img/hige.png") no-repeat;
  background-size: 98px 25px;
  width: 98px;
  height: 25px;
  display: block;
  bottom: 0;
  margin: 12px auto 0;
}

#page .container .sub_menu {
  width: 750px;
  max-width: 100%;
  margin: 0 auto 80px;
  text-align: center;
}

#page .container .sub_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#page .container .sub_menu ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  width: 158px;
  height: 90px;
}

#page .container .sub_menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3e3a39;
  -webkit-transition: .3s;
  transition: .3s;
  background: url("common/img/sub_titlebg.png") no-repeat;
  background-position: -8px 17px;
  background-size: 158px 90px;
  width: 158px;
  height: 100px;
  position: absolute;
}

#page .container .sub_menu ul li a:hover {
  color: #cc0000;
}

#page .container .sub_menu ul li.current a {
  color: #cc0000;
}

#page .container .content {
  width: 1000px;
  max-width: 95%;
  background: #fff;
  padding: 50px;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#page .select {
  margin-top: 80px;
}

#page .select h3.heading_pink {
  color: #ff7d9b;
  font-size: 26px;
  font-weight: bold;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ff7d9b;
  position: relative;
  margin-bottom: 40px;
  line-height: 36px;
  letter-spacing: .1em;
}

#page .select h3.heading_pink::before {
  position: absolute;
  content: '';
  background-color: #ff7d9b;
  width: 5px;
  height: 36px;
  left: 0;
}

#page .select a {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: .5s;
  transition: .5s;
}

#page .select a:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: .6;
  -webkit-transition: .2s;
  transition: .2s;
}

#page .select .bg_pink {
  background-color: #ff7d9b;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  letter-spacing: .05em;
}

#page .select .contact_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

#page .select .contact_link a {
  display: block;
  width: 48%;
}

#page .select .contact_link a img {
  width: 100%;
}

#page .select .contact_link img {
  width: 48%;
}

#page .btn_np {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ff7d9b;
  border-bottom: 1px solid #ff7d9b;
  padding: 20px 0;
  margin-top: 25px;
  font-size: 16px;
  font-weight: bold;
}

#page .btn_np a {
  color: #ff7d9b;
  display: block;
}

@media (min-width: 1px) and (max-width: 940px) {
  #page .container {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 110px;

    /* margin-top: 120px; */
  }
  #page .container .inner {
    max-width: 93%;
    padding: 15px;
  }
  #page .container .inner .line_button {
    background: url("common/img/button_line_sp.png") no-repeat;
    background-size: 275px 120px;
    width: 275px;
    max-width: 100%;
    height: 120px;
    margin: 0 auto;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #page .container .inner .line_button:hover {
    -webkit-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
  }
  #page .container .title_img {
    margin: 0 auto 80px;
  }
  #page .container .title_img.company {
    width: 293px;
  }
  #page .container .title_img p {
    color: #cc0000;
    font-size: 22px;
    letter-spacing: .1em;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
  }
  #page .container .title_img p::after {
    content: "";
    background: url("common/img/hige.png") no-repeat;
    background-size: 98px 25px;
    width: 98px;
    height: 25px;
    display: block;
    bottom: 0;
    margin: 12px auto 0;
  }
  #page .container .sub_menu {
    width: 750px;
    max-width: 100%;
    margin: 0 auto 80px;
    text-align: center;
  }
  #page .container .sub_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  #page .container .sub_menu ul li {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    width: 158px;
    height: 90px;
  }
  #page .container .sub_menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3e3a39;
    -webkit-transition: .3s;
    transition: .3s;
    background: url("common/img/sub_titlebg.png") no-repeat;
    background-position: -8px 17px;
    background-size: 158px 90px;
    width: 158px;
    height: 100px;
    position: absolute;
  }
  #page .container .sub_menu ul li a:hover {
    color: #cc0000;
  }
  #page .container .sub_menu ul li.current a {
    color: #cc0000;
  }
  #page .container .content {
    width: 1000px;
    max-width: 95%;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page .container .select {
    margin-top: 60px;
  }
  #page .container .select h3.heading_pink {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 32px;
  }
  #page .container .select h3.heading_pink::before {
    height: 32px;
  }
  #page .container .select a {
    margin-bottom: 10px;
  }
  #page .container .select .bg_pink {
    font-size: 16px;
    padding: 8px 0;
  }
  #page .container .select .contact_link {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #page .container .select .contact_link a {
    width: 100%;
    margin-bottom: 15px;
  }
  #page .container .select .contact_link a img {
    width: 100%;
  }
  #page .container .select .contact_link img {
    width: 100%;
  }
}

@media (min-width: 1px) and (max-width: 640px) {
  #page.inx .container.bg_pink {
    width: 100%;
    margin: 0 auto;
    padding: 50px 25px;
  }
  #page.inx .container.bg_pink .title_blog {
    width: 163px;
  }
  #page.inx .container.bg_pink .title_blog p {
    font-size: 17px;
  }
}


/*20180822 shopペ���ジ追�更新*/

#page .flow_tuika {
  background-color: #ffdbde;
  max-width: 1000px;
  margin: auto;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 35px;
  width: 90%;
}

#page .flow_tuika.flow_tuika02 {
  width: 90%;
  background-color: #dbf0ef;
  margin-bottom: 30px;
}

#page .flow_tuika.flow_tuika03 {
  width: 90%;
  background-color: #dcf5ae;
}

#page .flow_tuika .flexbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
}

#page .flow_tuika .item {
  /* -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%; */
  margin: 45px 0 30px;
  background-image: url(common/img/shop/icon01.png);
  background-repeat: no-repeat;
  background-size: 10px 20px;
  background-position: 99% 43%;
  padding-right: 20px;
  width: 50%;
}

#page .flow_tuika .item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 380px;
  height: 380px;
}

#page .flow_tuika .item:last-child {
  background-image: none;
  padding-right: 0;
}

#page .flow_tuika .item_txt {
  max-width: 210px;
  text-align: left;
}

#page .flow_tuika .flow_tuika_btn {
  display: inline-block;
  padding: 10px 4.5em;
  text-decoration: none;
  background: #ffb500;
  color: #FFF;
  border-bottom: solid 4px #ec9600;
  border-radius: 20px;
  font-size: 16px;
  max-width: 320px;
  width: 100%;
}
.shop_flow_tuika_btn {
  display: inline-block;
  padding: 10px .5em;
  text-decoration: none;
  background: #ffb500;
  color: #FFF;
  border-bottom: solid 4px #ec9600;
  border-radius: 20px;
  font-size: 16px;
  max-width: 320px;
  width: 100%;
  color: #fff !important;
}
#page .flow_tuika .flow_tuika_btn:active {
  /*ボタンを押したと�*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}
.shop_flow_tuika_btn:active {
  /*ボタンを押したと�*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  border-bottom: none;
  /*線を消す*/
}


#page .flow_tuika .flow_tuika_btn_wrap {
  padding: 0 0 30px;
  text-align: center;
}

.shop_flow_tuika_btn_wrap {
  padding: 0 0 30px;
  text-align: center;
}


#page .flow_tuika .flow_img_child {
  /* max-width: 210px; */
  margin-top: 15px;
}

#page .flow_tuika .icon_sp {
  display: none;
}

#page .access_to_store {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  padding: 50px;
}

#page .access_to_store_wrap {
  margin-bottom: 16px;
}

#page .access_to_store .access_to_store_ttl {
  background-color: #fedf23;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  padding: 15px 0 15px 25px;
  margin-bottom: 16px;
  text-align: left;
}

#page .shop_stuff {
  background-color: #fff;
  padding: 45px;
}

#page .shop_stuff .shop_stuff_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page .shop_stuff .shop_stuff_lft {
  margin-right: 25px;
  width: 30%;
  margin-bottom: 30px;
}

#page .shop_stuff .shop_stuff_lft img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 230px;
  height: 170px;
}

#page .shop_stuff .shop_stuff_rig {
  width: 70%;
}

#page .shop_stuff .shop_stuff_rig table tr {
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}

#page .shop_stuff .shop_stuff_rig table tr th {
  background-color: #fedf23;
}

#page .shop_stuff .shop_stuff_rig table tr td {
  text-align: left;
  padding: 10px 0;
  padding-left: 10px;
}

#page .pt80 {
  padding-top: 80px;
}

#page .shopinfo_img_slick {
  /* max-width: 480px; */
  width: 100%;
}

#page .shopinfo_img_slick .slick-prev:before, .slick-next:before {
  color: rgb(231, 56, 40);
}

#page .shopinfo_img_slick .slick-next {
  right: 20px;
}

#page .shopinfo_img_slick .slick-prev {
  left: 0;
  z-index: 1;
}

#page .shopinfo .slick-dots {
  display: none!important;
}

#page .slick-prev:before, .slick-next:before {
  font-size: 40px;
}

#page .flow_tuika .flow_tuika_wrap {
  width: 100%;
  margin: auto;
}

@media (min-width: 1px) and (max-width: 1060px) {}

@media (min-width: 1px) and (max-width: 640px) {
  #page .shop_stuff .shop_stuff_flexbox {
    display: block;
  }
  #page .shop_stuff .shop_stuff_lft {
    width: 100%;
  }
  #page .shop_stuff .shop_stuff_rig {
    width: 100%;
  }
  #page .shop_stuff {
    padding: 15px;
  }
  #page .access_to_store {
    padding: 15px;
  }
  #page .flow_tuika .item .icon_sp {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 20px auto;
  }
  #page .flow_tuika .item {
    margin-bottom: 0;
    margin-top: 30px;
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; */
    background-position: 96% 44%;
    width: 100%;
    margin: 0 auto 30px;
  }
  #page .flow_tuika .item:nth-child(2) {}
  #page .flow_tuika .item:last-child {
    padding-right: 20px;
    background: none;
  }
  #page .flow_tuika .item img {
    text-align: center;
    display: block;
    width: 280px;
    height: 280px;
    margin: auto;
  }
  #page .flow_tuika {
    width: 90%;
    margin: 0 auto 30px;
  }
  #page .flow_tuika02 {
    width: 90%;
    margin: auto;
  }
  #page .flow_tuika03 {
    width: 90%;
    margin: 0 auto 30px;
  }
  #page .flow_tuika .flow_tuika_btn {
    font-size: 14px;
    padding: 10px 0em;
    max-width: 240px;
  }
  .shop_flow_tuika_btn {
    font-size: 14px;
    padding: 10px 0em;
    max-width: 240px;
  }

  #page .flow_tuika .flow_img_child {
    margin-left: 10px;
  }
  #page .shopinfo_img_slick .slick-next {
    display: none;
  }
  #page .shopinfo_img_slick .slick-prev:before, .slick-next:before {
    display: none;
  }
  #page .access_to_store .access_to_store_ttl {
    font-size: 15px;
  }
  #page .flow_tuika .flexbox {
    /* margin-left: 15px; */
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #page .flow_tuika .flow_img_child {
    margin: 15px auto;
    padding: 0 1% 0 6%;
  }
  #page.page-template-page-shop_test .flow_tuika02 .flow_tuika_btn2 {
    margin-bottom: 20px;
  }
  
}


/* about */

.pc_nones {
  display: none;
}
.pc_none {
  display: none;
}


.flaot_l img, .flaot_l div {
  float: left;
  margin-left: 10px;
}

.flaot_l div {
  width: 55%;
  text-align: left;
}

.flaot_l img:last-child {
  float: right;
}

.flaot_r {
  margin: 30px 0;
}

.flaot_r,.flaot_l {
  text-align: center;
}

.flaot_r img {
  float: right;
  margin-right: 10px;
}

.flaot_r img:last-child {
  float: left;
}

.voices {
  text-align: center;
  margin: 30px auto;
  border: 1px solid #cc251d;
  width: 15em;
  padding: 1em 0;
}

.voices a {
  text-decoration: none;
  color: #ec0f22;
}

.voices a:visited {
  color: #ec0f22;
}

.add_mod {
  margin: 30px 0;
}

.imglist img {
  margin-left: 1%;
  margin-bottom: 10px
}

#footer .footer-content .tvcm a::before {
  content: "";
  background: url(https://bestlife-ltd.com/system/wp-content/themes/Bestlife_CP/common/img/footer_tv_fukidashi.png) no-repeat;
  background-size: 122px 134px;
  width: 122px;
  height: 134px;
  position: absolute;
  top: -102px;
  left: 50px;
  transition: .3s;
}

.wrapper_contents {
  clear: both;
  overflow: hidden;
  width: 1000px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}

.index .line_button {
  background: url(https://bestlife-ltd.com/system/wp-content/themes/Bestlife_CP/common/img/button_line_pc.png) no-repeat;
  background-size: 100%;
  width: 48%;
  height: 201px;
  transition: .2s;
  margin: 0 auto;
}

.chat_links {
  text-align: center;
  display: block;
  width: 80%;
  margin: 0 auto;
}

.voices2 {
  text-align: right;
  width: auto;
  border: none;
}

.tvcms {
  position: absolute;
  top: -3%;
  right: 6%;
  width: 29%;
}

@media (min-width: 1px) and (max-width: 940px) {
  .flaot_l img, .flaot_l div {
    float: none;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .flaot_l div {
    width: 100%;
  }
  .flaot_l img:last-child {
    float: none;
  }
  .flaot_r {
    margin: 30px 0;
  }
  .flaot_r img {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .imglist img {
    width: 31%;
  }
  .voices2 {
    text-align: center;
    margin-bottom: 0px;
  }
  .chat_links {
    width: 100%;
  }
  .pc_nones {
    display: block;
  }
  .pc_none {
    display: block;
  }

  .tvcms {
    position: initial;
    width: 100%;
  }

}

.item_list_three{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.fa-angle-right {
    color: white;
    background: red;
    border-radius: 50%;
    font-size: 14px!important;
    padding: 0.5% 1.8%;
}
.item_list_three li {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.entry_btn{
    width:47%;
}
#bx_pager,
#bx_pager2{
  display: none;
}
#sp_menu_cont{
  display: none;
}
@media (min-width: 768px) and (max-width: 940px) {
  #sp_menu_cont{
    position: absolute;
    /* top: 51px; */
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px 10px 0;
    position: fixed;
    width: 100%;
  }
  #sp_menu_cont .smc_tel{
    margin-bottom: 10px;
  }
  #sp_menu_cont .smc_tel a{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#269fe5+0,016eb2+100 */
  background: #269fe5; /* Old browsers */
  background: -moz-linear-gradient(top, #269fe5 0%, #016eb2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #269fe5 0%,#016eb2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #269fe5 0%,#016eb2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#269fe5', endColorstr='#016eb2',GradientType=0 ); /* IE6-9 */
    display: block;
    border-radius: 10px;
    padding: 10px 10px 5px;
    color: #fff;
    text-align: center;
  }
  #sp_menu_cont .smc_tel a .smc_tel_num{
      font-size: 30px;
      font-weight: bold;
      line-height: 1em;
      background: url(common/img/base/free_tel.png) left center no-repeat;
      padding-left: 50px;
      display: inline-block;
      margin-bottom: 10px;
  }
  #sp_menu_cont .smc_tel a .smc_tel_hol{
    display: block;
    line-height: 1em;
  }
  #sp_menu_cont .smc_line{
    margin-bottom: 10px;
  }
  #sp_menu_cont .smc_btns{
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
  #sp_menu_cont .smc_btns .smc_btns_btn{
    width: 33.3333%;
    padding:0 5px;
    box-sizing:border-box;
  }
  #primary-menu.v2{
    margin-top: 270px;
  }
  
}
@media screen and (max-width: 767px) {
#primary-menu.v2{
  margin-top: 250px;
}
#sp_menu_cont{
  width: 100%;
  position: absolute;
  /* top: 51px; */
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 10px 0;
  position: fixed;
  height: 250px;
}
#sp_menu_cont .smc_tel{
  margin-bottom: 10px;
}
#sp_menu_cont .smc_tel a{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#269fe5+0,016eb2+100 */
background: #269fe5; /* Old browsers */
background: -moz-linear-gradient(top, #269fe5 0%, #016eb2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #269fe5 0%,#016eb2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #269fe5 0%,#016eb2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#269fe5', endColorstr='#016eb2',GradientType=0 ); /* IE6-9 */
  display: block;
  border-radius: 10px;
  padding: 10px 10px 5px;
  color: #fff;
  text-align: center;
}
#sp_menu_cont .smc_tel a .smc_tel_num{
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
    background: url(common/img/base/free_tel.png) left center no-repeat;
    padding-left: 50px;
    display: inline-block;
    margin-bottom: 10px;
}
#sp_menu_cont .smc_tel a .smc_tel_hol{
  display: block;
  line-height: 1em;
}
#sp_menu_cont .smc_line{
  margin-bottom: 10px;
}
#sp_menu_cont .smc_btns{
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
#sp_menu_cont .smc_btns .smc_btns_btn{
  width: 33.3333%;
  padding:0 5px;
  box-sizing:border-box;
}
#bx_pager,
#bx_pager2{
  text-align: center;
  display: block;
}
#bx_pager li,
#bx_pager2 li{
  display: inline-block;
  width: 50px;
  margin: 5px;
}
#bx_pager li.active{position: relative;}
#bx_pager li.active:last-child::before{
    display: none;
}
#bx_pager li.active::before{
    position: absolute;
    top: 50%;
    right: -10px;
    display: block;
    content: "";
    margin-top: -3px;
    border-left: 5px solid #e73828;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
#bx_pager li.active a span,
#bx_pager2 li.active a span{display: none;}
#bx_pager li a,
#bx_pager2 li a{
  position: relative;
  display: block;
}
#bx_pager li a span,
#bx_pager2 li a span{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(225,225,225,0.5);
  color: #000;
}
.access_loop{
  margin: 0;
}
.access_loop li{
  padding: 0;
  padding-top: 10px;
}
.bx-wrapper{
  border:none !important;
  box-shadow: none !important;
  margin-bottom: 15px !important;
  margin-left: auto;
  margin-right: auto;
}
  .page-id-69242 iframe{
  height: 400px!important;
}
 .entry_btn{
    width:100%;
}
#page.page-template-page-shop #store_access .shop_pic li {
  width: 100%;
}
#page.page-template-page-shop #store_access .shop_info {
  width: 100%;
}
/* 211221_テスト追加 */
#page.page-template-page-shop_test #store_access .shop_pic li {
  width: 100%;
}
#page.page-template-page-shop_test #store_access .shop_info {
  width: 100%;
}


/* 211221_テスト追加 */


 h2.h2_about{
    font-size: 1.2em;
}
}
.voice_box_mod {
  width: 1000px;
  max-width: 100%;
  margin: 5% auto 0;
  padding: 40px 4% 20px 4%;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 35px;
  text-align: center;
}
.storedetails_txt {
  width: 1000px;
  max-width: 100%;
  margin: 5% auto 0;
  padding: 0px 4% 20px 4%;
  box-sizing: border-box;
  /* background-color: #fff; */
  position: relative;
  /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); */
  margin-bottom: 35px;
}
.voice_questionnaire{
color: #000;
display: table;
margin: 3% auto;
text-align: center;
background-color: yellow;
font-size: 1.5rem;
font-weight: bold;
padding: 1% 10%;
}

.questionnaire_list{
display: flex;
}
.questionnaire_list li{
margin: 1% 2%;
flex:50%;
margin-bottom: 0;
}

.voice_txt{
padding: 4%;
background: #f1eb0f6e;
border-radius: 10px;
box-sizing: border-box;
margin: 1% 0;
font-size: 1.5em;
line-height: 1.5;
}

.voice_title_mod{
position: absolute;
width: 30%;
margin: 0 auto;
left: 0;
right: 0;
top: -40px;
}
@media (min-width: 1px) and (max-width: 640px) {
.voice_box_mod iframe {
height: 400px!important;
}
.voice_title_mod {
width: 55%;
top: -2%;
}
.questionnaire_list{
display: block;   
}
.questionnaire_list li{
margin-bottom: 5%;;
}
.voice_box_mod{
margin: 15% auto 35px;
width: 90%;
}
.storedetails_txt {
  margin: 15% auto 35px;
  width: 90%;
}
}














/* 2019/06/11以降�����書き直�
/* ==========================================================

	全�

========================================================== */
.btn_more {
	display:inline-block;
	border:1px solid #ff7d9b;
	color:#ff7d9b;
	font-weight:bold;
	position:relative;
}

/* PC */
@media screen and (min-width: 768px) {
	.btn_more {
		border-radius:5px;
		padding:5px 30px; 
	}
	
	.btn_more::after {
		content: '';
		display: block;
		width: 7px; height: 7px;
		border-bottom: 2px solid #ff7d9b;
		border-right: 2px solid #ff7d9b;
		transform: rotate(-45deg);
		position: absolute; right:14px; top: 50%;
		margin-top: -4px;
	}
}

/* SP */
@media screen and (max-width: 767px) {

}



/* ペ���ジネ���ション
===========================================================*/
.pagenation {
	padding-top:20px; padding-bottom:48px;
	text-align:center;
}

.page-numbers {
	display:inline-block;
	width:30px;
	margin-right:3px; margin-left:3px;
	padding-top:6px; padding-bottom:4px;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	background:#ccc;
	border:1px solid #9d9e9e;
	color:#fff;
	line-height:24px;
}

.pagenation a {
	text-decoration:none;
	color:inherit;
}

.pagenation a:hover { opacity:0.8; filter:alpha(opacity=80);}

.pagenation .current {
	background:#fff;
	color:#666;
}

.pagenation .next { margin-left:20px;}
.pagenation .prev { margin-right:20px;}



/* 前���記事���次の記� */
.prev_next {
	margin-top:70px; margin-bottom:10px;
	position:relative;
	display:flex;
	flex-wrap:wrap; justify-content:space-between; align-items:center;
}

.prev_next a {
	display:block;
	padding-top:14px; padding-bottom:10px;
	text-decoration:none;
	color:inherit;
	position:relative;
	font-size:16px;
}

.prev_next .__prev a { padding-left:20px;}
.prev_next .__next a { padding-right:20px;}

.prev_next .__prev a:before {
	content:'';
	width:0; height:0;
	border-top:6px solid transparent;
	border-right:8px solid #000;
	border-bottom:6px solid transparent;
	border-left:0 solid transparent;
	position:absolute; left:0; top:50%;
	margin-top:-6px;
}

.prev_next .__next a:before {
	content:'';
	width:0; height:0;
	border-top:6px solid transparent;
	border-right:0 solid transparent;
	border-bottom:6px solid transparent;
	border-left:8px solid #000;
	position:absolute; right:0; top:50%;
	margin-top:-6px;
}

/* PC */
@media screen and (min-width: 768px) {
	.prev_next { margin-top:70px; margin-bottom:10px;}

	.prev_next .btn_type01 {
		width:300px;
		position:absolute; top:0; left:50%;
		margin-left:-150px;
		color:#fff;
	}
}

/* SP */
@media screen and (max-width: 767px) {
	.prev_next {
		margin-top:20px; margin-bottom:10px;
		padding-bottom:55px;
	}
	
	.prev_next .btn_type01 {
		width:300px;
		position:absolute; bottom:0; left:50%;
		margin-left:-150px;
		color:#fff;
	}
}






/* ==========================================================

	�覧共通（主にarchive����quiz

========================================================== */
.archives .__block {
	display:block;
	color:inherit;
	border-bottom:1px dashed #ff7d9b;
	position:relative;
}

.archives .__block .__area {
	display:flex;
	justify-content:flex-start;
}

.archives .__block:hover { opacity:0.7;}

.archives .__thumb {
	border:1px solid #ccc;
	position:relative;
	overflow:hidden;
}

.archives .__thumb img {
	position:absolute; top:50%; left:50%;
	transform: translateY(-50%) translateX(-50%);
}

.archives .__block .__text { flex:1;}

/* PC */
@media screen and (min-width: 768px) {
	.archives .__block {
		padding-top:30px; padding-bottom:30px;
		line-height:1.8;
	}
	
	.archives .__block .__area { align-items:flex-start;}
	
	.archives .__block .__thumb { width:300px; height:225px;}
	
	.archives .__block .__text {
		margin-left:30px;
		flex:1;
	}
	
	.archives .__block .__title {
		margin-bottom:20px;
		font-size:21px;
	}
	
	.archives .__block .__btn { position:absolute; right:0; bottom:25px;}
}

/* SP */
@media screen and (max-width: 767px) {
	.archives .__block { padding-top:3vmin; padding-bottom:3vmin;}
	
	.archives .__block .__title {
		margin-bottom:2vmin;
		font-size:5vmin;
	}
	
	.archives .__block .__thumb {
		width:30vmin; height:22.5vmin;
		margin-right:2vmin;
	}
	
}






/* ==========================================================

	single quiz

========================================================== */
.quiz  .__titles {
	display:flex;
	justify-content:space-between; align-items:center;
}

.quiz  .__title { flex:1;}

.quiz .__thumb {
	border:1px solid #ccc;
	position:relative;
	overflow:hidden;
}

.quiz .__thumb img {
	position:absolute; top:50%; left:50%;
	transform: translateY(-50%) translateX(-50%);
}

.quiz  .__title span { display:block;}

.quiz  .__title span:first-child { font-weight:normal;}

.quiz .__lesson { border:dotted 2px #e34783;}

.quiz .__lesson > div { background:#fff3f6;}

.quiz .__lesson h4 {
	color:#ff2f5f;
	text-shadow:2px 2px 0 #ffaabe;
	letter-spacing:0.15em;
}


/* PC */
@media screen and (min-width: 768px) {
	.quiz .__thumb {
		width:100px; height:100px;
		margin-right:30px;
	}
	
	.quiz  .__title { font-size:23px;}
	
	.quiz  .__title span:first-child { font-size:13px;}
	
	.quiz  .__contents { margin:80px 50px;}
	
	.quiz  .__contents p { margin-bottom:2em;}
	
	.quiz .__answer {
		display:flex;
		justify-content:flex-start; align-items:center;
	}
	
	.quiz .__btn_answer {
		width:160px; height:100px;
		padding-top:23px; padding-left:15px;
		font-size:20px;
		font-weight:bold;
		color:#e95539;
		text-align:center;
		background:url(img/btn_more.png) no-repeat left 10px;
		background-size:160px 90px;
	}
	
	.quiz .__answer p {
		margin-left:40px; margin-bottom:0;
		font-weight:bold;
		font-size:24px;
		flex:1;
	}
	
	.quiz .__lesson {
		margin-top:20px; margin-right:50px; margin-left:50px;
		padding:10px;
	}
	
	.quiz .__lesson > div { padding:20px;}
	
	.quiz .__lesson h4 { font-size:25px;}
	
	.quiz .__lesson .__text { margin-top:20px; margin-right:50px; margin-left:50px;}
}

/* SP */
@media screen and (max-width: 767px) {
	.quiz  .__titles { margin-bottom:7vmin;}
	
	.quiz .__thumb {
		width:23vmin; height:23vmin;
		margin-right:2vmin;
	}
	
	.quiz  .__title { font-size:5vmin;}
	
	.quiz  .__title span:first-child { font-size:3vmin;}
	
	.quiz  .__contents p { margin-bottom:1.5em;}
	
	.quiz .__btn_answer {
		width:38vmin; height:20vmin;
		padding-top:3vmin; padding-left:4vmin;
		font-size:4.6vmin;
		font-weight:bold;
		color:#e95539;
		text-align:center;
		background:url(img/btn_more.png) no-repeat;
		background-size:38vmin 20vmin;
	}
	
	.quiz .__answer p {
		margin-top:2vmin; margin-right:4vmin; margin-left:10vmin;
		font-size:5vmin;
		font-weight:bold;
	}
	
	.quiz .__lesson { padding:3vmin;}
	
	.quiz .__lesson > div { padding:3vmin;}
	
	.quiz .__lesson h4 {
		font-size:5.5vmin;
		text-align:center;
	}
	
	.quiz .__lesson .__text { margin-top:4vmin;}
}


.eye-catch img{
  margin: 0 auto;
}

ul.breadcrumb li::after {
  content: ">";
  color: #fff;
  padding: 0 5px;
}

/**
 * 210821
 */

.head-content .header .link_btn ul li .pc_none {
  display: none;
}
.head-content .header .link_btn ul li a {
  display: block;
  padding: 2px 0;
  color: #fff;
  font-weight: bold;
  transition: all .5s;
  align-items: start;
}
.head-content .header .link_btn ul li a:hover {
  transition: all .2s;
  opacity: .6;
}


.insta {
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 5px;
 }

 .navigation_p_item {
  display: none !important;
}
.head-content .header .sns {
  display: none !important;
}
.head-content .header .sns_pc a {
  display: block;
}
.head-content .header .sns_pc a.fb svg,
.head-content .header .sns_pc a.tw img {
  width: 28px;
  height: 28px;
  margin-left: 5px;
  transition: all .5s;
}
.head-content .header .sns_pc a.fb svg {
  fill: #036eb7;
}
.head-content .header .sns_pc a.tw img {
  fill: #2ea6df;
}
.head-content .header .sns_pc a:hover svg {
  transition: all .2s;
  opacity: .8;
  transform: scale(1.1);
}

.head-content .header .link_btn {
  flex-grow: 0.5;
}
.head-content .header .link_btn ul {
  display: flex;
  justify-content: space-between;
}
.head-content .header .link_btn ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  background: linear-gradient(#ff7e00 0%, #ff7e00 50%, #f86900 50%, #f86900 100%);
  text-align: center;
  border-radius: 10px;
  text-shadow: -2px -2px 0 rgba(233, 101, 45, 0.8);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  height: 48px;
}
.p_item{
  width: 230px!important;
  background: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.navigation_p_item {
  display: none !important;
}


@media (min-width: 1px) and (max-width: 940px) {
  .navigation_p_item {
    display: block !important;
  }
  .head-content .header .sns {
    position: absolute;
    display: flex !important;
    right: 75px;
    top: 50%;
    transform: translateY(-50%);
  }
  .head-content .header .sns a {
    display: block !important;
  }
  .head-content .header .sns a.fb svg,
  .head-content .header .sns a.tw svg {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }
  .head-content .header .sns_pc {
    display: none;
  }
  .head-content .header .link_btn ul li {
    width: 32%;
  }

  .navigation_p_item {
    display: block !important;
  }
  .p_item{
    display: none !important;
  }

}


/* faq */
.faq_ttl {
	text-align: center;
	padding: 30px 0;
	font-size: 28px;
}
.faq_ttl span {
	font-size: 14px;
	
}
.faq dl {
	width: 1000px;
	margin: auto;
}
.faq_sub dl {
	width: 100% !important;
}

.faq{ padding-bottom: 40px;}
.faq dl{
	margin-bottom: 20px;

}
.faq dt{
	background: #ecebe5 url('common/img/faq/faq_q.png') no-repeat;
	background-position: 20px 20px;
	padding: 27px;
	padding-left: 85px;
	padding-right: 60px;
	min-height: 80px;
	box-sizing: border-box;
	position: relative;
}
.faq dt:after{
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 20px;
	top: 25px;
	background: url('common/img/faq/faq_plus.png') no-repeat;
	cursor: pointer;
}
.faq dt.open:after{
	background: url('common/img/faq/faq_min.png') no-repeat;
}
.faq dd{
	background: url('common/img/faq/faq_a.png') no-repeat;
	background-position: 20px 20px;
	height: 0px;
	padding: 0px 20px;
	padding-left: 85px;
	overflow: hidden;
	transition-duration: 0.5s;
}
.faq .open + dd{
	padding: 20px;
	height: auto;
	padding-bottom: 30px;
	padding-left: 85px;
}
@media (min-width: 1px) and (max-width: 1000px) {
	.faq dl {
    width: 90%;
    margin: auto;
		margin-bottom: 20px;
}

}
/* 来店予約_テスト */

#page.page-template-page-shop_test .flow {
  margin: 50px auto;
}
#page.page-template-page-shop_test .flow h2.bg_pink {
  color: #fff;
  background-color: #ff7d9b;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  padding: 8px 0;
}
#page.page-template-page-shop_test .subtitle_top-txt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#page.page-template-page-shop_test .subtitle_top-snbtxt {
  font-size: 14px;
  font-weight: bold;
}
#page.page-template-page-shop_test .reason .image_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px auto 0;
}
#page.page-template-page-shop_test figure {
	text-align: center;
	margin-bottom: 30px;
}
#page.page-template-page-shop_test .reason .image_box img.reserve_img {
  width: 120%;
}
#page.page-template-page-shop_test figcaption {
  font-size: 16px;
  margin-top: 20px;
}
#page.page-template-page-shop_test .delivery_reason-wrp {
  background-color: #fff;
  padding: 45px;
}
.delivery_reason-button a {
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(#60c2c1, #13ad67);
  padding: 10px 4.5em;
  text-decoration: none;
  transition: .5s;
  max-width: 320px;
  width: 100%;
}
@media (min-width: 1px) and (max-width: 940px) {
  #page.page-template-page-shop_test .delivery_reason-wrp {
    padding: 15px;
  }
  
}

@media (min-width: 1px) and (max-width: 599px) {

#page.page-template-page-shop_test .reason .image_box {
    flex-flow: column;
    margin: 30px auto;
  }
}
/* 来店予約 */
#page.page-template-page-shop .flow {
  margin: 50px auto;
}
#page.page-template-page-shop .delivery_reason-wrp-ttl {
  color: #fff;
  background-color: #ff7d9b;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  padding: 8px 0;
}
#page.page-template-page-shop .subtitle_top-txt {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#page.page-template-page-shop .subtitle_top-snbtxt {
  font-size: 14px;
  font-weight: bold;
}
#page.page-template-page-shop .reason .image_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px auto 0;
}
#page.page-template-page-shop figure {
	text-align: center;
	margin-bottom: 30px;
}
#page.page-template-page-shop .reason .image_box img.reserve_img {
  width: 120%;
}
#page.page-template-page-shop figcaption {
  font-size: 16px;
  margin-top: 20px;
}
#page.page-template-page-shop .delivery_reason-wrp {
  background-color: #fff;
  padding: 45px;
}
.delivery_reason-button a {
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(#60c2c1, #13ad67);
  padding: 10px 4.5em;
  text-decoration: none;
  transition: .5s;
  max-width: 320px;
  width: 100%;
}
@media (min-width: 1px) and (max-width: 940px) {
  #page.page-template-page-shop .delivery_reason-wrp {
    padding: 15px;
  }
  
}

@media (min-width: 1px) and (max-width: 599px) {
  #page.page-template-page-shop_test .flow h2.bg_pink {
    font-size: 23px;
  }
  #page.page-template-page-shop .subtitle_top-txt {
    font-size: 15px;
    text-align: center;
  }
  #page.page-template-page-shop .subtitle_top-snbtxt {
    text-align-last: left;
  }

#page.page-template-page-shop .reason .image_box {
    flex-flow: column;
    margin: 30px auto;
  }
  #page.page-template-page-shop .delivery_reason-wrp {
    padding-bottom: 40px;
  }
  .delivery_reason-button a {
    padding: 10px;
    max-width: 200px;
    width: 100%;
  }

  #page.page-template-page-shop .container {
    margin-top: 0;
  }

}

/* #page.page-id-96957 .flow {
  display: none;
} */


/* ブランド */
.brands_ac_point
{
	padding-top 	: 57px;
}
.brands_btn {
  border: 1px solid #000;
  width: 40%;
  padding: 15px 0;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
}
.brands_btn a {
  display: block;
  color: #000;
}
.des_inner
{
	padding: 57px 0px; 
}
.brands_section_inner {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 50px;
}
.brands_wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding-top: 5px;

}
.brands_item {
  width: calc(100% / 4 - 30px);
  margin-bottom: 5px;
  padding: 10px 10px;
  text-align: center;
  background-color: #eee;
}
.brands_item a {
  text-decoration: none;
}
.brands_img {
  object-fit: cover;
    height: auto;
    width: 80%;
    opacity: 1;
    transition: ease .3s;
}
.brands_txt h3{
  margin-bottom: 20px;
  color: #3e3a39;
}

.brands_wrp_fraction {
  flex-direction: row;
  justify-content: flex-start;
}

.brands_wrp_fraction .brands_item {
  margin-right: 5px;
  margin-left: 5px;
}
.brands_item :hover {
  opacity: 0.6;
}
.brands_btn:hover {
  background: #3e3a39;
  transition: 1.0s ;
}
.brands_btn a:hover {
  color: #fff;
}
.brands_wrp:nth-child(3)::after {
  content: "";
    display: block;
    width: 220px;  
    height: 0;
}
@media screen and (max-width: 1001px) {
  .brands_section_inner {
    width: 95%;
  }

}

/*768以下の指定（タブレット）*/
@media screen and (max-width: 768px) {
  .brands_btn {
    width: 90%;
  }

  .brands_ac_point
{
	padding-top 	: 70px;
	margin-top 		: -70px;
}

.des_inner
{
    padding: 37px 0px;
}
.brands_section_inner {
  width: 95%;
  margin-bottom: 50px;
  margin-top: 30px;
}
.brands_item {
  width: calc(100% / 2 - 30px);
}
.brands_wrp:nth-child(3)::after {
    width: 45%;  
}

}

/*480以下の指定（スマホ横)*/
@media screen and (max-width: 480px) {
  .brands_ac_point
  {
    padding-top 	: 60px;
    margin-top 		: -60px;
  }
}

#page.page-template-page-shop_test #grandfront .flow {
  display: none !important;
}


















