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

#index_header_content{
	/*top:60% !important;*/
	top:52% !important;
}

#index_header_content h2.catch {
	margin: 0 0 80px 0;
}


.pg_box {
	overflow:hidden;
}


h1.std {
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
}


.top_menu_box {
    display: flex;
	/*flex-direction: row;*/
	justify-content: space-between;/*追加*/
	flex-wrap: wrap;
	margin: 0 auto 80px;
	width:auto;
	max-width: 840px;
	overflow:hidden;
}

.top_menu_box div.frm {
	width: 150px;
	height: auto;
	margin: 25px 65px;
    color: #534741;
	background-color: #fff;
	position: relative;
	text-align: center;
}

.top_menu_box div.frm p img {
	margin: 0 0 20px 0;
}

.top_menu_box div.frm p {
	padding: 0 0 0 0;
	color:#534741;
	font-size:16px;
	margin: 0 0 0 0;
	line-height: normal;
	position: relative;
}

.top_menu_box a {
	text-decoration: none;
	color: #554738;
	display: block;
}

.top_menu_box a:hover{
	color: #c7282c;
	text-decoration: none;
	opacity: 0.7;
}


.top_feature_box {
    display: flex;
	/*flex-direction: row;*/
	justify-content: space-between;/*追加*/
	flex-wrap: wrap;
	margin: 0 auto 0;
	width:auto;
	max-width: 538px;
	overflow:hidden;
}

.top_feature_box div.frm {
	width: 150px;
	height: auto;
	margin: 10px 10px;
	padding: 20px 0;
    color: #534741;
	background-color: #fff;
	position: relative;
	text-align: center;
	border: #bdb8ab solid 2px;
	border-radius: 15px;
}

.top_feature_box div.frm i {
	margin: 0 0 10px 0;
}

.top_feature_box div.frm p {
	padding: 0 0 0 0;
	color:#534741;
	font-size:16px;
	margin: 0 0 0 0;
	line-height: 1.6 !important;
	position: relative;
}



.tel_l {
	font-size: 2em;
	font-weight: bold;
}



.btn_box_wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.btn_box_wrap p {
	padding: 5px 5px;
	margin: 0 0 0 0;
}



/* テーブル */

table.time {
  margin: 0 auto 0 !important;
  text-align: center;
  width: 100%;
  max-width: 600px;
  min-width: 600px;
  border-collapse: collapse;
  border: none !important;
}

table.time th {
  background: none !important;
  color: #575153;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 10px 12px;
  border-top: none !important;
  border-left: none !important; 
  border-right: none !important;
  border-bottom: #dddddd solid 1px !important;
  line-height: 1.2;
}
table.time td:first-child {
  background: none !important;
  color: #575153;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  border-top: none !important;
  border-left: none !important; 
  border-right: none !important;
  border-bottom: #dddddd solid 1px !important;
  padding: 18px 13px 15px;
}

table.time td {
  background: none !important;
  color: #575153;
  font-size: 16px;
  font-weight: normal;
  border-top: none !important;
  border-left: none !important; 
  border-right: none !important;
  border-bottom: #dddddd solid 1px !important;
  padding: 18px 13px 15px;
}


table.time_2 {
  margin: 0 auto 0 !important;
  text-align: center;
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  border: none !important;
}

table.time_2 th {
  background: none !important;
  color: #575153;
  font-size: 16px;
  font-weight: normal;
  padding: 15px 10px 12px;
  border-top: none !important;
  border-left: none !important; 
  border-right: none !important;
  border-bottom: #dddddd solid 1px !important;
  line-height: 1.2;
}
table.time_2 td:first-child {
  background: none !important;
  color: #575153;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  border-top: none !important;
  border-left: none !important; 
  border-right: none !important;
  border-bottom: #dddddd solid 1px !important;
  padding: 18px 13px 15px;
}

table.time_2 td {
  background: none !important;
  color: #575153;
  font-size: 16px;
  font-weight: normal;
  border-top: none !important;
  border-left: none !important; 
  border-right: none !important;
  border-bottom: #dddddd solid 1px !important;
  padding: 18px 13px 15px;
}





