@charset "utf-8";
/* -----------------------------------------------------------
　PC・スマホ・他ページ共通
----------------------------------------------------------- */
/* :::::::::: 診療時間 :::::::::: */
table.schedule {
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 2px;
}
table.schedule caption {
  caption-side: bottom;
  text-align: left;
  font-size: 0.75em;
  color: #3b3b3b;
  margin: 1% 0 0;
}
table.schedule th {
  background: #436f37;
  color: #FFF;
  font-size: 0.9em;
  padding: 0.5em 0;
  font-weight: normal;
}
table.schedule td {
  font-size: 0.9em;
  color: #3b3b3b;
  width: 9%;
  padding: 0.5em 0;
  background: #f8f8f8;
}
table.schedule .time {
  width: 30%;
}
table.schedule td.time {
  color: #FFF;
  background: #6b5d4e;
}

.mb10{
	margin-bottom: 10px;
}
.mb0{
	margin-bottom: 0px;
}
table.vertical_middle th{
  vertical-align: middle;
  padding: .5rem!important;
  width: calc(100% / 3) !important;
}
table.vertical_middle td{
  vertical-align: middle;
  width:25% !important;
}

/* :::::::::: 【PC】アクセスマップ :::::::::: */
@media screen and (min-width: 769px) {
  section .map_box {
    position: relative;
    float: right;
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
  }
  section iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  section .map_box .map_caution {
    position: absolute;
    bottom: 2%;
    left: 2%;
    padding: 3px;
    margin: 0;
    background: #FFFFFF;
    max-width: 85%;
    font-size: 14px;
    line-height: 16px;
  }
}
/* :::::::::: 【SP】アクセスマップ :::::::::: */
@media screen and (max-width: 768px) {
  section .map_box {
    position: relative;
    width: 97%;
    height: 300px;
    margin: 0 auto 5%;
  }
  section iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  section .map_box .map_caution {
    position: absolute;
    bottom: 2%;
    left: 2%;
    padding: 3px;
    margin: 0;
    background: #FFFFFF;
    max-width: 80%;
    font-size: 13px;
    line-height: 15px;
  }
}
/* -----------------------------------------------------------
　トップページ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】新型コロナウィルス感染対策バナー :::::::::: */
.bnr img {
 width: 100%;
 max-width: 744px;
 height: auto;
 margin: 0 auto 2rem;
}

  /* :::::::::: 【PC】お知らせ・ブログ欄 :::::::::: */
  section.notice dl {
    width: 100%;
    max-height: 180px;
    overflow-y: auto;
    box-sizing: border-box;
    margin: 0;
  }
  section.notice dl dt {
    font-size: 1.2em;
    position: relative;
    display: block;
    color: #436f37;
		font-weight: bold;
		margin: 0 0 10px;
		padding: 5px 5px 5px 25px;
    background: #d7e6c6;
  }
	section.notice dl dt::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 10px;
    top: 0;
    bottom: 0;
    content: '';
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.5em solid #436f37;
	}
	section.notice dl dt.active::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 9px;
		top: 1px;
	}
	section.notice dl dd {
		display: none;
    color: #6b5d4e;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 20px;
  }
 section.notice02 dl {
    width: 100%;
    max-height: 180px;
    overflow-y: auto;
    box-sizing: border-box;
    margin: 0;
  }
  section.notice02 dl dt {
    font-size: 1.2em;
    position: relative;
    display: block;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 5px 5px 25px;
	color: #c55a11;
    background: #f8cbad;	  
	cursor: pointer;
  }
	section.notice02 dl dt::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 10px;
    top: 0;
    bottom: 0;
    content: '';
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.5em solid #c55a11;
	}
	section.notice02 dl dt.active::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 9px;
		top: 1px;
	}
	section.notice02 dl dd {
    color: #6b5d4e;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 20px;
  }	
	

	
  /* :::::::::: 【PC】理念 :::::::::: */
  section.idea ul {
    margin: 0;
  }
  section.idea li {
    position: relative;
    width: 100%;
    height: 146px;
    margin: 0 0 3px;
    list-style-type: none;
  }
  section.idea li span {
    position: absolute;
    color: #FFF;
    font-weight: bold;
    font-size: 19px;
    line-height: 25px;
    margin: auto;
  }
  section.idea li:nth-of-type(1) {
    background: url(../images/index/idea01.png) no-repeat top left, #4a3b2b;
  }
  section.idea li:nth-of-type(2) {
    background: url(../images/index/idea02.png) no-repeat top right, #4a3b2b;
  }
  section.idea li:nth-of-type(3) {
    background: url(../images/index/idea03.png) no-repeat top left, #4a3b2b;
  }
  section.idea li:nth-of-type(4) {
    background: url(../images/index/idea04.png) no-repeat top right, #4a3b2b;
    margin: 0;
  }
  section.idea li:nth-of-type(odd) span {
    height: 1.1em;
    top: 0;
    bottom: 0;
    left: 250px;
  }
  section.idea li:nth-of-type(even) span {
    height: 2.2em;
    top: 0;
    bottom: 0;
    left: 30px;
  }
  section.idea li span.idea_num {
    font-size: 75px;
    font-family: 'Book Antiqua', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: italic;
    height: auto;
    line-height: 1em;
    opacity: 0.2;
    margin: 0;
    top: auto;
    left: auto;
  }
  section.idea li:nth-of-type(odd) span.idea_num {
    bottom: 0;
    right: 15px;
  }
  section.idea li:nth-of-type(even) span.idea_num {
    bottom: 0;
    right: 245px;
  }
  section.idea div {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background: #e9e9e9;
  }
  section.idea div section {
    position: relative;
    width: 342px;
    height: 188px;
    overflow: visible;
    float: left;
  }
  section.idea div section:nth-of-type(1) {
    background: url(../images/index/bg_topic01.png) no-repeat;
    margin: 0 20px 55px 0;
  }
  section.idea div section:nth-of-type(2) {
    background: url(../images/index/bg_topic02.png) no-repeat;
    margin: 0 0 55px 0;
  }
  section.idea div section:nth-of-type(3) {
    background: url(../images/index/bg_topic03.png) no-repeat;
    margin: 0 20px 35px 0;
  }
  section.idea div section:nth-of-type(4) {
    background: url(../images/index/bg_topic04.png) no-repeat;
    margin: 0 0 35px 0;
  }
  section.idea div section h2 {
    position: absolute;
    width: 100%;
    height: 25px;
    text-align: center;
    z-index: 100;
    margin: auto;
    top: 40%;
  }
  section.idea div section a {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
    text-decoration: none;
  }
  section.idea div section a:hover {
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s;
  }
  section.idea div section p {
    position: absolute;
    width: 290px;
    height: 40px;
    font-size: 1em;
    color: #6b5d4e;
    line-height: 1.2em;
    padding: 10px;
    margin: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
  }

  section.idea div.ora_top {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px;
    background: #FFF2CC;
	margin-top: 20px;
  }
  section.idea div.ora_top section {
    position: relative;
    width: 342px;
    height: 188px;
    overflow: visible;
    float: left;
  }
  section.idea div.ora_top section:nth-of-type(1) {
    background: url(../images/index/bg_topic_ora01.png) no-repeat;
    margin: 0 20px 55px 0;
  }
  section.idea div.ora_top section:nth-of-type(2) {
    background: url(../images/index/bg_topic_ora02.png) no-repeat;
    margin: 0 0 55px 0;
  }
  section.idea div.ora_top section:nth-of-type(3) {
    background: url(../images/index/bg_topic_ora03.png) no-repeat;
    margin: 0 20px 35px 0;
  }
  section.idea div.ora_top section:nth-of-type(4) {
    background: url(../images/index/bg_topic_ora04.png) no-repeat;
    margin: 0 0 35px 0;
  }
  section.idea div.ora_top section:nth-of-type(5) {
    background: url(../images/index/bg_topic_ora05.png) no-repeat;
    margin: 0 20px 55px 0;
  }
  section.idea div.ora_top section:nth-of-type(6) {
    background: url(../images/index/bg_topic_ora06.png) no-repeat;
    margin: 0 0 55px 0;
  }
  section.idea div.ora_top section:nth-of-type(7) {
    background: url(../images/index/bg_topic_ora07.png) no-repeat;
    margin: 0 20px 35px 0;
  }
  section.idea div.ora_top section a {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0);
    transition: 0.5s;
    text-decoration: none;
  }
  section.idea div.ora_top section a:hover {
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s;
  }
  section.idea div.ora_top section p {
    position: absolute;
    width: 290px;
    height: 40px;
    font-size: 1em;
    color: #6b5d4e;
	text-align: center;
    line-height: 1.2em;
    padding: 10px;
    margin: auto;
    bottom: -30px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
  }
	
  .index_blog {
    display: none;
  }
	
  .main section table.doctortable {
    width: auto;
    height: auto;
    border: solid 1px #CCC;
    text-align: center;
  }
  .main section table.doctortable caption {
    caption-side: top;
    margin: 0 auto 0.5em;
  }
  .main section table.doctortable th {
    background: #d7e6c6;
    padding: 1em 1.2em;
    border: solid 1px #CCC;
	vertical-align: middle;
	line-height: 1.5;
  }
	
  .main section table.doctortable tbody td {
    padding: .5em .5em;
    border: solid 1px #CCC;
	width: 15%;
    vertical-align: middle;
    line-height: 1.5;
  }
  .main section table.doctortable tbody td span{
      font-size: 68%!important;
	  line-height: 1.4!important;
	  display: block;
  }

  /* :::::::::: 【PC】クリニック概要 :::::::::: */
  section.summary p {
    font-size: 20px;
    color: #6b5d4e;
    margin: 0 0 10px;
  }
  section.summary address {
    font-size: 1em;
    color: #6b5d4e;
    line-height: 1.7em;
    margin: 0 0 20px;
  }
  section.summary address span.tel {
    font-size: 20px;
  }
  section.summary dl {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px;
  }
  section.summary dl dt {
    width: 8%;
    height: auto;
    line-height: 1.7em;
    background: #668a5d;
    color: #FFF;
    text-align: center;
    float: left;
    clear: both;
    margin: 0 2% 10px 0;
  }
  section.summary dl dd {
    width: 90%;
    height: auto;
    line-height: 1.7em;
    color: #6b5d4e;
    float: left;
    margin: 0 0 10px;
  }
  section.summary table {
    margin: 0 0 30px;
  }
  section.summary table caption {
    font-size: 14px;
  }
  section.summary table th, section.summary table td {
    padding: 0.7em;
  }
}
@media screen and (max-width: 768px) {
   /* :::::::::: 【SP】新型コロナウィルス感染対策バナー :::::::::: */
.bnr {
 margin: 0 auto;
 text-align: center;
}
 .bnr img {
 width: 95%;
 height: auto;
 margin: 0 auto 2rem;
}
  /* :::::::::: 【SP】お知らせ・ブログ欄 :::::::::: */
  section.notice dl,
section.notice02 dl{
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
  }
  section.notice dl::-webkit-scrollbar,
section.notice02 dl::-webkit-scrollbar	{
    width: 12px;
  }
  section.notice dl::-webkit-scrollbar-track,
section.notice02 dl::-webkit-scrollbar-track	{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  section.notice dl::-webkit-scrollbar-thumb,
section.notice02 dl::-webkit-scrollbar-thumb	{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  section.notice dl dt {
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0 0 2%;
    position: relative;
    display: block;
    color: #436f37;
		font-weight: bold;
		padding: 5px 5px 5px 25px;
    background: #d7e6c6;		
		cursor: pointer;
  }
	section.notice dl dt::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 10px;
    top: 0;
    bottom: 0;
    content: '';
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.5em solid #436f37;
	}
	section.notice dl dt.active::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 9px;
		top: 1px;
	}
  section.notice dl dd {
		display: none;
    color: #6b5d4e;
    font-size: 1em;
    line-height: 1.3em;
    margin: 0 0 5%;
  }
  section.notice02 dl dt {
    font-size: 1.1em;
    line-height: 1.1em;
    margin: 0 0 2%;
    position: relative;
    display: block;
	font-weight: bold;
	padding: 5px 5px 5px 25px;
	color: #c55a11;
    background: #f8cbad;	
  }
	section.notice02 dl dt::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    left: 10px;
    top: 0;
    bottom: 0;
    content: '';
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.5em solid #c55a11;;
	}
	section.notice02 dl dt.active::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 9px;
		top: 1px;
	}
  section.notice02 dl dd {
    color: #6b5d4e;
    font-size: 1em;
    line-height: 1.3em;
    margin: 0 0 5%;
  }	
	
  /* :::::::::: 【SP】理念 :::::::::: */
  section.idea {
    width: 100%;
  }
  section.idea ul {
    margin: 0;
  }
  section.idea li {
    position: relative;
    width: 100%;
    height: 6em;
    margin: 0 0 2px;
    list-style-type: none;
  }
  section.idea li span {
    position: absolute;
    color: #FFF;
    font-size: 0.9em;
    width: 66%;
    height: 2.2em;
    line-height: 1.1em;
    margin: auto;
    padding: 0 2%;
    top: 0;
    bottom: 0;
  }
  section.idea li:nth-of-type(1) {
    background: url(../images/index/idea01.png) no-repeat top left -25%, #4a3b2b;
    background-size: auto 100%;
  }
  section.idea li:nth-of-type(2) {
    background: url(../images/index/idea02.png) no-repeat top right -25%, #4a3b2b;
    background-size: auto 100%;
  }
  section.idea li:nth-of-type(3) {
    background: url(../images/index/idea03.png) no-repeat top left -25%, #4a3b2b;
    background-size: auto 100%;
  }
  section.idea li:nth-of-type(4) {
    background: url(../images/index/idea04.png) no-repeat top right -25%, #4a3b2b;
    background-size: auto 100%;
  }
  section.idea li:nth-of-type(odd) span {
    right: 0;
  }
  section.idea li:nth-of-type(even) span {
    left: 0;
  }
  section.idea li:nth-of-type(4) span {
    height: 4.4em;
  }
  section.idea li span.idea_num {
    font-size: 2.7em;
    font-family: 'Book Antiqua', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-style: italic;
    width: auto;
    height: auto;
    line-height: 1em;
    opacity: 0.2;
    margin: 0;
    top: auto;
    left: auto;
  }
  section.idea li:nth-of-type(odd) span.idea_num {
    bottom: 0;
    right: 0;
  }
  section.idea li:nth-of-type(even) span.idea_num {
    bottom: 0;
    right: 30%;
  }
  section.idea div {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3% 0;
    background: #e9e9e9;
  }
  section.idea div.ora_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 3% 0;
    background: #FFF2CC;
  }
  section.idea div section {
    position: relative;
    width: 50%;
    height: auto;
    overflow: visible;
    float: left;
    margin: 0 0 8%;
  }
  section.idea div section:nth-of-type(1) {
    background: url(../images/index/bg_topic01.png) no-repeat;
    background-size: 100%;
  }
  section.idea div section:nth-of-type(2) {
    background: url(../images/index/bg_topic02.png) no-repeat;
    background-size: 100%;
  }
  section.idea div section:nth-of-type(3) {
    background: url(../images/index/bg_topic03.png) no-repeat;
    background-size: 100%;
  }
  section.idea div section:nth-of-type(4) {
    background: url(../images/index/bg_topic04.png) no-repeat;
    background-size: 100%;
  }
  section.idea div section h2 {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 100;
    margin: auto;
    top: 35%;
  }
  section.idea div section:nth-of-type(1) h2 img {
    width: 66.8%;
  }
  section.idea div section:nth-of-type(2) h2 img {
    width: 66.8%;
  }
  section.idea div section:nth-of-type(3) h2 img {
    width: 86%;
  }
  section.idea div section:nth-of-type(4) h2 img {
    width: 65.6%;
  }
  section.idea div section a {
    box-sizing: border-box;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    padding: 54.7% 0 0;
  }
  section.idea div.ora_top section a {
    background: rgba(0, 0, 0, 0);
  }
  section.idea div section p {
    position: absolute;
    box-sizing: border-box;
    width: 94%;
    height: 3rem;
    font-size: 0.7em;
    color: #6b5d4e;
    line-height: 1.2em;
    padding: 2%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -1.2em;
    background: rgba(255, 255, 255, 0.9);
  }
  section.idea div section:nth-of-type(3) p, section.idea div section:nth-of-type(4) p {
    bottom: -1.8em;
  }
	
	section.idea div.ora_top section:nth-of-type(1) {
    background: url(../images/index/bg_topic_ora01.png) no-repeat;
    background-size: 100%;
  }
   section.idea div.ora_top section:nth-of-type(2) {
    background: url(../images/index/bg_topic_ora02.png) no-repeat;
    background-size: 100%;
  }
  section.idea div.ora_top section:nth-of-type(3) {
    background: url(../images/index/bg_topic_ora03.png) no-repeat;
    background-size: 100%;
  }
   section.idea div.ora_top section:nth-of-type(4) {
    background: url(../images/index/bg_topic_ora04.png) no-repeat;
    background-size: 100%;
  }
   section.idea div.ora_top section:nth-of-type(5) {
    background: url(../images/index/bg_topic_ora05.png) no-repeat;
    background-size: 100%;
  }
   section.idea div.ora_top section:nth-of-type(6) {
    background: url(../images/index/bg_topic_ora06.png) no-repeat;
    background-size: 100%;
  }
   section.idea div.ora_top section:nth-of-type(7) {
    background: url(../images/index/bg_topic_ora07.png) no-repeat;
    background-size: 100%;
  }
  /* :::::::::: 【SP】院長ブログ :::::::::: */
  .index_blog {
    width: 85%;
    margin: 7.5% auto;
  }
	
  .main section table.doctortable {
    width: auto;
    height: auto;
    border: solid 1px #CCC;
    text-align: center;
  }
  .main section table.doctortable caption {
    caption-side: top;
    margin: 0 auto 0.5em;
  }
  .main section table.doctortable th {
    background: #d7e6c6;
    padding: .2em .2em;
    border: solid 1px #CCC;
	vertical-align: middle;
	line-height: 1.5;
	  font-size: 75%;
  }
	
  .main section table.doctortable tbody td {
    padding: .2em .2em;
    border: solid 1px #CCC;
	width: 15%;
    vertical-align: middle;
    line-height: 1.5;
	  font-size: 75%;
  }
  .main section table.doctortable tbody td span{
      font-size: 68%!important;
	  line-height: 1.4!important;
	  display: block;
  }
  /* :::::::::: 【SP】クリニック概要 :::::::::: */
  section.summary p {
    font-size: 1.1em;
    color: #6b5d4e;
    margin: 0 0 10px;
  }
  section.summary address {
    font-size: 1em;
    color: #6b5d4e;
    line-height: 1.3em;
    margin: 0 0 5%;
  }
  section.summary address a {
    color: #6b5d4e;
    text-decoration: none;
  }
  section.summary address span.tel {
    display: block;
    font-size: 1.3em;
    margin: 5% 0 0;
  }
  section.summary dl {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 2%;
  }
  section.summary dl dt {
    width: 18%;
    height: auto;
    line-height: 1.3em;
    background: #668a5d;
    color: #FFF;
    text-align: center;
    float: left;
    clear: both;
    margin: 0 2% 2% 0;
    padding: 0.2em 0;
  }
  section.summary dl dd {
    width: 80%;
    height: auto;
    line-height: 1.3em;
    color: #6b5d4e;
    float: left;
    margin: 0 0 2%;
    padding: 0.2em 0;
  }
  section.summary table {
    margin: 0 0 5%;
  }
  section.summary table caption {
    font-size: 0.9em;
  }
  section.summary table th, section.summary table td {
    padding: 0.7em 0;
  }
}
/* -----------------------------------------------------------
　下層ページ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  /* :::::::::: 【PC】院長紹介 :::::::::: */
  #doctor .main section.nth-of-type2 {
    width: 65%;
    float: left;
  }
  #doctor .main section.nth-of-type3, #doctor .main section.nth-of-type4 {
    width: 35%;
    float: right;
  }
  #doctor .main section p.doctor_name {
    text-align: right;
    float: right;
  }
  #doctor .main section p.doctor_name span {
    font-size: 1.2em;
  }
  /* :::::::::: 【PC】初めての方へ :::::::::: */
  #first section ul li {
    margin: 0 0 15px;
  }
  /* :::::::::: 【PC】アクセス :::::::::: */
  #access .schedule th, #access .schedule td, #access .schedule caption {
    font-size: 1em;
  }
  #access .summary dl dd {
    color: inherit;
  }
  #access .gv_caption {
    height: 32px !important;
    line-height: 16px !important;
    font-size: 12px !important;
    text-align: left !important;
  }
  #access .summary p {
    font-size: 16px;
  }
  #access .pc_image_left {
    width: 320px;
  }
  #access #parking .guide {
    padding: 1em;
    background: #feeef1;
  }
  #access #parking .guide span {
    color: #F00;
  }

