@charset "utf-8";

/*
==========================================================
LP共通
==========================================================
*/
.c_wh {color: #FFF;}
.c_blue {color: #406cb4;}
.c_orange {color: #e37933;}

@media screen and (min-width: 897px) {
    .pc {}
    .sp {display: none;}
/*    a[href^="tel:"] {
        cursor: default;
        pointer-events: none;
    }*/
    #main {
        margin-top:0em;
    }    
    .inner {
        max-width: 940px;
        width: 90%;
        margin: 0 auto 0px auto;
    }
    #main .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }    
}
@media screen and (max-width: 896px) {
    .pc {display: none;}
    .sp {}
/*	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}*/
    #main {
        margin-top: 0em;
    }  
    .inner {
        width: 90%;
        margin: 0 auto 50px auto;
    }
    #main .wrap {
    }
}

.mt-50{
margin-top: 50px;
}

#main img,
#mv img,
.content img{
    width: 100%;
}
#main .center {
    text-align: center;
}
#main .text {
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
}
#main h3.c_blue {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*▼アンカーズレ対策
:target:before {
	content:"";
	display:block;
	height:350px;
	margin-top:-350px;
}*/

.maker_y {
    background:linear-gradient(transparent 60%, #ff6 60%);
}

/*-------------------
contents
-------------------*/

.reserve_btn{
position: fixed;
right: 0px;
bottom: 15px;
width: 90px;
z-index: 10;
}
.reserve_btn a{
display: block;
font-size: 16px;
color: #fff;
font-weight: bold;
background: #70CC4A;
padding: 10px 0 10px 10px;
border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 896px) {
.reserve_btn{
position: fixed;
right: 0px;
bottom: 0px;
width: 100%;
z-index: 10;
}
.reserve_btn a{
display: block;
font-size: 20px;
text-align: center;
color: #fff;
font-weight: bold;
background: #70CC4A;
padding: 10px 0 10px 0px;
border-radius: 0px 0 0 0px;
letter-spacing: 2px;
}
}

.head_title{
background: #fef7ef;
margin: 0px auto;
position: relative;
padding: 25px 0 20px 0;
}
.head_title .head_title_img{
max-width: 600px;
margin: 0px auto;
}
.head_title .head_title_img img{
width: 100%;
}

.tab-wrap {
font-family: var(--font-sans, sans-serif);
color: var(--color-text-primary, #1a1a1a);
}

.tab-bar {
 /*position: sticky;*/
  top: 0;
  z-index: 100;
  /* max-width と margin を削除 ↓ */
}

/* max-width制限はtab-buttonsの親にかける */
.tab-bar .tab-buttons {
width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 0;
  padding: 0px 0px 0;
  height: 370px;
  box-sizing: border-box;
  align-items: flex-end;
  justify-content: center;
   transition: padding 0.25s, height 0.25s;
}


#btn-dental.tab-btn{
background: #3071b7;
}
#btn-neko.tab-btn{
background: #ea6068;
}

#panel-dental{
background: #deebf7;
}
#panel-neko{
background: #fbdfdc;
}

.tab-btn {
  cursor: pointer;
  border-bottom: none;
  background: #f5f5f3;
  color: #666;
  transition: background 0.15s, color 0.15s, padding 0.25s, font-size 0.25s;
  text-align: center;
  padding: 0px 0px;
  line-height: 1.3;
  overflow: hidden;
  font-family: inherit;
  position: relative;
width: 50%;
height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.tab-btn .tab-full {
display: block;
position: relative;
}
#btn-dental .tab-full,
#btn-neko .tab-full{
background-size: 100%;
width: 92px;
color: #fff;
text-align: center;
font-size: 20px;
top: -5px;
margin: 0px auto;
z-index: 1;
}
#btn-dental .cap_tab,
#btn-neko .cap_tab{
background: #fff;
width: 80%;
max-width: 400px;
padding: 0px 20px 20px 20px;
border-radius: 10px;
}
#btn-dental .cap_tab{
background: #fff url("../image/dental_title_bg.webp") no-repeat;
background-position: 95% 10%;
margin: 30px 30px 30px auto;
}
#btn-neko .cap_tab{
background: #fff url("../image/cats_title_bg.webp") no-repeat;
background-position: 95% 10%;
margin: 30px auto 30px 30px;
}
.cap_tab .tab-hd{
text-align: center;
color: #24344e;
width: 100%;
top: 10px;
font-size: 16px;
font-weight: bold;
line-height: 140%;
border-top: 2px solid #24344e;
padding: 10px 0 0 0;
}
.cap_tab .dental_link{
background: #0066cc;
padding: 3px 0 5px 0;
color: #fff;
margin: 10px auto 0 auto;
}
.cap_tab .neko_link{
background: #ea6068;
padding: 3px 0 5px 0;
color: #fff;
margin: 10px auto 0 auto;
}
.cap_tab .dental_link a,
.cap_tab .neko_link a{
color: #fff;
font-weight: bold;
padding: 5px 0;
position: relative;
display: block;
}
.cap_tab .dental_link a::after,
.cap_tab .neko_link a::after{
content: "";
width: 20px;
height: 20px;
background: url("../image/arrow.webp");
background-size: 100%;
position: relative;
display: inline-block;
right: 0;
top: 5px;
}
.tab-btn .tab-mini {
display: none;
font-size: 13px;
font-weight: 500; }

.tab-btn .tab-sub{
display: block;
margin: 10px auto 20px auto;
width: 100%;
position: relative;
overflow: hidden;
}
.tab-btn .tab-sub img{
margin: 0px auto;
height: 90px;
width: auto !important;
}