table.ver_1 {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	/*max-width: 900px;*/
}

table.ver_1 th {
	font-weight:normal;
	background-color:#F3EEE6;
	padding:6px 4px 4px 4px;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap !important;
	text-align: center !important;
	min-width: 50px !important;
}

table.ver_1 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px solid #cccccc;/*応急処置*/
	border-left:1px dotted #cccccc;
	white-space: normal !important;
	/*text-align: center !important;*/
}

table.ver_1 td.bbn {
	border-top: none !important;
	border-bottom: none !important;
}

table.ver_2 {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	/*max-width: 900px;*/
}

table.ver_2 th {
	font-weight:normal;
	background-color:#F3EEE6;
	padding:6px 4px 4px 4px;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap !important;
	text-align: left !important;
}

table.ver_2 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal !important;
	text-align: left !important;
}



table.ver_3 {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	/*max-width: 900px;*/
}

table.ver_3 th {
	font-weight:normal;
	background-color:#F3EEE6;
	padding:6px 4px 4px 4px;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap !important;
	text-align: center !important;
}

table.ver_3 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal !important;
	/*text-align: center !important;*/
}

table.ver_3 tr td:first-child,
table.ver_3 tr th:first-child{
	text-align: left !important;
}

table.ver_3 tr td:first-child{
	text-align: left !important;
	white-space: nowrap!important;
}



table.ver_4 {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	max-width: 900px;
}

table.ver_4 th {
	font-weight:normal;
	background-color:#F3EEE6;
	padding:6px 4px 4px 4px;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap !important;
	text-align: center !important;
}

table.ver_4 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal !important;
	text-align: center !important;
}


table.ver_5 {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	max-width: 900px;
}

table.ver_5 th {
	font-weight:normal;
	background-color:#F3EEE6;
	padding:6px 4px 4px 4px;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap !important;
	text-align: center !important;
}

table.ver_5 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal !important;
	text-align: center !important;
}


/* 下部固定 */
#lower_fixed_menu {
	height: auto;
	width: 100%;
	text-align: center;
	font-weight: normal;
	background-color: #f9f7f1;
	position: fixed;
	bottom: 0;
	z-index: 12;
}

#lower_fixed_menu ul {
	width:100%;
	max-width: 800px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	text-align: center;
}

#lower_fixed_menu ul li {
	display: table-cell;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	font-size:18px;
	/*background-image: url("/img/lower_fixed_menu/menu_line.svg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto;*/
}

/*#lower_fixed_menu ul li:last-child {
	background: none;
}*/

#lower_fixed_menu ul li img {
	margin: 0 13px 5px 0 !important;
	vertical-align: middle;
	object-fit: unset !important;
}

#lower_fixed_menu ul li a {
	color: #4d4d4d;
	text-decoration: none;	
	padding: 12px 0 5px !important;
	display:block;
}

#lower_fixed_menu ul li:nth-child(1) a:after {
	content: "はじめての方へ";
	letter-spacing: -0.1em;
}

#lower_fixed_menu ul li:nth-child(2) a:after {
	content: "初診予約";
}

#lower_fixed_menu ul li:nth-child(3) a:after {
	content: "再診予約";
}

#lower_fixed_menu ul li a:hover {
	text-decoration: none;
}



/* フッターリンク */
#ft_box {
	width: 100%;
	padding:25px 0 25px 0;
	overflow:auto;
}

.ft_menu_wrap {
	width:auto;
	max-width: 1100px;
	margin: 0 auto;
}

.ft_menu_wrap_sim {
	width:auto;
	max-width: 500px;
	margin: 0 auto;
}

.ft_menu_box {
	float:left;
	width: 29%;
	padding: 0 2%;
}

.ft_menu_box_sim {
	float:left;
	width: 46%;
	padding: 0 2%;
}

ul.ft_menu {
	margin: 0 0 30px 0;
}

