@charset "UTF-8";
/********************************************************************/
/* reset */
/********************************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 10px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
strong,
th {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #FFF;
  color: #333333;
  text-decoration: none;
}

mark {
  background-color: #FFF;
  color: #333333;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

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

img {
  vertical-align: top;
}

input,
select {
  vertical-align: middle;
}

button {
  border: none;
  cursor: pointer;
}

header::after, footer::after, nav::after, section::after, article::after, article::after, aside::after, main::after, div::after, dl::after, ul::after, ol::after, li::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", 　 "Hiragino Kaku Gothic ProN", sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

/*********************************/
/* 自社掲載申し込みフォーム */
/* http://esjp.jp/publish */
/*********************************/
#publish_form {
  /* textform */
  /* textarea */
  /* select */
  /* radio */
  /* checkbox */
  /* submit */
}

#publish_form header {
  width: 1020px;
  margin: 0 auto;
}

#publish_form #section_publish {
  margin: 0 auto;
  width: 1020px;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background: transparent url("../../images/bg_mega.png") left top repeat;
}

#publish_form h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #006DA3;
  box-sizing: border-box;
}

#publish_form h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 2px 0 0 24px;
  box-sizing: border-box;
  position: relative;
}

#publish_form h2::after {
  content: "";
  border-left: 5px solid #006DA3;
  position: absolute;
  height: 70%;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

#publish_form h3 {
  height: 30px;
  padding-left: 5px;
  border: 1px solid #bbb;
  border-left: 5px double #222;
  background-color: #fffff7;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  box-shadow: 1px 1px 3px #ccc;
  outline: 1px solid #ddd;
  font-weight: bold;
  text-align: left;
}

#publish_form .contact_top {
  padding: 40px 20px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
}

#publish_form #form_wrapper {
  width: 100%;
  padding: 20px;
  margin-bottom: 80px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  border: 2px solid #333;
  box-sizing: border-box;
}

#publish_form #form_wrapper #first_dl {
  width: 800px;
  margin: 0 auto 60px;
  text-align: left;
}

#publish_form #form_wrapper #first_dl dt {
  padding-left: 2px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
}

#publish_form #form_wrapper #first_dl dd {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

#publish_form #form_wrapper #first_dl dd a {
  color: #bc1339;
}

#publish_form .table_m {
  width: 100%;
  margin-bottom: 40px;
}

#publish_form .table_m tr {
  padding: 10px;
  border-bottom: none;
}

#publish_form .table_m tr:last-child th,
#publish_form .table_m tr:last-child td {
  border-bottom: none;
}

#publish_form .table_m th {
  width: 250px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
  padding: 20px;
  text-align: left;
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: #017BB8;
}

#publish_form .table_m td {
  color: #333;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: #fff;
}

#publish_form .table_n {
  width: 100%;
}

#publish_form .table_n tr {
  padding: 10px;
  text-align: left;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

#publish_form .table_n td {
  color: #333;
  padding: 10px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: #fff;
}

#publish_form #warning_dl {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: left;
}

#publish_form #warning_dl dt {
  font-weight: bold;
}

#publish_form #warning_dl dd {
  text-indent: 1em;
  padding-left: -1em;
}

#publish_form #warning_dl dd:last-child {
  margin-bottom: 20px;
}

#publish_form .table_form {
  width: 94%;
  margin: 0 auto 20px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

#publish_form .table_form tr {
  padding: 10px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
}

#publish_form .table_form tr:last-child {
  border-bottom: none;
}

#publish_form .table_form th {
  width: 32%;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
  padding: 20px;
  text-align: left;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  background: #017BB8 url(../../images/bg_mega.png) repeat;
}

#publish_form .table_form td {
  color: #fff;
  padding: 20px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  background: #006599 url(../../images/bg_mega.png) repeat;
}

#publish_form .table_form + p {
  text-align: left;
  margin: 0 auto 20px;
  width: 670px;
}

#publish_form .finish_message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  background-color: #f52932;
  width: 94%;
  margin: 0 auto 20px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

#publish_form label {
  cursor: pointer;
}

#publish_form input[type="text"] {
  width: 100%;
  padding: 8px 8px;
  border-radius: 4px;
  letter-spacing: .5px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#publish_form input[type="text"]:active, #publish_form input[type="text"]:focus {
  border: 1px solid #e6de0d;
  outline: none;
}

#publish_form textarea {
  width: 100%;
  padding: 12px 8px;
  border-radius: 4px;
  line-height: 1.7;
  letter-spacing: 1px;
  border: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#publish_form textarea:active, #publish_form textarea:focus {
  border: 1px solid #e6de0d;
  outline: none;
}

#publish_form select {
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

#publish_form input[type="radio"] {
  display: none;
  border: 0;
  margin: 0;
}

#publish_form .radio_input {
  display: block;
  position: relative;
  padding-left: 24px;
}

#publish_form .radio_input label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}

#publish_form .radio_input label:before,
#publish_form .radio_input label:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  transition: transform .2s ease;
}

#publish_form .radio_input label:before {
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
}

#publish_form .radio_input label:after {
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  transform: scale(0);
}

#publish_form .radio_input input[type="radio"]:checked + label:after {
  background-color: #e6de0d;
  transform: scale(1);
}

#publish_form input[type="checkbox"] {
  margin: 0;
  display: none;
}

#publish_form .check_input {
  display: block;
  position: relative;
  padding-left: 24px;
}

#publish_form .check_input label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

#publish_form .check_input label:before,
#publish_form .check_input label:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: transform .2s ease;
}

#publish_form .check_input label:before {
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
}

#publish_form .check_input label:after {
  top: 8px;
  left: 5px;
  width: 6px;
  height: 11px;
  margin-top: -5.5px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 1.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-bottom-color,border-right-color .2s ease;
}

#publish_form .check_input input[type="checkbox"]:checked + label:after {
  border-color: #e6de0d;
}

#publish_form .form_footer {
  padding: 40px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #e6de0d;
  background: #006599 url(../../images/bg_mega.png) repeat;
}

#publish_form .form_footer .check_input {
  display: inline-block;
  margin-bottom: 10px;
}

#publish_form input[type="submit"],
#publish_form button[type="submit"] {
  background-color: #006599;
  padding: 20px 40px;
  border: 2px solid #fff;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#publish_form input[type="submit"]:hover,
#publish_form button[type="submit"]:hover {
  background-color: #fff;
  border-color: #006DA3;
  color: #006DA3;
  box-shadow: none;
}

/*********************************/
/* 自社掲載申し込みフォーム */
/* http://esjp.jp/publish/rule */
/*********************************/
#publish_rule header {
  width: 1020px;
  margin: 0 auto;
}

#publish_rule #section_publish {
  margin: 0 auto;
  width: 1020px;
  text-align: left;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background: transparent url("../../images/bg_mega.png") left top repeat;
}

#publish_rule #section_publish h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #006DA3;
  box-sizing: border-box;
}

#publish_rule #section_publish h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 2px 0 0 24px;
  box-sizing: border-box;
  position: relative;
}

#publish_rule #section_publish h2::after {
  content: "";
  border-left: 5px solid #006DA3;
  position: absolute;
  height: 70%;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

#publish_rule #section_publish h3 {
  height: 30px;
  padding-left: 5px;
  border: 1px solid #bbb;
  border-left: 5px double #222;
  background-color: #fffff7;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  box-shadow: 1px 1px 3px #ccc;
  outline: 1px solid #ddd;
  font-weight: bold;
  text-align: left;
}

#publish_rule #section_publish .rule_inner {
  padding: 20px 65px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 2px solid #333;
  box-sizing: border-box;
  margin-bottom: 80px;
}

#publish_rule #section_publish dt {
  padding-left: 2px;
  border-left: 2px solid #bc1339;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
  color: #bc1339;
}

#publish_rule #section_publish dd {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

/*********************************/
/* リンク・バナー置き場 */
/* http://esjp.jp/publish/banner */
/*********************************/
#publish_banner header {
  width: 1020px;
  margin: 0 auto;
}

#publish_banner #section_publish {
  margin: 0 auto;
  width: 1020px;
  text-align: left;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background: transparent url("../../images/bg_mega.png") left top repeat;
}

#publish_banner #section_publish h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #006DA3;
  box-sizing: border-box;
}

#publish_banner #section_publish .banner_inner {
  padding: 20px 65px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 2px solid #333;
  box-sizing: border-box;
  margin-bottom: 80px;
}

#publish_banner #section_publish dt {
  padding-left: 2px;
  border-left: 2px solid #bc1339;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: bold;
  text-align: left;
  color: #bc1339;
}

#publish_banner #section_publish dd {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

#publish_banner #section_publish dd textarea {
  width: 100%;
  height: 50px;
  padding: 5px 10px;
}

/*********************************/
/* 404err */
/*********************************/
#err_404 {
  position: relative;
  height: 1064px;
  width: 100%;
  min-width: 1200px;
  max-width: 1903px;
  margin: 0 auto;
  background-color: #fff;
  background: url("../../images/bg_404.jpg") center top no-repeat;
}

#err_404 #wrapper_404 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}

#err_404 #wrapper_404 > div {
  padding: 80px 0 0 0;
  width: 375px;
  margin: 0 auto;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}

#err_404 #wrapper_404 > div h2 {
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  text-shadow: 3px 3px 1px #000;
  font-weight: bold;
}

#err_404 #wrapper_404 > div p {
  font-size: 18px;
  margin-bottom: 80px;
}

#err_404 #wrapper_404 > div img {
  width: 100%;
}

#err_404 #wrapper_404 > div h2 > span {
  font-size: 80px;
}

#err_404 #wrapper_404 > div ul li {
  list-style-type: none;
  margin-bottom: 40px;
}

#err_404 #wrapper_404 > div ul li a {
  font-size: 36px;
  color: #fff;
  text-decoration: none;
  border-bottom: 5px solid #E32D2D;
  padding: 0 0 4px 0;
  text-shadow: 0px 0px 10px #000, 0px 0px 10px #000, 0px 0px 15px #000, 0px 0px 20px #000;
}

#err_404 #wrapper_404 > div ul li a:hover {
  color: #FCFF00;
}

/********************************************************************/
/* parts */
/********************************************************************/
/*********************************/
/* ボックス */
/*********************************/
/*********************************/
/* 見出し */
/*********************************/
/*********************************/
/* テキスト */
/*********************************/
.text_jus {
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
}