/* :::::::::: 【PC】風邪・発熱症状の方 :::::::::: */
	#feversymptoms .gv_caption {
    height: 32px !important;
    line-height: 16px !important;
    font-size: 12px !important;
    text-align: left !important;
  }
	
	
  
	
  /* :::::::::: 【PC】予約優先制 :::::::::: */
  #reserve strong {
    color: #679e39;
  }
  /* :::::::::: 【PC】クリニック紹介 :::::::::: */
  .flipsnap .item img {
    width: 100%;
  }
  p.comment {
    display: none;
  }
  #clinic .main section#facility section {
    position: relative;
    height: 225px;
    margin: 0 0 30px;
  }
  #clinic .main section#facility section figure {
    position: absolute;
    top: 0;
    left: 0;
  }
  #clinic .main section#facility section h3 {
    position: absolute;
    top: 0;
    left: 320px;
    width: 420px;
  }
  #clinic .main section#facility section p {
    position: absolute;
    top: 30px;
    left: 320px;
    width: 420px;
  }
  /* :::::::::: 【PC】診療内容 :::::::::: */
  .main section section strong {
    display: block;
    color: #d87b2f;
  }
  .main section ul.case {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 20px 5px;
    background: #f3f8e0;
    margin: 0 auto 1.7em;
  }
  .main section ul.case li {
    width: auto;
    height: auto;
    line-height: 1.1em;
    padding: 0.4em 1.2em;
    float: left;
    margin: 0 15px 10px 0;
    background: #FFF;
    border: solid 1px #95cf65;
    list-style-type: none;
  }
  .main section dl.case {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 20px 5px;
    margin: 0 auto 1.7em;
  }
  .main section .h4_box dl.case {
    padding: 0 0 5px;
    margin-bottom: 0;
  }
  .main section dl.case dt {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1.2em;
    padding: 0.4em 1.2em;
    background: #d7e6c6;
    margin: 0 0 10px;
  }
  .main section dl.case dt::after {
    position: absolute;
    display: block;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 1.4em #d7e6c6;
    border-top: solid transparent 1em;
    border-bottom: solid transparent 1em;
    top: 0;
    bottom: 0;
    right: -1.3em;
  }
  .main section dl.case dd {
    padding: 0 0 0 20px;
    margin: 0 auto 20px;
    line-height: 1.5em;
  }
  .main section table.case {
    width: auto;
    height: auto;
    border: solid 1px #CCC;
    text-align: center;
  }
  .main section table.case caption {
    caption-side: top;
    margin: 0 auto 0.5em;
  }
  .main section table.case th {
    background: #d7e6c6;
    padding: 0.4em 1.2em;
    border: solid 1px #CCC;
  }
  .main section table.case td {
    padding: 0.4em 1.2em;
    border: solid 1px #CCC;
  }
  .main section table.case.checkup {
    margin-bottom: 1.7em;
  }
  .main section table.case.checkup td {
    padding: 0.4em 1.2em;
    border: solid 1px #CCC;
    background-color: #FFF;
  }
	
  .main section table.case02 {
    width: 80%;
    margin: 0 10%;
    height: auto;
    border: solid 1px #CCC;
    text-align: center;
  }
  .main section table.case02 caption {
    caption-side: top;
    margin: 0 auto 0.5em;
  }
  .main section table.case02 th {
    background: #F68121;
    padding: 0.4em 1.2em;
	color: #ffffff;
    border: solid 1px #CCC;
  }
  .main section table.case02 td {
    padding: 0.4em 1.2em;
    border: solid 1px #CCC;
  }
  .main section table.case02.checkup {
    margin-bottom: 1.7em;
  }
  .main section table.case02.checkup td {
    padding: 0.4em 1.2em;
    border: solid 1px #CCC;
    background-color: #FFF;
  }
	
	
  .main section table.case03 {
    width: 95%;
    margin: 0 10%;
    height: auto;
    border: solid 1px #CCC;
    text-align: center;
	  margin: 2rem 0;
  }
  .main section table.case03.inner {
    margin-top: 1rem;
  }
  
  .main section table.case03 th {
    background: #F68121;
    padding: 0.7em 1.2em;
	  color: #ffffff;
    border: solid 1px #CCC;
	  line-height: 1.5;
  }
  .main section table.case03 th.pd_bg {
    background: #ffebda;
  }

  .main section table.case03 th.clr_red {
    background: #ff0000;
  }

	
  .main section table.case03 th span {
	font-size: 80%;
  }

  .main section table.case03 th span.fs{
    font-size: 100%;
    }
	
  .main section table.case03 td {
    padding: 0.7em 1.2em;
    border: solid 1px #CCC;
  }

  .main section table.case03.inner td {
    width: 60%;
  }

  .main section table.case03.inner td.or_bg {
    background: #ffebda;
  }

  .txt_small {
    font-size: 80%;
  }

  .red {
    color: #ff0000;
    text-decoration: line-through;
  }

  .sp_tit {
    font-size: 110% !important;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: #ff0000;
    width: fit-content;
    padding: 0.5rem 4rem;
    margin: auto !important;
    font-family: cursive;
  }
	
	
	
	
  /*******生活習慣病*******/
  #lifestyle ul.lifestyle {
    padding: 0 1.7em;
    margin: 0;
  }
  #lifestyle ul.lifestyle li {
    color: #d87b2f;
    list-style-type: none;
    background: url(../images/treatment/lifestyle_li.png) left top no-repeat;
    line-height: 1.1em;
    margin: 0 0 0.5em;
    text-indent: 2em;
  }
  #lifestyle ul.lifestyle li ul {
    box-sizing: border-box;
    margin: 1em 1.7em;
    width: auto;
    height: auto;
    background: #f7f9f5;
    border: solid 1px #d7e6c6;
    text-indent: 0;
    padding: 1em 1em 1em 2.4em;
  }
  #lifestyle ul.lifestyle li ul li {
    list-style-type: disc;
    background: none;
    color: #6b5d4e;
    text-indent: 0;
  }
  /*******脂質異常症*******/
  #dyslipidemia ul.dyslipidemia {
    width: 360px;
    height: auto;
    margin: 0 auto;
  }
  #dyslipidemia ul.dyslipidemia li {
    width: 100%;
    height: auto;
    padding: 0.8em 0;
    text-align: center;
    line-height: 1.1em;
    font-size: 1.2em;
    color: #679e39;
    background: #d7e6c6;
    list-style-type: none;
    margin: 0 0 0.5em;
  }
  /*******禁煙外来*******/
  p#yesno {
    text-align: center;
    font-size: 1.6em;
  }
  .main section ul.qa {
    margin: 0 auto 1.7em;
  }
  .main section ul.qa li {
    list-style-type: none;
    margin: 0 0 0.5em;
    color: #d87b2f;
  }
  .main section ul.qa li span {
    color: #6b5d4e;
  }
  .main section ul.qa li ul {
    box-sizing: border-box;
    margin: 1em 1.7em;
    width: auto;
    height: auto;
    background: #f7f9f5;
    border: solid 1px #d7e6c6;
    text-indent: 0;
    padding: 1em 1em 1em 2.4em;
  }
  .main section ul.qa li ul li {
    list-style-type: disc;
    background: none;
    color: #6b5d4e;
    text-indent: 0;
  }
  .main section#flow section {
    overflow: visible;
    position: relative;
    margin: 0 auto 50px;
  }
  .main section#flow section::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-top: solid 1.4em #d7e6c6;
    border-left: solid transparent 1em;
    border-right: solid transparent 1em;
    right: 0;
    left: 0;
    bottom: -2em;
  }
  .main section#flow section:last-child {
    overflow: hiddeb;
    position: static;
    margin: 0 auto 30px;
  }
  .main section#flow section p {
    margin: 0;
  }
  /*******健康診断*******/
  p.checkup_detail {
    font-weight: bold;
    color: #d87b2f;
    font-size: 0.9em;
  }
 /*******高濃度ビタミンC点滴*******/
