@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:		price_new.scss
Note:			料金表ページ用SCSSファイル


New Creation:	2019/02/25.
Last Change:	2019/02/25.


Created By		Kosuke Inoue

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	ブラウザデフォルトスタイルリセット
2.	HTMLタグ
3.	container
4.	共通部分
5.	header
6.	content
7.	main
8.	sub
9.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

fieldset {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: 100%;
  font-size: inherit;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

th,
td {
  padding: 0;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

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

figure {
  margin: 0;
}

/*----------------------------------------------------------------------
2.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  min-width: 1034px;
  height: 100%;
}

body {
  background: url(../img/container_bg.png) top center repeat-y, url(../img/bg.gif) top center;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: color 0.1s linear;
  color: #6d9dd0;
}
a:hover {
  color: #ec7c78 !important;
}

a img {
  opacity: 1;
  transition: opacity 0.1s linear;
}
a:hover img {
  opacity: 0.5;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
a[href^="tel:"]:hover {
  cursor: default;
}

/*----------------------------------------------------------------------
3.	container
----------------------------------------------------------------------*/
#container {
  min-height: 100vh;
  background: url(../img/container_bg.png) top center repeat-y;
}
#container .wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  background: url(../img/container_bg2.png) top center no-repeat, url(../img/bg2.gif) top center repeat-x;
}
body > #container .wrapper {
  height: auto;
}
#container > .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#container > .wrapper #content {
  flex: 1;
}
#container * .wrapper {
  position: static;
  height: auto;
  min-height: auto;
  background: none;
}
body > #container * .wrapper {
  height: auto;
}

/*----------------------------------------------------------------------
4.	共通部分
----------------------------------------------------------------------*/
.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

#topicpath ol {
  *zoom: 1;
}
#topicpath ol::after {
  content: "";
  display: table;
  clear: both;
}
#topicpath ol li {
  float: left;
  margin-right: 0.5em;
  line-height: 30px;
  color: #7f7875;
}
#topicpath ol li::before {
  content: " > ";
  display: inline-block;
}
#topicpath ol li:first-child::before {
  content: "";
}
#topicpath ol li:last-child a {
  color: #7f7875;
}
#topicpath ol li a {
  display: inline-block;
  white-space: nowrap;
  color: #6d9dd0;
}

.pagetop {
  margin: 23px 10px;
  text-align: right;
}
.pagetop a {
  padding-left: 15px;
  background: url(../img/arrow/arrow3.png) left top no-repeat;
  color: #7f7875;
}
.pagetop a:hover {
  background-image: url(../img/arrow/arrow3_h.png);
}

.assist {
  display: none;
}

#yearend {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  padding-top: 3px;
  width: 99.85%;
  height: 32px;
  border: 1px solid #888;
  background: url(../img/yearend_bg.gif) left 3px repeat-x #c40038;
  line-height: 1.2em;
}
#yearend h2,
#yearend p {
  display: table-cell;
}
#yearend p {
  padding: 5px 91px 0 2em;
  vertical-align: middle;
  text-indent: -1em;
  line-height: 1.2;
  font-size: 1em;
  color: #59514e;
}
#yearend .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

.notice-tax {
  margin: 20px 10px;
  padding: 12px 0;
  border: #c9c9ca 1px solid;
  background-color: #f6f7f7;
  text-align: center;
  line-height: 1.4;
  font-size: 1em;
  color: #e85554;
}

#link_box {
  position: fixed;
  right: calc(50% - 494px - 39px - 5px);
  bottom: calc(50% - 202px);
  z-index: 100;
  width: 39px;
}
#link_box .link_inquiry,
#link_box .link_counseling {
  margin-bottom: 7px;
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: 3px 3px 6px #777;
  text-align: right;
}
#link_box .link_inquiry {
  background-image: url(../img/link_mail_h.png?v=2);
}
#link_box .link_counseling {
  background-image: url(../img/link_counseling_h.png);
}
#link_box .pagetop {
  margin: 0;
}
#link_box .pagetop a {
  padding: 0;
  background: none;
}

sup.copyright {
  font-weight: lighter;
}

/*----------------------------------------------------------------------
5.	#header
----------------------------------------------------------------------*/
#header {
  position: relative;
  margin: 0 auto;
  width: 988px;
  background: url(../img/header_bg.gif) left 24px no-repeat;
}
#header h1 {
  background: url(../img/h1_bg.gif) left top repeat-x #524840;
  text-align: center;
  line-height: 24px;
  font-size: 1em;
  white-space: nowrap;
  color: #b3a79c;
}
#header #logo {
  padding: 27px 0 31px 26px;
}
#header aside {
  display: flex;
  position: absolute;
  top: 37px;
  right: 30px;
}
#header .h-tel {
  margin-right: 15px;
  width: 186px;
}
#header .h-tel .h-tab-list {
  *zoom: 1;
  margin-bottom: 9px;
  width: 186px;
}
#header .h-tel .h-tab-list::after {
  content: "";
  display: table;
  clear: both;
}
#header .h-tel .h-tab-item {
  float: left;
  padding: 4px 0 3px;
  width: 35px;
  border-bottom: 1px solid #56514c;
  border-left: 1px solid #56514c;
  background-color: rgba(0,0,0,.15);
  cursor: pointer;
  text-align: center;
}
#header .h-tel .h-tab-item.nagoya {
  width: 39px;
}
#header .h-tel .h-tab-item:last-child {
  border-right: 1px solid #56514c;
}
#header .h-tel .h-tab-item.is-active {
  padding: 3px 0 4px;
  border-top: 1px solid #56514c;
  border-bottom: 0;
  background-color: transparent;
}
#header .h-tel .h-tab-content {
  position: relative;
}
#header .h-tel .h-tab-content-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.15s linear;
}
#header .h-tel .h-tab-content-item.is-active {
  opacity: 1;
}
#header .info {
  display: flex;
  top: 0;
  flex-direction: column;
  flex-wrap: wrap;
  width: 439px;
  height: 66px;
}
#header .info-inner {
  width: 336px;
}
#header .info li {
  border: 2px solid #29211b;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#header .info li.mail {
  margin-bottom: 0;
  background-image: url(../img/header_info_mail_h.png?v=2);
}
#header .info li.counseling {
  margin-bottom: 0;
  background-image: url(../img/header_info_counseling_h.png?v=2);
}
#header .info a:hover img {
  opacity: 0;
}
#header .info .line {
  margin-left: 4px;
  border: 2px solid #29211b;
}
#header .info .line a {
  display: block;
  width: 95px;
  height: 62px;
  background: url(../img/header_cv_line_h.png) left top no-repeat;
}
#header .info .line a:hover img {
  display: none;
}
#header .info-list {
  display: flex;
  margin-bottom: 2px;
  height: 32px;
}
#header .info-list .info-item + .info-item {
  margin-left: 2px;
}
#header .h-search {
  position: static;
  border: 2px solid #332a27;
}
#header .h-search__form {
  display: flex;
  width: 332px;
}
#header .h-search__form__input {
  display: block;
  padding: 10px;
  width: 259px;
  height: 28px;
  border: 0;
  border-right: 2px solid #332a27;
  font-size: 1.4em;
  box-sizing: border-box;
}
#header .h-search__form__button {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

#gnavi, #footer #fnavi {
  padding: 1px 0 5px;
  background: url(../img/nav_bg_l.gif) left top repeat-x;
}
#gnavi > ul, #footer #fnavi > ul {
  *zoom: 1;
  position: relative;
  padding: 0 29px;
}
#gnavi > ul::after, #footer #fnavi > ul::after {
  content: "";
  display: table;
  clear: both;
}
#gnavi > ul > li, #footer #fnavi > ul > li {
  float: left;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#gnavi > ul > li.about, #footer #fnavi > ul > li.about {
  background-image: url(../img/nav_about_a.png?v=4);
}
#gnavi > ul > li.trouble, #footer #fnavi > ul > li.trouble {
  background-image: url(../img/nav_trouble_a.png?v=4);
}
#gnavi > ul > li.contents, #footer #fnavi > ul > li.contents {
  background-image: url(../img/nav_contents_a.png?v=4);
}
#gnavi > ul > li.case, #footer #fnavi > ul > li.case {
  background-image: url(../img/nav_case_a.png?v=4);
}
#gnavi > ul > li.price, #footer #fnavi > ul > li.price {
  background-image: url(../img/nav_price_a.png?v=4);
}
#gnavi > ul > li.campaign, #footer #fnavi > ul > li.campaign {
  background-image: url(../img/nav_campaign_a.png?v=4);
}
#gnavi > ul > li.doctor, #footer #fnavi > ul > li.doctor {
  background-image: url(../img/nav_doctor_a.png?v=4);
}
#gnavi > ul > li.access, #footer #fnavi > ul > li.access {
  background-image: url(../img/nav_access_a.png?v=4);
}
#gnavi > ul > li.qa, #footer #fnavi > ul > li.qa {
  background-image: url(../img/nav_qa_a.png?v=4);
}
#gnavi > ul > li .new, #footer #fnavi > ul > li .new {
  position: absolute;
  top: -11px;
  right: 0;
  z-index: 100;
}
#gnavi > ul > li > a, #footer #fnavi > ul > li > a {
  display: block;
  position: relative;
}
#gnavi > ul > li > a:hover > *, #footer #fnavi > ul > li > a:hover > * {
  opacity: 0;
}
#gnavi > ul > li > a img, #footer #fnavi > ul > li > a img {
  transition: opacity 0.15s linear;
}
#gnavi .h-gnavi-contents-submenu, #footer #fnavi .h-gnavi-contents-submenu {
  position: absolute;
  z-index: 10;
  padding-top: 5px;
  opacity: 0;
  transition: all 0.15s linear;
  pointer-events: none;
}
#gnavi .h-gnavi-contents-submenu.is-active, #footer #fnavi .h-gnavi-contents-submenu.is-active {
  opacity: 1;
  pointer-events: all;
}
#gnavi .h-gnavi-contents-submenu-list, #footer #fnavi .h-gnavi-contents-submenu-list {
  display: flex;
  border: 1px solid #c5bbb3;
}
#gnavi .h-gnavi-contents-submenu-item, #footer #fnavi .h-gnavi-contents-submenu-item {
  position: relative;
}
#gnavi .h-gnavi-contents-submenu-item a, #footer #fnavi .h-gnavi-contents-submenu-item a {
  display: block;
}
#gnavi .h-gnavi-contents-submenu-item a::after, #footer #fnavi .h-gnavi-contents-submenu-item a::after {
  transition: all 0.15s linear;
  content: "";
  position: absolute;
  right: 12px;
  bottom: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
