@charset "UTF-8";
@font-face {
  src: url(../src/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(../src/fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff"), url(../src/fonts/YakuHanJP/YakuHanJP-Regular.eot);
  font-family: "YakuHanJP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../src/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(../src/fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff"), url(../src/fonts/YakuHanJP/YakuHanJP-Bold.eot);
  font-family: "YakuHanJP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../src/fonts/YakuHanJP/YakuHanMP-Regular.woff2) format("woff2"), url(../src/fonts/YakuHanJP/YakuHanMP-Regular.woff) format("woff"), url(../src/fonts/YakuHanJP/YakuHanMP-Regular.eot);
  font-family: "YakuHanMP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(../src/fonts/YakuHanJP/YakuHanMP-Bold.woff2) format("woff2"), url(../src/fonts/YakuHanJP/YakuHanMP-Bold.woff) format("woff"), url(../src/fonts/YakuHanJP/YakuHanMP-Bold.eot);
  font-family: "YakuHanMP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.pc {
  display: none !important;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: 病院検索
Note:


New Creation:	2018/05/11.
Last Change:	2018/05/11.


Created By		Kosuke Inoue
Updated By		Kosuke Inoue

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

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
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;
}

html {
  font-family: "YakuHanJP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
}

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

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

button {
  margin: 0;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

textarea {
  vertical-align: top;
}

iframe {
  border: 0;
}

header,
footer,
article,
section,
aside,
nav,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

a, a::before, a::after {
  transition: background-color 0.15s linear, background-image 0.15s linear;
}
a img {
  background: rgba(255, 255, 255, 0.1);
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
.l-container {
  position: relative;
  min-height: 100%;
  background: #f2f0da;
}
body > .l-container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.l-header {
  border-bottom: 3px solid #773b84;
}
.l-header .h-logo {
  position: fixed;
  top: 0;
  z-index: 200;
  padding: 0 4.5%;
  width: 100%;
  height: 60px;
  background: url(../mobile/img/header_bg.jpg);
}
.l-header .h-logo img {
  padding: 19px 0;
  background: none;
}
.l-header #mobile-head {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 201;
}
.l-header #nav-toggle {
  display: block;
  position: absolute;
  top: 11px;
  right: 20px;
  z-index: 101;
  width: 30px;
  height: 36px;
}
.l-header #nav-toggle div {
  position: relative;
}
.l-header #nav-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  transition: 0.35s ease-in-out;
}
.l-header #nav-toggle span:nth-child(1) {
  top: 0;
}
.l-header #nav-toggle span:nth-child(2) {
  top: 9px;
}
.l-header #nav-toggle span:nth-child(3) {
  top: 18px;
}
.l-header #nav-toggle span:nth-child(4) {
  top: 28px;
  left: -3px;
  background: none;
  font-size: 12px;
  color: #fff;
}
.l-header.open #nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(315deg);
}
.l-header.open #nav-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.l-header.open #nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-315deg);
}
.l-header.open .h-nav {
  display: block;
}

.h-mainimg {
  padding-top: 60px;
}
.h-mainimg img {
  width: 100%;
}

.h-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin-top: 60px;
  width: 100%;
}
.h-nav-list {
  border-bottom: 2px solid #bb9dc1;
}
.h-nav-item {
  position: relative;
  border-bottom: 2px solid #bb9dc1;
  background: #f1ebf3;
}
.h-nav-item a {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  display: table-cell;
  position: relative;
  z-index: 2;
  padding-left: 62px;
  width: 45rem;
  height: 55px;
  vertical-align: middle;
  text-decoration: none;
  line-height: 1.25;
  font-size: 1.6rem;
  color: #773b84;
}
.h-nav-item::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url(../mobile/img/arrow_link1.png) left top no-repeat;
  background-size: 60%;
}
.h-nav-item.top {
  display: none;
}
.h-nav-item.clinic {
  background: #fdf2ed;
}
.h-nav-item.clinic a {
  color: #f37a4f;
}
.h-nav-item.stem_cells, .h-nav-item.myself, .h-nav-item.manager, .h-nav-item.site_map {
  border-bottom: none;
}
.h-nav-item.stem_cells a, .h-nav-item.myself a, .h-nav-item.manager a, .h-nav-item.site_map a {
  padding: 8px 40px 8px 0;
  height: auto;
  text-align: right;
  line-height: 1;
  font-size: 1.5rem;
}
.h-nav-item.stem_cells::after, .h-nav-item.myself::after, .h-nav-item.manager::after, .h-nav-item.site_map::after {
  top: 8px;
}
.h-nav-item.stem_cells a {
  padding: 16px 40px 8px 0;
}
.h-nav-item.stem_cells::after {
  top: 16px;
}
.h-nav-item:last-child a {
  padding: 8px 40px 16px 0;
}
.h-nav-item.about a {
  background: url(../mobile/img/nav_about.jpg) left top no-repeat;
  background-size: 55px 55px;
}
.h-nav-item.pain a {
  background: url(../mobile/img/nav_pain.jpg) left top no-repeat;
  background-size: 55px 55px;
}
.h-nav-item.treatment a {
  background: url(../mobile/img/nav_treatment.jpg) left top no-repeat;
  background-size: 55px 55px;
}
.h-nav-item.clinic a {
  background: url(../mobile/img/nav_clinic.jpg) left top no-repeat;
  background-size: 55px 55px;
}

