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

/*==========================================
 CLINIC
===========================================*/
@media screen and (min-width: 769px) {
  #clinic .pageTit{
   background-image: url("../images/clinic/clinic_tit_back.jpg");
  }
}
/*index*/
.p-clinic-data::after {
  content:"";
  display:block;
  clear:both;
}
.p-clinic-data_photo {
  margin:0;
  float:left;
  width:44.57831%;
  margin-right:45px;
  margin-bottom:30px;
}
.p-clinic-data_text {
  float:left;
  margin-bottom:30px;
}
.p-clinic-data_text-tel {
  font-family: "Oswald", sans-serif;
  font-weight:700;
  font-size:26px;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-top:0;
}
.p-clinic-data_plan {
  clear: both;
}
.p-clinic-data_plan a {
  display:block;
  border:1px solid #b32e3f;
  color:#b32e3f;
  text-decoration: none;
  text-align: center;
  padding:1em;
  font-size:20px;
  font-weight:600;
  background-color: #ffffe5;
  transition: all .3s ease-out;
}
.p-clinic-data_plan a:hover {
  background-color: #b32e3f;
  color:#FFF;
}
.p-clinic-data_plan a .en {
  display:block;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight:700;
  font-size:34px;
  letter-spacing: .1em;
}
.p-clinic-data_plan a small {
  display:inline-block;
  font-size:.82em;
  margin-left:1em;
}
.p-clinic-data_tel a {
  display:block;
  border:1px solid #333;
  text-decoration: none;
  text-align: center;
  padding:1em;
  font-size:26px;
  background-color: #fff;
  transition: all .3s ease-out;
  font-family: "Oswald", sans-serif;
  letter-spacing: .1em;
  font-weight:700;
}
.p-clinic-data_tel a:hover {
  background-color: #333;
  color:#FFF;
}
.p-clinic-cancel_back {
  background-color: #ffff66;
}
.p-clinic-cancel_ex {
  display:inline-block;
  width:2em;
  height:1em;
  border:1px solid #999;
  background-color: #ffff66;
  margin-right:.5em;
}
.p-clinic-map {
  display:flex;
  align-items: center;
  margin-bottom:2em;
}
.p-clinic-map_image {
  width:45.3012%;
  margin:0 4.8% 0 0;
}
.p-clinic-map_text {
  flex:1;
}
.p-gmap {
  position:relative;
  width:100%;
  height:500px;
}
.p-gmap > iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
/*old*/
#clinic #contents h2 {
 margin: 0;
 padding-bottom: 40px;
 font-size: 352%;
	font-weight: normal;
	line-height: 1;
}
#clinic #contents p.txt {
 margin: 0;
 padding-bottom: 70px;
 font-size: 129%;
	font-weight: normal;
	line-height: 1.8;
}
#clinic #contents .box {
 margin: 0;
 padding-bottom: 90px;
}
#clinic #contents .box .ti {
 margin: 0 0 40px;
 padding-top: 46px;
	padding-left: 23px;
	border-left: 4px solid #333;
}
#clinic #contents .box .ti p {
 margin: 0;
	padding-bottom: 18px;
 font-size: 235%;
	font-family: "Oswald", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1;
  font-weight:700;
	letter-spacing: 0.2em;
}
#clinic #contents .box .ti h3 {
 margin: 0;
	padding-bottom: 46px;
 font-size: 152%;
	font-weight: bold;
	line-height: 1;
}
#clinic #contents .box dl {
 margin: 0 auto;
	padding: 35px 0;
	width: 100%;
	display: table;
	border-top: 1px solid #999999;
}
#clinic #contents .box dl:last-of-type {
	border-bottom: 1px solid #999999;
}
#clinic #contents .box dl dt {
 margin: 0;
	padding: 0 0 0 10px;
	width: 260px;
	font-weight: bold;
	display: table-cell;
}
#clinic #contents .box dl dd {
 margin: 0;
	padding: 0;
	width: 560px;
	line-height: 1.7;
	display: table-cell;
}
#clinic #contents .box dl dd span {
	font-size: 82%;
	line-height: 1.5;
	display: inline-block;
}
#clinic #contents .box .bt {
 margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}