.text_ellipsis_line1 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text_ellipsis28 {
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text_ellipsis34 {
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text_ellipsis36 {
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text_ellipsis38 {
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text_ellipsis40 {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text_ellipsis54 {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.text_ellipsis54 p {
  height: 54px;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_bold {
  font-weight: bold;
}

/* 色 */
.atten_01 {
  color: #D43359;
}

.atten_01 a {
  color: #D43359;
}

.atten_02 {
  color: #3172C3;
}

.atten_02 a {
  color: #3172C3;
}

.text_white {
  color: #fff;
}

.text_pink {
  color: #E50770;
}

.text_red {
  color: #F3090B;
}

.text_right_yellow {
  color: #e6de0d;
}

.text_yellow {
  color: #EEAF03;
}

.text_green {
  color: #6FBE0D;
}

.text_blue_green {
  color: #0FAF67;
}

.text_blue {
  color: #006DA3;
}

.text_skyblue {
  color: #2A9FDA;
}

.text_paleblue {
  color: #b2fffc;
}

.text_gray {
  color: #bdbdbd;
}

.text_purple {
  color: #8841A7;
}

.text_black {
  color: #000;
}

/* サイズ */
.fs_9 {
  font-size: 9px;
}

.fs_10 {
  font-size: 10px;
}

.fs_11 {
  font-size: 11px;
}

.fs_12 {
  font-size: 12px;
}

.fs_13 {
  font-size: 13px;
}

.fs_14 {
  font-size: 14px;
}

.fs_15 {
  font-size: 15px;
}

.fs_16 {
  font-size: 16px;
}

.fs_18 {
  font-size: 18px;
}

.fs_20 {
  font-size: 20px;
}

.fs_22 {
  font-size: 22px;
}

.fs_24 {
  font-size: 24px;
}

.fs_26 {
  font-size: 26px;
}

.fs_28 {
  font-size: 28px;
}

.fs_30 {
  font-size: 30px;
}

.fs_32 {
  font-size: 34px;
}

.fs_36 {
  font-size: 36px;
}

.fs_38 {
  font-size: 38px;
}

.fs_60 {
  font-size: 60px;
}

.fw_b {
  font-weight: bold;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

/*********************************/
/* ボタン */
/*********************************/
.width_100 {
  width: 100%;
  max-width: 1920px;
  height: auto;
}

/*********************************/
/* アイコン */
/*********************************/
.trial-ico {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: normal;
  color: #ffffff;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FF6600), color-stop(0.01, #FF9900));
  background: -webkit-linear-gradient(top, #FF9900 1%, #FF6600 100%);
  background: -moz-linear-gradient(top, #FF9900 1%, #FF6600 100%);
  background: -o-linear-gradient(top, #FF9900 1%, #FF6600 100%);
  background: -ms-linear-gradient(top, #FF9900 1%, #FF6600 100%);
  background: linear-gradient(top, #FF9900 1%, #FF6600 100%);
  background-color/*\**/: #FF6600;
  /*	vertical-align: middle;*/
  padding-top: 1px;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  vertical-align: middle;
}

.newface-ico {
  font-size: 9px;
  font-size: 0.9rem;
  font-weight: normal;
  color: #ffffff;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FF3366), color-stop(0.01, #FF6666));
  background: -webkit-linear-gradient(top, #FF6666 1%, #FF3366 100%);
  background: -moz-linear-gradient(top, #FF6666 1%, #FF3366 100%);
  background: -o-linear-gradient(top, #FF6666 1%, #FF3366 100%);
  background: -ms-linear-gradient(top, #FF6666 1%, #FF3366 100%);
  background: linear-gradient(top, #FF6666 1%, #FF3366 100%);
  background-color/*\**/: #FF3366;
  /*	vertical-align: middle;*/
  padding-top: 1px;
  padding-right: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  vertical-align: middle;
}

.opacity-ico {
  font-size: 8px;
  font-weight: normal;
  padding-top: 1px;
  padding-bottom: 1px;
}

/*********************************/
/* フォーム */
/*********************************/
/*********************************/
/* その他 */
/*********************************/
/* マージン */
.mb_2 {
  margin-bottom: 2px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

/*********************************/
/* リストアイコン */
/*********************************/
.icon_circle::after {
  position: absolute;
  top: 5px;
  left: 3px;
  display: block;
  content: "●";
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}

/*********************************/
/* Swiperのボタン */
/*********************************/
.swiper-button-next {
  background-image: url(../../images/btn_next_therap.png);
  right: 5px;
  left: auto;
}

.swiper-button-prev {
  background-image: url(../../images/btn_prev_therap.png);
  left: 5px;
  right: auto;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 52px;
  margin-top: -26px;
  z-index: 10;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
}

/*********************************/
/* highslide STYLE */
/*********************************/
.highslide-wrapper {
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.4);
}

.titlebar .highslide-header {
  height: 38px;
  background: #333;
  padding: 4px 0;
  border-bottom: 3px solid #EEAF03;
}

.titlebar .highslide-header li.highslide-close {
  right: 4px;
}

.titlebar .highslide-header li.highslide-close a {
  color: #fff;
  padding: 4px;
  background-color: #fff;
  display: inline-block;
  border-radius: 4px;
  color: #D3A31F;
  background-color: #fff;
}

.titlebar .highslide-header li.highslide-close a:hover {
  color: #F3090B;
}

.titlebar .highslide-heading {
  text-align: left;
  padding: 5px 10px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
}

.highslide-html-content {
  padding: 0;
}

.highslide-credits {
  display: none !important;
}

/********************************************************************/
/* layout */
/********************************************************************/
body {
  text-align: center;
  color: #333333;
  word-break: break-all;
}

body > h1 {
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  background: transparent url("../../images/bg_header.png") left top repeat;
}

body > p {
  height: 20px;
  vertical-align: middle;
  line-height: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  background: transparent url("../../images/bg_header.png") left top repeat;
}

body a {
  color: #333333;
}

body a:hover {
  color: #F3090B;
}

#wrapper {
  border-left: 3px double rgba(0, 0, 0, 0.2);
  border-right: 3px double rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.2);
  width: 1120px;
  padding: 0 40px;
  margin: 0 auto;
  box-sizing: border-box;
}

main .area_text {
  padding-top: 30px;
}

main .area_text .sp_title {
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 5px solid #3172C3;
  box-sizing: border-box;
  padding: 5px 10px 5px 60px;
  position: relative;
  text-align: left;
  color: #fff;
  line-height: 1.8;
  background-color: #333333;
  border-radius: 4px 4px 0 0;
  letter-spacing: 0.05em;
}

main .area_text .sp_title::after {
  content: url("../../images/bg_title_01.png");
  display: block;
  position: absolute;
  bottom: 0;
  left: -15px;
  line-height: 0;
}

main .area_text > h2 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: left;
}

main .area_text > p {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  text-align: left;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
}

/***********************************/
/* header */
/***********************************/
header .header_area {
  position: relative;
}

header .header_area:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

header .logo {
  width: 425px;
  float: left;
  clear: both;
}

header .logo img {
  width: 100%;
}

header .area_pr {
  margin-top: 26px;
  float: right;
  font-size: 10px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 15px;
  text-align: right;
}

/***********************************/
/* グローバルメニュー */
/***********************************/
ul.menu {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  border-top: 3px solid #8B8B8B;
}

ul.menu::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid #C0C0C0;
}

ul.menu > li.menu_mega {
  float: left;
  width: calc(100% / 7);
  /* 大エリアの数で割る */
  height: 35px;
  line-height: 35px;
}

ul.menu > li.menu_mega > a {
  position: relative;
  box-sizing: border-box;
  display: block;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #DFDFDF;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 4px #fff, 0 0 4px #fff;
  background-color: #dfdedc;
  background-image: -moz-linear-gradient(90deg, #dfdedc 0%, #eeedea 100%);
  background-image: -webkit-linear-gradient(90deg, #dfdedc 0%, #eeedea 100%);
  background-image: -ms-linear-gradient(90deg, #dfdedc 0%, #eeedea 100%);
}

ul.menu > li.menu_mega > a.active {
  color: #006699;
}

ul.menu > li.menu_mega:hover > a {
  color: #006699;
}

ul.menu > li.menu_mega:first-child > a {
  border-left: none;
  border-radius: 0 0 0 20px;
}

ul.menu > li.menu_mega:last-child > a {
  border-radius: 0 0 20px 0;
  border-right: none;
}

ul.menu > li.menu_mega > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #327FA3;
  opacity: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

ul.menu > li.menu_mega:hover:not(:first-child) > a::after {
  opacity: 1;
  bottom: -2px;
}

ul.menu > li.menu_mega .menu_second {
  position: absolute;
  top: 45px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 40px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  border-radius: 20px;
  background: #000 url(../../images/bg_mega.png) repeat;
  box-shadow: 0 0 0 4px rgba(222, 222, 222, 0.1) inset;
}

ul.menu > li.menu_mega:hover .menu_second {
  top: 37px;
  visibility: visible;
  opacity: 1;
  z-index: 1000;
}

ul.menu > li.menu_mega ul.menu_second li {
  float: left;
  width: 12%;
}

ul.menu > li.menu_mega ul.menu_second li a {
  padding: 5px 0;
  display: block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

ul.menu > li.menu_mega ul.menu_second li a:hover {
  background-color: rgba(222, 222, 222, 0.1);
}

ul.menu > li.menu_mega ul.menu_second li:last-child a {
  border-right: none;
}

/*ヘッダーリンク*/
ul.header_link {
  position: absolute;
  top: -1px;
  right: 0;
}

ul.header_link:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

ul.header_link li {
  float: left;
  width: 100px;
}

ul.header_link li a {
  background-image: -moz-linear-gradient(90deg, #e22441 0%, #de8091 100%);
  background-image: -webkit-linear-gradient(90deg, #e22441 0%, #de8091 100%);
  background-image: -ms-linear-gradient(90deg, #e22441 0%, #de8091 100%);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  border-top: 3px solid #ab1a30;
  display: block;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  text-shadow: 1px 1px 1px #4B4B4B;
}

ul.header_link li a:hover {
  text-shadow: none;
  background-image: -moz-linear-gradient(90deg, #e84f69 0%, #e598a6 100%);
  background-image: -webkit-linear-gradient(90deg, #e84f69 0%, #e598a6 100%);
  background-image: -ms-linear-gradient(90deg, #e84f69 0%, #e598a6 100%);
}

ul.header_link li:nth-child(1) a {
  border-radius: 0 0 4px 4px;
  margin-right: 2px;
}

ul.header_link li:nth-child(2) a {
  border-radius: 0;
}

ul.header_link li:last-child a {
  margin-right: 0;
}

/*********************************/
/* ナビゲーション2 */
/*********************************/
nav::after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

nav ul {
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  box-shadow: 0 0 2px 1px #252525 inset;
  background: #0F0F0F url("../../images/bg_mega.png") left top repeat;
}

nav ul li {
  width: calc(100% / 6);
  float: left;
}

nav ul li a {
  padding: 10px 0 7px 0;
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  box-sizing: border-box;
  border-left: 1px solid #262626;
  border-right: 1px solid #4B4B4B;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

nav ul li:first-child a {
  border-left: none;
}

nav ul li:last-child a {
  border-right: none;
}

nav ul li a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

nav ul li.active a {
  background-color: rgba(255, 255, 255, 0.2);
}

/*********************************/
/* ぱんくず */
/*********************************/
.breadcrumb:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.breadcrumb ul li {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  max-width: 250px;
}

.breadcrumb ul li:not(:target) {
  line-height: 30px\9;
}

:root .breadcrumb ul li {
  line-height: 30px\9;
}

.breadcrumb ul li a {
  margin-right: 8px;
  color: #006699;
  text-decoration: none;
  outline: none;
}

/*********************************/
/* ページネーション */
/*********************************/
ul.pagination {
  padding: 20px;
}

ul.pagination li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}

ul.pagination li a {
  color: #fff;
  display: block;
  padding: 7px 12px;
  border: 2px solid #DDDDDD;
  background-color: #333;
  border-radius: 4px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

ul.pagination li a:hover {
  background-color: #EEAF03;
}

ul.pagination li.active span {
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-color: #EEAF03;
}

ul.pagination li.disabled {
  display: none;
}

/***********************************/
/* footer */
/***********************************/
footer {
  margin-top: 40px;
  border-top: 1px solid #ccc;
  position: relative;
}

footer .btn_top {
  position: absolute;
  right: 70px;
}

footer > div {
  padding: 20px;
  text-align: left;
}

footer > div:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

footer .logo_footer {
  display: inline-block;
  width: 130px;
  vertical-align: middle;
}

footer ul {
  display: inline-block;
  vertical-align: middle;
}

footer li {
  float: left;
  margin-left: 20px;
}

footer ul li a {
  font-size: 9px;
  color: #006699;
  background: url(../../images/img_arrow.gif) 0 3px no-repeat;
  padding-left: 8px;
}

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

footer .copyright {
  font-size: 9px;
  color: #878787;
  float: right;
}

footer .copyright a {
  color: #006699;
}

/***********************************/
/* <body id="col_1">*/
/***********************************/
#col_1 #main_container {
  width: 100%;
  padding-top: 10px;
}

#col_1 #main_container main {
  padding-right: 10px;
  padding-bottom: 40px;
  float: left;
  width: 810px;
  box-sizing: border-box;
  /***********************************/
  /* コラム一覧 /column/ */
  /***********************************/
  /***********************************/
  /* コラム /column/XX */
  /***********************************/
  /***********************************/
  /* プライバシーポリシー /privavy/ */
  /***********************************/
  /***********************************/
  /* 会社概要 /company/ */
  /***********************************/
  /***********************************/
  /* 利用規約 /rule/ */
  /***********************************/
  /***********************************/
  /* お問い合わせ /contact/xx */
  /***********************************/
}

#col_1 #main_container main .sp_title {
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 5px solid #3172C3;
  box-sizing: border-box;
  padding: 5px 10px 5px 60px;
  position: relative;
  text-align: left;
  color: #fff;
  line-height: 1.8;
  background-color: #333333;
  border-radius: 4px 4px 0 0;
  letter-spacing: 0.05em;
}

#col_1 #main_container main .sp_title::after {
  content: url("../../images/bg_title_01.png");
  display: block;
  position: absolute;
  bottom: 0;
  left: -15px;
  line-height: 0;
}

#col_1 #main_container main .text_jus {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
}

#col_1 #main_container main .text_jus::first-line {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}

#col_1 #main_container main #area_search_container {
  display: table;
  width: 100%;
}

#col_1 #main_container main #area_search_container #area_map_top {
  width: 395px;
  display: table-cell;
}

#col_1 #main_container main #area_search_container #area_map_top h2 {
  color: #fff;
  background-color: #333333;
  text-align: center;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 4px 0 0 0;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #D43359;
  box-sizing: border-box;
}

#col_1 #main_container main #area_search_container #area_map_top .area_box {
  height: 310px;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  border: 2px solid #333333;
  background-size: contain;
  position: relative;
}

#col_1 #main_container main #area_search_container #area_map_top .area_box area.map_hover {
  color: #fff;
  background-color: #fff;
}

#col_1 #main_container main #area_search_container #area_search {
  width: 395px;
  display: table-cell;
  padding-left: 10px;
}

#col_1 #main_container main #area_search_container #area_search h2 {
  color: #fff;
  background-color: #333333;
  text-align: center;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 4px 0 0 0;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #EEAF03;
}

#col_1 #main_container main #area_search_container #area_search dl {
  text-align: left;
}

#col_1 #main_container main #area_search_container #area_search dl dt {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  padding: 0 0 0 4px;
}

#col_1 #main_container main #area_search_container #area_search dl dt::before {
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 0px;
  border-top: 1px solid #333;
}

#col_1 #main_container main #area_search_container #area_search dl dd {
  padding: 0 5px;
  display: inline;
  border-left: 1px solid #DFDFDF;
  font-size: 13px;
  font-size: 1.3rem;
}

#col_1 #main_container main #area_search_container #area_search dl dt + dd {
  border-left: none;
}

#col_1 #main_container main #area_search_container #area_search dl dd a {
  color: #006699;
}

#col_1 #main_container main #area_search_container #area_search dl dd a:hover {
  color: #E50770;
}

#col_1 #main_container main #area_search_container #area_search .area_box {
  height: 310px;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  border: 2px solid #333333;
  background: transparent url("../../images/bg_mega.png") left top repeat;
}

#col_1 #main_container main #pickup_girls .swiper-container {
  clear: both;
  height: 300px;
}

#col_1 #main_container main #pickup_girls .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-color: #fff;
}

#col_1 #main_container main #pickup_girls .swiper-container .swiper-wrapper .swiper-slide .pickup_girls_detail {
  position: absolute;
  bottom: -74px;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 5px;
  color: #fff;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#col_1 #main_container main #pickup_girls .swiper-container .swiper-wrapper .swiper-slide:hover .pickup_girls_detail {
  bottom: 0;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

#col_1 #main_container main #area_topics {
  text-align: left;
  border-radius: 4px;
}

#col_1 #main_container main #area_topics h2 {
  color: #fff;
  background-color: #333333;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 4px 0 0 10px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #0FAF67;
  box-sizing: border-box;
}

#col_1 #main_container main #area_topics #update_scroll {
  height: 200px;
  overflow: auto;
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #333333;
}

#col_1 #main_container main #area_topics #update_scroll article {
  padding: 12px 12px;
  text-align: left;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

#col_1 #main_container main #area_topics #update_scroll time {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

#col_1 #main_container main #area_topics #update_scroll p {
  word-wrap: break-word;
  white-space: normal;
  font-size: 13px;
  font-size: 1.3rem;
}

#col_1 #main_container main #area_topics #update_scroll p a {
  color: #006699;
}

#col_1 #main_container main #column {
  width: 100%;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

#col_1 #main_container main #column h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 10px 0 10px 30px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #006DA3;
  box-sizing: border-box;
}

#col_1 #main_container main #column .column_inner {
  padding: 30px 40px 70px 40px;
  border-right: 30px solid #333;
  border-left: 30px solid #333;
  border-bottom: 30px solid #333;
  box-sizing: border-box;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2) inset;
  background: url(../../images/bg_wa.png) top left repeat;
}

#col_1 #main_container main #column .column_inner li a {
  position: relative;
  display: block;
  text-align: left;
  padding: 30px 0 0 25px;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px dashed #333;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_1 #main_container main #column .column_inner li a::after {
  position: absolute;
  bottom: 8px;
  left: 4px;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid #F3090B;
  border-radius: 50%;
}

#col_1 #main_container main #column .column_inner li a:hover {
  letter-spacing: 1px;
}

#col_1 #main_container main #column_detail {
  width: 100%;
  border-radius: 4px;
  border: 30px solid #333;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

#col_1 #main_container main #column_detail .column_inner {
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2) inset;
  background: url(../../images/bg_wa.png) top left repeat;
}

#col_1 #main_container main #column_detail .column_inner h1 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  border-bottom: 1px solid #333;
  text-shadow: 0 0 4px rgba(40, 40, 40, 0.1), 0 0 4px rgba(40, 40, 40, 0.1), 0 0 4px rgba(40, 40, 40, 0.1), 0 0 4px rgba(40, 40, 40, 0.1);
}

#col_1 #main_container main #column_detail .column_inner > p {
  text-align: left;
  margin-bottom: 24px;
  line-height: 2.4;
  font-size: 14px;
  font-size: 1.4rem;
}

#col_1 #main_container main #column_detail .column_inner div {
  border-radius: 8px;
  background: #f5f5f5;
}

#col_1 #main_container main #column_detail .column_inner div p {
  color: #fff;
  background: #E50770;
  text-align: center;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 24px;
  font-weight: bold;
  padding: 4px 0 0 0;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #333;
  box-sizing: border-box;
}

#col_1 #main_container main #column_detail .column_inner div p span {
  font-size: 20px;
}

#col_1 #main_container main #column_detail .column_inner div ul {
  padding: 24px 0 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2) inset;
}

#col_1 #main_container main #column_detail .column_inner div ul li {
  width: 50%;
  margin-bottom: 24px;
  float: left;
}

#col_1 #main_container main #column_detail .column_inner div ul li a {
  width: 92%;
  padding: 8px 0;
  border-bottom: 3px solid #3e3e3e;
  border-radius: 40px;
  background: #333 url(../../images/bg_mega.png) left top repeat;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

#col_1 #main_container main #column_detail .column_inner div ul li a:after {
  margin-right: 16px;
  content: "\f105";
  font-family: "FontAwesome";
  float: right;
}

#col_1 #main_container main #column_detail .column_inner div ul li a:hover {
  margin-top: 3px;
  border: none;
}

#col_1 #main_container main #column_detail .column_inner div ul li a span {
  padding-bottom: 2px;
  font-weight: bold;
}

#col_1 #main_container main #column_detail .column_inner div ul li:nth-child(1) a span {
  border-bottom: 2px solid #f7439b;
  color: #f7439b;
}

#col_1 #main_container main #column_detail .column_inner div ul li:nth-child(2) a span {
  border-bottom: 2px solid #EEAF03;
  color: #EEAF03;
}

#col_1 #main_container main #column_detail .column_inner div ul li:nth-child(3) a span {
  border-bottom: 2px solid #6FBE0D;
  color: #6FBE0D;
}

#col_1 #main_container main #column_detail .column_inner div ul li:nth-child(4) a span {
  border-bottom: 2px solid #3FAFE1;
  color: #3FAFE1;
}

#col_1 #main_container main #column_detail .column_search {
  padding: 16px 24px;
  background: #e0e0e0;
  line-height: 1.6;
}

#col_1 #main_container main #column_detail .column_search p:nth-child(1) {
  max-width: 480px;
  margin: 0 auto 8px;
  border-bottom: 2px solid #e50770;
  font-size: 15px;
  font-weight: bold;
  color: #e50770;
}

#col_1 #main_container main #column_detail .column_search p:nth-child(1):before {
  margin-right: 4px;
  content: "\f0eb";
  font-family: "FontAwesome";
}

#col_1 #main_container main #column_detail .column_search p:nth-child(2) {
  max-width: 480px;
  margin: 0 auto 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
}

#col_1 #main_container main #column_detail .column_search a {
  max-width: 480px;
  margin: 0 auto;
  padding: 8px 0;
  border-bottom: 3px solid #ab1a30;
  border-radius: 40px;
  background: #e50770;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
}

#col_1 #main_container main #column_detail .column_search a:after {
  margin-right: 16px;
  content: "\f105";
  font-family: "FontAwesome";
  float: right;
}

#col_1 #main_container main #privacy {
  width: 100%;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

#col_1 #main_container main #privacy h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #006DA3;
  box-sizing: border-box;
}

#col_1 #main_container main #privacy .privacy_inner {
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  border: 2px solid #333;
  box-sizing: border-box;
}

#col_1 #main_container main #privacy dt {
  height: 30px;
  padding-left: 5px;
  border: 1px solid #bbb;
  border-left: 5px double #222;
  background-color: #fffff7;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  box-shadow: 1px 1px 3px #ccc;
  outline: 1px solid #ddd;
  font-weight: bold;
  text-align: left;
}

#col_1 #main_container main #privacy dd {
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

#col_1 #main_container main #company {
  width: 100%;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

#col_1 #main_container main #company h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #006DA3;
  box-sizing: border-box;
}

#col_1 #main_container main #company .company_inner {
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  border: 2px solid #333;
  box-sizing: border-box;
}

#col_1 #main_container main #company table {
  width: 100%;
}

#col_1 #main_container main #company table tr {
  border-bottom: 1px dashed #DFDFDF;
}