#gnavi .h-gnavi-contents-submenu-item a:hover img, #footer #fnavi .h-gnavi-contents-submenu-item a:hover img {
  opacity: 1;
}
#gnavi .h-gnavi-contents-submenu-item a:hover::after, #footer #fnavi .h-gnavi-contents-submenu-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}

.ad #gnavi > ul > li.about, .ad #footer #fnavi > ul > li.about, #footer .ad #fnavi > ul > li.about {
  background-image: url(../img/ad_nav_about_a.png?v=4);
}
.ad #gnavi > ul > li.trouble, .ad #footer #fnavi > ul > li.trouble, #footer .ad #fnavi > ul > li.trouble {
  background-image: url(../img/ad_nav_trouble_a.png?v=4);
}
.ad #gnavi > ul > li.contents, .ad #footer #fnavi > ul > li.contents, #footer .ad #fnavi > ul > li.contents {
  background-image: url(../img/ad_nav_contents_a.png?v=4);
}
.ad #gnavi > ul > li.case, .ad #footer #fnavi > ul > li.case, #footer .ad #fnavi > ul > li.case {
  background-image: url(../img/ad_nav_case_a.png?v=4);
}
.ad #gnavi > ul > li.price, .ad #footer #fnavi > ul > li.price, #footer .ad #fnavi > ul > li.price {
  background-image: url(../img/ad_nav_price_a.png?v=4);
}
.ad #gnavi > ul > li.campaign, .ad #footer #fnavi > ul > li.campaign, #footer .ad #fnavi > ul > li.campaign {
  background-image: url(../img/ad_nav_campaign_a.png?v=4);
}
.ad #gnavi > ul > li.doctor, .ad #footer #fnavi > ul > li.doctor, #footer .ad #fnavi > ul > li.doctor {
  background-image: url(../img/ad_nav_doctor_a.png?v=4);
}
.ad #gnavi > ul > li.access, .ad #footer #fnavi > ul > li.access, #footer .ad #fnavi > ul > li.access {
  background-image: url(../img/ad_nav_access_a.png?v=4);
}
.ad #gnavi > ul > li.qa, .ad #footer #fnavi > ul > li.qa, #footer .ad #fnavi > ul > li.qa {
  background-image: url(../img/ad_nav_qa_a.png?v=4);
}

#header {
  background: url(../img/h1_bg.gif) left top repeat-x, url(../img/header_bg.gif) left 24px no-repeat, #524840;
}
#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
}

/*----------------------------------------------------------------------
6.	#content
----------------------------------------------------------------------*/
#content {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 30px 0;
  width: 928px;
}
#content::after {
  content: "";
  display: table;
  clear: both;
}

.area-link {
  position: relative;
  transition: opacity 0.1s linear;
}
.area-link:hover {
  opacity: 0.5;
}
.area-link a {
  display: block;
}
.area-link a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.area-link a:hover img {
  opacity: 1;
}

/*----------------------------------------------------------------------
7.	#main
----------------------------------------------------------------------*/
article > aside {
  padding-top: 45px;
  border-top: 1px dotted #baafa6;
}

#main {
  float: right;
  margin-bottom: 45px;
  width: 704px;
}

.p-cvArea {
  position: relative;
  padding: 30px;
  border: none;
  background-color: #f5f2f0;
  color: #6d6663;
}
.p-cvArea::before {
  content: "";
  display: block;
  position: absolute;
  top: 188px;
  right: 72px;
  bottom: 56px;
  width: 131px;
  background: url(../img/common_content_cvarea_bg.png?v=2) 0 center no-repeat;
}
.p-cvArea__lead {
  margin-bottom: 15px;
  background: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 15px;
  color: #584f4c;
}
.p-cvArea__buttons {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c7bcb5;
}
.p-cvArea__buttons::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #fff;
}
.p-cvArea__buttons .c-button a {
  display: inline-block;
  width: 279px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #f5f2f0;
  transition: opacity 0.1s linear;
}
.p-cvArea__buttons .c-button a:hover {
  color: #f5f2f0 !important;
}
.p-cvArea__buttons .c-button a .inner-text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 38px;
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 16px;
  box-sizing: border-box;
}
.p-cvArea__buttons .c-button a .inner-text::before, .p-cvArea__buttons .c-button a .inner-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  z-index: 2;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16.png) top left no-repeat;
  opacity: 1;
  transition: opacity 0.1s;
}
.p-cvArea__buttons .c-button a .inner-text::after {
  z-index: 1;
  width: 22px;
  height: 22px;
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
}
.p-cvArea__buttons .c-button a::after {
  display: block;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 10px;
}
.p-cvArea__buttons .c-button.consultation a::after {
  content: "あなたのお悩みに24時間以内に返答します。";
}
.p-cvArea__buttons .c-button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.p-cvArea__buttons .c-button.line a::after {
  content: "メールアドレス不要で気軽に質問。";
}
.p-cvArea__buttons .c-button.line .inner-text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
.p-cvArea__buttons .c-button.line .inner-text::after {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 31px;
  height: 29px;
  background: url(../img/qa_line.png) top left no-repeat;
}
.p-cvArea__buttons .c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.p-cvArea__buttons .c-button.attribute a::after {
  content: attr(data-subtext);
}
.p-cvArea__buttons .c-button:hover a .inner-text::before {
  opacity: 0;
  transition: opacity 0.1s;
}
.p-cvArea__buttons .c-button a {
  width: 204px;
}
.p-cvArea__buttons .c-button a .inner-text {
  justify-content: left;
  padding: 0 0 0 40px;
  line-height: 45px;
  font-size: 13px;
}
.p-cvArea__buttons .c-button a .inner-text::before, .p-cvArea__buttons .c-button a .inner-text::after {
  right: inherit;
  left: 12px;
}
.p-cvArea__buttons .c-button.consultation a::after {
  content: "24時間以内に返答します";
}
.p-cvArea__buttons .c-button.counseling a::after {
  content: "ドクターとのカウンセリングです";
}
.p-cvArea__buttons .c-button.line a::after {
  content: "メールアドレス不要で気軽に質問";
}
.p-cvArea__buttons .c-button.line a .inner-text {
  justify-content: flex-end;
  padding: 0 0 0 88px;
}
.p-cvArea__buttons .c-button.line a .inner-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 42px;
  margin-right: 6px;
  width: 40px;
  height: 38px;
  background: url(../img/common_content_cvarea_button_line.png) top left no-repeat;
}
.p-cvArea__buttons .c-button.line:hover a .inner-text::before {
  background: url(../img/arrow/arrow16_h.png) top left no-repeat;
  opacity: 1;
}
.p-cvArea__clinic {
  margin: 0;
}
.p-cvArea__clinic__list__item {
  display: flex;
  align-items: center;
  height: 27px;
}
.p-cvArea__clinic__list__item .clinicName {
  margin-top: -3px;
  margin-right: 10px;
}
.p-cvArea__clinic__list__item .clinicAddress {
  font-size: 11px;
}
.p-cvArea__clinic__list__item:not(:last-child) {
  margin-bottom: 10px;
}
.p-cvArea__clinic__list__item:not(:first-child) .clinicName {
  margin-top: -7px;
}
.p-cvArea__clinic .c-link1 {
  display: flex;
  align-items: center;
  width: 400px;
  width: fit-content;
  border: 1px solid #c7bcb5;
  background: #e3ded9;
  background: -moz-linear-gradient(top, #fff 0%, #e3ded9 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e3ded9 100%);
  background: linear-gradient(to bottom, #fff 0%, #e3ded9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e3ded9",GradientType=0 );
}
.p-cvArea__clinic .c-link1 a {
  display: flex;
  align-items: center;
  padding: 9px 10px;
  background: url(../img/arrow/arrow2_h.png) left 10px center no-repeat;
  font-size: 11px;
  color: #6d6663;
}
.p-cvArea__clinic .c-link1 a::before {
  content: "";
  display: inline-block;
  margin-right: 9px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) top left no-repeat;
  opacity: 1;
  transition: opacity 0.1s;
}
.p-cvArea__clinic .c-link1:hover a::before {
  opacity: 0;
  transition: opacity 0.1s;
}
.p-cvArea__clinic__toDetails {
  position: absolute;
  right: 10px;
  bottom: 11px;
  z-index: 1;
}

.m-operation-list + .p-cvArea {
  margin-top: 23px;
}

.m-contents > .lead::before, .m-contents > .lead::after,
.m-contents > .text::before,
.m-contents > .text::after,
.m-sub-contents > .lead::before,
.m-sub-contents > .lead::after,
.m-sub-contents > .text::before,
.m-sub-contents > .text::after {
  content: "";
  display: block;
}
.m-contents > .lead::before,
.m-contents > .text::before,
.m-sub-contents > .lead::before,
.m-sub-contents > .text::before {
  margin-top: -6px;
}
.m-contents > .lead::after,
.m-contents > .text::after,
.m-sub-contents > .lead::after,
.m-sub-contents > .text::after {
  margin-bottom: -6px;
}

.m-contents {
  margin-bottom: 70px;
}
.m-contents > * {
  margin-right: 10px;
  margin-left: 10px;
}
.m-contents > .title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3px;
  width: 704px;
  height: 77px;
  background: url(../img/contents_operation_contents_title_bg.png) left top no-repeat;
  text-shadow: 0 0 8px #250708;
  line-height: 1.2857142857;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8em;
  color: #fff;
  box-sizing: border-box;
  margin: 0 0 30px;
}
.m-contents > .link {
  text-align: right;
  font-size: 1.4em;
}
.m-contents > .link a {
  transition: all 0.1s linear;
  display: inline-block;
  padding: 19px 42px;
  background: url(../img/arrow/arrow16.png) right 11px center no-repeat #d3cbc5;
  color: #7f7875;
}
.m-contents > .link a:hover {
  opacity: 0.6;
  color: #7f7875 !important;
}

