@charset "utf-8";
body {
  background: #fff;
  color: #2d2d2d;
  font-size: 15px;
  font-family: 'Hiragino sans','メイリオ','Meiryo',"游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka',Verdana,'ＭＳ Ｐゴシック','MS P Gothic',Arial,Helvetica,sans-serif;
  line-height: 1.8;
}
img {
  max-width: 100%;
  height: auto;
}
#contents {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}
section {
  overflow: hidden;
  margin: 0 0;
}
.inner {
  width: 100%;
  min-width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.inner1100 {
  width: 100%;
  min-width: 1100px;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.inner1200 {
	width: 100%;
	min-width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.inner1500 {
	width: 100%;
	min-width: 1500px;
	max-width: 1500px;
	margin: 0 auto;
	overflow: hidden;
}
.inner2000 {
	width: 100%;
	min-width: 2000px;
	max-width: 2000px;
	margin: 0 auto;
	overflow: hidden;
}
/*下層ページ*/
.main{
  float: left;
  font-size:16px;
  width: 720px;
}
.main .inner {
  min-width: 100%;
}
.main section {
  margin: 0 auto 60px auto;
}
.side{
  float: right;
  width: 240px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
body {
  font-size: 14px;
}
#contents {
  min-width: 100%;
}
section {
  margin: 40px 0;
}
.inner {
  width: 95%;
  min-width: 95%;
}
.inner1100 {
  width: 95%;
  min-width: 95%;
}
.inner1200 {
	width: 95%;
	min-width: 95%;
}
.inner1500 {
	width: 95%;
	min-width: 95%;
}
.inner2000 {
	width: 95%;
	min-width: 95%;
}
.wrap {
  margin-top: 60px;
}
.main{
  float: none;
  width: 100%;
}
.main section {
  margin: 0 auto 40px auto;
}
.side{
  display: none;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.inner1100 {
	min-width: 1020px;
	max-width: 1180px;
}
.inner1200 {
	width: 100%;
	min-width: 1020px;
	max-width: 1180px;
}
.inner1500 {
	width: 100%;
	min-width: 1020px;
	max-width: 1180px;
}
.inner2000 {
	width: 100%;
	min-width: 1020px;
	max-width: 1180px;
}
}

/*==========================================
 ページ内リンク位置調整
===========================================*/
.a_area section {
  margin-top:-140px;
  padding-top:140px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.a_area section{
  margin-top:-70px;
  padding-top:70px;
}
}

/*==========================================
 ヘッダー
===========================================*/
/* ヘッダー（large）
-----------------------------------------*/
#home header {
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	background: rgb(255 255 255 / 0%);
	padding: 10px 0;
}
header {
	width: 100%;
	min-width: 1000px;
	background: #fff;
	overflow: hidden;
}
header .inner {
	position: relative;
}
.header_txt {
	position: absolute;
	top:0;
	right: 0;
	font-size:10px;
	color:#999;
}

/*===header Left===*/
.header_logo{
  float: left;
  width: 385px;
}
.header_logo img{
  width: 100%;
  height: 29px;
}

/*===header Right===*/
.header_right {
  position:relative;
  float: right;
  width: 440px;
  height: 55px;
}
/*icon*/
.header_right_icon {
  position:absolute;
  left:0;
  top:0;
}
/*tel*/
.header_right_tel{ 
  position:absolute;
  right:160px;
  top:0;
  line-height: 1.3;
}
.header_right_tel a {
	font-size: 24px;
	font-family: "Hiragino Mincho Pro","Kozuka Mincho Pr6N","HGS明朝E","MS P明朝",serif;
}
.header_right_tel i {
  font-size: 26px;
  margin-right: 5px;
}
/*mail*/
.header_right_mail {
  position:absolute;
  right:0;
  top:0;
}
.header_right_mail a {
  display: block;
  width: 140px;
  height: 38px;
  color:#fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  background: #d0a67d82;
}
.header_right_mail a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.header_right_mail i{
  font-size: 14px;
  padding: 10px 3px 0 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
header,#stickyheader,#change {
  display: none !important;
}
}

/* ヘッダー（min）
-----------------------------------------*/
#change {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  box-shadow:0 0 2px #666;
  padding-top:0;
  z-index: 9999;
}
#change .inner {
  position: relative;
  margin-bottom: 0;
}