#col_1 #main_container main #company table tr:last-child {
  border-bottom: none;
}

#col_1 #main_container main #company table th {
  text-align: left;
  padding: 20px 40px;
  vertical-align: top;
  background-color: #eee;
  border-right: 1px dashed #DFDFDF;
}

#col_1 #main_container main #company table td {
  text-align: left;
  padding: 20px 40px;
  vertical-align: middle;
}

#col_1 #main_container main #rule {
  width: 100%;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

#col_1 #main_container main #rule h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #006DA3;
  box-sizing: border-box;
}

#col_1 #main_container main #rule .rule_inner {
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  border: 2px solid #333;
  box-sizing: border-box;
  text-align: left;
}

#col_1 #main_container main #contact {
  width: 100%;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background: transparent url("../../images/bg_mega.png") left top repeat;
  /* textform */
  /* textarea */
  /* select */
  /* radio */
  /* checkbox */
  /* submit */
}

#col_1 #main_container main #contact h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #006DA3;
  box-sizing: border-box;
}

#col_1 #main_container main #contact h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 2px 0 0 24px;
  box-sizing: border-box;
  position: relative;
}

#col_1 #main_container main #contact h2::after {
  content: "";
  border-left: 5px solid #006DA3;
  position: absolute;
  height: 70%;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}

#col_1 #main_container main #contact h3 {
  height: 30px;
  padding-left: 5px;
  border: 1px solid #bbb;
  border-left: 5px double #222;
  background-color: #fffff7;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
  box-shadow: 1px 1px 3px #ccc;
  outline: 1px solid #ddd;
  font-weight: bold;
  text-align: left;
}

#col_1 #main_container main #contact .contact_top {
  padding: 40px 20px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: justify;
  /* 両端揃え */
  text-justify: inter-ideograph;
  /* 両端揃えの種類 */
}

#col_1 #main_container main #contact #contact_btn_list {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  box-sizing: border-box;
}

#col_1 #main_container main #contact #contact_btn_list li {
  width: calc(100% / 4 - .5em - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 10px 15px;
}

#col_1 #main_container main #contact #contact_btn_list li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 20px 10px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #333;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  position: relative;
}

#col_1 #main_container main #contact #contact_btn_list li a:hover {
  color: #333;
  background-color: #eee;
}

#col_1 #main_container main #contact #contact_btn_list li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 8px solid #fff;
}

#col_1 #main_container main #contact .table_form {
  width: 94%;
  margin: 0 auto 20px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

#col_1 #main_container main #contact .table_form tr {
  padding: 10px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
}

#col_1 #main_container main #contact .table_form tr:last-child {
  border-bottom: none;
}

#col_1 #main_container main #contact .table_form th {
  width: 32%;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
  padding: 20px;
  text-align: left;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  background: #017BB8 url(../../images/bg_mega.png) repeat;
}

#col_1 #main_container main #contact .table_form td {
  color: #fff;
  padding: 20px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  background: #006599 url(../../images/bg_mega.png) repeat;
}

#col_1 #main_container main #contact .table_n {
  width: 100%;
}

#col_1 #main_container main #contact .table_n tr {
  padding: 10px;
  border-bottom: none;
}

#col_1 #main_container main #contact .table_n tr:last-child th,
#col_1 #main_container main #contact .table_n tr:last-child td {
  border-bottom: none;
}

#col_1 #main_container main #contact .table_n th {
  width: 70%;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
  padding: 10px;
  text-align: left;
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: #fff;
}

#col_1 #main_container main #contact .table_n td {
  color: #333;
  padding: 10px;
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: #fff;
}

#col_1 #main_container main #contact .finish_message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #fff;
  background-color: #f52932;
  width: 94%;
  margin: 0 auto 20px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
}

#col_1 #main_container main #contact label {
  cursor: pointer;
}

#col_1 #main_container main #contact input[type="text"] {
  width: 100%;
  padding: 12px 8px;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#col_1 #main_container main #contact input[type="text"]:active, #col_1 #main_container main #contact input[type="text"]:focus {
  border: 1px solid #e6de0d;
  outline: none;
}

#col_1 #main_container main #contact textarea {
  width: 100%;
  padding: 12px 8px;
  color: #fff;
  border-radius: 4px;
  line-height: 1.7;
  letter-spacing: 1px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#col_1 #main_container main #contact textarea:active, #col_1 #main_container main #contact textarea:focus {
  border: 1px solid #e6de0d;
  outline: none;
}

#col_1 #main_container main #contact select {
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

#col_1 #main_container main #contact input[type="radio"] {
  display: none;
  border: 0;
  margin: 0;
}

#col_1 #main_container main #contact .radio_input {
  display: block;
  position: relative;
  padding-left: 24px;
}

#col_1 #main_container main #contact .radio_input label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}

#col_1 #main_container main #contact .radio_input label:before,
#col_1 #main_container main #contact .radio_input label:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  transition: transform .2s ease;
}

#col_1 #main_container main #contact .radio_input label:before {
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
}

#col_1 #main_container main #contact .radio_input label:after {
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  transform: scale(0);
}

#col_1 #main_container main #contact .radio_input input[type="radio"]:checked + label:after {
  background-color: #e6de0d;
  transform: scale(1);
}

#col_1 #main_container main #contact input[type="checkbox"] {
  margin: 0;
  display: none;
}

#col_1 #main_container main #contact .check_input {
  display: block;
  position: relative;
  padding-left: 24px;
}

#col_1 #main_container main #contact .check_input label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

#col_1 #main_container main #contact .check_input label:before,
#col_1 #main_container main #contact .check_input label:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: transform .2s ease;
}

#col_1 #main_container main #contact .check_input label:before {
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
}

#col_1 #main_container main #contact .check_input label:after {
  top: 8px;
  left: 5px;
  width: 6px;
  height: 11px;
  margin-top: -5.5px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 1.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-bottom-color,border-right-color .2s ease;
}

#col_1 #main_container main #contact .check_input input[type="checkbox"]:checked + label:after {
  border-color: #e6de0d;
}

#col_1 #main_container main #contact .form_footer {
  padding: 40px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #006599 url(../../images/bg_mega.png) repeat;
}

#col_1 #main_container main #contact .form_footer .check_input {
  display: inline-block;
  margin-bottom: 10px;
}

#col_1 #main_container main #contact input[type="submit"],
#col_1 #main_container main #contact button[type="submit"] {
  background-color: transparent;
  padding: 20px 40px;
  border: 2px solid #fff;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_1 #main_container main #contact input[type="submit"]:hover,
#col_1 #main_container main #contact button[type="submit"]:hover {
  background-color: #fff;
  border-color: #006DA3;
  color: #006DA3;
  box-shadow: none;
}

#col_1 #main_container #right {
  width: 220px;
  float: right;
  text-align: center;
}

#col_1 #main_container #right #counter_clock {
  width: 100%;
  height: 42px;
  font-weight: bold;
  color: #FFF;
  background: url(../../images/right_counter_clock.png) 50% 50% no-repeat;
}

#col_1 #main_container #right #counter_clock div:first-child {
  vertical-align: middle;
  display: table-cell;
  width: 96px;
  text-align: right;
  padding-right: 2px;
  box-sizing: border-box;
  letter-spacing: 2px;
  font-size: 12px;
  font-size: 1.2rem;
}

#col_1 #main_container #right #counter_clock div:first-child #now_year {
  line-height: 1;
  padding: 0;
  display: block;
}

#col_1 #main_container #right #counter_clock div:first-child #now_date {
  line-height: 1;
  padding: 0;
  display: block;
}

#col_1 #main_container #right #counter_clock div:last-child {
  vertical-align: middle;
  display: table-cell;
  width: 108px;
  text-align: left;
  letter-spacing: 1px;
  box-sizing: border-box;
}

#col_1 #main_container #right #counter_clock div:last-child #now_time {
  text-align: left;
  font-size: 25px;
  font-size: 2.5rem;
}

#col_1 #main_container #right #counter_box {
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: #F3F1F1;
}

#col_1 #main_container #right #counter_box ul li {
  position: relative;
  padding-left: 24px;
  display: table;
  width: 100%;
  background-color: #F3F1F1;
  text-align: left;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  height: 28px;
  line-height: 28px;
}

#col_1 #main_container #right #counter_box ul li:not(:target) {
  line-height: 56px\9;
}

:root #col_1 #main_container #right #counter_box ul li {
  line-height: 56px\9;
}

#col_1 #main_container #right #counter_box ul li .counter_num {
  position: absolute;
  top: 0;
  right: 5px;
}

#col_1 #main_container #right #update_box h2 {
  font-weight: bold;
  color: #FFF;
  background-color: #333333;
  text-align: left;
  padding-left: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  height: 28px;
  line-height: 28px;
}

#col_1 #main_container #right #update_box h2:not(:target) {
  line-height: 56px\9;
}

:root #col_1 #main_container #right #update_box h2 {
  line-height: 56px\9;
}

#col_1 #main_container #right #update_box article {
  padding: 4px;
  text-align: left;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

#col_1 #main_container #right #update_box #update_scroll {
  height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#col_1 #main_container #right #update_box time {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

#col_1 #main_container #right #column_box h2 {
  font-weight: bold;
  color: #FFF;
  background-color: #333333;
  text-align: left;
  padding-left: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  height: 28px;
  line-height: 28px;
}

#col_1 #main_container #right #column_box h2:not(:target) {
  line-height: 56px\9;
}

:root #col_1 #main_container #right #column_box h2 {
  line-height: 56px\9;
}

#col_1 #main_container #right #column_box ul {
  box-sizing: border-box;
  border: 1px solid #ddd;
}

#col_1 #main_container #right #column_box ul li a {
  display: block;
  position: relative;
  text-align: left;
  padding: 5px 0 5px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

#col_1 #main_container #right #column_box ul li a::after {
  top: 9px;
  bottom: 0;
  left: 2px;
  font-size: 13px;
  font-size: 1.3rem;
}

#col_1 #main_container #right #column_box ul li:last-child a {
  border-bottom: none;
}

#col_1 #main_container #right #column_box #link_culumn {
  position: relative;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  background: #F3F1F1;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 8px 0;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -ms-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

#col_1 #main_container #right #column_box #link_culumn:after {
  margin-right: 16px;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: auto;
  bottom: auto;
  right: 8px;
  margin: auto;
}

#col_1 #main_container #right #column_box #link_culumn:hover, #col_1 #main_container #right #column_box #link_culumn:hover::after {
  color: #F3090B;
}

/***********************************/
/* <body id="col_2"> */
/***********************************/
#col_2 #main_container {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #EEE;
  /***********************************/
  /***********************************/
  /* left */
  /***********************************/
  /***********************************/
}

#col_2 #main_container main {
  margin-left: 20px;
  padding-bottom: 40px;
  float: left;
  width: 555px;
  box-sizing: border-box;
  /***********************************/
  /***********************************/
  /* エリアトップ */
  /***********************************/
  /***********************************/
  /* エステ店速報 */
  /* ゲリラクーポン */
  /* セラピスト　エステ店　ランキング */
  /* 新人セラピスト 体入セラピスト */
  /* 投稿レビュー */
  /***********************************/
  /* 店舗ランキング /shop_ranking/ */
  /***********************************/
}

#col_2 #main_container main #breaking_news h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 4px 0 0 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #EEAF03;
  box-sizing: border-box;
}

#col_2 #main_container main #breaking_news table {
  width: 100%;
}

#col_2 #main_container main #breaking_news table thead {
  background-color: #EEAF03;
}

#col_2 #main_container main #breaking_news table thead tr th {
  border-left: 2px solid #fff;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  box-sizing: border-box;
}

#col_2 #main_container main #breaking_news table thead tr th:first-child {
  border-left: none;
}

#col_2 #main_container main #breaking_news table tbody tr {
  border-bottom: 1px dotted #EEAF03;
}

#col_2 #main_container main #breaking_news table tbody tr:last-child {
  border-bottom: 2px solid #EEAF03;
}

#col_2 #main_container main #breaking_news table tbody tr td {
  text-align: left;
  padding: 4px;
  border-left: 2px solid #fff;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 13px;
  font-size: 1.3rem;
  box-sizing: border-box;
  background: transparent url("../../images/bg_mega.png") left top repeat;
}

#col_2 #main_container main #breaking_news table tbody tr td:first-child {
  border-left: none;
}

#col_2 #main_container main #breaking_news table tbody tr td p {
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#col_2 #main_container main #guerrilla_coupon h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 4px 0 0 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #F3090B;
  box-sizing: border-box;
}

#col_2 #main_container main #guerrilla_coupon a:hover {
  color: #333;
}

#col_2 #main_container main #guerrilla_coupon .coupon_ticket {
  overflow: hidden;
  margin-bottom: 2px;
  width: 100%;
  height: 111px;
  background: url(../../images/bg_coupon.png) top left no-repeat;
  background-size: cover;
}

#col_2 #main_container main #guerrilla_coupon .coupon_ticket .header {
  display: block;
  width: 430px;
  padding: 0 8px;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 22px;
  line-height: 22px;
  box-sizing: border-box;
}

#col_2 #main_container main #guerrilla_coupon .coupon_ticket .header:not(:target) {
  line-height: 22px\9;
}

:root #col_2 #main_container main #guerrilla_coupon .coupon_ticket .header {
  line-height: 22px\9;
}

#col_2 #main_container main #guerrilla_coupon .coupon_ticket .coupon_container {
  display: table;
}

#col_2 #main_container main #guerrilla_coupon .coupon_ticket .coupon_container .coupon_thum {
  display: table-cell;
  box-sizing: border-box;
  padding: 0 7px;
  width: 124px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}

#col_2 #main_container main #guerrilla_coupon .coupon_ticket .coupon_container .coupon_thum img {
  width: 110px;
}

#col_2 #main_container main #guerrilla_coupon .coupon_ticket .coupon_container .coupon_limit {
  width: 290px;
  display: table-cell;
  text-align: center;
}

#col_2 #main_container main #guerrilla_coupon .coupon_ticket .coupon_container .coupon_limit p {
  font-weight: bold;
}

#col_2 #main_container main #guerrilla_coupon .coupon_ticket .coupon_container .coupon_limit p:first-child {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}

#col_2 #main_container main #guerrilla_coupon .coupon_ticket .coupon_container .coupon_price {
  display: table-cell;
  vertical-align: top;
  width: 100px;
  padding-top: 3px;
  padding-left: 30px;
  line-height: 1.4;
}

#col_2 #main_container main #rank_container .color_1 {
  color: #E50770;
  text-align: center;
  border-bottom: 1px solid #E50770;
}

#col_2 #main_container main #rank_container .color_2 {
  color: #EEAF03;
  text-align: center;
  border-bottom: 1px solid #EEAF03;
}

#col_2 #main_container main #rank_container .color_3 {
  color: #0FAF67;
  text-align: center;
  border-bottom: 1px solid #0FAF67;
}

#col_2 #main_container main #rank_container .color_4 {
  text-align: center;
  border-bottom: 1px solid #D2D2D2;
}

#col_2 #main_container main #rank_container .color_5 {
  text-align: center;
  border-bottom: 1px solid #D2D2D2;
}

#col_2 #main_container main #rank_container #rank_therap {
  float: left;
  width: 49.8%;
}

#col_2 #main_container main #rank_container #rank_therap h2 {
  color: #FFF;
  background-color: #E50770;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 4px 0 0 0;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  height: 28px;
  line-height: 28px;
  width: 100%;
  box-sizing: border-box;
}

#col_2 #main_container main #rank_container #rank_therap h2:not(:target) {
  line-height: 56px\9;
}

:root #col_2 #main_container main #rank_container #rank_therap h2 {
  line-height: 56px\9;
}

#col_2 #main_container main #rank_container #rank_therap .rank_therap_box {
  display: table;
  padding: 10px 0;
  box-sizing: border-box;
  height: 160px;
  margin-bottom: 2px;
  background: transparent url("../../images/bg_mega.png") left top repeat;
}

#col_2 #main_container main #rank_container #rank_therap .rank_therap_right {
  display: table-cell;
  width: 180px;
  text-align: left;
  line-height: 1.7;
}

#col_2 #main_container main #rank_container #rank_therap .rank_therap_right .rank_therap_name {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  padding: 0 2px;
}

#col_2 #main_container main #rank_container #rank_therap .rank_therap_right .rank_shop_name {
  padding: 0 0 0 4px;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#col_2 #main_container main #rank_container #rank_therap .rank_therap_left {
  display: table-cell;
  width: 100px;
  overflow: hidden;
}

#col_2 #main_container main #rank_container #rank_therap .rank_therap_left a img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#col_2 #main_container main #rank_container #rank_therap .rank_therap_left a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#col_2 #main_container main #rank_container #rank_esthe {
  float: right;
  width: 49.8%;
}

#col_2 #main_container main #rank_container #rank_esthe h2 {
  color: #FFF;
  background-color: #006DA3;
  text-align: center;
  border-radius: 0 4px 0 0;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 1.4rem;
  height: 28px;
  line-height: 28px;
  width: 100%;
  box-sizing: border-box;
}