.flexbox{
	display: flex;
	justify-content: space-between;
	align-items: center;  /* 子要素をflexboxにより中央に配置する */
	gap: 20px;
}

}
@media screen and (max-width: 768px) {
  /* :::::::::: 【SP】院長紹介 :::::::::: */
  #doctor .main section p.doctor_name {
    text-align: right;
    float: right;
  }
  #doctor .main section p.doctor_name span {
    font-size: 1.2em;
  }
  /* :::::::::: 【PC】初めての方へ :::::::::: */
  #first section ul li {
    margin: 0 0 0.9em;
  }
  /* :::::::::: 【SP】アクセス :::::::::: */
  #access .summary dl dd {
    color: inherit;
  }
  #access .summary p {
    font-size: 1em;
  }
  #access #parking .guide {
    padding: 1em;
    background: #feeef1;
  }
  #access #parking .guide span {
    color: #F00;
  }

	
  /*** 画像枚数×100% ****/
  #access .flipsnap {
    width: 900%;
  }
  /*** 100%÷画像枚数 ****/
  #access .item {
    float: left;
    width: calc(100% /9);
    cursor: pointer;
    overflow: hidden;
  }
	
/*** 画像枚数×100% ****/
  #feversymptoms .flipsnap {
    width: 400%;
  }
  #feversymptoms ul.flipsnap {
    margin: 0;
  }
  /*** 100%÷画像枚数 ****/
  #feversymptoms .item {
    float: left;
    width: calc(100% /4);
    cursor: pointer;
    overflow: hidden;
  }
	/*** 画像枚数×100% ****/
  #feversymptoms .flipsnap2 {
    width: 400%;
  }
  #feversymptoms ul.flipsnap2 {
    margin: 0;
  }
  /*** 100%÷画像枚数 ****/
  #feversymptoms .item2 {
    float: left;
    width: calc(100% /4);
    cursor: pointer;
    overflow: hidden;
  }
  /* :::::::::: 【SP】クリニック紹介 :::::::::: */
  /*** 画面幅に対しての画像の表示サイズ
  　　 max-widthは画像ファイルの横幅サイズ ****/
  .viewport {
    width: 90%;
    max-width: 800px;
    overflow: hidden;
    margin: 0 auto;
  }
  /*** 画像枚数×100% ****/
  #clinic .flipsnap {
    width: 1300%;
  }
  #clinic ul.flipsnap {
    margin: 0;
  }
  /*** 100%÷画像枚数 ****/
  .item {
    float: left;
    width: calc(100% /13);
    cursor: pointer;
    overflow: hidden;
  }
  .item p {
    padding: 3px 0 8px 0;
    font-weight: bold;
    color: #333;
    text-align: center;
  }
  p.comment {
    text-align: center;
    margin-top: 10px;
  }
  #clinic .main section#facility section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 5%;
  }
  #clinic .main section#facility section figure {
    -webkit-order: 0;
    order: 0;
  }
  #clinic .main section#facility section h3 {
    -webkit-order: 1;
    order: 1;
    font-size: 1.1em;
    margin: 0 0 2%;
  }
  #clinic .main section#facility section p {
    -webkit-order: 2;
    order: 2;
  }
  /* :::::::::: 【SP】予約優先制 :::::::::: */
  #reserve strong {
    color: #679e39;
  }
  /* :::::::::: 【SP】診療内容 :::::::::: */
  .main section section strong {
    display: block;
    color: #d87b2f;
  }
  .main section ul.case {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.5em 0.5em 0.3em;
    background: #f3f8e0;
    margin: 0 auto 1.7em;
  }
  .main section ul.case li {
    width: auto;
    height: auto;
    line-height: 1.1em;
    padding: 0.4em 1em;
    float: left;
    margin: 0 0.8em 0.5em 0;
    background: #FFF;
    border: solid 1px #95cf65;
    list-style-type: none;
  }
  .main section dl.case {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.5em 0.3em;
    margin: 0 auto 1.7em;
  }
  .main section .h4_box dl.case {
    padding: 0 0 1.7em;
  }
  .main section dl.case dt {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1.2em;
    padding: 0.4em 0.8em;
    background: #d7e6c6;
    margin: 0 0 3%;
  }
  .main section dl.case dt::after {
    position: absolute;
    display: block;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 1.4em #d7e6c6;
    border-top: solid transparent 1em;
    border-bottom: solid transparent 1em;
    top: 0;
    bottom: 0;
    right: -1.4em;
  }
  .main section dl.case dd {
    padding: 0 0 0 0.5em;
    margin: 0 auto 5%;
    line-height: 1.5em;
  }
  .main section table.case {
    width: 100%;
    height: auto;
    border: solid 1px #CCC;
    text-align: center;
  }
  .main section table.case caption {
    caption-side: top;
    margin: 0 auto 0.5em;
  }
  .main section table.case th {
    background: #d7e6c6;
    padding: 0.4em 1.2em;
    border: solid 1px #CCC;
    width: 50%;
    font-weight: normal;
    font-size: 0.9em;
  }
  .main section table.case.checkup {
    margin-bottom: 3%;
  }
  .main section table.case.checkup td {
    padding: 0.4em 1.2em;
    border: solid 1px #CCC;
    background-color: #FFF;
  }
	
  .main section table.case02 {
    width: 100%;
    height: auto;
    border: solid 1px #CCC;
    text-align: center;
  }
  .main section table.case02 caption {
    caption-side: top;
    margin: 0 auto 0.5em;
  }
  .main section table.case02 th {
    background: #F68121;
    padding: 0.4em 1.2em;
    border: solid 1px #CCC;
    width: 50%;
    color: #fff;
    font-weight: normal;
    font-size: 0.9em;
  }
  .main section table.case02.checkup {
    margin-bottom: 3%;
  }
  .main section table.case02.checkup td {
    padding: 0.4em 1.2em;
    border: solid 1px #CCC;
    background-color: #FFF;
  }
	
	
	.main section table.case03 {
    width: 100%;
    margin: 0 10%;
    height: auto;
    border: solid 1px #CCC;
    text-align: center;
	margin: 1.5rem 0;
  }
  
  .main section table.case03 th {
    background: #F68121;
    padding: 0.7em 1.2em;
	  color: #ffffff;
    border: solid 1px #CCC;
	  line-height: 1.5;
    vertical-align: middle;
  }
  .main section table.case03 th.pd_bg {
    padding: 0.7em 0.3em;
    background: #ffebda;
  }

  .main section table.case03 th span.fs{
    font-size: 100%;
    }

  .main section table.case03.inner {
    margin-top: 0.8rem;
  }


  .main section table.case03 th.clr_red {
    background: #ff0000;
    vertical-align: middle;
  }
	
  .main section table.case03 th span {
	font-size: 80%;
  }
	