/*===header Left===*/
#change .header_logo{
  float: left;
  padding-top: 8px;
}
#change .header_logo img {
  width: 100%;
  height: 29px;
}

/*===header Right===*/
#change .header_right {
  width: 560px;
  height: 75px;
  margin: 0;
}
/*tel*/
#change .header_right_tel {
  right:160px;
}
#change .header_right_tel a {
  font-size: 24px;
}
/*mail*/
#change .header_right_mail a {
  width: 140px;
  height: 36px;
  padding: 8px;
  margin-bottom: 5px;
}
#change .header_right_mail i {
  display: inline;
  font-size: 18px;
  padding: 0 5px 0 0;
}

/*==========================================
 グローバルナビ
===========================================*/
/*グローバルナビ(large)
-----------------------------------------*/
.g_nav {
  width: 100%;
  min-width: 1000px;
  max-width: 1000px;
  background: #fff;
  margin: 15px auto;
}
.g_nav a {
  display: block;
  text-decoration: none;
  padding: 4px 0;
}
.g_nav a:hover {
  color: #50c8be !important;
}
.g_nav li {
  position: relative;
  float: left;
  font-size: 12px;
  text-align: center;
  margin-right: 25px;
  padding-left: 25px;
  list-style-type: none;
  display: inline;
}
.g_nav li+li {
  border-left: 1px dotted #adaba6;
}
/*===第1階層===*/
/*サイズ個別指定
.g_nav li.gnav01 {width: 150px;}.g_nav li.gnav02 {width: 200px;}*/
.g_nav li.first {
  width: 13.4%;/*サイズ均等指定*/
}
/*サブタイトル*/
.g_nav li.first > a span{
  display: block;
  color: #333;
  font-size: 9px;
  background: transparent !important;
  -webkit-transition: all .4s;
  transition: all .4s;
}
@media all and (-ms-high-contrast:none) {
.g_nav li.first > a span{
  -webkit-transition: all 0s;
  transition: all 0s;
}
}
/*リンク設定*/
.g_nav li a:hover {
  color: #d0a67d !important;
  background: #fff;
}

/*===第2階層===*/
.g_nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.g_nav li ul li {
  width: 100% !important;
}
/*リンク設定*/
.g_nav li ul li a {
  color: #333;
  background: rgba(255,255,255,1);
  border-bottom:1px solid rgba(0,0,0,.2);
  padding: 8px 2px;
}
.g_nav li ul li a:hover {
  color: #fff !important;
  background: #d8ad83;
}
.g_nav li ul {
  visibility: hidden;
  perspective: 500px;
}
.g_nav li:hover ul {
  visibility: visible;
}

/* グローバルナビ（min）
-----------------------------------------*/
#min_gnav {
  margin: 0 auto;
}
#min_gnav li.first {
  border: none;
}
#min_gnav li.first a {
  font-size: 13px;
}
#min_gnav li a span {
  display: none;
}

