<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* normalize */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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 &lt; 22.
 */
[hidden],
template {
  display: none;
}

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * 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, 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

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

/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* font */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../../../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.0.3") format("embedded-opentype"), url("../../../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../../../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../../../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
   font-family: 'Font Awesome 5 Brands';
   font-style: normal;
   font-weight: 400;
   src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
   font-display: swap;
}
@font-face {
   font-family: 'Font Awesome 5 Free';
   font-style: normal;
   font-weight: 900;
   src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"),
   url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
   font-display: swap;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

.fs_11{
  font-size: 11px;
}
.fs_12{
  font-size: 12px;
}
.fs_13{
  font-size: 13px;
}
.fs_14{
  font-size: 14px;
}
.fs_16{
  font-size: 16px;
}
.fs_08em{font-size: 0.8em;}
.fs_05em{font-size: 0.5em;}
.fs_12em{font-size: 1.2em;}
.fw_b{font-weight: bold;}
.left{text-align: left;}
.right_txt{text-align: right;}
.color01{color:#878787;}
.mt_20{margin-top: 20px;}
.mt_50{margin-top: 50px;}
.fw_b{font-weight: bold;}

.mb_5{
  margin-bottom: 5px;
}

.mb_10{
  margin-bottom: 10px;
}

.mb_15{
  margin-bottom: 10px;
}

.mb_20{
  margin-bottom: 20px;
}

.mb_40{
  margin-bottom: 40px;
}


@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

/* layout */
/* ==========================================================================
   Reset
   ========================================================================== */
body {
  color: #1f1f1f;
  font-size: 13px;
  line-height: 1.4;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
    word-break: break-word;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, li, dl, dt, dd, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: text-bottom;
}

a {
  color: #b89651;
  text-decoration: none;
  outline: none;
}

.clear {
  clear: both;
}

.tbl {
  display: table;
  table-layout: fixed;
}

.odd {
  background: white;
}

.even {
  background: #fdfafb;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

.txt-caption {
  color: #3399CC;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.require, .red, .important {
  color: #FF0000 !important;
}

.msg_notfound {
  color: #666;
  font-size: 16px;
  padding: 15px;
}

.msg_notfound.single {
  padding: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.btn {
  border: 1px solid #B3B3B3;
  padding: 4px 12px;
  line-height: 20px;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #e6e6e6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFE6E6E6');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
  background-image: -webkit-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  background-image: -moz-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  background-image: linear-gradient(top, #fdfdfd 0%, #e6e6e6 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.4) inset;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.btn_std {
  border-color: #61544E;
  color: #FFF2D2;
  background-color: #796053;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF937868', endColorstr='#FF796053');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #937868), color-stop(100%, #796053));
  background-image: -webkit-linear-gradient(top, #937868 0%, #796053 100%);
  background-image: -moz-linear-gradient(top, #937868 0%, #796053 100%);
  background-image: -o-linear-gradient(top, #937868 0%, #796053 100%);
  background-image: linear-gradient(top, #937868 0%, #796053 100%);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn_std:hover, .btn_std:active {
  color: #FFF2D2;
}

.btn_wrap {
  flex-grow: 1;
  margin: 1%;
  /*padding: 7px;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF5F4E2', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f4e2), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(top, #f5f4e2 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, #f5f4e2 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f5f4e2 0%, #ffffff 100%);
  background-image: linear-gradient(top, #f5f4e2 0%, #ffffff 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.btn_wrap .btn {
  display: block;
}


.btn_tel, .btn_map, .btn_card, .btn_official, .link-btn, .btn_tel2, .btn_map2, .btn_card2, .btn_tube2 {
  padding: 7px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: none;
}

.btn_tel, .btn_map, .btn_card, .link-btn {
  font-size: 14px;
  text-align: left;
  position: relative;
  padding: 5px 5px 5px 42px;
  line-height: 1.3;
}
.btn_tel span, .btn_map span, .btn_card span, .link-btn span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn_official, .btn_tel2, .btn_map2 ,.btn_card2, .btn_tube2 {
  font-size: 16px;
  text-align: center;
}

.btn_tel2, .btn_card2, .btn_tube2 {
  margin-bottom: 5px;
}
.btn_tube2 img {
  vertical-align: middle;
}
.btn_tel:before, .btn_map:before, .btn_card:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  line-height: 0;
  display: block;
  z-index: 5;
}

.link-btn:before{
  color:#447ace;
  content:"\f05a";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight:900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  display: block;
  z-index: 5;
}

.btn_tel:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 30px;
  background-image: url('../images/sprites.png');
  background-position: 0 -87px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .btn_tel:before {
    background-position: 0 -279px;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
    background-image: url('../images/sprites_2x.png');
  }
}

.btn_map:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 30px;
  background-image: url('../images/sprites.png');
  background-position: 0 -57px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .btn_map:before {
    background-position: 0 -57px;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
    background-image: url('../images/sprites_2x.png');
  }
}

.btn_card:before {
  background-image: url('../images/bg_icon_card.png');
  background-size: 100%;
  background-repeat: no-repeat;
}

.btn_toggle {
  border-color: #AC7817;
  color: #653905;
  font-size: 15px;
  background-color: #ff9b00;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFB600', endColorstr='#FFFF9B00');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffb600), color-stop(100%, #ff9b00));
  background-image: -webkit-linear-gradient(top, #ffb600 0%, #ff9b00 100%);
  background-image: -moz-linear-gradient(top, #ffb600 0%, #ff9b00 100%);
  background-image: -o-linear-gradient(top, #ffb600 0%, #ff9b00 100%);
  background-image: linear-gradient(top, #ffb600 0%, #ff9b00 100%);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}



.btn_toggle:before {
  content: "\f067";
  margin-right: 7px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
}

.btn_toggle.open:before {
  content: "\f068";
}

.btn_reg, .btn_del {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.btn_reg {
  border-color: #7A9139;
  background-color: #7d9c39;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF98B73C', endColorstr='#FF7D9C39');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98b73c), color-stop(100%, #7d9c39));
  background-image: -webkit-linear-gradient(top, #98b73c 0%, #7d9c39 100%);
  background-image: -moz-linear-gradient(top, #98b73c 0%, #7d9c39 100%);
  background-image: -o-linear-gradient(top, #98b73c 0%, #7d9c39 100%);
  background-image: linear-gradient(top, #98b73c 0%, #7d9c39 100%);
}

.btn_del {
  border-color: #B04942;
  background-color: #bf5143;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE55249', endColorstr='#FFBF5143');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e55249), color-stop(100%, #bf5143));
  background-image: -webkit-linear-gradient(top, #e55249 0%, #bf5143 100%);
  background-image: -moz-linear-gradient(top, #e55249 0%, #bf5143 100%);
  background-image: -o-linear-gradient(top, #e55249 0%, #bf5143 100%);
  background-image: linear-gradient(top, #e55249 0%, #bf5143 100%);
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* ===============
   #clearfix
   =============== */
#site_nav ul, .list_1 li .excerpt, .list_1 li .inner, .list_1 li .station, .list_1 li .opt, #pickup .marker, #pickup_list, #site_footer .foot_link ul, #breadcrumb ul, #search_result .shop_type, #search_result .discount, #search_result .service_type, #search_result .detail, #search_result .news, #search_result .rec, #search_result .btn_box, #iconinfo dl, #report_result dl, #recruit_detail .detail, #recruit_detail .shop_type, #recruit_detail .treat_type {
  overflow: hidden;
  *zoom: 1;
}
#site_nav ul:after, .list_1 li .excerpt:after, .list_1 li .inner:after, .list_1 li .station:after, .list_1 li .opt:after, #pickup .marker:after, #pickup_list:after, #site_footer .foot_link ul:after, #breadcrumb ul:after, #search_result .shop_type:after, #search_result .discount:after, #search_result .service_type:after, #search_result .detail:after, #search_result .news:after, #search_result .rec:after, #search_result .btn_box:after, #iconinfo dl:after, #report_result dl:after, #recruit_detail .detail:after, #recruit_detail .shop_type:after, #recruit_detail .treat_type:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* ==========================================================================
   #header
   ========================================================================== */
#site_header {
/*   padding-bottom: 5px; */
}
#site_header hr {
  height: 3px;
  border: none;
  background-color: #85733e;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF85733E', endColorstr='#FF85733E');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #85733e), color-stop(50%, #ae9853), color-stop(100%, #85733e));
  background-image: -webkit-linear-gradient(left, #85733e 0%, #ae9853 50%, #85733e 100%);
  background-image: -moz-linear-gradient(left, #85733e 0%, #ae9853 50%, #85733e 100%);
  background-image: -o-linear-gradient(left, #85733e 0%, #ae9853 50%, #85733e 100%);
  background-image: linear-gradient(left, #85733e 0%, #ae9853 50%, #85733e 100%);
  -webkit-box-shadow: 0 1px 0 rgba(119, 103, 55, 0.6) inset;
  -moz-box-shadow: 0 1px 0 rgba(119, 103, 55, 0.6) inset;
  box-shadow: 0 1px 0 rgba(119, 103, 55, 0.6) inset;
}
#site_header h1,
#site_header .header_ttl {
  font-size: 10px;
  font-weight: bold;
  background: #A69366;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-feature-settings: "palt";
}
#site_header .header_logo {
  padding: 7px 0 0 5px;
}
#site_header .btn_std {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 42px;
  padding: 2px 0;
  font-size: 12px;
}

/* ハンバーガーボタン */

#site_header .btn_modal_container {
  width: 70px;
  height: 35px;
  border-radius: 4px;
  position: fixed;
  top: 38px;
  right: 8px;
  text-align: right;
  box-sizing: border-box;
  z-index: 101;
  background: url("../images/bg_nav.png") repeat-x;
}
#site_header .btn_modal_container p,
#site_header .btn_modal_container .btn_modal span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#site_header .btn_modal_container p:last-child {
  line-height: 35px;
  height: 35px;
  margin-right: 6px;
  color: #FEE8D0;
}
#site_header .btn_modal_container .btn_modal {
  position: absolute;
  width: 18px;
  height: 16px;
  top: -1px;
  bottom: 0;
  left: 5px;
  margin: auto;
}
#site_header .btn_modal_container .btn_modal span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FEE8D0;
  border-radius: 3px;
}

#site_header .btn_modal_container .btn_modal span:nth-of-type(1) {
  top: 0;
}
#site_header .btn_modal_container .btn_modal span:nth-of-type(2) {
  top: 7px;
}
#site_header .btn_modal_container .btn_modal span:nth-of-type(3) {
  bottom: 0;
}
#site_header .btn_modal_container .btn_modal.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
#site_header .btn_modal_container .btn_modal.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
#site_header .btn_modal_container .btn_modal.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}


/* ==========================================================================
   #nav_overlay ハンバーガーメニュー
   ========================================================================== */
/* モーダルメニュー */
.nav_overlay {
  transition: opacity .3s, visibility 0s ease .3s;
  opacity: 0;
  visibility: hidden;

  /*display: none;*/
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, .7);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 500;
}
.nav_overlay.overlay_show {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

.nav_overlay .nav_container {
  display: table;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.nav_overlay .nav_container .nav_inner {
  display: table-cell;
  padding: 30px 15px;
  vertical-align: middle;
}

.nav_overlay .btn_close_modal {
  width: 100%;
  padding: 16px 0;
  color: #fff;
  font-size: 12px;
  border: 0;
  outline: 0;
  background-color: #6a5648;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  line-height: 1;
}
.nav_overlay .btn_close_modal:first-child {
  border-radius: 4px 4px 0 0;
  margin-top: -2px;
}
.nav_overlay .btn_close_modal:last-child {
  border-radius: 0 0 4px 4px;
  margin-bottom: -2px;
}
.nav_overlay .btn_close_modal:hover,
.nav_overlay .btn_close_modal:active {
  background-color: #A69366;
}

.nav_overlay .btn_close_modal + div {
  padding-top: 40px;

}
/* モーダルメニュー */
.nav_overlay .drawer-nav {
  margin: 0 auto;
  min-width: 290px;
  width: 100%;
  padding: 0;
  border-radius: 5px;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #f4efe0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
.nav_overlay .drawer-nav .drawer-menu {
  margin-bottom: 40px;
}


.nav_overlay .drawer-nav .drawer-menu .menu_area a {
  position: relative;
  text-align: left;
  border-top: 1px solid #e6d195;
  border-bottom: 1px solid #e6d195;
  display: block;
  padding: 16px 0 16px 8px;
  box-sizing: border-box;
  font-size: 18px;
}


.nav_overlay .drawer-nav .drawer-menu .menu_area a::after {
  content: "&gt;";
  color: #6a5648;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -1em 0 0 0;
  display: block;
  -webkit-transform: scaleX(.6);
     -moz-transform: scaleX(.6);
      -ms-transform: scaleX(.6);
       -o-transform: scaleX(.6);
          transform: scaleX(.6);
}

.nav_overlay .drawer-nav .drawer-menu .menu_area a img {
  vertical-align: text-top;
  width: 17px;
}

.nav_overlay .drawer-nav .drawer-menu .menu_title {
  line-height: 1;
  padding: 0 0 5px 8px;
  border-bottom: 3px double #e6d195;
  font-size: 18px;
  display: block;
  color: #6a5648;
  box-sizing: border-box;
  text-align: left;
}

.nav_overlay .drawer-nav .drawer-menu .menu_title img {
  vertical-align: text-top;
  width: 17px;
}

.nav_overlay .drawer-nav .drawer-menu .menu {
  text-align: left;
  position: relative;
}
.nav_overlay .drawer-nav .drawer-menu .menu a {
  margin: 0 0 0 31px;
  border-bottom: 1px solid #e6d195;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  padding: 15px 0 15px 2px;
  display: block;
  font-size: 13px;
}

.nav_overlay .drawer-nav .drawer-menu .menu a::after{
  content: "&gt;";
  color: #6a5648;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -1em 0 0 0;
  display: block;
  -webkit-transform: scaleX(.6);
     -moz-transform: scaleX(.6);
      -ms-transform: scaleX(.6);
       -o-transform: scaleX(.6);
          transform: scaleX(.6);
}
.nav_overlay .drawer-nav .drawer-menu .active a {
  position: relative;
  padding-left: 15px;
}
.nav_overlay .drawer-nav .drawer-menu .active a::before {
  height: 24px;
  margin: auto;
  display: inline-block;
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav_overlay .drawer-nav .drawer-menu .time{
  padding: 10px 0;
  text-align: center;
}
.nav_overlay .drawer-nav .drawer-menu .btn{
  margin: 0 auto 10px auto;
  padding: 10px 0;
  border: 1px solid #FFF;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
  display: block;
}
.nav_overlay .drawer-nav .drawer-menu .menu a:before{
  display: block;
}
/* 掲載について欄 */
.nav_overlay .drawer-nav .menu_atten {
  padding: 40px 0 20px 0;
  color: #fff;
  border-top: 1px solid #e6d195;
  background-color: #f4e6e1;
}

/* ==========================================================================
   #site_nav
   ========================================================================== */
#site_nav.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
}

#site_nav,
#site_nav2 {
  width: 100%;
  position: relative;
  z-index: 10;
}
#site_nav ul, #site_nav li,
#site_nav2 ul, #site_nav2 li {
  height: 35px;
}
#site_nav ul,
#site_nav2 ul {
  background: url("../images/bg_nav.png") repeat-x;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #site_nav ul,
  #site_nav2 ul {
    background-image: url("../images/bg_nav_2x.png");
    background-repeat: repeat-x;
    -webkit-background-size: 48px 35px;
    -moz-background-size: 48px 35px;
    -o-background-size: 48px 35px;
    background-size: 48px 35px;
  }
}
#site_nav li,
#site_nav2 li {
  float: left;
  width: 25%;
  background: url("../images/bg_line.png") no-repeat;
  background-position: right 5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #site_nav li,
  #site_nav2 li {
    background-image: url("../images/bg_line_2x.png");
    background-repeat: no-repeat;
    -webkit-background-size: 3px 24px;
    -moz-background-size: 3px 24px;
    -o-background-size: 3px 24px;
    background-size: 3px 24px;
  }
}
#site_nav li:last-child,
#site_nav2 li:last-child {
  background: none;
}
#site_nav a,
#site_nav2 a {
  display: block;
  height: 30px;
  padding-top: 5px;
  line-height: 1.15em;
  color: #FFF2D2;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}



/* ==========================================================================
   トップバナー &amp; ナビゲーション
========================================================================== */
.fixed_box_top {
  position: fixed;
  top: -110%;
  left: 0;
  width: 100%;
  z-index: 1000;

}
.fixed_box_top {
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
      -ms-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}
.fixed_box_top.fixed_box_top_set {
  top: 0;
}


.fixed_box_bottom {
  position: fixed;
  bottom: 80px;
  left: 230%;
  width: 44px;
  height: 44px;
  z-index: 1000;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background-color: #EF9E3B;
  -webkit-transition: all 1s;
     -moz-transition: all 1s;
      -ms-transition: all 1s;
       -o-transition: all 1s;
          transition: all 1s;
}
.fixed_box_bottom.fixed_box_bottom_set {
  left: calc(100% - 55px);
}
.fixed_box_bottom span {
  display: inline-block;
  width: 0;
  height: 0;
  padding-top: 16px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #FEE8D0 transparent;
  -webkit-transition: all .2s;
     -moz-transition: all .2s;
      -ms-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
.fixed_box_bottom:active span {
  padding-top: 0;
}



/* ==========================================================================
.search_shop
========================================================================== */
/* .search_shop{
    width: 100%;
    margin: 8px auto 0;
    height: 34px;
}
.search_shop input{
    border-radius: 4px 0 0 4px;
    border: 1px solid #584337;
    background: #ede7cd;
    padding: 2px 5px;
    float: left;
    width: 71%;
    margin-left: 3%;
}
.search_shop button{
    background: #6a5648;
    border-radius: 0 4px 4px 0;
    border: 1px solid #6a5648;
    vertical-align: bottom;
    color: #fff;
    float: left;
    width: 20%;
    margin-right: 2%;
}
.search_shop button img{
    filter: invert(100%);
} */


/* 壽崎作成 */
.search_sp {
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0 0;
  background: #D8D2C6;
  box-shadow: 0px -10px 10px rgb(0, 0, 0, 0.1);
}
.search_sp.list{
  padding: 40px 0 0px;
}
.search_sp .content_box{
  width: 95%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 15px;
  margin: 0px auto 40px;
  box-sizing: border-box;
}

/* 店舗名検索 */
.search_shop{
  width: 100%;
  margin: 0 auto 20px;
  height: unset;
}
.search_sp .search_form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 2px solid #bfb7a7;
    border-radius: 50px;
}
.search_shop .search_form label{
  width: calc(100% - 50px);
}

.search_shop .search_form input {
    width: 100%;
    height: 50px;
    padding: 5px 15px;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    background: none;
}

.search_sp .search_form input::placeholder{
    color: #bfb7a7;
}
.search_form:has(input:focus-within) button{
  background: #D63857;
  box-shadow: 0 0 10px rgba(214,56,87,1);
}

.search_shop .search_form button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #bfb7a7;
    cursor: pointer;
    border-radius: 50%;
    margin: 0;
    transition: 0.3s;
}

.search_form button::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: '';
}

/* テキスト検索下のボタン3つ */
.search_sp .flex_btn{
  display: flex;
  justify-content: space-between;
}

.search_sp .flex_btn a{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  background: #FDFDFC;
  border: 2px solid #F7F8FA;
  border-radius: 8px;
  color: #473E30;
  box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  padding: 15px 0;
}
.search_sp .flex_btn a i{
  font-size: 20px;
  margin-bottom: 6px;
  color: #EA7676;
}

/* よく検索されるエリア */
.search_sp .search_area h2{
  font-weight: bold;
  font-size: 16px;
  color: #4D4436;
  background: none;
  padding: 0;
}
.search_sp .search_area{
  width: 95%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.search_sp .search_area .btn_shop_more{
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  text-align: center;
  padding: 5px 0;
  background: #fff;
  border-radius: 50px;
  font-size: 10px;
  font-weight: bold;
  color: #4D4436;
}
.search_sp .search_area .scroll{
  overflow-x: scroll;
  white-space: nowrap;
  padding: 10px 0 15px;
/*   margin-bottom: 20px; */
}
.search_sp.list .search_area .scroll{
  margin-bottom: 0;
}
.search_sp .search_area .area_name{
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 13px;
  text-align: center;
  color: #4D4436;
}

/* コンテンツボタン3種 */
.search_sp .contents{
  background: #fff;
  padding: 20px;
}

.search_sp .contents .btn_contents a{
  width: 100%;
  height: 70px;
  padding: 13px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  margin: 0 0 10px;
  position: relative;
  color: #4D4436;
  line-height: 1.2;
  font-feature-settings: "palt";
}

.search_sp .contents .btn_contents a:after{
  position: absolute;
  top: 50%;
  right: 10px;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 18px;
  line-height: 20px !important;
  margin-top: -9px;
  padding-left: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "\f054";
  font-size: 13px;
}

.search_sp .contents .btn_contents a i{
  width: 75px;
  text-align: center;
}
.search_sp .contents .btn_contents a p{
  width: calc(100% - 75px);
  text-align: left;
}
.search_sp .contents .btn_contents a.btn_news{
  border: 1px solid #C9439B;
}
.search_sp .contents .btn_contents a.btn_news:after{
  color: #C9439B;
}
.search_sp .contents .btn_contents a.btn_news i{
 color: #C9439B; 
 font-size: 30px;
}
.search_sp .contents .btn_contents a.btn_report{
  border: 1px solid #00C17E;
}
.search_sp .contents .btn_contents a.btn_report:after{
  color: #00C17E;
}
.search_sp .contents .btn_contents a.btn_report i{
  color: #00C17E;
 font-size: 30px;
}
.search_sp .contents .btn_contents a.btn_night{
  border: 1px solid #0B226E;
}
.search_sp .contents .btn_contents a.btn_night:after{
  color: #FBD800;
}
.search_sp .contents .btn_contents a.btn_night i{
  color: #FBD800;
 font-size: 30px;
}

.search_sp .contents .btn_contents a span{
  font-size: 20px;
  font-weight: bold;
}
/* ==========================================================================
   head-pagetxt-area
   ========================================================================== */
#head-pagetxt-area{
  text-align: left;
  background: #fff;
  padding: 10px;
}
#head-pagetxt-area h1 span{
  color: #dacea3;
}
.btn_headtxt{
  display: block;
}
#head-pagetxt-area .headtxt{
  padding: 10px 0 0;
  border-top: 1px solid #dacea3;
  margin-top: 4px;
}
#head-pagetxt-area .headtxt{
      display: none;
}
/* ==========================================================================
   #site_main
   ========================================================================== */
#site_main {
  clear: both;
  background: #F8F1E3;
  padding-bottom: 10px;
}
#site_main .content_box:last-child:not(.bottom) {
  margin: 0;
}

