/*reset*/
@charset "UTF-8";
/*
Reset CSS:ver4.0
*/
/* Winでも見やすい游ゴ設定 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  cursor: default;
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #f7f7f8;
  color: #333;
  font: 16px/400 -apple-system, BlinkMacSystemFont, Hiragino Sans,
    "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic ProN, YuGothic, "Yu Gothic",
    "メイリオ", meiryo, sans-serif;
  height: 100%;
  margin: 0 auto;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  width: 100%;
  max-width: 640px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul,
nav ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  background: transparent;
  color: #0044cc;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration-skip: objects;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 0;
}
em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* smart phone default style reset */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* select box , checkboxの矢印を非表示 */
select::-ms-expand {
  display: none;
}
input[type="submit"]:hover {
  cursor: pointer;
}
input,
textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 10px;
  border: 1px solid #d3d3d3;
  background: #f7f7f7;
}
input:focus,
textarea:focus {
  background: #fffbc9;
}
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="image"] {
  height: auto;
  width: 100%;
}
/* placeholder color */
input::placeholder {
  color: #333;
  opacity: 0.7;
}
/* IE */
input:-ms-input-placeholder {
  color: #333;
}
/* Edge */
input::-ms-input-placeholder {
  opacity: 0.7;
}
/* テキストを選択時時のハイライトカラー */
::-moz-selection {
  background-color: #93c1e5;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #93c1e5;
  color: #fff;
  text-shadow: none;
}

/*追従ボタン*/
.f_btn {
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  line-height: 0;
  margin: 0;
  max-width: 640px;
  padding: 0;
  transition: 0.3s;
  z-index: 1;
  position: fixed;
  bottom: 0;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
.active {
  opacity: 1;
  visibility: visible;
}

/*div.form*/
.form {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.form img {
  margin: 0 auto;
  text-align: center;
}

.form_btn {
  margin-bottom: 20px;
}

/*div.clinic-list-wrapper*/
.clinic-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 6% 10% 6%;
  background: #fff;
}
.clinic-header {
  height: auto;
  margin: 0 auto;
  background: #fff;
}
.area-item {
  width: 100%;
}
.area-item .item-header {
  background-color: #f23075;
  padding: 5%;
  display: flex;
  cursor: pointer;
  margin-top: 6%;
  border-radius: 8px;
  box-shadow: 0px 7px 0px 0px rgba(190, 190, 190, 0.4);
}
.area-item .item-header img {
  width: 45%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.area-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sub-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sub-header {
  font-family: YuMincho, "Yu Mincho", serif;
  padding: 15px 0;
  color: #f23056;
  text-align: center;
  border-top: 1px solid #f23075;
  border-bottom: 1px solid #f23075;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 900;
}
.sub-body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
  color: #441620;
  font-weight: 300;
}
.table-wrapper {
  width: 100%;
}
.map-wrapper {
  width: 100%;
}
.map-wrapper iframe {
  width: 100%;
}
.table-wrapper th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  vertical-align: baseline;
}
.table-wrapper td {
  padding-left: 16px;
  padding-bottom: 12px;
}
.area-item input {
  display: none;
}
.item-inner {
  display: none;
}
.area-item input[type="checkbox"]:checked + .item-inner {
  display: block;
}

/*footer*/
.f_wrap {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 150px 0;
  background: #000;
  color: #fff;
}

.f_wrap .f_wrap__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.f_wrap ul li {
  list-style-type: none;
  margin-bottom: 14px;
  text-decoration: none;
}

.f_wrap ul li:last-child {
  margin-left: 1.6rem;
}

.f_wrap ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  color: #fff;
  text-decoration: none;
}

.f_wrap .f_copy p {
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 30em) {
  .f_wrap {
    padding: 2rem 0.5rem 8rem;
  }
}