/*グローバルナビ下層リンク展開動作
-----------------------------------------*/
/*===フェードイン===*/
.open_fade li ul {
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.open_fade li:hover ul{
  opacity: 1;
  visibility: visible;
}

/*===回転===*/
.open_rotation ul li {
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
.open_rotation li:hover ul li {
  transform: rotateY(0);
}
.open_rotation li:hover ul li:nth-child(1) {
  transition-delay: 0s;
}
.open_rotation li:hover ul li:nth-child(2) {
  transition-delay: .1s;
}
.open_rotation li:hover ul li:nth-child(3) {
  transition-delay: .2s;
}
/*close*/
.open_rotation li ul li:nth-last-of-type(1) {
  transition-delay: 0s;
}
.open_rotation li ul li:nth-last-of-type(2) {
  transition-delay: .1s;
}
.open_rotation li ul li:nth-last-of-type(3) {
  transition-delay: .15s;
}

/*==========================================
 ページ下部お問い合わせ
===========================================*/
.footer_contact .inner{
  padding: 90px 0 70px;
  margin: 0 auto;
}
.footer_contact_ttl{
	font-size: 80px;
	padding: 20px 0 10px;
	margin-bottom: 0;
	text-align: left;
}
.contact_list {
  margin: 20px auto;
  text-align: center;
}
.contact_list li.point01 {
	width: 100%;
	max-width: 300px;
	text-align: center;
	color: #fff;
	display: inline-block;
	font-size: 29px;
	line-height: 1.3;
	font-family: "Hiragino Mincho Pro","Kozuka Mincho Pr6N","HGS明朝E","MS P明朝",serif;
	vertical-align: middle;
}
.contact_list li.point02 {
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin: 0 10px;
	display: inline-block;
	background: #d8ad83;
    color: #fff;
    padding: 20px 0;
	font-size:20px;
	font-family: "Hiragino Mincho Pro","Kozuka Mincho Pr6N","HGS明朝E","MS P明朝",serif;
}
.contact_list li.point03 {
	width: 100%;
	max-width: 300px;
	text-align: center;
	margin: 0;
	display: inline-block;
	background:#fff;
    padding: 20px 0;
	font-size:20px;
	font-family: "Hiragino Mincho Pro","Kozuka Mincho Pr6N","HGS明朝E","MS P明朝",serif;
}
.contact_list li a {
  margin:0 auto;
  letter-spacing:normal;
}
.contact_list li a.contact_clr01{
	color:#fff;
}
.contact_list li a.contact_clr01:hover,
.contact_list li a.contact_clr02:hover,
.contact_list li a.contact_clr03:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact{
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
}
.footer_contact .inner{
	background: none;
}
.footer_contact_ttl{
	font-size: 50px;
	line-height: 1.4;
	padding:10px 0;
}
.contact_list li.point01 {
	max-width: 260px;
	margin-bottom: 10px;
}
.contact_list li.point02 {
	max-width: 260px;
	padding: 14px 0;
	margin-bottom: 20px;
}
.contact_list li.point03 {
	max-width: 260px;
	padding: 14px 0;
	margin-bottom: 10px;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.footer_contact_ttl {
    font-size: 60px;
}
}

/*上段（テキスト・画像）
------------------------------------------------*/
.footer_contact_top{
  width: 100%;
  margin-bottom: 20px;
}
.footer_contact_top img{
  display: block;
  margin-bottom: 20px;
}
/*text*/
.footet_contact_txt01{
  color: #6f5000;
  font-size: 23px;
  margin-bottom:16px;
  text-align: center;
  font-weight:500;
}
.footer_contact_txt02{
  margin-bottom:16px;
}
/*footerlogo*/
.footer_logo{
  width: 310px;
}
.footer_logo img{
  width: 100%;
  height: auto;
}
/*tel*/
.footer_contact_tel a{
	color: #eb75a9;
	font-size: 29px;
	font-family: "Hiragino Mincho Pro","Kozuka Mincho Pr6N","HGS明朝E","MS P明朝",serif;
}
.footer_contact_tel i{
  font-size: 28px;
  margin-right: 5px;
}
/*mail*/
.footer_contact_mail a {
	display: block;
	width: 210px;
	text-align: center;
	  color:#fff;
	background: #d8ad83;
	padding: 11px 0;
	float:left;
	margin-top: 30px;
}
.footer_contact_mail a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.footer_contact_mail i{
  font-size: 18px;
  margin-right: 5px;
}
/*yoyaku*/
.footer_contact_yoyaku a {
  display: block;
  width: 210px;
  text-align: center;
  background: #fff;
  padding: 11px 0;
  float:right;
  margin-top: 30px;
}
.footer_contact_yoyaku a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.footer_contact_yoyaku i{
  font-size: 18px;
  margin-right: 5px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_top{
  background: none;
  text-align: center;
}
.footet_contact_txt01 {
  font-size: 16px;
}
/*footerlogo*/
.footer_logo img{
  width: 70%;
  height: auto;
}
/*tel*/
.footer_contact_tel {
  padding-left:0;
}
.footer_contact_tel i{
  font-size: 28px;
  margin-right: 5px;
}
/*mail*/
.footer_contact_mail a {
  width: 100%;
  margin: 0 auto;
}
/*yoyaku*/
.footer_contact_yoyaku a {
  width: 100%;
  margin: 0 auto;
}
}

/*下段（診療時間・アクセス）
------------------------------------------------*/
.footer_contact_bottom{
	width: 100%;
	overflow: hidden;
}

/*===診療時間===*/
.footer_contact_hours{
  width: 47%;
  float: right;
  margin-left: 20px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_hours{
	width: 100%;
	float: none;
	margin-left: 0;
}
}
/*診療時間用テーブル*/
.footer_contact_hours table {
	width: 100%;
	font-size: 14px;
	margin-top:50px;
}
.footer_contact_hours table thead th {/*曜日*/
	letter-spacing: 3px;
	text-align: center;
	padding: 10px 0;
	font-size: 13px;
}
.footer_contact_hours table thead th:first-child {
  width: 30%;
}
.footer_contact_hours table th {/*時間*/
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	border-top:1px solid #ddd;
	background: #fff;
	padding: 14px 0;
}
.footer_contact_hours table td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.closed{/*休診日*/
  font-size: 13px;
  text-align: left;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_hours table {
	margin-top:30px;
}
.footer_contact_hours table thead th ,
.footer_contact_hours table tbody th ,
.footer_contact_hours table td {
  padding: 1em 0;
  font-size: 13px;
}
}

/*===アクセス===*/
.footer_contact_access{
  width: 38%;
  float: left;
  margin-right: 20px;
}
.footer_contact_access--train{
  line-height: 30px;
  padding: 10px 0 10px 50px;
  background: url(../img/common/footer_contact_train.png) no-repeat left center;
}
.footer_contact_access--train span{
  color: #5ec8df;
  font-size: 34px;
  vertical-align: baseline;
  padding: 0 3px;
}
.footer_contact_access--parking{
  padding: 10px 0 10px 50px;
  background: url(../img/common/footer_contact_parking.png) no-repeat left center;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.footer_contact_access{
  width: 100%;
  float: none;
  margin-top: 20px;
}
.footer_contact_access--train {
  line-height: 1.4;
}
.footer_contact_access--train span{
  font-size: 18px;
  font-weight: bold;
}
.footer_contact_access p{
  text-align:left;
}
}
@media screen and (min-width: 769px) and (max-width:1200px) {
.footer_contact_access {
    width: 30%;
	margin-left: 30px;
}
}

/*==========================================
 footer
===========================================*/
footer {
	width: 100%;
	min-width: 1000px;
	margin-top: 100px;
}
.footer_bnrarea {
	width: 100%;
	background:url(../img/common/footer_contact.jpg) no-repeat;
	padding:50px 0;
}
.footer_copy {/*コピーライト*/
	font-size: 12px;
	text-align: right;
	padding: 15px 5px 15px 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
footer {
	min-width: 100%;
	padding-bottom: 60px;
	margin-top: 0;
}
.footer_bnrarea {
	padding:0;
	margin:0;
}
.footer_copy {/*コピーライト*/
	padding: 8px 5px 8px 0;
}
}

/*==========================================
ページトップへ戻るボタン
===========================================*/
#btn_pagetop {
  position: fixed;
  bottom: 25px;
  right: 20px;
}
#btn_pagetop a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  background: #adaba6;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  transition: all .4s;
}
#btn_pagetop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#btn_pagetop a i{
  margin-right: 0;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#btn_pagetop {
  display: none;
}
}