#clinic #contents .box .bt a {
 padding: 25px 0;
	width: 388px;
 color: #FFF;
	text-align: center;
	line-height: 1;
	background: url(../images/common/nav_arr.svg) no-repeat 95% 50%,#333;
 background-size: 6px auto;
 display: block;
}
#clinic #contents .box .bt a span {
 padding-bottom: 10px;
 font-size: 105%;
	font-family: "Oswald", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1;
	letter-spacing: 0.15em;
 display: block;
}
#clinic #contents .box .bt a em {
	font-size: 94%;
	line-height: 1;
	font-style: normal;
 display: block;
	letter-spacing: 0.05em;
}
#clinic #contents .box .bt a:hover {
	background: url(../images/common/nav_arr.svg) no-repeat 95% 50%,#9e065c;
 background-size: 6px auto;
}
/*20240422 add*/
.clinic-tenjin-open {
	margin-bottom:3em;
	text-align: center;
	background-color:#fff4ea;
	border-radius: 20px;
	padding:10px 10px 20px;
}
.clinic-tenjin-open .s-title {
	font-size:38px;
	line-height:1.3;
	font-family: Oswald, sans-serif;
	font-weight:600;
}
.clinic-tenjin-open .s-title .s-num {
	font-size:1.5em;
}
.clinic-tenjin-open .s-lead {
	font-size:28px;
	line-height:1.5;
	font-weight:600;
}
.clinic-tenjin-open .s-banner {
	width:fit-content;
	margin:auto;
	border:6px solid white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow:0 0 10px 0 rgba(0,0,0,.1);
}
/*20240708 追加*/
.clinic-tenjin-open .s-link {
	font-size:22px;
	font-weight:600;
	text-decoration:underline;
}

/*==========================================
 PRICE
===========================================*/
@media screen and (min-width: 769px) {
  #price .pageTit{
   background-image: url("../images/price/price_tit_back.jpg");
  }
}
#price #contents .index_list {
 padding-bottom: 40px;
	width: 100%;
}
#price #contents .index_list h3 {
	margin-bottom: 20px;
	padding: 12px;
	font-size: 152%;
	line-height: 1;
	text-align: center;
 color: #FFF;
	background: #333;
	border-radius: 3px;
	display: inline-block;
}
#price #contents .index_list ul {
 width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#price #contents .index_list ul li {
 width: 30%;
	padding: 10px 0 7px;
	margin-right: 3%;
	font-size: 94%;
	border-bottom: 1px solid #ddd;
}
#price #contents .index_list ul li:before {
 margin-right: 8px;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
	font-size: 80%;
 content:"\f0da";
	color: #c19e7c;
}
#price #contents .index_list ul li:hover {
 text-decoration: underline;
	color: #c19e7c;
}
#price #contents p.info {
 margin-bottom: 80px;
}
#price #contents p.info em {
 color: #F00;
	font-size: 105%;
	font-style: normal;
}
#price #contents .price {
 margin: 0 auto 80px;
	clear: both;
}
#price #contents .price h3 {
 margin-bottom: 35px;
	padding: 25px 0 25px 20px;
 font-size: 129%;
	font-weight: bold;
	line-height: 1.5;
	border-left: 4px solid #999999;
}
#price #contents .price table, .p-price-table {
 margin: 0 auto 50px;
	padding: 0;
	width: 100%;
	border: 1px solid #999999;
  box-sizing: border-box;
}
#price #contents .price table th, .p-price-table th {
 margin: 0;
	padding: 30px 20px 25px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	background: #cccccc;
	border: 1px solid #999999;
}
#price #contents .price table td, .p-price-table td {
 margin: 0;
	padding: 30px 18px 25px;
	line-height: 1.5;
	text-align: left;
	border: 1px solid #999999;
}
#price #contents .price table td em, .p-price-table td em {
 font-weight: bold;
	font-style: normal;
}
#price #contents .price table td strong, .p-price-table td strong {
 font-weight: bold;
	font-style: normal;
	color: #F00;
}
#price #contents .price table td.pri, .p-price-table td.pri {
 font-weight: bold;
	text-align: right;
}
#price #contents .price table td span, .p-price-table td span {
 font-size: 80%;
}
#price #contents .price h2 {
 margin-bottom: 20px;
	padding: 25px 0 25px 20px;
 font-size: 129%;
	font-weight: bold;
	line-height: 1.5;
	border-left: 4px solid #333333;
}
#price .price h2 a {
 text-decoration: underline;
}
#price .price h2 a:hover {
 color: #9e065c;
 text-decoration: none;
}
#price #contents .price h3 {
 margin-bottom: 20px;
	padding: 15px 0 15px 15px;
 font-size: 105%;
	font-weight: bold;
	line-height: 1.5;
	border-left: 4px solid #999999;
}
.price_caption--under {
  margin-top:-36px;
  margin-bottom:2em;
}
.price table td small{
  display: block;
  font-size: 0.7em;
  line-height: 1.4;
  font-weight: normal;
 }
