@charset "utf-8";

/*====================================================================================================

  共通部分

====================================================================================================*/
.pg-intro .carefull {
    display: block;
    margin-bottom: .5em;
}

b{
	font-weight: 700;
}

@media screen and (min-width:640px) {
  .pc-none { display:none; }
}

.l-pgTtl h2 {
	background: url("../image/visual.jpg") no-repeat center bottom;
}

.not-top .center-cols{
	width: 100%;
	max-width: 1124px;
	margin: 0 auto 120px;
}

.first_visit-hdline{
	width: calc(100% - 100px);
	box-sizing: border-box;
	text-align: center;
	font-weight: 500;
	letter-spacing: .1ex;
	line-height: 1.2;
	margin: 0 auto 50px;
}

.first_visit-hdline .lr-line{
	position: relative;
}
.first_visit-hdline .lr-line::before{
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #0f9984;
	top: .75em;
	left: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}
.first_visit-hdline .lr-line::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #0f9984;
	top: .75em;
	right: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}

.first_visit-gallery{
	display: grid;
}

@media screen and (min-width:641px) {
  .first_visit-gallery{
		margin: 40px 0 160px;
		grid-template-columns: repeat(2,1fr);
		grid-column-gap: 40px;
		grid-row-gap: 40px;
  }
}

@media screen and (max-width:640px) {
	.first_visit-gallery{
		margin: 40px 0 80px;
		grid-template-columns: repeat(1,1fr);
		grid-column-gap: 0px;
		grid-row-gap: 30px;
	}
	.first_visit-hdline {
		width: 100%;
		z-index: 1;
		text-align: center;
	}
	.first_visit-hdline::before {
		content: "";
		display: block;
		width: 40px;
		height: 4px;
		background-color: #0f9984;
		border-radius: 4px;
		margin: 12px auto;
	}
	.first_visit-hdline .lr-line{
		position: relative;
		display: inline-block;
	}
	.first_visit-hdline .lr-line::before,
	.first_visit-hdline .lr-line::after{
		display: none;
	}
}

.caution{
	font-weight: bold;
	color: #ef858c;
}

.infection-control-list{
	list-style: none;	
}
.img-cnt {
	 width:100%;
}
.txt-cnt {
	 width:100%;
}


/*====================================================================================================

  イントロ

====================================================================================================*/

.pg-intro {	
	text-align: center;
	padding-bottom: 60px;
	position: relative;
}

.pg-intro p {
	position: relative;
	top: 1em;
	line-height: 2;
	letter-spacing: .1ex;
}

.pg-intro .round-wrap {
  width: 300px;
  height: 300px;
	margin: 0 auto;
	position: absolute;
	z-index: -1;
	top: 0;
	left: calc(50% - 150px);
}
.pg-intro .rotate {
  width: 100%;
  height: 100%;
  animation: rotate-anime 30s linear infinite;
}
@keyframes rotate-anime {
    0%  {transform: rotate(0);}
  100%  {transform: rotate(-360deg);}
}
.pg-intro .round {
  width: 100%;
  height: 100%;
  border-radius: 90% 70% 80% 70% / 90% 70% 80% 70%;
  animation: round_anime3 5s linear infinite;
  background-color: #E2F8F4;
}
@keyframes round_anime {
    0% { border-radius: 90% 70% 80% 70% / 90% 70% 80% 70%;}
   25% { border-radius: 70% 90% 70% 80% / 70% 90% 70% 80%;}
   50% { border-radius: 80% 70% 90% 70% / 80% 70% 90% 70%;}
   75% { border-radius: 70% 80% 70% 90% / 70% 80% 70% 90%;}
  100% { border-radius: 90% 70% 80% 70% / 90% 70% 80% 70%;}
}

@media screen and (max-width:400px) {
	.pg-intro .round-wrap {
		width: 200px;
		height: 200px;
		left: calc(50% - 100px);
	}	
}



/*====================================================================================================

  ご来院の前にお読みください

====================================================================================================*/

.policy dt{
	text-align: center;
	font-weight: 300;
	padding:15px 0;
	background-color: #E2F8F4;
}

.flex-p ul{
	padding-left: 2.5rem;
	margin-bottom: 10px;
}

.flex-p p:not(:last-of-type){
	margin-bottom: 10px;
}

@media screen and (min-width:701px) {
	.policy {
		margin-bottom: 80px;
	}
	.policy dt{
		/* font-size: 2.0rem; */
		margin-bottom: 20px;
	}

	.policy .flex {
		display: flex;
		justify-content: space-between;
	}
	.policy .flex-p {
		width: calc(55% - 12px);
	}
	.policy .flex-img {
		width: calc(45% - 12px);
	}
}

@media screen and (max-width:700px) {
	.policy {
		margin-bottom: 60px;
	}
	.policy .flex {
		display: block;
	}
	.flex-p{
		margin: 24px 0;
	}
	.flex-img{
		width: 100%;
		max-width: 460px;
		margin: 0 auto;
	}
}



/*====================================================================================================

  よくある質問

====================================================================================================*/



.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #5DA9E9;
  text-decoration: none;
  padding: 10px 20px;
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #01BAEF;
  text-decoration:underline;
}









.qa-6 {
    /* max-width: 500px; */
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}



.bg-rble{
	background:#E2F8F4;
	padding: 20px 10px;
}

.list{
	padding-left: 5rem;
	margin-bottom: 20px;
}

.list li:not(:last-child){
	margin-bottom: 5px;
}