.content_box {
  margin-bottom: 10px;
  background: white;
  -webkit-box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
  -moz-box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
  box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
}
.content_box.top {
  margin-bottom: 0;
}
.content_box h1 {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: url("../images/bg_title.png") repeat-x;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.content_box h2,
.content_box .content_ttl {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: url("../images/bg_title.png") repeat-x;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.content_box_event h2 {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  background: linear-gradient(to right, #e46801 0%, #76019c 100%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.content_box h2 a{
  color: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .content_box h1 {
    background-image: url("../images/bg_title_2x.png");
    background-repeat: repeat-x;
    -webkit-background-size: 50px 30px;
    -moz-background-size: 50px 30px;
    -o-background-size: 50px 30px;
    background-size: 50px 30px;
  }
  .content_box h2 {
    background-image: url("../images/bg_title_2x.png");
    background-repeat: repeat-x;
    -webkit-background-size: 50px 30px;
    -moz-background-size: 50px 30px;
    -o-background-size: 50px 30px;
    background-size: 50px 30px;
  }
}
.content_box .more_box {
  padding: 15px 10px;
  text-align: center;
}
.content_box .more_box a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 300px;
  height: 57px;
  background-image: url('../images/sprites.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 57px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  text-align: left;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .content_box .more_box a {
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
    background-image: url('../images/sprites_2x.png');
  }
}

.content_box .btn_gps {
  padding: 10px 10px;
  text-align: center;
}
.content_box .btn_gps a {
 display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 290px;
  height: 100px;
  background-image: url('../images/btn_gps.png');
  background-position: 0 0;
  background-repeat: no-repeat;
   line-height: 57px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  text-align: left;

}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .content_box .btn_gps a {
    -webkit-background-size: 290px auto;
    -moz-background-size: 290px auto;
    -o-background-size: 290px auto;
    background-size: 290px auto;
    background-image: url('../images/btn_gps_2x.png');
  }
}
.content_box .channel {
  margin: 0 auto 0 auto;
  padding: 20px 0;
  width: 240px;
  height: 137px;
}

.content_box.wrap {
  padding: 10px;
  text-align: center;
}

.date {
  color: #666666;
  font-size: 10px;
}

.list_1 li, .list_2 li {
  border-bottom: 1px solid #D8D8D2;
}

.list_1 li .excerpt, .list_1 li .inner {
  position: relative;
  display: block;
  padding: 15px 10px;
}
.list_1 li .thumb {
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 10px;
  /*height: 64px;*/
  height: 86px;
  width: 64px;
}
.list_1 li .date, .list_1 li .title, .list_1 li .opt, .list_1 li .shop, .list_1 li .station {
  padding-left: 74px;
}
.list_1 li .title, .list_1 li .opt {
  margin-bottom: 5px;
}
.list_1 li .title {
  font-weight: bold;
}
.list_1 li .station {
  color: #474645;
  line-height: 16px;
}
.list_1 li .station img {
  float: left;
  margin-right: 5px;
  vertical-align: top;
}
.list_1 li .opt {
  color: #474645;
  line-height: 16px;
}
.list_1 li .opt img, .list_1 li .opt span {
  float: left;
}
.list_1 li .opt .ic_info {
  margin-right: 10px;
}
.list_1 li .opt .station {
  padding-left: 2px;
}
.list_1 li .shop {
  color: #474645;
  font-weight: bold;
}
.list_1 li .detail {
  padding: 0 10px 15px;
}
.list_1 li .detail .comment, .list_1 li .detail .d_thumb {
  padding-bottom: 15px;
}
.list_1 li .detail .d_thumb {
  text-align: center;
}
.list_1 li .detail .d_thumb img {
  max-width: 160px;
  height: auto;
}

.list_2 li {
  padding: 15px 10px;
}
.list_2 li .date, .list_2 li .title {
  margin-bottom: 5px;
}
.list_2 li .shop {
  font-weight: bold;
}
.list_2 li .opt {
  padding-top: 5px;
  line-height: 16px;
}
.list_2 li .opt img {
  margin-right: 5px;
  vertical-align: top;
}
.list_2 li .opt a {
  color: #1f1f1f;
}
.list_2 li .opt a:active {
  color: #B6525E;
}
.list_2 + .page_navi {
  margin-top: 15px;
}

.list_3 .excerpt, .list_3 .detail li a, .btn_tap {
  position: relative;
  display: block;
  border-bottom: 1px solid #efefe9;
  cursor: pointer;
}
.list_3 .excerpt:after, .list_3 .detail li a:after, .btn_tap:after, .list_3 .excerpt2:after, .area_search_btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 18px;
  line-height: 20px !important;
  margin-top: -9px;
  padding-left: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.list_3 .detail li a:after, .btn_tap:after, .list_3 .excerpt2:after , .area_search_btn:after {
  content: "\f105";
  color: #F3A200;
  font-size: 16px;
}

.list_3 .excerpt, .list_3 .detail a {
  color: #463F2C;
}

.list_3 .excerpt {
  background-color: #f7f5e8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF8F7EC', endColorstr='#FFF7F5E8');
/*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f7ec), color-stop(100%, #f7f5e8));
  background-image: -webkit-linear-gradient(top, #f8f7ec 0%, #f7f5e8 100%);
  background-image: -moz-linear-gradient(top, #f8f7ec 0%, #f7f5e8 100%);
  background-image: -o-linear-gradient(top, #f8f7ec 0%, #f7f5e8 100%);
  background-image: linear-gradient(top, #f8f7ec 0%, #f7f5e8 100%);*/
}

.list_3 .detail {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.list_3 li:last-child .excerpt {
  border-bottom: none;
}

.list_3 .excerpt, .list_3 .detail li a {
  font-size: 16px;
  font-weight: bold;
}
.list_3 .excerpt {
  padding: 20px 38px 20px 20px;
}
.list_3 .detail li a {
  padding: 20px 38px 20px 1.7em;
}
.list_3 .excerpt:after {
  content: "\f067";
  color: #fbb759;
/*  background-color: #eaa33f;*/
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEAA33F', endColorstr='#FFF48E00');
/*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eaa33f), color-stop(50%, #eaa33f), color-stop(50%, #f48e00), color-stop(100%, #f48e00));
  background-image: -webkit-linear-gradient(top, #eaa33f 0%, #eaa33f 50%, #f48e00 50%, #f48e00 100%);
  background-image: -moz-linear-gradient(top, #eaa33f 0%, #eaa33f 50%, #f48e00 50%, #f48e00 100%);
  background-image: -o-linear-gradient(top, #eaa33f 0%, #eaa33f 50%, #f48e00 50%, #f48e00 100%);
  background-image: linear-gradient(top, #eaa33f 0%, #eaa33f 50%, #f48e00 50%, #f48e00 100%);*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
.list_3 .belt {
  background-color: #f7f5e8;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 38px 10px 10px;
}
.list_3 .open:after {
  content: "\f068";
}

.list_3 #kodawari_search .detail .comment {
  font-size: 10px;
}
.list_3 #area_search {
  background: #fff;
}

.btn_tap {
  padding: 15px 38px 15px 10px;
  margin-bottom: none;
  color: #1f1f1f;
  font-size: 14px;
}
.btn_tap:after {
  content: "\f054";
  color: #F3A200;
  font-size: 16px;
}

/* ==========================================================================
   fb-box Facebook いいね
   ========================================================================== */
.fb_box {
  padding: 5px;
  text-align: right;
}

/* ==========================================================================
   検索ページh2とh2テキスト設定
   ========================================================================== */
.content_box .pagetop_h2{
  background-image: none;
  background-color: #544635;
  text-overflow: ellipsis;
  height: auto;
  padding: 0px 10px;
}
@supports (-webkit-line-clamp: 1) {
  .content_box .pagetop_h2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}

.pagetop_wrap{
  position: relative;
}
.content_box .pagetop_h2_txt{
  height: 30px;
  overflow: hidden;
  padding: 10px 10px 20px;
}
.content_box .pagetop_h2_txt.open{
  padding-bottom: 35px;
}
.btn_show{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 20px;
  padding: 30px 0 5px;
  text-align: center;
  line-height: 25px;
  background: linear-gradient(180deg,rgb(255, 255, 255, 0) 0%,rgb(255, 255, 255, 1) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
  font-size: 17px;
  font-weight: 600;
  color: #544635;
}
.pagetop_wrap .action {
  background: none;
  bottom: 10px;
}


/* ==========================================================================
   #pickup
   ========================================================================== */
/* #pickup {
  clear: both;
  position: relative;
  padding-bottom: 25px;
}
#pickup .head {
  border-bottom: 3px solid #d9cab0;
  padding: 8px 5px 2px;
  font-size: 18px;
}
#pickup .head span{
  font-size: 12px
}
#pickup h1 span{
  font-size: 12px;
}
#pickup h2 span{
  font-size: 12px;
}
#pickup .marker {
  padding: 7px 0;
  text-align: center;
}
#pickup .marker li, #pickup .marker span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  height: 9px;
  width: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  letter-spacing: -.40em;
  vertical-align: top;
}
#pickup .marker li {
  padding: 3px;
}
#pickup .marker li span {
  background: #B1AFA3;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.25) inset;
}
#pickup .marker .current {
  background: #E50006;
}
#pickup .marker .current span {
  background: #fff;
}
#pickup .prev, #pickup .next {
  position: absolute;
  top: 78px;
  display: block;
  width: 24px;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  text-align: left;
}
#pickup .prev {
  left: 0;
  display: block;
  width: 24px;
  height: 48px;
  background-image: url('../images/sprites.png');
  background-position: 0 -117px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #pickup .prev {
    background-position: 0 -183px;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
    background-image: url('../images/sprites_2x.png');
  }
}
#pickup .prev.dis {
  display: block;
  width: 24px;
  height: 48px;
  background-image: url('../images/sprites.png');
  background-position: 0 -165px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #pickup .prev.dis {
    background-position: 0 -231px;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
    background-image: url('../images/sprites_2x.png');
  }
}
#pickup .next {
  right: 0;
  display: block;
  width: 24px;
  height: 48px;
  background-image: url('../images/sprites.png');
  background-position: 0 -261px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #pickup .next {
    background-position: 0 -135px;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
    background-image: url('../images/sprites_2x.png');
  }
}
#pickup .next.dis {
  display: block;
  width: 24px;
  height: 48px;
  background-image: url('../images/sprites.png');
  background-position: 0 -213px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #pickup .next.dis {
    background-position: 0 -87px;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
    background-image: url('../images/sprites_2x.png');
  }
} */

/* #pickup .wrap {
  overflow: hidden;
  width: 260px;
  margin: 0 auto;
}
#pickup_list {
  width: 10000px;
}
#pickup_list .station{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  margin-bottom: 3px;
}
#pickup_list .station img{
  vertical-align: top;
  margin-right: 5px;
}
#pickup_list .shop{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  }
#pickup_list li {
  float: left;
  width: 120px;
  margin-right: 20px;
}
#pickup_list li a {
  display: block;
}
#pickup_list li .thumb {
  margin-bottom: 5px;
}
#pickup_list li .thumb img {
  vertical-align: bottom;
}
#pickup_list li .opt {
  display: flex;
  margin-bottom: 5px;
}
#pickup_list li .opt .ic_info:first-child {
  margin-right: 3px;
} */
/* ==========================================================================
  S級などのスライダー
========================================================================== */
#special {
  position: relative;
  overflow: hidden;
}
#special .wrap {
  position: relative;
  width: 260px;
  height: 240px;
  margin: 0 auto;
  padding: 10px 0 24px 0;
}
#special .wrap .slider {
  padding-right: -20px;
}
#special .wrap .slider li {
  width: 120px;
  margin-right: 20px;
}
#special .station {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  margin-bottom: 3px;
}
#special .station img {
  vertical-align: top;
  margin-right: 5px;
}
#special .opt {
  display: flex;
  margin: 3px 0 5px 0;
}
#special .opt .ic_info + .ic_info {
  margin-left: 2px;
}
#special .shop {
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5; */
  width: 100%;
  white-space: nowrap;
  font-size: 10px;
  font-weight: bold;
  white-space: pre-wrap;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.slick-slide img {
  display: inline-block;
}
#special .dots .slick-dots {
	position: static;
  padding: 10px 0;
}
.dots .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
}
.dots .slick-dots button {
	display: block;
	width: 10px;
	height: 10px;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #B1AFA3;
	border-radius: 50%;
}
.dots .slick-dots .slick-active button {
  width: 12px;
	height: 12px;
  background: #E50006;
}
.slick-dots li button:before {
	display: none;
}
#special .slick-arrow {
  width: 26px;
  height: 50px;
  background: #F7A100;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
#special .slick_prev {
  position: absolute;
  top: 130px;
  left: 0;
  border-radius: 0 30px 30px 0;
}
#special .slick_next {
  position: absolute;
  top: 130px;
  right: 0;
  border-radius: 30px 0 0 30px;
}
#special .slick_prev::before,
#special .slick_next::before {
  content: "";
  position: absolute;
  top: 19px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
#special .slick_prev::before {
  left: 8px;
  transform: rotate(45deg);
}
#special .slick_next::before {
  right: 8px;
  transform: rotate(225deg);
}
#special .slick_prev:hover,
#special .slick_next:hover {
  cursor: pointer;
}
#special .head {
  border-bottom: 3px solid #d9cab0;
  padding: 8px 5px 2px;
  font-size: 18px;
}
#special .head span{
  font-size: 12px
}

.slick-dotted.slick-slider{
  margin-bottom: 0;
}

/* ==========================================================================
   magazine
   ========================================================================== */
#magazine h2 {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
}
#magazine p {
  font-size: 14px;
}
#magazine .btn_reg, #magazine .btn_del {
  padding: 7px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
#magazine p, #magazine .btn_wrap {
  margin-bottom: 15px;
}
#magazine .content {
  padding: 15px 10px;
}
#magazine .content .btn_wrap:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   #site_footer
   ========================================================================== */
#site_footer {
/*  padding-bottom: 60px;*/
  background: #BB9E66;
/*  position: relative;
  z-index: 200;*/
  text-align: center;
  -webkit-box-shadow: 0 0 3px rgba(79, 72, 52, 0.75);
  -moz-box-shadow: 0 0 3px rgba(79, 72, 52, 0.75);
  box-shadow: 0 0 3px rgba(79, 72, 52, 0.75);
}
#site_footer a {
  color: #fff;
}
#site_footer .ua_change {
  padding: 10px;
  background: #D3BA7F;
  border-top: 1px solid #DCC899;
  border-bottom: 1px solid #D7C18C;
  font-size: 16px;
}
#site_footer .foot_link, #site_footer .copyright {
  background: #BB9E66;
}
#site_footer .foot_link {
  overflow: hidden;
  padding: 10px 0;
  border-top: 1px solid #B69A63;
  border-bottom: 1px solid #C9B185;
  -webkit-box-shadow: 0 1px 0 #c2a876 inset;
  -moz-box-shadow: 0 1px 0 #c2a876 inset;
  box-shadow: 0 1px 0 #c2a876 inset;
}
#site_footer .foot_link ul {
  width: 50%;
  float: left;
  padding: 0 0 0 1.6%;
  box-sizing: border-box;
  border-left: 1px solid #c2a876;
  letter-spacing: -.5em;
}
#site_footer .foot_link ul:first-child {
  border-right: none;
}
#site_footer .foot_link li {
  margin-right: 5px;
  line-height: 2.4;
  font-size: 11.6px;
  text-align: left;
  letter-spacing: 0;
}
#site_footer .foot_link li:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#site_footer .foot_link li a i {
  margin-right: 5px;
}
#site_footer .copyright {
  clear: both;
  color: #fff;
  font-size: 9px;
  padding: 5px 0 100px 0;
}


/* page */
/* ==========================================================================
   Result
   ========================================================================== */
/* ===============
   #breadcrumb
   =============== */
#breadcrumb ul {
  padding: 13px 10px 10px;
}
#breadcrumb ul li {
  float: left;
  margin-right: 5px;
  font-size: 12px;
}
#breadcrumb ul .home:before {
  position: relative;
  top: -2px;
  content: "";
  width: 12px;
  height: 11px;
  margin-right: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 12px;
  height: 11px;
  background-image: url('../images/sprites.png');
  background-position: 0 -309px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #breadcrumb ul .home:before {
    background-position: 0 -309px;
    -webkit-background-size: 300px auto;
    -moz-background-size: 300px auto;
    -o-background-size: 300px auto;
    background-size: 300px auto;
    background-image: url('../images/sprites_2x.png');
  }
}

#breadcrumb.line ul {
  background: url("../images/dot_line.png") repeat-x;
  background-position: bottom left;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #breadcrumb.line ul {
    background-image: url("../images/dot_line_2x.png");
    background-repeat: repeat-x;
    -webkit-background-size: 2px 2px;
    -moz-background-size: 2px 2px;
    -o-background-size: 2px 2px;
    background-size: 2px 2px;
  }
}

/* ===============
   #search_box
   =============== */
.search_box {
  padding: 10px;
}
.search_box .status {
  position: relative;
  min-height: 35px;
}
.search_box .status p {
  padding-right: 100px;
}
.search_box .status .path {
  font-size: 12px;
}
.search_box .status .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.search_box .search_frm {
  padding-top: 10px;
}
.search_box .search_frm select {
  width: 30%;
  margin-bottom: 10px;
}
.search_box .search_frm input[type=text] {
  margin-bottom: 10px;
}

p.status {
  padding: 10px;
}

/* ===============
   #page_navi
   =============== */
.bottom .page_navi {
  padding-top: 15px;
}

.page_navi {
  padding-bottom: 15px;
  text-align: center;
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
}
.page_navi span.page, .page_navi a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  height: 32px;
  line-height: 32px;
  width: 60px;
  border: 1px solid #D1D1D1;
  font-size: 16px;
  font-weight: bold;
}
.page_navi span.page {
  background-color: #f9f9f9;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEBEBEB', endColorstr='#FFF9F9F9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #f9f9f9));
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f9f9f9 100%);
  background-image: -moz-linear-gradient(top, #ebebeb 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f9f9f9 100%);
  background-image: linear-gradient(top, #ebebeb 0%, #f9f9f9 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #D1D1D1;
}
.page_navi .first, .page_navi .page {
  border-right: none !important;
}
.page_navi .first, .page_navi .last {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page_navi .first span, .page_navi .last span {
  display: none;
}
.page_navi .first {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.page_navi .last {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.page_navi .first:before {
  content: "\f100";
}
.page_navi .last:before {
  content: "\f101";
}
.page_navi .first:before, .page_navi .last:before {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
}
.page_navi a {
  color: #666;
  background-color: #ebebeb;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF9F9F9', endColorstr='#FFEBEBEB');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9f9), color-stop(100%, #ebebeb));
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
  background-image: -moz-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
  background-image: linear-gradient(top, #f9f9f9 0%, #ebebeb 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.page_navi .first a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.page_navi .last a {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* ===============
   #search_result
   =============== */
#search_result section {
  padding: 10px;
  margin-bottom: 10px;
  background: white;
  -webkit-box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
  -moz-box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
  box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
}
#search_result section img {
  vertical-align: top;
}
#search_result .shop_type, #search_result .discount, #search_result .service_type,#search_result .comment {
  margin-bottom: 10px;
}
#search_result .shop_type img, #search_result .service_type img,
#search_result .shop_type li, #search_result .service_type li {
  float: left;
  margin-right: 4px;
  width: 60px;
}
#news .service_type dt {
  margin-right: 2px;
  width: 60px;
}
#search_result .service_type img,
#search_result .service_type li,{
  margin-bottom: 2px;
}
#search_result .detail {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
#search_result .detail h1, #search_result .detail p {
  padding-left: 115px;
}
#search_result .detail h1 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
#search_result .detail h2, #search_result .detail p {
  padding-left: 115px;
}
#search_result .detail h2 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
#search_result .detail h3, #search_result .detail p {
  padding-left: 115px;
}
#search_result .detail h3 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}
#search_result .detail p {
  float: left;
  width: 45%;
  margin-bottom: 2px;
  line-height: 16px;
  color: #1f1f1f;
}
#search_result .detail p img {
  margin-right: 5px;
}
#search_result .detail .thumb {
  position: absolute;
  top: 0;
  left: 0;
}
#search_result .detail:before {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  color: #F3A200;
  font-size: 16px;
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#search_result .detail.free p, #search_result .detail.free h1 {
  padding-left: 0;
}
#search_result .detail.free p, #search_result .detail.free h3 {
    padding-left: 0;
}
/*23時以降でも受け付け可能なパンダ店用css*/
#search_result .discount {
  padding: 5px;
  background: #FDE0DE;
  color: #663300;
}
#search_result .discount b{
  color: #663300;
}
.notes {
    font-size: 11px;
    color: #b62d00;
    margin-top: 3px;
    padding: 4px 0px;
    font-weight: bold;
}
/*2015/08/31 オススメコース用追加*/
#search_result .reco {
  color: #ff0000;
  font-weight: bold;
}

#search_result .reco_price {
  font-weight: bold;
}

#search_result .reco_detail {
  background-color: #fcebea;
  margin-top: 5px;
  padding: 3px;
}
/*2015/08/31 オススメコース用追加*/

#search_result .news span, #search_result .rec span {
  float: left;
  display: block;
  width: 80px;
  height: 17px;
  line-height: 17px;
  background: #A2C758;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
#search_result .rec span {
  background: #C758C3;
}
#search_result .news, #search_result .rec{
  padding: 5px 0;
  border-bottom: 1px dotted #ddd;
}
#search_result .news p, #search_result .rec p {
  margin-left: 90px;
}
#search_result .btn_box {
  display: flex;
  justify-content: space-between;
}
#search_result .btn_box::after {
  display: none;
}
#search_result .btn_box .btn_wrap {
  padding: 0;
}
#search_result .btn_box .btn_wrap .btn, .link-btn {
  font-size: 12px;
}
/*#search_result .btn_box .btn_wrap:first-child {
  margin-right: 10px;
}*/
#search_result .treat{
  background: #EEE9DC;
  color: #575747;
  padding: 5px;
}
#search_result .treat ul li{
  display: inline;
  margin-right: 10px;
}
#search_result .treat ul li:last-child{
  margin-right: 0px;
}
/* ===============
   #iconinfo
   =============== */
#iconinfo .wrap {
  padding: 15px 10px 5px;
}
#iconinfo p {
  margin-bottom: 10px;
  border-bottom: 1px solid #D4D4C6;
  font-size: 14px;
}
#iconinfo dl {
  margin-bottom: 5px;
}
#iconinfo dl dt {
  float: left;
  width: 60px;
}
#iconinfo dl dt img {
  vertical-align: top;
}
#iconinfo dl dd {
  height: 16px;
  line-height: 16px;
  margin: 0 0 5px 70px;
}

/* ===============
   #こだわり検索
   =============== */
.kodawari_box {
  padding: 10px 10px 12px;
  background: url("../images/dot_line.png") repeat-x;
  background-position: bottom left;
}
.kodawari_box img {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  .kodawari_box {
    background-image: url("../images/dot_line_2x.png");
    background-repeat: repeat-x;
    -webkit-background-size: 2px 2px;
    -moz-background-size: 2px 2px;
    -o-background-size: 2px 2px;
    background-size: 2px 2px;
  }
}

/* ==========================================================================
   パンダNEWS
   ========================================================================== */
/* ===============
   #割引
   =============== */
#news .headline, #news .headline2, #news .titleline, #news .titleline2 {
  background-image: none;
  color: #1f1f1f;
  background-color: #ECE5CB;
  line-height: 30px;
  font-weight: bold;
  font-size: 15px;
  padding: 0 10px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  height: auto;
}
#news .headline2, #news .titleline2 {
  margin-bottom: 10px;
}
#search_result .comment02,
#news .comment02{
  margin-bottom: 10px;
  background: #efe9d1;
  padding: 5px;
}
#news .discount {
  background-color: #FDFAFB;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#news .discount .txt {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #CC0033;
}
#news .discount .guid {
  color: #663300;
  font-weight: bold;
}
#news .list_1 .excerpt {
  padding: 15px 10px 10px 10px;
}
#news .list_1 .shop_type {
  margin-bottom: 8px;
  margin-left: 10px;
}
#news .list_1 .detail_box .title {
  padding-left: 0;
}
#news .list_1 li .blo {
  padding:15px 10px 0 10px;
  display:block;
  position: relative;
}
#news .list_1 li .blo p {
  margin-bottom: 2px;
}