#col_2 #main_container main #rank_container #rank_esthe h2:not(:target) {
  line-height: 56px\9;
}

:root #col_2 #main_container main #rank_container #rank_esthe h2 {
  line-height: 56px\9;
}

#col_2 #main_container main #rank_container #rank_esthe .rank_esthe_box {
  display: table;
  padding: 10px 0;
  box-sizing: border-box;
  height: 160px;
  margin-bottom: 2px;
  background: transparent url("../../images/bg_mega.png") left top repeat;
}

#col_2 #main_container main #rank_container #rank_esthe .rank_esthe_right {
  display: table-cell;
  width: 180px;
  text-align: left;
  line-height: 1.7;
}

#col_2 #main_container main #rank_container #rank_esthe .rank_esthe_right .rank_esthe_name {
  padding: 0 2px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}

#col_2 #main_container main #rank_container #rank_esthe .rank_esthe_right .rank_shop_name {
  padding: 0 2px;
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#col_2 #main_container main #rank_container #rank_esthe .rank_esthe_left {
  display: table-cell;
  width: 100px;
  overflow: hidden;
}

#col_2 #main_container main #rank_container #rank_esthe .rank_esthe_left a img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#col_2 #main_container main #rank_container #rank_esthe .rank_esthe_left a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#col_2 #main_container main #new_shop h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 4px 0 0 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #8841A7;
  box-sizing: border-box;
}

#col_2 #main_container main #new_shop ul {
  max-height: 400px;
  text-align: left;
  letter-spacing: -.5em;
  background-color: #FFF8FF;
}

#col_2 #main_container main #new_shop ul li {
  width: calc(100% / 3);
  padding: 20px 4px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

#col_2 #main_container main #new_shop ul li:nth-child(3n) {
  border-right: none;
}

#col_2 #main_container main #new_shop ul li .left_img_box {
  width: 70px;
  display: inline-block;
}

#col_2 #main_container main #new_shop ul li a {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 70px;
}

#col_2 #main_container main #new_shop ul li a > img {
  width: 70px;
}

#col_2 #main_container main #new_shop ul li a:last-child {
  width: calc(100% - 70px - .5em);
}

#col_2 #main_container main #therap_tab .tab {
  width: 100%;
}

#col_2 #main_container main #therap_tab .tab li {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #333;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_2 #main_container main #therap_tab .tab li:hover {
  background-color: #737373;
}

#col_2 #main_container main #therap_tab .tab li:first-child {
  width: 49.8%;
  float: left;
  border-radius: 10px 0 0 0;
  border-bottom: 2px solid #E50770;
}

#col_2 #main_container main #therap_tab .tab li:nth-child(2) {
  width: 49.8%;
  float: right;
  border-radius: 0 10px 0 0;
  border-bottom: 2px solid #0FAF67;
}

#col_2 #main_container main #therap_tab .tab li a {
  color: #fff;
  display: block;
  width: 100%;
}

#col_2 #main_container main #therap_tab #tab_1 {
  width: 100%;
  min-height: 5px;
  text-align: left;
  padding: 5px 0 10px 0;
  letter-spacing: -0.5em;
  background-color: #f9eef6;
}

#col_2 #main_container main #therap_tab #tab_1 .one_box {
  box-sizing: border-box;
  padding: 20px 0;
  width: 32%;
  display: inline-block;
  margin-left: 1%;
  vertical-align: top;
}

#col_2 #main_container main #therap_tab #tab_1 .one_box .data_option {
  clear: both;
  letter-spacing: 0;
}

#col_2 #main_container main #therap_tab #tab_1 .one_box .data_option .icon_sch {
  clear: both;
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #333;
}

#col_2 #main_container main #therap_tab #tab_1 .one_box .data_option .rank_pt {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #E50770;
  margin-bottom: 4px;
}

#col_2 #main_container main #therap_tab #tab_1 .one_box .therap_new_thum {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

#col_2 #main_container main #therap_tab #tab_1 .one_box .therap_new_prof {
  width: calc(100% - 70px);
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  letter-spacing: 0;
  padding-left: 4px;
  vertical-align: top;
}

#col_2 #main_container main #therap_tab #tab_2 {
  width: 100%;
  min-height: 5px;
  text-align: left;
  padding: 5px 0 10px 0;
  letter-spacing: -0.5em;
  background-color: #d8f7ea;
}

#col_2 #main_container main #therap_tab #tab_2 .one_box {
  box-sizing: border-box;
  padding: 20px 0;
  width: 32%;
  display: inline-block;
  margin-left: 1%;
  vertical-align: top;
}

#col_2 #main_container main #therap_tab #tab_2 .one_box .data_option {
  clear: both;
  letter-spacing: 0;
}

#col_2 #main_container main #therap_tab #tab_2 .one_box .data_option .icon_sch {
  clear: both;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #333;
}

#col_2 #main_container main #therap_tab #tab_2 .one_box .data_option .rank_pt {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #0FAF67;
  margin-bottom: 4px;
}

#col_2 #main_container main #therap_tab #tab_2 .one_box .therap_trial_thum {
  width: 70px;
  display: inline-block;
  vertical-align: top;
}

#col_2 #main_container main #therap_tab #tab_2 .one_box .therap_trial_prof {
  width: calc(100% - 70px);
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  letter-spacing: 0;
  padding-left: 4px;
  vertical-align: top;
}

#col_2 #main_container main #review_area_top h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 4px 0 0 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #bdbdbd;
  box-sizing: border-box;
}

#col_2 #main_container main #review_area_top ul {
  padding: 8px;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
  border: 2px solid #333;
  text-align: left;
}

#col_2 #main_container main #review_area_top ul li {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 1px dotted #E2E2E2;
}

#col_2 #main_container main #review_area_top ul li:nth-child(2n-1) {
  margin-left: 0.5%;
}

#col_2 #main_container main #review_area_top ul li time {
  display: block;
  text-align: right;
  line-height: 1;
  border-bottom: 1px solid #eee;
}

#col_2 #main_container main #review_area_top ul li .review_user {
  padding: 0 4px;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: #eee;
  margin-bottom: 5px;
}

#col_2 #main_container main #review_area_top ul li .icon_star img {
  width: 15px;
  vertical-align: text-top;
}

#col_2 #main_container main #review_area_top ul li .review_user_icon {
  display: inline-block;
  width: 80px;
  text-align: center;
  vertical-align: top;
}

#col_2 #main_container main #review_area_top ul li .review_user_icon img {
  border-radius: 50%;
  border: 2px solid #bdbdbd;
}

#col_2 #main_container main #review_area_top ul li .review_user_text {
  display: inline-block;
  width: calc(100% - 80px - 0.5em);
}

#col_2 #main_container main #review_area_top ul li .review_user_text .text_ellipsis {
  height: 59px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#col_2 #main_container main #shops_ranking {
  background: transparent url("../../images/bg_mega.png") left top repeat;
}

#col_2 #main_container main #shops_ranking h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #EEAF03;
  box-sizing: border-box;
  margin-bottom: 20px;
}

#col_2 #main_container main #shops_ranking .shops_rank {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  width: calc(100% / 2 - .5em - 10px);
  box-sizing: border-box;
  background: #D1D1D1 url("../../images/bg_mega.png") left top repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  margin-left: 5px;
}

#col_2 #main_container main #shops_ranking .shops_rank:nth-child(even) {
  margin-left: 0;
}

#col_2 #main_container main #shops_ranking .shops_rank .icon_ranking {
  padding: 2px 5px;
  color: #665547;
  text-align: right;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  background: #D1D1D1 url(../../images/icon_rank_04.png) 6px 50% no-repeat;
  background-size: 11%;
  box-sizing: border-box;
}

#col_2 #main_container main #shops_ranking .shops_rank .imb_box {
  padding: 5px;
  box-sizing: border-box;
  background: #333 url("../../images/bg_mega.png") left top repeat;
}

#col_2 #main_container main #shops_ranking .shops_rank .imb_box img {
  padding: 2px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
}

#col_2 #main_container main #shops_ranking .shops_rank .rank_box {
  padding: 5px 10px;
  height: 110px;
  box-sizing: border-box;
  text-align: left;
  background: #333 url("../../images/bg_mega.png") left top repeat;
  color: #fff;
}

#col_2 #main_container main #shops_ranking .shops_rank .rank_box .station {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

#col_2 #main_container main #shops_ranking .shops_rank .rank_box .shop_name {
  font-size: 14px;
  font-size: 1.4rem;
  height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  display: block;
  color: #e6de0d;
  margin-bottom: 5px;
}

#col_2 #main_container main #shops_ranking .shops_rank .rank_box .icon_tel {
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #656565;
}

#col_2 #main_container main #shops_ranking .shops_rank .rank_box .icon_tel:hover {
  color: #e6de0d;
}

#col_2 #main_container main #shops_ranking .shops_rank .rank_box .rank_pt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #E50770;
}

#col_2 #main_container main #shops_ranking #shops_rank_1 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  width: 95%;
  box-sizing: border-box;
  background: #D1D1D1 url("../../images/bg_mega.png") left top repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin-bottom: 25px;
  margin-left: 5px;
  padding: 5px;
}

#col_2 #main_container main #shops_ranking #shops_rank_1:nth-child(even) {
  margin-left: 0;
}

#col_2 #main_container main #shops_ranking #shops_rank_1 .icon_ranking {
  position: absolute;
  top: 7px;
  right: 10px;
  width: calc(100% - 230px - .5em);
  padding: 10px 5px 0 5px;
  line-height: 1.2;
  color: #D43359;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  background: transparent url(../../images/icon_rank_01.png) 50px 7px no-repeat;
  background-size: 13%;
  box-sizing: border-box;
  border-bottom: 1px solid #D43359;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

#col_2 #main_container main #shops_ranking #shops_rank_1 .imb_box {
  width: 220px;
  padding: 5px;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  background: #333 url("../../images/bg_mega.png") left top repeat;
}

#col_2 #main_container main #shops_ranking #shops_rank_1 .imb_box img {
  padding: 2px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
}

#col_2 #main_container main #shops_ranking #shops_rank_1 .rank_box {
  padding: 57px 5px 10px 5px;
  width: calc(100% - 220px - .5em);
  display: inline-block;
  height: 167px;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
  text-align: left;
  background: #333 url("../../images/bg_mega.png") left top repeat;
  color: #fff;
}

#col_2 #main_container main #shops_ranking #shops_rank_1 .rank_box .station {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

#col_2 #main_container main #shops_ranking #shops_rank_1 .rank_box .shop_name {
  font-size: 15px;
  font-size: 1.5rem;
  height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  display: block;
  color: #e6de0d;
  margin-bottom: 15px;
}

#col_2 #main_container main #shops_ranking #shops_rank_1 .rank_box .icon_tel {
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #656565;
}

#col_2 #main_container main #shops_ranking #shops_rank_1 .rank_box .icon_tel:hover {
  color: #e6de0d;
}

#col_2 #main_container main #shops_ranking #shops_rank_1 .rank_box .rank_pt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #E50770;
}

#col_2 #main_container main #shops_ranking #shops_rank_2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  width: 95%;
  box-sizing: border-box;
  background: #D1D1D1 url("../../images/bg_mega.png") left top repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin-bottom: 25px;
  margin-left: 5px;
  padding: 5px;
}

#col_2 #main_container main #shops_ranking #shops_rank_2:nth-child(even) {
  margin-left: 0;
}

#col_2 #main_container main #shops_ranking #shops_rank_2 .icon_ranking {
  position: absolute;
  top: 7px;
  right: 10px;
  width: calc(100% - 230px - .5em);
  padding: 10px 5px 0 5px;
  line-height: 1.2;
  color: #D43359;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  background: transparent url(../../images/icon_rank_02.png) 50px 7px no-repeat;
  background-size: 13%;
  box-sizing: border-box;
  border-bottom: 1px solid #D43359;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

#col_2 #main_container main #shops_ranking #shops_rank_2 .imb_box {
  width: 220px;
  padding: 5px;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  background: #333 url("../../images/bg_mega.png") left top repeat;
}

#col_2 #main_container main #shops_ranking #shops_rank_2 .imb_box img {
  padding: 2px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
}

#col_2 #main_container main #shops_ranking #shops_rank_2 .rank_box {
  padding: 57px 5px 10px 5px;
  width: calc(100% - 220px - .5em);
  display: inline-block;
  height: 167px;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
  text-align: left;
  background: #333 url("../../images/bg_mega.png") left top repeat;
  color: #fff;
}

#col_2 #main_container main #shops_ranking #shops_rank_2 .rank_box .station {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

#col_2 #main_container main #shops_ranking #shops_rank_2 .rank_box .shop_name {
  font-size: 15px;
  font-size: 1.5rem;
  height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  display: block;
  color: #e6de0d;
  margin-bottom: 15px;
}

#col_2 #main_container main #shops_ranking #shops_rank_2 .rank_box .icon_tel {
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #656565;
}

#col_2 #main_container main #shops_ranking #shops_rank_2 .rank_box .icon_tel:hover {
  color: #e6de0d;
}

#col_2 #main_container main #shops_ranking #shops_rank_2 .rank_box .rank_pt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #E50770;
}

#col_2 #main_container main #shops_ranking #shops_rank_3 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  width: 95%;
  box-sizing: border-box;
  background: #D1D1D1 url("../../images/bg_mega.png") left top repeat;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin-bottom: 25px;
  margin-left: 5px;
  padding: 5px;
}

#col_2 #main_container main #shops_ranking #shops_rank_3:nth-child(even) {
  margin-left: 0;
}

#col_2 #main_container main #shops_ranking #shops_rank_3 .icon_ranking {
  position: absolute;
  top: 7px;
  right: 10px;
  width: calc(100% - 230px - .5em);
  padding: 10px 5px 0 5px;
  line-height: 1.2;
  color: #D43359;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  background: transparent url(../../images/icon_rank_03.png) 50px 7px no-repeat;
  background-size: 13%;
  box-sizing: border-box;
  border-bottom: 1px solid #D43359;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

#col_2 #main_container main #shops_ranking #shops_rank_3 .imb_box {
  width: 220px;
  padding: 5px;
  border-radius: 4px 0 0 4px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  background: #333 url("../../images/bg_mega.png") left top repeat;
}

#col_2 #main_container main #shops_ranking #shops_rank_3 .imb_box img {
  padding: 2px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
}

#col_2 #main_container main #shops_ranking #shops_rank_3 .rank_box {
  padding: 57px 5px 10px 5px;
  width: calc(100% - 220px - .5em);
  display: inline-block;
  height: 167px;
  border-radius: 0 4px 4px 0;
  box-sizing: border-box;
  text-align: left;
  background: #333 url("../../images/bg_mega.png") left top repeat;
  color: #fff;
}

#col_2 #main_container main #shops_ranking #shops_rank_3 .rank_box .station {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

#col_2 #main_container main #shops_ranking #shops_rank_3 .rank_box .shop_name {
  font-size: 15px;
  font-size: 1.5rem;
  height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  display: block;
  color: #e6de0d;
  margin-bottom: 15px;
}

#col_2 #main_container main #shops_ranking #shops_rank_3 .rank_box .icon_tel {
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #656565;
}

#col_2 #main_container main #shops_ranking #shops_rank_3 .rank_box .icon_tel:hover {
  color: #e6de0d;
}

#col_2 #main_container main #shops_ranking #shops_rank_3 .rank_box .rank_pt {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  background-color: #E50770;
}

#col_2 #main_container #left {
  width: 220px;
  float: left;
  text-align: left;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#col_2 #main_container #left .left_title {
  color: #FFF;
  background-color: #333333;
  text-align: left;
  padding-left: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  height: 36px;
  line-height: 36px;
  border-top: 3px solid #006699;
  border-bottom: 1px solid #006699;
}

#col_2 #main_container #left .left_title:not(:target) {
  line-height: 72px\9;
}

:root #col_2 #main_container #left .left_title {
  line-height: 72px\9;
}

#col_2 #main_container #left #left_area_search li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 30px;
  color: #006699;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px dotted #ddd;
  box-sizing: border-box;
}

#col_2 #main_container #left #left_area_search li a:hover {
  color: #F3090B;
}

#col_2 #main_container #left #left_area_search li .counter_num {
  position: absolute;
  top: 2px;
  right: 5px;
}

#col_2 #main_container #left #left_check_search dt {
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 30px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #D9D9D9;
  position: relative;
}

#col_2 #main_container #left #left_check_search dt .counter_num {
  position: absolute;
  top: 7px;
  right: 4px;
}

#col_2 #main_container #left #left_check_search dd ul li label {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #f5f5f5;
  border-bottom: 1px dotted #ddd;
}

#col_2 #main_container #left #left_check_search + p {
  padding: 10px 0;
  background-color: #D9D9D9;
  box-sizing: border-box;
}