.ft_menu ul,li {
	list-style-type: none
}

.ft_menu_box li.midashi {
	color:#575153;
	font-size: 16px;
	font-weight: bold;
	list-style-type: none;
	line-height: 1em;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #575153;
	margin: 15px;
}

.ft_menu_box li {
	padding: 0 0 0 15px;
	color:#575153;
	font-size:14px;
	line-height: 1.5em;
	margin:0.5em 0 0.5em 0;
}

.ft_menu_box_sim li {
	padding: 0 0 0 15px;
	color:#575153;
	font-size:14px;
	line-height: 1.5em;
	margin:0.5em 0 0.5em 0;
	background-image: url(/img/arrow_ftm.svg);
	background-repeat: no-repeat;
	background-position: left top 4px;
	background-size: 7px 11px;
}

.ft_menu_box li ul {
	margin: 0 0 12px 0;
}

.ft_menu_box li ul li ul {

}

.ft_menu_box li ul li {
	padding: 0 0 0 15px;
	color:#575153;
	font-size:14px;
	line-height: 1.5em;
	margin:0.5em 0 0.5em 5px;
	background-image: url(/img/arrow_ftm.svg);
	background-repeat: no-repeat;
	background-position: left top 4px;
	background-size: 7px 11px;
}

.ft_menu_box li ul li ul li {
	padding: 0 0 0 15px;
	color:#575153;
	font-size:14px;
	line-height: 1.5em;
	margin:0.5em 0 0.5em 0px;
	background-image: url(/img/arrow_ftm.svg);
	background-repeat: no-repeat;
	background-position: left top 4px;
	background-size: 7px 11px;
}

.ft_menu_box a:link,
.ft_menu_box_sim a:link {
	color:#575153;
	text-decoration: none;
}

.ft_menu_box a:visited,
.ft_menu_box_sim a:visited {
	color:#575153;
	text-decoration: none;
}

.ft_menu_box a:hover,
.ft_menu_box_sim a:hover {
	color:#575153;
	text-decoration:underline;
}



/* 固定ページインデックス */
.panel_menu_wrap {
	  max-width: 860px;
	  height: auto;
	  margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 10px; /* 隙間 */
}

.panel_menu_wrap .btn a{
  font-size: 16px;
  color: #575153;
  height: 70px;
  width: 240px;
  padding: 20px 20px;
  background: #fff;
  border: solid #bdb8ab 1px;
  border-radius: 15px;
  line-height: 1.5;
  display: flex;
  /*justify-content: center;*/
  justify-content: flex-start;
  align-items: center;
  
  background-image:
  url("/img/arrow_navy.svg");
  background-size: auto;
  background-repeat:no-repeat;
  background-position:center right 12px;
}

.panel_menu_wrap .btn a img{
    width: 60px;
	margin: 0 10px 0 0;
}

/*.panel_menu_wrap .btn a:hover{
	color: #;
	background: #;
}*/


.panel_menu_wrap_2 {
	  max-width: 580px;
	  height: auto;
	  margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px; /* 隙間 */
}

.panel_menu_wrap_2 .btn a{
  font-size: 16px;
  color: #575153;
  height: 70px;
  width: 240px;
  padding: 20px 20px;
  background: #fff;
  border: solid #bdb8ab 1px;
  border-radius: 15px;
  line-height: 1.5;
  display: flex;
  /*justify-content: center;*/
  justify-content: flex-start;
  align-items: center;
  
  background-image:
  url("/img/arrow_navy.svg");
  background-size: auto;
  background-repeat:no-repeat;
  background-position:center right 12px;
}

.panel_menu_wrap_2 .btn a img{
    width: 60px;
	margin: 0 10px 0 0;
}


/*.panel_menu_wrap_2 .btn a:hover{
	color: #;
	background: #;
}*/



.panel_menu_wrap_l {
	  max-width: 880px;
	  height: auto;
	  margin: 0 0 0 0;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 10px; /* 隙間 */
}