#news .list_1 li .thumb {
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 10px;
  height: 86px;
  width: 105px;
}
#news .list_1 li .date,
#news .list_1 li .title,
#news .list_1 li .opt,
#news .list_1 li .shop,
#news .list_1 li .station {
  padding-left: 115px;
}
#news .list_1 li .title:not(.reserve span.title) {
  background-image: initial;
  background-size: 0px 0px;
  color: #b89651;
  line-height: inherit;
  height: inherit;
}
#news .list_1 li .rec {
  margin-bottom: 10px;
}
#news .list_1 li .rec p {
    margin-left: 90px;
}
#news .list_1 li .rec span {
  float: left;
  display: block;
  width: 80px;
  height: 17px;
  line-height: 17px;
  background: #A2C758;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
/* 詳細ページ変更スタイル */
#news .news_detail li .blo {
  display: flex;
  align-items: flex-start;
}
#news .news_detail li .blo {
  padding:15px 10px 0 10px;
}
#news .news_detail li .blo .thumb {
  margin: 0 10px 0 0;
}
#news .news_detail li .blo .mb_5 .flex {
  display: flex;
  flex-wrap: wrap;
}
#news .news_detail li .blo .mb_5 .flex .icon_box {
  display: flex;
  align-items: center;
}
#news .news_detail li .blo .mb_5 img {
  vertical-align: middle;
}
#news .news_detail li .blo .mb_5 h1 {
  padding: 5px 0;
}
#news .news_detail li .blo .mb_5 .type_display {
  margin-right: 4px;
  color: #727272;
}
#news .news_detail li .blo .mb_5 .ic_info {
  margin-right: 4px;
}
#news .news_detail li .blo .mb_5 .station {
  margin-bottom: 2px;
  color: #474645;
  line-height: 16px;
}
#news .news_detail li .blo .mb_5 .station img {
  margin-right: 4px;
}
#news .news_detail li .page_title{
  background-image: initial;
  background-size: 0px 0px;
  color: #b89651;
  line-height: inherit;
  height: inherit;
}
#news .news_detail li .rec {
  margin-bottom: 10px;
}
#news .news_detail li .rec p {
    margin-left: 90px;
}
#news .news_detail li .rec span {
  float: left;
  display: block;
  width: 80px;
  height: 17px;
  line-height: 17px;
  background: #A2C758;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
#news .news_detail .shop_type {
  margin: 8px 0 8px 10px;
}
/* #news .news_detail .special_comment {
  margin-bottom: 10px;
  padding: 5px;
  background: #FDE0DE;
  color: #663300;
}
#news .news_detail .special_comment b{
  color: #663300;
}
#news .news_detail .special_comment .reco {
  color: #ff0000;
  font-weight: bold;
}
#news .news_detail .special_comment .reco_price {
  font-weight: bold;
}
#news .news_detail .special_comment .reco_detail {
  background-color: #fcebea;
  margin-top: 5px;
  padding: 3px;
} */


#news .reserve .title {
    font-weight: normal;
}
#news .treat{
  background: #EEE9DC;
  color: #575747;
  padding: 5px;
  margin-bottom: 10px;
}
#news .treat ul li{
  display: inline;
  margin-right: 10px;
  border-bottom:none;
}
#news .treat ul li:last-child{
  margin-right: 0px;
}
#news .shop_type .type_display,
#search_result .shop_type .type_display{
  color: #727272;
}
#news .btn {
  margin: 10px 0;
}
#news .btn_wrap .btn_tube2 {
  background: #fff;
  color: #c4302b;
  border: 1px solid #c4302b;
}
#news .btn_wrap .btn_tel2 {
  background: #A69366;
  color: #fff;
  border: 1px solid #A69366;
}
#news .btn_wrap .btn_map2 {
  background: #fff;
  color: #4285f4;
  border: 1px solid #4285f4;
}
#news .btn_wrap .btn_card2 {
  background: #fff;
  color: #A69366;
  border: 1px solid #A69366;
}
#news .btn_wrap .btn_official {
  background: #fff;
}


/******* 店舗ページ変更_壽崎20241219 *******/
/*********** 店舗ページ修正 壽崎 2025/02/17 ************/
.shop_page{
  padding: 20px 0;
}
.shop_page,
.shop_page a{
  color: #707070;
  font-feature-settings: "palt";
}
 .news_detail{
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
 .news_detail .text-list{
  box-sizing: border-box;
}

/* 店舗名 */
.shop_page .shop_name{
  background: unset;
  height: unset;
  line-height: unset;
  padding: 0 0 0 10px;
  margin-bottom: 20px;
  color: #1F1F1F;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #C3BBAA;
}
.shop_page .shop_name a{
  color: #1F1F1F;
}
.shop_page .shop_name .type_display{
  font-size: 12px;
}

/* 上部ボックス左側設定 */
.shop_page .left_box{
  width: 160px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  vertical-align: top;
  box-sizing: border-box;
}

/* 店舗サムネ */
#news .news_detail .thumb{
  width: 160px;
  height: 124px;
  display: inline-block;
}

/* 店舗情報 */
.shop_page .left_box .shop_bg{
  background: #F7F4ED;
  padding: 10px;
  box-sizing: border-box;
}
.shop_page .left_box .shop_bg .ic_info{
  display: inline-block;
  width: 60px;
  text-align: center;
  margin: 0 3px 6px 0;
}
.shop_page .left_box .shop_bg span{
    display: inline-block;
    background: #79683F;
    width: 16px;
    padding: 2px 0 0px 3px;
    height: 16px;
    box-sizing: border-box;
    vertical-align: sub;
    margin-right: 4px;
}
.shop_page .left_box .shop_bg span i{
    color: #fff;
    font-size: 11px;
    vertical-align: top;
}
.shop_bg .btn_pagelink {
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #91866B;
  border-radius: 30px;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
  color: #91866B;
}

/* 上部ボックス右側設定 */

/* 店舗サービスアイコン */
#news .news_detail .box_right {
  width: calc(100% - 180px);
  display: inline-block;
  vertical-align: top;
}
#news .news_detail .box_right .list-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}
#news .news_detail .box_right .list-status li {
  flex-basis: calc(50% - 3px);
  margin-bottom: 5px;
  color: #fff;
  padding: 5px 2px 4px;
  height: auto;
  font-weight: bold;
}
#news .news_detail .box_right .list-status li:last-of-type{
  flex-basis: 100%;
  margin: 0;
}

/* 予約状況 */
#news.shop_page .box_right .reserve{
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#news.shop_page .box_right .reserve .title{
  width: 100%;
  background: #575757;
  border-radius: 8px 8px 0 0;
  border: 1px solid #575757;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  color: #fff;
}
#news.shop_page .box_right .reserve p{
  margin-left: 0;
}
#news.shop_page .box_right .reserve .frame{
  border: 1px solid #575757;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  margin-bottom: 10px;
  box-shadow: none;
}

#news.shop_page .box_right .reserve .frame .center{
  text-align: center;
}
.shop_page .box_right .reserve .flex{
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 1.2;
}
.shop_page .box_right .reserve .flex .vacant,
.shop_page .box_right .reserve .flex .bit,
.shop_page .box_right .reserve .flex .cancel{
  flex-basis: 15%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.shop_page .box_right .reserve .txt{
  font-size: 16px;
  font-weight: bold;
}

/* 当店最安値 */
.shop_page .lowprice{
    width: 100%;
    display: flex;
    padding: 4px;
    border: 1px solid #C3C3C3;
    border-radius: 40px;
    box-sizing: border-box;
    align-items: center;
}
.shop_page .lowprice .title{
    background: #CB5B62;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    border-radius: 20px;
    padding: 5px;
    display: inline-block;
    margin-right: 5px;
}
.shop_page .lowprice .price{
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    vertical-align: sub;
}
.shop_page .lowprice .price .red{
    color: #CB5B62;
}

/* パンダ特典/おすすめコース */
#news.shop_page .discount{
    width: 100%;
    background: #F7F4ED;
    padding: 10px;
    color: #79683F;
    box-sizing: border-box;
}
.shop_page .flex{
    display: flex;
    margin-bottom: 10px;
}
.shop_page .discount .title{
    flex-basis: 40%;
    text-align: center;
    vertical-align: top;
    align-self: center;
}
.shop_page .discount .title .fw_b{
    font-size: 20px;
}
.shop_page .discount .detail_box{
    flex-basis: 60%;
    border-left: 1px solid #CEC2BB;
    padding: 5px 0px 5px 20px;
    vertical-align: top;
}
.shop_page .discount .detail_box .reco_price{
    text-align: right;
}
.shop_page .discount .reco_detail{
    padding: 10px;
}

/* 1万円ポッキリなど */
.special_opt{
  width: 100%;
}
/* 店舗一覧からのリンク用 */
.special_opt #opt_10000pokkiri,
.special_opt #opt_ladybox,
.special_opt #opt_groupbox{
  padding-top: 50px;
  margin-top: -50px;
}
.special_opt .opt_box{
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.special_opt .opt_box .opt_left{
  flex-basis: 80px;
  margin-right: 20px;
  text-align: center;
}
.special_opt .opt_box .opt_left p{
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}
.special_opt .opt_box .opt_right{
  flex-basis: calc(100% - 100px);
  line-height: 1.6;
}
.special_opt .opt_box.opt_10000{
  background: #F5E9F1;
  color: #B22B88;
}
.special_opt .opt_box.opt_lady{
  background: #EAE2F2;
  color: #743FB2;
}
.special_opt .opt_box.opt_group{
  background: #EAF1F4;
  color: #1F607E;
}
.special_opt .opt_box.opt_pandanews{
  background: #EBCFCF;
  color: #BE3232;
}


/* パンダNEWS */
.news_box .date{
    background: #DED2B9;
    padding: 5px;
    display: inline-block;
}
.news_box h2.title{
  background: none;
  color: #614D41;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  height: unset;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* ↑ここまで */


.special_comment {
  width: 100%;
  box-sizing: border-box;
  background: #F8F6EF;
  border-radius: 10px;
  padding: 0;
}
.special_comment .title01{
  background: #A59366;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.special_comment .txt{
  padding: 10px;
  font-weight: bold;
  font-size: 13px;
  color: #A59366;
}

/* 店舗基本情報 */
#shop_info_02{
  padding: 30px 10px;
}
#shop_info_02 h3{
  color: #91866B;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D8D4CA;
}
#shop_info_02 .table_info{
  width: 100%;
}
#shop_info_02 .table_info tr {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #91866B;
}
#shop_info_02 .table_info th {
    width: 100%;
    display: block;
    font-weight: bold;
    text-align: left;
}
#shop_info_02 .table_info td {
    width: 100%;
    display: block;
    line-height: 1.8;
    font-feature-settings: "palt";
    box-sizing: border-box;
}
#shop_info_02 .list-treat {
  display: flex;
  flex-wrap: wrap;
}
#shop_info_02 .list-treat li{
  background: #eee;
  padding: 1px 2px;
  margin: 0 4px 4px 0;
  border-radius: 2px;
}
.btn_tel_info{
  width: 100%;
  max-width: 353px;
  border: 4px solid #8B95BD;
  border-radius: 8px;
  color: #8B95BD;
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  margin-bottom: 20px;
  background: #fff;
}
.btn_tel_info .icon_tel{
  flex-basis: 20%;
  text-align: center;
}
.btn_tel_info i{
  font-size: 30px;
  margin-right: 10px;
}

/* 「電話する」ボタンモーダル設定 */
.tel_modal_id{
  display: none;
}
.tel_modal_id.is-open{
  display: block;
}
.tel_modal_overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 150;
}
.tel_modal{
  background-color: #fff;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  max-height: 80vh;
  max-height: 80dvh;
  box-sizing: border-box;
  border-radius: 0;
  padding: 30px 20px 15px;
  position: relative;
}
.tel_modal h3{
  position: absolute;
  width: 100%;
  max-width: 230px;
  top: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  background: #A59366;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#shop_info_02 .tel_modal h3{
  color: #fff;
}
.tel_modal .scroll{
  width: 100%;
  max-height: 70vh;
  max-height: 70dvh;
  overflow-y: scroll;
}
.tel_modal_close{
  background: #000;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  position: absolute;
  top: -25px;
  right: -20px;
  font-weight: bold;
}
.tel_modal_close:before {
 content: "\2715";
}
.tel_modal .flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel_modal .flex i {
  color: #A59366;
  font-size: 42px;
}
.tel_modal .flex .balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 10px;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #A59366;
  background: #FFF;
  border: 4px solid #A59366;
  border-radius: 10px;
  box-sizing: border-box;
}

.balloon:after {
  content: "";
  position: absolute;
  top: 60%;
  left: -16px;
  margin-top: -10px;
  border: 7px solid transparent;
  border-right: 7px solid #A59366;
  z-index: 1;
}
.balloon p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  font-feature-settings: "palt";
}
.tel_modal p{
  font-feature-settings: "palt";
  color: #A59366;
}
.tel_modal .btn_tel_info{
  margin: 0 auto 20px;
  color: #8B95BD;
}

/* 店舗基本情報内ボタン設定 */
#shop_info_02 .table_info .btn_info_box{
    color: #8B95BD;
    font-weight: bold;
    border-radius: 8px;
    position: relative;
    width: 300px;
    display: inline-block;
    padding: 5px;
    text-align: center;
    border: 1px solid #8B95BD;
    box-sizing: border-box;
}
#shop_info_02 .table_info .btn_info_box:after{
    position: absolute;
    top: 15%;
    right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #8B95BD;
    transition: 0.3s;
}
#shop_info_02 .table_info .btn_info_box:hover{
    color: #8B95BD;
    opacity: 0.8;
}
#shop_info_02 .table_info .btn_info_box:hover:after{
    right: 2px;
}

#shop_info_02 .table_info .btn_info_box02{
    color: #8B95BD;
    font-weight: bold;
    border-radius: 8px;
    position: relative;
    width: 300px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #8B95BD;
    box-sizing: border-box;
    transition: 0.3s;
}
#shop_info_02 .table_info .btn_info_box02:hover{
    opacity: 0.8;
}
#shop_info_02 .table_info .btn_info_box02 i{
    flex-basis: 20%;
    font-size: 28px;
}
#shop_info_02 .table_info .btn_info_box02 div{
    text-align: left;
    line-height: 1.2;
}


/* ==========================================================================
   予約状況
   ========================================================================== */
.reserve{
    margin: 5px 0;
}
.reserve_area{
    text-align: center;
}
.btn_reserve{
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    border: 1px solid #eee;
    background-color: #7d9c39;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF98B73C', endColorstr='#FF7D9C39');
    background-image: -moz-linear-gradient(top, #98b73c 0%,#7d9c39 100%);
    background-image: -webkit-linear-gradient(top, #98b73c 0%,#7d9c39 100%);
    background-image: linear-gradient(to bottom, #98b73c 0%,#7d9c39 100%);
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.35),0 1px 0 rgba(255,255,255,0.4) inset;
}
.reserve span.title{
    float: left;
    display: block;
    width: 80px;
    height: 17px;
    line-height: 17px;
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.1em;
}
.reserve p{
    margin-left: 90px;
}
.reserve span.time{
  font-size: 15px;
}
.reserve span.small{
  font-size: 12px;
}
.reserve .reserve_info{
  margin-left: 90px;
}
.reserve .reserve_info p{
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.reserve span.atten{
    font-size: 12px;
    color: #ff0000;
}
.reserve span.mark{
    font-size: 20px;
    font-weight: bold;
    color: #f48218;
}
.reserve_soldout span.mark{
    color: #b03200;
}
.reserve span.txt{
    font-size: 15px;
    color: #f48218;
}

/* ==========================================================================
   パンダちゃんねる
   ========================================================================== */
.movie {
  text-align: center;
}
.movie li {
  padding: 20px 0;
  border-bottom: 1px solid #D8D8D2;
}
.movie li:last-child {
  border: none;
}
.movie li .movie-box {
  width: 240px;
  margin: 0 auto;
}
.movie li .movie-box .station {
  line-height: 16px;
  margin-bottom: 5px;
  text-align: left;
}
.movie li .movie-box .station img {
  margin-right: 5px;
  vertical-align: top;
}
.movie li .movie-box .icon, .movie li .movie-box .shop, .movie li .movie-box .txt {
  text-align: left;
}
.movie li .movie-box .icon {
  text-align: left;
  margin: 5px 0;
}
.movie li .movie-box .icon img {
  margin-right: 5px;
}

/* ==========================================================================
   エリアから探す
   ========================================================================== */
#area_search{ padding: 10px;}
#area_search .medium{
  margin-top: 8px;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#area_search .medium li {
    margin: 0px 6px 10px 0;
    border: solid 1px #f3e5c9;
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 8px;
    text-align: center;
    color: #4D4436;
}
#area_search li a{color: #474645;}
#area_search .medium li a span{
  position: relative;
  height: 100%;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
#area_search .small{
  margin-top: 22px;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#area_search .small li{
  margin: 0 0px 12px 0;
  min-width: 50%;
  color: #06c;
}
#area_search .small li:before {
  content: "\f138";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: #a2c758;
  text-align: center;
  vertical-align: top;
}
#area_search .area_search_btn{
  width: 220px;
  margin: 0 auto 10px;
  text-align: center;
  padding: 10px 0;
  background: #fff;
  border-radius: 50px;
  font-weight: bold;
  color: #4D4436;
  display: block;
  position: relative;
  border: solid 1px #f3e5c9;
}
/* ==========================================================================
   Report
   ========================================================================== */
#report_result section {
  padding: 10px;
  margin-bottom: 10px;
  background: white;
  -webkit-box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
  -moz-box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
  box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
}
#report_result h1 {
  font-size: 16px;
  font-weight: bold;
}
#report_result h3 {
  font-size: 16px;
  font-weight: bold;
}
#report_result p img {
  margin-right: 5px;
  vertical-align: top;
}
#report_result .date {
  margin-bottom: 5px;
}
#report_result .date + p, #report_result .date + p + p {
  vertical-align: 15px;
}
#report_result .comment {
  margin: 10px 0;
  padding: 5px 0;
  border-color: #D4D4C6;
  border-width: 1px 0;
  border-style: dashed;
}
#report_result .list_star dt {
  float: left;
  width: 5em;
  font-weight: bold;
}
#report_result .list_star dd {
  float: left;
  width: calc(100% - 5em);
}
#report_result .list_star dd img {
  vertical-align: top;
}

/*レポートボタン*/
#report_btn_area {
  position: fixed;
  display: flex;
  justify-content: center;
  bottom: 80px;
  width: 100%;
  z-index: 10;
}
.btn_report {
  flex: auto;
  width: calc(50% - 40px);
  max-width: 100%;
  margin: 0 10px;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
  background: rgba(255,255,255,0.8);
}
.btn_report img {
  vertical-align: middle;
}
.btn_type_01 {
  max-width: 300px;
  padding: 11px 10px 8px;
  display: block;
  background: #6a5648;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 3px 0 #564336, 0 6px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn_type_01:hover {
  box-shadow: 0 2px 0 #6a5648,0 4px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background: #564336;
}
.btn_type_02 {
  max-width: 300px;
  padding: 11px 10px 8px;
  display: block;
  background: #A69366;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 3px 0 #948258, 0 6px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn_type_02:hover {
  box-shadow: 0 2px 0 #938564,0 4px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background: #948258;
}
#bnr_box_fixed {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 139;
}
#bnr_box_fixed img{
  width: 100%;
  height: auto;
}

/* ==========================================================================
   ニュース詳細ページ下部エリア表示設定
   ========================================================================== */
   .pd_10{padding: 10px;}
   .table_area h2{
     font-weight: bold;
     font-size: 13px;
     padding: 5px 10px;
     border-bottom: 2px solid #eee;
     color: #756758;
     background: none;
 }
 .table_area ul li{
     display: block;
     padding: 5px;
 }
 .table_area ul li a{
     display: block;
     position: relative;
     padding: 5px;
     border-bottom: 1px solid #f9f7f3;
 }
 .table_area ul li a:after{
     content: " \f105";
     font-family: FontAwesome;
     position: absolute;
     bottom: 5px;
     right: 10px;
     
 }
/* ==========================================================================
   Recruit
   ========================================================================== */
#recruit_result section {
  margin-bottom: 10px;
  background: white;
  -webkit-box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
  -moz-box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
  box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
}
#recruit_result .list_2 li:last-child {
  border: none;
}
#recruit_result .msg_notfound {
  padding: 10px;
}

/* ==========================================================================
   top_ranking - メンズエステ推奨店
   ========================================================================== */
/*#top_ranking .li_frame {
  width: 93%;
}*/
/* ==========================================================================
  Top_Ranking
   ========================================================================== */
/*#top_ranking .flexslider {
  margin-bottom: 0;
  border: none;
}
#top_ranking .opt {
  border-bottom: 1px solid #D8D8D2;
}
#top_ranking .opt a {
  padding: 10px;
  display: block;
}
#top_ranking .opt a img {
  width: 22px;
  margin-right: 10px;
  display: inline;
}*/

/* ==========================================================================
  Top_Ranking
   ========================================================================== */
.t_rank_list li {
  padding: 5px 10px;
  border-bottom: 1px solid #D8D8D2;
}


.t_rank_list li .opt {
  padding-top: 5px;
  line-height: 16px;
}
.t_rank_list li .opt img {
  margin-right: 5px;
  vertical-align: middle;
}
.t_rank_list li .shop {
  font-weight: bold;
}

/* ==========================================================================
   soldout - 本日の満員御礼のお店
   ========================================================================== */
#soldout ul {
  max-height: 375px;
  min-height: 80px;
  overflow-y: scroll;
}
#soldout ul li {
  /*height: 60px;*/
  padding: 10px;
  clear: both;
}
#soldout ul li .list_img{
  margin-right: 10px;
  float: left;
  display: block;
}
#soldout ul li .list_shop {
  margin-left: 90px;
}
#soldout ul li .list_shop .shop {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#soldout ul li .list_shop img {
  margin-right: 5px;
}

/* ==========================================================================
   Recruit_detail
   ========================================================================== */
#recruit_detail .wrap {
  padding: 0 10px 10px;
}
#recruit_detail .detail, #recruit_detail .detail2 {
  padding: 10px 10px 8px;
}
#recruit_detail .detail p, #recruit_detail .detail2 p {
  margin-bottom: 2px;
  line-height: 16px;
}
#recruit_detail .detail p img, #recruit_detail .detail2 p img {
  margin-right: 5px;
  vertical-align: top;
}
#recruit_detail .detail {
  min-height: 71px;
  position: relative;
}
#recruit_detail .detail p {
  padding-left: 115px;
}
#recruit_detail .detail .thumb {
  position: absolute;
  top: 10px;
  left: 10px;
}
#recruit_detail .detail2 p:last-child {
  margin-top: 5px;
}
#recruit_detail .shop_type, #recruit_detail .treat_type {
  padding: 0 10px 8px;
}
#recruit_detail .shop_type img, #recruit_detail .treat_type img {
  float: left;
  margin: 0 2px 2px 0;
}
#recruit_detail .line {
  padding-top: 10px;
  background: url("../images/dot_line.png") repeat-x;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #recruit_detail .line {
    background-image: url("../images/dot_line_2x.png");
    background-repeat: repeat-x;
    -webkit-background-size: 2px 2px;
    -moz-background-size: 2px 2px;
    -o-background-size: 2px 2px;
    background-size: 2px 2px;
  }
}
#recruit_detail &gt; p {
  padding: 0 10px 10px;
}
#recruit_detail h2 {
  padding: 2px 10px;
  margin-bottom: 10px;
  background: url("../images/bg_title.png") repeat-x;
  color: #fff;
  font-weight: bold;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #recruit_detail h2 {
    background-image: url("../images/bg_title_2x.png");
    background-repeat: repeat-x;
    -webkit-background-size: 50px 30px;
    -moz-background-size: 50px 30px;
    -o-background-size: 50px 30px;
    background-size: 50px 30px;
  }
}
#recruit_detail .rec_thumb {
  padding: 10px 0 20px;
}
#recruit_detail .rec_thumb img {
  display: block;
  margin: 0 auto;
}
#recruit_detail .rec_thumb img:first-child {
  margin-bottom: 10px;
}
#recruit_detail .rec_thumb img:only-child {
  margin-bottom: 0;
}
#recruit_detail form {
  padding: 10px;
}
#recruit_detail form p {
  border-bottom: dotted 1px #CCCCCC;
  margin-bottom: 5px;
}
#recruit_detail form input, #recruit_detail form select, #recruit_detail form textarea {
  display: block;
  margin-bottom: 5px;
}