.sub-contents {
  *zoom: 1;
  color: #7e7774;
}
.sub-contents::after {
  content: "";
  display: table;
  clear: both;
}
.sub-contents__title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #94bc5a;
  border-bottom: 1px solid #baafa6;
  padding: 0 0 1px 12px;
  height: 41px;
  border-top: 3px solid;
  border-bottom: 1px solid #baafa6;
  background: linear-gradient(#fefdfd, #f4f2f0);
  line-height: 41px;
  font-size: 1.6em;
  color: #7f7875;
  border-top-color: #a39388;
  position: relative;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
.sub-contents__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 14px;
  height: 14px;
  background: url(../img/arrow/arrow18.png) center no-repeat;
  transform: rotate(90deg);
}
.sub-contents__inner {
  padding-bottom: 40px;
}
.sub-contents__text {
  margin: 0 10px 20px;
  text-align: justify;
  line-height: 1.7333333333;
  font-size: 15px;
}
.sub-contents .m-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 11px;
  border: 1px solid #d4d0ce;
  background: #f5f2f0;
  box-shadow: inset 0 0 1px #fff;
  text-align: center;
}
.sub-contents .m-banner > * {
  display: inline-block;
  vertical-align: middle;
}
.sub-contents .m-banner .lead {
  flex: auto;
  margin: 0;
  font-size: 1.4em;
}
.sub-contents .m-banner .banner-item {
  margin-right: 0;
}
.sub-contents .m-banner .banner-item + .banner-item {
  margin-top: 10px;
}
.sub-contents.is-open .sub-contents__title::after {
  transform: rotate(-90deg);
}

.m-category,
.m-choice {
  margin-bottom: 30px;
}
.m-category .category-list,
.m-choice .category-list {
  *zoom: 1;
  margin: 0 10px;
}
.m-category .category-list::after,
.m-choice .category-list::after {
  content: "";
  display: table;
  clear: both;
}
.m-category .category-item,
.m-choice .category-item {
  float: left;
}
.m-category .category-item + .category-item,
.m-choice .category-item + .category-item {
  margin-left: 10px;
}
.m-category .category-link,
.m-choice .category-link {
  margin-top: 10px;
  text-align: right;
}

.payment {
  margin-bottom: 20px;
}
.payment > .sub-contents__title::after {
  content: none;
}
.payment__list {
  border: 2px solid #c7bcb4;
}
.payment__item {
  display: list-item;
  padding: 0 0 0 40px;
  min-height: 39px;
  border-bottom: 1px dotted #c7bcb4;
  background-position: 13px 8px;
  background-repeat: no-repeat;
  line-height: 39px;
  font-size: 14px;
  font-weight: bold;
  color: #6c6561;
}
.payment__item:first-child {
  letter-spacing: 0.5em;
}
.payment__item:last-child {
  border: 0;
}
.payment__item .item-inner {
  display: table;
}
.payment__item .item-title,
.payment__item .item-text {
  display: table-cell;
}
.payment__item .item-title {
  padding-top: 13px;
  width: 130px;
}
.payment__item .item-text {
  padding: 10px 0 9px;
  font-weight: normal;
}
.payment__item .item-text dl {
  line-height: 1.2857142857;
  font-size: 14px;
}
.payment__item .item-text li {
  margin-left: 20px;
  padding: 0;
  list-style-type: decimal;
  line-height: 1.2857142857;
  font-size: 14px;
}
.payment__item .item-text li .small-text {
  display: inline-block;
}
.payment__item .item-text li p {
  line-height: 1.5;
  font-size: 12px;
}
.payment__item .item-text li p::before {
  content: "◇";
}
.payment__item .small-text {
  display: block;
  line-height: 1.75;
  font-size: 12px;
}
.payment__item:nth-child(1) {
  background-image: url(../img/sprite/num/price-no1.png);
}
.payment__item:nth-child(2) {
  background-image: url(../img/sprite/num/price-no2.png);
}
.payment__item:nth-child(3) {
  background-image: url(../img/sprite/num/price-no3.png);
}
.payment__item:nth-child(4) {
  background-image: url(../img/sprite/num/price-no4.png);
}