/*
.wrap {
  margin: 0 10px;
}
.article {
  background: #fff;;
  margin: 0 auto;
  max-width: 640px;
  padding: 1px 0 50px;
  width: 100%;
}
*/
/* 各セクション */
/*
.section {
  margin-bottom: 40px;
}
.section + .section {
  margin-top: 20px;
}
.gbg{
background: #f2f2f2;
}
.grd {
  background-image: -moz-linear-gradient( 90deg, rgb(3,0,0) 8%, rgb(48,48,48) 47%, rgb(3,0,0) 85%);
  background-image: -webkit-linear-gradient( 90deg, rgb(3,0,0) 8%, rgb(48,48,48) 47%, rgb(3,0,0) 85%);
  background-image: -ms-linear-gradient( 90deg, rgb(3,0,0) 8%, rgb(48,48,48) 47%, rgb(3,0,0) 85%);
}
*/

/* --------------------
FONT
-------------------- */
/* web font */
/*
.wf-noto {
  font-family: "Noto Sans JP";
}
.text {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0 0;
}
*/

/*FOOTER*/
/*
.footer{
    background-image: -moz-linear-gradient( 90deg, rgb(3,0,0) 8%, rgb(48,48,48) 47%, rgb(3,0,0) 85%);
    background-image: -webkit-linear-gradient( 90deg, rgb(3,0,0) 8%, rgb(48,48,48) 47%, rgb(3,0,0) 85%);
    background-image: -ms-linear-gradient( 90deg, rgb(3,0,0) 8%, rgb(48,48,48) 47%, rgb(3,0,0) 85%);
    z-index: 20;
    padding:30px 30px 30px 30px;
max-width: 750px;
text-align: center;
padding: 16px 16px 140px 16px;
margin: 0 auto;
}
@media screen and (min-width:750px) {
.footer{
padding: 16px 16px 220px 16px;
}
}
.footer a{
color: #fff;
font-size: 14px;
}
*/

/*
.clinic-image-wrapper {
  display: flex;
}
.clinic-image-wrapper img {
  width: 100%;
  height: auto;
}
*/

/*
.note{
	padding-top: 60px;
}
.note__ti {
  font-family: serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1em;
}
.note__tx {
  font-family: serif;
  text-align: center;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}
*/

/************************
クリニック一覧 アコーディオン
************************/
.sec-clinic-list__wrap,
.sec-clinic-list__wrap * {
  all: unset;
}
.sec-clinic-list__wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 6% 10%;
  line-height: 1.5;
  background-color: #fff;
}
.sec-clinic-list__wrap img {
  width: 100%;
  height: auto;
}
.sec-clinic-list__wrap .sec-clinic-list__item {
  width: 100%;
}
.sec-clinic-list__wrap .sec-clinic-list__header {
  background-color: #f23075;
  color: #fff;
  padding: 3% 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-top: 6%;
  font-size: clamp(10px, 4vw, 20px);
  border-radius: 4px;
  font-weight: bold;
  font-weight: bold;
}
.sec-clinic-list__wrap .sec-clinic-list__header img {
  width: 45%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.sec-clinic-list__wrap .sec-clinic-list__sub-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sec-clinic-list__wrap .sec-clinic-list__sub-header {
  padding: 15px 0;
  color: #222222;
  text-align: center;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: bold;
}
.sec-clinic-list__wrap .sec-clinic-list__sub-body {
  font-size: 15px;
  color: #222222;
  font-weight: 300;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap {
  width: 100%;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap table {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap table tr {
  display: table-row;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap table th {
  display: table-cell;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap table td {
  display: table-cell;
}
.sec-clinic-list__wrap .sec-clinic-list__map-wrap {
  width: 100%;
}
.sec-clinic-list__wrap .sec-clinic-list__map-wrap iframe {
  width: 100%;
  height: 300px;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  vertical-align: baseline;
}
.sec-clinic-list__wrap .sec-clinic-list__table-wrap td {
  padding-left: 16px;
  padding-bottom: 12px;
}
.sec-clinic-list__wrap .sec-clinic-list__item input {
  display: none;
}
.sec-clinic-list__wrap .sec-clinic-list__item-inner {
  display: none;
}
.sec-clinic-list__wrap
  .sec-clinic-list__item
  input[type="checkbox"]:checked
  + .sec-clinic-list__item-inner {
  display: block;
}
/************************
/ クリニック一覧 アコーディオン
************************/