.tab-bar.scrolled {
   position: fixed;
   width: 100%;
}
.tab-bar.scrolled .tab-buttons{
height: 70px;
}
.tab-bar.scrolled .tab-btn .tab-mini {
display: none;
}
.tab-bar.scrolled #btn-dental .cap_tab{
margin: 7px 20px 7px auto;
max-width: 300px;
height: 46px;
padding: 3px;
display: flex;
justify-content: space-around;
background-size: 30px;
background-position: 5px 10px;
}
.tab-bar.scrolled #btn-neko .cap_tab{
margin: 7px auto 7px 20px; 
max-width: 300px;
height: 46px;
padding: 3px;
display: flex;
justify-content: space-around;
background-size: 24px;
background-position: 8px 5px;
}
.tab-bar.scrolled .tab-hd{
display: none;
}
.tab-bar.scrolled .tab-btn {
padding: 0px 0px;
border:none;
height: 100%;
width: 100%;
}
.tab-btn.active {
  z-index: 1;
  position: relative;
}

.tab-bar.scrolled #btn-dental .tab-sub,
.tab-bar.scrolled #btn-neko .tab-sub{
max-width: 300px;
margin: 10px 10px;
position: relative;
top: 0px;
}
.tab-bar.scrolled #btn-dental .tab-sub img,
.tab-bar.scrolled #btn-neko .tab-sub img{
height: 100%;
max-height: 30px;
}
.tab-bar.scrolled #btn-dental .tab-full,
.tab-bar.scrolled #btn-neko .tab-full{
display: none;
position: relative;
top: 0;
left: 0;
}
.tab-bar.scrolled .cap_tab .dental_link{
background: #0066cc;
padding: 3px 10px 5px 10px;
color: #fff;
margin: 5px 0;
border-radius: 20px;
}
.tab-bar.scrolled .cap_tab .neko_link{
background: #ea6068;
padding: 3px 10px 5px 10px;
color: #fff;
margin: 5px 0;
border-radius: 20px;
}
.tab-bar.scrolled .cap_tab .dental_link a,
.tab-bar.scrolled .cap_tab .neko_link a{
color: #fff;
font-weight: bold;
padding: 0px 0;
position: relative;
display: block;
}
.tab-bar.scrolled .cap_tab .dental_link a::after,
.tab-bar.scrolled .cap_tab .neko_link a::after{
content: "";
width: 20px;
height: 20px;
background: url("../image/arrow.webp");
background-size: 100%;
position: relative;
display: inline-block;
right: 0;
top: 5px;
}


@media screen and (max-width: 896px) {
.head_title{
padding: 10px 0 10px 0;
}
.head_title .head_title_img{
width: 90%;
margin: 0px auto;
}

.tab-bar .tab-buttons {
  padding: 0px 0px 0;
  display: flex;
  height: 250px;
  position: relative;
}
.tab-buttons {
	height: auto;
	min-height: 300px;
  }
.tab-btn {
  width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    border-bottom: none; /* アクティブ側だけ消したい場合は調整 */
  }
#btn-dental .tab-full,
#btn-neko .tab-full{
background-size: 100%;
width: 55px;
color: #fff;
text-align: center;
font-size: 20px;
top: -5px;
margin: 0px auto;
z-index: 1;
}
.tab-btn .tab-sub{
display: block;
margin: 10px auto 10px auto;
width: 90%;
position: relative;
}
.tab-btn .tab-sub img{
margin: 0px auto;
height: 50px;
width: auto !important;
}
#btn-dental .cap_tab,
#btn-neko .cap_tab{
width: 85%;
padding: 5px 5px;
border-radius: 15px;
margin: 0px auto 0px auto;
min-height: 200px;
height: 240px;
}
#btn-dental .cap_tab{
background-size: 30px;
}
#btn-neko .cap_tab{
background-size: 30px;
}
.cap_tab .tab-hd{
text-align: center;
top: 0px;
width: 100%;
font-size: 13px;
line-height: 160%;
margin-bottom: 10px;
}
#btn-dental .tab-btn,
#btn-neko .tab-btn{
overflow: hidden;
background-size: 100%;
width: 100%;
}
.cap_tab .dental_link{
background: #0066cc;
padding: 3px 0;
color: #fff;
width: 90%;
margin: 0px auto 0 auto;
border-radius: 30px;
}
.cap_tab .neko_link{
background: #ea6068;
padding: 3px 0;
color: #fff;
width: 90%;
margin: 0px auto;
border-radius: 30px;
}
.cap_tab .dental_link a,
.cap_tab .neko_link a{
color: #fff;
font-weight: bold;
padding: 2px 0;
position: relative;
display: block;
font-size: 13px;
}
.cap_tab .dental_link a::after,
.cap_tab .neko_link a::after{
content: "";
width: 15px;
height: 15px;
top: 2px;
}

.tab-bar.scrolled {
   position: fixed;
   width: 100%;
}

.tab-bar.scrolled .tab-buttons{
  padding: 0px 0px 0 0;
  height: 55px;
  min-height: 50px;
    width: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: row; 
 }