.price_caption-red {
 color: #F00;
 font-weight: bold;
 font-size: 105%;
}
.price_caption-bold {
 font-weight: bold;
}
/*==========================================
 DOCTOR
===========================================*/
@media screen and (min-width: 769px) {
  #doctor .pageTit{
   background-image: url("../images/doctor/doctor_tit_back.jpg");
  }
}
#doctor #contents .box {
 padding-bottom: 90px;
}
#doctor #contents .box h2 {
 margin: 0 0 40px;
	padding: 30px 0 15px 25px;
	font-size: 211%;
	border-left: 4px solid #333;
}
#doctor #contents .box h2 span {
	font-size: 55%;
 font-weight: normal;
	line-height: 1.5;
 display: block;
}
#doctor #contents .box .inner {
 margin-bottom: 30px;
 width: 100%;
 display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#doctor #contents .box .inner p {
 margin: 0;
	/*width: 300px;*/
  width: 36.14457%;
	text-align: center;
}
#doctor #contents .box .inner div {
 margin: 0;
	/*width: 490px;*/
  width: 59.03614%;
}
#doctor #contents .box .inner div h3 {
 margin: 0;
	padding-bottom: 15px;
	font-weight: bold;
}
#doctor #contents .box .inner div dl {
 margin: 0;
	width: 100%;
	display: table;
}
#doctor #contents .box .inner div dl dt {
 width: 100px;
	font-size: 88%;
	display: table-cell;
}
#doctor #contents .box .inner div dl dd {
	font-size: 88%;
	line-height: 1.5;
	display: table-cell;
}
#doctor #contents .box dl.comment {
 padding: 35px;
	border: 1px solid #ddd;
}
#doctor #contents .box dl.comment dt {
 margin: 0;
 padding-bottom: 15px;
	font-weight: bold;
}
#doctor #contents .box dl.comment dd {
 margin: 0;
	font-size: 88%;
}
#doctor #contents .sb_box {
 margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#doctor #contents .box ul.photo {
 margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#doctor #contents .box ul.photo li {
 margin: 0;
	width: 45%;
	line-height: 1;
}

/*==========================================
 ACCESS
===========================================*/
@media screen and (min-width: 769px) {
  #access .pageTit{
   background-image: url("../images/clinic/clinic_tit_back.jpg");
  }
}
#access #contents dl.box {
 margin: 0 0 50px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
#access #contents dl.box dt {
	width: 376px;
	text-align: center;
}
#access #contents dl.box dd {
	width: 430px;
}
#access #contents p.gmap {
 margin: 0 0 30px;
	width: 100%;
	text-align: center;
}
#access #contents p.gmap iframe {
	width: 100%;
	height: 400px;
}
#access #contents p.gmap small {
 width: 100%;
 text-align: right;
	display: inline-block;
}
#access #contents p.gmap small a {
 text-decoration: underline;
	color: #333 !important;
}
#access #contents p.gmap small a:hover {
 text-decoration: none;
}
#access #contents .txt p {
 margin: 0 0 30px;
	font-size: 117%;
	line-height: 1.8;
}
#access #contents .txt h3 {
 margin: 0 0 30px;
	font-size: 129%;
	line-height: 1.8;
	font-weight: bold;
}