#col_2 #main_container #left #left_check_search + p input[name="search_shop"] {
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(97%, #000000), color-stop(100%, #131313));
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -o-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -ms-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: linear-gradient(to bottom, #4c4c4c 0%, #000000 97%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
  color: #fff;
  width: 200px;
  padding: 10px 0;
  outline: none;
  border-radius: 5px;
}

#col_2 #main_container #left #left_check_search + p input[name="search_therap"] {
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(97%, #000000), color-stop(100%, #131313));
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -o-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -ms-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: linear-gradient(to bottom, #4c4c4c 0%, #000000 97%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
  color: #fff;
  width: 200px;
  padding: 10px 0;
  outline: none;
  border-radius: 5px;
}

#col_2 #main_container #left #left_check_shop {
  height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
}

#col_2 #main_container #left #left_check_shop li {
  box-sizing: border-box;
  padding: 10px 5px;
  border-bottom: 1px dotted #ddd;
  display: table;
}

#col_2 #main_container #left #left_check_shop li a {
  display: table-cell;
  padding: 0 4px;
  font-size: 12px;
  font-size: 1.2rem;
}

#col_2 #main_container #left #left_check_shop li a:first-child {
  display: table-cell;
  overflow: hidden;
}

#col_2 #main_container #left #left_check_shop li a:first-child img {
  width: 65px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#col_2 #main_container #left #left_check_shop li a:first-child:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#col_2 #main_container #left #left_check_therap {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

#col_2 #main_container #left #left_check_therap li {
  box-sizing: border-box;
  padding: 20px 5px;
  border-bottom: 1px dotted #ddd;
}

#col_2 #main_container #left #left_check_therap li a {
  margin: 0 auto;
  width: 180px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
}

#col_2 #main_container #left #left_check_therap li a:first-child img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#col_2 #main_container #left #left_check_therap li a:first-child:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#col_2 #main_container #left #left_check_therap li .left_check_therap_prof {
  padding: 5px 5px 8px 5px;
  border-bottom: 3px solid #f5f5f5;
}

#col_2 #main_container #left #left_check_therap li .left_check_therap_prof p:first-child {
  padding-bottom: 5px;
}

#col_2 #main_container #right {
  width: 220px;
  float: right;
  text-align: center;
}

#col_2 #main_container #right #counter_clock {
  width: 100%;
  height: 42px;
  font-weight: bold;
  color: #FFF;
  background: url(../../images/right_counter_clock.png) 50% 50% no-repeat;
}

#col_2 #main_container #right #counter_clock div:first-child {
  vertical-align: middle;
  display: table-cell;
  width: 96px;
  text-align: right;
  padding-right: 2px;
  box-sizing: border-box;
  letter-spacing: 2px;
  font-size: 12px;
  font-size: 1.2rem;
}

#col_2 #main_container #right #counter_clock div:first-child #now_year {
  line-height: 1;
  padding: 0;
  display: block;
}

#col_2 #main_container #right #counter_clock div:first-child #now_date {
  line-height: 1;
  padding: 0;
  display: block;
}

#col_2 #main_container #right #counter_clock div:last-child {
  vertical-align: middle;
  display: table-cell;
  width: 108px;
  text-align: left;
  letter-spacing: 1px;
  box-sizing: border-box;
}

#col_2 #main_container #right #counter_clock div:last-child #now_time {
  text-align: left;
  font-size: 25px;
  font-size: 2.5rem;
}

#col_2 #main_container #right #counter_box {
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: #F3F1F1;
}

#col_2 #main_container #right #counter_box ul li {
  position: relative;
  padding-left: 24px;
  display: table;
  width: 100%;
  background-color: #F3F1F1;
  text-align: left;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  height: 28px;
  line-height: 28px;
}

#col_2 #main_container #right #counter_box ul li:not(:target) {
  line-height: 56px\9;
}

:root #col_2 #main_container #right #counter_box ul li {
  line-height: 56px\9;
}

#col_2 #main_container #right #counter_box ul li .counter_num {
  position: absolute;
  top: 0;
  right: 5px;
}

#col_2 #main_container #right #update_box h2 {
  font-weight: bold;
  color: #FFF;
  background-color: #333333;
  text-align: left;
  padding-left: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  height: 28px;
  line-height: 28px;
}

#col_2 #main_container #right #update_box h2:not(:target) {
  line-height: 56px\9;
}

:root #col_2 #main_container #right #update_box h2 {
  line-height: 56px\9;
}

#col_2 #main_container #right #update_box article {
  padding: 4px;
  text-align: left;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}

#col_2 #main_container #right #update_box #update_scroll {
  height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#col_2 #main_container #right #update_box time {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

#col_2 #main_container #right #column_box h2 {
  font-weight: bold;
  color: #FFF;
  background-color: #333333;
  text-align: left;
  padding-left: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  height: 28px;
  line-height: 28px;
}

#col_2 #main_container #right #column_box h2:not(:target) {
  line-height: 56px\9;
}

:root #col_2 #main_container #right #column_box h2 {
  line-height: 56px\9;
}

#col_2 #main_container #right #column_box ul {
  box-sizing: border-box;
  border: 1px solid #ddd;
}

#col_2 #main_container #right #column_box ul li a {
  display: block;
  position: relative;
  text-align: left;
  padding: 5px 0 5px 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

#col_2 #main_container #right #column_box ul li a::after {
  top: 9px;
  bottom: 0;
  left: 2px;
  font-size: 13px;
  font-size: 1.3rem;
}

#col_2 #main_container #right #column_box ul li:last-child a {
  border-bottom: none;
}

#col_2 #main_container #right #column_box #link_culumn {
  position: relative;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  background: #F3F1F1;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 8px 0;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: all .15s;
  -moz-transition: all .15s;
  -ms-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}

#col_2 #main_container #right #column_box #link_culumn:after {
  margin-right: 16px;
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: auto;
  bottom: auto;
  right: 8px;
  margin: auto;
}

#col_2 #main_container #right #column_box #link_culumn:hover, #col_2 #main_container #right #column_box #link_culumn:hover::after {
  color: #F3090B;
}

/***********************************/
/* <body id="col_3"> */
/***********************************/
#col_3 #main_container {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #EEE;
  /*
	//	//	//	//	//	//	//	//
	  left
	//	//	//	//	//	//	//	//
	*/
}

#col_3 #main_container main {
  padding-bottom: 40px;
  float: right;
  width: 800px;
  box-sizing: border-box;
  /***********************************/
  /* 検索結果 /search/ */
  /***********************************/
  /***********************************/
  /* 本日の出勤 /now_working/ */
  /***********************************/
  /***********************************/
  /* 投稿レビュー一覧 /review/ */
  /***********************************/
  /***********************************/
  /* クーポン /coupon/ */
  /***********************************/
  /***********************************/
  /* 店舗ランキング /shops_ranking/ */
  /***********************************/
  /***********************************/
  /* 女性ランキング /girls_ranking/ */
  /***********************************/
}

#col_3 #main_container main #search h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #006DA3;
  box-sizing: border-box;
}

#col_3 #main_container main #search h1 + p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
}

#col_3 #main_container main #search .shop {
  padding: 8px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 2px solid #333;
  text-align: left;
  width: 100%;
  /*ゲリラクーポン*/
}

#col_3 #main_container main #search .shop h2 {
  margin-bottom: 10px;
  padding: 10px 4px 10px 30px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  background: #ccc;
  text-align: left;
  color: #fff;
  background-color: #006DA3;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

#col_3 #main_container main #search .shop h2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 8px;
  width: 10px;
  height: 2em;
  background-color: #EEAF03;
  z-index: 10;
}

#col_3 #main_container main #search .shop .flex_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#col_3 #main_container main #search .shop .flex_container::after {
  display: none;
}

#col_3 #main_container main #search .shop .shop_left {
  flex-basis: 250px;
  text-align: center;
}

#col_3 #main_container main #search .shop .shop_left .btn_ofhp a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 0;
  margin-bottom: 5px;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  background-color: #0FAF67;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_3 #main_container main #search .shop .shop_left .btn_ofhp a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

#col_3 #main_container main #search .shop .shop_left .btn_ofhp a:hover {
  background-color: #E50770;
}

#col_3 #main_container main #search .shop .shop_left .btn_shop a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 0;
  margin-bottom: 5px;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  background-color: #006DA3;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_3 #main_container main #search .shop .shop_left .btn_shop a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

#col_3 #main_container main #search .shop .shop_left .btn_shop a:hover {
  background-color: #E50770;
}

#col_3 #main_container main #search .shop .shop_left .btn_tel a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 0;
  margin-bottom: 5px;
  border-radius: 20px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  background-color: #EEAF03;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_3 #main_container main #search .shop .shop_left .btn_tel a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

#col_3 #main_container main #search .shop .shop_left .btn_tel a:hover {
  background-color: #E50770;
}

#col_3 #main_container main #search .shop .shop_left .star_box {
  padding: 4px 0;
  background-color: #F1F1F1;
}

#col_3 #main_container main #search .shop .shop_right {
  flex-basis: 520px;
}

#col_3 #main_container main #search .shop .shop_right .information_01 {
  padding: 4px 10px;
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
}

#col_3 #main_container main #search .shop .shop_right .information_02 {
  padding: 4px 10px;
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - .5em);
  font-size: 14px;
  font-size: 1.4rem;
}

#col_3 #main_container main #search .shop .shop_right .price {
  background: #DEF8FE;
  padding: 2px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

#col_3 #main_container main #search .shop .shop_right .comment {
  background: #DEF8FE;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

#col_3 #main_container main #search .shop .shop_right .type_survisve {
  padding: 0 0 7px 0;
}

#col_3 #main_container main #search .shop .shop_right .type_survisve img {
  margin-bottom: 3px;
}

#col_3 #main_container main #search .shop .shop_right .new_discount {
  background: #DEF8FE;
}

#col_3 #main_container main #search .shop .shop_right .new_discount .new_discount_title {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  color: #fff;
  text-align: center;
  border-radius: 4px 4px 0 0;
  background-color: #333333;
  border-top: 2px solid #006DA3;
}

#col_3 #main_container main #search .shop .shop_right .new_discount .new_discount_title + p {
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#col_3 #main_container main #search .shop .review_container {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#col_3 #main_container main #search .shop .review_container::after {
  display: none;
}

#col_3 #main_container main #search .shop .review_container .star_box {
  flex-basis: 250px;
  text-align: center;
  background-color: #F3F6F6;
}

#col_3 #main_container main #search .shop .review_container .star_box .star_title {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 4px 4px 0 0;
  background-color: #333333;
  border-top: 2px solid #0FAF67;
}

#col_3 #main_container main #search .shop .review_container .review_box {
  font-size: 12px;
  font-size: 1.2rem;
  flex-basis: 520px;
  background-color: #F3F6F6;
}

#col_3 #main_container main #search .shop .review_container .review_box .review_title {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  border-radius: 4px 4px 0 0;
  border-top: 2px solid #0FAF67;
  background-color: #333333;
}

#col_3 #main_container main #search .shop .review_container .review_box .comment {
  padding: 10px;
}

#col_3 #main_container main #search .shop .review_container .review_box .comment .reviewer {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

#col_3 #main_container main #search .shop .review_container .review_box .comment img {
  width: 13px;
  vertical-align: unset;
}

#col_3 #main_container main #search .shop .coupon_box {
  height: 160px;
  background: url(../../images/bg_coupon.png) top left no-repeat;
  background-size: contain;
  box-sizing: border-box;
}

#col_3 #main_container main #search .shop .coupon_box .shop_name {
  padding: 0 0 0 10px;
  box-sizing: border-box;
  color: #fff;
  width: 580px;
  font-size: 15px;
  font-size: 1.5rem;
}

#col_3 #main_container main #search .shop .coupon_box .coupon_thum {
  padding: 2px 10px 0 10px;
  display: inline-block;
  vertical-align: top;
  width: 152px;
}

#col_3 #main_container main #search .shop .coupon_box .limit {
  padding-top: 14px;
  text-align: center;
  width: 405px;
  height: 120px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

#col_3 #main_container main #search .shop .coupon_box .limit .limit_member {
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px dashed #A0A0A0;
}

#col_3 #main_container main #search .shop .coupon_box .limit .limit_time {
  font-size: 20px;
  font-size: 2rem;
}

#col_3 #main_container main #search .shop .coupon_box .coupon_price {
  padding: 10px;
  margin-left: 30px;
  width: 155px;
  height: 110px;
  text-align: center;
  display: inline-block;
  line-height: 1.3;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}

#col_3 #main_container main #now_working h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #E50770;
  box-sizing: border-box;
}

#col_3 #main_container main #now_working .therap_box {
  width: 100%;
  border: 2px solid #333;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: left;
}

#col_3 #main_container main #now_working .therap_one {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 5 - .5em - 5px);
  height: 372px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px 1px #eee;
  padding: 5px;
  margin-left: 8px;
  margin-bottom: 25px;
}

#col_3 #main_container main #now_working .therap_one:nth-child(5n+1) {
  margin-left: 0;
}

#col_3 #main_container main #now_working .therap_one .name {
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

#col_3 #main_container main #now_working .therap_one .station {
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
}

#col_3 #main_container main #now_working .therap_one .tel {
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

#col_3 #main_container main #now_working .therap_one .img_box {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

#col_3 #main_container main #now_working .therap_one .icon_sch {
  clear: both;
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #333;
}

#col_3 #main_container main #now_working .therap_one .rank_pt {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #E50770;
}

#col_3 #main_container main #review h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #6FBE0D;
  box-sizing: border-box;
}

#col_3 #main_container main #review h1 + p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
}

#col_3 #main_container main #review .btn_change {
  display: block;
  width: 400px;
  margin: 0 auto 10px;
}

#col_3 #main_container main #review .btn_change a {
  color: #fff;
  display: inline-block;
  width: calc(50% - 1em);
  padding: 5px 10px;
  border-radius: 0 20px 20px 0;
  box-sizing: border-box;
  background-color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 2px solid #EEAF03;
}

#col_3 #main_container main #review .btn_change a:first-child {
  border-radius: 20px 0 0 20px;
}

#col_3 #main_container main #review .btn_change a:hover {
  color: #EEAF03;
}

#col_3 #main_container main #review .review_box {
  padding: 10px;
  border: 2px solid #333;
  border-radius: 4px;
  box-sizing: border-box;
}

#col_3 #main_container main #review .review_box .review_header {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px dashed #333;
  position: relative;
  display: table;
  width: 100%;
}

#col_3 #main_container main #review .review_box .review_header .img_box {
  text-align: center;
  width: 130px;
  display: table-cell;
}

#col_3 #main_container main #review .review_box .review_header .img_box img {
  width: 90px;
}

#col_3 #main_container main #review .review_box .review_header .name {
  font-size: 18px;
  font-size: 1.8rem;
  width: calc(100% - 130xp);
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.2;
}

#col_3 #main_container main #review .review_box .review_header .star_box {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

#col_3 #main_container main #review .review_box .review_header .star_box img {
  width: 18px;
}

#col_3 #main_container main #review .review_box .review_header time {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
}

#col_3 #main_container main #review .review_box .comment_box {
  padding: 10px 20px;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  background-color: #F9F9F9;
}

#col_3 #main_container main #review .review_box .btn_see_next {
  padding-right: 10px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  text-align: right;
  border-bottom: 1px solid #EDEDED;
}

#col_3 #main_container main #review .review_box .btn_see_next a {
  color: #006DA3;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  position: relative;
}

#col_3 #main_container main #review .review_box .btn_see_next a::after {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 18px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #006DA3;
}

#col_3 #main_container main #review .review_box .btn_see_next a:hover {
  color: #E50770;
}

#col_3 #main_container main #review .review_box .btn_see_next a:hover::after {
  border-left: 5px solid #E50770;
}

#col_3 #main_container main #coupon h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #F3090B;
  box-sizing: border-box;
}

#col_3 #main_container main #coupon h1 + p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
}

#col_3 #main_container main #coupon .coupon_container {
  padding: 8px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 2px solid #333;
  text-align: left;
  width: 100%;
}

#col_3 #main_container main #coupon .coupon_box {
  height: 160px;
  background: url(../../images/bg_coupon.png) top left no-repeat;
  background-size: contain;
  box-sizing: border-box;
}

#col_3 #main_container main #coupon .coupon_box .shop_name {
  padding: 0 0 0 10px;
  box-sizing: border-box;
  color: #fff;
  width: 580px;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#col_3 #main_container main #coupon .coupon_box .coupon_thum {
  padding: 2px 10px 0 10px;
  display: inline-block;
  vertical-align: top;
  width: 152px;
}

#col_3 #main_container main #coupon .coupon_box .limit {
  padding-top: 14px;
  text-align: center;
  width: 405px;
  height: 120px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

#col_3 #main_container main #coupon .coupon_box .limit .limit_member {
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px dashed #A0A0A0;
}

#col_3 #main_container main #coupon .coupon_box .limit .limit_time {
  font-size: 20px;
  font-size: 2rem;
}