/* ----------------------------------------
  扉
  カテゴリー
---------------------------------------- */
.index .guarantee .sub-contents__text,
.category .guarantee .sub-contents__text {
  margin: 20px 0 30px;
  padding-left: 220px;
  min-height: 110px;
  background: url(../img/operation_guarantee_lead_bg.gif) left 30px top no-repeat;
}
.index .guarantee-kind,
.category .guarantee-kind {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #c7bcb4;
}
.index .guarantee-kind__list,
.category .guarantee-kind__list {
  display: flex;
}
.index .guarantee-kind__item,
.category .guarantee-kind__item {
  flex-basis: 220px;
  margin-right: 10px;
  background: url(../img/operation_guarantee_details_bg.gif) left top repeat-x #f2efed;
}
.index .guarantee-kind__item .item-title,
.category .guarantee-kind__item .item-title {
  padding: 11px 0;
  text-align: center;
}
.index .guarantee-kind__item .item-pic,
.category .guarantee-kind__item .item-pic {
  text-align: center;
  line-height: 102px;
}
.index .guarantee-kind__item .item-pic img,
.category .guarantee-kind__item .item-pic img {
  vertical-align: middle;
}
.index .guarantee-kind__item .item-text,
.category .guarantee-kind__item .item-text {
  padding: 13px 15px;
  min-height: 97px;
  line-height: 1.4285714286;
  font-size: 14px;
  box-sizing: border-box;
}
.index .guarantee-kind__item:last-child,
.category .guarantee-kind__item:last-child {
  margin-right: 0;
}
.index .guarantee-details__item,
.category .guarantee-details__item {
  margin-bottom: 15px;
}
.index .guarantee-details__item .item-title,
.category .guarantee-details__item .item-title {
  margin-bottom: 6px;
}
.index .guarantee-details__item .item-list,
.index .guarantee-details__item .item-text,
.category .guarantee-details__item .item-list,
.category .guarantee-details__item .item-text {
  display: table-cell;
  height: 72px;
  border: 1px solid #a39388;
  border-right: 0;
  vertical-align: middle;
}
.index .guarantee-details__item .item-list,
.category .guarantee-details__item .item-list {
  padding: 0 11px;
  width: 313px;
  box-sizing: border-box;
}
.index .guarantee-details__item .item-list .item,
.category .guarantee-details__item .item-list .item {
  margin-bottom: 5px;
  padding-left: 17px;
  text-indent: -17px;
  line-height: 1.4285714286;
  font-size: 14px;
}
.index .guarantee-details__item .item-list .item::before,
.category .guarantee-details__item .item-list .item::before {
  content: "●";
  margin-right: 3px;
  color: #e16c71;
}
.index .guarantee-details__item .item-list .item:last-child,
.category .guarantee-details__item .item-list .item:last-child {
  margin-bottom: 0;
}
.index .guarantee-details__item .item-list .small-text,
.category .guarantee-details__item .item-list .small-text {
  margin-top: 10px;
  line-height: 2;
  font-size: 10px;
}
.index .guarantee-details__item .item-text,
.category .guarantee-details__item .item-text {
  padding: 0 14px 0 115px;
  height: 92px;
  border-right: 1px solid #a39388;
  background-color: #a39388;
  line-height: 1.3846153846;
  font-size: 13px;
  color: #fff;
}
.index .guarantee-details__item:nth-child(1) .item-text,
.category .guarantee-details__item:nth-child(1) .item-text {
  background-image: url(../img/price_index_guarantee_details_pic1.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.index .guarantee-details__item:nth-child(2) .item-text,
.category .guarantee-details__item:nth-child(2) .item-text {
  background-image: url(../img/price_index_guarantee_details_pic2.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.index .guarantee-details__item:nth-child(3) .item-text,
.category .guarantee-details__item:nth-child(3) .item-text {
  background-image: url(../img/price_index_guarantee_details_pic3.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.index .guarantee-details__cap,
.category .guarantee-details__cap {
  line-height: 1.3333333333;
  font-size: 12px;
}
.index .transportation .sub-contents__text,
.category .transportation .sub-contents__text {
  margin: 20px 0 30px;
  padding-left: 220px;
  min-height: 110px;
  background: url(../img/operation_transportation_lead_bg.gif) left 30px top no-repeat;
}
.index .transportation__contents,
.category .transportation__contents {
  margin-bottom: 35px;
}
.index .transportation__title,
.category .transportation__title {
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 3px solid #f5b4aa;
  line-height: 1.375;
  font-size: 16px;
  font-weight: bold;
}
.index .transportation__lead,
.category .transportation__lead {
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 16px;
}
.index .transportation .conditions__item,
.category .transportation .conditions__item {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(../img/list_bg.gif) left center no-repeat;
}
.index .transportation .conditions__item .item-inner,
.category .transportation .conditions__item .item-inner {
  display: table;
}
.index .transportation .conditions__item .item-title,
.index .transportation .conditions__item .item-text,
.category .transportation .conditions__item .item-title,
.category .transportation .conditions__item .item-text {
  display: table-cell;
  font-size: 14px;
}
.index .transportation .conditions__item .item-title,
.category .transportation .conditions__item .item-title {
  width: 159px;
  font-weight: bold;
}
.index .transportation .auxiliary .transportation__lead,
.category .transportation .auxiliary .transportation__lead {
  float: left;
  line-height: 38px;
}
.index .transportation .auxiliary .transportation__pic,
.category .transportation .auxiliary .transportation__pic {
  float: right;
}
.index .transportation .auxiliary__wrapper,
.category .transportation .auxiliary__wrapper {
  clear: both;
}
.index .transportation .auxiliary__text,
.category .transportation .auxiliary__text {
  line-height: 2;
  font-size: 14px;
}
.index .transportation .auxiliary__text .small-text,
.category .transportation .auxiliary__text .small-text {
  float: right;
  text-align: right;
  line-height: 2.3333333333;
  font-size: 12px;
}
.index .transportation .auxiliary__list,
.category .transportation .auxiliary__list {
  display: flex;
}
.index .transportation .auxiliary__inner,
.category .transportation .auxiliary__inner {
  position: relative;
}
.index .transportation .auxiliary__item,
.category .transportation .auxiliary__item {
  flex-basis: 20%;
  margin-right: 1px;
}
.index .transportation .auxiliary__item a,
.category .transportation .auxiliary__item a {
  display: block;
  background: url(../img/price_index_transportation_auxiliary_item.png) left top repeat-x;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #7e7774;
}
.index .transportation .auxiliary__item.is-active a,
.category .transportation .auxiliary__item.is-active a {
  background: url(../img/price_index_transportation_auxiliary_item_a.png) left top repeat-x;
  color: #fff;
}
.index .transportation .auxiliary__item:last-child,
.category .transportation .auxiliary__item:last-child {
  margin-right: 0;
}
.index .transportation .auxiliary__contents,
.category .transportation .auxiliary__contents {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.index .transportation .auxiliary__contents.is-active,
.category .transportation .auxiliary__contents.is-active {
  position: static;
  opacity: 1;
}
.index .transportation .auxiliary .item-inner,
.category .transportation .auxiliary .item-inner {
  flex-basis: 228px;
  margin-right: 2px;
  background-color: #f2efed;
}
.index .transportation .auxiliary .item-inner:last-child,
.category .transportation .auxiliary .item-inner:last-child {
  margin-right: 0;
}
.index .transportation .auxiliary .item-inner.nagoya,
.category .transportation .auxiliary .item-inner.nagoya {
  background-image: url(../img/operation_transportation_amount_nagoya_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.index .transportation .auxiliary .item-inner.osaka,
.category .transportation .auxiliary .item-inner.osaka {
  background-image: url(../img/operation_transportation_amount_osaka_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.index .transportation .auxiliary .item-inner.hokkaidou,
.category .transportation .auxiliary .item-inner.hokkaidou {
  background-image: url(../img/operation_transportation_amount_hokkaidou_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.index .transportation .auxiliary .item-inner.hiroshima,
.category .transportation .auxiliary .item-inner.hiroshima {
  background-image: url(../img/operation_transportation_amount_hiroshima_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.index .transportation .auxiliary .item-inner.okayama,
.category .transportation .auxiliary .item-inner.okayama {
  background-image: url(../img/operation_transportation_amount_okayama_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.index .transportation .auxiliary .item-inner.nagasaki,
.category .transportation .auxiliary .item-inner.nagasaki {
  background-image: url(../img/operation_transportation_amount_nagasaki_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.index .transportation .auxiliary .item-inner.shimonoseki,
.category .transportation .auxiliary .item-inner.shimonoseki {
  background-image: url(../img/operation_transportation_amount_shimonoseki_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.index .transportation .auxiliary .item-inner.kagoshima,
.category .transportation .auxiliary .item-inner.kagoshima {
  background-image: url(../img/operation_transportation_amount_kagoshima_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.index .transportation .auxiliary .item-inner.sendai,
.category .transportation .auxiliary .item-inner.sendai {
  background-image: url(../img/operation_transportation_amount_sendai_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.index .transportation .auxiliary .item-inner.gifu,
.category .transportation .auxiliary .item-inner.gifu {
  background-image: url(../img/operation_transportation_amount_gifu_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.index .transportation .auxiliary .item-inner.tokyo,
.category .transportation .auxiliary .item-inner.tokyo {
  background-image: url(../img/operation_transportation_amount_tokyo_bg.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.index .transportation .auxiliary .item-title,
.category .transportation .auxiliary .item-title {
  margin: 10px 10px 0;
  background: #a39489;
  text-align: center;
}
.index .transportation .auxiliary table,
.category .transportation .auxiliary table {
  margin: 12px 15px 15px;
  width: 197px;
}
.index .transportation .auxiliary table tfoot th,
.index .transportation .auxiliary table tfoot td,
.category .transportation .auxiliary table tfoot th,
.category .transportation .auxiliary table tfoot td {
  border-top: 1px solid #918276;
}
.index .transportation .auxiliary table tfoot td,
.category .transportation .auxiliary table tfoot td {
  font-weight: bold;
  color: #e16c71;
}
.index .transportation .auxiliary table th,
.index .transportation .auxiliary table td,
.category .transportation .auxiliary table th,
.category .transportation .auxiliary table td {
  padding: 3px 0;
  vertical-align: top;
  line-height: 1.3333333333;
  font-size: 12px;
}
.index .transportation .auxiliary table th,
.category .transportation .auxiliary table th {
  width: 135px;
}
.index .transportation .auxiliary table th span,
.category .transportation .auxiliary table th span {
  font-size: 10px;
}
.index .transportation .auxiliary table td,
.category .transportation .auxiliary table td {
  text-align: right;
}
.index .transportation .service__list,
.category .transportation .service__list {
  margin-bottom: 15px;
}
.index .transportation .service__item,
.category .transportation .service__item {
  padding: 10px 10px 11px;
}
.index .transportation .service__item .item-inner,
.category .transportation .service__item .item-inner {
  padding: 2px 0 0 23px;
}
.index .transportation .service__item .item-title,
.category .transportation .service__item .item-title {
  margin-bottom: 5px;
  font-size: 16px;
  color: #e16c71;
}
.index .transportation .service__item .item-title .small-text,
.category .transportation .service__item .item-title .small-text {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
.index .transportation .service__item .item-text,
.category .transportation .service__item .item-text {
  font-size: 14px;
}
.index .transportation .service__item:nth-child(1) .item-inner,
.category .transportation .service__item:nth-child(1) .item-inner {
  background-image: url(../img/sprite/num.png);
  background-position: 0 -4542px;
  background-repeat: no-repeat;
}
.index .transportation .service__item:nth-child(2) .item-inner,
.category .transportation .service__item:nth-child(2) .item-inner {
  background-image: url(../img/sprite/num.png);
  background-position: 0 -4760px;
  background-repeat: no-repeat;
}
.index .transportation .service__caution,
.category .transportation .service__caution {
  padding: 20px 30px;
  background: #f5f3f1;
}
.index .transportation .service__caution__title,
.category .transportation .service__caution__title {
  margin-bottom: 10px;
  padding-left: 60px;
  background: url(../img/price_index_transportation_seervice_caution.png) left top no-repeat;
  line-height: 34px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}
.index .transportation .service__caution__title .small-text,
.category .transportation .service__caution__title .small-text {
  display: block;
  text-align: right;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
}
.index .transportation .service__caution table,
.category .transportation .service__caution table {
  width: 100%;
  border: 1px solid #c7bcb4;
  background: #fff;
}
.index .transportation .service__caution table thead th,
.category .transportation .service__caution table thead th {
  width: 206px;
  border-left: 1px dotted #fff;
  background: #a39388;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
}
.index .transportation .service__caution table thead th.empty,
.category .transportation .service__caution table thead th.empty {
  border-left: 0;
}
.index .transportation .service__caution table tbody .item-title,
.index .transportation .service__caution table tbody .item-tel__free,
.index .transportation .service__caution table tbody .item-tel__international,
.category .transportation .service__caution table tbody .item-title,
.category .transportation .service__caution table tbody .item-tel__free,
.category .transportation .service__caution table tbody .item-tel__international {
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
.index .transportation .service__caution table tbody .item-title,
.index .transportation .service__caution table tbody .item-tel__free,
.category .transportation .service__caution table tbody .item-title,
.category .transportation .service__caution table tbody .item-tel__free {
  border-right: 1px dotted #c7bcb4;
  border-bottom: 1px dotted #c7bcb4;
}
.index .transportation .service__caution table tbody .item-tel__international,
.category .transportation .service__caution table tbody .item-tel__international {
  border-bottom: 1px dotted #c7bcb4;
}
.index .transportation .service__caution table tbody tr:last-child .item-title,
.index .transportation .service__caution table tbody tr:last-child .item-tel__free,
.index .transportation .service__caution table tbody tr:last-child .item-tel__international,
.category .transportation .service__caution table tbody tr:last-child .item-title,
.category .transportation .service__caution table tbody tr:last-child .item-tel__free,
.category .transportation .service__caution table tbody tr:last-child .item-tel__international {
  border-bottom: 0;
}
.index .transportation .service__caution table tbody a,
.category .transportation .service__caution table tbody a {
  color: #7e7774;
}
.index .transportation .hotels__inner,
.category .transportation .hotels__inner {
  display: flex;
  flex-wrap: wrap;
}
.index .transportation .hotels__contents,
.category .transportation .hotels__contents {
  flex-basis: 336px;
  margin-bottom: 11px;
}
.index .transportation .hotels__contents:nth-child(odd),
.category .transportation .hotels__contents:nth-child(odd) {
  margin-right: 11px;
}
.index .transportation .hotels__contents:last-child,
.category .transportation .hotels__contents:last-child {
  margin-bottom: 0;
}
.index .transportation .hotels__clinic,
.category .transportation .hotels__clinic {
  background: url(../img/operation_transportation_title_bg.gif) left top repeat-x;
  text-align: center;
}
.index .transportation .hotels__name,
.category .transportation .hotels__name {
  background: #918276;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.index .transportation .hotels__item .item-inner,
.category .transportation .hotels__item .item-inner {
  display: table;
  padding: 10px;
  width: 100%;
  background: #f2efed;
  box-sizing: border-box;
}
.index .transportation .hotels__item .item-pic,
.index .transportation .hotels__item .item-details,
.category .transportation .hotels__item .item-pic,
.category .transportation .hotels__item .item-details {
  display: table-cell;
}
.index .transportation .hotels__item .item-pic,
.category .transportation .hotels__item .item-pic {
  padding-right: 10px;
  width: 72px;
}
.index .transportation .hotels__item .item-details,
.category .transportation .hotels__item .item-details {
  vertical-align: top;
}
.index .transportation .hotels__item .item-details > *,
.category .transportation .hotels__item .item-details > * {
  line-height: 1.4;
  font-size: 10px;
}
.index .transportation .hotels__item .item-details a,
.category .transportation .hotels__item .item-details a {
  cursor: pointer;
}
.index .transportation .hotels__item .item-details__tel a,
.category .transportation .hotels__item .item-details__tel a {
  color: #7e7774;
}
.index .transportation .hotels__item .item-details__site,
.category .transportation .hotels__item .item-details__site {
  margin-top: 8px;
}
.index .transportation .hotels__item .item-details__site a,
.category .transportation .hotels__item .item-details__site a {
  padding-left: 15px;
  background: url(../img/arrow/arrow2.png) left top no-repeat;
  text-decoration: none;
  font-weight: bold;
}
.index .transportation .contact,
.category .transportation .contact {
  margin-bottom: 0;
}
.index .transportation .contact__list,
.category .transportation .contact__list {
  display: flex;
  flex-wrap: wrap;
}
.index .transportation .contact__item,
.category .transportation .contact__item {
  flex-basis: 336px;
  margin-bottom: 11px;
  border: 1px solid #c7bcb5;
  border-top-width: 5px;
  vertical-align: bottom;
  box-sizing: border-box;
}
.index .transportation .contact__item .item-inner,
.category .transportation .contact__item .item-inner {
  display: table;
}
.index .transportation .contact__item .item-inner:hover,
.category .transportation .contact__item .item-inner:hover {
  opacity: 1;
}
.index .transportation .contact__item .item-title,
.index .transportation .contact__item .item-details,
.category .transportation .contact__item .item-title,
.category .transportation .contact__item .item-details {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.index .transportation .contact__item .item-title,
.category .transportation .contact__item .item-title {
  padding: 0 0 8px;
  width: 102px;
  height: auto;
  border: 0;
  border-right: 2px solid #c7bcb5;
  background: none;
}
.index .transportation .contact__item .item-details,
.category .transportation .contact__item .item-details {
  padding-bottom: 8px;
  width: 225px;
  height: 100px;
}
.index .transportation .contact__item .item-details__tel,
.category .transportation .contact__item .item-details__tel {
  margin-bottom: 10px;
}
.index .transportation .contact__item .item-details__text,
.category .transportation .contact__item .item-details__text {
  line-height: 1.4;
  font-size: 12px;
}
.index .transportation .contact__item a,
.category .transportation .contact__item a {
  cursor: pointer;
  color: #7e7774;
}
.index .transportation .contact__item:nth-child(odd),
.category .transportation .contact__item:nth-child(odd) {
  margin-right: 11px;
}
.index .transportation .contact__item:last-child,
.category .transportation .contact__item:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------
  扉
---------------------------------------- */
.index #header::before {
  content: initial;
}
.index #content {
  position: relative;
  overflow: hidden;
}
.index article > .title {
  margin-bottom: 30px;
  padding: 1px;
  height: auto;
  border: 1px solid #baafa6;
  background: none;
  line-height: 1;
  font-size: 1em;
}
.index #anchor {
  margin-bottom: 12px;
  margin: 22px 10px;
}
.index #anchor ul {
  *zoom: 1;
}
.index #anchor ul::after {
  content: "";
  display: table;
  clear: both;
}
.index #anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
.index #anchor a {
  padding-left: 15px;
  background: url(../img/arrow/arrow4.png) 0 2px no-repeat;
  color: #6d9dd0;
}
.index #anchor a:hover {
  background-image: url(../img/arrow/arrow4_h.png);
}
.index .m-category {
  margin-right: 10px;
  margin-left: 10px;
}
.index .m-category > .title {
  margin-bottom: 20px;
  padding: 0 0 1px 12px;
  height: 31px;
  border: 0;
  background: url(../img/subtitle_bg.gif) left top repeat-x;
  line-height: 31px;
  font-size: 1.4em;
  color: #7f7875;
  border-top: 3px solid #ec7c78;
  border-bottom: 1px solid #baafa6;
}
.index .m-category .category-list {
  margin: 0;
}
.index .m-about .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
.index .m-about .js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(-90deg);
}
.index .m-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  height: 230px;
  background: url(../img/troubles_title_bg.jpg) left top no-repeat;
}
.index .m-title .inner-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  flex-basis: 127px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  width: 365px;
  background: rgba(255,255,255,.5);
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3em;
  color: #6c6561;
  box-sizing: border-box;
}
.index .m-title .inner-text::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-top: 1px solid #d2c9c3;
  border-bottom: 1px solid #d2c9c3;
}
.index .m-title .inner-text::after {
  content: attr(data-eng);
  margin-top: 15px;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.5882352941em;
  color: #d2c9c3;
}
.index .m-title .inner-text .text-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}
.index .m-title .inner-text .category {
  margin-top: 8px;
  font-size: 1.4117647059em;
}
.index .m-title .inner-text .emphasis {
  font-size: 1.375em;
}
.index .m-title .lead {
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #584f4c;
}

/* ----------------------------------------
  カテゴリー
---------------------------------------- */
.category .m-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 10px;
  padding-left: 54px;
  height: 230px;
  background: url(../img/troubles_title_bg.jpg) left top no-repeat;
}
.category .m-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-position: right top;
  background-repeat: no-repeat;
}
.category .m-title .inner-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  padding-top: 22px;
  width: 365px;
  height: 127px;
  background: rgba(255,255,255,.5);
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3em;
  color: #6c6561;
  box-sizing: border-box;
}
.category .m-title .inner-text::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-top: 1px solid #d2c9c3;
  border-bottom: 1px solid #d2c9c3;
}
.category .m-title .inner-text::after {
  content: attr(data-eng);
  margin-top: 15px;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.5882352941em;
  color: #d2c9c3;
}
.category .m-title .inner-text .text-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.category .m-title .inner-text .category {
  font-size: 1.4117647059em;
}
.category .m-title .inner-text .emphasis {
  font-size: 1.375em;
}
.category .m-title .lead {
  position: relative;
  z-index: 2;
  width: 365px;
  text-align: center;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #584f4c;
}
.category .m-anchor {
  margin-bottom: 35px;
}
.category .m-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -2px;
}
.category .m-anchor .anchor-item {
  overflow: hidden;
  flex-basis: 172px;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 2px 5px;
  border-radius: 4px;
}
.category .m-anchor .anchor-item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 60px;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
  line-height: 1.2307692308;
  font-size: 1.3em;
  color: #7f7875;
  transition: opacity 0.1s linear;
}
.category .m-anchor .anchor-item a::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 9px;
  margin-right: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #7f7875;
  border-bottom: 1px solid #7f7875;
  transform: rotate(45deg);
}
.category .m-anchor .anchor-item a:hover {
  opacity: 0.5;
  color: #7f7875 !important;
}
.category .m-anchor .anchor-item {
  flex-basis: 137px;
}
.category .m-quality {
  margin-bottom: 30px;
  padding: 50px 20px 20px;
  background: url(../img/price_category_quality_bg.png) left top no-repeat;
}
.category .quality__title {
  margin-bottom: 20px;
  text-align: center;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 25px;
  color: #e5dfda;
}
.category .quality__list {
  display: flex;
  margin: 0;
}
.category .quality__item {
  position: relative;
  flex-basis: 124px;
  margin-right: 10px;
  padding-top: 110px;
  height: 184px;
  border: 1px solid #c7bcb4;
  box-sizing: border-box;
}
.category .quality__item:last-child {
  margin-right: 0;
}
.category .quality__item:nth-child(1) {
  background: url(../img/price_category_quality_common_pic1.png) left top no-repeat;
}
.category .quality__item:nth-child(4) {
  background: url(../img/price_category_quality_common_pic4.png) left top no-repeat;
}
.category .quality__item:nth-child(5) {
  background: url(../img/price_category_quality_common_pic5.png) left top no-repeat;
}
.category .quality__text {
  position: absolute;
  padding: 22px 0 16px;
  width: 100%;
  background: rgba(255,255,255,.9);
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  color: #58504c;
}
.category .quality__text .small-text {
  display: block;
  font-size: 13px;
}
.category .m-pricetable .js-accordion-contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  transition: all 0.4s ease-in;
  transform: translate3d(0, 0, 0);
}
.category .m-pricetable .js-accordion.is-open > .js-accordion-button::after {
  transform: rotate(-90deg);
}
.category .m-pricetable .js-accordion-contents-inner {
  padding-top: 15px;
}
.category .m-pricetable .js-accordion.is-open .js-accordion-contents {
  height: inherit;
  min-height: inherit;
}
.category .m-pricetable .pricetable__line {
  position: relative;
  border: 1px solid #bfb4ac;
  margin-bottom: 30px;
}
.category .m-pricetable .pricetable__line__button {
  position: absolute;
  bottom: 19px;
  left: 0;
  width: 100%;
  text-align: center;
}
.category .m-pricetable .pricetable__anchor {
  margin-bottom: 12px;
  margin-bottom: 80px;
}
.category .m-pricetable .pricetable__anchor ul {
  *zoom: 1;
}
.category .m-pricetable .pricetable__anchor ul::after {
  content: "";
  display: table;
  clear: both;
}
.category .m-pricetable .pricetable__anchor li {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  font-size: 1.2em;
  white-space: nowrap;
}
.category .m-pricetable .pricetable__anchor a {
  padding-left: 15px;
  background: url(../img/arrow/arrow4.png) 0 2px no-repeat;
  color: #6d9dd0;
}
.category .m-pricetable .pricetable__anchor a:hover {
  background-image: url(../img/arrow/arrow4_h.png);
}
.category .m-pricetable .pricetable__anchor-box__title {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  border-bottom: 2px solid #e5dfdb;
}
.category .m-pricetable .pricetable__anchor-box__title a {
  display: block;
  padding-left: 0;
  background: none;
  font-size: 12px;
  color: #6c6461;
}
.category .m-pricetable .pricetable__anchor-box__title a:hover {
  background: none;
}
.category .m-pricetable .pricetable__anchor-box__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #7e7774;
  border-bottom: 1px solid #7e7774;
  transform: rotate(45deg);
}
.category .m-pricetable .pricetable__anchor-box__list {
  display: flex;
  flex-wrap: wrap;
}
.category .m-pricetable .pricetable__anchor-box + .pricetable__anchor-box {
  margin-top: 20px;
}
.category .m-pricetable .pricetable__counseling {
  overflow: hidden;
  margin-bottom: 80px;
}
.category .m-pricetable .pricetable__counseling__title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 30px;
  height: 53px;
  border-top: 2px solid #796e69;
  background: #f4f1f0;
  font-size: 18px;
  color: #7e7774;
}
.category .m-pricetable .pricetable__counseling__pic {
  float: left;
}
.category .m-pricetable .pricetable__counseling__pic img {
  border: 1px solid #baafa6;
}
.category .m-pricetable .pricetable__counseling__inner {
  float: right;
  width: 440px;
  color: #7e7774;
}
.category .m-pricetable .pricetable__counseling__text {
  margin-bottom: 18px;
  line-height: 1.65;
  font-size: 15px;
}
.category .m-pricetable .pricetable__counseling__text em {
  font-weight: bold;
}
.category .m-pricetable .pricetable__counseling__list {
  margin-bottom: 20px;
}
.category .m-pricetable .pricetable__counseling__item {
  margin-bottom: 5px;
}
.category .m-pricetable .pricetable__counseling__item:last-child {
  margin-bottom: 0;
}
.category .m-pricetable .pricetable__counseling__item .item-title {
  width: 73px;
  background: #f5f3f1;
  line-height: 56px;
}
.category .m-pricetable .pricetable__counseling__button {
  margin-bottom: 35px;
  text-align: right;
}
.category .m-pricetable .pricetable__counseling__download .item-title {
  width: 152px;
  background-color: #f5f3f1;
  line-height: 78px;
}
.category .m-pricetable .pricetable__counseling__download .item-text {
  background-image: url(../img/arrow/arrow2.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.category .m-pricetable .pricetable__counseling__download .item-text a {
  color: #7e7774;
}
.category .m-pricetable .pricetable__counseling__download .item-text img {
  vertical-align: unset;
}
.category .m-pricetable .pricetable__counseling__download .item-text .small-text {
  display: inline-block;
  margin-left: 15px;
  line-height: 1.25;
  font-size: 12px;
}
.category .m-pricetable .pricetable__counseling .item-inner {
  display: table;
  width: 100%;
  border: 1px solid #c7bcb4;
  box-sizing: border-box;
}
.category .m-pricetable .pricetable__counseling .item-title,
.category .m-pricetable .pricetable__counseling .item-text {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.category .m-pricetable .pricetable__counseling .item-title {
  border-right: 1px dotted #c7bcb4;
  text-align: center;
  font-size: 15px;
}
.category .m-pricetable .pricetable__counseling .item-text {
  padding: 0 15px;
}
.category .m-pricetable .pricetable-contents {
  margin-top: 80px;
}
.category .m-pricetable .pricetable-contents__title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 30px;
  height: 53px;
  border-top: 2px solid #796e69;
  background: #f4f1f0;
  font-size: 18px;
  color: #7e7774;
}
.category .m-pricetable .pricetable-contents-include__title, .category .m-pricetable .pricetable-contents-schema__title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 15px;
  height: 46px;
  background: #d4cbc4;
  font-size: 14px;
  color: #6c6461;
}
.category .m-pricetable .pricetable-contents-include__title::after, .category .m-pricetable .pricetable-contents-schema__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 14px;
  height: 14px;
  background: url(../img/arrow/arrow18.png) center no-repeat;
  transform: rotate(90deg);
}
.category .m-pricetable .pricetable-contents-include__list {
  display: flex;
}
.category .m-pricetable .pricetable-contents-include__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category .m-pricetable .pricetable-contents-include__list-item .pic {
  margin-bottom: 5px;
}
.category .m-pricetable .pricetable-contents-include__list-item .text {
  font-size: 11px;
  color: #59504d;
}
.category .m-pricetable .pricetable-contents-include__list-item + .pricetable-contents-include__list-item {
  margin-left: 4px;
}
.category .m-pricetable .pricetable-contents-schema {
  margin-top: 20px;
}
.category .m-pricetable .pricetable-contents-schema__pic {
  text-align: center;
}
.category .m-pricetable .pricetable-contents-box {
  margin-top: 30px;
}
.category .m-pricetable .pricetable-contents-box__title {
  display: flex;
  position: relative;
  align-items: center;
}
.category .m-pricetable .pricetable-contents-box__title__pic {
  margin: 0 10px 0 7px;
}
.category .m-pricetable .pricetable-contents-box__title__text {
  display: flex;
  flex-direction: column;
}
.category .m-pricetable .pricetable-contents-box__title__name {
  font-size: 14px;
  font-weight: bold;
}
.category .m-pricetable .pricetable-contents-box__title__lead {
  margin-top: 7px;
  line-height: 1.3636363636;
  font-size: 11px;
  color: #b4afad;
}
.category .m-pricetable .pricetable-contents-box__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: linear-gradient(#d4cbc4, #c1b5ad 50%, #a3948a 50%, #d4cbc4);
}
.category .m-pricetable .pricetable-contents-box__table table, .category .m-pricetable .pricetable-contents-box__table2 table {
  table-layout: fixed;
  width: 100%;
  color: #7e7774;
  border: 1px solid #c8bdb5;
}
.category .m-pricetable .pricetable-contents-box__table table thead td,
.category .m-pricetable .pricetable-contents-box__table table thead th, .category .m-pricetable .pricetable-contents-box__table2 table thead td,
.category .m-pricetable .pricetable-contents-box__table2 table thead th {
  border: 1px solid #c8bdb5;
}
.category .m-pricetable .pricetable-contents-box__table table thead th, .category .m-pricetable .pricetable-contents-box__table2 table thead th {
  position: relative;
  width: 115px;
  height: 30px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.category .m-pricetable .pricetable-contents-box__table table thead th .icon.question, .category .m-pricetable .pricetable-contents-box__table2 table thead th .icon.question {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 16px;
  height: 16px;
  background: url(../img/icon_question2.png);
  cursor: help;
}
.category .m-pricetable .pricetable-contents-box__table table thead th .icon.question .text, .category .m-pricetable .pricetable-contents-box__table2 table thead th .icon.question .text {
  display: none;
}
.category .m-pricetable .pricetable-contents-box__table table thead th .icon.question:hover .text, .category .m-pricetable .pricetable-contents-box__table table thead th .icon.question:hover::after, .category .m-pricetable .pricetable-contents-box__table2 table thead th .icon.question:hover .text, .category .m-pricetable .pricetable-contents-box__table2 table thead th .icon.question:hover::after {
  position: absolute;
}
.category .m-pricetable .pricetable-contents-box__table table thead th .icon.question:hover .text, .category .m-pricetable .pricetable-contents-box__table2 table thead th .icon.question:hover .text {
  display: block;
  right: -36px;
  bottom: 21px;
  z-index: 1;
  padding: 14px;
  width: 330px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #efece9;
  text-align: justify;
  line-height: 1.5;
  font-size: 12px;
  font-style: normal;
  color: #7f7875;
  box-sizing: border-box;
}
.category .m-pricetable .pricetable-contents-box__table table thead th .icon.question:hover .text a, .category .m-pricetable .pricetable-contents-box__table2 table thead th .icon.question:hover .text a {
  padding: 0;
  background: none;
  text-decoration: underline;
  font-weight: bold;
  color: #6d9dd0;
}
.category .m-pricetable .pricetable-contents-box__table table thead th .icon.question:hover::after, .category .m-pricetable .pricetable-contents-box__table2 table thead th .icon.question:hover::after {
  content: "";
  top: -6px;
  right: 3px;
  z-index: 2;
  border-top: 8px solid #efece9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.category .m-pricetable .pricetable-contents-box__table table tbody tr th, .category .m-pricetable .pricetable-contents-box__table2 table tbody tr th {
  padding: 13px;
  font-size: 12px;
}
.category .m-pricetable .pricetable-contents-box__table table tbody tr th span, .category .m-pricetable .pricetable-contents-box__table2 table tbody tr th span {
  font-size: 10px;
}
.category .m-pricetable .pricetable-contents-box__table table tbody tr td, .category .m-pricetable .pricetable-contents-box__table2 table tbody tr td {
  padding: 5px 10px;
  text-align: right;
  font-size: 13px;
  font-feature-settings: "palt";
  border-left: 1px solid #c8bdb5;
}
.category .m-pricetable .pricetable-contents-box__table table tbody tr td span, .category .m-pricetable .pricetable-contents-box__table2 table tbody tr td span {
  display: block;
  margin-top: 2px;
  margin-right: -2px;
  font-size: 10px;
  color: #b4afad;
}
.category .m-pricetable .pricetable-contents-box__table table tbody tr td.join, .category .m-pricetable .pricetable-contents-box__table2 table tbody tr td.join {
  text-align: center;
  line-height: 1.3;
  font-size: 10px;
}
.category .m-pricetable .pricetable-contents-box__table table tbody tr:nth-child(odd), .category .m-pricetable .pricetable-contents-box__table2 table tbody tr:nth-child(odd) {
  background: #fff;
}
.category .m-pricetable .pricetable-contents-box__table table tbody tr:nth-child(even), .category .m-pricetable .pricetable-contents-box__table2 table tbody tr:nth-child(even) {
  background: #f8f7f6;
}
.category .m-pricetable .pricetable-contents-box__table table tbody tr + tr th,
.category .m-pricetable .pricetable-contents-box__table table tbody tr + tr td, .category .m-pricetable .pricetable-contents-box__table2 table tbody tr + tr th,
.category .m-pricetable .pricetable-contents-box__table2 table tbody tr + tr td {
  border-top: 1px dotted #c8bdb5;
}
.category .m-pricetable .pricetable-contents-box__monitor {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.category .m-pricetable .pricetable-contents-box__monitor a {
  display: block;
  position: relative;
  padding: 10px 35px 10px 15px;
  background: #f9cfc7;
  font-size: 12px;
  font-weight: bold;
  color: #6c6461;
}
.category .m-pricetable .pricetable-contents-box__monitor a::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: 13px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2_h.png) center no-repeat;
}
.category .m-pricetable .pricetable-contents-box__banner {
  margin-top: 20px;
  text-align: right;
}
.category .m-pricetable .pricetable-contents-box__caption {
  margin-top: 15px;
}
.category .m-pricetable .pricetable-contents-box__caption span {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
  line-height: 1.3;
  font-size: 10px;
  color: #7e7774;
}
.category .m-pricetable .pricetable-contents-box__caption span em {
  font-size: 11px;
  color: #e17774;
}
.category .m-pricetable .pricetable-contents-box__caption span + span {
  margin-top: 5px;
}
.category .m-pricetable .pricetable-contents-box__table2 {
  margin-top: 20px;
}
.category .m-pricetable .pricetable-contents-box__table2__title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 15px;
  height: 46px;
  background: #d4cbc4;
  font-size: 14px;
  color: #6c6461;
  margin-bottom: 0;
  height: 27px;
  font-size: 12px;
}
.category .m-pricetable .pricetable-contents-box__table2__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 14px;
  height: 14px;
  background: url(../img/arrow/arrow18.png) center no-repeat;
  transform: rotate(90deg);
}
.category .m-pricetable .pricetable-contents-box__table2__title::after {
  right: 16px;
  bottom: 11px;
  width: 6px;
  height: 6px;
  background: url(../img/arrow/arrow8.png) center no-repeat;
}
.category .m-pricetable .pricetable-contents-box__table2 .js-accordion-contents-inner {
  padding-top: 0;
}
.category .m-pricetable .pricetable-contents-box__counseling {
  margin-top: 20px;
  text-align: right;
}
.category .m-pricetable .pricetable-contents-box.operation-4dlipo .pricetable-contents-box__title, .category .m-pricetable .pricetable-contents-box.operation-vaser4dsculpt .pricetable-contents-box__title {
  border-bottom: 1px solid #c8bdb5;
}
.category .m-pricetable .pricetable-contents-box.operation-4dlipo .pricetable-contents-schema__pic, .category .m-pricetable .pricetable-contents-box.operation-vaser4dsculpt .pricetable-contents-schema__pic {
  margin: 15px 0;
}
.category .m-pricetable .pricetable-contents-box.wide .pricetable-contents-box__table table thead th,
.category .m-pricetable .pricetable-contents-box.wide .pricetable-contents-box__table2 table thead th {
  width: 185px;
}
.category .m-banner__item {
  text-align: center;
}
.category .m-payment .payment__list {
  border-width: 1px;
}
.category.liposuction .m-title::before {
  background-image: url(../img/contents_liposuction_title_bg.png);
}
.category.liposuction .quality__item:nth-child(2) {
  background: url(../img/price_category_quality_liposuction_pic2.png) left top no-repeat;
}
.category.liposuction .quality__item:nth-child(3) {
  background: url(../img/price_category_quality_liposuction_pic3.png) left top no-repeat;
}
.category.breast-hip .m-title::before {
  background-image: url(../img/contents_breast-hip_title_bg.png);
}
.category.breast-hip .quality__item:nth-child(2) {
  background: url(../img/price_category_quality_breast-hip_pic2.png) left top no-repeat;
}
.category.breast-hip .quality__item:nth-child(3) {
  background: url(../img/price_category_quality_breast-hip_pic3.png) left top no-repeat;
}
.category.antiaging .m-title::before {
  background-image: url(../img/contents_antiaging_title_bg.png);
}
.category.antiaging .quality__item:nth-child(2) {
  background: url(../img/price_category_quality_antiaging_pic2.png) left top no-repeat;
}
.category.antiaging .quality__item:nth-child(3) {
  background: url(../img/price_category_quality_antiaging_pic3.png) left top no-repeat;
}

/*----------------------------------------------------------------------
8.	#sub
----------------------------------------------------------------------*/
#sub {
  float: left;
  margin-bottom: 45px;
  width: 194px;
}
#sub .s-contents:last-child {
  margin: 0;
}
#sub .menu {
  margin-bottom: 20px;
  border-bottom: 1px solid #baafa6;
}
#sub .menu .title {
  border: 1px solid #baafa6;
}
#sub .menu li {
  border-right: 1px solid #baafa6;
  border-left: 1px solid #baafa6;
}
#sub .menu a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  line-height: 1.1666666667;
  font-size: 1.2em;
  color: #7f7875;
}
#sub .medical {
  margin-bottom: 20px;
}
#sub .medicallist {
  padding: 2px 4px;
  border: 4px solid #3b4762;
  border-top: 0;
  background: #9693a3;
}
#sub .medicallist-item {
  margin: 2px 0;
  border: 2px solid #454d68;
}
#sub .medicallist-item.drseminar {
  background: url(../img/sprite/hover/sub/sub_medical_drseminar_h.png) 0 0 no-repeat;
}
#sub .medicallist-item.introduction {
  background: url(../img/sprite/hover/sub/sub_medical_introduction_h.png) 0 0 no-repeat;
}
#sub .medicallist-item a:hover img {
  opacity: 0;
}
#sub .info {
  margin-bottom: 20px;
  padding: 4px;
  background: url(../img/sub_info_bg.gif) left top repeat-x;
}
#sub .info ul {
  padding: 4px;
  background: #b7afa8;
}
#sub .info li {
  margin-bottom: 4px;
  border: 2px solid #463f3c;
}
#sub .info li:last-child {
  margin: 0;
}
#sub .president img {
  border: 1px solid #baafa6;
}
#sub .blog {
  margin-bottom: 20px;
}
#sub .blog li {
  margin-bottom: 5px;
}
#sub .blog li:last-child {
  margin: 0;
}
#sub .lp {
  margin-bottom: 20px;
}
#sub .lp li {
  margin-bottom: 5px;
}
#sub .lp li:last-child {
  margin: 0;
}
#sub .banner {
  margin-bottom: 20px;
}
#sub .banner li {
  margin-bottom: 10px;
}
#sub .banner li:last-child {
  margin-bottom: 0;
}
#sub .banner li a > * {
  border: 1px solid #baafa6;
}
#sub .banner .clinic, #sub .banner #footer .kuchikomi, #footer #sub .banner .kuchikomi {
  margin-bottom: 20px;
}
#sub .banner .clinic-item {
  background: url(../img/sub_banner_clinic_bg.gif) left bottom repeat-x #f5f3f1;
}
#sub .banner .clinic-item a:hover > * {
  opacity: 0.5;
}
#sub .banner .clinic-item .pic {
  border-bottom: 1px solid #fff;
}
#sub .banner .clinic-item .text {
  padding: 3px 13px 5px;
  border-top: 1px solid #cbc0b8;
  background: url(../img/arrow/arrow2.png) 176px 17px no-repeat;
  line-height: 1.2;
  color: #7f7875;
}
#sub .banner .others .trouble img {
  border: 0;
}
#sub .social {
  margin-bottom: 20px;
}
#sub .social ul {
  margin: 0 auto;
  width: 71px;
  height: 40px;
}
#sub .social li {
  float: left;
  margin-left: 7px;
  height: 40px;
}
#sub .social li:first-child {
  margin: 0;
}
#sub .feature {
  margin-bottom: 20px;
}
#sub .feature li + li {
  margin-top: 10px;
}
#sub .feature img {
  border: 1px solid #baafa6;
}
#sub .feature .feature-item img {
  border: 0;
}
#sub .feature .feature-item .text {
  margin-top: 3px;
  line-height: 1.3333333333;
  font-size: 1.2em;
  color: #7f7875;
  white-space: nowrap;
}
#sub .regenerative {
  margin-bottom: 20px;
}
#sub .regenerative p {
  margin-bottom: 10px;
}
#sub .regenerative img {
  border: 1px solid #baafa6;
}
#sub .regenerative .cooperation img {
  border: 0;
}
#sub .matome {
  margin-bottom: 20px;
}
#sub .matome > .title {
  position: relative;
}
#sub .matome > .title::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  width: 35px;
  height: 35px;
  background: url(../img/sub_matome_title_bg.png) left top no-repeat;
}
#sub .matome .s-matome-item {
  border-bottom: 1px dotted #baafa6;
}
#sub .matome .s-matome-item a {
  display: block;
  padding: 10px;
}
#sub .matome .s-matome-item .item-inner {
  position: relative;
  min-height: 55px;
}
#sub .matome .s-matome-item .item-inner > * {
  margin-left: 65px;
}
#sub .matome .s-matome-item .item-inner .title {
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#sub .matome .s-matome-item .item-inner .pic {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
#sub .matome .s-matome-wrapper {
  position: relative;
  padding: 12px 0;
  border: 1px solid #baafa6;
  border-top: 0;
  background: #f5f2f0;
}
#sub .matome .s-matome-wrapper .bx-wrapper {
  position: static;
}
#sub .matome .s-matome-wrapper .bx-wrapper .bx-viewport {
  left: 0;
  height: 227px !important;
  border: 0;
  background: none;
  box-shadow: none;
}
#sub .matome .s-matome-wrapper .bx-controls a {
  display: block;
  position: absolute;
  left: 0;
  z-index: 800;
  margin: 0;
  width: 100%;
  height: 12px;
  background-color: #a39489;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-prev {
  top: 0;
  background-image: url(../img/index_relatedsites_arrow1.gif);
  background-position: center;
}
#sub .matome .s-matome-wrapper .bx-controls .bx-next {
  bottom: 0;
  background-image: url(../img/index_relatedsites_arrow2.gif);
  background-position: center;
}
#sub .js-fix-contents {
  width: 194px;
}
#sub .js-fix-contents.is-fixed {
  position: fixed;
}
#sub .js-fix-contents.is-bottom {
  position: absolute;
  bottom: 0;
}