/* ==========================================================================
  SNS Banner
   ========================================================================== */
.sns_box {
  width: 100%;
  max-width: 700px;
  display: table;
  margin: 0 auto;
  padding: 5px 1%;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.sns_box a {
  width: 50%;
  display: inline-block;
  padding: 0 1%;
  box-sizing: border-box;
}
.sns_box a img {
  width: 100%;
}




/* ==========================================================================
   pandajob パンダエステジョブ
   ========================================================================== */
#pandajob .pandajob_subtitle {
  padding: 8px 10px 6px 10px;
  color: #98C022;
  background-color: #fcf9f4;
  border-bottom: 1px solid #D8D8D2;
}

.btn_description {
  position: relative;
  display: block;
  padding: 10px 38px 10px 10px;
  color: #463F2C;
  font-size: 16px;
  font-weight: bold;
  background-color: #f7f5e8;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF8F7EC', endColorstr='#FFF7F5E8');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f7ec), color-stop(100%, #f7f5e8));
  background-image: -webkit-linear-gradient(top, #f8f7ec 0%, #f7f5e8 100%);
  background-image: -moz-linear-gradient(top, #f8f7ec 0%, #f7f5e8 100%);
  background-image: -o-linear-gradient(top, #f8f7ec 0%, #f7f5e8 100%);
  background-image: linear-gradient(top, #f8f7ec 0%, #f7f5e8 100%);
}
.btn_description::after {
  content: "\f067";
  color: #fff;
  width: 17px;
  height: 18px;
  font-size: 13px;
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: #eaa33f;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEAA33F', endColorstr='#FFF48E00');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eaa33f), color-stop(50%, #eaa33f), color-stop(50%, #f48e00), color-stop(100%, #f48e00));
  background-image: -webkit-linear-gradient(top, #eaa33f 0%, #eaa33f 50%, #f48e00 50%, #f48e00 100%);
  background-image: -moz-linear-gradient(top, #eaa33f 0%, #eaa33f 50%, #f48e00 50%, #f48e00 100%);
  background-image: -o-linear-gradient(top, #eaa33f 0%, #eaa33f 50%, #f48e00 50%, #f48e00 100%);
  background-image: linear-gradient(top, #eaa33f 0%, #eaa33f 50%, #f48e00 50%, #f48e00 100%);
  border-radius: 3px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  display: block;
  line-height: 20px;
  margin-top: -9px;
  padding-left: 1px;
  text-align: center;
}
.btn_description.open::after {
    content: "\f068";
}
.detail_description {
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
.detail_description p {
  clear: both;
  padding: 10px 10px 1px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eae1d2;
  font-size: 14px;
}
.detail_description {
  max-width: 375px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  background-color: #fdfafb;
}
.detail_description dl {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.detail_description dl dt {
  width: 60px;
  display :inline-block;
  margin-bottom: 5px;
}
.detail_description dl dt img {
  vertical-align: middle;
}
.detail_description dl dd {
  display :inline-block;
  width: calc(100% - 60px - .5em);
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 16px;  margin-bottom: 5px;
}
/* アイコン */
.ic_info {
  display :inline-block;
  width: 60px;
  height: 16px;
  font-size: 11px;
  margin: 0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
}
/* 男性専用 */
.ic_info.mo {
  background: #366AFF;
}
/* 男女OK */
.ic_info.mw {
  background: #EE47A1;
}
/* 店舗 */
.ic_info.sp {
  background: #59A1C7;
}
/* ルーム */
.ic_info.rm {
  background: #FB8919;
}
/* 出張 */
.ic_info.tr {
  background: #97BF44;
}
/* 店・出 */
.ic_info.st {
  background: #FB4140;
}
/* ルーム・出 */
.ic_info.rt {
  background: #FC3E96;
}
/* サービス */
.ic_info.sv {
  background: #CC1932;
}
/* 割引 */
.ic_info.dis {
  background: #FB2200;
}
.ic_info.off {
  background: #CCCCCC;
}
#iconinfo1 dd {
  margin-left: 3px;
}
#iconinfo2 dd {
  margin-left: 10px;
}


#pandajob ul {
  clear: both;
}
#pandajob ul li {
  padding: 10px 5px;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #D8D8D2;
}
#pandajob ul li:first-child {
  border-top: 1px solid #D8D8D2;
}
#pandajob ul li h2 {
  color: #463F2C;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 4px;
}
#pandajob ul li h3 {
  color: #463F2C;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 4px;
}
#pandajob ul li .icon_movie {
  width: 50px;
  float: right;
}
#pandajob ul li .status {
  width: calc(100% - 50px);
  float: left;
  margin-bottom: 5px;
}
#pandajob ul li .status .sales {
  line-height: 1.4;
  font-size: 11px;
}
#pandajob ul li .status .sales .ic_info {
  margin-right: 3px;
}
#pandajob ul li .status .sales img {
  vertical-align: middle;
}
#pandajob ul li .status .station {
  line-height: 1.4;
  font-size: 11px;
}
#pandajob ul li .status .station img {
  vertical-align: middle;
}
#pandajob ul li .date time + div {
  float: right;
}
#pandajob ul li .thumbs {
  width: 80px;
  display: block;
  float: left;
}
#pandajob ul li .pandajob_link {
  width: calc(100% - 80px);
  display: block;
  float: left;
  padding-left: 5px;
  color: #666666;
  box-sizing: border-box;
}
#pandajob ul li .pandajob_link .date .pandajob_icon_new {
  font-size: 9px;
  color: #ff0000;
  margin-left: 5px;
}
#pandajob ul li .pandajob_link .pandajob_title {
  color: #b89651;
}



/* ==========================================================================
   RSS アロマパンダRSS
   ========================================================================== */
#blog_rss .blog_rss_subtitle {
  padding: 8px 10px 6px 10px;
  background-color: #fcf9f4;
  border-bottom: 1px solid #D8D8D2;
}
#blog_rss ul li {
  padding: 10px 5px;
  border-bottom: 1px solid #D8D8D2;
}
#blog_rss ul li:nth-child(odd) {
  background-color: #fdfafb;
}
#blog_rss ul li h2 {
  color: #463F2C;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 4px;
}
#blog_rss ul li h3 {
    color: #463F2C;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 4px;
    background: none;
    height: auto;
    padding: 0;
}
#blog_rss ul li time {
  color: #463F2C;
  font-size: 10px;
}
#blog_rss ul li .blog_rss_text {
  color: #b89651;
}



/* ==========================================================================
   Map
   ========================================================================== */
#map .mc_wrap {
  height: 470px;
  padding: 15px 10px;
}
#map #map_canvas {
  width: 100%;
  height: 470px;
}

/* ==========================================================================
   Kiyaku
   ========================================================================== */
#kiyaku h1 {
  margin-bottom: 15px;
}
#kiyaku h2 {
  padding: 2px 10px;
  margin-bottom: 10px;
  background: url("../images/bg_title.png") repeat-x;
  color: #fff;
  font-weight: bold;
  margin: 15px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #kiyaku h2 {
    background-image: url("../images/bg_title_2x.png");
    background-repeat: repeat-x;
    -webkit-background-size: 50px 30px;
    -moz-background-size: 50px 30px;
    -o-background-size: 50px 30px;
    background-size: 50px 30px;
  }
}
#kiyaku p {
  padding: 0 10px;
  margin-bottom: 10px;
}
#kiyaku dl {
  padding: 0 10px;
}
#kiyaku dl dt {
  padding-bottom: 5px;
  font-weight: bold;
}
#kiyaku dl dd {
  margin-bottom: 10px;
}
#kiyaku .created {
  background: url("../images/dot_line.png") repeat-x;
  font-size: 12px;
  margin-top: 15px;
  padding: 15px 10px;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  #kiyaku .created {
    background-image: url("../images/dot_line_2x.png");
    background-repeat: repeat-x;
    -webkit-background-size: 2px 2px;
    -moz-background-size: 2px 2px;
    -o-background-size: 2px 2px;
    background-size: 2px 2px;
  }
}

/* ==========================================================================
   report_reg
   ========================================================================== */
#report_reg form {
  padding: 15px 10px;
}
#report_reg dl {
  margin-bottom: 20px;
  padding: 0 7px;
}
#report_reg dl dt {
  margin-bottom: 5px;
}
#report_reg dl dd {
  margin-bottom: 10px;
}
#report_reg label {
  font-size: 14px;
  font-weight: bold;
}
#report_reg input[type="text"], #report_reg textarea, #report_reg select {
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#report_reg .frm_submit .btn_reg {
  padding: 7px;
  width: 100%;
  height: 44px;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.25em;
}

#report_send p {
  padding: 15px 10px;
}

/* ==========================================================================
   work
   ========================================================================== */
#work {
  line-height: 1.6;
}
#work h2, #work p {
  margin-bottom: 15px;
}
#work h2 {
  font-size: 20px;
  font-weight: bold;
}
#work h3, #work h4 {
  font-size: 18px;
  font-weight: bold;
}
#work h3:before, #work h3:after {
  content: "";
  display: block;
  padding: 20px 0 0;
}
#work h3:before {
  background: radial-gradient(ellipse at center bottom, #efefef 0%, #ffffff 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#work h3:after {
  background: radial-gradient(ellipse at center top, #efefef 0%, #ffffff 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#work h3 span {
  display: block;
  text-align: center;
}
#work h3 span:before, #work h3 span:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(30%, #b7b7b7), color-stop(70%, #b7b7b7), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #b7b7b7 30%, #b7b7b7 70%, #ffffff 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, #b7b7b7 30%, #b7b7b7 70%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #b7b7b7 30%, #b7b7b7 70%, #ffffff 100%);
  background-image: linear-gradient(left, #ffffff 0%, #b7b7b7 30%, #b7b7b7 70%, #ffffff 100%);
}
#work h3 span:before {
  margin-bottom: 10px;
}
#work h3 span:after {
  margin-top: 10px;
}
#work h4 {
  margin: 30px 0 15px;
  padding: 0 10px;
}
#work p {
  font-size: 15px;
}
#work .content {
  padding: 15px 10px;
}
#work .topics {
  margin-bottom: 20px;
}
#work .thumb {
  padding-top: 15px;
  text-align: center;
}
#work .list-showcase li {
  margin-bottom: 10px;
}
#work .list-showcase li img {
  vertical-align: bottom;
}
#work .btn_reg {
  padding: 7px;
  height: 30%;
  line-height: 30px;
  font-size: 16px;
}
#work input.btn_reg {
  width: 100%;
  height: 46px;
}
#work .tbl-work, #work .tbl-work tbody, #work .tbl-work tr, #work .tbl-work th, #work .tbl-work td {
  display: block;
}
#work .tbl-work th {
  margin-bottom: 5px;
  text-align: left;
}
#work .tbl-work td {
  margin-bottom: 10px;
}
#work .tbl-work .require {
  margin-left: 5px;
}
#work .frm input[type="text"], #work .frm textarea {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#work .msg-success {
  margin: 0;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1.4;
}
/* ==========================================================================
   movie
   ========================================================================== */
#movie {
  line-height: 1.6;
}
#movie h2, #movie p {
  margin-bottom: 15px;
}
#movie h2 {
  font-size: 20px;
  font-weight: bold;
}
#movie h3, #movie h4 {
  font-size: 18px;
  font-weight: bold;
}
#movie h3:before, #movie h3:after {
  content: "";
  display: block;
  padding: 20px 0 0;
}
#movie h3:before {
  background: radial-gradient(ellipse at center bottom, #efefef 0%, #ffffff 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#movie h3:after {
  background: radial-gradient(ellipse at center top, #efefef 0%, #ffffff 60%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#movie h3 span {
  display: block;
  text-align: center;
}
#movie h3 span:before, #movie h3 span:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #ffffff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFFFF', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(30%, #b7b7b7), color-stop(70%, #b7b7b7), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #b7b7b7 30%, #b7b7b7 70%, #ffffff 100%);
  background-image: -moz-linear-gradient(left, #ffffff 0%, #b7b7b7 30%, #b7b7b7 70%, #ffffff 100%);
  background-image: -o-linear-gradient(left, #ffffff 0%, #b7b7b7 30%, #b7b7b7 70%, #ffffff 100%);
  background-image: linear-gradient(left, #ffffff 0%, #b7b7b7 30%, #b7b7b7 70%, #ffffff 100%);
}
#movie h3 span:before {
  margin-bottom: 10px;
}
#movie h3 span:after {
  margin-top: 10px;
}
#movie h4 {
  margin: 30px 0 15px;
  padding: 0 10px;
}
#movie p {
  font-size: 15px;
}
#movie .content {
  padding: 15px 10px;
}
#movie .topics {
  margin-bottom: 20px;
}
#movie .thumb {
  padding-top: 15px;
  text-align: center;
}
#movie .list-showcase li {
  margin-bottom: 10px;
}
#movie .list-showcase li img {
  vertical-align: bottom;
}
#movie .btn_reg {
  padding: 7px;
  height: 30%;
  line-height: 30px;
  font-size: 16px;
}
#movie input.btn_reg {
  width: 100%;
  height: 46px;
}
#movie .tbl-work, #movie .tbl-work tbody, #movie .tbl-work tr, #movie .tbl-work th, #movie .tbl-work td {
  display: block;
}
#movie .tbl-work th {
  margin-bottom: 5px;
  text-align: left;
}
#movie .tbl-work td {
  margin-bottom: 10px;
}
#movie .tbl-work .require {
  margin-left: 5px;
}
#movie .frm input[type="text"], #movie .frm textarea {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#movie .msg-success {
  margin: 0;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 1.4;
}
/* ==========================================================================
   パンダちゃんねる
   ========================================================================== */
#channel .tenpo_title{
  display: block;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #de3a63;
}
#channel .txt{
  padding: 10px;
  border: 1px solid #f5f5f5;
  background-color: #fefefe;
  font-size: 12px;
}
#channel .tenpo_name{
  background-color: #ECE5CB;
  line-height: 30px;
  font-weight: bold;
  font-size: 15px;
}
#channel .tenpo_name: a:after {
  content: "\f054";
  color: #F3A200;
  font-size: 18px;
}

/* ==========================================================================
   アロマエステ興信所
   ========================================================================== */
#channel .koushinjo_list{
width: 100%;
margin: auto;
box-sizing: border-box;
padding: 5px;
line-height: 1.8em;
}

#channel .koushinjo_list li{
border-bottom: 1px solid #D8D8D2;
}

#channel .koushinjo_list li p{
font-size: 14px;
margin-bottom: 5px;
position: relative;
font-weight: bold;
}

#channel .koushinjo_list p a:after {
content: "\f054";
color: #F3A200;
font-size: 18px;
position: absolute;
top: 50%;
right: 10px;
overflow: hidden;
display: block;
width: 17px;
height: 18px;
line-height: 20px !important;
margin-top: -9px;
padding-left: 1px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
}

#channel .koushinjo .koushinjo_title{
  color: #b89651;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
}

#channel .koushinjo .koushijyo_txt{
  padding: 10px;
  border: 1px solid #f5f5f5;
  background-color: #fefefe;
  font-size: 12px;
  line-height: 1.0;
}

#channel .koushinjo .koushijyo_txt img{
max-width: 100%;
}

/* ==========================================================================
   RSS
   ========================================================================== */

/* rss一行目非表示 */
.rss-list-box {
/*  overflow: hidden;*/
}
.rss-list-box #garss_smart_1119055065 {
    margin-top: -40px;
}
.rss-list-box a{
    padding: 10px;
    display: block;
    background-image: url(https://aroma-tsushin.com/images/icon_list.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.rss-list-box p{
  color: #b89651;
  padding: 0px 10px 0px 0px;
}
.rss-list-box p .shop_title{
  color: #463F2C;
  font-size: 14px;
  font-weight: bold;
}
.rss-list-box p time{
  color: #463F2C;
  font-size: 10px;
}

/* ==========================================================================
   ニューオープン
   ========================================================================== */
/*flort解除*/
#opening div:after,
#opening li:after{
  content : "";
  display : block;
  clear : both;
  height : 0;
}
.btn_description_newopen{
  display: block;
}
#opening.detail_description{
  max-width: 100%;
  background-color: #fff;
  padding: 10px 0;
}
#opening.detail_description p{
  padding: 0;
  margin-bottom: 0px;
  border-bottom: none;
  font-size: 13px;
}
#opening ul li{
  padding:5px;
  margin:5px;
}
#opening ul li{
  border-bottom: 1px solid #D8D8D2;
}
#opening ul li:last-child{
  border-bottom: none;
}
#opening ul li .data{
  width: 100%;
  margin-bottom: 5px;
}
#opening ul li .data p{
  display: inline-block;
}
#opening ul li .data p.before{
  width: 80px;
  color: #ffffff;
  padding: 2px 0;
  text-align: center;
  background-color: #FA8F92;
}
#opening ul li .data p.after{
  width: 80px;
  color: #ffffff;
  padding: 1px 0;
  text-align: center;
  background-color: #6587FA;
}
#opening ul li .data p.open_txt{
  margin-left: 5px;
  color: #b89651;
  font-weight: bold;
}
#opening ul li .collum_02_area{
    width: 100%;
    margin-bottom: 10px;
}
#opening ul li .collum_02{
  float: left;
}
#opening ul li .left{
  width: 90px;
}
#opening ul li .right{
  width: 70%;
  text-align: left;
}
#opening ul li p.station img{
  vertical-align: top;
  margin-right: 2px;
}


/* ==========================================================================
   トップバナー追尾
   ========================================================================== */
.posi_fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/* ==========================================================================
 work
 ========================================================================== */
#work{
  padding: 10px;
  background: #fff;
}
#work h2{
  margin-bottom: 10px;
  border-bottom: 3px solid #d9cab0;
  font-size: 12px;
}
#work .plan_box li{
  width: 48%;
  margin: 0 2.5% 2.5% 0;
  display: inline-block;
}
#work .plan_box li:nth-child(2n){
  margin-right: 0;
}
#work .plan_discription {
  padding: 10px 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.6;
}
#work .plan_discription_small {
  font-size: 10px;
}
#work .plan_discription_bold {
  font-weight: bold;
}
#work .content {
  padding: 10px;
}
#work .list-showcase{
  display: table;
}
#work .list-showcase li{
  width: 48%;
  margin: 0 4% 4% 0;
  display: inline-block;
}
#work .list-showcase li:nth-child(2n){
  margin-right: 0;
}
#work .list-showcase li p{
  font-size: 0.8em;
}
#work .tel-box {
  width: 100%;
  margin: 0 auto 20px;
  border: 1px solid #563F35;
  border-radius: 4px;
  text-align: center;
}
#work .tel-box p:first-child {
  padding: 10px;
  background: #563F35;
  color: #ffffff;
}
#work .tel-box-inner {
  padding: 20px 0 0;
}
#work .tel-box-inner a {
  margin: 0 auto 4px;
  border-radius: 4px;
  display: block;
}
#work .tel-box-inner a:nth-of-type(1) {
  width: 80%;
  padding: 15px;
  background: #563F35;
  color: #ffffff;
  font-size: 1.25em;
}
#work .tel-box-inner a:nth-of-type(2) {
  width: 80%;
  padding: 10px;
  border: 1px solid #563F35;
  background: #ffffff;
  color: #563F35;
}
#work .tel-box-inner img {
  width: 24px;
  margin-bottom: 5px !important;
}
#work .tel-box-inner p {
  margin-bottom: 20px;
  font-size: 0.75em;
  color: #585858;
}
#work .price_comment {
  margin-bottom: 20px;
  font-size: 10px;
  text-align: left;
  line-height: 2;
}
#work .price_comment span{
  color: #dd5244;
  font-weight: bold;
}
#work .note_txt{
    padding: 5px;
    background: #FDE0DE;
    color: #663300;
    font-size:13px;
}
/* ボトム 3カラム */
#price_bottom_outer {
  text-align: center;
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.price_bottom_column {
  margin-bottom: 10px;
}
.price_bottom_column:last-of-type {
  margin-right: 0;
  border-right: 0;
}
.subtitle_circle {
  margin: 0 auto 10px;
  padding: 4px;
  background: #4b3526;
  color: #fff2d2;
  letter-spacing: 2px;
  font-size: 0.9em;
  line-height: 1.8;
}
.price_txt{
  margin-bottom: 10px;
}
.price_txt p {
  font-size: 0.8em;
  line-height: 2em;
  letter-spacing: 0.1em;
}
.price_txt p span {
  color: #dd5244;
  font-weight: bold;
  font-size: 14px;
}
/*　キャンペーン */
.price_campaign {
  width: 90%;
  margin: 0 auto;
  color: #dd5244;
  font-size: 12px;
  position: relative;
  border: 2px solid #dd5244;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  background-color: #fff;
}
.price_campaign:after {
  height: 0;
  margin: -8px 0 0 0;
  content: "\25B8"; /* ▼ */
  display: block;
  font-size: 2.5em;
  line-height: 0;
  position: absolute;
  color: #dd5244;
  top: -1px;
  left: 1px;
  text-align: center;
  /* ↓▼を曲げる */
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 100%;
}
.campaign_inner {
  width: 90%;
  margin: 0 auto 20px auto;
  padding: 10px 2px;
  border-radius: 0 0 8px 8px;
  background-color: #dd5244;
  color: #fff;
}
.campaign_inner p {
  text-align: center;
}
#plan_detail_01 .price_campaign .campaign_title {
  padding: 10px;
  font-size: 1.5em;
  letter-spacing: 16px;
  text-align: center
}
#plan_detail_01 .campaign_inner .campaign_square {
  width: 80px;
  margin: 0 auto 10px;
  padding: 10px 20px;
  border-radius: 4px;
  background: #fff;
  color: #dd5244;
  letter-spacing: 2px;
  font-size: 1em;
}
.campaign_inner .campaign_discription span {
  font-size: 2.25em;
}

/*フォーム*/
#work .cap-work,#movie .cap-work {
  padding: 0 10px;
  margin-bottom: 10px
}
#work .tbl-work,#movie .tbl-work {
  width: 95%;
  margin: 0 auto;
}
#work .tbl-work tr,
#movie .tbl-work tr {
  border-bottom: 1px dotted #ADADAD
}
#work .tbl-work td,#movie .tbl-work td,#work .tbl-work th,#movie .tbl-work th {
  padding: 8px;
}
#work .tbl-work th{
  text-align: left;
  vertical-align: middle;
}
#work .tbl-work th .require,#movie .tbl-work th .require {
  margin-left: 3px
}
#work .tbl-work input,#movie .tbl-work input,#work .tbl-work textarea,#movie .tbl-work textarea {
  width: 100%;
  border:1px solid #ccc;
  box-sizing: border-box;
}
#work .form-submit,#movie .form-submit {
  padding: 20px;
  text-align: center
}
#work .form-submit .btn,#movie .form-submit .btn {
  width: 150px
}

/******************************************

制作実績用モーダルウインド - works.php

******************************************/
.modal &gt; label {
  cursor: pointer;
  display: inline-block;
}
.modal &gt; label .name {
  margin-bottom: 5px;
  color: #ff6600;
  text-decoration: underline;
}
.modal &gt; label img:hover {
  opacity:0.70;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.modal-overlay {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align:center;
  overflow: scroll;
}
.modal-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.modal-wrap label {
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  background: #453123;
  color: #ffffff;
  position: fixed;
  top: 10px;
  right: 10px;
}
.modal input {
  position: absolute;
  z-index: -9999;
  visibility: hidden;
}
.modal-overlay {
  opacity:0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  -moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  -ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  -o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
  z-index: -999;
}
.modal input:checked ~ .modal-overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -0-transform: scale(1);
  transform: scale(1);
  z-index: 999;
}