#col_3 #main_container main #coupon .coupon_box .coupon_price {
  padding: 10px;
  margin-left: 30px;
  width: 155px;
  height: 110px;
  text-align: center;
  display: inline-block;
  line-height: 1.3;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}

#col_3 #main_container main #shops_ranking {
  background: transparent url(../../images/bg_mega.png) left top repeat;
}

#col_3 #main_container main #shops_ranking h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #E50770;
  box-sizing: border-box;
}

#col_3 #main_container main #shops_ranking h2.shop_name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#col_3 #main_container main #shops_ranking ul {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
}

#col_3 #main_container main #shops_ranking ul li {
  width: 33.3333%;
  margin-bottom: 24px;
  padding: 0 4px;
  box-sizing: border-box;
  float: left;
}

#col_3 #main_container main #shops_ranking ul li > div {
  border: 1px solid #b6b6b6;
  border-radius: 10px 10px 8px 8px;
  background: #333 url(../../images/bg_mega.png) left top repeat;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#col_3 #main_container main #shops_ranking ul li > div .icon_ranking {
  padding: 2px 16px 0px 16px;
  border-radius: 8px 0 16px 0;
  background: #E50770;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: black 0 0 5px;
}

#col_3 #main_container main #shops_ranking ul li > div .icon_ranking span {
  font-size: 12px;
  font-weight: normal;
}

#col_3 #main_container main #shops_ranking ul li > div .rank_box {
  padding: 8px 10px;
  line-height: 1.4;
  text-align: left;
}

#col_3 #main_container main #shops_ranking ul li > div .rank_box p {
  color: #fff;
}

#col_3 #main_container main #shops_ranking ul li > div .rank_box .station {
  margin: 0 8px 4px 0;
  padding: 2px 8px;
  border-radius: 4px;
  background: #E50770;
  color: #fff;
  display: inline-block;
}

#col_3 #main_container main #shops_ranking ul li > div .rank_box a {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  display: block;
}

#col_3 #main_container main #shops_ranking ul li > div .rank_box .rank_pt {
  padding: 2px 0;
  border: 1px solid #a9a9a9;
  color: #d0d0d0;
  text-align: center;
}

#col_3 #main_container main #shops_ranking ul li img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(1) {
  width: 100%;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(1) div {
  background: #E50770;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(1) div .icon_ranking {
  font-size: 24px;
  background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
}