/*==========================================
 RECRUIT
===========================================*/
@media screen and (min-width: 769px) {
  #recruit .pageTit{
   background-image: url("../images/clinic/clinic_tit_back.jpg");
  }
}
#recruit #contents dl.box {
 margin: 0 auto 40px;
 padding: 24px;
	border: 1px solid #ddd;
}
#recruit #contents dl.box dt {
 margin: 0;
 padding-bottom: 15px;
	font-weight: bold;
}
#recruit #contents dl.box dd {
 margin: 0;
	font-size: 88%;
}
#recruit #contents .txt p {
 margin: 0 0 30px;
	font-size: 117%;
	line-height: 1.8;
	font-weight: bold;
}
#recruit .info {
 margin: 0 auto 50px;
	clear: both;
}
#recruit .info dl {
 margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #ddd;
	display: table;
}
#recruit .info dl:last-of-type {
	border-bottom: 1px solid #ddd;
}
#recruit .info dl dt {
 margin: 0;
	padding: 30px 10px;
	font-weight: bold;
	width: 26%;
	box-sizing: border-box;
	display: table-cell;
}
#recruit .info dl dd {
 margin: 0;
	padding: 30px 10px;
	width: 74%;
	box-sizing: border-box;
	display: table-cell;
}
#recruit .info dl dd em {
 color: #F00;
	font-style: normal;
}
/*==========================================
 PRIVACY POLICY
===========================================*/
@media screen and (min-width: 769px) {
  #privacy .pageTit{
   background-image: url("../images/clinic/clinic_tit_back.jpg");
  }
}
#privacy #contents .txt p {
 margin: 0 0 30px;
	font-size: 117%;
	line-height: 1.8;
}
#privacy #contents .txt h3 {
 margin: 0 0 30px;
	font-size: 129%;
	line-height: 1.8;
	font-weight: bold;
}
/*==========================================
 SITEMAP
===========================================*/
@media screen and (min-width: 769px) {
  #sitemap .pageTit{
   background-image: url("../images/clinic/clinic_tit_back.jpg");
  }
}
#sitemap #contents .box a {
 text-decoration: none;
}
#sitemap #contents .box a:hover {
 text-decoration: underline;
}
#sitemap #contents .box h3 {
 margin: 0 0 15px;
	font-size: 129%;
	line-height: 1.8;
	font-weight: bold;
}
#sitemap #contents .box h4 {
 margin: 0 0 15px;
	padding-left: 20px;
	font-size: 117%;
	line-height: 1.8;
	font-weight: bold;
}
#sitemap #contents .box ul {
 margin: 0 0 15px;
	padding-left: 40px;
	width: 100%;
	box-sizing: border-box;
}
#sitemap #contents .box ul li {
 margin: 0 0 15px;
	font-size: 117%;
	line-height: 1.8;
}
/*==========================================
 RESERVATION
===========================================*/
.form-tel {
  border:1px solid #333;
  padding:0 29px 14px;
  text-align: center;
  margin-bottom:2em;
}
.form-tel_title {
  margin:-2em auto 0;
}
.form-tel_title span {
  display:inline-block;
  padding:1em;
  font-size:24px;
  line-height: 1;
  background-color: #FFF;
}
.form-tel_button {
  display:flex;
  justify-content: space-between;
  margin-bottom:.5em;
}
.form-tel_button li {
  width:31.91489%;
}
.form-tel_button li a {
  display:block;
  text-decoration:none;
  background-color:#EFEFEF;
  padding:.5em;
  font-size:24px;
  line-height: 1.5;
  font-family: "Oswald",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight:700;
  letter-spacing: .07em;
  height:100%;
  box-sizing: border-box;
}
.form-tel_button li a span {
  display:block;
  font-size:16px;
  font-weight:600;
}
.form-tel_button li a img {
  width:24px;
  margin-right:.3em;
}
.form-tel_time {
  font-size:14px;
  line-height: 1.5;
  margin:0;
}
.form-treatment-list {
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.form-treatment-list > li {
  width: 48%;
  margin-bottom:.7em;
}
@media screen and (min-width: 769px) {
  #reserve .pageTit{
   background-image: url("../images/reserve/reserve_tit_back.jpg");
  }
}
#reserve #form_box {
 margin: 0 auto 50px;
	width: 1000px;
}
#reserve #form_box .intro {
    margin: 0 auto;
	margin-top:50px;
	padding-bottom: 20px;
}
#reserve #form_box .intro dl {
 margin: 0 auto 30px;
	width: 660px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