#sub {
  position: relative;
}
#sub .s-contents {
  margin-bottom: 20px;
  color: #7f7875;
}
#sub .s-contents > .title {
  border-bottom: 1px solid #cac6c5;
  background: linear-gradient(rgba(236,232,229,.5), rgba(199,188,181,.5) 50%, rgba(223,216,211,.5) 50%, rgba(242,239,237,.5));
  text-align: center;
  color: #7f7875;
}
#sub .s-menu {
  border-bottom: 0;
}
#sub .s-menu > .title {
  background: linear-gradient(rgba(242,239,237,.8), rgba(223,216,211,.8) 50%, rgba(199,188,181,.8) 50%, rgba(236,232,229,.8));
  text-shadow: -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff;
  line-height: 3.3125;
  font-family: YakuHanMP, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6em;
  color: #58504d;
}
#sub .s-menu .menu-item {
  border-bottom: 1px solid #baafa6;
}
#sub .s-menu .menu-item .title {
  border: 0;
}
#sub .s-menu .menu-item > .title,
#sub .s-menu .menu-item > .item-inner > .title {
  display: block;
  position: relative;
  padding-left: 21px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #f5f2f0;
  line-height: 49px;
  font-size: 1.4em;
  color: #7f7875;
}
#sub .s-menu .menu-item > .title::before,
#sub .s-menu .menu-item > .item-inner > .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  width: 9px;
  background: linear-gradient(#c7bcb5, #7f7875 50%, #584f4c 50%, #7f7875);
}
#sub .s-menu .menu-item.top > .title,
#sub .s-menu .menu-item.top > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_top_bg.png);
}
#sub .s-menu .menu-item.liposuction > .title,
#sub .s-menu .menu-item.liposuction > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_liposuction_bg.png);
}
#sub .s-menu .menu-item.breast-hip > .title,
#sub .s-menu .menu-item.breast-hip > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_breast-hip_bg.png);
}
#sub .s-menu .menu-item.antiaging > .title,
#sub .s-menu .menu-item.antiaging > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_antiaging_bg.png);
}
#sub .s-menu .menu-item.anxiety > .title,
#sub .s-menu .menu-item.anxiety > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_anxiety_bg.png);
}
#sub .s-menu .menu-item.parts > .title,
#sub .s-menu .menu-item.parts > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_parts_bg.png);
}
#sub .s-menu .menu-item.service > .title,
#sub .s-menu .menu-item.service > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_service_bg.png);
}
#sub .s-menu .menu-item.keyword > .title,
#sub .s-menu .menu-item.keyword > .item-inner > .title {
  background-image: url(../img/qa_sub_menu_keyword_bg.png);
}
#sub .s-menu .category-list,
#sub .s-menu .keyword-list {
  background-color: #efece9;
  box-shadow: inset 0 1px 0 0 #baafa6;
}
#sub .s-menu .category-item,
#sub .s-menu .keyword-item {
  border: 0;
  border-top: 1px dotted #baafa6;
  color: #a39e9b;
}
#sub .s-menu .category-item a,
#sub .s-menu .keyword-item a {
  display: inline;
  line-height: 1.1666666667;
  font-size: 1.2em;
}
#sub .s-menu .category-item a::before,
#sub .s-menu .keyword-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sub .s-menu .category-item .item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
#sub .s-menu .category-item .pic {
  margin-right: 10px;
}
#sub .s-menu .keyword-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  align-items: center;
  height: 40px;
}
#sub .s-menu .keyword-item a {
  padding-left: 24px;
  background: url(../img/arrow/arrow.png) 10px center no-repeat;
}
#sub .s-monitor > .title {
  border: 1px solid #cac6c5;
  line-height: 50px;
  font-size: 1.4em;
}
#sub .s-monitor .contents-inner {
  *zoom: 1;
  margin-bottom: 5px;
  border: 1px solid #cac6c5;
  border-top: 0;
}
#sub .s-monitor .contents-inner::after {
  content: "";
  display: table;
  clear: both;
}
#sub .s-monitor .monitor-item {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 20px;
}
#sub .s-monitor .monitor-item .fas,
#sub .s-monitor .monitor-item .far {
  margin-right: 5px;
}
#sub .s-related {
  border: 1px solid #cac6c5;
}
#sub .s-related > .title {
  line-height: 30px;
  font-size: 1.2em;
  color: #7f7875;
}
#sub .s-related .operation-contents {
  position: relative;
}
#sub .s-related .operation-contents a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sub .s-related .operation-contents .item-inner {
  *zoom: 1;
  padding: 10px 5px 5px 10px;
}
#sub .s-related .operation-contents .item-inner::after {
  content: "";
  display: table;
  clear: both;
}
#sub .s-related .operation-contents .name {
  margin-bottom: 10px;
  background: url(../img/arrow/arrow.png) right center no-repeat;
  font-size: 1.4em;
}
#sub .s-related .operation-contents .pic {
  float: left;
  margin-right: 5px;
  border: 1px solid #cac6c5;
}
#sub .s-related .operation-contents .pic img {
  width: 50px;
  height: 50px;
}
#sub .s-related .operation-contents .text {
  overflow: hidden;
  line-height: 1.3333333333;
  font-size: 1.2em;
}
#sub .contents .s-menu-item + .s-menu-item {
  border-top: 1px solid #c7bcb5;
}
#sub .contents .s-menu-item a {
  display: flex;
  position: static;
  align-items: center;
  padding: 1px;
}
#sub .contents .s-menu-item a::before, #sub .contents .s-menu-item a::after {
  content: "";
  display: block;
}
#sub .contents .s-menu-item a::before {
  margin-right: 8px;
  width: 7px;
  height: 30px;
  background: linear-gradient(#c7bcb5, #7f7875 50%, #584f4c 50%, #7f7875);
}
#sub .contents .s-menu-item a::after {
  margin: 0 10px 0 auto;
  padding-left: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) right 0 no-repeat;
}
#sub .contents .s-menu-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}
#sub .category .s-menu-item {
  position: relative;
  background: #eae5e2;
}
#sub .category .s-menu-item:hover img {
  opacity: 0.5;
}
#sub .category .s-menu-item + .s-menu-item {
  border-top: 1px dotted #c7bcb5;
}
#sub .category .s-menu-item a {
  padding: 0;
  color: #6d9dd0;
}
#sub .category .s-menu-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#sub .category .s-menu-item img {
  transition: opacity 0.1s linear;
}
#sub .category .s-menu-item .item-inner {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}
#sub .category .s-menu-item .pic {
  margin-right: 10px;
  border: 1px solid #c7bcb5;
}
#sub .category .s-menu-item .text {
  line-height: 1.4;
}