.tab-bar.scrolled .tab-btn .tab-mini{
  font-size: 13px;
position: absolute;
right: 0px;
top: 35px;
text-align: center;
width: 70%;
}
.tab-bar.scrolled .tab-btn {
padding: 0px 0px;
margin: 0;
border:none;
width: 50%;
}
.tab-bar.scrolled #btn-dental .tab-sub,
.tab-bar.scrolled #btn-neko .tab-sub{
width: 100%;
top: 0;
margin: 0px auto;
}
.tab-bar.scrolled #btn-dental .cap_tab{
margin: 3px auto 3px auto;
padding: 3px;
min-height: 28px;
height: 30px;
border-radius: 10px;
background-size: 30px;
}
.tab-bar.scrolled #btn-neko .cap_tab{
margin: 3px auto 3px auto; 
padding: 3px;
min-height: 28px;
height: 30px;
border-radius: 10px;
background-size: 30px;
}
.tab-btn.active {
  z-index: 1;
  position: relative;
}
.tab-bar.scrolled .cap_tab .dental_link,
.tab-bar.scrolled .cap_tab .neko_link{
display: none;
}


}

.tab-panel { display: none; padding: 5rem 0; }
.tab-panel.active { display: block; }

.badge { display: inline-block; font-size: 12px; padding: 3px 10px; border-radius: 20px; font-weight: 500; margin-bottom: 0.75rem; }
.badge-dental { background: #E6F1FB; color: #0C447C; }
.badge-neko   { background: #EEEDFE; color: #3C3489; }

.campaign-box { background: #f5f5f3; border-radius: 12px; padding: 1.25rem; margin: 1rem 0; border: 1px solid rgba(0,0,0,0.1); }
.campaign-period { font-size: 13px; color: #666; margin-bottom: 4px; }

.campaign_date {
background: #28354f;
font-size: 15px;
font-weight: 500;
width: 100%;
padding: 10px 0;
text-align: center;
}
.campaign_date img{
max-width: 400px;
}

.tab-bar.scrolled .campaign_date{
padding: 5px 0;
}
.tab-bar.scrolled .campaign_date img{
width: 300px !important;
}

.p_r{
text-align: right;
}
.price-table { width: 100%; border-collapse: collapse;
font-size: 16px;
margin: 0rem 0 10px 0; }
.price-table th { background: #f5f5f3; padding: 8px 10px; text-align: center; border: 1px solid rgba(0,0,0,0.1); font-weight: 500; font-size: 16px; color: #666; }
.price-table td { padding: 8px 10px; border: 1px solid rgba(0,0,0,0.1); text-align: center; }
.price-special { color: #C10003; font-weight: 500; }
.price-normal  { color: #000; /*text-decoration: line-through;*/ font-size: 15px;
}

.check-list { list-style: none; padding: 0; margin: 0.75rem 0; }
.check-list li { font-size: 13px; padding: 4px 0 4px 20px; position: relative; color: #666; line-height: 1.6; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: #185FA5; font-weight: 500; }

.section-title { font-size: 16px; font-weight: 500; margin: 1.5rem 0 0.75rem; }
.lead-text {
font-size: 14px;
line-height: 1.8;
color: #555;
margin-bottom: 40px;
margin-top: 0px;}

.flow-num { width: 28px; height: 28px; border-radius: 50%; background: #534AB7; color: #fff; font-size: 12px; font-weight: 500; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }

.dental_menu{
width: 100%;
display: flex;
justify-content: space-between;
align-content: center;
align-items: center;
margin: 30px auto 50px auto;
}
.dental_menu li{
width: 19%;
text-align: center;
}
.dental_menu li a{
height: 60px;
background: #1373D5;
display: block;
color: #fff;
line-height: 130%;
font-weight: bold;
align-content: center;
align-items: center;
justify-content: center;
font-size: 16px;
border-radius: 50px;
border: 3px double #fff;
}
@media screen and (max-width: 896px) {
.campaign_date{
}
.campaign_date img{
width: 90%;
max-width: 320px;
margin: 0px 10px;
}
.tab-bar.scrolled .campaign_date{
padding: 2px 0;
}
.tab-bar.scrolled .campaign_date img{
width: 240px !important;
}

.dental_menu{
display: flex;
flex-wrap: wrap;
}
.dental_menu li{
width: 48%;
margin: 0px 0 10px 0;
height: auto;
}
.dental_menu li a{
height: 70px;
margin: 0;
}
}

.wh_bg{
width: 100%;
background: #fff;
padding: 50px 0;
margin: 0;
}
.highlight-box {
margin: 0px auto 50px auto;
}
.highlight-box h3{
color:#1373D5;
font-size: 24px;
position: relative;
margin: 0px auto 20px auto;
}
.highlight-box h3::before{
content: "";
  display: inline-block; /* ← これが抜けてた */
  background: url("../image/ha_h_icon.webp") no-repeat center / contain;
  height: 25px;
  width: 30px;
  position: relative;
  vertical-align: middle; /* テキストと縦位置を揃える場合 */
  margin-right: 10px;      /* アイコンとテキストの間隔 */
}

.onayami_box{
border: 3px solid #2050A6;
border-radius: 20px;
padding:10px 20px;
margin: 30px auto;
}
.onayami_box h3.onayami_hd{
color: #2050A6;
font-size: 24px;
}
.onayami_box .flex{
display: flex;
margin-bottom: 20px;
}
.onayami_box .worry-list{
width: 70%;
display: flex;
    flex-direction: column;
justify-content: center;
}
.onayami_box .worry-list li{
font-size: 18px;
}
.onayami_box .onayami_img{
width: 25%;
}

.worry-list {
list-style: none;
padding: 0;
margin: 0.75rem 0;
}
.worry-list li {
font-size: 13px;
padding: 5px 0 5px 30px;
position: relative;
color: #666;
line-height: 1.6;
}
.worry-list li::before{
content: '';
background: url("../image/icon_check.png") no-repeat center / contain;
height: 17px;
width: 17px;
display: inline-block;
position: absolute;
left: 0;
  top: 13px;
}

h2.cam_hd_ha{
width: 100%;
background: #0066CC;
padding: 30px 0;
text-align: center;
color: #fff;
font-size: 30px;
margin: 0px auto 0px auto;
position: relative;
}
h2.cam_hd_ha::after{
 content: "";
position: absolute;
bottom: 15px;
display: block;
width: 100%;
background: #fff;
border-bottom: 2px solid #fff;
}

.campaign_info{
display: flex;
flex-wrap: wrap;
margin: 50px auto;
}
.campaign_info dt{
width: 20%;
margin-bottom: 10px;
}
.campaign_info dt h4{
text-align: center;
background: #1372D6;
color: #fff;
font-size: 20px;
border-radius: 10px;
padding: 10px 10px;
display: inline-block;
width: 90%;
}
.campaign_info dd{
width: 75%;
margin-left: 5%;
display: block;
align-content: center;
align-items: center;
font-size: 20px;
margin-bottom: 10px;
}
.campaign_info dd .check-list{
margin: 0px auto;
}
.campaign_info dd .check-list li{
font-size: 20px;
color: #000;
line-height: 200%;
}

.skailing_info{
background: #fff;
border-radius: 10px;
position: relative;
padding: 15px;
margin: 0px auto 80px auto;
}
.skailing_info .skailing_img{
width: 90px;
display: block;
position:absolute;
right: 20px;
top: 10px;
}
.skailing_info .skailing_img img{
width: 100%;
}
.skailing_info h3{
color: #1372D6;
font-size: 20px;
margin: 15px auto 20px 0;
border: 1px solid #1372D6;
display: inline-block;
padding: 5px 20px;
border-radius: 30px;
}
.skailing_info p{
line-height: 160%;
}

#panel-dental .section-title{
background: #1372D6;
font-size: 20px;
font-weight: bold;
display: inline-block;
padding:10px 30px;
color: #fff;
border-radius: 10px;
}

#panel-neko .section-title{
background: #FB9A00;
font-size: 20px;
display: inline-block;
padding:10px 30px;
color: #fff;
border-radius: 10px;
}

h3.campaign_ex{
font-size: 20px;
margin: 70px 0px 0px 0px;
color: #1372D6; 
}
.dental_flex{
display: flex;
justify-content: space-between;
width: 100%;
margin: 10px auto 50px auto;
}
.dental_flex .dental_be,
.dental_flex .dental_af {
  width: 45%;
  font-size: 18px;
  color: #1372D6;
  position: relative;
}
/* 矢印 */
.dental_flex .dental_be::after {
  content: "▶︎";
  font-size: 40px;
  color: #1372D6;
  flex-shrink: 0;
  position: absolute;
  right: -15%;
  top: 50%;
}
.dental_flex img{
border-radius: 10px;
}

.skailing_block{
border: 2px dotted #1372D6;
padding:10px 20px;
border-radius: 20px;
margin: 30px auto 50px auto;
}
.skailing_block h3{
background: none;
padding: 0 0 5px 0;
color: #1372D6;
font-size: 20px;
margin-bottom: 20px;
display: inline-block;
border-bottom: 1px solid #1372D6;
}
.skailing_block ul.kitai_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0px auto 10px auto;
}
.skailing_block ul.kitai_list li {
  font-size: 16px;
  position: relative;
  margin-bottom: 0; /* gapで管理するので不要 */
}
.skailing_block ul.kitai_list li::before{
content: "";
  display: inline-block; /* ← これが抜けてた */
  background: url("../image/icon_hanamaru.webp") no-repeat center / contain;
  height: 30px;
  width: 35px;
  position: relative;
  vertical-align: middle; /* テキストと縦位置を揃える場合 */
  margin-right: 10px;      /* アイコンとテキストの間隔 */
}

@media screen and (max-width: 896px) {
.wh_bg{
padding: 30px 0;
margin: 0;
}

h2.cam_hd_ha{
font-size: 24px;
}
.skailing_info .skailing_img{
width: 13vw;
top: 16px;
}
.skailing_info p{
line-height: 160%;
}

.onayami_box .flex{
display: flex;
flex-wrap: wrap;
margin-bottom: 20px;
}
.onayami_box h3.onayami_hd{
font-size: 20px;
}
.onayami_box .worry-list{
width: 100%;
display: flex;
    flex-direction: column;
justify-content: center;
}
.onayami_box .worry-list li{
font-size: 18px;
}
.onayami_box .onayami_img{
width: 100%;
}
.campaign_info{
margin: 30px auto;
}
.campaign_info dt{
width: 100%;
text-align: center;
}
.campaign_info dt h4{
width: 100%;
padding: 10px 0;
font-size: 20px;
}
.campaign_info dd{
width: 100%;
}
.campaign_info dd .check-list{
margin: 0;
}
.campaign_info dd .check-list li{
font-size: 18px;
}
h3.campaign_ex{
font-size: 20px;
}
.skailing_block ul.kitai_list {
  grid-template-columns: repeat(1, 1fr);
  }
.skailing_block ul.kitai_list li{
width: 100%;
}
}

#panel-dental .step-list {
list-style: none;
padding: 0;
margin: 5rem 0;
}
#panel-dental .step-item {
display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 3rem;
}
#panel-dental .step-num {
width: 28px;
height: 28px;
border-radius: 50%;
background: #185FA5;
color: #fff;
font-size: 12px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0; margin-top: 1px;
margin-right: 10px;
}
#panel-dental .step-hd {
display: flex;
align-items: center;
align-content: center;
width: 25%;
}
#panel-dental .step-desc{
font-size: 15px;
color: #000;
line-height: 1.6;
display: flex;
align-items: center;
align-content: center;
}
#panel-dental .step-title {
font-weight: 500;
font-size: 20px;
margin-bottom: 2px;
}
#panel-dental .step-content {
display: flex;
flex: 1;
align-items: center;
}
.ceter_p{
text-align: center;
margin-bottom: 20px;
font-size: 16px;
}
#panel-dental .hospital-area {
font-size: 20px;
font-weight: 500;
color: #185FA5;
padding-bottom: 6px;
margin: 1rem 0 2rem;
}
#panel-neko .hospital-area {
font-size: 20px;
font-weight: 500;
color: #ea6068;
padding-bottom: 6px;
margin: 1rem 0 2rem;
}
.hospital-area {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hospital-area::after {
  content: "▼";
  font-size: 14px;
  transition: transform 0.3s;
}
.hospital-area.open::after {
  transform: rotate(180deg);
}
/* 各エリアの病院カードをまとめるwrapperに使う */
.hospital-group {
  display: none;
}
.hospital-group.open {
  display: block;
}

.hospital-card {
background: #fff;
border-radius: 8px;padding: 12px 14px;
margin-bottom: 15px;
display: flex;
border-bottom: dotted 1px #ccc;
}
.hospital-name {
font-size: 18px;
font-weight: 500;
margin-bottom: 6px;
}
.hospital-name span{
font-size: 14px;
margin-left: 5px;
}
.hospital-links { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.hospital-link {
font-size: 14px;
padding: 4px 10px;
text-decoration: none;
display: inline-flex;
align-items: center;
border: 1px solid #ccc;
border-radius: 5px;
gap: 4px; }
.hospital-link:hover { background: #f5f5f3; }

.hospital-left{
width: 45%;
}
.hospital-info {
width: 55%;
font-size: 14px;
color: #000;
line-height: 1.8;
}
.hospital-info .kuuhaku{
margin-left: 70px;
}
.hospital-info dl {
  display: grid;
  grid-template-columns: 6em 1fr;
  gap: 4px 12px;
}
.hospital-info dl dt {
  white-space: nowrap;
  width: 6em;
  text-align: justify;
  text-align-last: justify;
}
.hospital-info dl dt::before{
content: "[ ";
position: relative;
}
.hospital-info dl dt::after{
content: " ]";
position: relative;
}

.hospital-link.yoyaku{
background: #EF8F00;
color: #fff;
}
.hospital-link.tel{
background: #FFDDC9;
}
.hospital-link.weblink{
background: #FFECBD;
}

#panel-dental .qa-item { 
padding:10px 20px;
border-radius: 10px;
background: #fff;
margin: 0px auto 20px auto;
}
#panel-dental .qa-item:first-of-type{
margin: 50px auto 20px auto;
}
#panel-dental .qa-q { font-size: 16px; font-weight: 500; margin-bottom: 6px; display: flex; gap: 8px; }
#panel-dental .qa-q-badge { color: #185FA5; flex-shrink: 0; }
#panel-dental .qa-a { font-size: 16px; color: #000; line-height: 1.7; display: flex; gap: 8px; }
#panel-dental .qa-a-badge { color: red; flex-shrink: 0; }


@media screen and (max-width: 896px) {
.dental_flex .dental_be::after {
  content: "▶︎";
  font-size: 20px;
  color: #1372D6;
  flex-shrink: 0;
  position: absolute;
  right: -17%;
  top: 50%;
}
.step-item {
display: flex;
flex-wrap: wrap;
}
#panel-dental .step-hd {
display: flex;
align-items: center;
align-content: center;
width: 100%;
}
.hospital-card {
background: #fff;
border-radius: 8px;padding: 12px 14px;
margin-bottom: 15px;
display: flex;
flex-wrap: wrap;
border-bottom: dotted 1px #ccc;
}
.hospital-links { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.hospital-link {
font-size: 14px;
padding: 4px 10px;
text-decoration: none;
display: inline-flex;
align-items: center;
border: 1px solid #ccc;
border-radius: 5px;
gap: 4px; }

.hospital-left{
width: 100%;
}
.hospital-info {
width: 100%;
font-size: 14px;
color: #000;
line-height: 1.8;
}
.hospital-info .kuuhaku{
margin-left: 68px;
}
.hospital-info dl {
  gap: 4px 7px;
}
}

/*-----------------cats------------------*/
.cats_menu{
width: 100%;
display: flex;
justify-content: space-between;
align-content: center;
align-items: center;
margin: 30px auto 70px auto;
}
.cats_menu li{
width: 30%;
text-align: center;
}
.cats_menu li a{
padding: 20px 0;
background: #ea6068;
display: block;
color: #fff;
line-height: 130%;
font-weight: bold;
align-content: center;
align-items: center;
justify-content: center;
font-size: 18px;
border-radius: 40px;
border: double 3px #fff;
}

@media screen and (max-width: 896px) {
.step-title {
font-size: 18px;
}
.cats_menu{
flex-wrap: wrap;
}
.cats_menu li{
width: 100%;
height: auto;
margin-bottom: 10px;
}
}

h2.cam_hd_cat{
width: 100%;
background: #ea6068;
padding: 30px 0;
text-align: center;
color: #fff;
font-size: 30px;
margin: 0px auto 0px auto;
position: relative;
}
h2.cam_hd_cat::after{
 content: "";
position: absolute;
bottom: 15px;
display: block;
width: 100%;
background: #fff;
border-bottom: 2px solid #fff;
}
h3.neko_h3{
font-size: 24px;
border-bottom: 2px solid #ea6068;
display: inline-block;
margin-bottom: 20px;
}

.trbl_ph{
display: flex;
justify-content: space-between;
width: 100%;
margin-bottom: 50px;
}
.trbl_ph .trbl-half{
width: 48%;
position: relative;
}
.trbl_ph .trbl-half p{
width: 48%;
position: absolute;
right: -10px;
top: 60%;
background: hsla(0,0%,100%,0.70);
font-size: 16px;
padding: 15px;
line-height: 150%;
}

@media screen and (max-width: 896px) {
h2.cam_hd_cat{
font-size: 24px;
}
.trbl_ph{
flex-wrap: wrap;
overflow: hidden;
}
.trbl_ph .trbl-half{
width: 100%;
margin-bottom: 20px;
overflow: hidden;
}
.trbl_ph .trbl-half p{
font-size: 14px;
padding:10px 10px;
}

}

.osusume_box{
border: 3px solid #ea6068;
border-radius: 20px;
padding:10px 20px;
background: #fff;
margin: 0px auto 50px auto;
}
.osusume_box h3.onayami_hd{
color: #ea6068;
font-size: 24px;
width: 80%;
margin: 10px auto 10px auto;
}
.osusume_box .flex{
display: flex;
margin-bottom: 20px;
}
.osusume_box .worry-list{
width: 80%;
margin: 0px auto 10px auto;
}
.osusume_box .worry-list li{
font-size: 18px;
}

.wh_bg_cats{
width: 100%;
background: #fff url("../image/cats_bg01.webp") no-repeat bottom right;
background-size: 50%;
padding: 30px 0;
}
.wh_bg_cats h3{
 color: #ea6068;
font-size: 24px;
position: relative;
margin: 0px auto 20px auto;
}
.wh_bg_cats h3::before{
content: "";
  display: inline-block; /* ← これが抜けてた */
  background: url("../image/cat_h_icon.webp") no-repeat center / contain;
  height: 25px;
  width: 30px;
  position: relative;
  vertical-align: middle; /* テキストと縦位置を揃える場合 */
  margin-right: 10px;      /* アイコンとテキストの間隔 */
}
.wh_bg_cats p{
margin-bottom: 50px;
font-size: 16px;
line-height: 160%;
}

.mark {
  background: linear-gradient(transparent 60%, rgba(255, 182, 193, 0.60) 60%);
}

#panel-neko h3.date{
font-size: 24px;
margin: 0px 0px 10px 0px;
background: linear-gradient(transparent 60%, rgba(255, 182, 193, 0.60) 60%);
}
#panel-neko .price_flex{
display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  position: relative;
}
#panel-neko .price_flex .price_box{
background: #ea6068;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 16px;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin: 40px 60px 0px 0px;
}
/* ＋記号（tasuクラスの後ろに付ける） */
#panel-neko .price_box.tasu::after {
  content: "＋";
  position: absolute;
  right: -50px;
  font-size: 34px;
  color: #333;
  font-weight: bold;
}
/* ＝記号（equolクラスの後ろ） */
#panel-neko .price_box.equol::after {
  content: "＝";
  position: absolute;
  right: -40px;
  font-size: 34px;
  color: #333;
  font-weight: bold;
}
#panel-neko .price_box span {
  font-size: 13px;
  font-weight: normal;
  margin-top: 4px;
  position: absolute;
  top: 85px;
  line-height: 100%;
}
/* 合計金額 */
#panel-neko p.goukei {
  font-size: 40px;
  font-weight: bold;
  color: #E8006F;
  white-space: nowrap;
  background: url(../image/cats_price_fukidashi.png) no-repeat right top;
  background-size: 140px;
  padding: 90px 80px 0 0;
  position: relative;
  top: -30px;
}
#panel-neko p.goukei .zeikomi {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
#panel-neko .price_flex .nerima{
font-size: 20px;
font-weight: bold;
position: absolute;
right:70px;
bottom: 0;
}