#reserve #form_box .intro dl dt {
	width: 460px;
}
#reserve #form_box .intro dl dt span {
 font-size: 117%;
	font-weight: bold;
}
#reserve #form_box .intro dl dt img {
 width: auto;
	height: auto;
	padding-left: 20px;
	vertical-align: middle;
}
#reserve #form_box .intro dl dd {
	width: 160px;
	font-size: 82%;
}
#reserve #form_box .intro p.img {
 margin: 0 auto 50px;
	text-align: center;
	line-height: 1;
}
#reserve #form_box .intro p.img img {
 width: auto;
	height: auto;
}
#reserve #form_box .intro p {
	text-align: center;
}
#reserve #form_box .form_table {
 margin: 0 auto 50px;
	width: 100%;
	border-bottom: 1px solid #333;
}
#reserve #form_box .form_table th {
	width: 34%;
	padding: 30px;
	font-size: 94%;
	line-height: 1.5;
	font-weight: bold;
	text-align: left;
	background: #f7f7f7;
	box-sizing: border-box;
	border-top: 1px solid #333;
	position: relative;
}
#reserve #form_box .form_table th span,
#reserve #form_box .form_table td span{
	font-size: 87%;
	font-weight: normal;
}
#reserve #form_box .form_table th.req {
  padding-right:4em;
}
#reserve #form_box .form_table th.req:before {
 content: '';
	width: 40px;
	height: 30px;
	display: block;
	background: url("../images/reserve/ico_required.png") no-repeat center;
	position: absolute;
	top: 40%;
	right: 5%;
}
#reserve #form_box .form_table td {
	width: 66%;
	padding: 30px;
	font-size: 94%;
	line-height: 1.5;
	box-sizing: border-box;
	border-top: 1px solid #333;
}
#reserve #form_box .form_table input[type='text'],
#reserve #form_box .form_table select,
#reserve #form_box .form_table textarea{
	padding: 3px;
}
#reserve #form_box .form_table textarea{
 width: 95%;
	height: 200px;
	resize: none;
}
#reserve #form_box .form_table .w80{
 width: 80%;
}
#reserve #form_box .form_table .w40{
 width: 40%;
}

#reserve #form_box p.formBtn{
 margin-bottom: 65px;
 text-align: center;
}
#reserve #form_box p.formBtn input[type='submit']{
	background: #9e065c;
 border: 2px solid #333;
	font-size: 152%;
	text-align: center;
	color: #FFF;
	line-height: 1;
 cursor: pointer;
 outline: none;
 padding: 40px 60px;
 appearance: none;
	border-radius: 10px;
}
#reserve #form_box p.formBtn input[type='submit']:hover{
	background: #333;
}
#reserve #form_box p.formBtn input[type='submit'].correct{
	background: #333;
}
#reserve #form_box p.formBtn input[type='submit'].correct:hover{
	background: #999;
}
#reserve #form_box p.under {
 margin-bottom: 40px;
 padding: 30px 30px 20px;
	font-size: 82%;
	line-height: 1.5;
	background: #f7f7f7;
}
#reserve #form_box ul.form_list {
 margin-bottom: 40px;
 padding: 0 30px;
}
#reserve #form_box ul.form_list li {
 margin: 0px;
 padding: 0 0 5px;
	font-size: 94%;
	list-style-type: disc;
}
#reserve #form_box ul.form_list li em {
 font-style: normal;
	font-weight: bold;
	color: #9e065c;
}
#reserve #form_box ul.form_list li a {
 text-decoration: underline;
}
#reserve #form_box ul.form_list li a:hover {
 text-decoration: none;
}
#reserve #form_box p.errMes{
 color: #F00;
	font-weight: bold;
}
#reserve #form_box .form_box {
 display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
/*==========================================
 CAMPAIGN
===========================================*/
.campaign-list {
  margin-bottom:2em;
  border:3px double #eed4bc;
  padding:38px;
}
.page-camp-nagoya .campaign-list {
  border-color:#c43e4b;
  background-color:#fff7f8;
}
.page-camp-ginza .campaign-list {
  border-color:#4885c4;
  background-color:#ecf3f9;
}
.page-camp-osaka .campaign-list {
  border-color:#00b753;
  background-color:#e5f8ed;
}
.campaign-list_title {
  margin:0 0 .6em;
  font-size:26px;
  line-height:1.3;
  
}
.campaign-list_title > small {
  font-size:.66em;
}
.campaign-list_lead {
  margin-bottom:0;
}
.campaign-list_price {
  margin:0;
  text-align: right;
  font-size:26px;
  line-height:1.3;
  font-weight:600;
  font-feature-settings: "palt";
  letter-spacing: .03em;
}
.campaign-list_price > .p-yen {
  font-size:1.53em;
  font-family: "Oswald", sans-serif;
  font-weight:700;
}
.campaign-list_price > small {
  font-size:.53em;
  white-space: nowrap;
  
}
.campaign-list_button {
  display:flex;
  justify-content: space-between;
  margin-top:1em;
}
.campaign-list_button > li {
  width:48%;
}
.campaign-list_button > li a {
  display:block;
  box-sizing: border-box;
  width:100%;
  height:100%;
  border:2px solid #c19e7c;
  background-color:#fff5eb;
  text-decoration:none;
  border-radius:6px;
  color:#333;
  font-size:14px;
  line-height: 1.2;
  font-weight:600;
  padding:1em;
  text-align: center;
}
.page-camp-nagoya .campaign-list_button > li a {
  border:none;
  background-color:#c43e4b;
  color:#FFF;
}
.page-camp-ginza .campaign-list_button > li a {
  border:none;
  background-color:#4885c4;
  color:#FFF;
}
.page-camp-osaka .campaign-list_button > li a {
  border:none;
  background-color:#00b753;
  color:#FFF;
}


