@charset "UTF-8";
/* CSS Document */

#page-top {position: fixed;bottom: 40px;right: 40px;width: 60px; z-index:400;}
@media screen and (max-width: 896px) {
	#page-top {position: fixed;bottom: 5px;right: 5px;width: 30px; z-index:400;}
}

/* .mincho {font-family: 'Noto Serif JP', serif;} */
.junPro{font-family: "a-otf-jun-pro", 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; font-weight: 300; font-style: normal;}
.typeGtc{font-family: "07LogoTypeGothic7",'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;}
.bgWH {background-color: #FFF;}
.bgBR {background-color: #ff9933;}
.bgBE {background-color: #FBF3E5;}
.bgGR {background-color: #4A8308;}
.bgPIL {background-color: #FEF8FC;}
.bgPI {background-color: #FFF0F8;}
.bgSPI {background-color: #ffccff;}
.bgHPI {background-color: #ff99cc;}
.bgGRY {background-color: #EEEEEE;}
.txtWH {color: #FFF;}
.txtBR {color: #ff9933;}
.txtGR {color: #00cc66;}
.txtPI {color: #ffccff;}
.txtNV {color: #000066;}
.txtHPI {color: #ff99cc;}
.txtGRY {color: #666666;}

.undl{text-decoration: underline;}

.clone-nav {position: fixed;top: 0;left: 0;z-index: 2; width: 100%; transition: .3s; transform: translateY(-100%);}
.is-show {transform: translateY(0);}
.clone-nav {text-align: center; width: 100%; background: #FFF;}

.ratioBox {position: relative;width: 100%;height: auto;}
.ratio1-1:before {content: "";display: block;padding-top: 100%; /* 1:1 */}
.ratio2-1:before {content: "";display: block;padding-top: 50%; /* 2:1 */}
.ratio3-2:before {content: "";display: block;padding-top: 66%; /* 3:2 */}
.ratio4-3:before {content: "";display: block;padding-top: 75%; /* 4:3 */}
.ratioInner {position: absolute;top: 0; left: 0;width: 100%;height: 100%;}

/* main {min-height: 2000px;} */
#header {position: relative; width: 100%;}
#header h1 {padding: 10px;}
.logo {width: 536px;}
#header .logo a {padding: 33px 30px; background: #FFF; display: block;}
.menu:hover > a {background: #E1F4C4;}
.child_menu > li > a:hover {background: #FFF;}
.child_menu {width: 100%; left: 0; color: #222; background: #E1F4C4;}
.menu:hover .child_menu {visibility: visible;}
.child_menu a:hover {color: #222; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
#hanburger {display: none;}
.menu_button {width: 55px; height: 55px; position: fixed; top: 0; right: 0; background: #25B19E; z-index: 15;}
#hanburger:checked ~ .menu_button {top: 0;}
#hanburger:checked ~ .span2 {display: none;}
#hanburger:checked ~ .span1 {width: 34px; transform: rotate(45deg); top: 27px; right: 11px;}
#hanburger:checked ~ .span3 {width: 34px; transform: rotate(-45deg); top: 27px; right: 11px;}
.global_menu {visibility: hidden; width: 100%; height: 100%; position: fixed; top: 0; left: 0; color: #222; overflow-y: scroll; text-align: center; background: #FFF;}
#hanburger:checked ~ .global_menu {visibility: visible;}
.global_menu a {display: block; width: 100%; padding: 10px 15px; border-top-left-radius: 8px; border-top-right-radius: 8px;}
.global_menu a:hover {background: #B9E278;}
.menu {font-size: 20px; line-height: 40px; font-weight: bold; white-space: nowrap; display: inline-block;}
.menu .pd {display: none;}
.menu:last-child {margin-right: 0px;}
.child_menu > li > a {padding: 10px 20px; text-align: left;}
#hanburger,.spOnly {display: none;}
@media screen and (min-width: 896px) {
  .menu_button {display: none;}
  .global_menu {position: inherit; padding: 0; color: #fff; visibility: visible; overflow-y: visible; height: auto; width: auto;}
  .menu:hover > a {background: #B9E278;}
  .child_menu {width: 100%; position: absolute; top: 0; left: 0; padding: 10px; color: #222; background: #B9E278; visibility: hidden; opacity: 0; transition: .5s top, .5s opacity; z-index: 10;}
  .menu:hover .child_menu {visibility: visible; top: 109px; opacity: 1;}
  .child_menu > li {display: inline-block;}
  .child_menu > li > ul > li a {padding: 10px; position: relative; padding: 10px;}
}
@media screen and (max-width: 896px) {
  #header .spOnly {display: block;}
  span.span1,span.span2,span.span3 {width: 29px; height: 1px; background-color: #FFF; position: absolute; right: 13px; transition: .3s; z-index: 100; position: fixed;}
  .span1 {top: 17px;}
  .span2 {top: 27px;}
  .span3 {top: 37px;}
  .menu {display: block;}
  .menu > a {padding: 10px 15px; text-align: left; border-bottom: 1px solid #CCC;}
  .menu > a span {margin-right: 10px; width: 30px!important;}
  .menu > a span img {width: 100%;}
  .global_menu {z-index: 10;}
  .global_menu a {border-top-left-radius: 0; border-top-right-radius: 0;}
  .child_menu > li > a,.child_menu > li > ul > li a {padding: 10px 15px; color: #222; text-align: left; border-bottom: 1px dotted #999;}
  .child_menu > li > ul > li a {padding: 15px 20px 15px 35px; position: relative;}
  .child_menu > li > ul > li:last-child a {border-bottom: 1px solid #CCC;}
  .child_menu > li > ul > li a::before {border-top: solid 1px #222; content: ''; left: 20px; position: absolute; top: 50%; width: 10px;}
  .menu .pd {display: inline-block; width: 100%; position: absolute; top: 0; left: 0; height: 100%;}
  .menu_wrap {display: none;}
  #hanburger:checked ~ * .menu_wrap {display: block; opacity: 1; min-height: 100vh; background: rgba(255,255,255,.8); /*position: fixed;*/ top: 0; z-index: 5;}
  #hanburger:checked ~ * .menu {max-height: inherit; overflow-y: visible; padding: 0; margin-left: 0; position: relative;}
  #hanburger:checked ~ * .child_menu {max-height: 0; overflow-y: hidden; visibility: hidden; text-align: left;}
  .menu .child_menu {border-top: 1px solid #DDD; position: relative; opacity: 1; top: 0; margin-left: auto; left: auto; width: auto;}
  .child_menu li {display: block;}
  .menu > label:hover {cursor: pointer; cursor: hand;}
  .menu input[type="checkbox"]:checked ~ .child_menu {max-height: inherit!important; overflow-y: visible; visibility: visible!important;}
  /*
  .angletoggle:before {content: "\f107";}
  #nav input[type="checkbox"]:checked ~ * .angletoggle:before {content: "\f106";}
  */
}

footer {padding: 40px 0;}
footer #fnavi ul {letter-spacing: -.4em; margin: 0 0 5px;}
footer #fnavi ul > li {margin: 0 20px 10px; letter-spacing: normal; display: inline-block; position:relative;}
footer #fnavi ul > li a:hover {text-decoration: underline;}
footer #fnavi ul > li::after {content: ""; display: inline-block; width: 1px; height: 20px; background-color: #999999; position: absolute; top: 0; right: -20px;}
footer #fnavi ul > li:first-child {margin: 0 20px 10px 0;}
footer #fnavi ul > li:last-child {margin: 0 0 10px 20px;}
footer #fnavi ul > li:last-child::after {background-color: #FFF; width: 0; right: 0;}
.footCopy {text-align: right;}
.footCopy small {font-size: 14px;}
#ftNavi {display: none;}
@media screen and (max-width: 950px) {
  footer .logo {width: 300px;}
}
@media screen and (max-width: 896px) {
	footer {margin-bottom: 50px; padding: 40px 0;}
  footer #fnavi {width: 100%;}
	#ftNavi {display: block; background: #fff; letter-spacing: -.4em; position: fixed; z-index: 5; bottom: 0; border-top: 1px solid #FFF; width: 100%;}
	#ftNavi ul {text-align: center; font-size: 10px; font-weight: bold;}
	#ftNavi li {letter-spacing: normal; display: inline-block; width: 33.3333%;}
	#ftNavi li a {display: flex; padding: 10px 12px;; align-items: center; justify-content: center;}
	#ftNavi li:first-child a {border-left: none; background-color: #ffccff;}
	#ftNavi li:last-child a {border-right: none; background-color: #ffccff;}
	#ftNavi li span {width: 24px; margin: 0 5px 0px; display: block;}
	#ftNavi li span img{width: auto; height: 30px; object-fit: contain;}
}
@media screen and (max-width: 530px) {
  footer #fnavi ul > li,footer #fnavi ul > li:last-child {margin: 0 10px 10px 10px;}
  footer #fnavi ul > li:first-child {margin: 0 0 10px 0; display: block;}
  footer #fnavi ul > li::after {right: -10px;}
  footer #fnavi ul > li:first-child::after {background-color: #FFF; width: 0; right: 0;}
}

.container {width: 100%; max-width: 1212px; padding-left: 0; padding-right: 0;}
.containers {width: calc(100% - 40px); max-width: 888px; padding-left: 0; padding-right: 0;}
.mlr,.container,.containers {margin-left: auto; margin-right: auto;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 20px; margin-right: 20px;}
.col1 {width: calc(16.6666% - 40px);}
.col2,.box3 {width: calc(33.3333% - 40px);}
.col3 {width: calc(50% - 40px);}
.col4 {width: calc(66.6666% - 40px);}
.col5 {width: calc(83.3333% - 40px);}
.col6 {width: calc(100% - 40px);}
.box4 {width: calc(25% - 30px); margin-left: 15px; margin-right: 15px;}
.w300 {max-width: 300px; width: 100%;}
.w100 {width: 100%;}
.w50 {width: 50%;}
.w46 {width: calc(46% - 50px);}
.w54 {width: calc(54% - 50px);}
@media screen and (max-width: 896px) {
  .containers {width: calc(100% - 30px);}
  .mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 15px; margin-right: 15px;}
  .mlr5 {margin-left: 0; margin-right: 0;}
  .col1 {width: calc(16.6666% - 30px);}
  .col2,.box3 {width: calc(33.3333% - 30px);}
  .col3 {width: calc(50% - 30px);}
  .col4 {width: calc(66.6666% - 30px);}
  .col5 {width: calc(83.3333% - 30px);}
  .col6 {width: calc(100% - 30px);}
  .w46 {width: calc(46% - 30px);}
  .w54 {width: calc(54% - 30px);}
}
@media screen and (max-width: 568px) {
  .col1 {width: calc(33.3333% - 30px);}
  .col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {width: calc(100% - 30px);}
  .box4 {width: calc(50% - 30px);}
}

ul.dot {list-style: disc; margin-left: 1.5em;}
ul.num {list-style: decimal; margin-left: 1.5em;}

table {width: 100%;}
/* table tr:nth-child(odd) {background-color: #FFF;}
table tr:nth-child(even) {background-color: #EEEEEE;} */
table th,table td {padding: 10px 10px; line-height: 1.7; text-align: center;}
.top-info_table {overflow: auto;}
.top-info_table table {border-collapse: separate; min-width: 670px; }
.top-info_table th {font-size: 20px; letter-spacing: -.2em; background-color: #ffb1d9; color: white; font-weight: 400;}
/* .top-info_table tr:first-child {font-size: 20px; letter-spacing: -.2em;} */
.top-info_table td {font-size: 18px; vertical-align: middle; line-height: 1.2;}
.top-info_table td.circlePi {position: relative; color: #ffb1d9; font-size: 24px;}
.top-info_table td.line {color: rgba(0, 0, 0, 0); font-size: 24px; position: relative;}
.top-info_table td.line::before {position: absolute; content: ""; height: 1px; width: 30px; left: 50%; top: 50%; transform: translate(-50%,-50%); background-color: #333;}
/* .top-info_table td.circlePi::before {position: absolute; content: ""; background-color: #ff99ff; border-radius: 30px; } */
.top-info_table td,.top-info_table th { border-bottom: 1px solid #ff66ff; border-right: 1px solid #ff66ff;}
.top-info_table tr:first-child th  {border-top: 1px solid #ff66ff;}
.top-info_table tr td:first-child{padding: 5px;}
.top-info_table tr td:first-child,.top-info_table tr th:first-child  {border-left: 1px solid #ff66ff;}
.top-info_table tr:first-child th:first-child {border-radius: 10px 0 0 0;}
.top-info_table tr:first-child th:last-child {border-radius: 0 10px 0 0;}
.top-info_table tr:last-child td:first-child {border-radius: 0 0 0 10px;}
.top-info_table tr:last-child td:last-child {border-radius: 0 0 10px ;}
/* table.tblGR th {width: 25%; background: #4A8308; color: #FFF;}
table.tblGR2 th {width: 280px; background: #4A8308; color: #FFF;}
table.tblGR2 td {text-align: left; width: calc(100% - 250px);} */
@media screen and (max-width: 568px) {
  table.tblGR th,table.tblGR td {padding: 10px 5px;}
  table.tblGR2 th,table.tblGR2 td {width: 100%; display: block;}
  table.tblGR2 td {border-top: none;}
}

.c-h2{padding-bottom: 12px; position: relative;}
.c-h2::before{position: absolute; content: ""; height: 1px; background-color: #ff99ff; width: 200px; left: 50%; bottom: 0; transform: translateX(-50%);}
.c-list.--center {width: fit-content; margin-right: auto; margin-left: auto;}
.c-list > li {display: flex; margin-bottom: 12px;}
.c-list > li a{display: flex; color: #666;}
.c-list > li span{display: flex; align-items: center; justify-content: center; padding-right: 14px;}
.c-list > li span img{height: 34px; width: 30px; object-fit: contain;}
.c-lower_title{padding-bottom: 12px; padding-left: 20px; position: relative;}
.c-lower_title::before,.c-lower_title::after{position: absolute; content: ""; bottom: 0; left: 0; height: 2px;}
.c-lower_title::before{width: 50%; background-color: #ff66ff; z-index: 1;}
.c-lower_title::after{width: 100%; background-color: #ffccff; z-index: 0;}
.c-table th,.c-table td{align-items: center; text-align: left; vertical-align: middle;}
.c-table th{font-size: 18px;}
.c-table td{font-size: 18px;}
.c-lower_mv {display: flex; justify-content: center; position: relative; overflow-x: hidden;}
.c-lower_mv .img{width: calc(100% - 80px);}
.c-lower_mv .img img{width: 100%;}
.c-lower_mv h1{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: white; font-family: "07LogoTypeGothic7",'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; padding: 0 20px; white-space: nowrap;}
.c-lower_title{}
.c-Gmap{align-items: center;}
.c-Gmap .text{min-width: 320px;}
.c-Gmap .link {display: flex; align-items: center; padding: 14px 40px; border: 2px solid #ffdbc4;}
.c-Gmap .link img{max-width: 32px; width: 100%; object-fit: contain; margin-right: 20px;}
.c-Gmap .link span{font-size: 24px; font-weight: 700;}
.c-icon_pdf{display: inline-block; padding-left: 30px; position: relative; }
.c-icon_pdf::before{position: absolute; background-size: contain; width: 24px; height: 24px; background-repeat: no-repeat; content: ""; background-image: url(../img/cmn/icon_pdf.png); top: 50%; left: 0; transform: translateY(-50%);}
#header{padding: 10px 0; position: relative;}
.rsvMenu{position: absolute; right: 10px; top: 10px;}
.rsvMenu a{display: flex; align-items: center; gap: 20px;}
.rsvMenu a.web{padding: 10px 20px; border-radius: 30px;}
.rsvMenu a.web span{display: flex; align-items: center;}
.rsvMenu a.line{padding: 10px;}
.rsvMenu a.line span>img{height: 48px;}
.htrTop{}
.htrTel{display: flex; align-items: center; gap: 14px;}
.htrTel > span > img{width: 30px; height: 30px; object-fit: contain;}
.htrBtm{gap: 0 30px;}

.gap10-20{gap: 10px 20px;}

.hamburger-menu {display: none; width: 45px; height: 44px; position: relative; cursor: pointer; z-index: 1001; border-radius: 0 0 0 10px;}
.hamburger-menu span {display: block; width: calc(100% - 20px); height: 3px; border-radius: 2px; background-color: #fff; position: absolute; transition: all 0.3s ease; border-radius: 2px;  left: 50%;}
.hamburger-menu span:nth-child(1) {top: 10px; transform: translateX(-50%);}
.hamburger-menu span:nth-child(2) {top: 50%; transform: translate(-50%,-50%);}
.hamburger-menu span:nth-child(3) {bottom: 10px; transform: translateX(-50%);}
/* ハンバーガーメニュー開いた時のアニメーション */
.hamburger-menu.active span:nth-child(1) {top: 50%; transform: translate(-50%,-50%) rotate(45deg);}
.hamburger-menu.active span:nth-child(2) {opacity: 0; transform: translateX(-50%);}
.hamburger-menu.active span:nth-child(3) {bottom: 50%; transform: translate(-50%,50%) rotate(-45deg);}
/* モバイルメニューのオーバーレイ */
.mobile-menu-overlay {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999; opacity: 0; transition: opacity 0.3s ease;}
.mobile-menu-overlay.active {display: block; opacity: 1;}
/* モバイルメニュー本体 */
.mobile-menu {position: fixed; top: 0; right: -100%; width: 80%; max-width: 350px; height: 100vh; background-color: #fff; z-index: 1000; transition: right 0.3s ease; overflow-y: auto; box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);}
.mobile-menu.active {right: 0;}
.mobile-menu-content {padding: 80px 20px 30px;}
.htrBtm-mobile a {display: flex; padding: 15px 0; border-bottom: 1px solid #eee; text-decoration: none; transition: background-color 0.3s ease; position: relative; z-index: 0;}
.htrBtm-mobile a:hover {background-color: #f5f5f5;}
.mobile-info {margin-top: 30px; padding-top: 30px; border-top: 2px solid #eee;}
.mobile-info p {margin-bottom: 10px; font-size: 14px;}
.mobile-info .htrTel {display: inline-block; margin-top: 10px;}
.mobile-info .htrTel span{display: inline-block; margin-right: 12px;}
.rsvMenu-mobile {margin-top: 30px; padding-top: 30px; border-top: 2px solid #eee;}
.rsvMenu-mobile a {display: flex; padding: 15px; text-align: center; border-radius: 5px; text-decoration: none; align-items: center;}
.rsvMenu-mobile a span{width: 30px; display: flex; margin-right: 12px;}
.rsvMenu-mobile .line{border: 1px solid #00cc66;}


/* bodyのスクロール制御 */
body.menu-open {overflow: hidden;}

.fixBtn {position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 9999;}
.fixBtn a{display: flex; flex-direction: column; white-space: wrap; gap: 14px; justify-content: center; border-radius: 30px 0 0 30px; padding: 20px 14px;}
.fixBtn a > img{width: 20px;}
.fixBtn .web{}
.fixBtn .line{background-color: #00cc66;}

.ftrTel {padding-left: 40px; position: relative;}
.ftrTel::before {position: absolute; content: ""; background-image: url(../img/cmn/icon_tel.png);width: 30px; height: 30px; background-size: contain; background-position: center; background-repeat: no-repeat; left: 0; top: 50%; transform: translateY(-50%);}
.ftrCat {width: calc(100% - 120px);}
.ftrCat a{width: calc(20% - 60px); padding: 4px 0 ; height: fit-content;}
.ftrLinks{gap: 15px 20px; display: flex;}
.ftrLinks.--Arw a{padding-left: 20px; position: relative;}
.ftrLinks.--Arw a::before{position: absolute; content: ""; background-image: url(../img/cmn/icon_arrow-r.png); width: 20px; height: 15px; left: 0; top: 50%; transform: translateY(-50%); background-size: contain; background-repeat: no-repeat;}


.top-MV .full{display: flex; justify-content: center; padding: 0 80px;}
.top-info .col2.bgImg{background-size: cover; background-image: url(../img/top/02-04.png); background-position: cneter center; background-repeat: no-repeat; aspect-ratio: 299/211; justify-content: center; align-items: center; gap: 20px;}
.top-info .news_ul{display: flex; flex-direction: column; justify-content: flex-end;}
.top-info .news_ul a:hover{color: #D88D00;}
.top-info .news_ul .date{width: 140px;}
.top-info .news_ul .title{width: calc(100% - 180px);}
.top-info .col4 .news_ul{width: calc(100% - 220px);}
.top-info .col4 .news_link{width: 140px;}
.top-info_time .col3 {gap: 10px 20px;}
.top-info_time .col3 .bgHPI{padding: 10px 20px; border-radius: 20px;}
.top-access .map iframe{width: 100%; aspect-ratio: 1.8/1;}

.doctor-table{font-size: 18px; }
.doctor-table tr th,.doctor-table tr td{text-align: left; padding: 7px 20px; border-bottom: 1px solid #666666;}
.doctor-table tr th{width: 150px;}
.doctorWarp .img img{aspect-ratio: 1/1; width: 100%; object-fit: cover;}

.reserve-info .txt24.typeGtc img{width: 40px; height: 40px; aspect-ratio: 1/1;}
.reserve-info .textWrap {line-height: 1.7;}
.reserve-info .textWrap > div > p:not(:first-child),
.reserve-info .textWrap > div > a:not(:first-child),
.reserve-info .textWrap > div > div:not(:first-child){padding-left: 36px;}
.reserve-info .rsvMenu{min-width: 172px; position: relative; display: inline-block; width: fit-content; top: unset; right: unset;}
.reserve-info .rsvMenu a{width: 100%; display: flex;}
.reserve-info .col1 img{object-fit: contain; height: 63px; width: auto;}
.privacy ul{padding-left: 30px;}
.lower-lv02{padding: 60px 0 30px; background: linear-gradient(90deg,rgba(255, 204, 255, 1) 0%, rgba(250, 208, 204, 1) 100%);}
.lower-lv02 .box4 img{aspect-ratio: 1/1;}
.lower-lv02 .box4:hover img{transform: scale(1.08);}
.lower-lv02 .box4 img{width: 100%; height: auto; object-fit: cover;  transition: ease .3s;}

.breadCrumb{padding: 20px 0; display: flex; align-items: baseline;}
.breadCrumb li:first-child{position:relative;padding-left: 40px;}
.breadCrumb li:first-child::before{position: absolute; content: ""; background-image: url(../img/cmn/icon_home.png); background-size: contain; background-repeat: no-repeat; background-position: center center; width: 20px; aspect-ratio: 1/1; top: 50%; left: 0; transform:translateY(-50%);}
.breadCrumb {list-style:none; display:flex; gap:0; font-size:13px; }
.breadCrumb li:not(:first-child)::before { content: '>'; margin: 0 6px; color:#333; }
/* .breadCrumb li:_first-child)::after { content: none; } */

/* cf7 */
.cf7-custom-form {max-width: 1100px; margin: 0 auto; font-family: 'Hiragino Sans','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;}
.form-row {display: flex; padding: 24px 20px; min-height: 70px;}
.form-row.--full {}
.form-row.--full .wpcf7-form-control-wrap{width: 100%;}
.form-row.--full .wpcf7-form-control-wrap input{width: 100%; max-width: 100%;}
.form-row:nth-child(odd) {background-color: #f3fbff;}
.form-row:nth-child(even) {background-color: #ffffff;}
.form-row.bgWH{background-color: white;}
.form-label {width: 100%; max-width: 350px; padding-right: 30px; display: flex; justify-content: space-between; align-items: center;}
.label-text {font-size: 18px; line-height: 1.5; font-weight: 500; color: #333;}
.required {background-color: #ff99ff; color: #fff; font-size: 18px; padding: 5px 14px; border-radius: 9px; letter-spacing: 2px;}
.form-field {flex: 1; display: flex; align-items: center; position: relative;}
.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"] {width: 100%; max-width: 500px; padding: 8px 12px; border: 1px solid #333; border-radius: 0; font-size: 18px; box-sizing: border-box; transition: border-color 0.3s;}
/* .wpcf7-form-control-wrap{width: 100%;} */
/* .form-field input{} */
.form-field input[type="text"]:focus, .form-field input[type="email"]:focus, .form-field input[type="tel"]:focus {outline: none; border-color: #4a90e2;}
.form-field textarea {width: 100%; max-width: 100%; padding: 10px 12px; border: 1px solid #333; border-radius: 4px; font-size: 18px; min-height: 150px; resize: vertical; box-sizing: border-box; font-family: inherit; transition: border-color 0.3s; min-height: 200px;}
.form-field textarea:focus {outline: none;}
.cf7-custom-form input[type="radio"], .cf7-custom-form input[type="checkbox"] {display: inline-block !important; -webkit-appearance: auto; appearance: auto;}
.form-field .wpcf7-radio {display: flex; flex-wrap: wrap; gap: 10px;}
.form-field .wpcf7-radio label {display: flex; flex-wrap: wrap; gap: 0; align-items: center;}
.form-field .wpcf7-list-item {margin: 0; display: flex; align-items: center;}
.form-field .wpcf7-list-item-label {display: flex; align-items: center; cursor: pointer; font-size: 18px; color: #333; padding-left: 0;}
.form-field input[type="radio"] {margin: 0; margin-right: 6px; cursor: pointer; inline-size: 18px; block-size: 18px; accent-color: #4a90e2;}
.birthday-group {display: flex; align-items: center; gap: 8px; flex-wrap: wrap;}
.birthday-group input[type="text"] {width: 100px; max-width: 100px;}
.birthday-group .note {font-size: 18px; color: #666; margin-left: 10px;}
.education-group {display: flex; gap: 12px;}
.education-university input[type="text"] {width: 100%; max-width: 400px;}
.education-status {display: flex; align-items: center; gap: 12px; flex-wrap: wrap;}
.education-status .wpcf7-radio {display: flex; gap: 16px;}
.education-status input[type="text"] {width: 80px; max-width: 80px;}
.education-status .note {font-size: 18px; color: #666; margin-left: 10px;}
.education-status label{display: flex; gap: 6px;}
.privacy-checkbox {display: flex; align-items: center; font-size: 14px;}
.privacy-checkbox input[type="checkbox"] {margin-right: 8px; inline-size: 18px; block-size: 18px; cursor: pointer;}
.privacy-checkbox a {color: #4a90e2; text-decoration: underline;}
.privacy-checkbox a:hover {text-decoration: none;}
.submit-row {background-color: transparent !important; justify-content: center; padding: 40px 20px;}
.submit-button {background-color: #ff99ff; color: #fff; border: none; padding: 14px 60px; font-size: 16px; font-weight: bold; border-radius: 12px!important; cursor: pointer; transition: background-color 0.3s; min-width: 200px;}
.submit-button:hover {opacity: .8;}
.wpcf7-not-valid-tip {font-size: 12px; color: #e74c3c; margin-top: 6px; display: block;}
.wpcf7-validation-errors {border: 2px solid #e74c3c; background-color: #ffe5e5; padding: 15px; margin-top: 20px; border-radius: 4px; color: #c0392b;}
.cf7-custom-form .wpcf7-form .wpcf7-form-control.wpcf7-radio {display: flex; flex-wrap: wrap; gap: 16px;}
.cf7-custom-form .wpcf7-form .wpcf7-list-item {margin: 0; display: flex; align-items: center;}
.cf7-custom-form .wpcf7-form .wpcf7-list-item > label {display: flex; align-items: center; gap: 6px; cursor: pointer;}
.cf7-custom-form .wpcf7-form input[type="radio"] {accent-color: #4a90e2; cursor: pointer; inline-size: 18px; block-size: 18px;}
.cf7-custom-form .wpcf7-form .wpcf7-list-item-label {font-size: 14px; color: #333;}
.wpcf7-spinner{position: absolute!important; top: 50%; right: 10px; transform: translateY(-50%);}
.cf7-inline-tip{position: absolute; white-space: nowrap;}
.recruitBtn{max-width: 385px; width: 100%; margin-right: auto; margin-left: auto; font-size: 24px; text-align: center; background-color: #ff99ff; color: white; padding: 20px 10px; border-radius: 24px;}
.js-acc-btn{cursor:pointer;user-select:none;display:flex;align-items:center;gap:.5rem}.js-acc-ic{margin-left:auto}.acc-body{display:none}.is-open .acc-body{display:block}
.js-acc-ic{color: #ff99ff;}
.is-open .acc-body {padding: 0 30px;}

/* レスポンシブ対応 */
@media screen and (max-width: 1500px) {#header .container{padding-right: 100px;}}
@media screen and (max-width: 1300px) {#header .container{padding-right: 200px;}}
@media screen and (max-width: 1100px) {
  .reserve-info .col1{width: calc(25% - 40px);}
}
@media screen and (max-width: 896px) {
  #header .container{padding-right: 0;}
  #header{padding: 0 0 10px;}
  .hamburger-menu {display: block; }
  .container {position: relative; }
  .htrTop {justify-content: space-between; align-items: center; }
  .htrTop > div:last-child {display: none; }
  .htrBtm {display: none; }
  .rsvMenu {display: none; }
  .hamburger-menu {position: fixed; right: 0; top: 0; background-color: #ff66ff;}
  .fixBtn{display: none;}
  .top-MV .full{padding: 0 10px;}
  .top-info .col4 .news_ul{width: 100%; justify-content: center; margin-right: 0;}
  .top-info .col4 .news_ul li{}
  .top-info .col2.mb40.pt60{padding-top: 20px;}
  .top-info .col4 .news_ul li .date{margin-right: 14px;}
  .top-info .col4.mb40.flex.alCent{justify-content: center;}
  .top-info .col4 .news_link{margin-top: 20px;}
  .ftrCat{width: calc(100% - 30px); justify-content: flex-start; gap: 0 22px;}
  .ftrCat a{width: calc(33.3333% - 15px);}
  .c-lower_mv .img{width: 100%; height: 180px;}
  .c-lower_mv .img img{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
  .top-access .map iframe{aspect-ratio: 1/1.6;}
  .doctor-table{font-size: 16px; border-bottom: 1px solid #666; padding-bottom: 20px;}
  .doctor-table tr th{padding: 5px 10px;}
  .doctorWarp{flex-direction: column-reverse;}
  .doctorWarp .col2{}
  .doctor-table tr th{width: 100px;}
  .reserve-info .jcCent .col1{gap: 20px; align-items: center; width: calc(100% - 30px); display: flex; justify-content: flex-start; flex-direction: row; }
  .reserve-info .jcCent .col1 p{width: calc(100% - 180px); text-align: start; margin-bottom: 0;}
  .reserve-info .jcCent .col1 img{width: 50px;}
  .reserve-info a{display: inline-block;}
  .reserve-info .textWrap > div > p:not(:first-child),
  .reserve-info .textWrap > div > a:not(:first-child),
  .reserve-info .textWrap > div > div:not(:first-child){padding-left: 34px;}
  .c-Gmap .text{min-width: unset; margin-bottom: 10px;}
  /* .c-Gmap .link {display: flex; align-items: center; padding: 14px 40px; border: 2px solid #ffdbc4;} */
  .c-Gmap .link img{max-width: 32px; width: 100%; object-fit: contain; margin-right: 10px;}
  .c-Gmap .link span{font-size: 18px;}
  .is-open .acc-body {padding: 0 0px;}
  .recruitBtn{max-width: 280px;}
}

@media screen and (max-width: 670px) {
  .htrTop .pt10{padding-top: 25px;}
  .form-row {flex-direction: column; padding: 20px 15px;} 
  .form-field{width: 100%;}
  .form-label {width: 100%; margin-bottom: 10px; padding-right: 0; padding-top: 0; justify-content: flex-start; gap: 20px; max-width: unset;} 
  .form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field textarea {max-width: 100%;} 
  .education-university input[type="text"] {max-width: 100%;} 
  .birthday-group, .education-status {font-size: 14px;} 
  .form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"]{font-size: 14px;}
  .birthday-group input[type="text"]{width: 60px;}
  .birthday-group .note,.education-status .note{font-size: 14px;}
  .submit-row {padding: 20px 15px;}
  .submit-button {padding: 8px 40px; font-size: 16px;}
  .wpcf7-not-valid-tip {font-size: 12px; margin-top: 6px;}
  .wpcf7-validation-errors {padding: 10px; margin-top: 10px;}
  .cf7-custom-form .wpcf7-form .wpcf7-radio {gap: 10px;}
  .cf7-custom-form .wpcf7-form .wpcf7-list-item-label {font-size: 14px;}
  .cf7-custom-form .wpcf7-form input[type="radio"] {inline-size: 16px; block-size: 16px;}
  .cf7-custom-form .wpcf7-form .wpcf7-list-item > label {gap: 4px;}
  *::placeholder{font-size: 14px;}
  .form-field .wpcf7-list-item-label{font-size: 14px;}
  .label-text,.required{font-size: 14px;}
}


/* ===== 見た目調整（他CSSと衝突しにくいように名前空間化） ===== */
.table-card{
  --bg:#ffffff; --text:#1f2937; --muted:#6b7280; --line:#e5e7eb;
  --head:#f3f4f6; --stripe:#f9fafb; --accent:#0ea5e9;
  background:var(--bg); border:1px solid var(--line); border-radius:14px;
  box-shadow:0 6px 20px rgba(0,0,0,.06); overflow:hidden; margin:20px 0;
  text-align: start;
}
.table-scroll{ overflow:auto; -webkit-overflow-scrolling:touch; }

.vaccine-fee{
  width:100%; border-collapse:separate; border-spacing:0; min-width:720px;
  font-family: system-ui, -apple-system, "Noto Sans JP", sans-serif;
  color:var(--text); background:var(--bg);
}
.vaccine-fee caption{
  text-align:left; padding:16px 20px; font-weight:700; font-size:18px;
  border-bottom:1px solid var(--line); color:var(--text);
}
.vaccine-fee caption small{ display:block; font-weight:400; color:var(--muted); margin-top:6px; }

.vaccine-fee thead th{
  position:sticky; top:0; z-index:1;
  background:var(--head); color:var(--text);
  text-align:left; font-weight:700; letter-spacing:.02em;
  padding:12px 16px; border-bottom:1px solid var(--line);
  white-space:nowrap;
}

.vaccine-fee tbody td, .vaccine-fee tbody th{
  padding:12px 16px; border-bottom:1px solid var(--line); vertical-align:top;
  background:transparent;
}

/* 偶数行にストライプ */
.vaccine-fee tbody tr:nth-child(even) td{ background:var(--stripe); }

/* セクション見出し行（<th scope="colgroup" colspan="…">）を帯色に */
.vaccine-fee tbody tr > th[scope="colgroup"]{
  background: color-mix(in oklab, var(--accent) 18%, white);
  color:#0b3a4b; font-weight:800; letter-spacing:.04em;
  border-top:2px solid color-mix(in oklab, var(--accent) 28%, #0000);
  border-bottom:2px solid color-mix(in oklab, var(--accent) 28%, #0000);
}

/* 列ごとの整形 */
.vaccine-fee thead th:nth-child(1){ min-width:300px; text-align:center;} /* ワクチン名 */
.vaccine-fee thead th:nth-child(2){ width:120px; text-align:center; }
.vaccine-fee thead th:nth-child(3){ width:500px; text-align:center; }
/* .vaccine-fee thead th:nth-child(4){ min-width:320px; } */

.vaccine-fee tbody td:nth-child(1){ text-align: start;}
.vaccine-fee tbody td:nth-child(2){ text-align:center; color:#0f766e; font-weight:700; white-space: nowrap;}
.vaccine-fee tbody td:nth-child(3){ text-align: start; font-variant-numeric:tabular-nums; }
/* .vaccine-fee tbody td:nth-child(4){ color:var(--muted); text-align: start;} */

/* 角丸を見せるため最上段・最下段調整（thead固定でも自然に） */
.vaccine-fee thead tr:first-child th:first-child{ border-top-left-radius:12px; }
.vaccine-fee thead tr:first-child th:last-child { border-top-right-radius:12px; }
.vaccine-fee tbody tr:last-child td:first-child{ border-bottom-left-radius:12px; }
/* .vaccine-fee tbody tr:last-child td:last-child { border-bottom-right-radius:12px; } */

/* 小さめ密度版（必要なら table に is-compact クラスを追加） */
.vaccine-fee.is-compact thead th,
.vaccine-fee.is-compact tbody td,
.vaccine-fee.is-compact tbody th{ padding:8px 12px; }