/**********
制作実績 タブ
**********/
/* タブメニュー */
#tab-menu-outer {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}
#tab-menu {
  list-style: none;
}
#tab-menu li {
  width: 22.5%;
  margin-right: 0.65%;
  padding: 1%;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  text-align: center;
  background: #c6c6c6;
  float: left;
}
#tab-menu li:nth-child(4n){
  margin-right: 0;
}
#tab-menu li.active {
  background: #d37171;
}
#tab-menu li.active:hover {
  background: #d37171;
}
#tab-menu li:hover {
    background: #e9b0b0;
}
/* タブの中身 */
#tab-box section {
  display: none;
}
#tab-box section.active {
  display: block;
}

/*-----------------------------------
リンクページ
https://tokyo.aroma-tsushin.com/s/link/
-----------------------------------*/
#link_bnr_page h1 span {
  margin-left: 10px;
  font-size: 12px;
}
#link_bnr_page .link_bnr_subtitle {
    padding: 8px 10px 6px 10px;
    background-color: #fcf9f4;
    border-bottom: 1px solid #D8D8D2;
    margin-bottom: 10px;
}
#link_bnr_page .link_bnr_content {
  padding: 10px;
  background-color: #fff;
}
#link_bnr_page .link_bnr_content h2 {
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(106, 86, 72, 1);
  font-size: 15px;
}
#link_bnr_page .link_bnr_content h2 a {
  color: #efb4d2;
}
#link_bnr_page .link_bnr_content h3 {
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(106, 86, 72, 1);
  font-size: 15px;
}
#link_bnr_page .link_bnr_content h3 a {
  color: #1f1f1f;
}
#link_bnr_page .link_bnr_content dl {
  width: 100%;
}
#link_bnr_page .link_bnr_content dl dt {
  padding: 10px 0;
  line-height : 1.5;
  overflow-x: auto;
}

#link_bnr_page .link_bnr_content dl dd {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #CCCCCC;
}

#link_bnr_page .link_bnr_content dl dd textarea {
  width: 100%;
  height: 120px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid rgba(106, 86, 72, 1);
  box-shadow: 0 0 2px 0 rgba(56, 36, 22, .7) inset;
}

/*-----------------------------------
プライバシーポリシーページ
https://tokyo.aroma-tsushin.com/s/privacy/
-----------------------------------*/
#privacy_page .privacy_subtitle {
    padding: 8px 10px 6px 10px;
    background-color: #fcf9f4;
    border-bottom: 1px solid #D8D8D2;
    margin-bottom: 10px;
}
#privacy_page .privacy_content {
  padding: 10px;
  background-color: #fff;
}
#privacy_page .privacy_content dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#privacy_page .privacy_content dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px dotted #dddddd;
}
#privacy_page .privacy_content dl dd ul {
  padding: 10px 0;
}
#privacy_page .privacy_content dl dd ul li {
  background-color: #fff;
  list-style-type: disc;
  list-style-position: inside;
}

/*-----------------------------------
会社概要ページ
https://tokyo.aroma-tsushin.com/s/company/
-----------------------------------*/
#company_page .company_subtitle {
    padding: 8px 10px 6px 10px;
    background-color: #fcf9f4;
    border-bottom: 1px solid #D8D8D2;
    margin-bottom: 10px;
}
#company_page .company_content {
  max-width: 350px;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
}
#company_page .company_content dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#company_page .company_content dl dd {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  border-bottom: 1px dotted #dddddd;
}
#company_page .company_content dl dd ul {
  padding: 10px 0;
}
#company_page .company_content dl dd ul li {
  background-color: #fff;
  list-style-type: disc;
  list-style-position: inside;
}


/*-----------------------------------
コンタクト
https://tokyo.aroma-tsushin.com/s/link/contact/
-----------------------------------*/
.contact_menu {
  margin-bottom: 10px;
}
.contact_menu li a {
  display: block;
  position: relative;
  padding: 16px 10px 16px 10px;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  border-color: #B04942;
  background-color: #bf5143;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE55249', endColorstr='#FFBF5143');
  background-image: -moz-linear-gradient(top, #e55249 0%,#bf5143 100%);
  background-image: -webkit-linear-gradient(top, #e55249 0%,#bf5143 100%);
  background-image: linear-gradient(to bottom, #e55249 0%,#bf5143 100%);

}
.contact_menu li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    display: block;
    font-family: FontAwesome;
    line-height: 1;
    content: "\f054";
    color: #fff;
    font-size: 12px;
    height: 1em;
    -webkit-transform: scaleX(.7);
       -moz-transform: scaleX(.7);
        -ms-transform: scaleX(.7);
         -o-transform: scaleX(.7);
            transform: scaleX(.7);
}

/* contact_form0 */
#contact_form0 .contact_subtitle {
    padding: 8px 10px 6px 10px;
    background-color: #fcf9f4;
    border-bottom: 1px solid #D8D8D2;
}

#contact_form0 .contact_content {
  max-width: 960px;
  margin: 0 auto;
  padding: 10px;
  background-color: #fff;
}


#contact_form0 .contact_content .btn_list_dl {
  display: block;
  margin: 0 auto 20px;
  padding: 20px 5px 5px 5px;
  background: -webkit-linear-gradient(#e3e3e3, #f2f2f2);
  background: -o-linear-gradient(#e3e3e3, #f2f2f2);
  background: linear-gradient(#e3e3e3, #f2f2f2);
  -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.04);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.04);
  box-shadow: inset 0px 1px 3px rgba(0,0,0,0.04);
}

#contact_form0 .contact_content .btn_list_dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px dashed #C2BAB2;
}
#contact_form0 .contact_content .btn_list_dl dd a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px 10px;
  color: #fff;
  border-radius: 3px;
  position: relative;
}
#contact_form0 .contact_content .btn_list_dl dd a.btn_red {
  border-color: #B04942;
  background-color: #bf5143;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE55249', endColorstr='#FFBF5143');
  background-image: -moz-linear-gradient(top, #e55249 0%,#bf5143 100%);
  background-image: -webkit-linear-gradient(top, #e55249 0%,#bf5143 100%);
  background-image: linear-gradient(to bottom, #e55249 0%,#bf5143 100%);
}
#contact_form0 .contact_content .btn_list_dl dd a.btn_green {
    border-color: #7A9139;
    background-color: #7d9c39;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF98B73C', endColorstr='#FF7D9C39');
    background-image: -moz-linear-gradient(top, #98b73c 0%,#7d9c39 100%);
    background-image: -webkit-linear-gradient(top, #98b73c 0%,#7d9c39 100%);
    background-image: linear-gradient(to bottom, #98b73c 0%,#7d9c39 100%);
}
#contact_form0 .contact_content .btn_list_dl dd a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    display: block;
    font-family: FontAwesome;
    line-height: 1;
    content: "\f054";
    color: #fff;
    font-size: 12px;
    height: 1em;
    -webkit-transform: scaleX(.7);
       -moz-transform: scaleX(.7);
        -ms-transform: scaleX(.7);
         -o-transform: scaleX(.7);
            transform: scaleX(.7);
}

#contact_form0 .contact_content .list_description h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #807669;
}
#contact_form0 .contact_content .list_description h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #807669;
}
#contact_form0 .contact_content .list_description dl {
    margin: 0 auto 40px auto;
    padding: 20px 5px;
    border-radius: 3px;
    border: 3px double #C2BAB2;
}
#contact_form0 .contact_content .list_description dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #342A34;
  margin-bottom: 5px;
}
#contact_form0 .contact_content .list_description dl dd {
  font-size: 12px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #D8D8D2;
}

#contact_form0 .contact_content .list_description dl dd:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#contact_form0 .contact_content aside .service_box {
  width: 100%;
  max-width: 610px;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #D8D8D2;

}
#contact_form0 .contact_content aside .service_box img {
  width: 100%;
}
#contact_form0 .contact_content aside .bg_service {
  background: url(../../images/contact/bg-camp-middle.gif) repeat-y 0 0;
  background-size: contain;
  padding: 5px 0 0 0;
  margin-top: -1px;
}
#contact_form0 .contact_content aside .bg_service a {
  width: 80%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  padding: 15px 10px;
  color: #fff;
  border-radius: 3px;
  position: relative;
  border-color: #B04942;
  background-color: #bf5143;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE55249', endColorstr='#FFBF5143');
  background-image: -moz-linear-gradient(top, #e55249 0%,#bf5143 100%);
  background-image: -webkit-linear-gradient(top, #e55249 0%,#bf5143 100%);
  background-image: linear-gradient(to bottom, #e55249 0%,#bf5143 100%);
}
#contact_form0 .contact_content aside a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
    display: block;
    font-family: FontAwesome;
    line-height: 1;
    content: "\f054";
    color: #fff;
    font-size: 12px;
    height: 1em;
    -webkit-transform: scaleX(.7);
       -moz-transform: scaleX(.7);
        -ms-transform: scaleX(.7);
         -o-transform: scaleX(.7);
            transform: scaleX(.7);
}
#contact_form0 .guide_line{
  text-align: center;
  margin-bottom: 20px;
}
/*
  contact_form1
  有料掲載に関するお問い合わせ
*/
#contact_form1 .contact_subtitle {
    padding: 8px 10px 6px 10px;
    background-color: #fcf9f4;
    border-bottom: 1px solid #D8D8D2;
}
#contact_form1 .contact_content {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #fff;
}
#contact_form1 .contact_content .contact_tel_box {
  margin: 0 auto 20px;
  width: 94%;
  max-width: 600px;
  margin: 0 auto 20px;
  border: 1px solid #563F35;
  border-radius: 4px;
  text-align: center;
}
#contact_form1 .contact_content .contact_tel_box .contact_tel {
  padding: 10px 0;
  color: #fff;
  background-color: #563F35;
}
#contact_form1 .contact_content .contact_tel_box .contact_tel_box_inner {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
#contact_form1 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a {
  display: inline-block;
  color: #fff;
  padding: 20px 10%;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: #563F35;
  line-height: 1.2;
}
#contact_form1 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a img {
  width: 1.5em;
  vertical-align: baseline;
}
#contact_form1 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a span {
  color: #e55249;
  font-size: 11px;
}
#contact_form1 .contact_content .contact_tel_box .contact_tel_box_inner ul li:last-child a {
  margin-bottom: 10px;
  border: 1px solid #563F35;
  display: inline-block;
  padding: 20px 10%;
  line-height: 1.2;
  color: #1f1f1f;
}
#contact_form1 .contact_content .contact_tel_box .contact_tel_box_inner ul li:last-child a span {
  font-size: 11px;
}

#contact_form1 .contact_content section {
  margin-bottom: 20px;
}
#contact_form1 .contact_content h2 {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #563F35;
    line-height: 1.2;
    margin-bottom: 10px;
    background: none;
    color: #000;
    height: auto;
    padding: 0;
}
#contact_form1 .contact_content h3 {
  color: #B0A25C;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #DFD2A4;
}
#contact_form1 .contact_content .form1_campaign_box {
  padding: 10px;
  box-sizing: border-box;
  background-color: #FFE8E8;
}

#contact_form1 .contact_content .section_form1_price {
  padding: 10px 5px;
}
#contact_form1 .contact_content .section_form1_price h3 {
  color: #B0A25C;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px dashed #DFD2A4;
}
#contact_form1 .contact_content .section_form1_price .basic_price {
  width: 100%;
  margin: 5px 0 10px 0;
  box-sizing: border-box;
  border: 1px solid #DFD2A4;
  border-collapse: collapse;
}
#contact_form1 .contact_content .section_form1_price .basic_price caption {
  text-align: left;
  font-size: 11px;
}
#contact_form1 .contact_content .section_form1_price .basic_price caption span {
  font-size: 15px;
  color: #B0A25C;
}
#contact_form1 .contact_content .section_form1_price .basic_price thead tr th {
  padding: 5px;
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  border: 1px solid #DFD2A4;
}
#contact_form1 .contact_content .section_form1_price .basic_price thead tr th:nth-child(even) {
  color: #f18f95;
}
#contact_form1 .contact_content .section_form1_price .basic_price thead tr th:nth-child(odd) {
  color: #7bbd76;
}
#contact_form1 .contact_content .section_form1_price .basic_price tbody tr th {
  padding: 5px;
  font-size: 12px;
  text-align: left;
  border: 1px solid #DFD2A4;
}

#contact_form1 .contact_content .section_form1_price .basic_price tbody tr td {
  padding: 5px;
  text-align: right;
  color: #DF1216;
  border: 1px solid #DFD2A4;
}
#contact_form1 .contact_content .section_form1_price .basic_price tbody tr td:nth-of-type(2) {
  background-color: #FFDCDD;
}
#contact_form1 .contact_content .section_form1_price .basic_price tbody tr td:nth-of-type(3) {
  background-color: #D9FFD6;
}

#contact_form1 .contact_content .section_form1_price .section_form1_difference h4 {
  color: #B44605;
  font-size: 15px;
  border-bottom: 1px solid #B44605;
}
#contact_form1 .contact_content .section_form1_price .section_form1_difference .plan_description {
  padding: 5px;
  margin-bottom: 20px;
  background-color: #FFF7E9;
  text-align: justify;
  text-justify: inter-ideograph;
}
#contact_form1 .contact_content .section_form1_price .section_form1_difference .plan_difference {
  margin: 0 auto;
  border: 1px solid #DFD2A4;
  border-collapse: collapse;
}


#contact_form1 .contact_content .section_form1_price .section_form1_difference .plan_difference caption {
  font-size: 16px;
  text-align: center;
}
#contact_form1 .contact_content .section_form1_price .section_form1_difference .plan_difference thead tr th {
  text-align: center;
  padding: 5px;
  font-weight: normal;
  border: 1px solid #DFD2A4;
}
#contact_form1 .contact_content .section_form1_price .section_form1_difference .plan_difference thead tr th:nth-of-type(2) {
  color: #f18f95;
}
#contact_form1 .contact_content .section_form1_price .section_form1_difference .plan_difference thead tr th:nth-of-type(3) {
  color: #7bbd76;
}

#contact_form1 .contact_content .section_form1_price .section_form1_difference .plan_difference tbody tr th {
  padding: 5px;
  text-align: left;
  font-weight: normal;
  border: 1px solid #DFD2A4;
}
#contact_form1 .contact_content .section_form1_price .section_form1_difference .plan_difference tbody tr td {
  text-align: center;
  padding: 5px;
  width: 3em;
  box-sizing: border-box;
  border: 1px solid #DFD2A4;
}
#contact_form1 .contact_content .section_form1_price .section_form1_difference .plan_difference tbody tr td:nth-of-type(1) {
  background-color: #FFDCDD;
}
#contact_form1 .contact_content .section_form1_price .section_form1_difference .plan_difference tbody tr td:nth-of-type(2) {
  background-color: #D9FFD6;
}


#contact_form1 .contact_content .section_form1_price .option_price {
  width: 100%;
  margin: 5px 0 10px 0;
  box-sizing: border-box;
  border: 1px solid #DFD2A4;
  border-collapse: collapse;
}
#contact_form1 .contact_content .section_form1_price .option_price thead tr th {
  padding: 5px;
  border: 1px solid #DFD2A4;
}
#contact_form1 .contact_content .section_form1_price .option_price tbody tr td {
  padding: 5px;
  border: 1px solid #DFD2A4;
}
#contact_form1 .contact_content .section_form1_price .option_price tbody tr td:nth-of-type(2) {
  color: #DF1216;
  font-size: 14px;
}
#contact_form1 .contact_content .section_form1_price .option_price tbody tr td:nth-of-type(3) {
}


/* 詳細ボタンのモーダル */
/*
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/


#contact_form1 .modal2 .checkbox{
  display: none;
}

/* Gray background */
#contact_form1 .modal2 .modal2-overlay{
  opacity: 0;
  transition: all 0.3s ease;
  width: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  transform: scale(1);
  display: none;
  background-color: rgba(0,0,0,0.7);
}

/* Box */
#contact_form1 .modal2 .modal2-wrap{
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
  width: 50%;
  margin: 20px auto;
  align-self: flex-start;
  border-radius: 2px;
  transition: all 0.5s ease;
}
#contact_form1 .modal2 .modal2-wrap.small{
  width: 30%;
}
#contact_form1 .modal2 .modal2-wrap.full{
  width: 100%;
  height: 100%;
}
#contact_form1 .modal2 .modal2-wrap.a-center {
  align-self: center;
}
/* Close button */
#contact_form1 .modal2 .modal2-overlay .close {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #563F35;
}

#contact_form1 .modal2 .modal2-overlay .close:hover {
  cursor: pointer;
  color: #4b5361;
}
#contact_form1 .modal2 .checkbox + label {
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #563F35;
  padding: 8px 4px;
  box-sizing: border-box;
  max-width: 3.5em;
  margin: 0 auto;
}


#contact_form1 .modal2 .o-close {
   width: 100%;
   height: 100%;
   position: fixed;
   left: 0;
   top: 0;
   z-index: -100;
 }

#contact_form1 .modal2 input:checked ~ .o-close {
  z-index: 9998;
}
#contact_form1 .modal2 input:checked ~ .modal2-overlay {
  transform: scale(1);
  opacity:1;
  z-index: 9997;
  overflow: auto;
  display: flex;
  box-sizing: border-box;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
#contact_form1 .modal2 input:checked ~ .modal2-overlay .modal2-wrap {
  transform: translateY(0);
  z-index: 9999;
}

/* Responsive Design */
/* Tablet size */
@media (max-width: 800px){
  #contact_form1 .modal2 .modal2-wrap {
    width: 80%;
  }
}

/* Phone size */
@media (max-width: 500px){
  #contact_form1 .modal2 .modal2-wrap {
    width: 94%;
  }
}




/* Fadein from display:none */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

#contact_form1 .modal2 .modal2-wrap .modal2_content {
  margin: 0 auto;
  padding: 10px;
  max-width: 470px;
  height: 80vh;
  overflow-y: auto;
  box-sizing: border-box;
}
/* contentの中身 */
#contact_form1 .modal2 .modal2-wrap .modal2_content h4 {
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
  color: #B0A25C;
}
#contact_form1 .modal2 .modal2-wrap .modal2_content ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 8px;
}
#contact_form1 .modal2 .modal2-wrap .modal2_content .flex_container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
#contact_form1 .modal2 .modal2-wrap .modal2_content .flex_container .flex_child {
  margin-bottom: 20px;
}
/* // 詳細ボタンのモーダル */







#contact_form1 .contact_content .section_form1_toll ol {
  margin: 0;
  padding: 0;
}
#contact_form1 .contact_content .section_form1_toll ol li {
  color: #DF1216;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 4px;
  border: 1px double #563F35;
  background-color: #FFFBE5;
  position: relative;
}
#contact_form1 .contact_content .section_form1_toll ol li::after {
  content: "";
  margin: 10px 0;
  display: block;
  width: 0px;
  border-top: 15px solid #dcdcdc;
  border-left: 60px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 60px solid transparent;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 60px);
}
#contact_form1 .contact_content .section_form1_toll ol li:last-child::after {
  display: none;
}

#contact_form1 .contact_content .section_form1_ng ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

#contact_form1 .contact_content .section_form1_form table {
  border-collapse: collapse;
  width: 100%;
}

#contact_form1 .contact_content .section_form1_form table tbody tr th {
  display: block;
  text-align: left;
}
#contact_form1 .contact_content .section_form1_form table tbody tr td {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCCCCC;
}
#contact_form1 .contact_content .section_form1_form table tbody tr td input[type="text"] {
  display: block;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}
#contact_form1 .contact_content .section_form1_form table tbody tr td.form5_radio {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}
#contact_form1 .contact_content .section_form1_form table tbody tr td.form5_radio label {
  display: table-cell;
  font-size: 12px;
  border: 1px solid #584337;
  background-color: #FFEDED;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 4px;
}
#contact_form1 .contact_content .section_form1_form table tbody tr td.form5_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
#contact_form1 .contact_content .section_form1_form table tbody tr td.form5_checkbox label {
  width: 49%;
  font-size: 12px;
  border: 1px solid #584337;
  background-color: #FFEDED;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 5px;
}
#contact_form1 .contact_content .section_form1_form table tbody tr td select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}
#contact_form1 .contact_content .section_form1_form table tbody tr td textarea {
  width: 100%;
  height: 150px;
  font-size: 14px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}


#contact_form1 .contact_content .covenant textarea {
  width: 100%;
  height: 250px;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #584337;
  background-color: #FFEDED;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}
#contact_form1 .contact_content .covenant .chk label {
  display: block;
  font-size: 12px;
  border: 1px solid #584337;
  background-color: #FFEDED;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
}
#contact_form1 .contact_content .covenant .frm-submit {
  padding: 8px 0;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
}

#contact_form1 .contact_content .txt-field-bottom ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}


/*
  contact_form2
  相互リンクに関するお問い合わせ
*/
#contact_form2 .contact_content {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #fff;
}
#contact_form2 .contact_subtitle {
    padding: 8px 10px 6px 10px;
    background-color: #fcf9f4;
    border-bottom: 1px solid #D8D8D2;
}
#contact_form2 .contact_content table {
  border-collapse: collapse;
  width: 100%;
}
#contact_form2 .contact_content table tbody tr th {
  display: block;
  text-align: left;
}
#contact_form2 .contact_content table tbody tr td {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCCCCC;
}
#contact_form2 .contact_content table tbody tr td input[type="text"] {
  display: block;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}
#contact_form2 .contact_content table tbody tr td select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}


#contact_form2 .contact_content table tbody tr td.form1_radio {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}
#contact_form2 .contact_content table tbody tr td.form1_radio label {
  display: table-cell;
  font-size: 12px;
  border: 1px solid #584337;
  background-color: #FFEDED;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 4px;
}
#contact_form2 .contact_content table tbody tr td textarea {
  width: 100%;
  height: 200px;
  font-size: 14px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}

#contact_form2 .contact_content .contact_tel_box {
  margin: 0 auto 20px;
  width: 94%;
  max-width: 600px;
  margin: 0 auto 20px;
  border: 1px solid #563F35;
  border-radius: 4px;
  text-align: center;
}
#contact_form2 .contact_content .contact_tel_box .contact_tel {
  padding: 10px 0;
  color: #fff;
  background-color: #563F35;
}
#contact_form2 .contact_content .contact_tel_box .contact_tel_box_inner {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
#contact_form2 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a {
  display: inline-block;
  color: #fff;
  padding: 20px 10%;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: #563F35;
  line-height: 1.2;
}
#contact_form2 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a img {
  width: 1.5em;
  vertical-align: baseline;
}
#contact_form2 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a span {
  color: #e55249;
  font-size: 11px;
}
#contact_form2 .contact_content .contact_tel_box .contact_tel_box_inner ul li:last-child a {
  margin-bottom: 10px;
  border: 1px solid #563F35;
  display: inline-block;
  padding: 20px 10%;
  line-height: 1.2;
  color: #1f1f1f;
}
#contact_form2 .contact_content .contact_tel_box .contact_tel_box_inner ul li:last-child a span {
  font-size: 11px;
}






/*
  contact_form3
  代理店に関するお問い合わせ
*/
#contact_form3 .contact_content {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #fff;
}
#contact_form3 .contact_subtitle {
    padding: 8px 10px 6px 10px;
    background-color: #fcf9f4;
    border-bottom: 1px solid #D8D8D2;
}
#contact_form3 .contact_content table {
  border-collapse: collapse;
  width: 100%;
}
#contact_form3 .contact_content table tbody tr th {
  display: block;
  text-align: left;
}
#contact_form3 .contact_content table tbody tr td {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCCCCC;
}
#contact_form3 .contact_content table tbody tr td input[type="text"] {
  display: block;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}