@media screen and (max-width: 768px) {
/*==========================================
 横幅 768px 以下
===========================================*/

  /*==========================================
   CLINIC
  ===========================================*/
#clinic .pageTit{
 background-image: url("../images/clinic/clinic_tit_back_sp.jpg");
}
/*index*/
.p-clinic-data {
  width:86.95652%;
  margin:auto;
}
.p-clinic-data_photo {
  margin:0 auto 10px;
  float:none;
  width:100%;
  text-align: center;
}
.p-clinic-data_text {
  float:none;
  margin-bottom:10px;
}
.p-clinic-data_text-tel {
  font-size:18px;
}
.p-clinic-data_plan a {
  font-size:16px;
}
.p-clinic-data_plan a .en {
  font-size:23px;
}
.p-clinic-data_plan a small {
  margin-left:0;
}
.p-clinic-map {
  flex-direction: column;
  align-items: flex-start;
}
.p-clinic-map_image {
  width:100%;
  margin:0 auto 1em;
  text-align: center;
}
.p-clinic-map_text {
  text-align: left;
}
.p-gmap {
  height:400px;
}
/*old*/
#clinic #contents h2 {
 padding-bottom: 20px;
 font-size: 200%;
}
#clinic #contents p.txt {
 padding-bottom: 35px;
 font-size: 107%;
}
#clinic #contents .box {
 margin: 0;
 padding-bottom: 45px;
}
#clinic #contents .box .ti {
 margin: 0 0 20px;
 padding-top: 23px;
	padding-left: 12px;
	border-left: 3px solid #333;
}
#clinic #contents .box .ti p {
	padding-bottom: 10px;
 font-size: 178%;
	letter-spacing: 0.2em;
}
#clinic #contents .box .ti h3 {
	padding-bottom: 23px;
 font-size: 121%;
}
#clinic #contents .box dl {
	padding: 15px 0;
}
#clinic #contents .box dl dt {
	padding: 0 0 0 10px;
	width: 30%;
	font-size: 85%;
}
#clinic #contents .box dl dd {
	width: 70%;
	font-size: 85%;
}
#clinic #contents .box dl dd span {
	font-size: 82%;
	line-height: 1.5;
	display: inline-block;
}
#clinic #contents .box .bt {
 margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}
#clinic #contents .box .bt a {
 padding: 15px 0;
	width: 73%;
 background-size: 4px auto;	
}
#clinic #contents .box .bt a span {
 padding-bottom: 10px;
 font-size: 85%;
	font-family: "Oswald", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1;
	letter-spacing: 0.15em;
 display: block;
}
#clinic #contents .box .bt a em {
	font-size: 78%;
	letter-spacing: 0.05em;
}
/*20240422 add*/
.clinic-tenjin-open {
	border-radius: 10px;
	padding:5px 20px 20px;
}
.clinic-tenjin-open .s-title {
	font-size:18px;
}
.clinic-tenjin-open .s-lead {
	font-size:16px;
}
.clinic-tenjin-open .s-banner {
	border:3px solid white;
	border-radius: 5px;
}
/*20240708 追加*/
.clinic-tenjin-open .s-link {
	font-size:15px;
}
  /*==========================================
   PRICE
  ===========================================*/
#price .pageTit{
 background-image: url("../images/price/price_tit_back_sp.jpg");
}
#price #contents .index_list {
 padding-bottom: 30px;
}
#price #contents .index_list h3 {
	margin-bottom: 10px;
	padding: 10px;
	font-size: 105%;
}
#price #contents .index_list ul li {
 width: 45%;
	padding: 5px 0 3px;
	margin-right: 4%;
	font-size: 94%;
}
#price #contents .index_list ul li:before {
 margin-right: 8px;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
	font-size: 80%;
 content:"\f0da";
	color: #c19e7c;
}
#price #contents .index_list ul li:hover {
 text-decoration: underline;
	color: #c19e7c;
}
#price #contents p.info {
 margin-bottom: 40px;
}
#price .price {
 margin: 0 auto 30px;
	clear: both;
}
#price .price h2 {
 margin-bottom: 20px;
	padding: 15px 0 15px 15px;
 font-size: 107%;
	line-height: 1.46;
	border-left: 3px solid #333;
}
#price .price h3 {
 margin-bottom: 20px;
	padding: 10px 0 10px 10px;
 font-size: 100%;
	line-height: 1.46;
	border-left: 3px solid #999999;
}
#price .price table, .p-price-table {
 margin: 0 auto 15px;
	padding: 0;
	width: 100%;
	border: 1px solid #999999;
}
#price .price table th, .p-price-table th {
 margin: 0;
	padding: 15px 10px 10px;
	font-size: 78%;
}
#price #contents .price table td, .p-price-table td {
 margin: 0;
	padding: 15px 10px 10px;
	font-size: 78%;
}
.price_caption--under {
  margin-top:-10px;
  margin-bottom:2em;
}

