@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
/*----------------------------------------
	IE6 Upgrade Warning
----------------------------------------*/
#ieError {
  color: #FFF;
  background: #000;
  padding: 20px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )"; }
  #ieError strong {
    color: #FFF; }
  #ieError a {
    color: #D90000;
    text-decoration: underline; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  color: #0f1629;
  vertical-align: baseline;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1; }

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block; }

li {
  list-style: none; }

ol, ul {
  list-style: none; }

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

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

h1, h2, p, pre {
  word-wrap: break-word; }

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle; }

caption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%; }

tbody, tfoot, thead, tr {
  vertical-align: baseline; }

tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%; }

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc; }

input, select {
  vertical-align: middle; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

select::-ms-expand {
  display: none; }

.clearfix {
  min-height: 1px;
  _height: 1%; }
  .clearfix:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden; }

html, body {
  -webkit-text-size-adjust: none;
  height: 100%;
  margin: 0;
  padding: 0;
  height: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  /*	font-size: 62.5%;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  color: #0f1629;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  font-family: heisei-maru-gothic-std, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #ec651b;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false); }
  a img {
    border: none;
    -webkit-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
    -moz-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
    -o-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
    -ms-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
    transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60); }
    @media only screen and (max-width: 787px) {
      a:hover img {
        opacity: 1;
        filter: alpha(opacity=100); } }

img {
  max-width: 100%;
  vertical-align: bottom;
  pointer-events: none; }

.sp-display {
  display: none !important; }
  @media only screen and (max-width: 787px) {
    .sp-display {
      display: block !important; } }

@media only screen and (max-width: 787px) {
  .sp-invisible {
    display: none !important; } }

.cf:after {
  content: '';
  display: block;
  clear: both; }

.fade__item {
  opacity: 0; }

.show {
  display: block;
  opacity: 1; }

.js__show {
  display: block; }

.t__link {
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .t__link::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: compact(transform 0.3s cubic-bezier(1, 0, 0, 1), false, false, false, false, false, false, false, false, false);
    -moz-transition: compact(transform 0.3s cubic-bezier(1, 0, 0, 1), false, false, false, false, false, false, false, false, false);
    -o-transition: compact(transform 0.3s cubic-bezier(1, 0, 0, 1), false, false, false, false, false, false, false, false, false);
    -ms-transition: compact(transform 0.3s cubic-bezier(1, 0, 0, 1), false, false, false, false, false, false, false, false, false);
    transition: compact(transform 0.3s cubic-bezier(1, 0, 0, 1), false, false, false, false, false, false, false, false, false); }
  .t__link:hover::before {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  @media only screen and (max-width: 787px) {
    .t__link {
      padding: 0; } }

.h__link {
  position: relative;
  color: #0058a1;
  text-decoration: none;
  display: inline-block;
  padding: 5px 2px 7px 2px;
  -webkit-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false); }
  .h__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #0058a1;
    z-index: -1;
    -webkit-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
    -moz-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
    -o-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
    -ms-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
    transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false); }
  .h__link:hover {
    color: #fff !important; }
    .h__link:hover::after {
      height: 100%; }

.m-active {
  position: relative; }
  .m-active::before {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }

/** flex_display **/
.flex_display {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_list_display {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.m_button {
  position: relative;
  display: inline-block;
  width: 240px;
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.3em;
  padding: 20px 0;
  border: 1px solid #000;
  overflow: hidden;
  -webkit-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false); }
  .m_button:hover {
    color: #fff;
    background: #000; }

.mbt {
  color: #fff;
  background-color: #000;
  -webkit-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false); }
  .mbt:hover {
    color: #000;
    background: #fff; }

.m_links {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em; }
  .m_links::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 40px;
    height: 2px;
    background: #000;
    -webkit-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
    -moz-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
    -o-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
    -ms-transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false);
    transition: compact(all 0.2s ease-in-out, false, false, false, false, false, false, false, false, false); }
  .m_links:hover::before {
    width: 80px; }

/*font-weight*/
.bold {
  font-weight: bold; }

.mb12 {
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .mb12 {
      margin-bottom: 24px; } }

.mb16 {
  margin-bottom: 16px; }
  @media only screen and (min-width: 768px) {
    .mb16 {
      margin-bottom: 32px; } }

.mb20 {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .mb20 {
      margin-bottom: 40px; } }

.mb24 {
  margin-bottom: 24px; }
  @media only screen and (min-width: 768px) {
    .mb24 {
      margin-bottom: 48px; } }

.mb28 {
  margin-bottom: 28px; }
  @media only screen and (min-width: 768px) {
    .mb28 {
      margin-bottom: 56px; } }

.mb32 {
  margin-bottom: 32px; }
  @media only screen and (min-width: 768px) {
    .mb32 {
      margin-bottom: 62px; } }

.bg_orange {
  background-color: #004898; }

.bg_beige {
  background-color: #f6eee2; }

.btn {
  display: block;
  height: 44px;
  padding: 0 12px;
  line-height: 44px;
  border-radius: 4px;
  color: #0f1629;
  text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .btn {
      line-height: 50px;
      text-align: center;
      max-width: 768px;
      height: 54px;
      padding: 0 22px;
      margin: 0 auto;
      transition: all .3s ease; }
      .btn:hover {
        opacity: .8; } }
  .btn_fill {
    background: url(../images/common/ico_next_orange@2x.png) right 12px center/14px no-repeat #0f1629;
    color: #ec651b;
    font-size: 12px;
    font-weight: 500;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .btn_fill {
        font-size: 16px; } }
  .btn_line {
    border: 1px solid #0f1629;
    box-sizing: border-box;
    color: #0f1629; }

table.def {
  width: 100%; }
  table.def tbody {
    width: 100%; }
  table.def th,
  table.def td {
    padding: 16px 12px;
    border: 1px solid #0f1629;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      table.def th,
      table.def td {
        padding: 20px; } }
  table.def th {
    width: 100px;
    background-color: #efefef;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46; }
    @media only screen and (min-width: 768px) {
      table.def th {
        width: 180px;
        font-size: 15px;
        line-height: 1.8; } }
  table.def td,
  table.def td p {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.46; }
    @media only screen and (min-width: 768px) {
      table.def td,
      table.def td p {
        font-size: 14px;
        line-height: 1.8; } }

.pagenation {
  font-size: 0;
  letter-spacing: 0; }
  .pagenation .dot,
  .pagenation .first_page,
  .pagenation .last_page,
  .pagenation .page_list,
  .pagenation .page_list a,
  .pagenation .page_list .current {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px; }
    .pagenation .dot:last-child,
    .pagenation .first_page:last-child,
    .pagenation .last_page:last-child,
    .pagenation .page_list:last-child,
    .pagenation .page_list a:last-child,
    .pagenation .page_list .current:last-child {
      margin-right: 0; }
  .pagenation .first_page,
  .pagenation .last_page,
  .pagenation .page_list a,
  .pagenation .page_list .current {
    width: 44px;
    height: 44px;
    border: 1px solid #efefef;
    border-radius: 22px;
    color: #0f1629;
    font-size: 19px;
    font-weight: 500;
    line-height: 42px;
    text-decoration: none; }
  .pagenation .page_list .current {
    border-color: #ec651b; }
  .pagenation .dot {
    position: relative;
    width: 16px;
    height: 44px; }
    .pagenation .dot span {
      position: absolute;
      top: 20px;
      display: block;
      width: 4px;
      height: 4px;
      background-color: #0f1629;
      border-radius: 2px; }
      .pagenation .dot span:nth-child(1) {
        left: 0; }
      .pagenation .dot span:nth-child(2) {
        left: 6px; }
      .pagenation .dot span:nth-child(1) {
        left: 12px; }

/* //////////////////////////////////////////
  container, l-contents, is-content
//////////////////////////////////////////*/
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%; }

#container {
  padding-top: 58px;
  overflow: hidden;
  -webkit-transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.2s ease, false, false, false, false, false, false, false, false, false); }
  @media only screen and (min-width: 768px) {
    #container {
      padding-top: 80px; } }

/** is-content **/
.is-content {
  position: relative;
  max-width: 1280px;
  margin: 0 auto; }

.p-content {
  opacity: 0;
  padding: 0 20px; }

.checkbox {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: calc(20px + 5px);
  line-height: 20px; }
  .checkbox:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0;
    border: 1px solid #d5d5d5;
    z-index: 3;
    box-sizing: border-box; }
  .checkbox:after {
    content: '';
    position: absolute;
    box-sizing: border-box;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    top: calc(50% - (((14px / 12 ) * 5) / 2));
    display: block;
    margin-top: calc(((14px / 12 ) * 5) * -1);
    width: calc(((14px / 12 ) * 5));
    height: 14px;
    z-index: 1;
    left: calc((20px / 2) - (((14px / 12 ) * 5) / 2)); }
  .checkbox input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    margin: 0px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    outline: none;
    display: block;
    box-shadow: 20px 0px #FFF;
    left: calc(20px * -1);
    padding: 0;
    -webkit-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
    -moz-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
    -o-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
    -ms-transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false);
    transition: compact(all 0.3s ease-in-out, false, false, false, false, false, false, false, false, false); }
    .checkbox input[type="checkbox"]:checked {
      opacity: 0.1; }
      .checkbox input[type="checkbox"]:checked:focus {
        opacity: 0.1;
        /*box-shadow : 20px 0px #666;*/ }
    .checkbox input[type="checkbox"]:focus {
      /*box-shadow : 20px 0px #EEE;*/ }