#contact_form3 .contact_content table tbody tr td.form1_radio {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}
#contact_form3 .contact_content table tbody tr td.form1_radio label {
  display: table-cell;
  font-size: 12px;
  border: 1px solid #584337;
  background-color: #FFEDED;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 4px;
}
#contact_form3 .contact_content table tbody tr td textarea {
  width: 100%;
  height: 200px;
  font-size: 14px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}

#contact_form3 .contact_content .contact_tel_box {
  margin: 0 auto 20px;
  width: 94%;
  max-width: 600px;
  margin: 0 auto 20px;
  border: 1px solid #563F35;
  border-radius: 4px;
  text-align: center;
}
#contact_form3 .contact_content .contact_tel_box .contact_tel {
  padding: 10px 0;
  color: #fff;
  background-color: #563F35;
}
#contact_form3 .contact_content .contact_tel_box .contact_tel_box_inner {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
#contact_form3 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a {
  display: inline-block;
  color: #fff;
  padding: 20px 10%;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: #563F35;
  line-height: 1.2;
}
#contact_form3 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a img {
  width: 1.5em;
  vertical-align: baseline;
}
#contact_form3 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a span {
  color: #e55249;
  font-size: 11px;
}
#contact_form3 .contact_content .contact_tel_box .contact_tel_box_inner ul li:last-child a {
  margin-bottom: 10px;
  border: 1px solid #563F35;
  display: inline-block;
  padding: 20px 10%;
  line-height: 1.2;
  color: #1f1f1f;
}
#contact_form3 .contact_content .contact_tel_box .contact_tel_box_inner ul li:last-child a span {
  font-size: 11px;
}




/*
  contact_form4
  代理店に関するお問い合わせ
*/
#contact_form4 .contact_content {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #fff;
}
#contact_form4 .contact_subtitle {
    padding: 8px 10px 6px 10px;
    background-color: #fcf9f4;
    border-bottom: 1px solid #D8D8D2;
}
#contact_form4 .contact_content table {
  border-collapse: collapse;
  width: 100%;
}
#contact_form4 .contact_content table tbody tr th {
  display: block;
  text-align: left;
}
#contact_form4 .contact_content table tbody tr td {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCCCCC;
}
#contact_form4 .contact_content table tbody tr td input[type="text"] {
  display: block;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}
#contact_form4 .contact_content table tbody tr td.form1_radio {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}
#contact_form4 .contact_content table tbody tr td.form1_radio label {
  display: table-cell;
  font-size: 12px;
  border: 1px solid #584337;
  background-color: #FFEDED;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 4px;
}
#contact_form4 .contact_content table tbody tr td textarea {
  width: 100%;
  height: 200px;
  font-size: 14px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}

#contact_form4 .contact_content .contact_tel_box {
  margin: 0 auto 20px;
  width: 94%;
  max-width: 600px;
  margin: 0 auto 20px;
  border: 1px solid #563F35;
  border-radius: 4px;
  text-align: center;
}
#contact_form4 .contact_content .contact_tel_box .contact_tel {
  padding: 10px 0;
  color: #fff;
  background-color: #563F35;
}
#contact_form4 .contact_content .contact_tel_box .contact_tel_box_inner {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
#contact_form4 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a {
  display: inline-block;
  color: #fff;
  padding: 20px 10%;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: #563F35;
  line-height: 1.2;
}
#contact_form4 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a img {
  width: 1.5em;
  vertical-align: baseline;
}
#contact_form4 .contact_content .contact_tel_box .contact_tel_box_inner ul li:first-child a span {
  color: #e55249;
  font-size: 11px;
}
#contact_form4 .contact_content .contact_tel_box .contact_tel_box_inner ul li:last-child a {
  margin-bottom: 10px;
  border: 1px solid #563F35;
  display: inline-block;
  padding: 20px 10%;
  line-height: 1.2;
  color: #1f1f1f;
}
#contact_form4 .contact_content .contact_tel_box .contact_tel_box_inner ul li:last-child a span {
  font-size: 11px;
}




/*
  contact_form5
  無料掲載に関するお問い合わせ
*/
#contact_form5 .contact_subtitle {
    padding: 8px 10px 6px 10px;
    background-color: #fcf9f4;
    border-bottom: 1px solid #D8D8D2;
}
#contact_form5 .contact_content {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #fff;
}
#contact_form5 .contact_content section {
  margin-bottom: 20px;
}
#contact_form5 .contact_content h2 {
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #563F35;
    line-height: 1.2;
    margin-bottom: 10px;
    background: none;
    color: #000;
    height: auto;
    padding: 0;
}
#contact_form5 .contact_content h3 {
  color: #B0A25C;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #DFD2A4;
}
#contact_form5 .contact_content .form5_description li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#contact_form5 .contact_content .section_form5_contact .contact_tel_box {
  margin: 0 auto 20px;
  width: 94%;
  max-width: 600px;
  margin: 0 auto 20px;
  border: 1px solid #563F35;
  border-radius: 4px;
  text-align: center;
}
#contact_form5 .contact_content .section_form5_contact .contact_tel_box .contact_tel {
  padding: 10px 0;
  color: #fff;
  background-color: #563F35;
}
#contact_form5 .contact_content .section_form5_contact .contact_tel_box .contact_tel_box_inner {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
#contact_form5 .contact_content .section_form5_contact .contact_tel_box .contact_tel_box_inner ul li:first-child a {
  display: inline-block;
  color: #fff;
  padding: 20px 10%;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: #563F35;
  line-height: 1.2;
}
#contact_form5 .contact_content .section_form5_contact .contact_tel_box .contact_tel_box_inner ul li:first-child a img {
  width: 1.5em;
  vertical-align: baseline;
}
#contact_form5 .contact_content .section_form5_contact .contact_tel_box .contact_tel_box_inner ul li:first-child a span {
  color: #e55249;
  font-size: 11px;
}
#contact_form5 .contact_content .section_form5_contact .contact_tel_box .contact_tel_box_inner ul li:last-child a {
  margin-bottom: 10px;
  border: 1px solid #563F35;
  display: inline-block;
  padding: 20px 10%;
  line-height: 1.2;
  color: #1f1f1f;
}
#contact_form5 .contact_content .section_form5_contact .contact_tel_box .contact_tel_box_inner ul li:last-child a span {
  font-size: 11px;
}


#contact_form5 .contact_content .section_form5_form table {
  border-collapse: collapse;
  width: 100%;
}

#contact_form5 .contact_content .section_form5_form table tbody tr th {
  display: block;
  text-align: left;
}
#contact_form5 .contact_content .section_form5_form table tbody tr td {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCCCCC;
}
#contact_form5 .contact_content .section_form5_form table tbody tr td input[type="text"] {
  display: block;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}
#contact_form5 .contact_content .section_form5_form table tbody tr td.form5_radio {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}
#contact_form5 .contact_content .section_form5_form table tbody tr td.form5_radio label {
  display: table-cell;
  font-size: 12px;
  border: 1px solid #584337;
  background-color: #FFEDED;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 4px;
}
#contact_form5 .contact_content .section_form5_form table tbody tr td.form5_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
#contact_form5 .contact_content .section_form5_form table tbody tr td.form5_checkbox label {
  width: 49%;
  font-size: 12px;
  border: 1px solid #584337;
  background-color: #FFEDED;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 5px;
}
#contact_form5 .contact_content .section_form5_form table tbody tr td select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}
#contact_form5 .contact_content .section_form5_form table tbody tr td textarea {
  width: 100%;
  height: 150px;
  font-size: 14px;
  border: 1px solid #584337;
  background-color: #FFFBE5;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
  resize: vertical;
}


#contact_form5 .contact_content .covenant textarea {
  width: 100%;
  height: 250px;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px solid #584337;
  background-color: #FFEDED;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  box-shadow: 0 0 2px 0 #9B8562 inset;
}
#contact_form5 .contact_content .covenant .chk label {
  display: block;
  font-size: 12px;
  border: 1px solid #584337;
  background-color: #FFEDED;
  padding: 8px 4px;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 10px;
}
#contact_form5 .contact_content .covenant .frm-submit {
  padding: 8px 0;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
}

#contact_form5 .contact_content .txt-field-bottom ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#contact_form5 .contact_content .form1_campaign_box {
  padding: 10px;
  box-sizing: border-box;
  background-color: #FFE8E8;
}


#contact_form5 .contact_content .section_form1_price .basic_price {
  width: 100%;
  margin: 5px 0 10px 0;
  box-sizing: border-box;
  border: 1px solid #DFD2A4;
  border-collapse: collapse;
}

#contact_form5 .contact_content .section_form1_price .section_form1_difference h4 {
  color: #B44605;
  font-size: 15px;
  border-bottom: 1px solid #B44605;
}
#contact_form5 .contact_content .section_form1_price .section_form1_difference .plan_description {
  padding: 5px;
  margin-bottom: 20px;
  background-color: #FFF7E9;
  text-align: justify;
  text-justify: inter-ideograph;
}
#contact_form5 .contact_content .section_form1_price .section_form1_difference .plan_difference {
  margin: 0 auto;
  border: 1px solid #DFD2A4;
  border-collapse: collapse;
}

#contact_form5 .contact_content .section_form1_toll ol {
  margin: 0;
  padding: 0;
}
#contact_form5 .contact_content .section_form1_toll ol li {
  color: #DF1216;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 4px;
  border: 1px double #563F35;
  background-color: #FFFBE5;
  position: relative;
}
#contact_form5 .contact_content .section_form1_toll ol li::after {
  content: "";
  margin: 10px 0;
  display: block;
  width: 0px;
  border-top: 15px solid #dcdcdc;
  border-left: 60px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 60px solid transparent;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 60px);
}
#contact_form5 .contact_content .section_form1_toll ol li:last-child::after {
  display: none;
}

#contact_form5 .contact_content .section_form1_ng ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/*------------------------------------------------
 今日のごっつええガール
------------------------------------------------*/
#gottsu_girl {
  padding: 10px 0;
  clear: both;
}
#gottsu_gallery {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#gottsu_gallery li {
  width: calc((100% - 20px) / 3);
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 2%;
}
#gottsu_gallery li:nth-child(3n) {
  margin-right: 0;
}
#gottsu_gallery .open-modal-gallery {
  display: block;
  position: relative;
  height: 100%;
}
#gottsu_gallery .open-modal-gallery &gt; img {
  width: 100%;
  height: calc(142vw / 3.1);
  object-fit: cover;
}
#gottsu_gallery .info_gottsu_gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1.4;
  padding: 4px;
  box-sizing: border-box;
  color: #b89651;
}
#gottsu_gallery .info_gottsu_gallery h3,
#gottsu_gallery .info_gottsu_gallery p { 
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#gottsu_gallery .info_gottsu_gallery .name_gottsu_gallery {
font-weight: bold;
}
#gottsu_gallery .info_gottsu_gallery .work_gottsu_gallery {
  color: #bf6161;
}
#gottsu_gallery .info_gottsu_gallery .work_gottsu_gallery span {
  margin-right: 4px;
  padding: 3px 6px;
  color: #fff;
  background: #bf6161;
  border-radius: 3px;
  font-size: 8px;
}

/***モーダル内***/
/* CSSモーダル
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/
.pure-modal .checkbox{
display: none;
}

/* Gray background */
.pure-modal .pure-modal-overlay{
opacity: 0;
transition: all 0.3s ease;
position: absolute;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: -100;
transform: scale(1);
display: none;
background-color: rgba(0,0,0,0.5);
}

/* Box */
.pure-modal .pure-modal-wrap{
  background: #fdfbfb;
  border-radius: 0.2em 0.2em 0 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  letter-spacing: 0.05em;
  height: 70vh;
  max-height: 540px;
  width: 94%;
  max-width: 355px;
  line-height: 1.6;
  margin: 0 auto;
  transition: all 0.5s ease;
  align-self: center;
}
.pure-modal .pure-modal-wrap .pure-modal-overflow-wrap {
  padding: 16px;
  width: 100%;
  height: 70vh;
  max-height: 540px;
  box-sizing: border-box;
  overflow-y: scroll;
}

.pure-modal .pure-modal-wrap .pure-modal-overflow-wrap.pd_wide {
  padding-top: 44px;
}

/* Close button */
.pure-modal .pure-modal-overlay .close{
  display: block;
  background: #6a5648;
  z-index: 1;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.1s;
}

.pure-modal .pure-modal-overlay .close:active {
  cursor: pointer;
  background-color: #4c3d32;
  transition: all 0.1s;
}
.pure-modal .pure-modal-overlay .close_float {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.pure-modal .pure-modal-overlay .close_float::before,
.pure-modal .pure-modal-overlay .close_float::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 24px;
  background: #6a5648;
}
.pure-modal .pure-modal-overlay .close_float::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.pure-modal .pure-modal-overlay .close_float::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.pure-modal .pure-modal-overlay .close_float:hover{
  cursor: pointer;
}
.pure-modal .pure-modal-overlay .tel_button {
  display: block;
  background: #6a5648;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 0 0 0.2em 0.2em;
  transition: all 0.1s;
}
.pure-modal .pure-modal-overlay .tel_button:hover{
  cursor: pointer;
  background-color: #4c3d32;
}


.pure-modal .o-close {
 width: 100%;
 height: 100%;
 position: fixed;
 left: 0;
 top: 0;
 z-index: -100;
}

.pure-modal input:checked ~ .o-close {
z-index: 9998;
}
.pure-modal input:checked ~ .pure-modal-overlay{
transform: scale(1);
opacity:1;
z-index: 9997;
/*overflow: auto;*/
display: flex;
animation-duration: 0.5s;
animation-name: fade-in;
-moz-animation-duration: 0.5s;
-moz-animation-name: fade-in;
-webkit-animation-duration: 0.5s;
-webkit-animation-name: fade-in;
}
.pure-modal input:checked ~ .pure-modal-overlay .pure-modal-wrap {
transform: translateY(0);
z-index: 9999;
}

/* Responsive Design */
/* Tablet size */
/*@media (max-width: 800px){
.pure-modal .pure-modal-wrap {
  width: 80%;
  padding: 20px;
}
}*/

/* Phone size */
/*@media (max-width: 500px){
.pure-modal .pure-modal-wrap {
  width: 90%;
}
}*/

/* Fadein from display:none */
@keyframes fade-in {
0% {
  display: none;
  opacity: 0;
}
1% {
  display: flex;
  opacity: 0;
}
100% {
  display: flex;
  opacity: 1;
}
}

@-moz-keyframes fade-in {
0% {
  display: none;
  opacity: 0;
}
1% {
  display: flex;
  opacity: 0;
}
100% {
  display: flex;
  opacity: 1;
}
}

@-webkit-keyframes fade-in {
0% {
  display: none;
  opacity: 0;
}
1% {
  display: flex;
  opacity: 0;
}
100% {
  display: flex;
  opacity: 1;
}
}