.panel_menu_wrap_l .btn a{
  font-size: 16px;
  color: #575153;
  height: 70px;
  width: 240px;
  padding: 20px 20px;
  background: #fff;
  border: solid #bdb8ab 1px;
  border-radius: 15px;
  line-height: 1.5;
  display: flex;
  /*justify-content: center;*/
  justify-content: flex-start;
  align-items: center;
  
  background-image:
  url("/img/arrow_navy.svg");
  background-size: auto;
  background-repeat:no-repeat;
  background-position:center right 12px;
}

.panel_menu_wrap_l .btn a img{
    width: 60px;
	margin: 0 10px 0 0;
}


/*.panel_menu_wrap_l .btn a:hover{
	color: #;
	background: #;
}*/




/*カテゴリーメニュー*/
.cat_menu { margin:80px 0 0 0 !important; }
.cat_menu ul { margin:0 0 0 0 !important; }
.cat_menu li { list-style: none; }
.cat_menu li { font-size:16px; float:left; width:25%; margin:0 -1px -1px 0; }
.cat_menu li a { border:1px solid #bdb8ab; color:#575153; /*display:block;*/ text-align:center; display: flex; justify-content: center; align-items: center; height:60px; line-height:1.2; /*line-height:60px;*/ }
.cat_menu li a:hover { color:#fff; border-color:#bdb8ab; background:#bdb8ab; position:relative; }
.cat_menu li.active { color:#fff; pointer-events:none; background:#bdb8ab; }
.cat_menu h3 { margin:0 0 20px 0 !important; }


#footer_box_content .item_list .item h3{
font-size: 1.1em !important;
line-height: 1.4 !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

#footer_box_content .item_list .item p.desc{
font-size: 1em !important;
line-height: 1.4 !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

.pc_hide {
	display:none;
}

.pc_tb_hide {
	display:none;
}


/* 画像系 */
img {
	 max-width: 100%;
	 height:auto;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}





.img_box_r {
	width: auto !important;
	height:auto !important;
	float: right !important;
	margin-left: 50px !important;
	margin-bottom: 30px !important;
	overflow: hidden;
}

.img_box_l {
	width: auto !important;
	height:auto !important;
	float: left !important;
	margin-right: 50px !important;
	margin-bottom: 30px !important;
	overflow: hidden;
}

.staff div:nth-child(2) h4 {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}


dl.ver_1 dt{
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 10px;
	width : 120px;
	float : left;
	clear : both;
	font-size: 0.9em;
	font-weight:bold;
	white-space: nowrap;
}

dl.ver_1 dd{
	padding-top : 2px;
	padding-right : 10px;
	padding-bottom : 10px;
	width : auto;
	max-width:980px;
	margin-left : 120px;
	height: 1%;
	padding-left: 2em;
}


dl.qa dt{
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 10px;
	width : 30px;
	float : left;
	clear : both;
	font-size: 0.9em;
	font-weight:bold;
}

dl.qa dd{
	padding-top : 2px;
	padding-right : 10px;
	padding-bottom : 10px;
	width : auto;
	max-width:970px;
	margin-left : 30px;
	height: 1%;
	padding-left: 2em;
}


h3 { font-size:1.2em !important; }
h3 span { font-size:0.8em !important; }
h3 { font-size:1.1em !important; }
h4 { font-size:1.1em !important; }
h4 span { font-size:0.9em !important; font-weight: normal !important; }
h5 { font-size:1.1em !important; }



h3.u_l { 
border-bottom: 3px solid !important;
display: inline-block; 
}

h3.l_hl {
  position: relative;
  display: inline-block;
  padding: 0 0 0 38px;
  line-height: 1.6;
  text-align:left;
}

h3.l_hl:before {
  content: '';
  position: absolute;
  top: 45%;
  left:0;
  display: inline-block;
  width: 25px;
  height: 4px;
  /*background-color: #eb668b;*/
  background-color: #f4b4d0;
}



.own_page_menu {
border: 1px solid #575153;
border-radius: 10px;
padding: 25px 30px 10px;

}

.own_page_menu h2 {
margin: 0 0 20px 0;
padding: 0 0 0 0;
line-height: 1;
font-size: 1.2em;
text-align: left;
}

.own_page_menu ul {
margin: 0 0 0 0;
display: flex;
flex-wrap: wrap;
}

.own_page_menu ul li {
border-top: 1px dotted #575153;
padding: 8px 20px 6px 0;
}

.own_page_menu ul li a span {
color: #f4b4d0;
}



/* --- フォーム関連 --- */

input.s1 {
	width: 100%;
	max-width: 300px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}

input.s2 {
	width: 100%;
	max-width: 40px;
	min-width: 40px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}

input.s3 {
	width: 100%;
	max-width: 600px;
	padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}

textarea.s1 {
	width: 100%;
	max-width: 700px;
	height: 160px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.f_btn {
    background: #bdb8ab;
	border: 1px solid #bdb8ab;
	border-radius: 10px;
    color: #fff;
	width: 200px;
	padding: 15px 0;
    -webkit-appearance : none;
	cursor: pointer;
}

.f_btn:hover {
    background: #575153;
}



.pdf a {
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.pdf img {
  margin: 0 15px 0 0;
}


.w_fit {
width: fit-content;
margin: 0 auto;
}


h2.ver_1 {
  padding: 0.05em 0.7em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #f4b4d0;/*左線*/
  text-align: left;
}


.youtube_wrap {
  position:relative;
  width:auto;
  max-width: 950px;
  height: auto;
  margin: 0 auto 40px;
}
.youtube {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


.youtube_wrap_2 {
  position:relative;
  width:auto;
  max-width: 680px;
  height: auto;
  margin: 0 auto 40px;
}
.youtube_2 {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube_2 iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


.slider_inner {
	width: 100%;
	max-width: 650px;
	/*padding: 5px 5px 10px 5px;*/
	padding: 0 0 10px 0;
	margin:0 auto;
	border:none;
}


/*テキスト関連*/

.fs_xs {
	font-size:0.6em !important;
}

.fs_s {
	font-size:0.8em !important;
}

.fs_m {
	font-size:1em !important;
}

.fs_l {
	font-size:1.2em !important;
}

.fs_xl {
	font-size:1.4em !important;
}

.fs_xxl {
	font-size:1.6em !important;
}

.fs_xxxl {
	font-size:2em !important;
}

.c_red {
	color:#ce2029 !important;
}

.c_pink {
	color:#eb668b !important;
}

.c_w {
	color:#ffffff !important;
}

.c_blue {
	color:#008ee3 !important;
}

.c_brown {
	color:#a38768 !important;
}

.c_dbrown {
	color:#4C463E !important;
}

.bold {
	font-weight:bold !important;	
}

.nml {
	font-weight:normal!important;	
}

strong {
	font-weight:bold !important;
}

em {
	font-weight:bold !important;
	font-style:normal !important;
}

a strong {
	font-weight:bold !important;
}

a em {
	font-weight:bold !important;
	font-style:normal !important;
}

.nwp {
	white-space: nowrap !important;
}

.txt_fix {
    overflow: hidden !important;
}

.lh_std {
	line-height: 1.5 !important;
}

.eye_catch {
	color:#eb668b !important;
	font-weight:bold !important;	
}

ul.disc li {
	list-style: disc!important;
	margin:0.5em 0 1em 15px !important;
	line-height:1.6 !important;
}

ol.decimal li {
	list-style: decimal;
	margin:0.5em 0 0.5em 15px !important;
	line-height:1.6 !important;
}

ol.decimal_2 li {
	list-style: decimal;
	margin:0.5em 0 2em 0;
	line-height:1.8 !important;
}

ol.upper-latin li {
	list-style: upper-latin;
	margin:0.5em 0 2em 0;
	line-height:1.8 !important;
}

ul.nst li {
	list-style: none !important;
	margin:0.5em 0 1em -1.25em !important;
	line-height:1.6 !important;
	background: none !important;
}

ul.nst li ul.disc li {
	list-style: disc!important;
	margin:0.5em 0 1em 25px !important;
	line-height:1.6 !important;
}

ul.kome li {
	list-style: none;
	margin:0 0 0.3em 0;
	padding: 0 0 0 20px;
	position:relative;
}

ul.kome li:before {
	content:"※";
	position:absolute;
	top:0;
	left:0;
}

p.kome {
	margin:0 0 0 0;
	padding: 0 0 0 20px;
	position:relative;
	line-height: 1.6;
}

p.kome:before {
	content:"※";
	position:absolute;
	top:0;
	left:0;
}

.txt_l {
	text-align: left !important;
}
.txt_r {
	text-align: right !important;
}
.txt_c {
	text-align: center !important;
}
.txt_c_2 {
	display: flex;
	justify-content: center;
	align-items: center;
}




@media screen and (max-width: 1199px) {
/* タブレット用のスタイル記述 */

.top_menu_box {
	margin: 0 auto 80px;
	max-width: 720px;
}

.top_menu_box div.frm {
	width: 150px;
	margin: 25px 45px;
}

.tb_sp_hide {
	display:none;
}




}


@media screen and (max-width: 900px) {
/* スマートフォン用のスタイル記述 */

.top_menu_box {
	margin: 0 auto 80px;
	max-width: 600px;
}

.top_menu_box div.frm {
	width: 150px;
	height: auto;
	margin: 25px 25px;
}


/* 固定ページインデックス */
.panel_menu_wrap {
	  max-width: 380px;
	  width: auto;
	  height: auto;
	  margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px; /* 隙間 */
}

.panel_menu_wrap .btn a{
  font-size: 14px;
  letter-spacing: -0.08em;
  height: 60px;
  width: auto;
  padding: 10px 10px 15px;
  background: #fff;
  line-height: 1.4;
  display: flex;
  /*justify-content: center;*/
  justify-content: flex-start;
  align-items: center;
  
  	  background-image:
	  url("/img/arrow_navy.svg");
	  background-size: auto;
	  background-repeat:no-repeat;
	  background-position:center right 7px;
}

.panel_menu_wrap .btn a img{
    width: 40px;
	margin: 0 5px 0 0;
}



.panel_menu_wrap_2 {
	  max-width: 380px;
	  width: auto;
	  height: auto;
	  margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px; /* 隙間 */
}

.panel_menu_wrap_2 .btn a{
  font-size: 14px;
  letter-spacing: -0.08em;
  height: 60px;
  width: auto;
  padding: 10px 10px 15px;
  background: #fff;
  line-height: 1.4;
  display: flex;
  /*justify-content: center;*/
  justify-content: flex-start;
  align-items: center;
  
  	  background-image:
	  url("/img/arrow_navy.svg");
	  background-size: auto;
	  background-repeat:no-repeat;
	  background-position:center right 7px;
}

.panel_menu_wrap_2 .btn a img{
    width: 40px;
	margin: 0 5px 0 0;
}



.panel_menu_wrap_l {
	  max-width: 380px;
	  width: auto;
	  height: auto;
	  margin: 0 0 0 0;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 10px; /* 隙間 */
}

.panel_menu_wrap_l .btn a{
  font-size: 14px;
  letter-spacing: -0.08em;
  height: 60px;
  width: auto;
  padding: 10px 10px 15px;
  background: #fff;
  line-height: 1.4;
  display: flex;
  /*justify-content: center;*/
  justify-content: flex-start;
  align-items: center;
  
  	  background-image:
	  url("/img/arrow_navy.svg");
	  background-size: auto;
	  background-repeat:no-repeat;
	  background-position:center right 7px;
}

.panel_menu_wrap_l .btn a img{
    width: 40px;
	margin: 0 5px 0 0;
}




.img_box_r {
	width:auto !important;
	height:auto !important;
	float: none !important;
	margin-bottom: 20px !important;
	margin-left: 0 !important;
	text-align:center !important;
}

.img_box_l {
	width:auto !important;
	height:auto !important;
	float:none !important;
	margin-bottom: 20px !important;
	margin-right: 0 !important;
	text-align:center !important;
}



.pc_hide {
	display:inherit;
}


}



@media screen and (max-width: 767px) {
/* スマートフォン用のスタイル記述 */

#index_header_content{
	/*top: 55% !important;*/
	top: 50% !important;
}

#index_header_content h2.catch {
	margin: 0 0 50px 0;
}

.top_menu_box {
	margin: 0 auto 50px;
	max-width: 450px;
}

.top_menu_box div.frm {
	width: 120px;
	height: auto;
	margin: 10px 10px;
}

.top_menu_box div.frm p img {
	margin: 0 0 10px 0;
}


/*カテゴリーメニュー*/
.cat_menu li { font-size:14px; float:left; width:33%; margin:0 -1px -1px 0; }



.own_page_menu ul {
display: block;
margin: 0 0 0 0;
}

.own_page_menu ul li {
border-top: 1px dotted #575153;
padding: 8px 0 6px 0;
}



/* --- フォーム関連 --- */

input.s1 {
	width: 100%;
	max-width: none;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

input.s2 {
	width: 100%;
	max-width: 40px;
	min-width: 40px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

input.s3 {
	width: 100%;
	max-width: 600px;
	padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

textarea.s1 {
	width: 100%;
	height: 160px;
    padding: 15px 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.f_btn {
	width: 120px;
	padding: 15px 0;
}


/* ----------------------------------------  その他 */

.sp_hide {
	display:none;
}

.pc_hide {
	display:inherit;
}



/* テーブル */

table.time {
  margin: 0 auto 0 !important;
  text-align: center;
  width: 100%;
  max-width: 600px;
  min-width: auto;
  border-collapse: collapse;
  border: none !important;
}

table.time th {
  background: none !important;
  color: #575153;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 5px 10px;
  letter-spacing: -0.12em;
}

table.time td:first-child {
  background: none !important;
  color: #575153;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding: 12px 5px 10px;
}

table.time td {
  background: none !important;
  color: #575153;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 5px 10px;
}



table.time_2 {
  margin: 0 auto 0 !important;
  text-align: center;
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  border: none !important;
}

table.time_2 th {
  background: none !important;
  color: #575153;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 4px 10px;
  letter-spacing: -0.12em;
}

table.time_2 td:first-child {
  background: none !important;
  color: #575153;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding: 12px 4px 10px;
}

table.time_2 td {
  background: none !important;
  color: #575153;
  font-size: 14px;
  font-weight: normal;
  padding: 12px 4px 10px;
}



table.ver_1 {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 14px;
	width: 100%;
	max-width: 800px;
}

table.ver_1 th {
	font-weight:normal;
	background-color:#F3EEE6;
	padding:6px 8px 4px 8px;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: nowrap;
}

table.ver_1 td {
	background-color:#ffffff;
	padding:6px 4px 4px 6px;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal !important;
}



table.ver_5 {
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
 	border-left: 1px solid #cccccc;
	font-size: 14px;
	width: 100%;
	max-width: 900px;
}

table.ver_5 th {
	font-weight:normal;
	background-color:#F3EEE6;
	padding:4px 2px 2px 2px;
	vertical-align: middle !important;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal !important;
	text-align: center !important;
	line-height: 1.2 !important;
}

table.ver_5 td {
	background-color:#ffffff;
	padding:4px 2px 2px 2px;
	vertical-align: middle !important;
	border-bottom:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	white-space: normal !important;
	text-align: center !important;
	line-height: 1.2 !important;
}





dl.ver_1 dt{
	padding-top : 0;
	padding-bottom : 0;
	padding-left : 0;
	width : auto;
	float : none;
	clear : none;
	font-size: 0.9em;
	font-weight:bold;
}

dl.ver_1 dd{
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 0;
	width : auto;
	max-width:auto;
	margin-left : 0;
	height: auto;
	padding-left: 0;
}



/* 下部固定 */
#lower_fixed_menu {
	height: auto;
	width: 100%;
	text-align: center;
	background-color: #f9f7f1;
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0;
	z-index: 12;
	
	padding-bottom: 15px;
}

#lower_fixed_menu ul {
	width:100%;
	max-width: auto;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}

#lower_fixed_menu ul li {
	display: table-cell;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	font-size:16px;
	/*background-image: url("/img/lower_fixed_menu/menu_line.svg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto;*/
}

#lower_fixed_menu ul li img {
	margin: 0 5px 5px 0 !important;
}

#lower_fixed_menu ul li a {
	color: #4d4d4d;
	text-decoration: none;
	padding: 10px 0 10px;
	padding: 0 0 0;
	display: block;
}

#lower_fixed_menu ul li:nth-child(1) a:after {
	content: "\Aはじめての方へ";
	white-space: pre;
	letter-spacing: -0.16em;
}

#lower_fixed_menu ul li:nth-child(2) a:after {
	content: "\A初診予約";
	white-space: pre;
}

#lower_fixed_menu ul li:nth-child(3) a:after {
	content: "\A再診予約";
	white-space: pre;
}


/* フッターリンク */

#ft_box {
	padding:25px 0 30px 0;
	overflow:auto;
}

.ft_menu_box {
	float: none;
	width: auto;
	padding: 0 1%;
}

.ft_menu_box_sim {
	float: none;
	width: auto;
	padding: 0 3%;
}

.ft_menu_box_sim ul.ft_menu {
	margin: 0 0 0 0;
}

.ft_menu_box_sim li {
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
	border-bottom: #C6AF9E dotted 1px;
	background: none;
}

.ft_menu_box_sim li a:link {
	display: block;
	font-size:14px;
	font-weight: normal;
	padding: 4px 0 4px 0;
	background-image: url(/img/arrow_ftm.svg);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 7px 11px;
	padding-right: 16px;
	text-decoration: none;
}

}