.main section table.case03 td {
    padding: 0.7em 1.2em;
    border: solid 1px #CCC;
    vertical-align: middle;
  }

  .main section table.case03.inner td {
    width: 60%;
  }

  .main section table.case03.inner td.or_bg {
    background: #ffebda;
  }

  .txt_small {
    font-size: 80%;
  }

  .red {
    color: #ff0000;
    text-decoration: line-through;
  }

  .line-h {
    line-height: 1.8rem;
  }

  .sp_tit {
    font-size: 90% !important;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: #ff0000;
    width: fit-content;
    padding: 0.5rem 2.5rem;
    margin: 1.5rem auto 0 !important;
    font-family: cursive;
  }

	
	
	
	
  /*******生活習慣病*******/
  #lifestyle ul.lifestyle {
    padding: 0;
    margin: 0;
  }
  #lifestyle ul.lifestyle li {
    color: #d87b2f;
    list-style-type: none;
    background: url(../images/treatment/lifestyle_li.png) left top no-repeat;
    line-height: 1.1em;
    margin: 0 0 0.5em;
    padding-left: 2em;
  }
  #lifestyle ul.lifestyle li ul {
    box-sizing: border-box;
    margin: 1em 0;
    width: auto;
    height: auto;
    background: #f7f9f5;
    border: solid 1px #d7e6c6;
    text-indent: 0;
    padding: 1em 1em 1em 1.7em;
  }
  #lifestyle ul.lifestyle li ul li {
    list-style-type: disc;
    background: none;
    color: #6b5d4e;
    text-indent: 0;
    padding: 0;
  }
  /*******脂質異常症*******/
  #dyslipidemia ul.dyslipidemia {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  #dyslipidemia ul.dyslipidemia li {
    width: 100%;
    height: auto;
    padding: 0.8em 0;
    text-align: center;
    line-height: 1.1em;
    font-size: 1.1em;
    color: #679e39;
    background: #d7e6c6;
    list-style-type: none;
    margin: 0 0 0.5em;
  }
  /*******甲状腺*******/
  #after_none::after {
    content: none;
  }
  /*******禁煙外来*******/
  p#yesno {
    text-align: center;
    font-size: 1.3em;
  }
  .main section ul.qa {
    margin: 0 auto 1.7em;
  }
  .main section ul.qa li {
    list-style-type: none;
    margin: 0 0 0.5em;
    color: #d87b2f;
  }
  .main section ul.qa li span {
    color: #6b5d4e;
  }
  .main section ul.qa li ul {
    box-sizing: border-box;
    margin: 1em 1.7em;
    width: auto;
    height: auto;
    background: #f7f9f5;
    border: solid 1px #d7e6c6;
    text-indent: 0;
    padding: 1em 1em 1em 2.4em;
  }
  .main section ul.qa li ul li {
    list-style-type: disc;
    background: none;
    color: #6b5d4e;
    text-indent: 0;
  }
  .main section#flow section {
    overflow: visible;
    position: relative;
    margin: 0 auto 50px;
  }
  .main section#flow section::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-top: solid 1.4em #d7e6c6;
    border-left: solid transparent 1em;
    border-right: solid transparent 1em;
    right: 0;
    left: 0;
    bottom: -2em;
  }
  .main section#flow section:last-child {
    overflow: hidden;
    position: static;
    margin: 0 auto 30px;
  }
  .main section#flow section p {
    margin: 0;
  }
  /*******健康診断*******/
  p.checkup_detail {
    font-weight: bold;
    color: #d87b2f;
  }