/** 装飾 **/
.pure-modal-overflow-wrap .mdl_header {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #867061;
}
.pure-modal-overflow-wrap .mdl_header .mdl_shop_name {
  font-size: 18px;
  color: #6a5648;
  line-height: 1.3;
}
.pure-modal-overflow-wrap .mdl_header .mdl_area {
  margin-right: 5px;
  font-size: 12px;
  line-height: 1.4;
  color: #6a5648;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* prof */
.pure-modal-overflow-wrap .mdl_box_prof {
  margin-bottom: 16px;
  color: #1f1f1f;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_name {
  font-size: 18px;
  line-height: 1;
  padding-top: 4px;
  margin-bottom: 4px;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_name .age {
  font-size: 14px;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_sizes {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 16px;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_sizes p {
  display: inline-block;
  padding-right: 32px;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_sizes p.pd_small {
  padding-right: 6px;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_box_work {
  display: flex;
  margin-bottom: 8px;
  border-radius: 3px;
  border: 1px solid #bf4558;
}

.pure-modal-overflow-wrap .mdl_box_prof .mdl_sizes p.pd_small {
    padding-right: 10px;
}

.pure-modal-overflow-wrap .mdl_box_prof .mdl_box_work {
  display: flex;
  margin-bottom: 8px;
  border-radius: 3px;
  border: 1px solid #bf4558;
}

.pure-modal-overflow-wrap .mdl_box_prof .mdl_box_work .work_today {
  color: #fff;
  background-color: #bf4558;
  padding: 4px 8px;
  min-width: 4.2em;
}

.pure-modal-overflow-wrap .mdl_box_prof .mdl_box_work .work_time {
  color: #bf4558;
  padding: 4px 8px;
}

.pure-modal-overflow-wrap .mdl_box_prof .mdl_skills {
  margin-bottom: 16px;

}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_skills span {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 4px;
  color: #fff;
  border-radius: 2px;
  background-color: #BCAD87;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_message {
  font-size: 13px;
  padding-top: 17px;
  /* border-top: 1px solid #6a5648; */
}
.content_box.pad10 {
  padding: 10px;
}
.content_box.pad10 .headline {
  background: none;
  color: #1f1f1f;
  background-color: #ECE5CB;
  line-height: 30px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 0 10px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift {
  position: relative;
  margin-top: 40px;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift .bt {
  position: absolute;
  top: -4px;
  right: 0;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift .bt .btn {
  font-weight: normal;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift .bt .btn {
  font-weight: normal;
  background: #fff;
  border: 1px solid #DED3B9;
  box-shadow: none;
  text-shadow: none;
  color: #6A5648;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift .bt .btn.off {
  display: none;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift .bt .btn:hover {
  cursor: pointer;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift .bt .prev::before {
  content: "&lt;";
  display: inline-block;
  margin-right: 4px;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift .bt .next::after {
  content: "&gt;";
  display: inline-block;
  margin-left: 4px;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift p {
  font-size: 16px;
  font-weight: bold;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift table {
  display: block;
  margin-top: 12px;
  background: #fff;
  border: 1px solid #aaa;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 4px;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift table tr:first-of-type td,
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift table tr:nth-child(8) td {
  border-top: none;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift table tr:nth-child(n + 8) td {
  display: none;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift table td {
  width: 180px;
  padding: 6px 16px;
  font-size: 13px;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift table td:first-of-type {
  text-align: center;
  width: 120px;
  border-left: none;
  background: #fbf4f9;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift table tr:nth-child(n + 8) td:first-of-type {
  background: #f1f9fc;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift table td.sat {
  color: #3E6AC5;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift table td.sun {
  color: #C1485C;
}

.pure-modal .pure-modal-overlay .mdl_lisks {
  margin-bottom: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pure-modal .pure-modal-overlay .mdl_lisks .links_button {
  position: relative;
  display: block;
  background: #776457;
  color: #fff;
  padding: 10px 0 10px 8px;
  margin-right: 6px;
  border-radius: 4px;
  width : 32%;
  font-size: 11px;
  text-align : left;
  transition : .2s;
  cursor : pointer;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}
.pure-modal .pure-modal-overlay .mdl_lisks .links_button:last-of-type {
  margin-right: 0;
}

.pure-modal .pure-modal-overlay .mdl_lisks .links_button::before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  z-index: 5;
  transition: .2s;
}
.pure-modal .pure-modal-overlay .mdl_lisks .links_button:nth-child(1)::before {
  background-color: #e7d63e;
}
.pure-modal .pure-modal-overlay .mdl_lisks .links_button:nth-child(2)::before {
  background-color: #98c53f;
}
.pure-modal .pure-modal-overlay .mdl_lisks .links_button:nth-child(3)::before {
  background-color: #f0599d;
}
.pure-modal .pure-modal-overlay .mdl_lisks .links_button.links_button_tel::before {
  background-color: #e7d63e;
}
.pure-modal .pure-modal-overlay .mdl_lisks .links_button.links_button_line::before {
  background-color: #98c53f;
}
.pure-modal .pure-modal-overlay .mdl_lisks .links_button.links_button_shop::before {
  background-color: #f0599d;
}
.pure-modal .pure-modal-overlay .mdl_lisks .links_button:active {
  color: #eaa33f;
}

.pure-modal .pure-modal-overlay .mdl_lisks .links_button::after {
  display: block;
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 6;
}


/* スライダー */
.pure-modal-overflow-wrap .mdl_box_thum {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.pure-modal-overflow-wrap .mdl_box_thum img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  max-height: 600px;
}
.pure-modal-overflow-wrap .swiper-container .swiper-slide {
  text-align: center;
}
.pure-modal-overflow-wrap .swiper-container .swiper-button-prev {
  width: 16px;
  height: 16px;
  border-bottom: 1px solid #945a1e;
  border-left: 1px solid #945a1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: none;
}
.pure-modal-overflow-wrap .mdl_box_thum .swiper-button-next {
  width: 16px;
  height: 16px;
  border-top: 1px solid #945a1e;
  border-right: 1px solid #945a1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: none;
}
.swiper-pagination-bullet-active {
  background: #C5495C;
}
/* // モーダル*/

#gottsu_gallery li.is-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0 10px;
  padding: 0;
}

/*ごっつええガールもっと見るボタン*/
.btn_more {
  text-align: center;
  margin-top: 20px;
}
.btn_more button {
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-background-size: 300px auto;
  -moz-background-size: 300px auto;
  -o-background-size: 300px auto;
  background-size: 300px auto;
  background-image: url('../images/sprites_2x.png');
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 300px;
  height: 57px;
  background-position: 0 0;
  background-repeat: no-repeat;
  line-height: 57px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  text-align: left;
}
/*///ごっつええガールもっと見るボタン*/

/* //-- 今日のごっつええガール */

/*------------------------------------------------
 イベント
------------------------------------------------*/
#event_notice .before {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
#event_notice .before  span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(10deg);
  font-size: 28px;
  padding: 3px 8px 0;
  border: solid 2px #fff;
  outline: solid 2px #fff;
  outline-offset: 2px;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
}
#event_notice label:hover {
  cursor: pointer;
}
#event_notice img {
  filter: brightness(0.6);
}
#event_notice .more_box .frame {
  display: inline-block;
  padding: 6px;
  background: #F6F5E4;
  border-radius: 6px;
}
#event_notice .more_box .btn {
  width: 288px;
  padding: 12px 0;
  background: linear-gradient(180deg, #FBB020 0%, #FBB020 50%, #F7A100 50%, #F7A100 100%);
  border: #DA8F05;
  color: #fff;
  font-size: 16px;
}
#event_notice .more_box .btn:hover {
  cursor: pointer;
}
#event_notice .pure-modal .pure-modal-wrap .pure-modal-overflow-wrap {
  height: 100%;
}
#event_notice .pure-modal .pure-modal-wrap .pure-modal-overflow-wrap.pd_wide {
  padding: 24px;
}
#event_notice .pure-modal b {
  position: relative;
  display: block;
  padding: 8px 0;
  background: #1952AC;
  border-radius: 30px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
#event_notice .pure-modal b:not(:first-of-type) {
  margin-top: 48px;
}
#event_notice .pure-modal p {
  margin-top: 16px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
}
#event_notice .pure-modal b + p {
  margin-top: 6px;
}
#event_notice .pure-modal p span {
  font-size: 16px;
  font-weight: bold;
  border-bottom: double 5px #FEE160;
}
#event_notice .pure-modal p.strong {
  font-size: 18px;
  font-weight: bold;
  color: #1952AC;
}



/*------------------------------------------------
 イベント(推しピイベ)
------------------------------------------------*/
/* トップ・イベントページ以外の追従バナー */
#bnr_event_sp{
  position: fixed;
  bottom: 75px;
  left: 0px;
  width: 100px;
  height: auto;
  z-index: 101;
}
#bnr_event_sp.detail{
  position: fixed;
  bottom: 134px;
  left: 0px;
  width: 100px;
  height: auto;
  z-index: 101;
}
/* -----エリアトップページ----- */
.content_box.event_top h2{
  background: linear-gradient(to right, #76019c 0%, #e46801 100%);
  /* background: linear-gradient(to right, #040722 0%, #003480 50%, #040722 100%); */
  background-size: 100%;
  text-align: center;
  color: #fff;
}
.relative{
  position: relative;
}
.relative .btn_more_event{
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 150px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  color: #7f46b0;
	background-image: linear-gradient(to right, #e46801 0%, #76019c 100%);
	border-radius: 50px;
  padding: 2px;
  transition: 0.3s;
}
.relative .btn_more_event div{
	background-color: #ffffff;
	border-radius: 50px;
	padding: 6px 0;
  font-weight: bold;
}
.btn_more_event div:after{
  position: absolute;
  right: 12px;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  color: #7f46b0;
  font-size: 7px;
  line-height: 20px;
  transition: 0.3s;
}
.relative:hover .btn_more_event{
  color: #ff6600;
}
.relative:hover .btn_more_event div:after{
  right: 6px;
  color: #ff6600;
}

/* バナー下スライダー設定 */
.swiper_top{
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -3px;
}
.swiper_top .swiper-wrapper{
  width: 100%;
  transition-timing-function: linear;
}
.swiper_top .swiper-slide{
  width: 150px;
  height: 150px;
}
.swiper_top .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid #e102ff;
}

/* バナー下スライダー設定_年末年始ver */
.relative02{
  position: relative;
  overflow: hidden;
}
.swiper_top_02{
  width: 135px;
  height: 135px;
  overflow: hidden;
  margin-top: 4px;
  position: absolute;
  bottom: 6px;
  right: 2px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.swiper_top_02 .swiper-slide{
  width: 135px;
  height: 135px;
}
.swiper_top_02 .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.btn_more_event02{
  position: absolute;
  bottom: 10px;
  left: 50px;
  width: 120px;
  font-size: 12px;
  text-align: center;
  background: #fff;
  /* color: #1E34A2; */
  color: #7f46b0;
	background-image: linear-gradient(to right, #e46801 0%, #76019c 100%);
	border-radius: 50px;
  padding: 2px;
  transition: 0.3s;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.btn_more_event02 p{
	background-color: #ffffff;
	border-radius: 50px;
	padding: 6px 0;
  font-weight: bold;
}
.btn_more_event02 p:after{
  position: absolute;
  right: 12px;
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  color: #7f46b0;
  font-size: 7px;
  line-height: 16px;
  transition: 0.3s;
}
.relative02:hover .btn_more_event02{
  color: #ff6600;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.relative02:hover .btn_more_event02 p:after{
  right: 6px;
  color: #ff6600;
}

/* 店舗一覧のアイコン設定 */
.icon_box_event {  
  display: block;
  position: relative;
  margin: 0px auto;
  padding: 3px 0;
  width: 105px;
  background: #141414;
  box-sizing: border-box;
}
.icon_ribbon {  
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 2px 0;
  z-index: 2;
  width: 20px;
  text-align: center;
  font-size: 13px;
  color: white;
  background: #fb9635;
}
.icon_ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 10px solid #fb9635;
  border-right: 10px solid #fb9635;
  border-bottom: 6px solid transparent;
}
.icon_box_event .txt_icon{
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
  color: #fff;
  font-size: 11px;
}

/* -----イベントページ----- */
/* h2設定 */
#event_recomend h2{
  background: linear-gradient(to right, #76019c 0%, #e46801 100%);
}
/* 推しピバナーのスライダー設定 */
.swiper_event{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.swiper_event .swiper-wrapper{
  width: 100%;
}
.swiper_event .swiper-slide{
  width: 300px;
}
.swiper_event .swiper-slide img{
  width: 300px;
  height: 257px;
}
.swiper_event .swiper-button-prev,
.swiper_event .swiper-button-next{
  width: 25px;
  height: 25px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  box-shadow:0 0 15px rgba(0,0,0,0.5);
}
.swiper_event .swiper-button-prev:after{
  content: "\f104";
  font-family: FontAwesome;
  color: #000;
  line-height: 25px;
  margin: 0 8px;
  font-weight: bold;
  font-size: 20px;
}
.swiper_event .swiper-button-next:after{
  content: "\f105";
  font-family: FontAwesome;
  color: #000;
  line-height: 25px;
  margin: 0 10px;
  font-weight: bold;
  font-size: 20px;
}

/* -----staff_gallery_three.php(イベントページ3人プラン)----- */
.gallery_three_box{
  text-align: center;
  margin: 0 auto;
  width: 375px;
}
.gallery_three_box:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.gallery_three_box label{
  overflow: hidden;
}
.gallery_three_box:nth-child(2n+1) label div{
  float: left;
  width: 125px;
  height: 125px;
}
.gallery_three_box:nth-child(2n) label div{
  float: right;
  width: 125px;
  height: 125px;
}
.gallery_three_box:nth-child(2n) label .gallery_three_large,
.gallery_three_box:nth-child(2n+1) label .gallery_three_large{
  width: 250px;
  height: 250px;
  position: relative;
}
.gallery_three_box label img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.gallery_three_large .shop_name{
  width: 246px;
  height: 40px;
  text-align: left;
  position: absolute;
  bottom: 2px;
  left: 2px;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 90%);
}


/* -----staff_gallery_one.php(イベントページ1人プラン)----- */
.clear .center{
  text-align: center;
}
.gallery_one_small{
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  margin-top: 3px;
}
.gallery_one_small label{
}
.gallery_one_small label .img_small{
  width: 122px;
  height: 122px;
  object-fit: cover;
  object-position: center top;
  box-sizing: border-box;
}

/* モーダル内 */
.pure-modal.event_modal .pure-modal-wrap{
  background: #fff;
}
.pure-modal-overflow-wrap .mdl_header,
.mdl_message{
  text-align: left;
}
.btn_box{
  display: block;
  width: 100%;
  text-align: center;
  clear:both;
}
.pure-modal-overflow-wrap .mdl_box_prof .mdl_shift p{
  text-align: left;
}
.pure-modal.event_modal .pure-modal-overlay .close_float{
  display: block;
  background: linear-gradient(to right, #e46801 0%, #76019c 100%);
  z-index: 1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.3s ease;
  top: unset;
  right: 0;
  position: absolute;
}
.pure-modal.event_modal .pure-modal-overlay .close_float::before, 
.pure-modal.event_modal .pure-modal-overlay .close_float::after{
  background: #fff;
}
.pure-modal.event_modal .pure-modal-overlay .tel_button,
.pure-modal.event_modal .pure-modal-overlay .btn_shop{
  display: inline-block;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  margin: 5px;
  position: relative;
}
.pure-modal.event_modal .pure-modal-overlay .tel_button{
  background: #7f46b0;
  border: 1px solid #7f46b0;
}
.pure-modal.event_modal .pure-modal-overlay .btn_shop{
  background: #7f46b0;
  border: 1px solid #7f46b0;
}
.pure-modal.event_modal .pure-modal-overlay .btn_shop:after{
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: bold;
  font-size: 20px;
  right: 10px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.pure-modal.event_modal .pure-modal-overlay .tel_button:hover,
.pure-modal.event_modal .pure-modal-overlay .btn_shop:hover{
  background: #fff;
}
.pure-modal.event_modal .pure-modal-overlay .tel_button:hover{
  color: #7f46b0;
}
.pure-modal.event_modal .pure-modal-overlay .btn_shop:hover{
  color: #7f46b0;
}

.pure-modal.event_modal .pure-modal-overlay .tel_button:hover:after,
.pure-modal.event_modal .pure-modal-overlay .btn_shop:hover:after{
  right: 5px;
}


/* --------店舗詳細ページ-------- */
.section_event{
  padding: 80px 10px;
  background: url(../images/event_bg_top_s2.png) no-repeat,
              url(../images/event_bg_bottom.png) no-repeat,
              url(../images/event_bg_star.png) center top repeat,
              linear-gradient(0deg, #f8a081 0%, #00031b 35%);
  background-size: 100px 100px, 100% auto, 100% auto, 100%;
  background-position: right top, bottom, top, top;
  text-align: center;
}
/*イベントタイトル（リボン）*/
.title_event {
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;
  margin-bottom: 20px;
  background: #D61B42;
  color: #FFF;
  box-sizing: border-box;
}

.title_event h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
  line-height: 42px;
  font-weight: bold;
  font-size: 18px;
}

.title_event:before, .title_event:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.title_event:before {
  /*左の山形*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #230b21;
  border-style: solid;
}

.title_event:after {
  /*右の山形*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #230b21 transparent transparent;
  border-style: solid;
}

/*イベントタイトル（ストライプ）*/
.title_event2 {
  margin-bottom: 20px;
}
.title_event2 h3 {
  position: relative;
  padding: 0.8rem;
  border: 1px solid #141414;
  background-image:
      linear-gradient(#ff6b38 0 100%),
      repeating-linear-gradient(135deg, #141414 0 5px, #ff6b38 5px 10px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 10px) calc(100% - 10px), 100%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

/* 3人プラン */
.shop_box_three{
  width: 330px;
  height: 220px;
  margin: 0 auto 10px;
}
.shop_box_three .img_large{
  width: 220px;
  height: 220px;
  float: left;
  margin-bottom: 10px;
}
.shop_box_three .img_small{
  width: 110px;
  height: 110px;
  float: left;
}
.shop_box_three .img_large img,
.shop_box_three .img_small img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* 1人プラン */
.shop_box_one .img_large{
  width: 330px;
  height: 330px;
  margin: 0 auto 10px;
}
.shop_box_one .img_large img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}


/* 店舗テキスト */
.section_event .txt_shop{
  clear: both;
    width: 330px;
    height: 150px;
    margin: 0 auto 10px;
    display: inline-block;
    box-sizing: border-box;
    text-wrap: balance;
    padding: 20px;
    text-align: justify;
    overflow-y: auto;
    background: #fff;
    border: 2px solid;
    border-image: linear-gradient(to right, #877942, #fff2ce, #877942, #fff2ce, #877942) 2; 
}


/* バナー */
.section_event .banner{
  width: 330px;
  margin: 0 auto;
  display: inline-block;
}


/*------------------------------------------------
 パンダNEWSイベント情報
------------------------------------------------*/
#news .headline.event_info {
  margin-top: 16px;
}
#news .discount.event_info {
  background: #F4FCFF;
  margin-bottom: 16px;
}
#news .discount.event_info .txt {
  color: #1952AC;
}
/*------------------------------------------------
 イベントページ
------------------------------------------------*/
.event_recomend h2 {
  background: #1952AC;
  color: #fff;
}
.event_recomend label:hover {
  cursor: pointer;
  opacity: .8;
}
.event_recomend .pure-modal-overflow-wrap .mdl_header {
  border-bottom: 2px solid #1952AC;
}
.event_recomend .pure-modal-overflow-wrap .mdl_box_prof .mdl_name {
  margin: 0;
  padding: 3px 0 3px 5px;
  border-left: 4px solid #1952AC;
  font-size: 15px;
}
.event_recomend .pure-modal .pure-modal-overlay .btn_box {
  display: flex;
  justify-content: center;
  background: #fff;
  box-shadow: 0px -3px 6px rgba(0,0,0,.2);
  font-weight: bold;
  width: 100%;
  height: 60px;
  padding: 9px 12px;
  box-sizing: border-box;
  border-radius: 0 0 0.2em 0.2em;
  z-index: 1;
}
.event_recomend .pure-modal .pure-modal-overlay .btn_box a + a {
  margin-left: 16px;
}
.event_recomend .pure-modal .pure-modal-overlay .btn_box a {
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
}
.event_recomend .pure-modal .pure-modal-overlay .btn_box .btn_sub {
  width: 30%;
  border: 2px solid #1952AC;
  color: #1952AC;
}
.event_recomend .pure-modal .pure-modal-overlay .btn_box .btn_cv {
  width: 60%;
  border: 2px solid #1952AC;
  background: #1952AC;
  color: #fff;
}
.event_recomend .pure-modal-overflow-wrap .mdl_box_thum {
  text-align: center;
}
.event_recomend .pure-modal-overflow-wrap .mdl_box_thum img {
  object-fit: fill;
  width: 120px;
  height: 160px;
  margin: 0 auto;
}
.btn_cv img {
  vertical-align: middle;
}
.event_recomend .pure-modal-overflow-wrap .mdl_box_prof .mdl_message {
  padding-top: 10px;
}
.content_box.event_list {
  background: none;
}
#search_result.event_list h2 {
  background: #1952AC;
  color: #fff;
}
#search_result.event_list li:not(.service_type li) {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
  -moz-box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
  box-shadow: 0 1px 8px rgba(79, 72, 52, 0.75);
}
#search_result.event_list .detail {
  display: flex;
  align-items: flex-start;
}
#search_result.event_list .detail::before {
  display: none;
}
#search_result.event_list .detail .thumb {
  position: static;
  width: 45%;
  max-width: 250px;
  margin: 0 16px 0 0;
}
#search_result.event_list .detail .thumb img {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 250 / 192;
}
#search_result.event_list .detail .info {
  width: calc(100% - 45% - 16px);
  min-width: calc(100% - 250px - 16px);
}
#search_result.event_list .service_type li {
  margin-top: 2px;
}
#search_result .detail .btn_sub {
  display: inline-block;
  width: 100%;
  padding: 8px 12px;
  margin: 10px 0 0;
  border: 2px solid #1952AC;
  border-radius: 4px;
  color: #1952AC;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
}
#search_result.event_list .detail h3,
#search_result.event_list .detail p {
  float: initial;
  width: 100%;
  padding-left: 0;
}
#search_result.event_list .btn_box {
  display: block;
  text-align: center;
}
#search_result.event_list .btn_box span {
  display: block;
  margin-bottom: 4px;
  color: #e64831;
  font-weight: bold;
}
#search_result.event_list .btn_box span::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 10px;
  margin-right: 6px;
  background: #e64831;
  transform: rotate(-30deg);
}
#search_result.event_list .btn_box span::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 10px;
  margin-left: 6px;
  background: #e64831;
  transform: rotate(30deg);
}
#search_result.event_list .btn_box .btn_cv {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  border: 2px solid #1952AC;
  background: #1952AC;
  color:#fff;
  box-sizing: border-box;
}
#search_result.event_list .btn_box .btn_cv img {
  margin-right: 4px;
}
#search_result.event_list .opt {
  position: relative;
  margin: 16px 0 28px;
  padding: 12px;
  background: #ABDAEF;
}
#search_result.event_list .opt .container {
  position: relative;
  height: 80px;
  padding: 16px;
  background: #fff;
  font-size: 14px;
  overflow: hidden;
  transition: all .3s;
}
#search_result.event_list .opt p {
  font-size: 14px;
  line-height: 1.5;
}
#search_result.event_list .opt .container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
  transition: all .3s;
}
#search_result.event_list .opt .container.show:before {
  opacity: 0;
  visibility: hidden;
}
#search_result.event_list .opt span {
  position: absolute;
  top: -10px;
  left: -6px;
  padding: 5px 12px;
  background: #e64831;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  z-index: 1;
}
#search_result.event_list .opt span::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid #711016;
  border-left: 6px solid transparent;
}
#search_result.event_list .opt .more_txt {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%,0);
  padding: 6px 32px;
  background: #fff;
  border: 2px solid #ABDAEF;
  border-radius: 30px;
  color: #ABDAEF;
  font-size: 12px;
  font-weight: bold;
  transition: all .3s;
  z-index: 1;
}
/* イベント検索 */
.status.big p {
  font-size: 14px;
  padding: 0;
}
.status.big span {
  font-size: 16px;
  font-weight: bold;
}
form .flex {
  display: flex;
}
.select_box select {
	width: 100%;
	padding: 12px 15px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	color: #535353;
}
.select_box {
	position: relative;
  display: inline-block;
	width: 50%;
	background: #fff;
  box-sizing: border-box;
}
.select_box.area2 {
  border: 1px solid #6a5648;
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.select_box.area3 {
  border: 1px solid #6a5648;
  border-radius: 0 4px 4px 0;
}
.select_box::before {
	position: absolute;
	top: 17px;
	right: 15px;
	content: '';
	width: 0;
	height: 0;
	padding: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #6a5648;
	pointer-events: none;
}
.event_fixed_img {
  width: 100%;
  aspect-ratio: 468 / 60;
}

/*------------------------------------------------
 NEW店舗一覧 1万円ポッキリ/大人セラピ/団体さん壽崎設定 2025/02/17
------------------------------------------------*/
.result_shop_box{
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px 20px;
  border-top: 4px solid #E0D2B8;
  background: linear-gradient(to bottom,#F8F5ED 0%,#fff 50%);
  font-feature-settings: "palt";
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.result_shop_box h3.shop_name{
  width: 100%;
  display: block;
  border-left: 4px solid #C3BBAA;
  padding-left: 10px;
  box-sizing: border-box;
  color: #1F1F1F;
}
.result_shop_box h3 .shop_name{
  font-size: 18px;
  font-weight: bold;
}
.result_shop_box h3 .type_display{
  padding: 0;
  font-size: 12px;
}

/* 予約状況登録 */
.result_shop_box .reserve_now{
  background: #fff;
  color: #575757;
}
.result_shop_box .reserve_now .title{
  display: inline-block;
  background: #75767B;
  padding: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

/* 店舗ボックス左側 */
.result_shop_box .left_box{
  width: 160px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  vertical-align: top;
  box-sizing: border-box;
}

/* 店舗情報 */
.result_shop_box .left_box .shop_bg{
  background: #F7F4ED;
  padding: 10px;
  box-sizing: border-box;
}
.result_shop_box .left_box .shop_bg .ic_info{
  display: inline-block;
  width: 60px;
  text-align: center;
  margin: 0 3px 6px 0;
}
.result_shop_box .shop_bg ul li,
.result_shop_box .shop_bg ul li a{
  color: #79683F;
}
.result_shop_box .shop_bg ul li span{
  display: inline-block;
  background: #79683F;
  width: 16px;
  padding: 2px 0 0px 3px;
  height: 16px;
  box-sizing: border-box;
  vertical-align: sub;
  margin-right: 4px;
}
.result_shop_box .shop_bg ul li span i{
  color: #fff;
  font-size: 11px;
  vertical-align: top;
}


/* 店舗ボックス右側 */
.result_shop_box .right_box{
  width: calc(100% - 180px);
  display: inline-block;
  vertical-align: top;
}

.result_shop_box .right_box .comment{
  color: #575757;
  line-height: 1.6;
}

/* サービスアイコン */
.result_shop_box .right_box .service_type{
  display: flex;
  flex-wrap: wrap;
}
.result_shop_box .right_box .service_type li.ic_info{
  width: calc((100% - 6px) / 3);
  margin: 0 3px 3px 0;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 2px;
  background: #B93039;
}
.result_shop_box .right_box .service_type li.ic_info.off{
  background: #E5E5E5;
  color: #D0D0D0;
}
.result_shop_box .right_box .service_type li.ic_info:nth-child(3n){
  margin: 0 0px 3px 0;
}
.result_shop_box .right_box .service_type li.ic_info:last-child{
  width: 100%;
  margin: 0 0 3px 0;
}

/* パンダNEWS */
.result_shop_box .news .news_date{
  background: #F2EFDC;
  color: #614D41;
  font-size: 12px;
  padding: 4px 8px;
  display: inline-block;
}
.result_shop_box .news .title{
  font-size: 18px;
  font-weight: bold;
}
.result_shop_box .news .title .title_head{
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
  box-sizing: border-box;
  color: #614D41;
}
.result_shop_box .news .title span{
  padding: 0 3px;
  background: #E36060;
  color: #fff;
  font-size: 11px;
  margin-right: 2px;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
}
.result_shop_box .news .txt{
  width: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration-line: underline;
  color: #614D41;
}

/* パンダ特典/おすすめコース */
.result_shop_box .discount{
  width: 100%;
  background: #F7F4ED;
  padding: 10px;
  color: #79683F;
  display: flex;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.result_shop_box .discount .title{
  flex-basis: 30%;
  text-align: center;
  vertical-align: top;
  align-self: center;
  font-feature-settings: "palt";
}
.result_shop_box .discount .title .fw_b{
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
}
.result_shop_box .discount .detail{
  flex-basis: 70%;
  border-left: 1px solid #CEC2BB;
  vertical-align: top;
  padding-left: 15px;
}
.result_shop_box .discount .detail .reco_price{
  text-align: right;
}
/* パンダ特選120分コース */
.result_shop_box .discount.special{
  background: #F8EFEF;
  color: #BF6161;
}
/* 当店最安値 */
.result_shop_box .lowprice{
    width: 100%;
    display: inline-block;
    padding: 4px;
    border: 1px solid #C3C3C3;
    border-radius: 40px;
    box-sizing: border-box;
    color: #585858;
}
.result_shop_box .lowprice .title{
    background: #CB5B62;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 20px;
    padding: 9px 15px;
    display: inline-block;
}
.result_shop_box .lowprice .price{
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    vertical-align: sub;
}
.result_shop_box .lowprice .price .red{
    color: #CB5B62;
}

/* 電話するボタン */
.result_shop_box .result_btn_box{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.result_shop_box .result_btn_box .btn_tel_top{
  flex-basis: 42%;
  border: 2px solid #CECECE;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  color: #473E30;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s;
}
.result_shop_box .result_btn_box .btn_tel_top:hover{
  border-color: #9ca3fb;
  background: #f1f2ff;
}
.result_shop_box .result_btn_box .btn_tel_top i{
  color: #767FEA;
  font-size: 18px;
}

/* 詳細ページポタン */
.result_shop_box .btn_more_shop{
  flex-basis: 42%;
  border: 2px solid #CECECE;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  color: #473E30;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.result_shop_box .result_btn_box .btn_more_shop i{
  color: #767FEA;
  font-size: 18px;
}
.result_shop_box .btn_more_shop:after{
    position: absolute;
    top: 25%;
    right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #EA7676;
    transition: 0.3s;
}
.result_shop_box .btn_more_shop:hover{
    opacity: 0.8;
}
.result_shop_box .btn_more_shop:hover:after{
    right: 2px;
    color: #EA7676;
}

.result_shop_box .center{
    text-align: center;
}

/* ===============
	 #search_box
=============== */
.search_content {
  padding: 10px;
}
.search_content .search_frm {
  padding-top: 10px;
}
.search_content .search_frm .flex {
  display: flex;
  align-items: center;
}
.search_content .search_frm .flex p {
  width: 56px;
  min-width: 56px;
  font-size: 12px;
  color: #535353;
}
.search_content .search_frm select {
  width: 100%;
  padding: 12px 32px 12px 15px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  color: #535353;
  overflow: hidden !important;
}
.select_box {
  position: relative;
  width: calc(100% -  50px);
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: #fff;
}
.select_box::before {
  position: absolute;
  top: 17px;
  right: 15px;
  content: '';
  width: 0;
  height: 0;
  padding: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #b8b8b8;
  pointer-events: none;
}
.search_content .search_frm .flex + .flex {
  margin-top: 16px;
}
.search_content .area_box {
  display: flex;
  width: 100%;
  border-radius: 8px;
}
.search_content .area_box .select_box:first-of-type {
  border-right: none;
  border-radius: 4px 0 0 4px;
}
.search_content .area_box .select_box:last-of-type {
  border-radius: 0 4px 4px 0;
  border-left: 1px dashed #e4e4e4;
}
.search_content .search_frm .frm_submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.frm_submit .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  text-shadow: none;
  box-sizing: border-box;
  box-shadow: none;
}
.btn_clear {
  width: 100px;
  min-width: 100px;
  margin-right: 16px;
  padding: 12px;
  border: 1px solid #e7e7e7;
  background: #f8f8f8;
  color: #707070;
  transition: all .3s;
}
.btn_search {
  width: 100%;
  padding: 12px;
  border: 1px solid #FB8919;
  background: #FB8919;
  color: #fff;
  transition: all .3s;
}
.btn_clear:hover {
  background: #eeeeee;
}
.btn_search:hover {
  border: 1px solid #EA7F16;
  background: #EA7F16;
}
.frm_submit .input_box {
  position: relative;
  display: inline-block;
  width: 100%;
}
.frm_submit .input_box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: calc(50% - 52px);
  display: inline-block;
  background: url(../../images/icon-search.svg) no-repeat 0 0;
  width: 22px;
  height: 22px;
}
.select_box.sort {
  width: 164px;
  padding-left: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
}
.select_box.sort select {
  padding: 12px 32px 12px 10px;
}
.select_box.sort img {
  position: absolute;
  top: 14px;
  left: 10px;
}
.search_content  .status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 10px;
  background: none;
}
.search_content  .status p {
  font-size: 14px;
}
.search_content  .status p span {
  font-weight: bold;
  font-size: 16px;
}
.search_content.text form {
  display: flex;
  align-items: center;
  width: 100%;
}
input[name="shop_name"] {
  width: calc(100% - 100px);
  height: 44px;
  padding: 12px 15px 12px 15px;
  border: 1px solid #e4e4e4;
  border-radius: 8px 0 0 8px;
  border-right: none;
  box-sizing: border-box;
}
.search_content.text .frm_submit {
  margin: 0;
}
.search_content.text .btn_search {
  display: inline-block;
  width: 100px;
  height: 44px;
  text-align: right;
  border-radius: 0px 8px 8px 0;
}
.search_content.text .input_box::before {
  left: calc(50% - 42px);
}

/* ===============
セラピスト詳細ページ
=============== */
.contents_profile .inner {
  padding: 15px 10px;
}
.contents_profile .inner .profile_img {
  width: 300px;
  /* height: 450px; */
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.contents_profile .inner .profile_img img {
  width: 300px;
  aspect-ratio: auto 300 / 400;
  height: 400px;
}
.contents_profile .mdl_box_prof .mdl_name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
.contents_profile .mdl_box_prof .mdl_name .age {
  font-size: 16px;
}
.contents_profile .mdl_box_prof .mdl_sizes {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.contents_profile .mdl_box_prof .mdl_sizes p {
  display: inline-block;
  padding-right: 40px;
}
.contents_profile .mdl_box_prof .mdl_sizes p.pd_small {
  padding-right: 4px;
}
.contents_profile .mdl_box_prof .mdl_message {
  padding: 10px;
  max-height: 248px;
  overflow-y: scroll;
}
.contents_profile .mdl_box_prof .mdl_shift {
  position: relative;
  margin-top: 60px;
}
.contents_profile .mdl_box_prof .mdl_shift .bt {
  position: absolute;
  top: -40px;
  right: 0;
}
.contents_profile .mdl_box_prof .mdl_shift .bt .btn {
  font-weight: normal;
}
.contents_profile .mdl_box_prof .mdl_shift .bt .btn {
  font-weight: normal;
  background: #fff;
  border: 1px solid #945a1d;
  box-shadow: none;
  text-shadow: none;
  color: #945a1d;
  border-radius: 0px;
}
.contents_profile .mdl_box_prof .mdl_shift .bt .btn.off {
  display: none;
}
.contents_profile .mdl_box_prof .mdl_shift .bt .btn:hover {
  cursor: pointer;
}
.contents_profile .mdl_box_prof .mdl_shift .bt .fa_left i {
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  font-size: 14px;
  margin-right: 5px;
}
.contents_profile .mdl_box_prof .mdl_shift .bt .fa_right i {
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  font-size: 14px;
  margin-left: 6px;
}
.contents_profile .mdl_box_prof .mdl_shift p {
  font-size: 16px;
  font-weight: bold;
}
.contents_profile .mdl_box_prof .mdl_shift table {
  display: block;
  margin-top: 12px;
  background: #fff;
  border: 1px solid #ded3b9;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 4px;
}
.contents_profile .mdl_box_prof .mdl_shift table tr:first-of-type td,
.contents_profile .mdl_box_prof .mdl_shift table tr:nth-child(8) td {
  border-top: none;
  text-align: center;
}
.contents_profile .mdl_box_prof .mdl_shift table tr:nth-child(n + 8) td {
  display: none;
}
.contents_profile .mdl_box_prof .mdl_shift table td {
  width: 180px;
  padding: 12px;
  font-size: 13px;
  text-align: center;
  border-left: 1px solid #ded3b9;
  border-top: 1px solid #ded3b9;
}
.contents_profile .mdl_box_prof .mdl_shift table td:first-of-type {
  text-align: center;
  border-left: none;
  background: #fcebea;
}
.contents_profile .mdl_box_prof .mdl_shift table tr:nth-child(n + 8) td:first-of-type {
  background: #fdf8de;
}
.contents_profile .mdl_box_prof .mdl_shift table td.sat {
  color: #3E6AC5;
}
.contents_profile .mdl_box_prof .mdl_shift table td.sun {
  color: #C1485C;
}
.contents_profile h3.subtitle {
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 0 8px 10px;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
  color: #b89651;
}
.contents_profile .profile_caption {
  background: none;
  color: #1f1f1f;
  background-color: #ECE5CB;
  line-height: 30px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 0 10px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn_more .btn_pro_tel img {
  width: 300px;
}
.content_box.pad_10 {
  padding: 10px 0;
}
/* セラピスト画像 */
.section_cast {
  margin-bottom: 20px;
}
.section_cast .cast_box {
	margin: 0 auto 20px;
	position: relative;
	text-align: center;
}
.section_cast .cast_box img {
    width: 240px;
    aspect-ratio: auto 240 / 320;
    height: 320px;
}
.section_cast .swiper {
	width: 240px;
	margin: 0 auto;
}
.swiper-pagination{
	position: initial;
}
.pagination{
    margin-top: 10px;
}
.swiper-pagination-bullet {
	background-color: #ded3b9!important;
    opacity: 1!important;
}
.swiper-pagination-bullet-active {
	background-color: #945a1d!important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none!important;
}
/* profile内追従ボタン */
#profile_btn_area {
  position: fixed;
  display: flex;
  justify-content: center;
  bottom: 80px;
  width: 100%;
  z-index: 10;
}
.btn_profile {
  flex: auto;
  width: calc(50% - 40px);
  max-width: 100%;
  margin: 0 3px;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
  background: rgba(255,255,255,0.8);
}
.btn_profile img {
  vertical-align: middle;
  margin-bottom: 4px;
  width: 12px;
}
.btn_type_03 {
  max-width: 300px;
  padding: 12px 4px 10px;
  display: block;
  background: #945a1d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 3px 0 #6c4114, 0 6px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn_type_03:hover {
  box-shadow: 0 2px 0 #6c4114,0 4px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background: #6c4114;
}
.btn_type_04 {
  max-width: 300px;
  padding: 12px 4px 10px;
  display: block;
  background: #6a5648;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 3px 0 #564336, 0 6px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn_type_04:hover {
  box-shadow: 0 2px 0 #938564,0 4px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background: #948258;
}
.btn_type_05 {
  max-width: 300px;
  padding: 12px 4px 10px;
  display: block;
  background: #A69366;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 3px 0 #948258, 0 6px 0 rgba(0,0,0,0.2);
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
  text-shadow: 0px -1px 0px rgba(0,0,0,0.25);
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn_type_05:hover {
  box-shadow: 0 2px 0 #938564,0 4px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background: #948258;
}
/* 店舗TOPへ戻る */
.page_back {
  font-size: 13px;
  padding: 8px 0 4px 10px;
}
.page_back a {
  color: #1f1f1f;
  text-decoration: none;
  outline: none;
  -moz-transition-property: color;
  -o-transition-property: color;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s
}
.page_back a i {
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  font-size: 13px;
  margin-right: 5px;
}
.page_back a:hover {
  color: #f0599d
}
#news .btn_back {
  flex-grow: 1;
  margin: 1%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF5F4E2', endColorstr='#FFFFFFFF');
  background-image: -moz-linear-gradient(top, #f5f4e2 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f5f4e2 0%, #ffffff 100%);
  background-image: linear-gradient(top, #f5f4e2 0%, #ffffff 100%);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
#news .btn_box {
  width: 300px;
  margin: 0 auto;
}
#news .btn_back .btn {
  display: block;
  margin: 0 10px 10px;
}
#news .btn_back .btn_pro_back {
  background: #fff;
  font-size: 16px;
  text-align: center;
  padding: 7px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: none;
}
#news .btn_back a i {
  font-family: Font Awesome\ 5 Free;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}

/* 店舗ページ内「○○○の他のお店はこちら」 */
#shop_page .excerpt {
  display: flex;
}
#shop_page .excerpt:nth-child(2n){
  background: #f8f6f2;
}

#shop_page .excerpt .thumb{
  width: 105px;
  height: 81px;
  margin-right: 10px;
}
#shop_page .excerpt .right{
  width: calc(100% - 115px);
}
#shop_page .excerpt .title{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#shop_page .excerpt .station img{
  margin-right: 3px;
  vertical-align: sub;
}


