@charset "UTF-8";


/* ---------------------------------------------
 クリニック一覧
--------------------------------------------- */


.clinic {
    background: #fff;
}

.clinic_box {
  width: 90%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.clinic_box h3 {
    font-size: 26px;
    color: #fff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 15px 50px 15px 0;
    background-image: url(../../asset/images/clinic/ibiki_icon.webp);
    background-repeat: no-repeat;
    /*border-bottom: solid 1px #ccc;*/
	background-position: 20px 0;
	padding: 0 0 0 65px;
}

.clinic_box h4 {
    font-size: 22px;
    color: #499cc3;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 20px 50px 10px 0;
    padding: 0 0 10px 0;
    /*border-bottom: solid 1px #ccc;*/
}

.clinic_box table {
    border-collapse: collapse;
    width: 90%;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 20px;
}

.clinic_box tr {
    border-bottom: 1px solid #ccc;
}

.clinic_box tr:last-child {
    border-bottom: 1px solid #fff;
}

.clinic_box th {
    padding: 15px;
}

.clinic_box td {
    padding: 15px;
}

@media (min-width:751px){
.clinic_box img {
    text-align: center;
    margin: 0 auto;
	width: 90%;
}
}

.clinic_box img {
    text-align: center;
    margin: 0 auto;
}

.sma {
    display: none;
}

.accordion {
    max-width: 700px;
   /* margin-bottom: 7px;*/
    border-bottom: 1px solid #ccc;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /*padding: 1em 2em;*/
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	background: #0f9fde;
    margin: 20px 0 0 0;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
	margin: 0 15px 0 0;
}

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

.accordion div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 auto;
   /* padding: .3em 1em 1.5em;*/
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] div {
    transform: none;
    opacity: 1;
}

.accordion a {
    text-decoration: none;
}

.mapbtn {
    margin: 8px 0px 0px 0px;
}

.mapbtn-box {
    font-size: 11px;
    line-height: 4rem;
    line-height: 2rem;
	background: #499cc3; 
    padding: 0 1rem;
    text-align: center;
    margin: 5px 0px 0px 0px;
    width: 80px;
	padding: 0.5em 1em;
	color: #fff; 
}

.mapbtn-box a:link{
    color: #fff; 
}
	
.mapbtn-box a:visited{
    color: #fff; 
}





@media screen and (max-width: 640px) {

    .clinic_all {
        width: 90%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    .clinic_box {
        width: 90%;
		padding-bottom: 40px;
    }

.clinic_box h3 {
    font-size: 20px;
	padding: 2px 0 2px 50px;
	background-position: 12px 1px;
}

.clinic_box h4 {
    font-size: 20px;
}
	
    .clinic_box table {
        width: 100%;
		font-size: 14px;
    }

    .clinic_box th {
        width: 27%;
        padding: 0;
    }

    .sma {
        display: block;
    }
	
.accordion {
    max-width: 500px;
   /* margin-bottom: 7px;*/
    border-bottom: 1px solid #ccc;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /*padding: 1em 2em;*/
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	background: #0f9fde;
    margin: 10px 0 0 0;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    transition: transform .3s;
	margin: 0 15px 0 0;
}

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

.accordion div {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0 auto;
    /*padding: .3em 1em 1.5em;*/
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] div {
    transform: none;
    opacity: 1;
}
	
.accordion a {
    text-decoration: none;
}

.mapbtn {
    margin: 8px 0px 0px 0px;
}
	
	
.mapbtn-box {
    font-size: 11px;
    line-height: 4rem;
    line-height: 2rem;
	background: #499cc3; 
    padding: 0 1rem;
    text-align: center;
    margin: 5px 0px 0px 0px;
    width: 80px;
	padding: 0.5em 1em;
	color: #fff; 
}

.mapbtn-box a{
	text-decoration: none;
}
	
.mapbtn-box a:link{
    color: #fff; 
	text-decoration: none;
}
	
.mapbtn-box a:visited{
    color: #fff; 
}
	
}



/* カード（親）ははみ出し可／ボタンを重ねられるように */
.clinic-card {
  position: relative;
  overflow: visible;
}

/* スライドはクリップ（2枚目は見せない） */
.clinic-swiper::part(container) {
  overflow: hidden;
}

.clinic-swiper img {
  display: block;
  width: 100%;
  height: auto;
}

/* 外部ナビ（必ず表示されるよう基本を強制） */
.clinic-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  z-index: 20;
  /* 前面に */
  display: inline-block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  border: none;
  border-radius: 50%;
  background: #1f3a93;
  /* まず色で見える状態に */
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

/* 右／左の位置（外側に出すなら負の値） */
.clinic-nav.next {
  right: -12px;
}

.clinic-nav.prev {
  left: -12px;
}

/* アイコン（CSS三角形）— 画像アイコンならこの塗りを削除して background-image に */
.clinic-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  /* ▶︎ */
}