.l-pagetop {
  display: table;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
}
.l-pagetop a {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  transition: opacity 0.15s linear;
  display: table-cell;
  padding-top: 25%;
  background: url(../img/pagtop_bg.png) center 10px no-repeat rgba(179, 139, 73, 0.6);
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #fff;
}
.l-pagetop a:hover {
  text-decoration: none;
}

/*----------------------------------------------------------------------
6.	header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	content
----------------------------------------------------------------------*/
.l-content {
  margin: 0 auto;
}
.l-content {
  *zoom: 1;
}
.l-content::after {
  content: "";
  display: table;
  clear: both;
}

.l-topicpath ol {
  margin: 4.6875% 4.6875% 0;
}
.l-topicpath li {
  display: inline-block;
  margin-bottom: 1.5625%;
  font-size: 1.4rem;
  color: #847776;
}
.l-topicpath li a {
  display: inline-block;
  color: #847776;
}
.l-topicpath li a:hover > * {
  opacity: 1;
}
.l-topicpath li + li::before {
  content: ">";
  margin: 0 0.25em;
}
.l-topicpath li:last-child a {
  color: #b18a4d;
}
.l-topicpath li:last-child a span {
  font-weight: bold;
}

/*----------------------------------------------------------------------
8.	main
----------------------------------------------------------------------*/
.main {
  position: relative;
  overflow: hidden;
  padding-top: 4.6875%;
}

.l-main {
  width: 100%;
}

.next-link {
  text-align: right;
}

.br-pc {
  display: none;
}

.l-main {
  margin-bottom: 10.9375%;
}

.main-wrapper {
  margin: 0 4.6875%;
  border-radius: 30px;
}

.m-title {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  display: table-cell;
  position: relative;
  margin-bottom: 4.6875%;
  width: 45rem;
  height: 2rem;
  border: 0;
  border-radius: 14px 14px 0 0;
  background-image: url(../mobile/img/index_clinic_title_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  line-height: 1.2857142857;
  font-size: 2.1rem;
  color: #fff;
}

.m-lead-1 {
  padding: 4.6875%;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  font-size: 1.2em;
  color: #847776;
}

.m-lead-2 {
  margin: 4.6875% 0 7.03125%;
  line-height: 1.8;
  font-size: 1.6rem;
  color: #847776;
}

.m-anchor {
  display: flex;
  flex-wrap: wrap;
  margin: 0 4.6875% 10.9375%;
}
.m-anchor .anchor-item {
  position: relative;
  margin-bottom: 4.6875%;
  padding-left: 6.25%;
  width: 25%;
}
.m-anchor .anchor-item a {
  line-height: 1.2;
  font-size: 1.4rem;
  color: #847776;
}
.m-anchor .anchor-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/pain_anchor_item_bg.png) left center no-repeat;
}

