@charset "utf-8";

/******************
 * reset
******************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

em {
  font-style: normal;
}

html {
  /** 1rem = width 375px 時の 10px */
  font-size: clamp(5px, 2.666666666666667vw, 16px);
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  background: #fff;
  max-width: 640px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
}

img,
video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: opacity 0.2s;
  }
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-size: 1.4rem;
}

section {
  position: relative;
}

img {
  width: 100%;
}


/* ボタン
------------------------------ */
.btn {
  padding: 20px 0 35px;
}
.btn__gif {
  width: 100%;
}


.footer {
  background: #eeeeee;
  padding: 30px 0;
  text-align: center;
}
.footer a {
  color: #242424;
  text-align: center;
  margin: 0 auto;
}


/*faq
------------------------------ */
.faq {
  background-color: #eaf3f0;
  padding: 20px 22px 30px;
}

.kome{
font-size: 10px;
vertical-align: top;
}
@media screen and (min-width:640px) {
.kome{
  font-size: 13px;
  vertical-align: top;
}
}

/*access
------------------------------ */

.access {
  background: #d4eef3;
  padding: 30px 12px;
}

.last-content__inner {
  padding: 1.5rem
}
.get-coupon-btn {
  margin-top: -10px;
  padding-bottom: 20px;
  background-color: #d74278;
}
/* アコーディオン */
.toggle {
  display: none;
}
.Label {
  padding: .8em;
  letter-spacing: -1px;
  display: block;
  color: #fff;
  background: #279d89;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}
.accordion__content {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

.toggle:checked + .Label + .accordion__content {
  height: auto;
  padding: 20px;
  transition: all .3s;
}

.accordion Label::before{
content:"";
width: 6px;
height: 6px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
position: absolute;
top:calc( 50% - 3px );
right: 12px;
transform: rotate(135deg);
}
.Label,
.accordion__content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
text-align: left;
}
.accordion__content {
height: 0;
margin-bottom:10px;
padding:0 20px;
overflow: hidden;
}
.toggle:checked + .Label + .accordion__content {
height: auto;
padding:20px ;
transition: all .3s;
}
.accordion .toggle:checked + .Label::before {
transform: rotate(-45deg) !important;
}


/*クリニック一覧*/
.clinic-list-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 50px;
}
.clinic-header {
  margin: 0 0 15px;
}
.area-item {
  width: 100%;
}
.area-item .item-header {
  background-color: #0e9bb9;
  padding: 4%;
  display: flex;
  cursor: pointer;
  margin: 10px 10px 0;
  border-radius: 4px;
}
.area-item .item-header p {
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}
.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%;
  padding: 0;
}
.sub-item {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.sub-header {
  font-family: YuMincho, "Yu Mincho", serif;
  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: 900;
}
.sub-body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 15px;
  color: #222222;
  font-weight: 300;
}
.table-wrapper {
  width: 100%;
}
.map__main-img {
  margin-bottom: 20px;
}
.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;
}

/* クリニック一覧　矢印*/
.toggle:checked + .item-header + .item-inner {
  height: auto;
  padding: 20px;
  transition: all .3s;
}
.item-header,
.item-inner {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.item-inner {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
  line-height: 1.3;
}
.toggle:checked + .item-header + .item-inner {
	height: auto;
	padding:20px ;
	transition: all .3s;
}