@media screen and (max-width: 896px) {
.osusume_box .worry-list{
width: 100%;
}
.osusume_box .worry-list li{
font-size: 16px;
}
.osusume_box .worry-list li::before{
content: '';
background: url("../image/icon_check.png") no-repeat center / contain;
height: 17px;
width: 17px;
display: inline-block;
position: absolute;
left: 0;
  top: 7px;
}
  #panel-neko .price_flex {
    justify-content: center;
	gap: 0px;
  }

#panel-neko .price_flex .price_box{
    width: 80%;
    height: 100px;
    font-size: 20px;
    margin: 0px auto 40px auto;
}

#panel-neko .price_box span {
  top: 62px;
  }

  /* ＋記号 */
  #panel-neko .price_box.tasu::after {
    bottom: -35px;
	right: 48%;
    font-size: 24px;
  }

  /* ＝記号 */
  #panel-neko .price_box.equol::after {
    bottom: -35px;
	right: 48%;
    font-size: 24px;
	transform: rotate(90deg);
  }

  /* 合計金額 */
  #panel-neko p.goukei {
  width: 100%;
    font-size: 40px;
	text-align: center;
    padding: 0px 0px 0px 0;
    top: 0px;
	background: none;
  }
  
#panel-neko .price_flex .nerima{
position: relative;
right:auto;
left: auto;
top: 10px;
margin-bottom: 30px;
}