.m-clinic .caution {
  margin-bottom: 4.6875%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f00;
}
.m-clinic > .title {
  padding: 0 0 0 20px;
  border: 0;
  border-radius: 6px;
  background: #f27b56;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  line-height: 50px;
  color: #fff;
}
.m-clinic > .title::before {
  right: 42px;
  bottom: 5px;
  width: 109px;
  height: 73px;
  background-image: url(../img/index_clinic_title_bg.png);
}
.m-clinic .text {
  margin: 0;
}
.m-clinic .prefectures {
  position: relative;
}
.m-clinic .prefectures .pic {
  display: none;
}
.m-clinic .link-list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  margin-bottom: 3.125%;
  border-top-width: 3px;
  border-top-style: solid;
}
.m-clinic .link-list {
  *zoom: 1;
}
.m-clinic .link-list::after {
  content: "";
  display: table;
  clear: both;
}
.m-clinic .link-list.hokkaido {
  border-top-color: #47a5be;
}
.m-clinic .link-list.tohoku {
  border-top-color: #189db3;
}
.m-clinic .link-list.kanto {
  border-top-color: #c89a34;
}
.m-clinic .link-list.tokai {
  border-top-color: #41678b;
}
.m-clinic .link-list.hokuriku {
  border-top-color: #7d9656;
}
.m-clinic .link-list.kansai {
  border-top-color: #d37831;
}
.m-clinic .link-list.chugoku {
  border-top-color: #b23728;
}
.m-clinic .link-list.shikoku {
  border-top-color: #d05381;
}
.m-clinic .link-list.kyushu {
  border-top-color: #9d6a8a;
}
.m-clinic .link-list.okinawa {
  border-top-color: #957d5a;
}
.m-clinic .link-item {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  display: table;
  padding-top: 1.3%;
  width: 47.48%;
  height: 3.5rem;
  border-bottom: 1px solid #ba9ec1;
  background: url(../mobile/img/sub_menu_item_bg.png) 10% center no-repeat #fff;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  color: #847776;
}
.m-clinic .link-item.no-link {
  background: #fff;
  color: #d1cccb;
}
.m-clinic .link-item a {
  display: block;
  font-weight: bold;
  color: #847776;
}
.m-clinic .link-list.hokkaido .link-item:last-child {
  border: 0;
}
.m-clinic .link-list.tohoku .link-item:last-child, .m-clinic .link-list.tohoku .link-item:nth-last-child(2) {
  border: 0;
}
.m-clinic .link-list.tohoku .link-item:last-child {
  margin-left: 5%;
}
.m-clinic .link-list.kanto .link-item:last-child {
  border: 0;
}
.m-clinic .link-list.tokai .link-item:last-child, .m-clinic .link-list.tokai .link-item:nth-last-child(2) {
  border: 0;
}
.m-clinic .link-list.tokai .link-item:last-child {
  margin-left: 5%;
}
.m-clinic .link-list.hokuriku .link-item:last-child, .m-clinic .link-list.hokuriku .link-item:nth-last-child(2) {
  border: 0;
}
.m-clinic .link-list.hokuriku .link-item:last-child {
  margin-left: 5%;
}
.m-clinic .link-list.kansai .link-item:last-child, .m-clinic .link-list.kansai .link-item:nth-last-child(2) {
  border: 0;
}
.m-clinic .link-list.kansai .link-item:last-child {
  margin-left: 5%;
}
.m-clinic .link-list.chugoku .link-item:last-child {
  border: 0;
}
.m-clinic .link-list.shikoku .link-item:last-child, .m-clinic .link-list.shikoku .link-item:nth-last-child(2) {
  border: 0;
}
.m-clinic .link-list.shikoku .link-item:last-child {
  margin-left: 5%;
}
.m-clinic .link-list.kyushu .link-item:last-child {
  border: 0;
}
.m-clinic .link-list.okinawa .link-item:last-child {
  border: 0;
}