　/*******高濃度ビタミンC点滴*******/
.flexbox{
	display: block;
}
.flexbox image {
	width: 100%;	
	}
}
.doctor_detail li {
  padding-bottom: 0.5em;
}
.text-price {
  color: #a26a3c;
  font-weight: 600;
  font-size: 120% !important;
}
.tag_orange {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1.2em;
    padding: 0.6em 1.2em;
    background: #ffec99;
    margin: 0 0 10px;
  }
  .tag_orange::after {
    position: absolute;
    display: block;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 1.3em #ffec99;
    border-top: solid transparent 1.2em;
    border-bottom: solid transparent 1.2em;
    top: 0;
    bottom: 0;
    right: -1.3em;
  }
.tag_green {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1.2em;
    padding: 0.6em 1.2em;
    background: #D7E6C6;
    margin: 0 0 10px;
  }
  .tag_green::after {
    position: absolute;
    display: block;
    content: "";
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 1.3em #D7E6C6;
    border-top: solid transparent 1.2em;
    border-bottom: solid transparent 1.2em;
    top: 0;
    bottom: 0;
    right: -1.3em;
  }
.red_box01{
	padding: 16px 20px;
    border: solid 2px #F00;
    background: #feeef1;
}
.ora_box01{
	padding: 16px 20px;
    border: solid 2px #fdd100;
    border-radius: 20px;
}
.green_box01{
	padding: 16px 20px;
    border: solid 2px #d7e6c6;
    border-radius: 20px;
    background: #fff;
}
.ora_box02{
	padding: 16px 16px;
    margin-bottom: 10px;
    background-color: #f9f6e8;
}
.ora_box02 .bold{
	font-weight: bold;
    display: inherit;
}
.flow_ora li+li{
	position: relative;
	margin-top: 50px; /*矢印画像の高さと配置を考慮して設定*/
}
.flow_ora li+li:before{
		content: '';
	display: block;
	position: absolute;
	top: -40px; /*矢印画像の高さと配置を考慮して設定*/
	width: 100%;
	height: 35px;
	background: url("../images/template/arw_ora.png") no-repeat 50% 50%; /*矢印画像*/
}