/* p-breadcrumbs */
.p-breadcrumbs {
  max-width: 1280px;
  text-align: left;
  margin: 130px auto 0 auto; }
  .p-breadcrumbs a {
    font-size: 10.5px;
    font-size: 0.65625rem;
    color: #969696;
    letter-spacing: .03em;
    -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
    -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
    -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
    -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
    transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false); }
    .p-breadcrumbs a:hover {
      color: #000; }
  .p-breadcrumbs .pb-child {
    position: relative;
    padding-right: 25px; }
  .p-breadcrumbs .pb-child::before {
    content: '';
    position: absolute;
    top: 54%;
    right: 10px;
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px; }
  .p-breadcrumbs .pb-child::hover {
    color: #000; }
  .p-breadcrumbs .pb-child-active::before {
    display: none; }

/* js__display */
.js__display {
  position: relative;
  transform-origin: 0 50%;
  transition: transform 600ms ease,box-shadow 300ms ease 600ms;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

.js__display.js__show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.js__display::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform-origin: 100% 50%;
  transition: transform 600ms ease 600ms; }

.js__display.js__show::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }

/* js__trans */
.js__trans {
  position: relative;
  overflow: hidden; }
  .js__trans:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: -webkit-transform 1.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: 1.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    transition: transform 1.8s cubic-bezier(0.16, 1.08, 0.38, 0.98), -webkit-transform 1.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
    z-index: 2; }

.js__show.js__trans:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

/**** animation ****/
@-webkit-keyframes fadePage {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px); } }
@keyframes fadePage {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px); } }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); } }
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); } }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px); } }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); } }
@-webkit-keyframes fadeInCenter {
  from {
    opacity: 0; } }
@keyframes fadeInCenter {
  from {
    opacity: 0; } }
.fadePage {
  -webkit-animation: fadePage 0.5s ease both;
  animation: fadePage 0.5s ease both;
  opacity: 1 !important; }

.fadeInUp {
  -webkit-animation: fadeInUp 1s ease both;
  animation: fadeInUp 1s ease both;
  opacity: 1 !important; }

.fadeInDown {
  -webkit-animation: fadeInDown 1s ease both;
  animation: fadeInDown 1s ease both;
  opacity: 1 !important; }

.fadeInRight {
  -webkit-animation: fadeInRight 1s ease both;
  animation: fadeInRight 1s ease both;
  opacity: 1 !important; }

.fadeInLeft {
  -webkit-animation: fadeInLeft 1s ease both;
  animation: fadeInLeft 1s ease both;
  opacity: 1 !important; }

.fadeInCenter {
  -webkit-animation: fadeInCenter .8s ease both;
  animation: fadeInCenter .8s ease both;
  opacity: 1 !important; }

.section_top {
  padding: 36px 0 40px; }
  @media only screen and (min-width: 768px) {
    .section_top {
      padding: 60px 0 80px; } }
  .section_top .img_wrap {
    margin-bottom: 28px;
    padding: 0 10px; }
    @media only screen and (min-width: 768px) {
      .section_top .img_wrap {
        padding: 0; } }
    .section_top .img_wrap img {
      width: 100%; }
.section_inner {
  max-width: 768px;
  padding: 0 20px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .section_inner {
      max-width: 1024px;
      padding: 0; } }

.btn_list li {
  margin-bottom: 12px; }
  .btn_list li:last-child {
    margin-bottom: 0; }
  .btn_list li a {
    display: block; }

