@charset "UTF-8";
/* -------------------------------
スタイルの初期化 */
html {
  font-size: 62.5%;
}
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;
}
body {
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
  line-height: 1.65;
  letter-spacing: .025em;
  text-autospace: ideograph-alpha;
  font-feature-settings: 'palt';
  padding-top: 126px;
}
body *, :before, :after {
  box-sizing: border-box;
}
a {
  transition: .3s color linear, opacity .3s linear;
  text-decoration: none;
  color: var(--black);
  display: block;
}
a img {
  border: 0;
  outline: none;
}
img, svg {
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
ul, ol {
  list-style-type: none;
}
sup {
  position: relative;
  vertical-align: baseline;
  top: -0.9em;
  font-size: 0.5em;
}
hr {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
th, caption {
  text-align: left;
  font-weight: normal;
}
th, td {
  empty-cells: show;
}
input[type="submit"] {
  display: inline;
  margin: 0;
}
input[type="checkbox"] {
  margin-right: 0.2em;
  vertical-align: -2px;
}
input[type="radio"] {
  margin-right: 0.2em;
  vertical-align: -2px;
}
::placeholder {
  color: #c9c9c9;
}
table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
textarea {
  padding: 2px;
}
optgroup {
  font-style: normal;
}
option {
  padding-right: 10px;
}
*:focus {
  outline: none;
}
em {
  font-style: normal;
}
/*------------------------
共通指定デザイン
------------------------*/ :root {
  --gray: #eeeeee;
  --pink: #fb90aa;
  --b-pink: #ff6893;
  --yellow: #d5c854;
  --line: #06c755;
  --bg_pink: #fbdcd7;
  --bg_yellow: #f9f8ef;
  --black: #3e474c;
  --darkgreen: #003333;
  --darkblue: #25627e;
}
.wf {
  font-family: 'Roboto', sans-serif;
}
/*ボタン*/
.btn a {
  background: #fff;
  color: var(--b-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  font-weight: bold;
  transition: all .3s ease 0s;
  border: 2px solid var(--b-pink);
  -webkit-box-shadow: 0 3px rgba(255, 104, 147, 1);
  box-shadow: 0 3px rgba(255, 104, 147, 1);
}
.btn a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 1px solid var(--b-pink);
  border-left: 1px solid var(--b-pink);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
a:hover {
  opacity: 0.7;
}
.flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.red, .must {
  color: #ff0007;
}
.image img {
  width: 100%;
  height: 100%;
}
.textarea {
  text-align: justify;
}
/*sp*/
.sp {
  display: none;
}
.pc {
  display: block;
}
/*------------------------
header
------------------------*/
header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 2px solid #fbdcd7;
}
header .inner {
  max-width: 1200px;
  margin: 0 auto;
}
header .inner .top-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
header .inner .top-wrap .logo .image {
  width: 130px;
}
/* CONTACTボタン */
header .top-wrap .contact-wrap .box a {
  background: var(--line);
  color: #fff;
  border-radius: 3px;
  /*height: 45px;*/
  min-width: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 7px 10px 6px;
}
header .top-wrap .contact-wrap .box a::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_line_w.png) no-repeat center;
  background-size: contain;
  display: block;
  margin-right: 6px;
}
header .top-wrap .contact-wrap .box p.icon {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  letter-spacing: -.04em;
  margin-bottom: 3px;
}
header .top-wrap .contact-wrap .box p.time {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}
/* WEB */
header .top-wrap .contact-wrap .web a {
  background: var(--b-pink);
  margin-right: 8px;
}
header .top-wrap .contact-wrap .web a::before {
  background: url(../images/common/icon_mail_w.png) no-repeat center;
  background-size: contain;
}
/* 店舗案内ボタン */
header .top-wrap .contact-wrap .shopguide a {
  background: #25627e;
  color: #fff;
  border-radius: 3px;
  /*height: 45px;*/
  min-width: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 7px 10px 6px;
}
header .top-wrap .contact-wrap .shopguide a::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../images/common/icon_shopguide.png) no-repeat center;
  background-size: contain;
  display: block;
  margin-right: 6px;
}
header .shopguide p.icon {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  letter-spacing: -.04em;
  margin-bottom: 3px;
}
header .shopguide p.time {
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
}
/* WEB */
header .top-wrap .contact-wrap .web a {
  background: var(--b-pink);
  margin-right: 8px;
}
header .top-wrap .contact-wrap .web a::before {
  background: url(../images/common/icon_mail_w.png) no-repeat center;
  background-size: contain;
}
/* 電話 */
header .top-wrap .tel-wrap {
  margin-left: 15px;
}
header .top-wrap .tel-wrap .time {
  font-size: 12px;
  line-height: 1;
}
header .top-wrap .tel-wrap .tel {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  letter-spacing: -.04em;
  line-height: 1.3;
}
header .top-wrap .tel-wrap .tel::before {
  content: "";
  width: 33px;
  height: 22px;
  background: url(../images/common/icon_tel_pink.png) no-repeat;
  background-size: contain;
  display: block;
  margin-right: 2%;
}
/*------------------------
ナビ
------------------------*/
header .menu-wrap {
  justify-content: space-between;
}
header .menu-wrap ul {
  display: flex;
  align-items: center;
  border-right: 2px dotted var(--black);
}
header .menu-wrap ul li a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  padding: 6px 24px;
  border-left: 2px dotted var(--black);
}
header .menu-wrap ul li a span {
  color: var(--brown);
  font-size: 11px;
}
/* ログインボタン */
header .menu-wrap .login-wrap {
  display: flex;
}
header .menu-wrap .login-wrap .login a {
  background: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 10px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  border: 2px solid #67bcc2;
  border-bottom: 0;
  color: #67bcc2;
}
header .menu-wrap .login-wrap .login a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_login_l.png) no-repeat center;
  background-size: contain;
  display: block;
  margin-right: 5px;
}
/* 店舗様 */
header .menu-wrap .login-wrap .login.store a {
  border: 2px solid #1e8ccd;
  border-bottom: 0;
  color: #1e8ccd;
  margin-left: 8px;
}
header .menu-wrap .login-wrap .login.store a::before {
  background: url(../images/common/icon_login_b.png) no-repeat center;
  background-size: contain;
}
/*------------------------
共通
------------------------*/
section.contents .inner {
  padding: 60px 0 80px;
  width: 1000px;
  margin: 0 auto;
}
section.contents .ttl-wrap h2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 32px;
}
section.contents .ttl-wrap h2::after, section.contents .ttl-wrap h2::before {
  content: "";
  width: 47px;
  height: 27px;
  background: url(../images/common/asirai_kirakira.svg) no-repeat;
  background-size: contain;
  display: block;
}
section.contents .ttl-wrap h2::after {
  margin-left: 40px;
  transform: rotateX(180deg);
}
section.contents .ttl-wrap h2::before {
  transform: rotate(180deg);
  margin-right: 40px;
}
section.contents .sub-text {
  font-size: 16px;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 15px;
}
section.contents .ttl-wrap .sub {
  height: 20px;
  margin-bottom: 13px;
}
section.contents .ttl-wrap h2 {
  line-height: 1.2;
}
/* 2カラム */
section.box .ttl-wrap h2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 26px;
}
section.box .ttl-wrap h2::after, section.box .ttl-wrap h2::before {
  content: "";
  width: 38px;
  height: 22px;
  background: url(../images/common/asirai_kirakira.svg) no-repeat;
  background-size: contain;
  display: block;
}
section.box .ttl-wrap h2::after {
  margin-left: 15px;
  transform: rotateX(180deg);
}
section.box .ttl-wrap h2::before {
  transform: rotate(180deg);
  margin-right: 15px;
}
section.box .ttl-wrap .sub {
  height: 20px;
  margin-bottom: 8px;
}
section.box .ttl-wrap h2 {
  line-height: 1.2;
}
section.box .sub-text {
  font-size: 16px;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 15px;
}
/*------------------------
後続共通
------------------------*/
/*パンくず*/
#breadcrumb {
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid var(--gray);
  padding: 8px 0;
  width: 1200px;
  margin: 0 auto;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li a {
  font-size: 14px;
  display: inline-block;
}
#breadcrumb li::before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border-bottom: 1px solid var(--black);
  border-right: 1px solid var(--black);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto 10px;
}
#breadcrumb li:first-child::before {
  content: none;
}
/* タイトル */
.top-ttl {
  background: url(../images/common/bg_page-ttl.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0 60px;
}
.top-ttl .page-ttl {
  text-align: center;
}
.top-ttl .page-ttl .sub {
  height: 20px;
  display: block;
  margin-bottom: 10px;
}
.top-ttl .page-ttl h1 {
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: .04em;
}
.top-ttl .page-ttl h1::after {
  content: "";
  width: 40px;
  height: 30px;
  background: url(../images/common/asirai_kirakira_w.svg) no-repeat;
  background-size: contain;
  display: block;
  margin-left: 30px;
}
.top-ttl .page-ttl h1::before {
  content: "";
  width: 40px;
  height: 30px;
  background: url(../images/common/asirai_kirakira_w.svg) no-repeat;
  background-size: contain;
  display: block;
  transform: rotateY(180deg);
  margin-right: 30px;
}
/*------------------------
2カラム
------------------------*/
.bg_main {
  background: #f9f9f9;
  padding: 60px 0 80px;
}
.contents-wrap {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
.contents-wrap main {
  width: 680px;
}
#sidebar {
  width: 290px;
}
/*------------------------
サイドバー
------------------------*/
/* バナー */
#sidebar .banner-wrap {
  margin-bottom: 25px;
}
#sidebar .banner-wrap .image {
  margin-bottom: 10px;
}
/* リンク */
#sidebar .link_wrap {
  margin-bottom: 25px;
}
#sidebar .link_wrap ul li a {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin-bottom: 5px;
}
#sidebar .link_wrap ul li a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-bottom: 1px solid var(--black);
  border-left: 1px solid var(--black);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: 0%;
  bottom: 0;
  right: 10px;
  margin: auto;
  opacity: 1;
}
#sidebar .link_wrap ul li .image {
  width: 80px;
  height: 80px;
  border-radius: 5px 0 0 5px;
}
#sidebar .link_wrap ul li .image img {
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}
#sidebar .link_wrap ul li p {
  font-size: 15px;
  font-weight: bold;
  flex: 1;
  margin-left: 10px;
  letter-spacing: -.04em;
}
/* 共通 */
#sidebar .side-block {
  background: #fff;
  margin-bottom: 25px;
  border-top: 3px solid #67bcc2;
}
#sidebar .side-block .inner {
  padding: 15px 15px 20px;
}
#sidebar .side-block .ttl-wrap h2 {
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 8px;
  border-bottom: 2px dotted var(--black);
  margin-bottom: 10px;
}
#sidebar .side-block .ttl-wrap .sub {
  height: 14px;
  margin-bottom: 5px;
}
/* アクセス・運営会社 */
#sidebar .access .map-wrap {
  width: 100%;
  height: 160px;
  margin-bottom: 8px;
}
#sidebar .access .map-wrap iframe {
  width: 100%;
  height: 100%;
}
#sidebar .access .address {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 8px;
}
#sidebar .access .map-btn a {
  font-size: 13px;
  border-bottom: 1px solid var(--black);
  display: inline-block;
  margin-bottom: 10px;
}
#sidebar .access .btn a {
  font-size: 15px;
  height: 50px;
  font-weight: 500;
  -webkit-box-shadow: 0 2px rgba(255, 104, 147, 1);
  box-shadow: 0 2px rgba(255, 104, 147, 1);
}
/* 職種から店舗を探す */
#sidebar .occupation .link-wrap li a {
  display: flex;
  align-items: center;
  border: 1px solid var(--black);
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 4px;
}
#sidebar .occupation .link-wrap li .image {
  width: 50px;
  height: 50px;
}
#sidebar .occupation .link-wrap li h3 {
  font-size: 16px;
  padding-left: 10px;
}
/*------------------------
pageトップ
------------------------*/
#to_pagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 20;
  cursor: pointer;
  margin: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s visibility ease-in-out;
}
#to_pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--black);
  border-radius: 50%;
}
#to_pagetop a:hover {
  opacity: .7;
}
#to_pagetop a:after {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}
#to_pagetop.show {
  opacity: 1;
  visibility: visible;
}
/*------------------------
フッターコンタクト
------------------------*/
.common_contact {
  padding: 40px 0;
}
.common_contact .inner {
  background: var(--bg_pink);
  position: relative;
  width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 30px 40px 40px;
}
.common_contact .inner::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  border-color: transparent transparent #f3a499 transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
/* タイトル */
.common_contact .ttl-wrap {
  position: relative;
  margin-bottom: 15px;
}
.common_contact .ttl-wrap::after, .common_contact .ttl-wrap::before {
  content: "";
  width: 30px;
  height: 50px;
  background: url(../images/common/asirai_contact.svg) no-repeat;
  background-size: contain;
  position: absolute;
}
.common_contact .ttl-wrap::after {
  top: 0%;
  right: 230px;
}
.common_contact .ttl-wrap::before {
  top: 0%;
  left: 230px;
  transform: rotateY(180deg);
}
.common_contact .ttl-wrap .sub {
  height: 22px;
  margin-bottom: 4px;
}
.common_contact .ttl-wrap h2 {
  font-size: 28px;
  text-align: center;
}
.common_contact .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
/* 電話から受付 */
.common_contact .tel-wrap {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  width: 450px;
}
.common_contact .tel-wrap .ttl, .common_contact .link-wrap .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.common_contact .tel-wrap .tel {
  font-size: 42px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -.04em;
  line-height: 1.2;
}
.common_contact .tel-wrap .tel::before {
  content: "";
  width: 44px;
  height: 32px;
  background: url(../images/common/icon_tel.png) no-repeat;
  background-size: contain;
  display: block;
  margin-right: 5px;
}
.common_contact .tel-wrap .time {
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
/* 登録ボタン */
.common_contact .link-wrap {
  background: #fff;
  padding: 20px 30px 30px;
  border-radius: 6px;
  width: 450px;
}
.common_contact .flex-box {
  justify-content: space-between;
}
.common_contact .flex-box .box a {
  width: 400px;
  height: 66px;
  background: var(--line);
  color: #fff;
  padding: 2px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  -webkit-box-shadow: 0 3px rgba(52, 126, 83, 1);
  box-shadow: 0 5px rgba(52, 126, 83, 1);
}
.common_contact .flex-box .box a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/icon_line_w.png) no-repeat center;
  background-size: contain;
  display: block;
  margin-right: 10px;
}
.common_contact .flex-box .box p.icon {
  font-size: 19px;
  font-weight: 500;
  position: relative;
  letter-spacing: -.04em;
  margin-bottom: 5px;
}
.common_contact .flex-box .box p.time {
  font-size: 14px;
  line-height: 1.2;
}
/* WEB */
.common_contact .flex-box .box.web a {
  background: var(--b-pink);
  margin-right: 8px;
  -webkit-box-shadow: 0 5px rgba(161, 57, 87, 1);
  box-shadow: 0 5px rgba(161, 57, 87, 1);
}
.common_contact .flex-box .box.web a::before {
  background: url(../images/common/icon_mail_w.png) no-repeat center;
  background-size: contain;
}
/*------------------------
フッター
------------------------*/
footer {
  background: var(--black);
}
footer .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 100px;
  color: #fff;
}
footer .logo {
  margin-bottom: 35px;
}
footer .logo .image {
  width: 200px;
  height: 66px;
  display: block;
  background: #fff;
  padding: 8px 10px;
  border-radius: 5px;
}
footer .logo .image img {
  object-fit: contain;
}
footer .inner .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer nav {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-nav li a {
  color: #fff;
  font-size: 16px;
  padding-bottom: 20px;
  width: 220px;
  display: block;
}
/* ログインボタン */
footer .btn-wrap {
  background: rgba(255, 255, 255, .6);
  padding: 25px 30px;
  border-radius: 5px;
}
footer .btn-wrap .login a {
  background: #fff;
  height: 70px;
  width: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  border: 3px solid #67bcc2;
  color: #67bcc2;
}
footer .btn-wrap .login a::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/common/icon_login_l.png) no-repeat center;
  background-size: contain;
  display: block;
  margin-right: 5px;
}
/* 店舗様 */
footer .btn-wrap .login.store a {
  border: 3px solid #1e8ccd;
  color: #1e8ccd;
  margin-top: 10px;
}
footer .btn-wrap .login.store a::before {
  background: url(../images/common/icon_login_b.png) no-repeat center;
  background-size: contain;
}
/* copy */
footer .copy {
  font-size: 12px;
  background: #000;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.subTitle1 {
  background: url(../images/common/icon-3.gif) no-repeat 0 10px;
  background-position: left center;
  padding: 0 0 5px 10px;
  font-weight: normal;
}
.subTitle1 a {
  font-size: 18px;
}
.subTitle2 {
  display: block;
  background-color: #E9E4D5;
  padding: 3px;
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 20px;
  padding: 8px;
}
.subTitle3 {
  border-bottom: 1px #d6518e dotted;
  line-height: 1.7;
  padding-left: 5px;
  color: #b21f63;
  margin-bottom: 5px;
}
.subTitle4 {
  background: url(../images/common/icon-3.gif) no-repeat 0 10px;
  background-position: left center;
  padding: 0 0 5px 10px;
  font-weight: bold;
}
.subTitle5 {
  padding: 0 0 5px 10px;
  font-weight: bold;
}
.flowBox {
  margin-bottom: 45px;
}
#blank-back {
  position: relative;
}
.txtCn {
  text-align: center !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mg0 {
  margin: 0 !important;
}
.logo_area {
  background:
    #f5f5f5;
  border-radius: 5px;
  padding: 3px;
  width: auto;
  text-align: center;
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 140px;
  font-size: 17px;
}
/*口コミ*/
.review_ttl .ttl-wrap .image {
  width: 50px;
  margin: 0 auto;
  display: block;
}
/*評価★★★★★*/
.rate {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 14px;
  font-size: 14px;
  /* margin-right: 5px;*/
  top: -0.05em;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Material Icons';
  content: '\e838\e838\e838\e838\e838';
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap;
}
.rate0:after {
  width: 0;
}
.rate1:after {
  width: 16px;
}
.rate1-5:after {
  width: 23px;
}
.rate2:after {
  width: 30px;
}
.rate2-5:after {
  width: 37px;
}
.rate3:after {
  width: 45px;
}
.rate3-5:after {
  width: 53px;
}
.rate4:after {
  width: 60px;
}
.rate4-5:after {
  width: 65px;
}
.rate5:after {
  width: 75px;
}
.review_list--head {
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.review_list--icon {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  background: #FB90AA;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.review_list--name {
  font-size: 14px;
  padding-left: 35px;
  display: block;
  font-weight: normal;
  line-height: 1.2;
}
.review_list--time {
  font-size: 12px;
  color: #A0A0A0;
  padding-left: 35px;
  display: block;
  font-weight: normal;
  line-height: 1.2;
}
.review_list--comment {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
}
.review_list {
  padding: 0 15px;
}
.h2_k1 {
  width: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
}
.h2_k1s {
  color: #ffa500;
  font-size: 20px;
}
.h2_k2 {
  width: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 2px
}
.review_list--comment img {
  display: inline-block;
  max-width: 65px;
  vertical-align: middle;
  display: block;
  margin-bottom: 5px;
}