/*================================================
 ポッキリ3オプション追加時のスタイル
 上部バナーslick設定
================================================*/
/* 検索下バナースライダー/コンテンツボタン2種 */
.search_sp .contents{
  background: #fff;
  padding: 0;
}

/* バナースライダー */
.slick_bnr{
  width: 100%;
}
.slick_bnr li{
  padding: 0 10px;
  width: 100%;
  height: 100%;
}
.slick_bnr li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* コンテンツボタン2種 */
.search_sp .contents .btn_contents{
  padding: 20px;
}

.search_sp .contents .btn_contents a{
  width: 100%;
  height: 70px;
  padding: 13px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  margin: 0 0 10px;
  position: relative;
  color: #4D4436;
  line-height: 1.2;
  font-feature-settings: "palt";
}

.search_sp .contents .btn_contents a:after{
  position: absolute;
  top: 50%;
  right: 10px;
  overflow: hidden;
  display: block;
  width: 17px;
  height: 18px;
  line-height: 20px !important;
  margin-top: -9px;
  padding-left: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "\f054";
  font-size: 13px;
}

.search_sp .contents .btn_contents a i{
  width: 75px;
  text-align: center;
}
.search_sp .contents .btn_contents a p{
  width: calc(100% - 75px);
  text-align: left;
}
.search_sp .contents .btn_contents a.btn_news{
  border: 1px solid #C9439B;
}
.search_sp .contents .btn_contents a.btn_news:after{
  color: #C9439B;
}
.search_sp .contents .btn_contents a.btn_news i{
 color: #C9439B; 
 font-size: 30px;
}
.search_sp .contents .btn_contents a.btn_report{
  border: 1px solid #00C17E;
}
.search_sp .contents .btn_contents a.btn_report:after{
  color: #00C17E;
}
.search_sp .contents .btn_contents a.btn_report i{
  color: #00C17E;
 font-size: 30px;
}
.search_sp .contents .btn_contents a.btn_night{
  border: 1px solid #0B226E;
}
.search_sp .contents .btn_contents a.btn_night:after{
  color: #FBD800;
}
.search_sp .contents .btn_contents a.btn_night i{
  color: #FBD800;
 font-size: 30px;
}

.search_sp .contents .btn_contents a span{
  font-size: 20px;
  font-weight: bold;
}



/*------------------------------------------------
 NEW店舗一覧 1万円ポッキリ/大人セラピ/団体さん壽崎設定 2025/02/17
------------------------------------------------*/
.result_shop_box{
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px 20px;
  border-top: 4px solid #E0D2B8;
  background: linear-gradient(to bottom,#F8F5ED 0%,#fff 50%);
  font-feature-settings: "palt";
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.result_shop_box h3.shop_name{
  width: 100%;
  display: block;
  border-left: 4px solid #C3BBAA;
  padding-left: 10px;
  box-sizing: border-box;
  color: #1F1F1F;
}
.result_shop_box h3 .shop_name{
  font-size: 18px;
  font-weight: bold;
}
.result_shop_box h3 .type_display{
  padding: 0;
  font-size: 12px;
}

/* 予約状況登録 */
.result_shop_box .reserve_now{
  background: #fff;
  color: #575757;
}
.result_shop_box .reserve_now .title{
  display: inline-block;
  background: #75767B;
  padding: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}

/* 店舗ボックス左側 */
.result_shop_box .left_box{
  width: 160px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  vertical-align: top;
  box-sizing: border-box;
}

/* 店舗情報 */
.result_shop_box .left_box .shop_bg{
  background: #F7F4ED;
  padding: 10px;
  box-sizing: border-box;
}
.result_shop_box .left_box .shop_bg .ic_info{
  display: inline-block;
  width: 60px;
  text-align: center;
  margin: 0 3px 6px 0;
}
.result_shop_box .shop_bg ul li,
.result_shop_box .shop_bg ul li a{
  color: #79683F;
}
.result_shop_box .shop_bg ul li span{
  display: inline-block;
  background: #79683F;
  width: 16px;
  padding: 2px 0 0px 3px;
  height: 16px;
  box-sizing: border-box;
  vertical-align: sub;
  margin-right: 4px;
}
.result_shop_box .shop_bg ul li span i{
  color: #fff;
  font-size: 11px;
  vertical-align: top;
}


/* 店舗ボックス右側 */
.result_shop_box .right_box{
  width: calc(100% - 180px);
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.result_shop_box .right_box .comment{
  color: #575757;
  line-height: 1.6;
}

/* サービスアイコン */
.result_shop_box .right_box .service_type{
  display: flex;
  flex-wrap: wrap;
}
.result_shop_box .right_box .service_type li.ic_info{
  width: calc((100% - 6px) / 3);
  margin: 0 3px 3px 0;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 2px;
  background: #B93039;
}
.result_shop_box .right_box .service_type li.ic_info.off{
  background: #E5E5E5;
  color: #D0D0D0;
}
.result_shop_box .right_box .service_type li.ic_info:nth-child(3n){
  margin: 0 0px 3px 0;
}
.result_shop_box .right_box .service_type li.ic_info:last-child{
  width: 100%;
  margin: 0 0 3px 0;
}

/* パンダNEWS */
.result_shop_box .news .news_date{
  background: #F2EFDC;
  color: #614D41;
  font-size: 12px;
  padding: 4px 8px;
  display: inline-block;
}
.result_shop_box .news .title{
  font-size: 18px;
  font-weight: bold;
}
.result_shop_box .news .title .title_head{
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
  box-sizing: border-box;
  color: #614D41;
}
.result_shop_box .news .title span{
  padding: 0 3px;
  background: #E36060;
  color: #fff;
  font-size: 11px;
  margin-right: 2px;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  vertical-align: middle;
}
.result_shop_box .news .txt{
  width: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration-line: underline;
  color: #614D41;
}

/* パンダ特典/おすすめコース */
.result_shop_box .discount{
  width: 100%;
  background: #F7F4ED;
  padding: 10px;
  color: #79683F;
  display: flex;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.result_shop_box .discount .title{
  flex-basis: 30%;
  text-align: center;
  vertical-align: top;
  align-self: center;
  font-feature-settings: "palt";
}
.result_shop_box .discount .title .fw_b{
  font-size: 20px;
  line-height: 1;
  margin-top: 5px;
}
.result_shop_box .discount .detail{
  flex-basis: 70%;
  border-left: 1px solid #CEC2BB;
  vertical-align: top;
  padding-left: 15px;
}
.result_shop_box .discount .detail .reco_price{
  text-align: right;
}
/* パンダ特選120分コース */
.result_shop_box .discount.special{
  background: #F8EFEF;
  color: #BF6161;
}
/* 当店最安値 */
.result_shop_box .lowprice{
    width: 100%;
    display: inline-block;
    padding: 4px;
    border: 1px solid #C3C3C3;
    border-radius: 40px;
    box-sizing: border-box;
}
.result_shop_box .lowprice .title{
    background: #CB5B62;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-radius: 20px;
    padding: 9px 15px;
    display: inline-block;
}
.result_shop_box .lowprice .price{
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    vertical-align: sub;
}
.result_shop_box .lowprice .price .red{
    color: #CB5B62;
}

/* 電話するボタン */
.result_shop_box .result_btn_box{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.result_shop_box .result_btn_box .btn_tel_top{
  flex-basis: 42%;
  border: 2px solid #CECECE;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  color: #473E30;
  font-size: 14px;
  font-weight: bold;
}
.result_shop_box .result_btn_box .btn_tel_top i{
  color: #767FEA;
  font-size: 18px;
}

/* 詳細ページポタン */
.result_shop_box .btn_more_shop{
  flex-basis: 42%;
  border: 2px solid #CECECE;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  color: #473E30;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.result_shop_box .result_btn_box .btn_more_shop i{
  color: #767FEA;
  font-size: 18px;
}
.result_shop_box .btn_more_shop:after{
    position: absolute;
    top: 25%;
    right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: #EA7676;
    transition: 0.3s;
}
.result_shop_box .btn_more_shop:hover{
    opacity: 0.8;
}
.result_shop_box .btn_more_shop:hover:after{
    right: 2px;
    color: #EA7676;
}

.result_shop_box .center{
    text-align: center;
}

/*------------------------------------------------
 NEW店舗ページ 1万円ポッキリ/大人セラピ/団体さん壽崎設定 2025/02/17
------------------------------------------------*/
.shop_page{
  padding: 20px 0;
}
.shop_page,
.shop_page a{
  color: #707070;
  font-feature-settings: "palt";
}
 .news_detail{
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}
 .news_detail .text-list{
  box-sizing: border-box;
}

/* 店舗名 */
#news.shop_page .news_detail .shop_name{
  background: unset;
  height: unset;
  line-height: unset;
  padding: 0 0 0 10px;
  margin-bottom: 20px;
  color: #1F1F1F;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #C3BBAA;
  border-bottom: none;
}
.shop_page .shop_name a{
  color: #1F1F1F;
}
.shop_page .shop_name .type_display{
  font-size: 12px;
}

/* 上部ボックス左側設定 */
.shop_page .left_box{
  width: 160px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  vertical-align: top;
  box-sizing: border-box;
}

/* 店舗サムネ */
#news .news_detail .thumb{
  width: 160px;
  height: 124px;
  display: inline-block;
}

/* 店舗情報 */
.shop_page .left_box .shop_bg{
  background: #F7F4ED;
  padding: 10px;
  box-sizing: border-box;
}
.shop_page .left_box .shop_bg .ic_info{
  display: inline-block;
  width: 60px;
  text-align: center;
  margin: 0 3px 6px 0;
}
.shop_page .left_box .shop_bg span{
    display: inline-block;
    background: #79683F;
    width: 16px;
    padding: 2px 0 0px 3px;
    height: 16px;
    box-sizing: border-box;
    vertical-align: sub;
    margin-right: 4px;
}
.shop_page .left_box .shop_bg span i{
    color: #fff;
    font-size: 11px;
    vertical-align: top;
}
.shop_bg .btn_pagelink {
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #91866B;
  border-radius: 30px;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
  color: #91866B;
}

/* 上部ボックス右側設定 */

/* 店舗サービスアイコン */
#news .news_detail .box_right {
  width: calc(100% - 180px);
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
#news .news_detail .box_right .list-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}
#news .news_detail .box_right .list-status li {
  flex-basis: calc(50% - 3px);
  margin-bottom: 5px;
  color: #fff;
  padding: 5px 2px 4px;
  height: auto;
  font-weight: bold;
}
#news .news_detail .box_right .list-status li:last-of-type{
  flex-basis: 100%;
  margin: 0;
}

/* 店舗名 */
#news .news_detail .shop_name{
  background: unset;
  height: unset;
  line-height: unset;
  padding: 20px 0 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #A59366;
  border-bottom: 1px solid #A59366;
}

/* サムネ下店舗情報01 */
#news .news_detail .shop_info_01{
  width: 100%;
  background: #F7F4ED;
  padding: 10px;
  box-sizing: border-box;
}
#news .news_detail .shop_info_01 .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
#news .news_detail .shop_info_01 .info_txt.flex{
  margin-bottom: 0;
  color: #91866B;
}
#news .news_detail .shop_info_01 .info_txt.flex p,
#news .news_detail .shop_info_01 .info_txt.flex a{
  flex-basis: 30%;
  font-size: 11px;
}
#news .news_detail .shop_info_01 .info_txt.flex .btn_pagelink {
  background: #fff;
  border: 1px solid #A5A093;
  border-radius: 30px;
  padding: 5px;
  text-align: center;
}
#news .news_detail .shop_info_01 .info_txt.flex span{
  font-weight: bold;
  color: #79683F;
}

/* 予約状況 */
#news.shop_page .box_right .reserve{
  width: 100%;
  display: block;
  box-sizing: border-box;
}
#news.shop_page .box_right .reserve .title{
  width: 100%;
  background: #575757;
  border-radius: 8px 8px 0 0;
  border: 1px solid #575757;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  color: #fff;
}
#news.shop_page .box_right .reserve .frame{
  border: 1px solid #575757;
  padding: 10px;
  border-radius: 0 0 8px 8px;
  margin-bottom: 10px;
  box-shadow: none;
}

#news.shop_page .box_right .reserve .frame .center{
  text-align: center;
}
.shop_page .box_right .reserve .flex{
  display: flex;
  align-items: center;
  justify-content: space-around;
  line-height: 1.2;
}
.shop_page .box_right .reserve .flex .vacant,
.shop_page .box_right .reserve .flex .bit,
.shop_page .box_right .reserve .flex .cancel{
  flex-basis: 15%;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.shop_page .box_right .reserve .txt{
  font-size: 16px;
  font-weight: bold;
}

/* 当店最安値 */
.shop_page .lowprice{
    width: 100%;
    display: flex;
    padding: 4px;
    border: 1px solid #C3C3C3;
    border-radius: 40px;
    box-sizing: border-box;
    align-items: center;
}
.shop_page .lowprice .title{
    background: #CB5B62;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    border-radius: 20px;
    padding: 5px;
    display: inline-block;
    margin-right: 5px;
}
.shop_page .lowprice .price{
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    vertical-align: sub;
}
.shop_page .lowprice .price .red{
    color: #CB5B62;
}

/* パンダ特典/おすすめコース */
#news.shop_page .discount{
    width: 100%;
    background: #F7F4ED;
    padding: 10px;
    color: #79683F;
    box-sizing: border-box;
}
.shop_page .flex{
    display: flex;
    margin-bottom: 10px;
}
.shop_page .discount .title{
    flex-basis: 40%;
    text-align: center;
    vertical-align: top;
    align-self: center;
}
.shop_page .discount .title .fw_b{
    font-size: 20px;
}
.shop_page .discount .detail_box{
    flex-basis: 60%;
    border-left: 1px solid #CEC2BB;
    padding: 5px 0px 5px 20px;
    vertical-align: top;
}
.shop_page .discount .detail_box .reco_price{
    text-align: right;
}
.shop_page .discount .reco_detail{
    padding: 10px;
}

/* 1万円ポッキリなど */
.special_opt{
  width: 100%;
}
/* 店舗一覧からのリンク用 */
.special_opt #opt_10000pokkiri,
.special_opt #opt_ladybox,
.special_opt #opt_groupbox{
  padding-top: 50px;
  margin-top: -50px;
}
.special_opt .opt_box{
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.special_opt .opt_box .opt_left{
  flex-basis: 80px;
  margin-right: 20px;
  text-align: center;
}
.special_opt .opt_box .opt_left p{
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
}
.special_opt .opt_box .opt_right{
  flex-basis: calc(100% - 100px);
  line-height: 1.6;
}
.special_opt .opt_box.opt_10000{
  background: #F5E9F1;
  color: #B22B88;
}
.special_opt .opt_box.opt_lady{
  background: #EAE2F2;
  color: #743FB2;
}
.special_opt .opt_box.opt_group{
  background: #EAF1F4;
  color: #1F607E;
}
.special_opt .opt_box.opt_pandanews{
  background: #EBCFCF;
  color: #BE3232;
}


/* パンダNEWS */
.news_box .date{
    background: #DED2B9;
    padding: 5px;
    display: inline-block;
}
.news_box h2.title{
  background: none;
  color: #614D41;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  height: unset;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* ここまで↑ */</pre></body></html>