.m-result-box + .m-result-box {
  padding-top: 9.375%;
}
.m-result-title {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  margin-bottom: 3.125%;
  text-align: left;
  font-size: 1.6rem;
  color: #773e80;
  margin-bottom: 4.6875%;
  line-height: 1.1333333333;
}
.m-result-title::before {
  content: "●";
  color: #b18a4d;
}
.m-result-item {
  position: relative;
  margin-bottom: 3.125%;
  border: 1px solid #b2aaa9;
}
.m-result-item a {
  display: block;
}
.m-result-item a:hover {
  text-decoration: none;
}
.m-result-item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.m-result-item-title a span {
  display: block;
  position: relative;
  padding: 3.125% 20.3125% 3.125% 7.8125%;
  background: #ad89b5;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.m-result-item-title a span::before {
  content: "";
  display: inline;
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 3%;
  border-left: 4px solid #773b84;
  border-radius: 8px;
}
.m-result-item-title a span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 18%;
  height: 100%;
  background-image: url(../img/arrow_link2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #773b84;
}
.m-result-item-title a span a {
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.m-result-item-details {
  padding: 4.6875% 3.125%;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #655553;
}
.m-result-item-details .address {
  padding-bottom: 2.34375%;
  font-size: 1.6rem;
}
.m-result-item-details .tel {
  padding-bottom: 4.6875%;
  border-bottom: 1px solid #b2aaa9;
  font-size: 1.6rem;
}
.m-result-item-details .providing-list {
  overflow: hidden;
  padding-top: 4.6875%;
}
.m-result-item-details .providing-list::before {
  content: "提供している再生医療";
  display: block;
  margin-bottom: 3.125%;
  line-height: 1.2857142857;
  font-size: 1.4rem;
  color: #655553;
}
.m-result-item-details .providing-item {
  float: left;
  padding: 0.5rem;
  border-radius: 4px;
  background: #b38b42;
  text-align: center;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #fff;
}
.m-result-item-details .providing-item + .providing-item {
  margin-left: 1rem;
}

/*----------------------------------------------------------------------
9.	sub
----------------------------------------------------------------------*/
.l-sub {
  position: relative;
  overflow: hidden;
  margin: 0 4.6875% 18.75%;
}

.s-contents + .s-contents {
  margin-top: 9.375%;
}

.s-news {
  padding: 3.125%;
  border-radius: 10px;
  background: url(../mobile/img/sub_news_bg.jpg) left top no-repeat;
}
.s-news > .title {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  margin-bottom: 3.125%;
  font-size: 2rem;
  color: #f2f0db;
}
.s-news .news-list {
  height: 198px;
  border-radius: 5px;
  background: #fff;
}
.s-news .news-item {
  margin: 0 3.125%;
  padding: 3.125% 0;
  border-bottom: 2px dotted #9f9594;
}
.s-news .news-item .date {
  margin-bottom: 1.5625%;
  font-size: 1.2rem;
  color: #773e80;
}
.s-news .news-item .text {
  line-height: 1.2142857143;
  font-size: 1.4rem;
  color: #665654;
}

.s-banner img {
  width: 100%;
}

.s-menu .title {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  padding: 3.125%;
  border-bottom: 1px solid #b2aaa9;
  border-radius: 10px 10px 0 0;
  background: url(../mobile/img/sub_menu_title_bg.jpg) left top no-repeat;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
}
.s-menu .title a {
  color: #fff;
}
.s-menu .title a em {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
}
.s-menu .title a:hover {
  display: block;
  text-decoration: underline;
}
.s-menu .menu-item {
  display: table;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #ba9ec1;
}
.s-menu .menu-item a {
  font-family: "M PLUS Rounded 1c";
  font-weight: 300;
  display: table-cell;
  padding-left: 9.375%;
  background: url(../img/sub_menu_item_bg.png) 11px center no-repeat #fff;
  vertical-align: middle;
  line-height: 1.4285714286;
  font-size: 1.6rem;
  color: #847776;
}
.s-menu .menu-item a em {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
}
.s-menu .menu-item a:hover {
  background-color: #f1ebf3;
  text-decoration: none;
}
.s-menu .menu-item.is-active a {
  background-color: #f1ebf3;
}

.s-menu .title {
  background: #f37a4f;
}
.s-menu .menu-list {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  margin-bottom: 4.6875%;
}
.s-menu .menu-list {
  *zoom: 1;
}
.s-menu .menu-list::after {
  content: "";
  display: table;
  clear: both;
}
.s-menu .menu-item {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  display: table;
  height: 3.2rem;
  border-right: 1px solid #ba9ec1;
  border-bottom: 1px solid #ba9ec1;
  background: url(../img/sub_menu_item_bg.png) 10% center no-repeat #fff;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
  color: #847776;
}
.s-menu .menu-item:nth-child(3n-2) {
  border-left: 1px solid #ba9ec1;
}
.s-menu .menu-item:last-child {
  border: 0;
}
.s-menu .menu-item.no-link {
  background: none;
}
.s-menu .menu-item a {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  padding: 0;
  background: none;
  font-weight: bold;
  color: #847776;
}

/*----------------------------------------------------------------------
10.	footer
----------------------------------------------------------------------*/
.l-footer {
  padding: 7.8125% 0 23.4375%;
  width: 100%;
  background: url(../mobile/img/footer_bg.jpg) center bottom no-repeat #773e80;
}

.f-sitemap {
  margin: 0 4.6875%;
}
.f-sitemap a {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  display: block;
  font-size: 1.4rem;
  color: #fff;
}
.f-sitemap-item {
  position: relative;
}
.f-sitemap-item .title {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid #f2f0d9;
}
.f-sitemap-item .title > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../img/footer_sitemap_item_bg.png) center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.f-sitemap-item .page a {
  font-family: "M PLUS Rounded 1c";
  font-weight: 300;
}
.f-sitemap-item .page-list {
  padding-left: 1rem;
}
.f-sitemap-item .page-item {
  margin-bottom: 12px;
}
.f-sitemap-item .page-item:last-child {
  margin-bottom: 26px;
}
.f-sitemap .f-contents-item.sp {
  display: flex;
  margin-bottom: 11.71875%;
}
.f-sitemap .f-contents-item.sp .flex-item:first-child {
  margin-right: 6.25%;
  padding-left: 1rem;
}
.f-sitemap .f-contents-item.sp .flex-item .f-sitemap-item {
  margin-bottom: 16px;
}
.f-sitemap .f-contents-item.sp .flex-item .f-sitemap-item:last-child {
  margin-bottom: 0;
}

