@charset "UTF-8";

:root {
/*キーカラー*/--keycolor:#f3dae3;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}


html,
body {
    font-family:sans-serif;
    padding:0;
    min-height:100%;
}
html {
    font-size:62.5%;
    margin:0;
    width:100%;
}
body {
	display: none;
    -webkit-text-size-adjust: 100%;
    background:#f3dae3;
    color:#111;
    font-family:"Yu Gothic","游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size:14px;
    font-size:1.4rem;
    margin:0 auto;
    padding:0;
    width:100%;
    max-width:640px;
}
h1,h2,h3,h4,h5,h6,
p,
address,
ul,ol,li,dl,
dt,dd,table,
caption,
th,td,
img,
form {
  border: none;
  border-collapse: collapse;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
a {
  color: #111;
  text-decoration: none;
}
p {
  margin: 0;
}
img {
  border-style: none;
  vertical-align: bottom;
}
hr {
  display: none;
}
em {
  font-style: normal;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a{
  outline: none;
}
h1{
  background:#14a5e1;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  line-height:1;
  padding:10px 5px;
  text-align:center;
  width:100%;
}
article {
  overflow: hidden;
  position: relative;
  width: 100%;
}
button {
  background: #e02860;
  border:  solid #bd1b4c;
  border-width: 0 0 5px;
  border-radius: 10px;
  color:#fff;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.8em 0.7em;
  position: relative;
  text-align: center;
  width: 100%;
  transition:0.3s;
}
button:focus {
  outline-width: 0;
}
button:focus,
button:active,
button:hover {
  background:#fa769d;
}
@media screen and (max-width:540px) {
  button {
	background: #e02860;
	border:  solid #bd1b4c;
    border-width: 0 0 5px;
    border-radius: 10px;
    color:#fff;
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.4em 0.7em;
    position: relative;
    text-align: center;
    width: 100%;
    transition:0.3s;
  }
}


/*main contents*/
ul#articles{/*#space_countの高さ分*/
    margin-top:-30px;
}
li.space {
  float: left;
  padding-bottom: 10px;
}
li.col {
  float: left;
}
section#space_answer {
  background: transparent;
  margin:0 3vw;
  min-height: 190px;
  padding: 35px 1vw 10px;
  position: relative;
}
@media screen and (min-width:640px) {
  section#space_answer {
    margin:0 10px;
    padding: 35px 5px 10px;
  }
}

div.contents_wrapper {
  padding:0 0 20px;
  position: relative;
  z-index: 0;
}
#spece_contents {
  background: #fff;
  border-radius: 5px;
  margin: 10px 0 20px 0;
  padding: 30px 15px 15px;
  overflow: hidden;
}

#spece_contents2 {
  background: #fff;
  border-radius: 5px;
  margin: 10px 0 20px 0;
  padding: 1vw 2.8vw 0;
  overflow: hidden;
}

.q_bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.kome{
  font-size: 10px;
  text-align: right;
  padding-right: 4vw;
  width: 50%;
  flex: 1;
}
@media screen and (min-width:640px) {

#spece_contents2{
padding:15px 15px 0;
}
.kome{
font-size:13px;
padding-right:40px;
}
}


/*回答ボタン*/
.button_list {
  align-items: center;
  margin: 10px auto 0;
  padding: 0 30px;
  width: 100%;
}
.button_list li {
  flex-shrink: 0;
  padding: 5px 10px 0;
  width:100%;
}
.button_list--righting {
  justify-content: flex-end;
}


/*戻る*/
p.back.wt {
  color: #fff;
}
.colTi {
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
  margin: 0 3vw;
}
.colTi span {
  font-weight: bold;
  font-size: 26px;
}
.colTi .mum {
  color: #135597;
  flex: 0 0 65px;
  margin-right: 10px;
}
.colTi .mum img {
  width: 100%;
}
p.back {
  color:#333;
  font-size: 13px;
  margin: 0 0 0 3vw;
  padding: 0 0 0 3vw;
  width: 40%;
}
#space_1 {
  margin-top: -85px;
}
#space_2 {
  margin-bottom: -240px;
}
#space_2 .img img {
  width: 100%;
  height: auto;
}
#space_2 .ttl {
	margin:20px;
}
#space_2 .line_count {
	padding: 0 6%;
}
#space_2 .get-coupon-btn {
  margin-top: -10px;
  padding-bottom: 20px;
  background-color: #ff8eb0;
}
#space_2 .img.btn {
  margin: 0 10px 1.5em;
}
.personals {
  border-radius: 5px;
  margin: 310px 20px 0;
  min-height: 230px;
  padding: 30px 0 0;
  position: relative;
  z-index: 1;
  top: -260px;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width:640px) {
  #spece_contents {
    padding: 20px 2.8vw 10px;
  }
  .button_list {
    padding: 0 2vw;
  }
  .colTi .mum {
    width: 18vw;
    color: #135597;
    margin-right: 1vw;
    flex: 0 0 12vw;
  }
  .colTi span {
    font-size: 3.9vw;
  }
  .personals {
    margin: 310px 0px 0;
    min-height: 230px;
    padding: 0;
  }
}
@media screen and (min-width:640px) {
  .colTi {
    margin: 0 19px;
  }
  p.back {
    font-size: 16px;
    margin: 0 0 0 15px;
    padding: 0 0 0 25px;
  }
}