ul.nolist {
margin-left: 0 !important;
}

ul.nolist li {
list-style-type: none !important;
}

ol.TOC{
  background: #f7f9f5;
  border: solid 1px #d7e6c6;
  padding: 1em;
  list-style: none;
  counter-reset: number 0;
  margin: 20px 0!important;
}
ol.TOC > li{
  counter-increment: number 1;
  padding-left: 1.6em;
  position: relative;
  list-style: none!important;
}
ol.TOC > li::before{
  display: inline-block;
  content: counter(number)".";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  color: #436f37;
}
ol.TOC li:not(:last-of-type){
  margin-bottom: 0.7em;
}
ol.TOC a{
  color: #436f37;
}
ol.TOC > li > ol{
  counter-reset: number 0;
  margin: 0.7em 0 0!important;
}
ol.TOC > li > ol > li{
  counter-increment: number 1;
  padding-left: 1.8em;
  position: relative;
  list-style: none!important;
}
ol.TOC > li > ol > li::before{
  display: inline-block;
  content: "("counter(number)")";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  color: #436f37;
  font-size: 85%;
}

.greeting_wrap {
  padding: 0 30px 0px;
	margin-bottom: 50px;
  box-sizing: border-box;
  background: url("../images/doctor/greeting_wrap_bg.jpg") no-repeat;
  background-position: bottom right;
  background-size: cover;
  font-weight: bold;
}
.greeting_wrap p {
  text-shadow: 0 0 10px rgba(255,255,255,1);
}
.greeting_wrap .doctor_name {
  text-align: right;
  margin-top: 1em;
}
.greeting_wrap .pc_image_right {
  line-height: 0;
}
.greeting_wrap .pc_image_right img {
  box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}
@media screen and (max-width: 768px) {
  .greeting_wrap {
    background-position: bottom center!important;
    padding: 0 15px 0px;
	  background-size: 600%;
  }
}