#col_3 #main_container main #shops_ranking ul li:nth-child(1) div .img_box {
  padding: 24px 40px;
  background: #fff;
  float: left;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(1) div .rank_box {
  padding: 0;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(1) div .rank_box .station {
  margin: 60px 24px 8px;
  background: #fff;
  color: #E50770;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(1) div .rank_box a {
  margin: 0 0 24px 366px;
  font-size: 24px;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(1) div .rank_box .rank_pt {
  margin: 0 24px 0 366px;
  padding: 8px 0;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(1) div img {
  width: 262px;
  border-radius: 0;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(2) .icon_ranking {
  background-image: linear-gradient(to top left, #A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);
}

#col_3 #main_container main #shops_ranking ul li:nth-child(3) .icon_ranking {
  background-image: linear-gradient(315deg, #432620 0%, #ad8d76 16%, #e9c19d 33%, #794e3d 50%, #84563f 67%, #9b674f 84%, #3a1e1a 100%);
}

#col_3 #main_container main #shops_ranking ul li:nth-child(2), #col_3 #main_container main #shops_ranking ul li:nth-child(3) {
  width: 50%;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(2) div, #col_3 #main_container main #shops_ranking ul li:nth-child(3) div {
  background: #E50770;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(2) div img, #col_3 #main_container main #shops_ranking ul li:nth-child(3) div img {
  width: 262px;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(2) div .icon_ranking, #col_3 #main_container main #shops_ranking ul li:nth-child(3) div .icon_ranking {
  font-size: 20px;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(2) div .img_box, #col_3 #main_container main #shops_ranking ul li:nth-child(3) div .img_box {
  background: #fff;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(2) div .rank_box, #col_3 #main_container main #shops_ranking ul li:nth-child(3) div .rank_box {
  padding: 10px 24px;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(2) div .rank_box .station, #col_3 #main_container main #shops_ranking ul li:nth-child(3) div .rank_box .station {
  background: #fff;
  color: #E50770;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(2) div .rank_box a, #col_3 #main_container main #shops_ranking ul li:nth-child(3) div .rank_box a {
  font-size: 18px;
}

#col_3 #main_container main #shops_ranking ul li:nth-child(2) div .rank_box .rank_pt, #col_3 #main_container main #shops_ranking ul li:nth-child(3) div .rank_box .rank_pt {
  border: 1px solid #fff;
  color: #fff;
}

#col_3 #main_container main #girls_ranking h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #E50770;
  box-sizing: border-box;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li {
  width: 151px;
  margin: 0 8px 16px 0;
  border: 1px solid #b6b6b6;
  border-radius: 8px;
  background: #333;
  position: relative;
  overflow: hidden;
  float: left;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .icon_ranking {
  padding: 2px 16px 0px 16px;
  border-radius: 8px 0 16px 0;
  background: #E50770;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: black 0 0 5px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .icon_ranking span {
  font-size: 12px;
  font-weight: normal;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li:nth-child(1) .icon_ranking {
  font-size: 24px;
  background-image: -webkit-linear-gradient(bottom right, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
  background-image: -o-linear-gradient(bottom right, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
  background-image: linear-gradient(to top left, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03);
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li:nth-child(2) .icon_ranking {
  font-size: 24px;
  background-image: linear-gradient(to top left, #A5A5A5, #BABAC2, #E8E8E8, #A5A5A5, #BABAC2);
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li:nth-child(3) .icon_ranking {
  font-size: 24px;
  background-image: linear-gradient(315deg, #432620 0%, #ad8d76 16%, #e9c19d 33%, #794e3d 50%, #84563f 67%, #9b674f 84%, #3a1e1a 100%);
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li:nth-child(8), #col_3 #main_container main #girls_ranking #girls_rank_box ul li:nth-child(13), #col_3 #main_container main #girls_ranking #girls_rank_box ul li:nth-child(18), #col_3 #main_container main #girls_ranking #girls_rank_box ul li:nth-child(23), #col_3 #main_container main #girls_ranking #girls_rank_box ul li:nth-child(28) {
  margin-right: 0;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li a {
  display: block;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .img_box {
  width: 100%;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .img_box img {
  width: 100%;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .img_box p {
  position: absolute;
  top: 182px;
  left: 0;
  right: 0;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .img_box p .newface-ico {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box {
  padding: 4px;
  border-radius: 0 8px 8px 0;
  line-height: 1.4;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box a {
  color: #fff;
  font-size: 14px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box p {
  color: #fff;
  font-size: 14px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box .name {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box .name span {
  font-size: 14px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box .name span span {
  font-size: 12px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box .size {
  margin-bottom: 4px;
  height: 17px;
  border-top: 1px solid #fff;
  font-size: 12px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box .icon_sch {
  background: rgba(255, 255, 255, 0.7);
  color: #585858;
  font-weight: bold;
  font-size: 12px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box .rank_pt {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box .rank_pt span {
  font-size: 10px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box .shop_info {
  padding: 4px;
  border-radius: 4px;
  background: #E50770;
  text-align: left;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box .shop_info .station {
  font-size: 12px;
  border-radius: 4px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box .shop_info .shop_name {
  margin-bottom: 4px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul li .rank_box .shop_info .icon_tel {
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 {
  width: 100%;
  background: #E50770;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .img_box {
  width: 280px;
  float: left;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .rank_box {
  width: 520px;
  padding: 24px 32px;
  float: right;
  box-sizing: border-box;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .rank_box .name {
  margin-bottom: 8px;
  font-size: 24px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .rank_box .name span {
  font-size: 16px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .rank_box .name span span {
  font-size: 14px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .rank_box .size {
  padding-top: 8px;
  font-size: 16px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .rank_box .icon_sch {
  margin-bottom: 8px;
  padding: 8px 0;
  font-size: 16px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .rank_box .rank_pt {
  margin-bottom: 24px;
  font-size: 16px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .rank_box .shop_info {
  padding: 16px 24px;
  background: #fff;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .rank_box .shop_info .station {
  padding: 4px 8px;
  font-size: 16px;
  background: #E50770;
  color: #fff;
  display: inline-block;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .rank_box .shop_info .shop_name {
  margin-bottom: 16px;
  font-size: 16px;
  color: #E50770;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_1 .rank_box .shop_info .icon_tel {
  padding: 8px 0;
  font-size: 16px;
  color: #E50770;
  border-color: #E50770;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_2 {
  width: 388px;
  margin-right: 20px;
  background: #E50770;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_2 .img_box {
  width: 200px;
  float: left;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_2 .rank_box {
  width: 188px;
  margin-top: 24px;
  padding: 8px;
  float: right;
  box-sizing: border-box;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_2 .rank_box .name {
  margin-bottom: 4px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_2 .rank_box .size {
  padding-top: 4px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_2 .rank_box .icon_sch {
  margin-bottom: 4px;
  padding: 4px 0;
  font-size: 14px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_2 .rank_box .rank_pt {
  margin-bottom: 16px;
  font-size: 14px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_2 .rank_box .shop_info {
  padding: 8px 4px;
  background: #fff;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_2 .rank_box .shop_info .station {
  padding: 4px 8px;
  color: #fff;
  background: #E50770;
  display: inline-block;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_2 .rank_box .shop_info .shop_name {
  color: #E50770;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_2 .rank_box .shop_info .icon_tel {
  color: #E50770;
  border-color: #E50770;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_3 {
  width: 388px;
  margin-right: 0;
  background: #E50770;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_3 .img_box {
  width: 200px;
  float: left;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_3 .rank_box {
  width: 188px;
  margin-top: 24px;
  padding: 8px;
  float: right;
  box-sizing: border-box;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_3 .rank_box .name {
  margin-bottom: 4px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_3 .rank_box .size {
  padding-top: 4px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_3 .rank_box .icon_sch {
  margin-bottom: 4px;
  padding: 4px 0;
  font-size: 14px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_3 .rank_box .rank_pt {
  margin-bottom: 16px;
  font-size: 14px;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_3 .rank_box .shop_info {
  padding: 8px 4px;
  background: #fff;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_3 .rank_box .shop_info .station {
  padding: 4px 8px;
  color: #fff;
  background: #E50770;
  display: inline-block;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_3 .rank_box .shop_info .shop_name {
  color: #E50770;
}

#col_3 #main_container main #girls_ranking #girls_rank_box ul #girls_rank_3 .rank_box .shop_info .icon_tel {
  color: #E50770;
  border-color: #E50770;
}

#col_3 #main_container #left {
  width: 220px;
  float: left;
  text-align: left;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#col_3 #main_container #left .left_title {
  color: #FFF;
  background-color: #333333;
  text-align: left;
  padding-left: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  height: 36px;
  line-height: 36px;
  border-top: 2px solid #006699;
  border-bottom: 2px solid #006699;
}

#col_3 #main_container #left .left_title:not(:target) {
  line-height: 72px\9;
}

:root #col_3 #main_container #left .left_title {
  line-height: 72px\9;
}

#col_3 #main_container #left #left_area_search li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 30px;
  color: #006699;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px dotted #ddd;
  box-sizing: border-box;
}

#col_3 #main_container #left #left_area_search li a:hover {
  color: #F3090B;
}

#col_3 #main_container #left #left_area_search li .counter_num {
  position: absolute;
  top: 2px;
  right: 5px;
}

#col_3 #main_container #left #left_check_search dt {
  box-sizing: border-box;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 30px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #D9D9D9;
  position: relative;
}

#col_3 #main_container #left #left_check_search dt .counter_num {
  position: absolute;
  top: 7px;
  right: 4px;
}

#col_3 #main_container #left #left_check_search dd ul li label {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #f5f5f5;
  border-bottom: 1px dotted #ddd;
}

#col_3 #main_container #left #left_check_search + p {
  padding: 10px 0;
  background-color: #D9D9D9;
  box-sizing: border-box;
}

#col_3 #main_container #left #left_check_search + p input[name="search_shop"] {
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(97%, #000000), color-stop(100%, #131313));
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -o-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -ms-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: linear-gradient(to bottom, #4c4c4c 0%, #000000 97%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
  color: #fff;
  width: 200px;
  padding: 10px 0;
  outline: none;
  border-radius: 5px;
}

#col_3 #main_container #left #left_check_search + p input[name="search_therap"] {
  margin: 0 auto;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(97%, #000000), color-stop(100%, #131313));
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -o-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: -ms-linear-gradient(top, #4c4c4c 0%, #000000 97%, #131313 100%);
  background: linear-gradient(to bottom, #4c4c4c 0%, #000000 97%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
  color: #fff;
  width: 200px;
  padding: 10px 0;
  outline: none;
  border-radius: 5px;
}

#col_3 #main_container #left #left_check_shop li {
  box-sizing: border-box;
  padding: 5px;
  border-bottom: 1px dotted #ddd;
  display: table;
}

#col_3 #main_container #left #left_check_shop li a {
  display: table-cell;
}

#col_3 #main_container #left #left_check_shop li a:first-child {
  display: table-cell;
  width: 70px;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

/***********************************/
/* <body id="col_4"> */
/* <body id="review_del_01"> */
/***********************************/
/***********************************/
/* <body id="col_4"> */
/***********************************/
#col_4 #main_container {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #EEE;
}

#col_4 #main_container main {
  padding-bottom: 40px;
  width: 100%;
  box-sizing: border-box;
  /* 店舗詳細 */
  /***********************************/
  /* セラピスト詳細ページ /girls/ */
  /***********************************/
}

#col_4 #main_container main #shop_detail {
  width: 100%;
  position: relative;
  /* 店舗詳細　ヘッダー部分 */
  /* //  ----店舗詳細　ヘッダー部分 */
  /* shop_info_container contantens部分 */
  /* left部分 */
  /* right部分 */
  /*ゲリラクーポン*/
  /* picku_up  */
  /* 最新情報 */
  /* 在籍セラピスト */
  /* 投稿レビュー */
  /* 料金システム */
  /* 追従サイドバー */
}

#col_4 #main_container main #shop_detail .shop_header_section .blur_box {
  border-radius: 20px 20px 0 0;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #2A9FDA;
}

#col_4 #main_container main #shop_detail .shop_header_section .blur_box .blur_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  margin: -10px;
  /* blurの値と同じ値だけマイナス */
  width: calc(100% + 20px);
  /* 左右の10ピクセル分加算 */
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_header {
  padding: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8) url("../../images/bg_mega.png") left top repeat;
  color: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_header .shop_name_box {
  width: 76%;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.2;
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_header .shop_review_box {
  width: calc(100% - 76% - .5em - 12px);
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_header .shop_review_box .points_box {
  border-radius: 4px 4px 0 0;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2) url("image.png") left top no-repeat;
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_header .shop_review_box .ave_points {
  color: #F3090B;
  font-weight: bold;
  line-height: 1.4;
  font-size: 32px;
  font-size: 3.2rem;
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_header .shop_review_box .btn_review {
  position: relative;
  width: 100%;
  padding: 10px 0;
  display: block;
  border-radius: 0 0 4px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EEAF03;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_header .shop_review_box .btn_review::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 12px solid transparent;
  border-bottom: 12px solid #EEAF03;
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_nav {
  position: relative;
  z-index: 1;
  width: 100%;
  background: black url("../../images/bg_mega.png") left top repeat;
  border-top: 2px dashed #353535;
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_nav li {
  display: inline-block;
  width: calc(100% / 5 - .5em);
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_nav li a {
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 2px dashed #353535;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_nav li:first-child a {
  border-left: none;
}

#col_4 #main_container main #shop_detail .shop_header_section .shop_nav li a:hover {
  color: #45C1FF;
  text-shadow: 0 0 4px #373737, 0 0 8px #000, 0 0 30px rgba(255, 255, 255, 0.4);
}

#col_4 #main_container main #shop_detail .shop_info_container {
  margin-bottom: 40px;
  border: 2px solid #2A9FDA;
  padding: 40px 20px;
  border-radius: 0 0 4px 4px;
}

#col_4 #main_container main #shop_detail .shop_thum {
  width: 260px;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#col_4 #main_container main #shop_detail .shop_thum img {
  width: 100%;
  max-width: 260px;
  margin-bottom: 10px;
}

#col_4 #main_container main #shop_detail .shop_thum .click_point {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 0;
  width: 260px;
  margin: 0 auto;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  background-color: #0FAF67;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_4 #main_container main #shop_detail .shop_thum .click_point::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

#col_4 #main_container main #shop_detail .shop_thum .click_point:hover {
  background-color: #E50770;
}

#col_4 #main_container main #shop_detail .shop_info {
  width: calc(100% - 300px - .5em);
  margin-left: 10px;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

#col_4 #main_container main #shop_detail .shop_info .tel a {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  background: #EEAF03;
  padding: 10px 0;
  line-height: 1.2;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_4 #main_container main #shop_detail .shop_info .tel a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  content: "";
  width: 0;
  height: 0;
  margin: auto 0;
  border: 8px solid transparent;
  border-left: 8px solid #fff;
}

#col_4 #main_container main #shop_detail .shop_info .tel a:hover {
  color: #fff;
  background-color: #E50770;
}

#col_4 #main_container main #shop_detail .shop_info .tel a:hover .text_pink {
  color: #EEAF03;
}

#col_4 #main_container main #shop_detail .shop_info .information_01 {
  padding: 4px 10px;
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
  font-size: 1.4rem;
}

#col_4 #main_container main #shop_detail .shop_info .information_02 {
  padding: 4px 10px;
  box-sizing: border-box;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - .5em);
  font-size: 14px;
  font-size: 1.4rem;
}

#col_4 #main_container main #shop_detail .shop_info .price {
  background: #DEF8FE;
  padding: 2px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: left;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}

#col_4 #main_container main #shop_detail .shop_info .comment {
  background: #DEF8FE;
  padding: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

#col_4 #main_container main #shop_detail .shop_info .type_survisve {
  background: #DEF8FE;
  padding: 10px;
}

#col_4 #main_container main #shop_detail .shop_info .type_survisve img {
  padding: 5px 2px;
}

#col_4 #main_container main #shop_detail .coupon_box {
  margin: 0 auto;
  width: 800px;
  height: 160px;
  background: url(../../images/bg_coupon.png) top left no-repeat;
  text-align: left;
  background-size: contain;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .coupon_box .shop_name {
  padding: 0 0 0 10px;
  box-sizing: border-box;
  color: #fff;
  width: 580px;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#col_4 #main_container main #shop_detail .coupon_box .coupon_thum {
  padding: 5px 10px 0 10px;
  display: inline-block;
  vertical-align: top;
  width: 157px;
}

#col_4 #main_container main #shop_detail .coupon_box .limit {
  padding-top: 20px;
  text-align: center;
  width: 413px;
  height: 120px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

#col_4 #main_container main #shop_detail .coupon_box .limit .limit_member {
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: 1px dashed #A0A0A0;
}

#col_4 #main_container main #shop_detail .coupon_box .limit .limit_time {
  font-size: 20px;
  font-size: 2rem;
}

#col_4 #main_container main #shop_detail .coupon_box .coupon_price {
  padding: 10px;
  margin-left: 30px;
  width: 165px;
  height: 115px;
  text-align: center;
  display: inline-block;
  line-height: 1.5;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
}

#col_4 #main_container main #shop_detail .pick_up {
  width: 240px;
  padding: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #333;
  border-radius: 4px;
  vertical-align: top;
}

#col_4 #main_container main #shop_detail .breaking_news {
  width: calc(100% - 240px - .5em - 20px);
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 20px;
  vertical-align: top;
}

#col_4 #main_container main #shop_detail .breaking_news h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 4px 0 0 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #EEAF03;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .breaking_news .news_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #333;
  border-radius: 0 0 4px 4px;
  max-height: 500px;
  overflow-y: auto;
  padding: 10px 0;
}

#col_4 #main_container main #shop_detail .breaking_news .news_box li {
  padding: 8px 20px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 2px dashed #eee;
}

#col_4 #main_container main #shop_detail .breaking_news .news_box li time {
  padding: 2px 4px;
  margin-right: 5px;
  border-radius: 4px;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  background-color: #EEAF03;
}

#col_4 #main_container main #shop_detail .shop_therap {
  margin: 40px 0;
}

#col_4 #main_container main #shop_detail .shop_therap h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #E50770;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .shop_therap .therap_box {
  width: 100%;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  text-align: left;
}

#col_4 #main_container main #shop_detail .shop_therap .tab {
  text-align: center;
  margin-bottom: 20px;
}

#col_4 #main_container main #shop_detail .shop_therap .tab li {
  display: inline-block;
}

#col_4 #main_container main #shop_detail .shop_therap .tab li a {
  width: 140px;
  padding: 8px 20px;
  color: #fff;
  margin-left: 5px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 4px;
  background-color: #333;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  display: inline-block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_4 #main_container main #shop_detail .shop_therap .tab li a:hover {
  color: #EEAF03;
  background-color: #5A5A5A;
  border-top: 3px solid #5A5A5A;
  border-bottom: 3px solid #5A5A5A;
}

#col_4 #main_container main #shop_detail .shop_therap .tab li a:first-child {
  margin-left: 0;
}

#col_4 #main_container main #shop_detail .shop_therap .tab li.current a {
  color: #EEAF03;
  border-bottom: 3px solid #EEAF03;
}

#col_4 #main_container main #shop_detail .shop_therap .tab_content_wrap {
  max-height: 870px;
  overflow-y: auto;
}

#col_4 #main_container main #shop_detail .shop_therap .tab_content {
  display: none;
}

#col_4 #main_container main #shop_detail .shop_therap .tab_content:first-child {
  display: block;
}

#col_4 #main_container main #shop_detail .shop_therap .therap_one {
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 6 - .5em - 5px);
  margin-bottom: 25px;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 5px;
  margin-left: 6px;
  text-align: center;
  background-color: #F0F0F0;
}

#col_4 #main_container main #shop_detail .shop_therap .therap_one .rank_pt {
  padding: 1px 0;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  background-color: #E50770;
  border-radius: 4px 4px 0 0;
}

#col_4 #main_container main #shop_detail .shop_therap .therap_one .name {
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

#col_4 #main_container main #shop_detail .shop_therap .therap_one .icon_sch {
  clear: both;
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #333;
}

#col_4 #main_container main #shop_detail .shop_therap .therap_one .icon_sch_01 {
  color: #E50770;
  padding: 2px 0 0 0;
  background-color: #333;
  border-bottom: 1px solid #E50770;
}

#col_4 #main_container main #shop_detail .shop_therap .therap_one .icon_sch_02 {
  color: #2A9FDA;
  padding: 2px 0 0 0;
  background-color: #333;
  border-bottom: 1px solid #2A9FDA;
}

#col_4 #main_container main #shop_detail .shop_therap .therap_one .icon_sch_03 {
  color: #6FBE0D;
  padding: 2px 0 0 0;
  background-color: #333;
  border-bottom: 1px solid #6FBE0D;
}

#col_4 #main_container main #shop_detail .shop_review {
  margin: 40px 0;
}

#col_4 #main_container main #shop_detail .shop_review h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #6FBE0D;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .shop_review .review_box {
  padding: 10px;
  margin-bottom: 40px;
  border: 2px solid #333;
  border-radius: 0 0 4px 4px;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .review_header {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  position: relative;
  display: table;
  width: 100%;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .review_header .img_box {
  text-align: center;
  width: 130px;
  display: table-cell;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .review_header .img_box img {
  width: 90px;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .review_header .name {
  font-size: 18px;
  font-size: 1.8rem;
  width: calc(100% - 130xp);
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.2;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .review_header time {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 5px;
  right: 0;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .star_box {
  vertical-align: top;
  display: inline-block;
  width: 200px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .star_box p {
  margin-bottom: 12px;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .star_box p span {
  display: block;
  background-color: #6FBE0D;
  border-radius: 20px;
  margin-bottom: 5px;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .star_box p img {
  width: 18px;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .star_box .ave_star {
  font-size: 14px;
  font-size: 1.4rem;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .star_box .ave_star img {
  width: 24px;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .comment_container {
  display: inline-block;
  width: calc(100% - 250px - .5em);
}

#col_4 #main_container main #shop_detail .shop_review .review_box .comment_container .comment_box {
  vertical-align: top;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  background-color: #F9F9F9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .comment_container .comment_box .review_sns {
  padding: 20px 0 10px 0;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .comment_container .comment_box .review_sns button[type="button"] {
  color: #fff;
  border-radius: 10px;
  padding: 5px;
  width: 120px;
  background-color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .comment_container .comment_box .review_sns button[type="button"]:hover {
  background-color: #6FBE0D;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .comment_container .btn_del {
  text-align: right;
  margin-bottom: 20px;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .comment_container .btn_del a {
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  background-color: #B1B1B1;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .comment_container .shop_comment_box {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .comment_container .shop_comment_box dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: 5px solid #F9F9F9;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .comment_container .shop_comment_box dd {
  font-size: 12px;
  font-size: 1.2rem;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .btn_see_next a {
  color: #fff;
  display: block;
  border-radius: 4px;
  width: 200px;
  padding: 10px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  position: relative;
  background-color: #0FAF67;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .btn_see_next a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 18px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .btn_see_next a:hover {
  color: #E50770;
}

#col_4 #main_container main #shop_detail .shop_review .review_box .btn_see_next a:hover::after {
  border-left: 5px solid #E50770;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form {
  margin-bottom: 40px;
  /* submit */
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form h3 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 4px 0 0 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #0FAF67;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form_box {
  border: 2px solid #333;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form_box .alert {
  width: 90%;
  margin: 0 auto 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px;
  background: #FB3133 url(../../images/bg_mega.png) repeat;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form_box .alert_clean {
  color: #e6de0d;
  background: #0FAF67 url(../../images/bg_mega.png) repeat;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form {
  width: 94%;
  margin: 0 auto 20px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  /* textform */
  /* textarea */
  /* select */
  /* radio */
  /* checkbox */
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form tr {
  padding: 10px;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.3);
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form th {
  width: 32%;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
  padding: 20px 20px;
  text-align: left;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  background: #0FAF67 url(../../images/bg_mega.png) repeat;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form td {
  color: #fff;
  padding: 20px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  background: #049D58 url(../../images/bg_mega.png) repeat;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form td .icons li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form label {
  cursor: pointer;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form input[type="text"] {
  width: 100%;
  padding: 12px 8px;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 1px;
  border: 1px solid #fff;
  font-size: 13px;
  font-size: 1.3rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form input[type="text"]:active, #col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form input[type="text"]:focus {
  border: 1px solid #e6de0d;
  outline: none;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form textarea {
  width: 100%;
  padding: 12px 8px;
  color: #fff;
  border-radius: 4px;
  line-height: 1.7;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form textarea:active, #col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form textarea:focus {
  border: 1px solid #e6de0d;
  outline: none;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form select {
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form input[type="radio"] {
  display: none;
  border: 0;
  margin: 0;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .radio_input {
  display: block;
  position: relative;
  padding-left: 24px;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .radio_input label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #fff;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .radio_input label:before,
#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .radio_input label:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  transition: transform .2s ease;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .radio_input label:before {
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .radio_input label:after {
  top: 8px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  transform: scale(0);
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .radio_input input[type="radio"]:checked + label:after {
  background-color: #e6de0d;
  transform: scale(1);
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form input[type="checkbox"] {
  margin: 0;
  display: none;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .check_input {
  display: block;
  position: relative;
  padding-left: 24px;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .check_input label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .check_input label:before,
#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .check_input label:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: transform .2s ease;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .check_input label:before {
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .check_input label:after {
  top: 8px;
  left: 5px;
  width: 6px;
  height: 11px;
  margin-top: -5.5px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 1.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: border-bottom-color,border-right-color .2s ease;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .review_form .check_input input[type="checkbox"]:checked + label:after {
  border-color: #e6de0d;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .form_footer {
  padding: 40px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background: #0FAF67 url(../../images/bg_mega.png) repeat;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form .form_footer .check_input {
  display: inline-block;
  margin-bottom: 10px;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form input[type="submit"],
#col_4 #main_container main #shop_detail .shop_review .shop_review_form button[type="submit"] {
  background-color: transparent;
  padding: 20px 40px;
  border: 2px solid #fff;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_4 #main_container main #shop_detail .shop_review .shop_review_form input[type="submit"]:hover,
#col_4 #main_container main #shop_detail .shop_review .shop_review_form button[type="submit"]:hover {
  background-color: #fff;
  border-color: #0FAF67;
  color: #0FAF67;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2) inset;
}

#col_4 #main_container main #shop_detail #shop_system {
  margin: 40px 0;
}

#col_4 #main_container main #shop_detail #shop_system h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #E50770;
  box-sizing: border-box;
}

#col_4 #main_container main #shop_detail #shop_system h2 + div {
  padding: 40px 60px;
  box-sizing: border-box;
  border: 2px solid #333;
  border-radius: 0 0 4px 4px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_col_01 {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #efefef;
  text-align: center;
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_col_01 th {
  padding: 10px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_col_01 th:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_col_01 tr:nth-child(2n+1) td {
  background: #F7F7F7;
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_col_01 tr td {
  border-bottom: 1px solid #E8E8E8;
  padding: 9px 15px;
  transition: backgtranround-color 0.3s ease 0s;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_col_01 tr td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_row_01 {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #efefef;
  text-align: center;
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_row_01 th {
  padding: 10px 15px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_row_01 th:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_row_01 tr:nth-child(2n+1) td {
  background: #F7F7F7;
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_row_01 tr td {
  border-bottom: 1px solid #E8E8E8;
  padding: 9px 15px;
  transition: background-color 0.3s ease 0s;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_odd_01 {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #efefef;
  text-align: center;
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_odd_01 td {
  border-bottom: 1px solid #E8E8E8;
  padding: 9px 15px;
  transition: background-color 0.3s ease 0s;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#col_4 #main_container main #shop_detail #shop_system .table_tpl_odd_01 td:nth-child(odd) {
  background: #F7F7F7;
}

#col_4 #main_container main #shop_detail #shop_system .tt_st_01 th {
  background: #E50770;
}

#col_4 #main_container main #shop_detail #shop_system .tt_st_01 tr:nth-child(2n+1) td:hover {
  background: #fca2cd;
}

#col_4 #main_container main #shop_detail #shop_system .tt_st_01 td:hover {
  background: #fca2cd;
}

#col_4 #main_container main #shop_detail #shop_system .tt_st_02 th {
  background: #EEAF03;
}

#col_4 #main_container main #shop_detail #shop_system .tt_st_02 tr:nth-child(2n+1) td:hover {
  background: #fee6a6;
}

#col_4 #main_container main #shop_detail #shop_system .tt_st_02 td:hover {
  background: #fffbf1;
}

#col_4 #main_container main #shop_detail #shop_system .tt_st_03 th {
  background: #2A9FDA;
}

#col_4 #main_container main #shop_detail #shop_system .tt_st_03 tr:nth-child(2n+1) td:hover {
  background: #c2e4f4;
}

#col_4 #main_container main #shop_detail #shop_system .tt_st_03 td:hover {
  background: #c2e4f4;
}

#col_4 #main_container main #shop_detail #sidebar {
  position: absolute;
  left: 101.4%;
  top: 300px;
  width: 170px;
  -webkit-transition: all .7s ease-out;
  -moz-transition: all .7s ease-out;
  -ms-transition: all .7s ease-out;
  -o-transition: all .7s ease-out;
  transition: all .7s ease-out;
}

#col_4 #main_container main #shop_detail #sidebar .menu_title {
  vertical-align: middle;
  font-weight: bold;
  padding: 0 0 0 42px;
  height: 45px;
  line-height: 43px;
  font-size: 15px;
  font-size: 1.5rem;
  background: url("../../images/bg_title_02.png") left bottom no-repeat;
  background-size: 100%;
}

#col_4 #main_container main #shop_detail #sidebar ul {
  border-radius: 4px;
  background-color: #333;
}

#col_4 #main_container main #shop_detail #sidebar ul li a {
  display: block;
  color: #fff;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #4B4B4B;
}

#col_4 #main_container main #shop_detail #sidebar ul li a:hover {
  color: #2A9FDA;
}

#col_4 #main_container main #shop_detail #sidebar ul li:last-child a {
  border-bottom: none;
}

#col_4 #main_container main #therap_prof {
  margin: 0 0 40px 0;
}

#col_4 #main_container main #therap_prof h1 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #E50770;
  box-sizing: border-box;
  margin-bottom: 40px;
}

#col_4 #main_container main #therap_prof h1 .newface-ico,
#col_4 #main_container main #therap_prof h1 .trial-ico,
#col_4 #main_container main #therap_prof h1 .opacity-ico {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 4px;
  vertical-align: inherit;
}

#col_4 #main_container main #therap_prof h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2px 0 2px 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #E50770;
  box-sizing: border-box;
}

#col_4 #main_container main #therap_prof .img_box {
  vertical-align: top;
  display: inline-block;
  width: 300px;
  padding: 0 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#col_4 #main_container main #therap_prof .img_box .prof_sns {
  margin-bottom: 10px;
}

#col_4 #main_container main #therap_prof .img_box .prof_sns .therap_good {
  position: relative;
  display: inline-block;
  color: #fff;
  border-radius: 20px;
  padding: 5px;
  width: 260px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  background-color: #6FBE0D;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_4 #main_container main #therap_prof .img_box .prof_sns .therap_good::after {
  content: url("../../images/bg_title_01.png");
  display: block;
  position: absolute;
  bottom: 0;
  left: -30px;
  line-height: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_4 #main_container main #therap_prof .img_box .prof_sns .therap_good:hover {
  cursor: pointer;
  background-color: #E50770;
}

#col_4 #main_container main #therap_prof .img_box .prof_sns .therap_good:hover::after {
  left: 0;
}

#col_4 #main_container main #therap_prof .img_box .click_point {
  display: block;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 4px 0;
  width: 260px;
  margin: 0 auto;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  background-color: #0FAF67;
  position: relative;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#col_4 #main_container main #therap_prof .img_box .click_point::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}

#col_4 #main_container main #therap_prof .img_box .click_point:hover {
  background-color: #E50770;
}

#col_4 #main_container main #therap_prof #prof_info {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 418px - .5em);
}

#col_4 #main_container main #therap_prof #prof_info table {
  width: 100%;
}

#col_4 #main_container main #therap_prof #prof_info table tr {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

#col_4 #main_container main #therap_prof #prof_info table th {
  width: 30%;
  padding: 20px;
  color: #fff;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  background: #C91168 url("../../images/bg_mega.png") left top repeat;
}

#col_4 #main_container main #therap_prof #prof_info table td {
  text-align: left;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  background: #B70F5E url("../../images/bg_mega.png") left top repeat;
}

#col_4 #main_container main #therap_prof .prof_sch {
  margin: 20px 0;
}

#col_4 #main_container main #therap_prof .prof_sch table {
  width: 100%;
}

#col_4 #main_container main #therap_prof .prof_sch table tr {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

#col_4 #main_container main #therap_prof .prof_sch table tr td {
  text-align: left;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  background: #B70F5E url("../../images/bg_mega.png") left top repeat;
}

#col_4 #main_container main #therap_prof .prof_sch table tr td:last-child {
  border-right: none;
}

#col_4 #main_container main #therap_prof .prof_sch table tr:first-child td {
  background: #C91168 url("../../images/bg_mega.png") left top repeat;
}

#col_4 #main_container main #therap_prof .prof_shop table {
  width: 100%;
}

#col_4 #main_container main #therap_prof .prof_shop table tr {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

#col_4 #main_container main #therap_prof .prof_shop table th {
  width: 30%;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
  background: #D6D6D6 url("../../images/bg_mega.png") left top repeat;
}

#col_4 #main_container main #therap_prof .prof_shop table td {
  text-align: left;
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff url("../../images/bg_mega.png") left top repeat;
}

/***********************************/
/* <body id="review_del_01"> */
/***********************************/
#review_del_01 .review_box {
  padding: 10px;
  box-sizing: border-box;
}

#review_del_01 .review_box .review_header {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: bold;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  position: relative;
  display: table;
  width: 100%;
}

#review_del_01 .review_box .review_header .img_box {
  text-align: center;
  width: 130px;
  display: table-cell;
}

#review_del_01 .review_box .review_header .img_box img {
  width: 90px;
}