.row_wrap_fv{
	display: flex;
	align-items:start;
}
  .row_wrap__item_fv{
	margin: 0 ;
  }
  .row_wrap__item_fv video{
	width: 100%;
  }

.row_wrap{
  display: flex;
  align-items:start;
}
.row_wrap__item{
  margin: 0 3vw;
}
.row_wrap__item img{
  width: 100%;
}
@media screen and (min-width:640px) {
  .row_wrap__item{
    margin: 0 19px;
  }
}

p.button {
  margin: 10px auto 0;
  width:250px;
}
.btn_and {
  font-size: 18px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #fff;
}
.thanks_txt{
  font-size: 26px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  margin: 10px 0 20px;
  color: #e02860;
  line-height: 1.3;
}
.sp {
  display: none;
}
@media screen and (max-width:540px) {
  .thanks_txt{
    font-size: 16px;
    margin: 90px 0 20px;
  }
  .sp {
    display: block;
  }
}


video{
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: -1px;
	padding: 0;
}

.slide-title {
  width: 90%;
  margin: 0 auto;
}
.slider-wrapper {
	padding: 0 40px;
}
.slider-wrapper ul{
	margin: 0 auto;
}
.slider-wrapper ul li img{
	width: 100%;
}
.slick-next:before{
	background: url(../img/lr_right.png)!important;
	background-size: contain!important;
	content:""!important;
	width: 30px !important;
	height: 30px !important;
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 1;
}
.slick-prev:before{
	background: url(../img/lr_left.png)!important;
	background-size: contain!important;
	content:""!important;
	width: 30px !important;
	height: 30px !important;
	position: absolute;
	top: 20px;
	left: 0;
	opacity: 1;
}
.slick-prev {
	left: -40px;
}
.slick-next {
	right: -60px;
}
.slick-prev, .slick-next {
	top: 40%;
	width: 50px;
	height: 50px;
	z-index: 10;
}
.slide-items__textbox {
  padding-top: 5px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 11px;
}
.slide-items__textbox p {
  line-height: 1.4;
  font-size: 12px;
}
.slide-items__textbox p:first-child {
  font-weight: bold;
}
.slide-items__textbox p:last-child {
  text-align: right;
}
@media screen and (min-width:640px) {
.slide-items__textbox p{
font-size:13px;
}
}
@media screen and (max-width:375px) {
.slide-items__textbox p{
font-size:11px;
}
}



.about {
  background-color: #fff;
  border-top: 1px solid #dae8fa;
  padding: 12px;
}


/*div.access*/
.access {
  background-color: #fff;
  padding: 12px;
}

/* アコーディオン */
.toggle {
  display: none;
}
.Label {
  padding: .8em;
  letter-spacing: -1px;
  display: block;
  color: #000;
  background: #e02860;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.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;
}
.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: #e02860;
  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 20px
}
.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;
}
.toggle:checked + .item-header + .item-inner {
	height: auto;
	padding:20px ;
	transition: all .3s;
}


/*.line_dtl主なリスク・副作用について*/
.line_dtl{
	background:#f3dae3;
  margin: 30px 0 0;
}
.line_dtl_ttl{
	padding-top: 20px;
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.line_dtl_txt {
	margin-top: 10px;
	padding: 0 20px 20px 20px;
	color: #000;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
}

/*div.footer*/
div.footer{
    background:#f3dae3;
    width:100%;
    max-width:640px;
    text-align:center;
    margin:0 auto;
    padding:340px 0 15px;
}
div.footer p{
    display:inline-block;
    padding:0 5px;
}
div.footer p a{
    color:#000;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
}