@media screen and (max-width: 600px) {
/* スマートフォン用のスタイル記述 */

.top_feature_box {
    display: flex;
	/*flex-direction: row;*/
	flex-wrap: wrap;
	margin: 0 auto 0 !important;
	padding: 0 0 0 0;
	width:auto;
	/*max-width: 312px;*/
	overflow:hidden;
	
	max-width: 332px !important;
}

.top_feature_box div.frm {
	/*width: 140px;*/
	width: 96px;
	height: auto;
	margin: 2px 2px;
	padding: 8px 0;
    color: #534741;
	background-color: #fff;
	position: relative;
	text-align: center;
	border: #bdb8ab solid 2px;
	border-radius: 15px;
}

.top_feature_box div.frm i {
	margin: 0 0 10px 0;
}

.top_feature_box div.frm p {
	padding: 0 0 0 0;
	color:#534741;
	font-size:14px;
	margin: 0 0 0 0;
	line-height: 1.4 !important;
	/*letter-spacing: -0.1em !important;*/
	position: relative;
}



.pc_tb_hide {
	display: inline;
}

}


@media screen and (max-width: 500px) {
/* スマートフォン用のスタイル記述 */


.top_menu_box {
	margin: 0 auto 0;
	/*max-width: 318px;*/
	
	max-width: 380px;
	padding-left: 16px;
	padding-right: 16px;

}

.top_menu_box div.frm {
	/*width: 140px;*/
	width: 90px;
	height: auto;
	margin: 8px 8px 20px;
	font-size: 14px;
	line-height: 1.2 !important;
	letter-spacing: -0.1em !important;
}


.top_menu_box div.frm p img {
	/*width: 120px;*/
	width: 80px;
	margin: 0 0 10px 0;
}



/*カテゴリーメニュー*/
.cat_menu li { font-size:14px; float:left; width:50%; margin:0 -1px -1px 0; }


}