#panel-neko .tume{
display: block;
border: 1px solid #000;
padding: 5px;
border-radius: 30px;
position: relative;
margin-top: 20px;
width: 80%;
font-size: 12px;
text-align: center;
margin: 0px auto;
}
#panel-neko .tume::after{
content: "";
background: url("../image/cats_fukidashi.png") no-repeat;
background-size: 100%;
right: -30px;
top: -25px;
height: 60px;
width: 50px;
display: inline-block;
position: absolute;
}
}

#panel-neko .option_block{
width: 100%;
border: 2px dotted #ea6068;
border-radius: 20px;
position: relative;
text-align: center;
margin-bottom: 50px;
}
#panel-neko .option_block h3{
text-align: center;
color: #ea6068;
font-size: 24px;
display: inline-block;
border-bottom: 1px solid #ea6068;
margin: 20px auto 10px auto;
position: relative;
}
#panel-neko .option_block .option_flex{
display: flex;
justify-content: space-between;
padding: 20px;
}
#panel-neko .option_block .option_flex .option-card{
width: 32%;
}
#panel-neko .option_block .option_flex .option-card .option-title{
color: #ea6068;
border-bottom: 2px solid #ea6068;
font-size: 20px;
position: relative;
}
#panel-neko .option_block .option_flex .option-card .option-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #ea6068;
  margin: 6px auto 0;
  position: relative;
  bottom: -10px;
}

