@charset "UTF-8";
/*=========================================================================
 レスポンシブ化作業
=========================================================================*/
* {
  box-sizing: border-box;
}
.d_ib {
  display: inline-block;
}
.over_img {
  position: relative;
  display: inline-block;
}
.over_img img {
  position: relative;
}
.over_img img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.over_img:hover img:last-of-type {
  opacity: 1;
}
.over_img span {
  display: none;
}
.imgr {
  float: right;
}
.imgl {
  float: left;
}
.img_m {
  text-align: center;
}
.img_m img {
  margin: 10px 5px;
}
.title_h3 {
  text-align: left;
  position: relative;
  padding: 4px 4px 4px 30px;
  font-weight: bold;
  border: 1px solid #fecccb;
  border-bottom: 2px solid #fececd;
  font-size: 16px;
  border-radius: 4px;
  background: linear-gradient(to right, #ffffff 0%, #ffdfe0 100%);
}
.title_h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/h3_deco.png) no-repeat;
}
.title_h3 span {
  color: #cd3301;
}
.nopc {
  display: none;
}
.nosp {
  display: block;
}
.clear {
  clear: both;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .imgl, .imgr {
    float: none;
    text-align: center;
    margin: 0 auto 15px;
    display: block;
  }
  .nopc {
    display: block;
  }
  .nosp {
    display: none;
  }
}
/*------------------------------------------------
 shared.css 上書き
------------------------------------------------*/
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 47px; // ヘッダーの高さ分設定
  }
  html > body {}
  body {
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    text-align: left;
    color: #333;
  }
}
/*------------------------------------------------
 default.css 上書き
------------------------------------------------*/
#header h2 .logo {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#header h2 .est {
  display: inline-block;
  vertical-align: middle;
}
.access_list {
  margin: 0 0 12px 0px;
}
@media screen and (max-width: 768px) {
  /*=========================================================================
	 default.css
	=========================================================================*/
  /*-------------------------------------------------------------------------
	font-size List

	10px 	77%
	12px 	86%
	13px 	100%
	14px 	108%
	15px 	115%
	16px 	123%
	18px 	138%
	20px 	154%
	-------------------------------------------------------------------------*/
  html {
    height: 100%;
  }
  body {
    height: 100%;
    background: transparent;
  }
  #wrapper {
    height: 100%;
    width: 100%;
  }
  body > #wrapper {
    margin: 2.9rem 0 0;
    height: auto;
    background: url(../images/c_bg.jpg) 0 0 repeat-x;
    background-position: 0 -80px;
    border-top: 2px solid #b35312;
  }
  #outer {
    width: auto;
    margin: 0 auto;
  }
  .mgbt6 {
    margin: 0 0 6px 0;
  }
  .mgbt8 {
    margin: 0 0 8px 0;
  }
  .mgbt12 {
    margin: 0 0 12px 0;
  }
  .mgbt24 {
    margin: 0 0 24px 0;
  }
  /*-------------------------------------------------------------------------
	 header
	-------------------------------------------------------------------------*/
  #header {
    width: auto;
    height: auto;
    margin: 0 auto 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-size: 320px;
  }
  #header div#headMenu {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    order: 3;
  }
  #header h1 {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-size: 12px;
    color: #c18585;
    text-align: right;
    order: 1;
    overflow: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  * html #header h1 {
    height: 18px;
  }
  #header div#headMenu div p {
    float: none;
    width: auto;
    height: auto;
  }
  #header div#headMenu div .head_tel {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  #header div#headMenu div ul {
    float: none;
    width: auto;
    padding: 0;
  }
  #header div#headMenu div ul li {
    float: none;
    display: inline-block;
    margin: 0 0 0 8px;
    font-size: 0;
  }
  #header div#headMenu div ul li a {
    display: inline-block;
  }
  #header h2 {
    float: none;
    order: 2;
    text-align: center;
  }
  #header h2 .logo {
    width: 220px;
  }
  #header h2 .est {
    margin: 0;
  }
  #header p {
    float: none;
  }
  .img-yupyaku {
    margin: 0 auto;
    width: 100px;
  }
  .pagetitle {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
  }
  .pagetitle img {
    max-width: 768px;
  }
  .pagetitle.rose img {
    max-width: 100%;
  }
  .responsive_btn {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 5px 0;
    padding-left: 15px;
    border: 0;
    border-top: 2px solid #b35312;
    border-bottom: 2px solid #b35312;
    background: #ffcccc;
    background: linear-gradient(to bottom, #e77427 0%, #cb631c 100%);
    color: #fff;
    z-index: 1000;
  }
  .responsive_btn svg {
    width: 34px;
    margin-right: 5px;
  }
  .responsive_btn svg g {
    fill: #fff;
  }
  .js-aco_body {
    display: none;
    position: fixed;
    margin: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
  .responsive_list_title {
    text-align: center;
    font-weight: bold;
    padding: 8px;
    color: #848484;
    background: #f5f5f5
  }
  dt ul li.responsive_list_title::after {
    content: "　▼";
    display: inline-block;
  }
  .responsive_list li {
    border-top: 1px solid #fbcdcd;
  }
  .responsive_list li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 15px 6px 15px;
    background: #ffeded;
    line-height: 2;
  }
  .responsive_list li a::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform: rotate(45deg) scale(.4);
  }
  .responsive_bottom {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: .2em;
    z-index: 6;
    width: 100%;
    height: 50px;
    background: #f3f3f3;
  }
  .responsive_bottom a {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 40px) / 2);
    text-align: center;
    margin-right: .2em;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    background: #f3b2b2;
  }
  .responsive_bottom a svg {
    width: 20px;
    margin-right: .2em;
  }
  .responsive_bottom a svg g {
    fill: #fff;
  }
  .responsive_bottom .totop {
    width: 40px;
    margin-right: 0;
    background: #c1c1c1;
  }
  /*-------------------------------------------------------------------------
	 navigation
	-------------------------------------------------------------------------*/
  #navigation {
    display: none;
  }
  #navigation ul li {}
  /*-------------------------------------------------------------------------
	 iner
	-------------------------------------------------------------------------*/
  #inerWrapp {
    width: auto;
    background: transparent;
    padding: 0 15px;
  }
  #iner {
    width: auto;
    background: transparent;
  }
  #iner_top {
    width: auto;
    background: transparent;
  }
  /*-------------------------------------------------------------------------
	 info
	-------------------------------------------------------------------------*/
  #flash {
    width: auto;
    height: auto;
    margin: 0 auto 10px auto;
    background: url(../images/flash.jpg) 0 0 no-repeat;
  }
  #flash #flashArea {
    width: auto;
    height: auto;
  }
  /*-------------------------------------------------------------------------
	 container
	-------------------------------------------------------------------------*/
  #container {
    width: auto;
    margin: 0 auto;
  }
  /*-------------------------------------------------------------------------
	 main
	-------------------------------------------------------------------------*/
  #main {
    float: none;
    display: block;
    width: auto;
  }
  #main h3 {
    clear: both;
    margin: 0 0 6px 0;
  }
  #main p.attention {
    color: #C30;
  }
  #main p.note {
    margin-left: 1.3em;
    text-indent: -1.3em;
  }
  #main p img.imgRight {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 12px;
  }
  #main p img.imgLeft {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 12px;
  }
  /* home news
	-------------------------------------------------------------------------*/
  #main #homeNews {
    height: 248px;
    overflow: auto;
    margin: 0 0 24px 0;
  }
  /*body#news {
		background:none;
	}

	#main #homeNewsIner {
		height:130px;
		width:660px;
		overflow:auto;
	}*/
  #main #homeNews dl {
    text-align: left;
  }
  #main #homeNews dl dt {
    margin: 0 0 2px 0;
    font-weight: bold;
    color: #bf5b16;
  }
  #main #homeNews dl dd {
    margin: 0 0 8px 0;
    padding: 0 0 9px 0;
    background: url(../images/c_line_dot.gif) 0 bottom repeat-x;
  }
  /*body#news #as-info {
	 width:100%;
	}

	body#news #as-info dl {
		text-align:left;
	}

	body#news #as-info dl dt {
		margin:0 0 2px 0;
		font-weight:bold;
	 color:#bf5b16;
	}

	body#news #as-info dl dd {
		margin:0 0 8px 0;
		padding:0 0 9px 0;
		background:url(../images/c_line_dot.gif) 0 bottom repeat-x;
	}*/
  /*.news-title{
		margin:0 0 2px 0;
		font-weight:bold;
	 color:#bf5b16;
		text-align:left;
	}

	.news-caption{
		margin:0 0 8px 0;
		padding:0 0 9px 0;
		border-bottom:1px dotted #ccc;
		text-align:left;
	}*/
  /* .homeCont
	-------------------------------------------------------------------------*/
  .homeCont {
    margin: 0 0 24px 0;
    text-align: left;
  }
  .homeCont div.detMenu {
    margin: 0 0 8px 0;
  }
  /* 
	-------------------------------------------------------------------------*/
  #feature01 {}
  #feature02 {}
  .homeCont {}
  .homeCont div.detMenu ul li {
    margin: 0 0 8px 0;
    padding: 0 0 0 16px;
    background: url(../images/c_listmark.jpg) 0 0.3em no-repeat;
    text-align: left;
  }
  .homeCont div.detMenu2 {
    margin-top: 20px
  }
  .homeCont div.detMenu2 ul li {
    margin: 0 0 8px 0;
    padding: 0 0 0 16px;
    background: url(../images/c_listmark.jpg) 0 0.3em no-repeat;
    text-align: left;
  }
  .homeCont div.detCont {
    clear: both;
    width: 100% !important;
    margin: 0 0 24px 0;
    text-align: center;
  }
  .homeCont div.detCont h4 {
    height: 25px;
    margin: 0 0 6px 0;
    padding: 3px 0 0 16px;
    background: url(../images/c_tit_bg.jpg) 0 0 no-repeat;
    font-size: 108%;
    font-weight: bold;
    color: #333;
    text-align: left;
  }
  /* home menu
	-------------------------------------------------------------------------*/
  #main #homeMenu {
    width: auto;
    margin: 0 0 25px 0;
  }
  #main #homeMenu ul li {
    float: none;
    margin: 0 10px 10px 0;
  }
  #main #homeMenu ul li.last {
    float: none;
    margin: 0 0 10px 0;
  }
  /* home greeting
	-------------------------------------------------------------------------*/
  #main #homeGreeting {
    margin: 0 0 24px 0;
  }
  #main #homeGreeting p {
    margin: 0 0 10px 0;
    text-align: left;
  }
  /* main - outline
	-------------------------------------------------------------------------*/
  #main #outline {
    width: auto;
    margin: 0 0 16px 0;
  }
  #main #outline #address {
    float: none;
    width: auto;
  }
  #main #outline #address dl {
    text-align: left;
  }
  #main #outline #address dl dt {
    font-weight: bold;
    color: #bf5b16;
  }
  #main #outline #address dl dd {
    margin: 0 0 8px 0;
    padding: 0 0 9px 0;
    background: url(../images/c_line_dot.gif) 0 bottom repeat-x;
    line-height: 1.8;
  }
  #main #outline #address dl dd a:link, #main #outline #address dl dd a:visited {
    color: #c30 !important;
  }
  #main #outline #address dl dd a:hover, #main #outline #address dl dd a:active {
    color: #ccc !important;
  }
  #main #outline #map {
    float: none;
    width: 100%;
  }
  #main #outline #map iframe {
    width: 100%;
    height: 250px;
  }
  #main #outline #map div#mapLink {
    margin: 0 0 8px 0;
    padding: 2px 0 0 0;
  }
  #main #outline #map div#mapLink a {}
  #main #outline #map div#mapLink a:link, #main #outline #map div#mapLink a:visited {}
  #main #outline #map div#mapLink a:hover, #main #outline #map div#mapLink a:active {}
  #main #schedule {
    width: auto;
    margin-top: 15px;
  }
  #main #schedule div.tableWrapp {
    width: auto;
  }
  #main #schedule table {
    width: 100%;
    margin: 0 auto;
  }
  #main #schedule table th, #main #schedule table td {}
  #main #schedule table th {}
  #main #schedule table tr.am td {}
  #main #schedule table tr.pm td {}
  #main #schedule table td {}
  #main #schedule table td.ampm {}
  #main #schedule div.holiday {
    width: auto;
    padding: 10px;
  }
  #main #schedule div.holiday ul li {}
  #main #schedule div.holiday ul li span.add1 {}
  #main #schedule div.holiday ul li span.add2 {}
  /*-------------------------------------------------------------------------
	 side
	-------------------------------------------------------------------------*/
  #side {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #fecccb;
  }
  #side ul.navi li {
    width: 230px;
    margin: 0 auto 6px;
    padding: 0 0 7px 0;
    background: url(../images/side_line_dot.gif) 0 top no-repeat;
  }
  #side ul.banner li {
    margin: 0 0 6px 0;
    padding: 6px 0 0 0;
  }
  /*-------------------------------------------------------------------------
	 detail
	-------------------------------------------------------------------------*/
  body#detail div.detMenu {}
  body#detail div.detMenu ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  body#detail div.detMenu ul li.last {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  body#detail div.detMenu ul li:nth-of-type(even) {
    margin-right: 0;
  }
  /*body#detail div.detMenu {
		margin:0 0 6px 0;
	}

	body#detail div.detMenu ul li {
		float:left;
		display:inline;
		width:150px;
		margin:0 0 6px 0;
		text-align:left;
	}

	body#detail div.detMenu ul li.last {
		width:210px;
	}

	body#detail div.detMenu ul li a {
		padding:0 0 0 16px;
		background:url(../images/c_listmark_menu.gif) 0 0.3em no-repeat;
	}*/
  body#detail div.detCont {
    width: auto;
  }
  body#detail div.detCont div.detBox1 {
    float: none;
    width: auto;
  }
  body#detail div.detCont div.detBox1 h4 {
    height: auto;
    width: auto;
  }
  * html body#detail div.detCont div.detBox1 h4 {
    height: auto;
    width: auto;
  }
  body#detail div.detCont div.detBox2 {
    float: none;
    width: auto;
    text-align: center;
    margin: 10px 0;
  }
  body#detail p {
    text-align: left;
    margin: 0 0 12px 0;
  }
  body#detail p.add {
    margin: 0 0 24px 0;
  }
  body#detail p span.name {
    font-size: 123%;
  }
  body#detail h4 {
    height: auto;
    width: auto;
    border-bottom: 1px dashed #ccc;
  }
  * html body#detail h4 {
    height: auto;
    width: auto;
  }
  body#detail div.detCont div.chart ul {
    float: auto;
  }
  body#detail div.detCont div.chart ul.case1 {
    width: auto;
  }
  body#detail div.detCont div.chart ul.case2 {
    width: auto;
  }
  body#detail div.detCont div.chart ul.case3 {
    width: auto;
  }
  body#detail div.detCont div.chart ul.case4 {
    width: auto;
  }
  body#detail div.detCont div.chart ul li {}
  body#detail div.detCont table#fee {
    width: 100%;
  }
  body#detail div.detCont table#fee th, body#detail div.detCont table#fee td {}
  body#detail div.detCont table#fee th {
    padding: 6px 0;
  }
  body#detail div.detCont table#fee td {}
  body#detail div.detCont table#fee td.price {
    width: 27%;
  }
  body#detail div.detCont table#fee td p.note {}
  /* detail - clinic
	-------------------------------------------------------------------------*/
  body#detail div.detCont ul.profList li {
    float: none;
  }
  #detail #wrapper #outer #inerWrapp #iner #container #main .detCont h5 {}
  /* detail - access
	-------------------------------------------------------------------------*/
  body#detail #detMap div#mapLink {
    margin: 0 0 8px 0;
    padding: 2px 0 0 0;
  }
  body#detail #detMap div#mapLink a {}
  body#detail #detMap div#mapLink a:link, body#detail #detMap div#mapLink a:visited {}
  body#detail #detMap div#mapLink a:hover, body#detail #detMap div#mapLink a:active {}
  body#detail p.access {}
  #detMap iframe {
    width: 100%;
    height: 250px;
  }
  /* detail - sitemap
	-------------------------------------------------------------------------*/
  body#detail #sitemap {
    background: transparent;
  }
  body#detail #sitemap ul li {}
  body#detail #sitemap ul li.subList {}
  /*-------------------------------------------------------------------------
	 form
	-------------------------------------------------------------------------*/
  div#mailForm {}
  div#mailForm p {}
  div#mailForm p.lead {}
  div#mailForm p.attention {}
  div#mailForm p.tel {}
  div#mailForm p.thanks {}
  div#mailForm p.thanks span {}
  div#mailForm table {
    width: 100%;
    table-layout: fixed;
  }
  div#mailForm table tr {
    display: flex;
    flex-wrap: wrap;
  }
  div#mailForm table th {
    display: block;
    width: 100%;
  }
  div#mailForm table th span {}
  div#mailForm table td {
    display: block;
    width: 100%;
    position: relative;
    padding: 15px 6px;
  }
  div#mailForm table td.sendBtn {}
  div#mailForm table td, div#mailForm table th {}
  div#mailForm table td input[type=text] {
    width: calc(100% - 80px);
    position: relative;
    padding: 5px 0;
  }
  textarea {
    width: 100%;
    height: 300px;
  }
  /*-------------------------------------------------------------------------
	 page top
	-------------------------------------------------------------------------*/
  #pagetop {
    width: auto;
    position: fixed;
    right: 0;
    bottom: 20px;
    display: none;
  }
  #pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    background: #ffdfdf;
  }
  #pagetop a::before {
    content: "↑";
    text-align: center;
    font-size: 26px;
    width: 40px;
    line-height: 40px;
    display: block;
    color: #f0117b;
  }
  #pagetop img {
    display: none;
  }
  .pagetop {}
  /*-------------------------------------------------------------------------
	 footer
	-------------------------------------------------------------------------*/
  #footerWrapp {
    width: auto;
  }
  #footer {
    width: auto;
    padding-bottom: 50px;
  }
  #footer #footLogo {
    float: none;
    width: auto;
  }
  #footer #footLogo p {
    text-align: center;
  }
  #footer #footLogo p a:link, #footer #footLogo p a:visited {}
  #footer #footLogo p a:hover, #footer #footLogo p a:active {}
  #footer #footMenu {
    float: none;
    width: auto;
  }
  #footer #footMenu div {
    width: auto;
  }
  #footer #footMenu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: left; /* 子要素をflexboxにより中央に配置する */
    align-items: top; /* 子要素をflexboxにより中央に配置する */
  }
  #footer #footMenu ul li {
    float: none;
    margin: 0;
    margin-top: .6em;
    width: 50%;
  }
  #footer #footMenu ul li.li_block {
    width: 100%;
  }
  #footer #footMenu ul li a:link, #footer #footMenu ul li a:visited {}
  #footer #footMenu ul li a:hover, #footer #footMenu ul li a:active {}
  .border {}
  .access_list {
    margin: 10px 0;
  }
}