/*==========================================
 スマホヘッダー
===========================================*/
.sp-header{
	display:none;
	position: fixed;
	top: 0;
	width:100%;
	height: 60px;
	box-shadow: 0 1px 1px #ddd;
	background: rgba(255, 255, 255,1);
	padding:12px 0;
	z-index: 99;
}
.sp_header_logo img{
	width:230px;
	padding-left:5px;
	padding-top: 10px;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.sp-header{
	display: block;
}
}

/*==========================================
 スマホメニュー
===========================================*/
/*ボタン
-------------------------------------------*/
#spmenu{
  display: none;
}
#sp-navi {
  position: fixed;
  z-index: 100;
  top: 5px;
  right: 5px;
  background-color:transparent;
  font-size: 14px;
}
.sp-btn a:hover{
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width:768px) {
#spmenu{
  display: block;
}
}

/*===ハンバーガーメニューボタン===*/
.sp-btn {
  float: right;
  text-align: center;
  line-height: 1;
}
.sp-btn a {
  color: #fff;
  font-size:12px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  background: #adaba6;
}
.sp-btn i {
  color: #fff;
  font-size:26px;
}

/*===アクセスボタン===*/
.sp-btn02 {
  float: right;
  text-align: center;
  line-height: 1;
}
.sp-btn02 a {
	font-size:12px;
	text-align: center;
	text-decoration: none;
	display: block;
	border:1px solid #adaba6 !important;
	background: #fff;
	padding: 5px 4px;
	margin-right: 8px;
}
.sp-btn02 i {
  color: #adaba6;
  font-size:24px;
}