#price #contents .price table th, .p-price-table th {
	padding: 20px 12px;
}
  /*==========================================
   DOCTOR
  ===========================================*/
#doctor .pageTit{
 background-image: url("../images/doctor/doctor_tit_back_sp.jpg");
}
#doctor #contents .box {
 padding-bottom: 45px;
}
#doctor #contents .box h2 {
 margin: 0 0 20px;
	padding: 15px 0 8px 10px;
	font-size: 178%;
	border-left: 3px solid #333;
}
#doctor #contents .box h2 span {
	font-size: 56%;
 font-weight: normal;
	line-height: 1.5;
 display: block;
}
#doctor #contents .box .inner {
 margin-bottom: 15px;
 width: 100%;
 display: inherit;
}
#doctor #contents .box .inner p {
 margin: 0 auto 15px;
	width: 56%;
	text-align: center;
}
#doctor #contents .box .inner div {
	width: 91%;
}
#doctor #contents .box .inner div h3 {
 margin: 0;
	font-size: 92%;
	padding-bottom: 5px;
	font-weight: bold;
}
#doctor #contents .box .inner div dl {
 margin: 0;
	width: 100%;
	display: table;
}
#doctor #contents .box .inner div dl dt {
 width: 27%;
	font-size: 88%;
	display: table-cell;
}
#doctor #contents .box .inner div dl dd {
	font-size: 88%;
	line-height: 1.5;
	display: table-cell;
}
#doctor #contents .box dl.comment {
 padding: 5%;
	width: 82%;
	border: 1px solid #ddd;
}
#doctor #contents .box dl.comment dt {
 margin: 0;
 padding-bottom: 15px;
	font-weight: bold;
}
#doctor #contents .box dl.comment dd {
 margin: 0;
	font-size: 88%;
}
#doctor #contents .sb_box {
 width: 60%;
	display: block;
}

/*==========================================
 ACCESS
===========================================*/
#access .pageTit{
 background-image: url("../images/clinic/clinic_tit_back_sp.jpg");
}
#access #contents dl.box {
 margin: 0 0 25px;
	width: 100%;
	display: inherit;
}
#access #contents dl.box dt {
 margin: 0 auto 15px;
	width: 90%;
	text-align: center;
}
#access #contents dl.box dd {
 margin: 0 auto;
	width: 90%;;
}
#access #contents p.gmap {
 margin: 0 0 20px;
}
#access #contents p.gmap iframe {
	width: 100%;
	height: 250px;
}
#access #contents p.gmap small {
 width: 100%;
 text-align: right;
	display: inline-block;
}
#access #contents .txt p {
 margin: 0 0 15px;
	font-size: 100%;
	line-height: 1.8;
}
#access #contents .txt h3 {
 margin: 0 0 15px;
	font-size: 114%;
	line-height: 1.8;
	font-weight: bold;
}

  /*==========================================
   RECRUIT
  ===========================================*/