#panel-neko .option_block .option_flex .option-card .option-price {
font-size: 20px;
font-weight: 500;
margin-top: 20px;
}
#panel-neko .option_block .option_flex .option-card .option-price .kakaku{
margin-left: 20px;
}

h3.cats_hd{
font-size: 24px;
color: #ea6068;
margin: 50px 0px 10px 0px;
}
#panel-neko .kensa_list {
  margin: 20px 0 50px 0;
  display: grid;
  grid-template-columns: 20% 1fr;
  font-size: 20px;
  line-height: 150%;
}
#panel-neko .kensa_list dt {
  margin-bottom: 5px;
  align-self: start; /* 複数行のddに対してdtを上揃え */
}
#panel-neko .kensa_list dt::before{
content: "●";
position: relative;
margin-right: 2px;
color: #ea6068;
}
#panel-neko .kensa_list dd {
  margin-bottom: 5px;
  margin-left: 0;
  display: flex;
  align-items: flex-start; /* 複数行でも上揃え */
}
#panel-neko .kensa_list dd::before {
  content: "…";
  flex-shrink: 0;
  width: 1.5em;
  margin-right: 0;
}


#panel-neko .step_block{
margin: 50px 0;
display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#panel-neko .step_block .step_box{
width: 18%;
  position: relative; /* 矢印のposition基準に */
}
#panel-neko .step_block .step_box:not(:last-child)::after {
  content: "▶";
  position: absolute;
  right: -12px;
  top: 60px; /* アイコンの中央あたり */
  font-size: 16px;
  color: #ea6068;
  z-index: 1;
}
#panel-neko .step_block .step_box .step_icon{
width: 150px;
height: 150px;
margin: 0px auto 10px auto;
}
#panel-neko .step_block .step_box .step_icon img{
width: 100%;
}
#panel-neko .step_block .step_box .flow-num{
width: 28px;
height: 28px;
border-radius: 50%;
background: #fff;
color: #ea6068;
border: 1px solid #ea6068;
font-size: 13px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-top: 1px;
}
#panel-neko .step_block .step_box .step-desc{
display: flex;
align-content: center;
align-items: center;
margin: 0px 0px;
}
#panel-neko .step_block .step_box .step-title{
margin-left: 10px;
}
#panel-neko .cap_center{
text-align: center;
font-size: 20px;
font-weight: bold;
line-height: 150%;
margin: 0px auto 40px auto;
}
#panel-neko .cap_center .or{
color: #ea6068;
}