/*メニュー一覧
-------------------------------------------*/
.menu-toggle {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
}
.sp-menu {
  width: 100%;
  opacity: 0;
  overflow-y: auto;
  z-index: 9999;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  display: block;
  overflow: auto;
  background: rgba(255,255,255,1);
  -webkit-overflow-scrolling: touch;
}

/*===メニュー内ヘッダー===*/
.sp_menu_header {
  width:90%;
  margin:0 auto;
  overflow:hidden;
}
/*ロゴ*/
.sp_navlogo {
  float:left;
  margin-top:8%;
  text-align: center;
}
.sp_navlogo img {
  max-width: 220px;
  width: 100%;
}
/*閉じるボタン*/
.sp-close {
  float:right;
  color: #fff;
  font-size:20px;
  width: 44px;
  height:44px;
  line-height:44px;
  text-align: center;
  border:none !important;
  background: #adaba6;
  margin: 15px auto 0 auto;
}

/*===第1階層===*/
.sp-menu ul {
  display: block;
  width: 90%;
  height: 100%;
  vertical-align: middle;
  margin: 5% auto 0 auto;
}
.sp-menu li {
  color: #000;
  font-weight: bold;
  text-indent: 5px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}
.sp-menu li:nth-child(even) {
    background: #ccc3;
}
.sp-menu li i{
  font-size: 15px;
  margin-right: 5px;
  color:#d0a67d;
}
.sp-menu li a,
.sp-menu li .cat {
  display: block;
  padding: 12px 0;
}
.sp-menu li .cat {
	font-weight:bold;	
}

/*下層リンク開閉ボタン*/
.sp-menu li .sp-sub-btn {
  position: relative;
  display: block;
  float: right;
  width: 40px;
  height: 35px;
  text-align: center;
  padding: 0 0 0 5px;
  margin: -37px 8px 0 12px;
  z-index: 100;
}
.sp-menu li .sp-sub-btn i {
  display: table-cell;
  width: 40px;
  height: 30px;
  color: #d0a67d;
  font-size: 18px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
  padding: 0;
}

/*===第2階層===*/
.sp-menu li ul.sp-menu-sub {
  display: none;
  width: 100%;
  margin: 0;
}
.sp-menu li ul.sp-menu-sub li {
  width: 100%;
  text-indent: 20px;
  font-weight: normal;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 0 auto;
}
.sp-menu li ul.sp-menu-sub li:nth-child(odd) {
  background: #fff;
}

/*メニュー開閉アニメーション
-------------------------------------------*/
.show {
  -webkit-animation: navi-show 0.4s ease both;
  -moz-animation: navi-show 0.4s ease both;
  animation: navi-show 0.4s ease both;
}
@-webkit-keyframes navi-show {
 from {
 -webkit-transform: scale(1.1, 1.1);
 -webkit-opacity: 0;
}
 to {
 -webkit-transform: scale(1, 1);
 -webkit-opacity: 1;
}
}
@-moz-keyframes navi-show {
 from {
 -moz-transform: scale(1.1, 1.1);
 -moz-opacity: 0;
}
to {
 -moz-transform: scale(1, 1);
 -moz-opacity: 1;
}
}
 @keyframes navi-show {
 from {
 transform: scale(1.1, 1.1);
 opacity: 0;
}
 to {
 transform: scale(1, 1);
 opacity: 1;
}
}