.f-copyright {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
/*----------------------------------------
　扉
----------------------------------------*/
.index .s-menu {
  display: none;
}

/*----------------------------------------
　検索結果
----------------------------------------*/
.result .m-title {
  padding: 3.4375% 4.6875% 6.5625%;
}

/*----------------------------------------
　詳細
----------------------------------------*/
.details .m-title {
  padding: 3.4375% 4.6875% 6.5625%;
  background: url(../mobile/img/index_clinic_details_title_bg.png) left no-repeat;
}
.details .m-details {
  margin-top: 4.6875%;
}
.details .m-details-title {
  position: relative;
  padding: 3.125% 0 3.125% 7.8125%;
  background: #ad89b5;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.details .m-details-title::before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 3%;
  border-left: 4px solid #773b84;
  border-radius: 8px;
}
.details .m-details-table {
  width: 100%;
  border: 1px solid #b2aaa9;
  background: #fff;
}
.details .m-details-table th,
.details .m-details-table td {
  border: 1px solid #b2aaa9;
  line-height: 1.4285714286;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #655553;
}
.details .m-details-table th {
  width: 21%;
  text-align: center;
}
.details .m-details-table td {
  padding: 3.125%;
}
.details .m-details-table td img {
  width: 100%;
}
.details .m-details-table .providing-item {
  display: inline-block;
  padding: 0.5rem;
  border-radius: 4px;
  background: #b38b42;
  text-align: center;
  line-height: 1.4285714286;
}
.details .m-details-table .providing-item a {
  color: #fff;
}
.details .m-details-table .providing-item a .name {
  font-weight: bold;
}
.details .m-details-table .providing-item a:hover {
  text-decoration: none;
}
.details .m-details-table .map .pc {
  display: none;
}
.details .m-details-table .map .sp {
  display: table-cell;
}
.details .m-details-table .time table {
  margin-bottom: 0.5rem;
  width: 100%;
  border: 1px solid #b38b42;
  table-layout: fixed;
}
.details .m-details-table .time table thead tr th {
  padding: 0.8rem 0;
  width: 20%;
  border: 1px solid #b38b42;
  background: #efe7d9;
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
}
.details .m-details-table .time table thead tr th.empty {
  width: 45%;
}
.details .m-details-table .time table tbody tr th,
.details .m-details-table .time table tbody tr td {
  padding: 0.5rem;
  border: 1px solid #b38b42;
  line-height: 1;
  font-size: 1.2rem;
}
.details .m-details-table .time table tbody tr th {
  background: #efe7d9;
}
.details .m-details-table .time table tbody tr td {
  padding: 0.8rem 0;
  text-align: center;
}
.details .m-details-table .time .cap {
  font-size: 1.2rem;
}
.details .m-details-table .homepage td a {
  text-decoration: underline;
  color: #b38b42;
}
.details .m-lead-2 {
  line-height: 1.5;
  font-size: 1.2rem;
}
.details .m-result {
  margin-top: 2.5rem;
}
.details .m-result > .title {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  display: table-cell;
  position: relative;
  overflow: hidden;
  padding: 0 3.125%;
  width: 45rem;
  height: 6rem;
  border-bottom: 2px solid #b18a4d;
  border-radius: 10px 10px 0 0;
  vertical-align: middle;
  line-height: 1.25;
  font-size: 1.8rem;
  color: #773e80;
}
.details .m-result > .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 2px;
  left: 0;
  background: rgba(119, 62, 128, 0.3);
}
.details .m-result-list {
  margin-top: 1rem;
}

/*----------------------------------------
　治療別
----------------------------------------*/
@media screen and (max-width: 640px) {
  .m-title {
    padding: 5.3125% 3.90625% 8.75%;
  }
  .s-menu .menu-item {
    width: 32.95%;
  }
}
@media screen and (max-width: 375px) {
  .s-menu .menu-item {
    width: 32.87%;
  }
}
@media screen and (max-width: 350px) {
  .m-title {
    padding: 9.375% 3.90625%;
    font-size: 1.8rem;
  }
}