#panel-neko .white_block{
background: #fff;
padding: 30px 20px 20px 20px;
border-radius: 20px;
margin: 0px auto 50px auto;
}
#panel-neko .white_block h3{
text-align: center;
font-size: 20px;
margin: 0px auto 20px auto;
}
#panel-neko .white_block ul{
line-height: 160%;
}
#panel-neko .white_block ul li{
line-height: 180%;
margin: 0px auto 10px auto;
}

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

#panel-neko .option_block .option_flex{
flex-wrap: wrap;
}
#panel-neko .option_block .option_flex .option-card{
width: 100%;
margin-bottom: 30px;
}
#panel-neko .option_block .option_flex .option-card .option-price {
width: 100%;
margin: 20px auto;
display: flex;
justify-content: center;
font-size: 20px;
}
#panel-neko .option_block .option_flex .option-card .option-price .kensa{
width: 59%;
text-align: left;
}
#panel-neko .option_block .option_flex .option-card .option-price .kakaku{
width: 40%;
margin-left: 1%;
text-align: left;
}

#panel-neko .kensa_list {
     grid-template-columns: 1fr;
    font-size: 16px;
  }
  #panel-neko .kensa_list dt {
    margin-bottom: 10px;
  }
  #panel-neko .kensa_list dd {
    margin-bottom: 20px;
  }

#panel-neko .step_block{
flex-wrap: wrap;
}
#panel-neko .step_block .step_box{
width: 	100%;
  position: relative; /* 矢印のposition基準に */
  margin-bottom: 30px;
}
#panel-neko .step_block .step_box .step-desc{
justify-content: center;
margin-bottom: 10px;
}
#panel-neko .step_block .step_box .step-content {
justify-content: center;
text-align: center;
}
#panel-neko .step_block .step_box:not(:last-child)::after {
  content: "▼";
  position: absolute;
  height: 30px;
  right: 48%;
  top: 250px;
  font-size: 20px;
  color: #ea6068;
  z-index: 1;
}