/*==========================================
スマホ用フッター固定ボタン
===========================================*/
.sp-bottom-menu {
  display: none;
}
@media screen and (min-width: 0px) and (max-width:768px) {
.sp-bottom-menu {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background: #adaba6;
  z-index: 999;
}
.sp-bottom-menu li {
  float: left;
  width: 25%;
  text-align: center;
}
.sp-bottom-menu li i {
  color: #fff;
}
.sp-bottom-menu li a {
  display: block;
  font-size: 11px;
  text-decoration: none;
}
.sp-bottom-menu li span {
	display: block;
	line-height:1.4;
	font-weight: 700;
}
/*電話*/
.sp-bottom-menu li:nth-child(1) {
  height: 40px;
  margin: 8px 0 0 0;
}
.sp-bottom-menu li:nth-child(1) i {
  font-size: 23px;
}
.sp-bottom-menu li:nth-child(1) span {
  margin: 5px 0 0 0;
}
/*WEB予約*/
.sp-bottom-menu li:nth-child(2) {
  height: 40px;
  margin: 9px 0 0 0;
}
.sp-bottom-menu li:nth-child(2) i {
  font-size: 20px;
}
.sp-bottom-menu li:nth-child(2) span {
  margin: 7px 0 0 0;
}
/*instagram*/
.sp-bottom-menu li:nth-child(3) {
  height: 40px;
  margin: 9px 0 0 0;
}
.sp-bottom-menu li:nth-child(3) i {
  font-size: 20px;
}
.sp-bottom-menu li:nth-child(3) span {
  margin: 6px 0 0 0;
}
/*ページトップ*/
.sp-bottom-menu li:nth-child(4) {
  height: 40px;
  margin: 8px 0 0 0;
}
.sp-bottom-menu li:nth-child(4) i {
  font-size: 20px;
}
.sp-bottom-menu li:nth-child(4) span {
  margin: 7px 0 0 0;
}
}

/*==========================================
 side
===========================================*/
.side .bnr_list li{
	margin-bottom:20px;
}
.side .s_bnr_box {
	width:240px;
	border: 1px solid #2d3450;
	padding:0 5px 10px;
}
.s_bnr_box table {
	width: 100%;
	font-size: 11px;
	color: #5d4c3f;
}
.s_bnr_box table thead th {/*曜日*/
	text-align: center;
	background: #fff;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	padding: 2px 0;
}
.s_bnr_box table thead th:first-child {
	background: #fff;
	width: 30%;
}
.s_bnr_box table th {/*時間*/
	vertical-align: middle;
	border-bottom: 1px #ddd solid;
	background: #fff;
	padding: 0 0 0 1px;
	font-size: 10px;
}
.s_bnr_box table td {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px #ddd solid;
	background: #fff;
}
.s_bnr_box .closed{/*休診日*/
	color: #5d4c3f;
	font-size: 11px !important;
	text-align: left;
	padding-top: 5px;
}
.side .s_bnr_ttl {
	width:228px;
	border-bottom: 1px solid #2d3450;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	margin-bottom: 10px;
}
.side .s_bnr_cmt p {
	font-size:12px;
	margin-bottom: 5px;
}
.side .s_bnr_cmt p span {
	font-size:13px;
	font-weight:bold;
}
.side .s_bnr_box img {
	width:228px;
	margin-bottom: 10px;
}
.side .btn_more {
	display: inline-block;
	width:228px;
	font-size: 15px;
	text-align: center;
	padding: 5px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	transform: rotate(0.05deg);
	color:#fff;
	background-color: #d0a67d82;
	margin-bottom: 10px;
}
.btn_more i {
	margin-right: .5em;
}
.side_nav{
	margin: 0 0 20px;
	padding: 5px;
}
.side_nav li a{
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	background:#2d3450;
	padding: 10px 0px 10px 8px;
}
/*第2階層*/
.side_nav li ul li a {
    display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	border-bottom:1px solid #2d3450;
	background: none;
	padding: 1em;
}
.side_nav li ul li a:hover{
	background:#eeeeeea1;
}