#recruit .pageTit{
 background-image: url("../images/clinic/clinic_tit_back_sp.jpg");
}
#recruit #contents dl.box {
 margin-bottom: 20px;
 padding: 3%;
	border: 1px solid #ddd;
}
#recruit #contents dl.box dt {
 margin: 0;
 padding-bottom: 15px;
	font-weight: bold;
}
#recruit #contents dl.box dd {
 margin: 0;
	font-size: 88%;
}
#recruit #contents .txt p {
 margin: 0 0 15px;
	font-size: 100%;
	line-height: 1.8;
	font-weight: bold;
}
#recruit .info {
 margin: 0 auto 50px;
	clear: both;
}
#recruit .info dl {
 margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #ddd;
	display: table;
}
#recruit .info dl:last-of-type {
	border-bottom: 1px solid #ddd;
}
#recruit .info dl dt {
 margin: 0;
	padding: 30px 10px;
	font-weight: bold;
	width: 26%;
	box-sizing: border-box;
	display: table-cell;
}
#recruit .info dl dd {
 margin: 0;
	padding: 30px 10px;
	width: 74%;
	box-sizing: border-box;
	display: table-cell;
}
#recruit .info dl dd em {
 color: #F00;
	font-style: normal;
}
/*==========================================
 PRIVACY POLICY
===========================================*/
#privacy .pageTit{
 background-image: url("../images/clinic/clinic_tit_back_sp.jpg");
}
#privacy #contents .txt p {
 margin: 0 0 15px;
	font-size: 100%;
	line-height: 1.8;
}
#privacy #contents .txt h3 {
 margin: 0 0 15px;
	font-size: 114%;
	line-height: 1.8;
	font-weight: bold;
}
/*==========================================
 SITEMAP
===========================================*/
#sitemap .pageTit{
 background-image: url("../images/clinic/clinic_tit_back_sp.jpg");
}
#sitemap #contents .box h3 {
 margin-bottom: 10px;
	font-size: 114%;
}
#sitemap #contents .box h4 {
 margin-bottom: 10px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 1.8;
	font-weight: bold;
}
#sitemap #contents .box ul {
 margin-bottom: 10px;
	padding-left: 20px;
}
#sitemap #contents .box ul li {
 margin-bottom: 10px;
	font-size: 100%;
}
/*==========================================
 RESERVATION
===========================================*/
.form-tel {
  padding:0 10px 10px;
}
.form-tel_title {
  margin:-1.2em auto 0;
}
.form-tel_title span {
  font-size:14px;
}
.form-tel_button li a {
  font-size:12px;
}
.form-tel_button li a span {
  font-size:10px;
}
.form-tel_button li a img {
  display:none;
}
.form-tel_time {
  font-size:8px;
  text-align: center !important;
}
.form-treatment-list {
  flex-direction: column;
}
.form-treatment-list > li {
  width: 100%;
}
#reserve .pageTit{
 background-image: url("../images/reserve/reserve_tit_back_sp.jpg");
}
#reserve #form_box {
 margin: 0 auto 30px;
	width: 92%;
}
#reserve #form_box .intro {
	margin-top:30px;
}

#reserve #form_box .intro dl {
 margin: 0 auto 20px;
	padding: 15px 0;
	width: 95%;
	border: 1px solid #333;
	border-radius: 5px;
	display: block;
}
#reserve #form_box .intro dl dt {
	width: 100%;
	text-align: center;
}
#reserve #form_box .intro dl dt span {
 padding-bottom: 5px;
 font-size: 100%;
	font-weight: bold;
	display: block;
}
#reserve #form_box .intro dl dt img {
 width: 63%;
	height: auto;
	padding: 0 0 10px;
}
#reserve #form_box .intro dl dd {
 margin: 0;
	width: 100%;
	font-size: 71%;
	text-align: center;
}
#reserve #form_box .intro p.img {
 margin: 0 auto 30px;
	text-align: center;
	line-height: 1;
}
#reserve #form_box .intro p.img img {
 width: 100%;
	height: auto;
}
#reserve #form_box .intro p {
	text-align: left;
}
#reserve #form_box .form_table {
 margin: 0 auto 30px;
}
#reserve #form_box .form_table th {
	width: 100%;
	padding: 15px;
	display: block;
}
#reserve #form_box .form_table th.req:before {
	top: 20%;
}
#reserve #form_box .form_table td {
	width: 100%;
	padding: 15px;
	display: block;
}

#reserve #form_box p.formBtn{
 margin-bottom: 30px;
 text-align: center;
}
#reserve #form_box p.formBtn input[type='submit']{
 padding: 20px 30px;
}
#reserve #form_box p.under {
 margin-bottom: 20px;
 padding: 15px 15px 10px;
}
#reserve #form_box ul.form_list {
 margin-bottom: 20px;
 padding: 0 15px;
}
/*==========================================
 CAMPAIGN
===========================================*/
.campaign-list {
  padding:22px;
  margin-bottom: 1em;
}
.campaign-list_title {
  font-size:20px;
}
.campaign-list_price {
  font-size:20px;
}
.campaign-list_button {
  flex-direction: column;
}
.campaign-list_button > li {
  width:100%;
}
.campaign-list_button > li:first-child {
  margin-bottom: .5em;
}
.campaign-list_button > li a {
  font-size:12px;
}
}