/*----------------------------------------------------------------------
9.	#footer
----------------------------------------------------------------------*/
#footer .wrapper {
  margin: 0 auto;
  width: 988px;
}
#footer .wrapper .wrapper {
  width: auto;
  border-bottom: 1px solid #baafa6;
  background: #f2efed;
}
#footer .f-clinic-list {
  display: flex;
  padding: 9px 0;
  background: #efece9;
}
#footer .f-clinic-item {
  position: relative;
  flex-basis: 20%;
  border-right: 1px solid #c7bcb5;
  border-left: 1px solid #fff;
}
#footer .f-clinic-item:first-child {
  border-left: 0;
}
#footer .f-clinic-item:last-child {
  border-right: 0;
}
#footer .f-clinic-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  right: 0;
  bottom: -9px;
  left: 0;
  transition: all 0.15s linear;
}
#footer .f-clinic-item a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: url(../img/arrow/arrow2.png) 0 0 no-repeat;
}
#footer .f-clinic-item a:hover img {
  opacity: 1;
}
#footer .f-clinic-item a:hover::before {
  background-color: rgba(255,255,255,.5);
}
#footer .f-clinic-item a:hover::after {
  background-image: url(../img/arrow/arrow2_h.png);
}
#footer .f-clinic-item img {
  border-bottom: 1px solid #c7bcb5;
}
#footer .f-clinic-item .pic {
  margin-bottom: 7px;
  text-align: center;
}
#footer .f-clinic-item .address {
  text-align: center;
  line-height: 1.2;
  font-size: 1em;
  color: #7f7875;
}
#footer .f-sitemap {
  display: flex;
  padding: 36px 55px 18px;
}
#footer .f-sitemap-contents {
  flex-basis: 24%;
}
#footer .f-sitemap-contents > .title {
  margin-bottom: 12px;
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-contents.others {
  flex: 1;
  flex-basis: 52%;
}
#footer .f-sitemap-contents.others .f-sitemap-page-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 240px;
}
#footer .f-sitemap-contents.others .f-sitemap-page-item a {
  font-size: 1.4em;
  color: #595350;
}
#footer .f-sitemap-page-item {
  margin-bottom: 12px;
}
#footer .f-sitemap-page-item a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) 0 center no-repeat;
  text-decoration: none;
  font-size: 1.2em;
  color: #7f7875;
}
#footer .f-sitemap-page-item.subitem a {
  margin-left: 20px;
}
#footer .sitemap {
  *zoom: 1;
  float: left;
  margin: 36px 0 0 60px;
  padding-bottom: 30px;
  width: 614px;
}
#footer .sitemap::after {
  content: "";
  display: table;
  clear: both;
}
#footer .sitemap ul {
  *zoom: 1;
  clear: both;
  background: url(../img/footer_sitemap_bg.gif) left top repeat-x, url(../img/footer_sitemap_bg.gif) left 42px repeat-x, url(../img/footer_sitemap_bg.gif) left 84px repeat-x, url(../img/footer_sitemap_bg.gif) left bottom repeat-x;
}
#footer .sitemap ul::after {
  content: "";
  display: table;
  clear: both;
}
#footer .sitemap ul li {
  float: left;
  margin-right: 12px;
  padding-bottom: 2px;
}
#footer .sitemap ul li a {
  padding-left: 18px;
  background: url(../img/arrow/arrow2.png) 0 2px no-repeat;
  text-decoration: none;
  line-height: 40px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap ul li a:hover {
  background-image: url(../img/arrow/arrow2_h.png);
}
#footer .sitemap section {
  float: left;
  margin-bottom: 30px;
  margin-left: 30px;
  width: 130px;
}
#footer .sitemap section:first-child {
  margin: 0;
}
#footer .sitemap section .title {
  margin-bottom: 8px;
  font-size: 1.2em;
  font-weight: bold;
  color: #595350;
}
#footer .sitemap section ul {
  padding: 0;
  background: none;
}
#footer .sitemap section ul li {
  float: none;
  margin: 0;
  line-height: 1;
}
#footer .sitemap section ul li a {
  display: block;
  background-position: 0 4px;
  line-height: 1.8;
  font-size: 1em;
  font-weight: normal;
  color: #7f7875;
}
#footer .clinic, #footer .kuchikomi {
  float: right;
  margin: 36px 60px 0 0;
  padding-bottom: 26px;
  width: 239px;
}
#footer .clinic-item {
  margin-bottom: 4px;
}
#footer .clinic-item a:hover > * {
  opacity: 0.5;
}
#footer .clinic-item img {
  border: 1px solid #baafa6;
}
#footer .clinic-item .item-inner {
  position: relative;
}
#footer .clinic-item .text {
  position: absolute;
  right: 11px;
  bottom: 5px;
  padding: 0;
  width: 164px;
  border: 0;
  background: none;
  text-align: center;
  line-height: 1.25;
  font-size: 0.8em;
  color: #7f7875;
}
#footer .text {
  clear: both;
  padding: 15px 0;
  border-top: 1px solid #fff;
  background: #f2efed;
  text-align: center;
  line-height: 1.6;
  color: #7f7875;
}
#footer #fnavi {
  border-top: 1px solid #ccc3ba;
}
#footer #copyright {
  padding-top: 45px;
  width: 100%;
  height: 25px;
  background: url(../img/copyright_bg.gif) left top no-repeat;
  text-align: center;
  color: #f5f3f1;
}
#footer .kuchikomi {
  margin-top: 0;
  text-align: right;
}
#footer .kuchikomi img {
  border: 0;
}
/*# sourceMappingURL=price_new.css.map */