/*==========================================
料金
===========================================*/
.price01,.price-outline{
	display: flex;
	flex-wrap: wrap;
    width: 100%;
}
.price01{
	border-bottom: 1px solid rgb(117 117 117 / 70%);
    border-top: 1px solid rgb(117 117 117 / 70%);
    align-items: center;
}
.price-outline{
	border-bottom: 1px solid #ddd;
	align-items: center;
	padding: 5px 0;
}
li.price_ttl{
    font-weight: 700;
    position: relative;
    padding: 5px;
    background:#edeceab8;
}
.price_ttlW70{
	width:70%;
}
.price_ttlW30{
	width:30%;
	min-height: 55px;
}
.price_ttlW100{
	width:100%;
}
.price_line{
	margin-top: -1px;
}
li.fee{
	margin-left: auto;
	text-align: right;
	font-weight: 700;
	font-size: 15px;
}
li.price_img{
	width: 11%;
	padding: 5px;
}
li.price_img img{
	filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}
li.outline-txt{
	font-weight: 500;
	font-size: 14px;
}
.outline-txtW250{
	width: 250px;
}
.outline-txtW300{
	width: 300px;
}
.outline-txtW500{
	width: 500px;
}
@media screen and (min-width: 0px) and (max-width:480px) {
li.price_ttl{
	font-size: 16px;
}
li.outline-txt{
	font-size:14px;
	/*padding: 5px;*/
}
li.price_img{
	width: 20%;
}
.price_ttlW50,.price_ttlW30 {
	width:100%;
	border-bottom: 1px solid rgba(174,147,115,0.7);
	min-height: 30px;
}
.outline-txtW300{
	width:100%;
}
}

/*==========================================
追加
===========================================*/
.conseptArea{
	background: #f8f3ef;
	padding: 10px 15px;
	margin: 10px 0;
	position: relative;
}
.conseptArea li{
    color: #5467b0;
    font-weight: bold;
}
.conseptArea li::before {
	content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #666;
    border-radius: 50%;
    position: relative;
    top: -3px;
    margin-right: 5px;
}
.listMark, .listMarkNumber{
	list-style :none; 
	padding:0;
}
.listMark{
	margin: 0 0 10px 0;
}
.listMark li::before {
	content: "";
	width:4px;
	height:4px;
	display:inline-block;
	background:#666;
	border-radius:50%;
	position:relative;
	top:-3px;
	margin-right:5px;
}
.listMarkNumber{
	counter-reset: li_count;
	margin: 0 0 20px 0;
}
.listMarkNumberLi{
	margin-bottom:5px;
	text-indent: -20px;
	padding-left: 20px;
}
.listMarkNumberLi::before {
	counter-increment: li_count;
	content: counter(li_count)".";
	margin-right:5px;
	font-weight: bold;
}
.d-block{display: block;}

/*ステップフローのCSS*/
ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#ccc!important;
}
.stepflow li {
    position: relative;
    padding: 0 0 1.5em 1.8em;
}
.stepflow>li:before {
	content: "";
	width: 2px;
	background: #ccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}
.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #5467b0;
}
.stepflow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #5467b0;
	background-color: #fff;
}
.stepflow_label {
	color: #5467b0;
	font-size: 14px;
	font-weight: bold;
}
.stepflow_title {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 5px;
}
.stepflow_content {
	padding: 0 0 1.5em;
	border-bottom: dashed 1px #ccc;
}
/*ステップフローのCSSここまで*/

/*dl複数行*/
.careerlist dl {
	width: 100%;
    line-height: 1.5;
    overflow: hidden;
}
.careerlist dt {
      float: left;
      width: 70px;
      padding: 5px 5px 5px 0px;
}
.careerlist dd {
      padding: 5px;
      background-color: #FFF;
}