.clinic-nav.prev::before {
  transform: scaleX(-1);
}



@media (min-width:768px) {

  .clinic-nav {
  width: 50px;
  height: 50px;
}

}

@media screen and (max-width: 375px) {

    .clinic-nav {
  width: 35px;
  height: 35px;
}

}


/* ---------------------------------------------
クリニック一覧　お知らせ
--------------------------------------------- */

.transfer-box {
  background-color: #F8F8F8;
  border-radius: 4px;
  padding: 24px;
  margin: 16px 0px 16px 0px;
  width: 75%;
}

.transfer-box h4 {
  background-color: #DE6E6E;
  font-size: 16px;
  text-align: center;
  padding: 12px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-weight: bold;
  margin: -24px -24px 16px;
}

.transfer-box h4 img{
  max-width: fit-content;
  position: relative;
  top: -5px;

}
.transfer-box h4 span {
  margin-left: 6px;
  position: relative;
  top: 2px;
}

.transfer-box p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 0 auto;
}

.transfer-box p strong {
  color: #DE6E6E;
  font-weight: bold;
  text-align: center;
  display: block;
}

.transfer-add {
  display: flex;
  border-top: 1px solid #E8E8E8;
  padding: 16px 0px 0 0px;
  /*gap: 40px;*/
  max-width: 600px;
  margin: 16px auto 0;
  font-size: 14px;
}

.transfer-add p strong {
  color: #333;
  text-align: left;
  margin-bottom: 4px;
}


@media screen and (max-width: 768px) {
  .transfer-add p strong {
    text-align: left;
    margin-bottom: 4px;
  }
  .transfer-box {
    padding: 16px;
    width: auto;

  }
.transfer-add {
  padding: 16px 0px 0 0px; 
}
  .transfer-box h4 {
    margin: -16px -16px 16px;
  }
}




/* ---------------------------------------------
 FAQ
--------------------------------------------- */

.lp-inner .faq{
	background-color: #fff;
	padding-bottom: 15%;
}

.lp-inner .faq-box {
	width: 89.3%;
	margin: 0 auto 3%;
}

.lp-inner .faq-box dt{
	position: relative;
	width: 100%;
	cursor: pointer;
}

.lp-inner .faq-box dt::before{
	content: '';
	position: absolute;
	top: 52%;
	right: 3.5%;
	width: min(calc(21/750*100vw), 21px);
	height: 2px;
	transition: rotate(0deg);
	background: #ffffff;
	z-index: 2;
}

.lp-inner .faq-box:nth-of-type(5) dt::before{
	top:42%;
}

.lp-inner .faq-box dt::after{
	content: '';
	position: absolute;
	top: 52%;
	right: 3.5%;
	width: min(calc(21/750*100vw), 21px);
	height: 2px;
	transform: rotate(90deg);
	background: #ffffff;
	transition: transform 0.4s ease-in-out;
	z-index: 2;
}
.lp-inner .faq-box:nth-of-type(5) dt::after{
	top:42%;
}

.lp-inner .faq-box:nth-of-type(4) dt::before{
	top:42%;
}

.lp-inner .faq-box:nth-of-type(4) dt::after{
	top:42%;
}

.lp-inner .faq-box dt.clicked::after{
	transform: rotate(0deg);
}

.lp-inner .faq-box dd {
	width: 100%;
	line-height: 0;
    height:0;
    overflow: hidden;
    opacity: 0;
		transition:all ease 0.4s;

}

.lp-inner .faq-box dd.is-open {
    height: auto;
    opacity: 1;

}

.lp-inner .p-box{
	position: relative;
}

.lp-inner .map-wrap {
	position: absolute;
	width:min(calc(210/750*100vw),410px);
	padding-top: min(calc(330/750*100vw),330px);
	top:13%;
	left: 50%;
	transform: translateX(-50%);
}

.lp-inner .p-box.js-targetFloatEnd .map-wrap{
	padding-top: min(calc(410/750*100vw),410px);
}

.lp-inner .map-wrap iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
}

.lp-inner .map-wrap2 iframe{
	width: 100%;
	margin-bottom: 16px;

}

.lp-inner .bottom{
	background-color: #dcf2ff;
	padding-bottom: 5%;
}