#review_del_01 .review_box .review_header .name {
  font-size: 18px;
  font-size: 1.8rem;
  width: calc(100% - 130xp);
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.2;
}

#review_del_01 .review_box .review_header time {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 5px;
  right: 0;
}

#review_del_01 .review_box .star_box {
  vertical-align: top;
  display: inline-block;
  width: 200px;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}

#review_del_01 .review_box .star_box p {
  margin-bottom: 12px;
}

#review_del_01 .review_box .star_box p span {
  display: block;
  background-color: #6FBE0D;
  border-radius: 20px;
  margin-bottom: 5px;
}

#review_del_01 .review_box .star_box p img {
  width: 18px;
}

#review_del_01 .review_box .star_box .ave_star {
  font-size: 14px;
  font-size: 1.4rem;
}

#review_del_01 .review_box .star_box .ave_star img {
  width: 24px;
}

#review_del_01 .review_box .comment_box {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 250px - .5em);
  padding: 10px 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  background-color: #F9F9F9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#review_del_01 .review_box .comment_box .review_sns {
  padding: 20px 0 10px 0;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}

#review_del_01 .review_box .comment_box .review_sns button[type="button"] {
  color: #fff;
  border-radius: 10px;
  padding: 5px;
  width: 120px;
  background-color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#review_del_01 .review_box .comment_box .review_sns button[type="button"]:hover {
  background-color: #6FBE0D;
}

#review_del_01 .review_box .btn_del {
  text-align: right;
}

#review_del_01 .review_box .btn_del a {
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  background-color: #B1B1B1;
}

#review_del_01 .review_box .btn_see_next a {
  color: #fff;
  display: block;
  border-radius: 4px;
  width: 200px;
  padding: 10px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 1px;
  position: relative;
  background-color: #0FAF67;
}

#review_del_01 .review_box .btn_see_next a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 18px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
}

#review_del_01 .review_box .btn_see_next a:hover {
  color: #E50770;
}

#review_del_01 .review_box .btn_see_next a:hover::after {
  border-left: 5px solid #E50770;
}

/********************************************************************/
/* map */
/********************************************************************/
/********************************************************************/
/* 全国ページのマップ */
/********************************************************************/
/* エリアマップ */
#area_map h2 {
  color: #fff;
  background-color: #333333;
  text-align: left;
  letter-spacing: 2px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 4px 0 0 12px;
  border-radius: 4px 4px 0 0;
  border-top: 5px solid #bdbdbd;
  box-sizing: border-box;
}

#area_map .area_box {
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  border: 2px solid #333333;
}

#area_map a {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #333;
  padding: 0 5px;
  border-radius: 4px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}

#area_map a:hover {
  color: #FF393C;
  cursor: pointer;
  box-shadow: none;
}

#area_map a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

#area_map a:hover::after {
  background-color: #FF393C;
  cursor: pointer;
}

/********************************************************************/
/* 東京 */
/********************************************************************/
#map_tokyo {
  height: 310px;
  position: relative;
  background: url(../../images/area_map_tokyo.png);
}

#map_tokyo #ikebukuro {
  top: 57px;
  left: 160px;
  border: 2px solid #2a9fda;
}

#map_tokyo #ikebukuro::after {
  top: 23px;
  left: 45px;
  border: 3px solid #2a9fda;
}

#map_tokyo #akabane_oji_higashijujyou_itabashi {
  top: 6px;
  left: 170px;
  border: 2px solid #3e909f;
}

#map_tokyo #akabane_oji_higashijujyou_itabashi::after {
  top: 4px;
  left: 43px;
  border: 3px solid #3e909f;
}

#map_tokyo #otsuka_sugamo_komagome {
  top: 26px;
  left: 235px;
  border: 2px solid #2a9fda;
}

#map_tokyo #otsuka_sugamo_komagome::after {
  top: 31px;
  left: 12px;
  border: 3px solid #2a9fda;
}

#map_tokyo #nippori_nishinippori {
  top: 53px;
  left: 348px;
  border: 2px solid #2a9fda;
}

#map_tokyo #nippori_nishinippori::after {
  top: 21px;
  left: -23px;
  border: 3px solid #2a9fda;
}

#map_tokyo #nerima_kiyose_kumegawa {
  top: 43px;
  left: 14px;
  border: 2px solid #4b8b7d;
}

#map_tokyo #nerima_kiyose_kumegawa::after {
  top: 4px;
  left: 43px;
  border: 3px solid #4b8b7d;
}

#map_tokyo #shinjuku_kabukicho {
  top: 123px;
  left: 133px;
  border: 2px solid #2a9fda;
}

#map_tokyo #shinjuku_kabukicho::after {
  top: -2px;
  left: 48px;
  border: 3px solid #2a9fda;
}

#map_tokyo #takadanobaba_okubo_shinokubo {
  top: 90px;
  left: 113px;
  border: 2px solid #2a9fda;
}

#map_tokyo #takadanobaba_okubo_shinokubo::after {
  top: 9px;
  left: 78px;
  border: 3px solid #2a9fda;
}

#map_tokyo #shibuya_harajuku_yoyogi {
  top: 166px;
  left: 137px;
  border: 2px solid #2a9fda;
}

#map_tokyo #shibuya_harajuku_yoyogi::after {
  top: 4px;
  left: 44px;
  border: 3px solid #2a9fda;
}

#map_tokyo #ebisu_meguro_nakameguro {
  top: 201px;
  left: 155px;
  border: 2px solid #2a9fda;
}

#map_tokyo #ebisu_meguro_nakameguro::after {
  top: 4px;
  left: 46px;
  border: 3px solid #2a9fda;
}

#map_tokyo #akasaka_roppongi_azabu {
  top: 202px;
  left: 265px;
  border: 2px solid #a483c9;
}

#map_tokyo #akasaka_roppongi_azabu::after {
  top: 4px;
  left: -22px;
  border: 3px solid #a483c9;
}

#map_tokyo #ueno_okachimachi_asakusa {
  top: 87px;
  left: 367px;
  border: 2px solid #2a9fda;
}

#map_tokyo #ueno_okachimachi_asakusa::after {
  top: 11px;
  left: -22px;
  border: 3px solid #2a9fda;
}

#map_tokyo #kitasenju_kanamachi {
  top: 5px;
  left: 486px;
  border: 2px solid #5ba0e0;
}

#map_tokyo #kitasenju_kanamachi::after {
  top: 4px;
  left: -21px;
  border: 3px solid #5ba0e0;
}

#map_tokyo #akihabara_kanda_asakusabashi {
  top: 142px;
  left: 377px;
  border: 2px solid #d35783;
}

#map_tokyo #akihabara_kanda_asakusabashi::after {
  top: -20px;
  left: 18px;
  border: 3px solid #d35783;
}

#map_tokyo #kinshichou_kameido_koiwa {
  top: 142px;
  left: 454px;
  border: 2px solid #d35783;
}

#map_tokyo #kinshichou_kameido_koiwa::after {
  top: -20px;
  left: 18px;
  border: 3px solid #d35783;
}

#map_tokyo #kasai_nishikasai {
  top: 221px;
  left: 485px;
  border: 2px solid #3ca89f;
}

#map_tokyo #kasai_nishikasai::after {
  top: -20px;
  left: 11px;
  border: 3px solid #3ca89f;
}

#map_tokyo #tokyo_ginza_nihonbashi {
  top: 189px;
  left: 417px;
  border: 2px solid #3ca89f;
}

#map_tokyo #tokyo_ginza_nihonbashi::after {
  top: -20px;
  left: 18px;
  border: 3px solid #3ca89f;
}

#map_tokyo #shimbashi_hamamatsucho_tamachi {
  top: 203px;
  left: 356px;
  border: 2px solid #2a9fda;
}

#map_tokyo #shimbashi_hamamatsucho_tamachi::after {
  top: 4px;
  left: -23px;
  border: 3px solid #2a9fda;
}

#map_tokyo #iidabashi_suidobashi_ichigaya_yotsuya_ochanomizu {
  top: 102px;
  left: 254px;
  border: 2px solid #c5c725;
}

#map_tokyo #iidabashi_suidobashi_ichigaya_yotsuya_ochanomizu::after {
  top: 4px;
  left: -21px;
  border: 3px solid #c5c725;
}

#map_tokyo #gotanda_shinagawa_osaki {
  top: 256px;
  left: 253px;
  border: 2px solid #2a9fda;
}

#map_tokyo #gotanda_shinagawa_osaki::after {
  top: -20px;
  left: 11px;
  border: 3px solid #2a9fda;
}

#map_tokyo #kamata_omori_oimachi {
  top: 278px;
  left: 206px;
  border: 2px solid #baa058;
}

#map_tokyo #kamata_omori_oimachi::after {
  top: 4px;
  left: -21px;
  border: 3px solid #baa058;
}

#map_tokyo #nakano_koenji_ogikubo_kichijoji_mitaka {
  top: 141px;
  left: 66px;
  border: 2px solid #97d649;
}

#map_tokyo #nakano_koenji_ogikubo_kichijoji_mitaka::after {
  top: -20px;
  left: 18px;
  border: 3px solid #97d649;
}

#map_tokyo #tachikawa_kokubunji_hachioji {
  top: 141px;
  left: 5px;
  border: 2px solid #97d649;
}

#map_tokyo #tachikawa_kokubunji_hachioji::after {
  top: -20px;
  left: 18px;
  border: 3px solid #97d649;
}

#map_tokyo #machida_sagamihara {
  top: 213px;
  left: 5px;
  border: 2px solid #658e45;
}

#map_tokyo #machida_sagamihara::after {
  top: -20px;
  left: 10px;
  border: 3px solid #658e45;
}

#map_tokyo #shimokitazawa_fuchu_noborito {
  top: 190px;
  left: 50px;
  border: 2px solid #658e45;
}

#map_tokyo #shimokitazawa_fuchu_noborito::after {
  top: -20px;
  left: 18px;
  border: 3px solid #658e45;
}

/********************************************************************/
/* 神奈川 */
/********************************************************************/
#map_kanagawa {
  height: 150px;
  position: relative;
  background: url(../../images/area_map_kanagawa.png);
}

#map_kanagawa #kawasaki {
  top: 9px;
  left: 435px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 15px;
  border: 2px solid #8065e6;
}

#map_kanagawa #kawasaki::after {
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  border: 3px solid #8065e6;
}

#map_kanagawa #yokohama {
  top: 48px;
  left: 130px;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 6px 15px;
  border: 2px solid #d35783;
}

#map_kanagawa #yokohama::after {
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  border: 3px solid #d35783;
}

#map_kanagawa #otherwise {
  top: 95px;
  left: 23px;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 6px 15px;
}

#map_kanagawa #otherwise::after {
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  border: 3px solid #333;
}

/********************************************************************/
/* 愛知 */
/********************************************************************/
#map_aichi {
  height: 150px;
  position: relative;
  background: url(../../images/area_map_aichi.png) 0 0 no-repeat;
}

#map_aichi #nagoya_sakae {
  top: 49px;
  left: 42px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 15px;
  border: 2px solid #d3bd57;
}

#map_aichi #nagoya_sakae::after {
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  border: 3px solid #d3bd57;
}

#map_aichi #chikusa_imaike_ikeshita {
  top: 51px;
  left: 364px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 15px;
  border: 2px solid #e66565;
}

#map_aichi #chikusa_imaike_ikeshita::after {
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  border: 3px solid #e66565;
}

/********************************************************************/
/* 大阪 */
/********************************************************************/
#map_osaka {
  height: 310px;
  position: relative;
  background: url(../../images/area_map_osaka.png);
}

#map_osaka #kita {
  top: 40px;
  left: 2px;
  border: 2px solid #d35783;
}

#map_osaka #kita::after {
  top: 4px;
  left: 203px;
  border: 3px solid #d35783;
}

#map_osaka #shinsaibashi_yotsubashi_nagahoribashi_nishinagahori {
  top: 161px;
  left: 231px;
  border: 2px solid #d9d864;
}

#map_osaka #shinsaibashi_yotsubashi_nagahoribashi_nishinagahori::after {
  top: 4px;
  left: -26px;
  border: 3px solid #d9d864;
}

#map_osaka #minami {
  top: 216px;
  left: 231px;
  border: 2px solid #e77fd2;
}

#map_osaka #minami::after {
  top: 4px;
  left: -26px;
  border: 3px solid #e77fd2;
}

#map_osaka #sakaisujihonmachi_awaza_honmachi_kitahama {
  top: 123px;
  left: 310px;
  border: 2px solid #37aa3d;
}

#map_osaka #sakaisujihonmachi_awaza_honmachi_kitahama::after {
  top: 4px;
  left: -27px;
  border: 3px solid #37aa3d;
}

#map_osaka #tenma_minamimorimachi_tenmabashi_kyobashi {
  top: 23px;
  left: 310px;
  border: 2px solid #e57c7c;
}

#map_osaka #tenma_minamimorimachi_tenmabashi_kyobashi::after {
  top: 4px;
  left: -27px;
  border: 3px solid #e57c7c;
}

#map_osaka #tanimachikyuchome_tennoji {
  top: 275px;
  left: 343px;
  border: 2px solid #a483c9;
}

#map_osaka #tanimachikyuchome_tennoji::after {
  top: 4px;
  left: -27px;
  border: 3px solid #a483c9;
}

#map_osaka #juso_nishinakajimaminamikata_shinosaka {
  top: 6px;
  left: 17px;
  border: 2px solid #d35783;
}

#map_osaka #juso_nishinakajimaminamikata_shinosaka::after {
  top: 4px;
  left: 188px;
  border: 3px solid #d35783;
}

#map_osaka #otherwise {
  top: 83px;
  left: 17px;
  padding: 13px;
}

#map_osaka #otherwise::after {
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  border: 3px solid #333;
}

/********************************************************************/
/* 福岡 */
/********************************************************************/
#map_fukuoka {
  height: 150px;
  position: relative;
  background: url(../../images/area_map_fukuoka.png);
}

#map_fukuoka #nakasu_hakata {
  top: 55px;
  left: 288px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 15px;
  border: 2px solid #d35783;
}

#map_fukuoka #nakasu_hakata::after {
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  border: 3px solid #d35783;
}

#map_fukuoka #otherwise {
  top: 56px;
  left: 35px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 15px;
}

#map_fukuoka #otherwise::after {
  top: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  border: 3px solid #333;
}

/*# sourceMappingURL=style.css.map */