.check_list {
  padding: 16px 10px;
  background-color: #f6eee2; }
  @media only screen and (min-width: 768px) {
    .check_list {
      padding: 20px; } }
  .check_list li {
    margin-bottom: 12px;
    padding-left: 18px;
    background: url(../images/common/ico_check@2x.png) left 2px/14px no-repeat;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.55; }
    @media only screen and (min-width: 768px) {
      .check_list li {
        font-size: 14px;
        line-height: 1.8;
        background: url(../images/common/ico_check@2x.png) left center/14px no-repeat; } }
    .check_list li:last-child {
      margin-bottom: 0; }

.img_wrap.width_contents {
  max-width: 768px;
  margin: 0 auto 36px;
  padding: 0 20px; }
.img_wrap.img_border img {
  border: 1px solid #efefef; }
.img_wrap img {
  width: 100%; }

.txt {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .txt {
      font-size: 16px;
      line-height: 1.8; } }

.ttl_def {
  margin-bottom: 12px;
  text-align: left;
  line-height: 19px;
  font-size: 15px;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .ttl_def {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.8;
      margin-bottom: 20px; } }

.ttl_ico {
  margin-bottom: 10px;
  text-align: center; }
  .ttl_ico img {
    max-width: 23px; }
  .ttl_ico span {
    display: block;
    padding: 8px 0 7px;
    background: url(../images/common/ttl_border@2x.png) center bottom/100px no-repeat;
    font-size: 16px;
    font-weight: 800; }
  .ttl_ico.white span {
    color: #fff;
    background: url(../images/common/ttl_border_w@2x.png) center bottom/100px no-repeat; }

.ttl_circle_wrap {
  padding: 16px 0;
  background: url(../images/common/ttl_bg_menu@2x.jpg) center/cover no-repeat; }
  .ttl_circle_wrap .ttl_circle {
    position: relative;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    padding-top: 25px;
    border-radius: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center; }
    .ttl_circle_wrap .ttl_circle::after {
      content: "";
      position: absolute;
      top: 3px;
      left: 3px;
      display: block;
      width: 150px;
      height: 150px;
      border-radius: 75px;
      border: 2px solid #b81c22;
      opacity: 0.8; }
    .ttl_circle_wrap .ttl_circle_img {
      width: 25px; }
    .ttl_circle_wrap .ttl_circle_deco {
      position: absolute;
      top: 25px;
      right: 25px;
      width: 30px; }
    .ttl_circle_wrap .ttl_circle_ttl {
      margin-bottom: 5px;
      padding: 5px 0 7px;
      background: url(../images/common/ttl_border_r@2x.png) center bottom/100px no-repeat;
      font-size: 16px;
      font-weight: 800;
      color: #b81c22; }
    .ttl_circle_wrap .ttl_circle_txt {
      font-size: 10px;
      line-height: 14px; }

/*----------------------------------------
	footer
----------------------------------------*/
.f_bnr_area {
  padding: 24px 0 12px;
  background-color: #0f1629; }
  .f_bnr_area .f_bnr_list {
    font-size: 0;
    letter-spacing: 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .f_bnr_area .f_bnr_list {
        text-align: left; } }
    .f_bnr_area .f_bnr_list li {
      display: inline-block;
      width: calc((100% - 13px)/2);
      margin-right: 13px;
      margin-bottom: 12px;
      vertical-align: top; }
      @media only screen and (min-width: 768px) {
        .f_bnr_area .f_bnr_list li {
          width: calc((100% - 50px)/4); } }
      .f_bnr_area .f_bnr_list li:nth-child(2n) {
        margin-right: 0; }
        @media only screen and (min-width: 768px) {
          .f_bnr_area .f_bnr_list li:nth-child(2n) {
            margin-right: 10px; } }
      @media only screen and (min-width: 768px) {
        .f_bnr_area .f_bnr_list li:nth-child(4n) {
          margin-right: 0; } }
      .f_bnr_area .f_bnr_list li a {
        display: block; }
        .f_bnr_area .f_bnr_list li a img {
          width: 100%;
          border-radius: 5px; }

.f_sns_area {
  padding: 20px;
  border-top: 0.5px solid #efefef; }
  .f_sns_area .sns_list {
    font-size: 0;
    letter-spacing: 0;
    text-align: center; }
    .f_sns_area .sns_list li {
      display: inline-block;
      width: 32px;
      margin: 0 14px;
      vertical-align: top; }
      .f_sns_area .sns_list li a {
        display: block; }

.footer {
  width: 100%;
  background-color: #efefef; }
  .footer-content {
    max-width: 768px;
    margin: 0 auto;
    padding: 20px 20px 12px; }
    @media only screen and (min-width: 768px) {
      .footer-content {
        padding: 30px; } }
    .footer-content .f_nav {
      margin-bottom: 16px;
      font-size: 0;
      letter-spacing: 0;
      text-align: center; }
      .footer-content .f_nav li {
        display: inline-block;
        margin: 0 10px 8px;
        font-size: 10px;
        line-height: 1;
        transform: scale(0.9); }
        @media only screen and (min-width: 768px) {
          .footer-content .f_nav li {
            font-size: 14px;
            transform: scale(1); } }
        .footer-content .f_nav li:last-child {
          margin-right: 0; }
        .footer-content .f_nav li a {
          color: #0f1629;
          text-decoration: none; }
    .footer-content .cnt_bnr {
      display: block;
      height: 40px;
      margin-bottom: 36px;
      border-radius: 4px;
      background-color: #fff;
      color: #0f1629;
      text-decoration: none;
      font-size: 11px;
      font-weight: 500;
      line-height: 40px; }
      @media only screen and (min-width: 768px) {
        .footer-content .cnt_bnr {
          font-size: 16px;
          line-height: 60px;
          height: 60px; } }
    .footer-content .fotter_info {
      margin-bottom: 5px;
      text-align: left; }
      .footer-content .fotter_info dt {
        width: 153px;
        margin-bottom: 8px; }
        @media only screen and (min-width: 768px) {
          .footer-content .fotter_info dt {
            width: 180px;
            margin-bottom: 15px; } }
        .footer-content .fotter_info dt a {
          display: block; }
          .footer-content .fotter_info dt a img {
            max-height: 38.92px; }
            @media only screen and (min-width: 768px) {
              .footer-content .fotter_info dt a img {
                max-height: 45px; } }
      .footer-content .fotter_info dd {
        font-size: 11px;
        line-height: 1; }
    .footer-content .copy {
      display: block;
      font-size: 9px;
      font-weight: bold;
      text-align: left; }

/*----------------------------------------
	header
----------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 58px;
  padding: 8px 0;
  background-color: #004898;
  z-index: 10; }
  .header-content {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px; }
    @media only screen and (min-width: 768px) {
      .header-content {
        max-width: 1024px;
        padding: 0; } }
    .header-content .h-logo {
      width: 153px;
      float: left; }
      @media only screen and (min-width: 768px) {
        .header-content .h-logo {
          width: 250px; } }
      .header-content .h-logo a {
        display: block; }
        .header-content .h-logo a img {
          max-height: 38.92px; }
          @media only screen and (min-width: 768px) {
            .header-content .h-logo a img {
              max-height: 100%; } }
    .header-content .sp_nav {
      float: right;
      padding-top: 4px; }
      @media only screen and (min-width: 768px) {
        .header-content .sp_nav {
          padding-top: 10px; } }
      .header-content .sp_nav .ico_shop {
        width: 32px;
        margin-right: 20px;
        float: left; }
        @media only screen and (min-width: 768px) {
          .header-content .sp_nav .ico_shop {
            width: 45px;
            margin-right: 30px; } }
        .header-content .sp_nav .ico_shop a {
          display: block;
          position: relative;
          width: 100%;
          height: 100%; }
          .header-content .sp_nav .ico_shop a span {
            display: block;
            position: absolute;
            bottom: 2px;
            left: 0;
            right: 0;
            margin: auto;
            color: #fff;
            font-size: 10px; }
      .header-content .sp_nav .nav_btn {
        position: relative;
        width: 32px;
        height: 32px;
        float: left;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          .header-content .sp_nav .nav_btn {
            width: 45px;
            height: 45px; } }
        .header-content .sp_nav .nav_btn span {
          position: absolute; }
          .header-content .sp_nav .nav_btn span:last-child {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            color: #fff;
            font-size: 10px; }
          .header-content .sp_nav .nav_btn span:nth-child(1), .header-content .sp_nav .nav_btn span:nth-child(2), .header-content .sp_nav .nav_btn span:nth-child(3) {
            display: block;
            right: 4px;
            width: 24px;
            height: 3px;
            background-color: #fff;
            border-radius: 1.5px; }
            @media only screen and (min-width: 768px) {
              .header-content .sp_nav .nav_btn span:nth-child(1), .header-content .sp_nav .nav_btn span:nth-child(2), .header-content .sp_nav .nav_btn span:nth-child(3) {
                width: 40px; } }
          .header-content .sp_nav .nav_btn span:nth-child(1) {
            top: 1px; }
            @media only screen and (min-width: 768px) {
              .header-content .sp_nav .nav_btn span:nth-child(1) {
                top: 5px; } }
          .header-content .sp_nav .nav_btn span:nth-child(2) {
            top: 9px; }
            @media only screen and (min-width: 768px) {
              .header-content .sp_nav .nav_btn span:nth-child(2) {
                top: 14px; } }
          .header-content .sp_nav .nav_btn span:nth-child(3) {
            top: 17px; }
            @media only screen and (min-width: 768px) {
              .header-content .sp_nav .nav_btn span:nth-child(3) {
                top: 23px; } }

.g_nav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f6eee2;
  overflow-y: scroll;
  opacity: 0;
  z-index: 11;
  -webkit-transition: ease opacity 0.3s;
  transition: ease opacity 0.3s; }
  .g_nav_wrap .nav_head {
    min-height: 58px;
    padding: 8px 0;
    background-color: #ec651b; }
    @media only screen and (min-width: 768px) {
      .g_nav_wrap .nav_head {
        min-height: 58px; } }
    .g_nav_wrap .nav_head_inner {
      position: relative;
      width: 100%;
      max-width: 768px;
      margin: 0 auto;
      padding: 0 20px; }
      @media only screen and (min-width: 768px) {
        .g_nav_wrap .nav_head_inner {
          max-width: 1024px;
          padding: 0; } }
      .g_nav_wrap .nav_head_inner .h-logo {
        width: 153px; }
        @media only screen and (min-width: 768px) {
          .g_nav_wrap .nav_head_inner .h-logo {
            width: 250px; } }
        .g_nav_wrap .nav_head_inner .h-logo a {
          display: block; }
          .g_nav_wrap .nav_head_inner .h-logo a img {
            max-height: 38.92px; }
            @media only screen and (min-width: 768px) {
              .g_nav_wrap .nav_head_inner .h-logo a img {
                max-height: 100%; } }
      .g_nav_wrap .nav_head_inner .nav_btn {
        position: absolute;
        top: 9px;
        right: 16px;
        width: 24px;
        height: 24px;
        cursor: pointer; }
        @media only screen and (min-width: 768px) {
          .g_nav_wrap .nav_head_inner .nav_btn {
            top: 16px;
            right: 10px;
            width: 30px;
            height: 30px; } }
  .g_nav_wrap .g_nav {
    padding: 36px 0 40px;
    background-color: #fff;
    text-align: left; }
    .g_nav_wrap .g_nav > ul {
      max-width: 768px;
      margin: 0 auto;
      padding: 0 20px; }
      .g_nav_wrap .g_nav > ul > li {
        margin-bottom: 20px; }
        @media only screen and (min-width: 768px) {
          .g_nav_wrap .g_nav > ul > li {
            margin-bottom: 30px; } }
        .g_nav_wrap .g_nav > ul > li:last-child {
          margin-bottom: 0; }
        .g_nav_wrap .g_nav > ul > li a {
          display: block;
          height: 20px;
          background: url(../images/common/ico_next_blue@2x.png) right center/20px no-repeat;
          color: #0f1629;
          font-size: 16px;
          font-weight: bold;
          text-decoration: none; }
  .g_nav_wrap .nav_bnr {
    padding: 36px 0 32px; }
    .g_nav_wrap .nav_bnr .bnr_list {
      max-width: 768px;
      margin: 0 auto;
      padding: 0 20px; }

.bnr_list li {
  margin-bottom: 12px; }
  .bnr_list li:last-child {
    margin-bottom: 0; }
  .bnr_list li a {
    display: block;
    height: 44px;
    padding-left: 12px;
    border-radius: 4px;
    background: url(../images/common/ico_next_blue@2x.png) right 12px center/14px no-repeat #fff;
    color: #376191;
    font-size: 12px;
    font-weight: 500;
    line-height: 44px;
    text-align: left;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .bnr_list li a {
        font-size: 14px;
        line-height: 54px;
        height: 54px; } }

.nav_open .g_nav_wrap {
  height: 100vh;
  opacity: 1; }

/*----------------------------------------
	メインビジュアル
----------------------------------------*/
.main_visual {
  background-color: #efefef; }
  @media only screen and (min-width: 768px) {
    .main_visual {
      background-color: #fff;
      padding: 40px 0; } }
  .main_visual img {
    width: 100%;
    max-width: 768px; }
    @media only screen and (min-width: 768px) {
      .main_visual img {
        max-width: 1280px; } }

/*----------------------------------------
	サブビジュアル
----------------------------------------*/
.sub_visual {
  padding: 20px 0;
  font-size: 19px;
  font-weight: bold; }
  @media only screen and (min-width: 768px) {
    .sub_visual {
      font-size: 26px; } }
  .sub_visual span {
    display: block;
    padding-top: 8px;
    font-size: 11px;
    font-weight: normal; }
    @media only screen and (min-width: 768px) {
      .sub_visual span {
        font-size: 12px; } }
  .sub_visual_menudetail {
    max-width: 768px;
    margin: 0 auto; }
    @media only screen and (min-width: 768px) {
      .sub_visual_menudetail {
        max-width: 100%;
        width: 670px; } }
    .sub_visual_menudetail h2 {
      height: 50px;
      padding: 0 20px;
      background-color: #ec651b;
      color: #fff;
      font-size: 19px;
      font-weight: bold;
      line-height: 50px;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .sub_visual_menudetail h2 {
          font-size: 24px;
          font-size: 1.5rem;
          height: 60px;
          line-height: 60px; } }
  .sub_visual_troubledetail .img_wrap {
    margin-bottom: 16px;
    background-color: #f6eee2; }
    @media only screen and (min-width: 768px) {
      .sub_visual_troubledetail .img_wrap {
        margin-bottom: 26px; } }
    .sub_visual_troubledetail .img_wrap img {
      max-width: 768px; }
      @media only screen and (min-width: 768px) {
        .sub_visual_troubledetail .img_wrap img {
          width: auto;
          max-width: 100%; } }
  .sub_visual_troubledetail h2 {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px;
    color: #ec651b;
    font-size: 19px;
    font-weight: bold;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .sub_visual_troubledetail h2 {
        font-size: 26px;
        font-size: 1.625rem;
        text-align: center; } }
  .sub_visual_flow {
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/flow/main_bg.jpg) center/cover no-repeat; }
    @media only screen and (min-width: 768px) {
      .sub_visual_flow {
        max-width: 100%;
        height: 320px;
        background: #0f1629 url(../images/flow/main_bg.jpg) 50% 100% no-repeat;
        background-size: 100%; } }
    .sub_visual_flow::before {
      content: "";
      display: block;
      padding-top: 67.73%; }
      @media only screen and (min-width: 768px) {
        .sub_visual_flow::before {
          display: none; } }
    .sub_visual_flow h2 {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      color: #fff;
      font-size: 44px;
      font-weight: bold;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .sub_visual_flow h2 span {
        display: block;
        padding-top: 16px;
        color: #fff;
        font-size: 28px;
        font-weight: 500; }
  .sub_visual_reason {
    background: url(../images/reason/main_bg.jpg) center/cover no-repeat; }

h2.sub_visual {
  padding: 20px;
  line-height: 1.32; }
  @media only screen and (min-width: 768px) {
    h2.sub_visual {
      padding: 40px 0; } }

.search_box {
  background-color: #efefef;
  padding: 16px 0 28px; }
  @media only screen and (min-width: 768px) {
    .search_box {
      padding: 40px 0 !important; } }
  .search_box .btn_list {
    max-width: 768px;
    margin: 0 auto 24px;
    padding: 0 20px; }
    .search_box .btn_list li a {
      height: 48px;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .search_box .btn_list li a {
          height: 60px; } }
      .search_box .btn_list li a span {
        display: inline-block;
        font-size: 14px;
        font-weight: 500; }
        @media only screen and (min-width: 768px) {
          .search_box .btn_list li a span {
            font-size: 16px; } }
    .search_box .btn_list li.current_area a {
      background-image: none; }
      .search_box .btn_list li.current_area a span {
        padding-right: 24px;
        background: url(../images/common/ico_current_area@2x.png) right center/14px no-repeat;
        color: #fff;
        line-height: 48px; }
        @media only screen and (min-width: 768px) {
          .search_box .btn_list li.current_area a span {
            line-height: 58px; } }
    .search_box .btn_list li.search_area a span {
      padding-right: 20px;
      background: url(../images/common/ico_search_area@2x.png) right center/10px no-repeat;
      color: #0f1629;
      line-height: 46px; }
      @media only screen and (min-width: 768px) {
        .search_box .btn_list li.search_area a span {
          line-height: 58px; } }
    .search_box .btn_list li.search_area a.btn_fill {
      background-image: none; }
      .search_box .btn_list li.search_area a.btn_fill span {
        color: #fff;
        background-image: url(../images/common/ico_search_area_white@2x.png); }
  .search_box .text_link {
    display: inline-block;
    padding-right: 24px;
    background: url(../images/common/ico_next_blue@2x.png) right center/14px no-repeat;
    color: #0f1629;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    line-height: 24px; }
    @media only screen and (min-width: 768px) {
      .search_box .text_link {
        font-size: 16px;
        line-height: 1; } }

#lower-container .search_box {
  padding-top: 28px; }

.page-shop .search_box .btn_list {
  margin-bottom: 0; }

/*----------------------------------------
	index
----------------------------------------*/
/* //////////////////////////////////////////
  index-kv
//////////////////////////////////////////*/
#index-container {
  opacity: 0; }
  #index-container .bx-wrapper {
    max-width: 100% !important;
    margin-bottom: 0;
    box-shadow: none;
    border: none;
    background: none; }

/* //////////////////////////////////////////
  ekiten_bnr
//////////////////////////////////////////*/
.ekiten_bnr {
  max-width: 768px;
  margin: 0 auto 44px;
  padding: 0 20px; }
  @media only screen and (min-width: 768px) {
    .ekiten_bnr {
      max-width: 1024px;
      padding: 0;
      margin: 0 auto 64px; } }
  .ekiten_bnr a {
    display: block;
    transition: all .3s ease; }
    .ekiten_bnr a img {
      width: 100%;
      height: auto; }

/* //////////////////////////////////////////
  top
//////////////////////////////////////////*/
.ttl_top {
  margin-bottom: 24px;
  padding: 2px 0 1px 0;
  font-size: 19px;
  font-weight: bold;
  line-height: 18px;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .ttl_top {
      font-size: 28px;
      line-height: 1;
      margin-bottom: 34px; } }
  .ttl_top_menu {
    padding-left: 30px;
    background: url(../images/top/ico_ttl_menu@2x.png) left bottom/auto 21px no-repeat; }
    @media only screen and (min-width: 768px) {
      .ttl_top_menu {
        padding-left: 40px;
        background: url(../images/top/ico_ttl_menu@2x.png) left bottom/auto 28px no-repeat; } }
  .ttl_top_trouble {
    padding-left: 25px;
    background: url(../images/top/ico_ttl_trouble@2x.png) left bottom/auto 21px no-repeat; }
    @media only screen and (min-width: 768px) {
      .ttl_top_trouble {
        padding-left: 30px;
        background: url(../images/top/ico_ttl_trouble@2x.png) left bottom/auto 28px no-repeat; } }
  .ttl_top_flow {
    padding-left: 30px;
    background: url(../images/top/ico_ttl_flow@2x.png) left bottom/auto 21px no-repeat; }
    @media only screen and (min-width: 768px) {
      .ttl_top_flow {
        padding-left: 40px;
        background: url(../images/top/ico_ttl_flow@2x.png) left bottom/auto 28px no-repeat; } }
  .ttl_top_reason {
    padding-left: 23px;
    background: url(../images/top/ico_ttl_reason@2x.png) left bottom/auto 21px no-repeat; }
    @media only screen and (min-width: 768px) {
      .ttl_top_reason {
        padding-left: 30px;
        background: url(../images/top/ico_ttl_reason@2x.png) left bottom/auto 28px no-repeat; } }
  .ttl_top_voice {
    padding-left: 30px;
    background: url(../images/top/ico_ttl_voive@2x.png) left bottom/auto 21px no-repeat; }
    @media only screen and (min-width: 768px) {
      .ttl_top_voice {
        padding-left: 40px;
        background: url(../images/top/ico_ttl_voive@2x.png) left bottom/auto 28px no-repeat; } }
  .ttl_top_company {
    padding-left: 29px;
    background: url(../images/top/ico_ttl_company@2x.png) left bottom/auto 21px no-repeat; }
    @media only screen and (min-width: 768px) {
      .ttl_top_company {
        padding-left: 35px;
        background: url(../images/top/ico_ttl_company@2x.png) left bottom/auto 28px no-repeat; } }
  .ttl_top_news {
    padding-left: 26px;
    background: url(../images/top/ico_ttl_news@2x.png) left bottom/auto 21px no-repeat; }
    @media only screen and (min-width: 768px) {
      .ttl_top_news {
        padding-left: 35px;
        background: url(../images/top/ico_ttl_news@2x.png) left bottom/auto 28px no-repeat; } }
  .ttl_top_staff {
    padding-left: 43px;
    background: url(../images/top/ico_ttl_staff@2x.png) left bottom/auto 21px no-repeat; }
    @media only screen and (min-width: 768px) {
      .ttl_top_staff {
        padding-left: 40px;
        background: url(../images/top/ico_ttl_staff@2x.png) left bottom/auto 28px no-repeat; } }

.slider_wrap {
  max-width: 768px;
  margin: 0 auto 24px; }
  @media only screen and (min-width: 768px) {
    .slider_wrap {
      max-width: 1024px;
      margin: 0 auto 40px; } }

.slider_top li {
  width: 113px; }
  .slider_top li a {
    display: block; }

.slider_company li {
  width: 110px; }
  .slider_company li a {
    display: block; }

.news_list_top {
  margin-bottom: 28px;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .news_list_top {
      margin-bottom: 40px; } }
  .news_list_top > li {
    margin-bottom: 12px; }
    @media only screen and (min-width: 768px) {
      .news_list_top > li {
        padding-bottom: 20px;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 30px; } }
    .news_list_top > li:last-child {
      margin-bottom: 0; }
    .news_list_top > li a {
      display: block;
      text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .news_list_top > li a {
          display: flex; } }
      .news_list_top > li a:hover {
        transition: all .3s ease;
        opacity: .6; }
      .news_list_top > li a .date {
        display: inline-block;
        margin-right: 8px;
        color: #ec651b;
        font-size: 11px;
        font-weight: 900;
        line-height: 11px;
        vertical-align: top; }
        @media only screen and (min-width: 768px) {
          .news_list_top > li a .date {
            font-size: 16px;
            line-height: 1.4;
            margin-right: 15px; } }
      .news_list_top > li a .shop {
        display: inline-block;
        height: 11px;
        padding: 1px 0;
        border-radius: 2px;
        background-color: #ec651b;
        vertical-align: top; }
        @media only screen and (min-width: 768px) {
          .news_list_top > li a .shop {
            height: 13px;
            line-height: 1;
            height: auto;
            padding: 6px;
            margin-right: 15px; } }
        .news_list_top > li a .shop span {
          display: block;
          font-size: 10px;
          font-weight: 500;
          transform: scale(0.9); }
          @media only screen and (min-width: 768px) {
            .news_list_top > li a .shop span {
              font-size: 13px; } }
      .news_list_top > li a p {
        width: 100%;
        height: 15px;
        padding-top: 4px;
        font-size: 11px;
        font-weight: 500;
        line-height: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        @media only screen and (min-width: 768px) {
          .news_list_top > li a p {
            font-size: 16px;
            line-height: 1.6;
            padding-top: 0;
            width: auto;
            height: auto; } }

/*----------------------------------------
	店舗一覧・店舗検索結果
----------------------------------------*/
.section_shoplist {
  padding: 28px 0 8px; }
  @media only screen and (min-width: 768px) {
    .section_shoplist {
      padding: 50px 0 20px; } }
  .section_shoplist:last-child {
    padding-bottom: 40px; }

.ttl_shoplist {
  margin-bottom: 36px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ec651b;
  font-size: 16px;
  font-weight: 500;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .ttl_shoplist {
      font-size: 18px;
      font-size: 1.125rem; } }
  .ttl_shoplist span {
    display: inline-block;
    margin-left: 8px;
    color: #ec651b;
    font-size: 18px;
    font-weight: bold; }
    @media only screen and (min-width: 768px) {
      .ttl_shoplist span {
        font-size: 22px;
        font-size: 1.375rem; } }

@media only screen and (min-width: 768px) {
  .shop_list {
    display: flex;
    flex-wrap: wrap; } }
.shop_list > li {
  margin-bottom: 28px;
  border-radius: 4px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .shop_list > li {
      width: calc(50% - 20px);
      margin: 0 40px 40px 0; }
      .shop_list > li:nth-child(2n) {
        margin-right: 0; } }
  .shop_list > li:last-child {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .shop_list > li:last-child {
        margin-bottom: 40px; } }
  .shop_list > li .img_area {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .shop_list > li .img_area::before {
      content: "";
      display: block;
      padding-top: 45%; }
    .shop_list > li .img_area img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      max-width: 100%;
      max-height: 150%; }
  .shop_list > li .txt_area {
    padding: 18px 20px 24px;
    background-color: #f6eee2; }
    @media only screen and (min-width: 768px) {
      .shop_list > li .txt_area {
        padding: 25px;
        height: 270px; } }
    .shop_list > li .txt_area .shop_info {
      margin-bottom: 16px;
      text-align: left; }
      .shop_list > li .txt_area .shop_info dt {
        margin-bottom: 12px;
        font-size: 14px;
        font-weight: 500; }
        @media only screen and (min-width: 768px) {
          .shop_list > li .txt_area .shop_info dt {
            font-size: 20px;
            font-size: 1.25rem;
            margin-bottom: 20px; } }
      .shop_list > li .txt_area .shop_info dd {
        margin-bottom: 4px;
        font-size: 11px;
        font-weight: 500; }
        @media only screen and (min-width: 768px) {
          .shop_list > li .txt_area .shop_info dd {
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: 400;
            line-height: 1.4; } }
        .shop_list > li .txt_area .shop_info dd:last-child {
          margin-bottom: 0;
          display: none; }

.cnt_btn {
  font-size: 0;
  letter-spacing: 0;
  text-align: left; }
  .cnt_btn li {
    display: inline-block;
    width: calc((100% - 17px)/2);
    margin-right: 17px;
    vertical-align: top;
    text-align: center; }
    .cnt_btn li:nth-child(2n) {
      margin-right: 0; }
    .cnt_btn li a {
      display: block;
      height: 40px;
      border-radius: 4px;
      background-color: #fff;
      font-size: 11px;
      font-weight: 500;
      overflow: hidden; }
      @media only screen and (min-width: 768px) {
        .cnt_btn li a {
          font-size: 14px;
          line-height: 50px;
          height: 50px; } }
      .cnt_btn li a span {
        display: inline-block;
        padding-left: 17px;
        line-height: 40px; }
    .cnt_btn li.web a span {
      background: url(../images/shop/ico_web_orange@2x.png) left center/13px no-repeat; }
    .cnt_btn li.tel a span {
      background: url(../images/shop/ico_tel_orange@2x.png) left center/13px no-repeat; }

/*----------------------------------------
	店舗検索
----------------------------------------*/
.section_arealist {
  padding: 24px 0; }
  @media only screen and (min-width: 768px) {
    .section_arealist {
      padding: 40px 0; } }

@media only screen and (min-width: 768px) {
  .area_list {
    width: 670px;
    margin: 0 auto; } }
.area_list li {
  margin-bottom: 28px; }
  @media only screen and (min-width: 768px) {
    .area_list li {
      margin-bottom: 20px; } }
  .area_list li:last-child {
    margin-bottom: 0; }
  .area_list li a {
    display: block;
    background: url(../images/common/ico_next_blue@2x.png) right center/14px no-repeat;
    color: #0f1629;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    line-height: 14px;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .area_list li a {
        font-size: 14px;
        font-size: 0.875rem;
        border: 1px solid #ec651b;
        padding: 20px;
        border-radius: 4px;
        background: url(../images/common/ico_next_blue@2x.png) calc(100% - 10px) center/14px no-repeat; } }

/*----------------------------------------
	施術メニュー一覧・お悩み別一覧
----------------------------------------*/
.section_menulist {
  padding: 16px 0 4px; }
  @media only screen and (min-width: 768px) {
    .section_menulist {
      width: 670px;
      margin: 0 auto; } }

.menu_list {
  font-size: 0;
  letter-spacing: 0;
  text-align: left; }
  .menu_list > li {
    display: inline-block;
    width: calc((100% - 17px)/2);
    margin-right: 17px;
    margin-bottom: 36px;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .menu_list > li {
        width: calc((100% - 17px)/2); } }
    .menu_list > li:nth-child(2n) {
      margin-right: 0; }
    .menu_list > li a {
      display: block;
      text-decoration: none; }
    .menu_list > li .img_area {
      margin-bottom: 12px; }
      .menu_list > li .img_area img {
        width: 100%; }
    .menu_list > li p {
      font-size: 11px;
      font-weight: 500;
      line-height: 1.55; }
      @media only screen and (min-width: 768px) {
        .menu_list > li p {
          font-size: 15px;
          font-size: 0.9375rem;
          line-height: 1.6; } }
      .menu_list > li p em {
        display: block;
        margin-bottom: 4px;
        color: #ec651b;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.46; }
        @media only screen and (min-width: 768px) {
          .menu_list > li p em {
            font-size: 18px;
            font-size: 1.125rem;
            font-weight: bold;
            line-height: 1.4;
            margin-bottom: 5px; } }

@media only screen and (min-width: 768px) {
  .trouble_list {
    width: 670px;
    margin: 0 auto; } }
.trouble_list > li .img_area {
  border: 0.5px solid #0f1629;
  border-radius: 8px;
  overflow: hidden; }

/*----------------------------------------
	施術メニュー詳細・お悩み別詳細
----------------------------------------*/
.section_menudetail {
  padding: 28px 0 8px; }
  @media only screen and (min-width: 768px) {
    .section_menudetail {
      width: 670px;
      margin: 0 auto; } }
  .section_menudetail:last-child {
    padding-bottom: 40px; }
  .section_menudetail p,
  .section_menudetail ul li {
    font-size: 11px;
    line-height: 1.55;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .section_menudetail p,
      .section_menudetail ul li {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.8; } }
    .section_menudetail p em,
    .section_menudetail ul li em {
      display: block;
      margin-bottom: 8px;
      color: #ec651b;
      font-size: 13px;
      font-weight: 500; }
      @media only screen and (min-width: 768px) {
        .section_menudetail p em,
        .section_menudetail ul li em {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.8; } }
  .section_menudetail .btn_list .btn_fill {
    background-color: #efefef;
    background-image: url(../images/common/ico_next_blue@2x.png);
    color: #376191; }
  .section_menudetail .scroll_area {
    height: 116px;
    margin-bottom: 24px; }
    @media only screen and (min-width: 768px) {
      .section_menudetail .scroll_area {
        height: auto; } }

.scroll_area {
  max-width: 768px;
  margin: 0 auto;
  overflow-y: hidden; }
  @media only screen and (min-width: 768px) {
    .scroll_area {
      overflow-y: visible; } }
  .scroll_area .scroll_menu_list {
    padding: 0 20px 17px;
    font-size: 0;
    letter-spacing: 0;
    overflow-x: scroll;
    white-space: nowrap; }
    @media only screen and (min-width: 768px) {
      .scroll_area .scroll_menu_list {
        padding: 0 0 17px;
        overflow-x: visible;
        white-space: normal;
        display: flex;
        flex-wrap: wrap; } }
    .scroll_area .scroll_menu_list li {
      display: inline-block;
      width: 113px;
      margin-right: 16px;
      vertical-align: top; }
      @media only screen and (min-width: 768px) {
        .scroll_area .scroll_menu_list li {
          width: 180px;
          margin: 0 65px 30px 0;
          display: block; }
          .scroll_area .scroll_menu_list li:nth-child(3n) {
            margin-right: 0; }
          .scroll_area .scroll_menu_list li a {
            display: block; } }
      .scroll_area .scroll_menu_list li:last-child {
        margin-right: 0; }

/*----------------------------------------
	施術の流れ・５つのポイント
----------------------------------------*/
.section_flow {
  padding-top: 32px; }

.flow_list {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 40px;
  background-color: #0f1629; }
  @media only screen and (min-width: 768px) {
    .flow_list {
      max-width: 1024px; } }
  .flow_list li {
    margin-bottom: 16px; }
    .flow_list li .img_wrap {
      margin-bottom: 20px; }
    .flow_list li .txt_area {
      padding: 0 30px; }
      @media only screen and (min-width: 768px) {
        .flow_list li .txt_area {
          padding: 20px 80px; } }
      .flow_list li .txt_area h3 {
        margin-bottom: 16px;
        color: #fff;
        font-size: 16px;
        font-weight: bold; }
        @media only screen and (min-width: 768px) {
          .flow_list li .txt_area h3 {
            font-size: 24px;
            font-size: 1.5rem;
            margin-bottom: 20px; } }
      .flow_list li .txt_area p {
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.55; }
        @media only screen and (min-width: 768px) {
          .flow_list li .txt_area p {
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.8; } }
  .flow_list.reason_list {
    padding-bottom: 0;
    background-color: #fff; }
    .flow_list.reason_list li {
      margin-bottom: 32px; }
      .flow_list.reason_list li .img_wrap {
        margin-bottom: 16px; }
      .flow_list.reason_list li .txt_area h3 {
        margin-bottom: 20px;
        color: #0f1629;
        line-height: 1.5; }
      .flow_list.reason_list li .txt_area p {
        color: #0f1629; }

.policy_box {
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px 48px;
  background-color: #0f1629; }
  @media only screen and (min-width: 768px) {
    .policy_box {
      max-width: 1024px;
      padding: 60px; } }
  .policy_box_inner {
    padding: 36px 20px 48px;
    background-color: #fff; }
    @media only screen and (min-width: 768px) {
      .policy_box_inner {
        padding: 40px; } }
    .policy_box_inner h3 {
      margin-bottom: 28px;
      font-size: 28px;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .policy_box_inner h3 {
          font-size: 26px;
          font-size: 1.625rem;
          margin-bottom: 20px; } }
    .policy_box_inner p {
      font-size: 13px;
      line-height: 1.77;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .policy_box_inner p {
          font-size: 16px;
          font-size: 1rem; } }

/*----------------------------------------
	会社について
----------------------------------------*/
@media only screen and (min-width: 768px) {
  .section_company {
    max-width: 1024px;
    margin: 0 auto 50px; } }
.section_company .section_inner {
  margin-bottom: 36px;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .section_company .section_inner {
      margin-bottom: 50px; } }
  .section_company .section_inner p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.67; }
    @media only screen and (min-width: 768px) {
      .section_company .section_inner p {
        font-size: 16px; } }

.company_img {
  max-width: 768px;
  margin: 0 auto 28px; }
  @media only screen and (min-width: 768px) {
    .company_img {
      max-width: 100%; } }

.company_list {
  max-width: 768px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .company_list {
      max-width: 1024px; } }
  .company_list li {
    padding: 28px 20px 44px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (min-width: 768px) {
      .company_list li {
        padding: 100px 150px; } }
    .company_list li h3 {
      margin-bottom: 72px;
      color: #fff;
      font-size: 28px;
      font-weight: bold; }
      @media only screen and (min-width: 768px) {
        .company_list li h3 {
          font-size: 36px;
          margin-bottom: 40px; } }
      .company_list li h3 span {
        display: block;
        padding-top: 12px;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.46; }
        @media only screen and (min-width: 768px) {
          .company_list li h3 span {
            font-size: 14px;
            letter-spacing: .05em;
            padding-top: 20px; } }
    .company_list li p {
      color: #fff;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.8;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .company_list li p {
          font-size: 16px;
          line-height: 1.8; } }
    .company_list li:nth-child(1) {
      background-image: url(../images/company/company_bg_01.jpg); }
    .company_list li:nth-child(2) {
      background-image: url(../images/company/company_bg_02.jpg); }
    .company_list li:nth-child(3) {
      background-image: url(../images/company/company_bg_03.jpg); }
    .company_list li:nth-child(4) {
      background-image: url(../images/company/company_bg_04.jpg); }

.section_companyinfo {
  padding: 20px 0 40px; }
  @media only screen and (min-width: 768px) {
    .section_companyinfo {
      padding: 50px 0; } }

#maps {
  width: 100%;
  height: 36.2vw;
  max-height: 278.5px; }

.map_link {
  display: inline-block;
  padding-right: 22px;
  background: url(../images/common/ico_next_blue@2x.png) right center/14px no-repeat;
  color: #0f1629;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .map_link {
      font-size: 14px;
      line-height: 30px;
      padding-right: 25px;
      background: url(../images/common/ico_next_blue@2x.png) right center/20px no-repeat; } }

/*----------------------------------------
	患者様の声
----------------------------------------*/
.section_voice {
  padding: 12px 0 40px; }
  .section_voice .voice_list {
    margin-bottom: 36px; }

.voice_list {
  margin-bottom: 28px; }
  @media only screen and (min-width: 768px) {
    .voice_list {
      margin-bottom: 38px;
      display: flex;
      flex-wrap: wrap; } }
  .voice_list > li {
    margin-bottom: 24px;
    padding: 16px 10px;
    border-radius: 8px;
    border: solid 2px #ec651b; }
    @media only screen and (min-width: 768px) {
      .voice_list > li {
        width: calc(50% - 20px);
        margin: 0 40px 40px 0;
        padding: 23px;
        box-sizing: border-box; }
        .voice_list > li:nth-child(2n) {
          margin-right: 0; } }
    .voice_list > li:last-child {
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .voice_list > li:last-child {
          margin-bottom: 40px; } }
    .voice_list > li .voice_head {
      display: flex;
      margin-bottom: 20px; }
      .voice_list > li .voice_head .voice_img {
        width: 74px;
        margin-right: 16px;
        border-radius: 37px;
        overflow: hidden; }
        @media only screen and (min-width: 768px) {
          .voice_list > li .voice_head .voice_img {
            width: 100px;
            border-radius: 100%; } }
        .voice_list > li .voice_head .voice_img img {
          font-family: 'object-fit: cover; object-position: bottom;';
          width: 74px;
          height: 74px;
          object-fit: cover; }
          @media only screen and (min-width: 768px) {
            .voice_list > li .voice_head .voice_img img {
              width: 100%;
              height: 100%; } }
      .voice_list > li .voice_head .voice_meta {
        flex: 1;
        padding-top: 12px;
        text-align: left; }
        .voice_list > li .voice_head .voice_meta h4 {
          margin-bottom: 4px;
          font-size: 16px;
          font-weight: bold;
          line-height: 1.6; }
          @media only screen and (min-width: 768px) {
            .voice_list > li .voice_head .voice_meta h4 {
              font-size: 20px;
              margin-bottom: 8px; } }
          .voice_list > li .voice_head .voice_meta h4 br {
            display: none; }
            @media only screen and (min-width: 768px) {
              .voice_list > li .voice_head .voice_meta h4 br {
                display: block; } }
        .voice_list > li .voice_head .voice_meta .shop_name {
          margin-bottom: 8px;
          font-size: 11px;
          display: none; }
          @media only screen and (min-width: 768px) {
            .voice_list > li .voice_head .voice_meta .shop_name {
              font-size: 12px; } }
        .voice_list > li .voice_head .voice_meta .star {
          width: 76px;
          display: none; }
          @media only screen and (min-width: 768px) {
            .voice_list > li .voice_head .voice_meta .star {
              width: 100px; } }
    .voice_list > li .tag_list {
      margin-bottom: 16px;
      font-size: 0;
      letter-spacing: 0;
      text-align: left;
      display: none; }
      .voice_list > li .tag_list li {
        display: inline-block;
        height: 19px;
        margin-right: 8px;
        margin-bottom: 8px;
        padding: 0 8px;
        border-radius: 11px;
        background-color: #376191;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        line-height: 19px; }
        @media only screen and (min-width: 768px) {
          .voice_list > li .tag_list li {
            font-size: 14px;
            line-height: 24px;
            height: 24px;
            padding: 0 15px;
            margin-bottom: 15px; } }
    .voice_list > li .voice_overview {
      margin-bottom: 12px;
      text-align: left; }
      .voice_list > li .voice_overview dt {
        margin-bottom: 12px;
        padding-left: 20px;
        padding-bottom: 1px;
        color: #ec651b;
        font-size: 13px;
        font-weight: 500;
        line-height: 13px; }
        @media only screen and (min-width: 768px) {
          .voice_list > li .voice_overview dt {
            font-size: 18px;
            line-height: 1;
            padding-left: 25px; } }
        .voice_list > li .voice_overview dt.symptoms {
          background: url(../images/voice/ico_symptoms@2x.png) left center/auto 13px no-repeat; }
          @media only screen and (min-width: 768px) {
            .voice_list > li .voice_overview dt.symptoms {
              background: url(../images/voice/ico_symptoms@2x.png) left center/auto 18px no-repeat; } }
        .voice_list > li .voice_overview dt.impressions {
          background: url(../images/voice/ico_impressions@2x.png) left center/auto 13px no-repeat; }
          @media only screen and (min-width: 768px) {
            .voice_list > li .voice_overview dt.impressions {
              background: url(../images/voice/ico_impressions@2x.png) left center/auto 18px no-repeat; } }
      .voice_list > li .voice_overview dd {
        margin-bottom: 24px;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.55; }
        @media only screen and (min-width: 768px) {
          .voice_list > li .voice_overview dd {
            font-size: 14px; } }
        .voice_list > li .voice_overview dd:last-child {
          margin-bottom: 0; }
    .voice_list > li .more_txt {
      display: none; }
      .voice_list > li .more_txt a {
        float: right;
        display: block;
        color: #376191;
        font-size: 10px;
        text-decoration: none;
        transform: scale(0.9); }
        @media only screen and (min-width: 768px) {
          .voice_list > li .more_txt a {
            font-size: 14px;
            transform: scale(1); } }

/*----------------------------------------
	お知らせ
----------------------------------------*/
.section_newslist {
  padding: 12px 0 40px; }

.news_meta .date {
  float: left;
  display: block;
  color: #ec651b;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px; }
  @media only screen and (min-width: 768px) {
    .news_meta .date {
      font-size: 16px; } }
.news_meta .shop_name {
  float: right;
  display: inline-block;
  height: 20px;
  padding: 1px 0;
  border-radius: 2px;
  background-color: #ec651b;
  vertical-align: top; }
  @media only screen and (min-width: 768px) {
    .news_meta .shop_name {
      height: auto;
      padding: 5px 10px; } }
  .news_meta .shop_name span {
    display: block;
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
    transform: scale(0.9); }
    @media only screen and (min-width: 768px) {
      .news_meta .shop_name span {
        font-size: 12px;
        line-height: 1;
        transform: scale(1); } }

.news_ttl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .news_ttl {
      font-size: 16px;
      line-height: 1.6; } }

.news_list {
  margin-bottom: 36px; }
  @media only screen and (min-width: 768px) {
    .news_list {
      display: flex;
      flex-wrap: wrap; } }
  .news_list li {
    margin-bottom: 28px; }
    @media only screen and (min-width: 768px) {
      .news_list li {
        width: calc(50% - 20px);
        margin: 0 40px 60px 0; }
        .news_list li:nth-child(2n) {
          margin-right: 0; } }
    .news_list li:last-child {
      margin-bottom: 0; }
    .news_list li a {
      display: block;
      text-decoration: none; }
    .news_list li .news_meta,
    .news_list li .img_wrap {
      margin-bottom: 8px; }
      @media only screen and (min-width: 768px) {
        .news_list li .news_meta,
        .news_list li .img_wrap {
          margin-bottom: 10px; } }
    .news_list li .news_ttl {
      margin-bottom: 4px; }
    .news_list li p {
      font-size: 11px;
      line-height: 1.55;
      text-align: left;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      @media only screen and (min-width: 768px) {
        .news_list li p {
          font-size: 13px;
          line-height: 1.8; } }

.section_newsdetail {
  padding: 20px 0 40px; }
  @media only screen and (min-width: 768px) {
    .section_newsdetail {
      width: 670px;
      margin: 0 auto; } }
  .section_newsdetail .news_meta {
    margin-bottom: 12px; }
  .section_newsdetail .img_wrap {
    max-width: 768px;
    margin: 0 auto 12px; }
    @media only screen and (min-width: 768px) {
      .section_newsdetail .img_wrap {
        margin: 0 auto 20px; } }
  .section_newsdetail .news_ttl {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .section_newsdetail .news_ttl {
        font-size: 20px;
        font-size: 1.25rem; } }
  .section_newsdetail .news_content {
    margin-bottom: 24px;
    text-align: left; }
    .section_newsdetail .news_content h3,
    .section_newsdetail .news_content img,
    .section_newsdetail .news_content p {
      margin-bottom: 20px; }
      .section_newsdetail .news_content h3:last-child,
      .section_newsdetail .news_content img:last-child,
      .section_newsdetail .news_content p:last-child {
        margin-bottom: 0; }
    .section_newsdetail .news_content h3 {
      font-size: 13px;
      font-weight: bold;
      line-height: 1.43; }
      @media only screen and (min-width: 768px) {
        .section_newsdetail .news_content h3 {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.8; } }
    .section_newsdetail .news_content p {
      font-size: 11px;
      line-height: 1.55; }
      @media only screen and (min-width: 768px) {
        .section_newsdetail .news_content p {
          font-size: 16px;
          font-size: 1rem;
          line-height: 1.8; } }
  .section_newsdetail .news_link {
    display: inline-block;
    padding-left: 22px;
    background: url(../images/common/ico_prev_blue@2x.png) left center/14px no-repeat;
    color: inherit;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .section_newsdetail .news_link {
        font-size: 16px;
        font-size: 1rem;
        font-weight: bold;
        margin-top: 40px; } }

/*----------------------------------------
	よくある質問
----------------------------------------*/
.section_faq {
  padding: 16px 0 12px; }
  .section_faq .lead {
    margin-bottom: 40px;
    font-size: 11px;
    line-height: 1.55;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .section_faq .lead {
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 80px; } }

.faq_list {
  text-align: left; }
  @media only screen and (min-width: 768px) {
    .faq_list {
      margin-bottom: 60px; } }
  .faq_list dt {
    position: relative;
    margin-top: 11px;
    padding-left: 25px;
    padding-bottom: 5px;
    background: url(../images/faq/ico_q@2x.png) left 3px/15px no-repeat, url(../images/faq/ico_open@2x.png) right 3px/15px no-repeat;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .faq_list dt {
        font-size: 18px;
        line-height: 24px;
        padding-left: 35px;
        margin-top: 40px; } }
    .faq_list dt.current {
      background: url(../images/faq/ico_q@2x.png) left 3px/15px no-repeat, url(../images/faq/ico_close@2x.png) right 3px/15px no-repeat; }
  .faq_list dd {
    padding-left: 25px;
    margin-top: 10px;
    background: url(../images/faq/ico_a@2x.png) left 3px/15px no-repeat;
    line-height: 1.55;
    display: none; }
    @media only screen and (min-width: 768px) {
      .faq_list dd {
        font-size: 16px;
        line-height: 24px;
        background: url(../images/faq/ico_a@2x.png) left 5px/15px no-repeat;
        padding-left: 35px; } }
    .faq_list dd.open {
      max-height: 500px;
      margin-bottom: 28px; }

/*----------------------------------------
	お問い合わせ
----------------------------------------*/
.section_contact {
  padding: 16px 0 40px; }

.contact_list {
  text-align: left; }
  .contact_list dt {
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: bold;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .contact_list dt {
        font-size: 14px;
        margin-bottom: 20px; } }
  .contact_list dd {
    margin-bottom: 28px;
    font-size: 0;
    letter-spacing: 0;
    /* IE */
    /* Edge */ }
    .contact_list dd input[type="text"],
    .contact_list dd input[type="email"],
    .contact_list dd select {
      height: 40px;
      border: 1px solid #efefef;
      border-radius: 4px;
      padding: 0 12px;
      font-size: 13px;
      line-height: 38px;
      vertical-align: top; }
    .contact_list dd input::placeholder {
      color: rgba(15, 22, 41, 0.3); }
    .contact_list dd input:-ms-input-placeholder {
      color: rgba(15, 22, 41, 0.3); }
    .contact_list dd input::-ms-input-placeholder {
      color: rgba(15, 22, 41, 0.3); }
    .contact_list dd select {
      color: rgba(15, 22, 41, 0.3); }
    .contact_list dd textarea {
      height: 160px;
      border: 1px solid #efefef;
      border-radius: 4px;
      padding: 0 12px;
      font-size: 13px;
      line-height: 38px;
      vertical-align: top;
      line-height: 1.55; }

.required {
  display: inline-block;
  margin-left: 12px;
  color: #ec651b; }

.input_half {
  width: calc((100% - 16.5px)/2);
  margin-right: 16.5px; }
  .input_half:nth-child(2n) {
    margin-right: 0; }

.input_post1 {
  width: calc((100% - 37px)/5*2);
  max-width: 121px;
  margin-right: 12px; }

.input_post2 {
  width: calc((100% - 37px)/5*3);
  max-width: 178px; }

.input_tel {
  width: calc((100% - 74px)/3);
  max-width: 90px;
  margin-right: 12px; }
  .input_tel:last-child {
    margin-right: 0; }

.input_max {
  width: 100%; }

.hyphen {
  display: inline-block;
  margin-right: 12px;
  color: rgba(15, 22, 41, 0.3);
  font-size: 13px;
  line-height: 40px;
  vertical-align: top; }

.radio {
  margin-bottom: 12px; }
  .radio:last-child {
    margin-bottom: 0; }
  .radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radio input[type="radio"] + .radio-label {
      font-size: 13px; }
      .radio input[type="radio"] + .radio-label::before {
        content: '';
        background: #fff;
        border-radius: 100%;
        border: 1px solid #efefef;
        display: inline-block;
        width: 14px;
        height: 14px;
        position: relative;
        top: -1px;
        margin-right: 8px;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease; }
    .radio input[type="radio"]:checked + .radio-label::before {
      background-color: #ec651b;
      box-shadow: inset 0 0 0 4px #fff; }
    .radio input[type="radio"]:focus + .radio-label::before {
      outline: none;
      border-color: #ec651b; }
    .radio input[type="radio"]:disabled + .radio-label::before {
      box-shadow: inset 0 0 0 4px #fff;
      border-color: #efefef;
      background: #efefef; }
    .radio input[type="radio"] + .radio-label:empty::before {
      margin-right: 0; }

.checkbox {
  display: none; }
  .checkbox_parts {
    padding-left: 28px;
    position: relative;
    margin-right: 28px;
    font-size: 13px; }
    .checkbox_parts::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #efefef;
      border-radius: 4px; }
  .checkbox:checked + .checkbox_parts {
    color: #ec651b; }
    .checkbox:checked + .checkbox_parts::after {
      content: "";
      display: block;
      position: absolute;
      top: -4px;
      left: 5px;
      width: 7px;
      height: 14px;
      transform: rotate(40deg);
      border-bottom: 3px solid #ec651b;
      border-right: 3px solid #ec651b; }

.btn_submit {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #0f1629;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
  text-align: center; }

.check_privacy {
  margin-bottom: 36px; }

/*----------------------------------------
	プライバシーポリシー
----------------------------------------*/
.privacy_lead {
  margin-bottom: 40px; }

.section_privacy {
  margin-bottom: 36px; }
  .section_privacy:last-child {
    margin-bottom: 40px; }
  .section_privacy dl dt,
  .section_privacy dl dd,
  .section_privacy ul li,
  .section_privacy ol li,
  .section_privacy p {
    font-size: 11px;
    line-height: 1.55;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      .section_privacy dl dt,
      .section_privacy dl dd,
      .section_privacy ul li,
      .section_privacy ol li,
      .section_privacy p {
        font-size: 14px;
        line-height: 1.8; } }

/*----------------------------------------
	店舗別
----------------------------------------*/
.page-blue .pagenation .page_list .current {
  border-color: #1d2088; }

.page-pink .pagenation .page_list .current {
  border-color: #eb6d8e; }

/* //////////////////////////////////////////
  トップページ
//////////////////////////////////////////*/
.shop_main_visual {
  max-width: 768px;
  margin: 0 auto 40px; }
  .shop_main_visual .bx-wrapper .bx-pager {
    bottom: 8px;
    padding-top: 0; }
    .shop_main_visual .bx-wrapper .bx-pager.bx-default-pager a {
      width: 5px;
      height: 5px;
      margin: 0 4px;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 2.5px; }
      .shop_main_visual .bx-wrapper .bx-pager.bx-default-pager a.active {
        width: 7px;
        height: 7px;
        background-color: white;
        border-radius: 3.5px; }
    .shop_main_visual .bx-wrapper .bx-pager-item {
      vertical-align: middle; }
  .shop_main_visual .slider_main li img {
    width: 100%; }
  .shop_main_visual h2 {
    padding: 28px 20px 0;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
    line-height: 1.32; }

.section_shop_top {
  margin-bottom: 36px; }
  .section_shop_top table.def tr th {
    background-color: #f6eee2; }

.shop_news_top_ttl {
  margin-bottom: 16px; }
  .shop_news_top_ttl h3 {
    float: left;
    font-size: 11px;
    line-height: 17px; }
  .shop_news_top_ttl a {
    float: right;
    display: block;
    padding-right: 22px;
    background: url(../images/common/ico_next_blue@2x.png) right center/14px no-repeat;
    color: #0f1629;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    line-height: 17px; }

.staff_list > li:last-child, .staff_list > li:nth-last-child(2) {
  margin-bottom: 28px; }
.staff_list > li p em {
  color: #0f1629; }

.shop_cnt_bnr {
  display: block;
  height: 40px;
  margin-bottom: 36px;
  border-radius: 4px;
  background-color: #efefef;
  color: #0f1629;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  line-height: 40px; }
  @media only screen and (min-width: 768px) {
    .shop_cnt_bnr {
      font-size: 14px;
      line-height: 50px;
      height: 50px; } }

.bottom_nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px;
  background-color: rgba(15, 22, 41, 0.7);
  z-index: 10; }
  .bottom_nav .cnt_btn {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 20px; }

.shop_footer {
  padding-bottom: 64px; }
  .shop_footer_none {
    padding-bottom: 20px; }
  .shop_footer .fotter_info {
    margin-bottom: 36px; }

.page-blue a {
  color: #1d2088; }
.page-blue .shop_news_top_ttl a,
.page-blue .map_link,
.page-blue .shop_cnt_bnr {
  color: inherit; }
.page-blue .header,
.page-blue .g_nav_wrap .nav_head,
.page-blue .news_list_top > li a .shop {
  background-color: #1d2088; }
.page-blue .shop_news_top_ttl a,
.page-blue .g_nav_wrap .g_nav > ul > li a,
.page-blue .map_link {
  background-image: url(../images/shop/by_shop/blue/ico_next_orange@2x.png); }
.page-blue .news_list_top > li a .date {
  color: #1d2088; }
.page-blue .news_list_top > li a .shop span {
  color: #fff; }
.page-blue .section_shop_top table.def tr th,
.page-blue .bg_beige,
.page-blue .g_nav_wrap {
  background-color: #dfe4de; }
.page-blue .btn_fill {
  color: #fff;
  background-image: url(../images/shop/by_shop/blue/ico_next_white@2x.png); }
.page-blue .voice_list > li {
  border-color: #1d2088; }
.page-blue .voice_list > li .tag_list li {
  background-color: #ec651b; }
.page-blue .voice_list > li .voice_overview dt.symptoms {
  background-image: url(../images/shop/by_shop/blue/ico_symptoms@2x.png);
  color: #1d2088; }
.page-blue .voice_list > li .voice_overview dt.impressions {
  background-image: url(../images/shop/by_shop/blue/ico_impressions@2x.png);
  color: #1d2088; }
.page-blue .voice_list > li .more_txt a {
  color: #ec651b; }
.page-blue .bnr_list li a {
  color: #1d2088;
  background-image: url(../images/shop/by_shop/blue/ico_next_blue@2x.png); }
.page-blue .cnt_btn li.web a span {
  background-image: url(../images/shop/by_shop/blue/ico_web_blue@2x.png); }
.page-blue .cnt_btn li.tel a span {
  background-image: url(../images/shop/by_shop/blue/ico_tel_blue@2x.png); }

.page-pink a {
  color: #eb6d8e; }
.page-pink .header,
.page-pink .g_nav_wrap .nav_head,
.page-pink .news_list_top > li a .shop {
  background-color: #eb6d8e; }
.page-pink .shop_news_top_ttl a,
.page-pink .map_link,
.page-pink .shop_cnt_bnr {
  color: inherit; }
.page-pink .news_list_top > li a .date {
  color: #eb6d8e; }
.page-pink .news_list_top > li a .shop span {
  color: #fff; }
.page-pink .section_shop_top table.def tr th,
.page-pink .bg_beige,
.page-pink .g_nav_wrap {
  background-color: #fee6db; }
.page-pink .btn_fill {
  color: #eb6d8e;
  background-image: url(../images/shop/by_shop/pink/ico_next_pink@2x.png); }
.page-pink .voice_list > li {
  border-color: #eb6d8e; }
.page-pink .voice_list > li .voice_overview dt.symptoms {
  background-image: url(../images/shop/by_shop/pink/ico_symptoms@2x.png);
  color: #eb6d8e; }
.page-pink .voice_list > li .voice_overview dt.impressions {
  background-image: url(../images/shop/by_shop/pink/ico_impressions@2x.png);
  color: #eb6d8e; }
.page-pink .cnt_btn li.web a span {
  background-image: url(../images/shop/by_shop/pink/ico_web_pink@2x.png); }
.page-pink .cnt_btn li.tel a span {
  background-image: url(../images/shop/by_shop/pink/ico_tel_pink@2x.png); }

/* //////////////////////////////////////////
  下層ヘッダー
//////////////////////////////////////////*/
.header .h-logo.text_logo,
.g_nav_wrap .nav_head_inner .h-logo.text_logo {
  width: 168px;
  padding-top: 2px; }
  .header .h-logo.text_logo a,
  .g_nav_wrap .nav_head_inner .h-logo.text_logo a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.27;
    text-align: left; }

/* //////////////////////////////////////////
  スタッフ紹介
//////////////////////////////////////////*/
.section_staff .staff_img {
  position: relative;
  max-width: 768px;
  margin: 0 auto; }
  .section_staff .staff_img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background: -moz-linear-gradient(transparent, #f6eee2);
    background: -webkit-linear-gradient(transparent, #f6eee2);
    background: linear-gradient(transparent, #f6eee2); }
  .section_staff .staff_img h3 {
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.83;
    text-align: left;
    z-index: 1; }
.section_staff .text_area {
  max-width: 768px;
  margin: 0 auto;
  padding: 32px 0;
  background-color: #f6eee2;
  text-align: left; }
  .section_staff .text_area .name {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 500; }
  .section_staff .text_area .comment {
    padding: 20px;
    background-color: #fff; }
    .section_staff .text_area .comment p {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.55; }
      @media only screen and (min-width: 768px) {
        .section_staff .text_area .comment p {
          font-size: 14px;
          line-height: 1.8; } }

.page-blue .section_staff .staff_img::after {
  background: -moz-linear-gradient(transparent, #dfe4de);
  background: -webkit-linear-gradient(transparent, #dfe4de);
  background: linear-gradient(transparent, #dfe4de); }
.page-blue .section_staff .text_area {
  background-color: #dfe4de; }

.page-pink .section_staff .staff_img::after {
  background: -moz-linear-gradient(transparent, #fee6db);
  background: -webkit-linear-gradient(transparent, #fee6db);
  background: linear-gradient(transparent, #fee6db); }
.page-pink .section_staff .text_area {
  background-color: #fee6db; }

/* //////////////////////////////////////////
  施術メニュー
//////////////////////////////////////////*/
.section_menudetail_shop {
  padding: 28px 0 0; }
  .section_menudetail_shop .price_box {
    padding: 16px 20px 20px;
    border: 1px solid #ec651b;
    border-radius: 4px;
    text-align: left; }
    .section_menudetail_shop .price_box .price_list {
      margin-bottom: 20px; }
      .section_menudetail_shop .price_box .price_list dt {
        width: 60px;
        height: 20px;
        margin-bottom: 4px;
        border-radius: 10px;
        background-color: #ec651b;
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        line-height: 20px;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .section_menudetail_shop .price_box .price_list dt {
            font-size: 13px;
            height: auto;
            width: auto;
            padding: 3px 10px;
            display: inline-block; } }
      .section_menudetail_shop .price_box .price_list dd {
        margin-bottom: 12px;
        font-size: 11px;
        line-height: 1.73; }
        @media only screen and (min-width: 768px) {
          .section_menudetail_shop .price_box .price_list dd {
            font-size: 14px;
            margin-bottom: 20px; } }
        .section_menudetail_shop .price_box .price_list dd:last-child {
          margin-bottom: 0; }
        .section_menudetail_shop .price_box .price_list dd .price {
          color: #ec651b;
          font-size: 19px;
          font-weight: bold; }
          @media only screen and (min-width: 768px) {
            .section_menudetail_shop .price_box .price_list dd .price {
              font-size: 24px; } }
    .section_menudetail_shop .price_box p {
      font-size: 11px;
      line-height: 1.73; }
      @media only screen and (min-width: 768px) {
        .section_menudetail_shop .price_box p {
          font-size: 13px; } }

.page-blue .menu_list > li p em,
.page-blue .section_menudetail p em,
.page-blue .section_menudetail ul li em,
.page-blue .section_menudetail_shop .price_box .price_list dd .price {
  color: #1d2088; }
.page-blue .sub_visual_menudetail h2,
.page-blue .section_menudetail_shop .price_box .price_list dt {
  background-color: #1d2088; }
.page-blue .section_menudetail_shop .price_box {
  border-color: #1d2088; }
.page-blue .section_menudetail .btn_list .btn_fill {
  color: #1d2088;
  background-image: url(../images/shop/by_shop/blue/ico_next_blue@2x.png); }

.page-pink .menu_list > li p em,
.page-pink .section_menudetail p em,
.page-pink .section_menudetail ul li em,
.page-pink .section_menudetail_shop .price_box .price_list dd .price {
  color: #eb6d8e; }
.page-pink .sub_visual_menudetail h2,
.page-pink .section_menudetail_shop .price_box .price_list dt {
  background-color: #eb6d8e; }
.page-pink .section_menudetail_shop .price_box {
  border-color: #eb6d8e; }

/* //////////////////////////////////////////
  お悩み別
//////////////////////////////////////////*/
.page-blue .sub_visual_troubledetail .img_wrap,
.page-blue .check_list {
  background-color: #dfe4de; }
.page-blue .check_list li {
  background-image: url(../images/shop/by_shop/blue/ico_check_blue@2x.png); }

.page-pink .sub_visual_troubledetail .img_wrap,
.page-pink .check_list {
  background-color: #fee6db; }
.page-pink .check_list li {
  background-image: url(../images/shop/by_shop/pink/ico_check_pink@2x.png); }

/* //////////////////////////////////////////
  お知らせ
//////////////////////////////////////////*/
.page-blue .news_meta .date {
  color: #1d2088; }
.page-blue .news_meta .shop_name {
  background-color: #1d2088; }
  .page-blue .news_meta .shop_name span {
    color: #fff; }
.page-blue .section_newsdetail .news_link {
  background-image: url(../images/shop/by_shop/blue/ico_prev_orange@2x.png); }

.page-pink .news_meta .date {
  color: #eb6d8e; }
.page-pink .news_meta .shop_name {
  background-color: #eb6d8e; }
  .page-pink .news_meta .shop_name span {
    color: #fff; }

/* //////////////////////////////////////////
  お問い合わせ
//////////////////////////////////////////*/
.section_contact .cnt_btn {
  margin-bottom: 36px; }
.section_contact .cnt_btn li a {
  background-color: #0f1629; }
  .section_contact .cnt_btn li a span {
    color: #fff; }
.section_contact .cnt_btn li.web a span {
  background-image: url(../images/shop/by_shop/contact/ico_web_white@2x.png); }
.section_contact .cnt_btn li.tel a span {
  background-image: url(../images/shop/by_shop/contact/ico_tel_white@2x.png); }

.page-blue .required {
  color: #1d2088; }

.page-pink .required {
  color: #eb6d8e; }