#panel-neko .cap_center{
font-size: 17px;
line-height: 170%;
}

}


#panel-neko .qa-item { 
padding:10px 20px;
border-radius: 10px;
background: #fff;
margin: 0px auto 20px auto;
}
#panel-neko .qa-item:first-of-type{
margin: 50px auto 20px auto;
}
#panel-neko .qa-q { font-size: 16px; font-weight: 500; margin-bottom: 6px; display: flex; gap: 8px; }
#panel-neko .qa-q-badge { color: #ea6068; flex-shrink: 0; }
#panel-neko .qa-a { font-size: 16px; color: #000; line-height: 1.7; display: flex; gap: 8px; }
#panel-neko .qa-a-badge { color: red; flex-shrink: 0; }



/*-------------------
cta_block
-------------------*/
#cta_block {
    background-color: #fff;
    padding: 30px 0 30px 0;
    overflow: hidden;
}
#cta_block .inner {
    margin: 0 auto 0px auto;
}
#cta_block .wrap {
	display: flex;
	flex-wrap: wrap;
    vertical-align: top;
}
#cta_block .f_menu {
	display: flex;
	flex-wrap: wrap;
}
#cta_block .f_menu:nth-child(odd) {
    width: 20%;
}
#cta_block .f_menu:nth-child(even) {
    width: 35%;
}
#cta_block .f_menu li {
    margin-right: 20px;
    text-align: left;
    display: block;
}
#cta_block .f_menu li a {
    text-decoration: underline;
    font-size: 14px;
}
#cta_block .f_menu li a:hover {
    color: #406cb4;
}
#cta_block .sns {
	display: flex;
	flex-wrap: wrap;
    width: auto;
    margin: auto 0 auto auto;
}
#cta_block .sns li {
    margin-left: 15px;
}
#cta_block .sns li img {
    width: auto;
    max-height: 60px;
}
#cta_block .f_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
    margin-top: 0px;
}
#cta_block .f_btn li {
    width: 100%;
	text-align: center;
}
#cta_block .f_btn li a.btn {
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	background-color: #61a6db;
	color: #FFF;
	display: inline-block;
	line-height: 160%;
	padding: 10px 0 10px 0;
	border-radius: 10px;
    background-repeat: no-repeat;
	background-size: auto 50px;
	background-position: 10% center;  
}
#cta_block .f_btn li a.btn:hover {
	background-color: #aad9e8;
	color: #61a6db;
}
#cta_block .f_btn li a.btn b {
    font-size: 24px;
	line-height: 100%;
    font-weight: bold;
}
#cta_block .f_btn li a.btn b.tel_num {
    font-size: 28px;
	line-height: 140%;
}
#cta_block .f_btn li a.btn small {
    font-size: 16px;
	line-height: 100%;
}
#cta_block .f_btn li.tel a.btn {
	background-image: url(../image/icon_tel.png);
}
#cta_block .f_btn li.reserve a.btn {
	background-image: url(../image/icon_reserve.png);
}
#cta_block .f_btn li.text a {
    text-decoration: underline;
}
#cta_block .f_btn li.text small {
    font-size: 12px;
    display: block;
    padding-top: 10px;
}
#cta_block .anshin{
color: #EF8F00;
margin: 10px auto;
text-align: center;
font-size: 20px;
}

@media screen and (max-width: 896px) {
#cta_block .wrap {
    display: block;
}
#cta_block .f_menu {
	display: block;
}
#cta_block .f_menu:nth-child(odd) {
    width: 100%;
}
#cta_block .f_menu:nth-child(even) {
    width: 100%;
}
#cta_block .f_menu li {
    margin-right: 0px;
    display: block;
	margin-bottom: 20px;
}
#cta_block .f_menu li a {
    font-size: 16px;
}
#cta_block .sns {
	display: block;
    width: auto;
    margin: auto auto auto auto;
}
#cta_block .sns li {
    margin-left: 15px;
}
#cta_block .f_btn {
    width: 100%;
}
#cta_block .f_btn li {
    width: 100%;
	margin-bottom: 20px;
}
#cta_block .f_btn li a.btn {
	background-size: auto 40px;
    background-position: 5% center; 
}
#cta_block .f_btn li a.btn {
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	background-color: #61a6db;
	color: #FFF;
	display: inline-block;
	line-height: 160%;
	padding: 10px 0 10px 0;
	border-radius: 10px;
    background-repeat: no-repeat;
	background-size: auto 50px;
	background-position: 10% center;  
}
#cta_block .f_btn li a.btn b {
    font-size: 18px;
	line-height: 120%;
    font-weight: bold;
}
#cta_block .f_btn li a.btn b.tel_num {
    font-size: 22px;
	line-height: 160%;
}
#cta_block .f_btn li a.btn small {
    font-size: 14px;
	line-height: 100%;
}
#cta_block .f_btn li.tel a.btn {
	background-image: url(../image/icon_tel.png);
}
#cta_block .f_btn li.reserve a.btn {
	background-image: url(../image/icon_reserve.png);
}
}

.qa-toggle { cursor: pointer; }
.qa-toggle::after { content: "＋"; float: right; color: #ccc; }
.qa-toggle.open::after { content: "－"; color: #ccc; }

.qa-a-wrap {
  display: none;
  overflow: hidden;
}
.qa-a-wrap.open {
  display: block;
}

.tab-bar.scrolled {
  position: fixed;
  width: 100%;
  animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}