@charset "UTF-8";

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (min-width: 320px) and (max-width: 979px) {
  html, body {
    background-color: #ffffff;
  }

  body {
    position: relative;
    overflow-x: hidden;
    right: 0;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  	/* ------------------------------------------
    	MENU Button
    	------------------------------------------ */
  #menu_sp_button {
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	background-color: #F39800;
	border: 1px #fff solid;
	z-index: 3000;
	text-decoration: none;
	border-radius: 3px;
  }
  #menu_sp_button #menu_sp_text {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    color: #fff;
  }

  /* ------------------------------------------
   Header
  ------------------------------------------ */
  header {
    width: 95%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    padding: 20px 0;
    width: 90%;
  }
  header > h1 {
    text-align: center;
    width:100%;
    height:auto;
    margin:0 auto;
  }

  	/* ------------------------------------------
   	Main Navi
  	------------------------------------------ */
  nav#main_navi {
	position: fixed;
	width: 180px;
	right: -181px;
	/* ボーダーの分＋ */
	top: 0;
	height:100%;
	overflow: scroll;
	border-left: 1px #fff solid;
	background-color: #eee;
	display: block;
  }
  nav#main_navi > ul {
    margin-bottom: 50px;
    overflow: hidden;
  }
  nav#main_navi > ul > li.open {
    display: block;
  }
  nav#main_navi > ul > li > a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	background-color: #F39800;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 1.6rem;
	height: 65px;
	padding: 0.5em;
  }
    nav#main_navi > ul > li.nav01 a {
	padding: 1.3em 0.5em;
  }
    nav#main_navi > ul > li.nav02 a {
	padding: 0.5em;
	line-height: 1em;
  }
	nav#main_navi > ul > li > a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	background-color: #F39800;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 1.6rem;
	padding: 0.5em;
  }
  nav#main_navi > ul > li > a.current {
    background-color: #f39800;
  }
  nav#main_navi > ul > li > a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav#main_navi > ul > li > a > span {
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.5em;
	display: block;
  }


  /* ------------------------------------------
  Slider
  ------------------------------------------ */
  #slider {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    background-color: #FDF9E8;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
  }
  #slider > .catch {
    /*position: absolute;*/
    /*text-align: center;*/
    /*width: 100%;*/
    /*box-sizing: border-box;*/
    /*padding: 10px;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 9999;*/
  }

  /* ------------------------------------------
   Contents
  ------------------------------------------ */
  #contents {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }

  #contents_main {
    margin-bottom: 20px;
  }

  #contents_sub {
    margin-bottom: 20px;
  }

  /* ------------------------------------------
  Top
  ------------------------------------------ */
  .top_point3 {
    padding: 10px 0;
    margin-bottom: 2em !important;
    overflow: hidden;
  }
  .top_point3 > h2 {
	color: #705444;
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0;
  }
  .top_point3 > ul {
    width: 94%;
    margin: 0 auto;
  }
  .top_point3 > ul > li {
    padding-bottom: 10px;
  }
  .top_point3 > ul > li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .top_point3 > ul > li > h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 1em;
	background-color: #F39800;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
  }
  .top_point3 > ul > li > h3 > span {
	background-color: #fff;
	color: #F39800;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
	margin-right: 5px;
  }
  .top_point3 > ul > li > div {
	padding: 0 5px;
	line-height: 1.5;
  }

  .news {
    margin-bottom: 2em !important;
    overflow: hidden;
    height: 300px;
  }
  .news > ul {
    padding: 10px;
  }
  .news > ul:first-child {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
  }
  .news > ul > li {
	clear: both;
	border-bottom: 1px #ccc dotted;
	overflow: hidden;
	padding-bottom: 15px;
	line-height: 1.5em;
  }
  .news > ul > li:last-child {
    margin-bottom: 0;
  }
  .news > ul > li > span {
    display: block;
    float: left;
  }
  .news > ul > li > span:first-child {
	width: 120px;
  }

  .schedule {
    overflow: hidden;
	margin-bottom: 2em !important;
  }
  .schedule .schedule_inner {
    padding: 10px;
  }
  .schedule .schedule_inner > h3 {
	font-size: 1.6rem;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-left-style: none;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
  }
  .schedule .schedule_inner > .table {
	display: table;
	width: 100%;
	border: 1px #ccc solid;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
  }
  .schedule .schedule_inner > .table > div {
    display: table-row;
  }
  .schedule .schedule_inner > .table > div > div {
    display: table-cell;
    vertical-align: middle;
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    padding: 10px 0;
    text-align: center;
  }
  .schedule .schedule_inner > .table > div > div:first-child {
    width: 20%;
  }
  .schedule .schedule_inner > .table > div.label > div {
    background-color: #eee;
    width: 10%;
  }
  .schedule .schedule_inner > .table > div.data > div:nth-child(n+2) {
	color: #705444;
  }
  .schedule .schedule_inner > aside {
    padding-top: 10px;
    color: #F00;
    font-size:1.5rem;
    line-height:1.5;
  }

  .schedule .schedule_inner > h3 span {
    font-weight: normal;
  }
  .schedule .schedule_inner > p.precaution {
	color: #F00;
	padding-bottom: 15px;
	line-height: 1.5em;
  }
  
  
  
  .checkup_inner {
    padding: 10px;
  }
  .checkup_inner > h3 {
	font-size: 1.6rem;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-left-style: none;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
  }
  .checkup_inner > .table {
	display: table;
	width: 100%;
	border: 1px #ccc solid;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
  }
  .checkup_inner > .table > div {
    display: table-row;
  }
  .checkup_inner > .table > div > div {
    display: table-cell;
    vertical-align: middle;
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    padding: 10px 0;
    text-align: center;
  }
  .checkup_inner > .table > div > div:first-child {
    width: 20%;
  }
  .checkup_inner > .table > div.label > div {
    background-color: #eee;
    width: 10%;
  }
  .checkup_inner > .table > div.data > div:nth-child(n+2) {
	color: #705444;
  }
 .checkup_inner > aside {
    padding-top: 10px;
    color: #F00;
    font-size:1.5rem;
    line-height:1.5;
  }

  .checkup_inner > h3 span {
    font-weight: normal;
  }
  .checkup_inner > p.precaution {
	color: #F00;
	padding-bottom: 15px;
	line-height: 1.5em;
  }
  
  .va_schedule {
	width: 100%;
	margin-bottom: 5px;
  }
  .va_schedule th{
	background-color: #FFC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	display : block;
  }
  .va_schedule td{
	text-align: center;
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	display : block;
	border-bottom-style: none;
  } 
   .va_schedule td.last {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
  } 
    .va_schedule td > ul.schedule0 {
	  overflow: hidden;
	}
  .va_schedule td > ul.schedule0 li {
	width: 50%;
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	margin-bottom: 15px;
	}
  .va_schedule td > ul.schedule0 li:nth-child(even) {
	width: 49%;
	display: block;

	list-style-type: none;
	text-align: center;
	border-right-style: none;
	}	
    .va_schedule td > ul.schedule1 {
	  overflow: hidden;
	}
	.va_schedule td > ul.schedule1 li {
	  width: 50%;
	  display: block;
	  float: left;
	  list-style-type: none;
	  text-align: center;
	  border-right-width: 1px;
	  border-right-style: dotted;
	  border-right-color: #999;
	}
	.va_schedule td > ul.schedule1 li:last-child {
	width: 49%;
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	border-right-style: none;
	}
	 .va_schedule td > span.check{
	background-color: #F00;
	color: #FFF;
	padding: 2px;
	 }

    .yoyaku_head{
	background-color: #FFC;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	  }
   .p_info_reserved > div {
	overflow: hidden;
  }
  .p_info_reserved > div > .image {
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
  }
  .p_info_reserved > div > .button {
	display: block;
	text-decoration: none;
	width: 100%;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
  }
  .p_info_reserved > div > .button:hover {
	background-color: #FFFFFF;
  }
  .p_info_reserved > .left {
	margin-bottom: 1em;
	border: 1px solid #cccccc;
	background-color: #E1E1E1;
  }
  .p_info_reserved > .right {
	border: 1px solid #cccccc;
	background-color: #E1E1E1;
  }
  .topaccess {
    overflow: hidden;
	margin-bottom: 2em !important;
  }
 .common_box .yuudo > ul > li {
    display: block;
    margin-bottom: 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 !important;
  }
  .common_box .yuudo　> ul > li > div > img {
    display: block;
  }
  .common_box .yuudo > ul > li > div > div {
    padding-top: 5px;
    text-align: center;
    height:40px;
    font-size:1.4rem;
    line-height:1.3;
  }
  .common_box .yuudo > ul > li:nth-child(odd) > div {
    padding-right: 5px !important;
  }
  .common_box .yuudo > ul > li:nth-child(even) > div {
    padding-left: 5px !important;
  }

   .access > div {
	overflow: hidden;
  }
  .access > div > .image {
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
  }
   .access > .left {
	margin-bottom: 1em;
	text-align: left;
  }

  .access > .right {
	margin-bottom: 1em;
	text-align: center;
	padding-top: 15px;
  }
   .access > .right img {
    width: 100vw;
  }
  .access > .left > .map {
    box-sizing: border-box;
    margin-bottom: 1em;
  }
   .access > .left > .map img {
    width: 100vw;
  }
  .left > .map_button {
    overflow: hidden;
  }
  .left > .map_button > div {
    width: 48%;
  }
  .left > .map_button > .gm {
	float: left;
  }
  .left > .map_button > .ym {
    float: right;
  }
  
  .p_info_alliance > div {
    margin-bottom: 10px;
  }
  .p_info_alliance ul li {
    clear: both;
    width: 100% !important;
    line-height: 1.8;
  }
  .p_info_alliance ul li a {
    text-decoration: none;
  }
  .p_info_alliance ul li span {
    color: #F8CE3A !important;
  }
  .checkup .kenshin {
    list-style: disc;
    padding-left: 2em;
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .checkup .kenshin li {
    width: 100% !important;
    clear: both;
  }
  .checkup .kenshin_mochimono > h4 {
    font-weight: bold;
    font-size: 1.5rem;
  }
  .checkup .kenshin_mochimono > div {
    background-color: #eee;
    padding: 15px;
    border-radius: 5px;
    line-height: 1.7;
  }
  /* ------------------------------------------
   Sidebar
  ------------------------------------------ */
  #contents_sub {
    overflow: hidden;
  }
  .side_banner {
    text-align: center;
    margin-bottom: 20px;
  }
  .side_banner img {
	  width:70vw;
  }
  .side_tel {
    text-align: center;
    margin-bottom: 20px;
  }
  .side_tel img{
    width:70vw;
  }
  .side_access > .text {
    margin-bottom: 10px;
  }
  .side_access > .map {
    text-align: center;
    margin-bottom: 10px;
  }

  .side_reserve > .text {
	margin-bottom: 10px;
	line-height: 1.5em;
  }
  .side_reserve > .button {
	display: block;
	text-align: center;
	padding-bottom: 10px;
  }
  .side_reserve > .button img {
	width:70vw;
  }
  .side_reserve > .qr_code {
	padding-top: 1em;
	overflow: hidden;
	width: 70vw;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
  }
  .side_reserve > .qr_code div {
	float: left;
	width: 70%;
	font-size: 1.5rem;
	vertical-align: top;
  }
  .side_reserve > .qr_code div:last-child {
	text-align: right;
	width: 25%;
	padding-left: 5%;
  }

  /* ------------------------------------------
   Footer
  ------------------------------------------ */
  footer {
    background-color: #fff;
  }
  footer .return_top {
    background-color: #fff;
    text-align: center;
  }
  footer #footer_navi {
    background-color: #f39800;
    padding: 20px 0 0;
    overflow: hidden;
  }
  footer #footer_navi > ul > li {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    padding: 8px 0;
    box-sizing: border-box;
    border-bottom: 1px #fff solid;
    border-left: 1px #fff solid;
  }
  footer #footer_navi > ul > li:nth-child(-n+2) {
    border-top: 1px #fff solid;
  }
  footer #footer_navi > ul > li:nth-child(odd) {
    border-left: none;
  }
  footer #footer_navi > ul > li > a {
    text-decoration: none;
    color: #fff;
    line-height: 1;
  }
  footer #footer_navi > ul > li > a:hover {
    text-decoration: underline;
  }
  footer #footer_navi > ul > li > a:before {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    width: 4px;
    height: 4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  footer .foot_info {
    text-align: center;
    padding: 20px 10px;
  }
  footer .foot_info > div {
    padding-top: 10px;
  }
  footer > small {
    display: block;
    text-align: center;
    padding-bottom: 1em;
  }

  footer .foot_info > div > img {
    width:90%;
    height:auto;
    margin:0 auto 10px;
    text-align:center;
    max-width:480px;
  }

  footer .foot_info > div:nth-child(2) {
    text-align:center;
    font-size:1.3rem;
  }




  /* ------------------------------------------
   Common
  ------------------------------------------ */
  .common_box_point3 {
    overflow: hidden;
    background-color: #ffe6bc;
	box-sizing: border-box;
    border-radius: 5px;
  }

  .common_box {
    border: 1px #f39800 solid;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
  }
  .common_box > h2 {
	font-size: 1.6rem;
    color: #fff;
    padding: 0 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6ec14f+0,6ec14f+50,cbeebd+50,cbeebd+100 */
    background: #6ec14f;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f39800 60%, #e2d2c1 40%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f39800 60%, #e2d2c1 40%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f39800 60%, #e2d2c1 40%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec14f', endColorstr='#7ed15f',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
  .common_box > h2 > span {
    display: table-cell;
  }
  .common_box > h2 > span:first-child {
	font-size: 2rem;
	width: 1.3em;
	height: 1.3em;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
  }
  .common_box > h2 > span:last-child {
	font-size: 1.8rem;
	margin: 0px;
	padding: 0px;
  }
  .common_box .inner-box {
    padding: 1.5rem;
    overflow: hidden;
  }
  .common_box .inner-box > p {
    margin-bottom: 20px;
  }
  .common_box .inner-box > p:last-child {
    margin-bottom: 0;
  }
  .common_box h3 {
	font-size: 1.8rem;
	color: #333;
	margin-bottom: 10px;
	font-weight: bold;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #F39800;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
  }

  .common_side_box {
    border: 1px #b7b3ae solid;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .common_side_box > h3 {
    color: #593824;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px #f39800 solid;
    margin-bottom: 10px;
    font-size:2rem;
    font-weight:bold;
    letter-spacing:2px;
  }
  .common_side_box > ul {
    list-style: disc;
    padding-left: 1.5em;
  }
  .common_side_box > ul > li {
    margin-bottom: 3px;
  }
  .common_side_box > ul > li:last-child {
    margin-bottom: 0;
  }

  .common_button {
	background-color: #e2d2c1;
	position: relative;
	display: block;
	text-decoration: none;
	color: #896e5a;
	padding: 7px 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
  }
  .common_button:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: solid 2px #896e5a;
    border-right: solid 2px #896e5a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(-7deg);
    content: "";
  }
  .common_button:hover {
	background-color: #bfa386;
	color: #fff;
  }

  .common_box_wrap > .common_box {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .common_box_wrap > .common_box > .inner-box > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .common_box_wrap > .common_box > .inner-box > ul > li {
    width: 50%;
    float: left;
    padding: 2px 10px 2px 0;
    box-sizing: border-box;
  }
  .common_box_wrap > .common_box > .inner-box > ul > li > span {
    color: #C9AB00;
    margin-right: 5px;
  }
  .common_box_wrap > .common_box:last-child {
    margin-bottom: 0;
  }

  /* ------------------------------------------
   サブページ
  ------------------------------------------ */
  .main_image {
    position: relative;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: url("../images/common/main_image.jpg") 0 50%;
    background-size: cover;
    background-position:50% 0%;
  }
  .main_image > .image {
    display: none;
  }
  .main_image > .title {
	position: absolute;
	top: 46%;
	margin-top: -10px;
	font-size: 2rem;
	line-height: 1em;
	left: 15px;
	color: #FFFFFF;
  }

  .bx-wrapper,
  .bx-wrapper .bx-viewport {
    border-radius: 0 !important;
  }

  .bx-controls-direction {
    display: none !important;
  }

  /* ------------------------------------------
   医師紹介
  ------------------------------------------ */
.common_box .doctor_1 > .doc_left {
    padding-top: 20px; 
	text-align: center;
  }
  .common_box .doctor_1 > .name {
    padding-top: 10px;
    text-align: right;
	font-size: 13px;
	font-weight: bold;
  }
  .common_box .doctor_1 > .doc_right {
	line-height: 1.5;
    text-align: left;
  }
   .common_box .doctor_1  .doc_right .doc_name {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-top:10px;
  }
  .common_box .doctor_1  .doc_right .doc_name > span {
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: normal;
  }
  /* ------------------------------------------
   施設案内
  ------------------------------------------ */
  .common_box .facilities_1 > ul > li {
    display: block;
    margin-bottom: 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 !important;
  }
  .common_box .facilities_1 > ul > li > div > img {
    display: block;
  }
  .common_box .facilities_1 > ul > li > div > div {
    padding-top: 5px;
    text-align: center;
    height:40px;
    font-size:1.4rem;
    line-height:1.3;
  }
  .common_box .facilities_1 > ul > li:nth-child(odd) > div {
    padding-right: 5px !important;
  }
  .common_box .facilities_1 > ul > li:nth-child(even) > div {
    padding-left: 5px !important;
  }

  /* ------------------------------------------
   FAQ
  ------------------------------------------ */
  .faq_wrap > .faq_line > div {
    display: table;
    width: 100%;
  }
  .faq_wrap > .faq_line > div > div {
    display: table-cell;
  }
  .faq_wrap > .faq_line > div > div:first-child {
    width: 50px;
  }
  .faq_wrap > .faq_line > .faq_q {
    margin-bottom: 10px;
    color: #927A09;
    font-size: 1.4rem;
  }
  .faq_wrap > .faq_line > .faq_a {
    padding-bottom: 15px;
    border-bottom: 1px #927A09 dotted;
    margin-bottom: 15px;
  }
  .faq_wrap > .faq_line .faq_q_symbol {
    display: table-cell;
    content: 'Q';
    background-color: #927A09;
    color: #fff;
    font-size: 1.6rem;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 5px;
  }
  .faq_wrap > .faq_line .faq_a_symbol {
    display: table-cell;
    content: 'A';
    border: 1px #927A09 solid;
    color: #927A09;
    font-size: 1.6rem;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 5px;
  }
  .faq_wrap > .faq_line:last-child > .faq_a {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  /* ------------------------------------------
   アクセス
  ------------------------------------------ */
  .access_wrap {
    width: 100%;
  }
  .access_wrap .access_text {
    vertical-align: top;
  }
  .access > .name {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .access > .address {
    margin-bottom: 10px;
  }
  .access_wrap .access_text > .train > ul {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .access_wrap .access_text > .train > ul > li {
    margin-bottom: 5px;
  }
  .access_wrap .access_text > .train > ul > li > span {
    color: #228fd6;
    margin-right: 5px;
  }

  .access_wrap .access_image {
    text-align: center;
  }
  .access_wrap .access_image > img {
  }

  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* plus */
.home_point_txt{
  font-size:1.4rem;
}

.schedule_mark{
  color:#dd3131;
  font-weight:bold;
  font-size:1.4rem;
}

.map iframe{
  width:100%;
  height:300px;
}

.medical_detail_w{
  margin-bottom:25px;
}

.medical_detail_h{
  font-size:1.6rem;
  margin-bottom:8px;
}

.medical_detail_t{
  font-size:1.4rem;
  margin-left:18px;
  line-height:1.6;
  margin-right:18px;
}


.medical_detail_h::before{
  content:"■";
  color:#228fd6;
  font-size:1.4rem;
  margin-right:5px;
}

.medical_introduce_t{
  font-size:1.4rem;
  line-height:1.6;
}

h3.medical_subject_h{
	font-weight: bold;
	color: #F39800;
	font-size: 1.8rem;
	letter-spacing: normal;
	line-height: 1.2em;
}

/* 医師紹介 */

.doc_left p{
  margin-bottom:20px;
  line-height:1.5;
}

.doc_left .name{
  font-size:1.8rem;
}

ul.doctor_list{
}

ul.doctor_list li{
  font-size:1.4rem;
  float:none !important;
}

.doctor_tbl{
  width:100%;
  margin-bottom:30px;
  margin-top:20px;
}

.doctor_tbl td{
  padding-bottom: 5px;
}

.doctor_year{
  width:80px;
}

.doctor_list_w{
  margin-top:20px;
  margin-bottom:20px;
}
.doctor_list_wb{
  margin-top:20px;
  margin-bottom:0;
}
.doctor_list_w ul{
  
}

.doctor_list_w li{
  padding-bottom: 5px;
}

.doctor_list_w li::before{
  content:"・";
}

.doc_right img{
  width:40%;
  height:40%;
  border-radius:5px;
  min-width:170px;
}


/* アクセス */
.train_h::before {
    content: "■";
    color: #228fd6;
    margin-right:3px;
}


/* サイド　電話番号 */
.side_telephone_w{
background:#137fc7;
border-radius:5px;
width:90%;
color:#fff;
text-align:center;
padding:10px 0 15px;
margin:0 auto 20px;
}

.side_telephone_h{
font-size:2rem;
line-height: 1;
}

.side_telephone_number p{
font-size:2.7rem;
border-bottom: 1px dotted #fff;
display:inline-block;
line-height: 1em;
padding-bottom: 10px;
padding-top: 7px;
}

.side_telephone_number p::before{
content: '';
display: inline-block;
width: 1em;
height: 1em;
background-image: url(../images/sidebar/icon_telephone.png);
background-size: contain;
vertical-align: middle;
margin-right:5px;
}

.side_telephone_day{
margin-top:8px;   
}

.side_telephone_day p{
font-size:1.5rem;
}

.side_telephone_memo p{
font-size:1.3rem;
line-height:1.5;
}

/* お知らせ */

.info-date{
  width:150px !important;
  font-size:1.4rem;
    color: #000000 !important;
}

.info-h{
  margin-bottom:5px;
    color: #228fd6;
  font-size:1.8rem;
}

.news > ul > li:last-child {
}


.itv_introduce_w{
  margin-top:20px;
  margin-bottom:20px;
font-size:1.4rem;
}
.itv_introduce_wb{
  margin-top:20px;
  margin-bottom:0;
}
.itv_introduce_w ul{
  
}

.itv_introduce_w li{
  padding-bottom: 5px;
}

.itv_introduce_w li::before{
  content:"・";
}

.itv_list_w ul div{
font-size: 1.4rem;
}




  	/* ------------------------------------------
    	もちもの
    	------------------------------------------ */
   .yourstuff > div {
	overflow: hidden;
  }
  .yourstuff > div.left > .title {
	text-align: center;
	background-color: #ffd48b;
	border: 5px solid #ffc461;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	box-sizing: border-box;
  }
  .yourstuff > div.left > .list {
	width: 100%;
	text-align: center;
	background-color: #FFEBC8;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
  }
  .yourstuff > div.left > .comment {
	text-align: center;
	background-color: #FFEBC8;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
  }
    .yourstuff > div.right > .title {
	text-align: center;
	background-color: #CEE59D;
	border: 5px solid #ADCF63;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	box-sizing: border-box;
  }
  .yourstuff > div.right > .list {
	width: 100%;
	text-align: center;
	background-color: #E4F1C9;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
  }
  .yourstuff > div.right > .comment {
	text-align: center;
	background-color: #E4F1C9;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
  }
  .yourstuff > .left {
	margin-bottom: 1em;
	background-color: #E1E1E1;
  }
  .yourstuff > .right {
	background-color: #E1E1E1;
  }
  



/*インフルバナー*/
.bnr_influ__w{
}

.bnr_influ__w a:link,
.bnr_influ__w a:visited
{
    color: #fff;
    font-size: 2.5rem;
    padding: 15px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #ef3538;
    margin: 10px auto 10px;
    width: 70vw;
    transition: .4s;
    border-radius: 5px;
    line-height: 1.2;
}

.bnr_influ__w a:hover{
opacity:.5;
}

.arrow1{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
line-height:1.5;
}
.arrow1::before,
.arrow1::after{
position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow2::before{
    width: 6vw;
    height: 6vw;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ca0a0a;
    color: #fff;
}
.arrow2::after{
    box-sizing: border-box;
    width: 1vw;
    height: 1vh;
    border: 1vw solid transparent;
    border-left: 2vw solid #fff;
    margin-right: .8vw;
}
/*インフルバナー*/
















  
}
/* SASS Document */
/* ------------------------------------------
 PC
------------------------------------------ */
@media print, screen and (min-width: 980px) {
  html, body {
    height: 100%;
    background-color: #ffffff;
  }

  #container {
    width: 100%;
    height: 100%;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  	/* ------------------------------------------
    	MENU Button
    	------------------------------------------ */
  #menu_sp_button {
    display: none !important;
  }

  /* ------------------------------------------
   Header
  ------------------------------------------ */
  header {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    padding: 30px 0;
  }
  header > h1 {
    text-align: center;
  }

  /* ------------------------------------------
   Main Navigation
  ------------------------------------------ */
  #main_navi {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
  }
  #main_navi > ul > li {
    width: 163px;
    float: left;
  }
  #main_navi > ul > li:first-child, #main_navi > ul > li:last-child {
    width: 164px;
  }
  #main_navi > ul > li > a {
    display: block;
	height: 60px;
    padding: 10px 0 5px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  #main_navi > ul > li > a:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #f39800;
    border-right: solid 2px #f39800;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    content: "";
    margin-top: 0;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #main_navi > ul > li > a:hover:after,
  #main_navi > ul > li > a.current_page:after {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    content: "";
    margin-top: 0;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  #main_navi > ul > li > a > span {
    display: block;
	height: 30px;
    text-align: center;
    line-height: 1;
  }
  #main_navi > ul > li > a > span {
    margin-bottom: 7px;
    font-size: 1.7rem;
    color: #fffff;
    letter-spacing: 1px;
  }
  #main_navi > ul > li > a:hover,
  #main_navi > ul > li > a.current_page {
	background-color: #f39800;
  }
  #main_navi > ul > li > a:hover:after,
  #main_navi > ul > li > a.current_page:after {
    margin-top: 5px;
    margin-bottom: 0;
  }

  #main_navi > ul > li > a:hover > span,
  #main_navi > ul > li > a.current_page > span {
	color: #ffffff !important;
  }
  #main_navi > ul > li > a:hover:after > span,
  #main_navi > ul > li > a.current_page:after {
    margin-top: 5px;
    margin-bottom: 0;
	color: #ffffff;
  }
  #main_navi > ul > li > a:visited > span,
  #main_navi > ul > li > a.current_page {
	color: #593824;
  }
  #main_navi > ul > li > a:visited:after > span,
  #main_navi > ul > li > a.current_page:after {
    margin-top: 5px;
    margin-bottom: 0;
	color: #593824;
  }

  /* /Main Navigation */
  /* ------------------------------------------
  Slider
  ------------------------------------------ */
  #slider {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    background-color: #FDF9E8;
    margin-bottom: 40px;
    border: 1px #f39800 solid;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  #slider > .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    margin-left: -378px;
    margin-top: -61px;
  }

  /* ------------------------------------------
   Contents
  ------------------------------------------ */
  #contents {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }

  #contents_main {
    width: 730px;
    margin-right: 20px;
    float: left;
    margin-bottom:40px;
  }

  #contents_sub {
    width: 230px;
    float: left;
  }

  /* ------------------------------------------
  Top
  ------------------------------------------ */
  .top_point3 {
	padding: 10px 0;
	margin-bottom: 30px;
  }
  .top_point3 > h2 {
    color: #705444;
    font-size: 2.8rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 3px;
  }
  .top_point3 > ul {
    width: 720px;
    margin: 0 auto;
  }
  .top_point3 > ul > li {
	width: 240px;
	box-sizing: border-box;
	float: left;
	border-right: 1px #ccc dotted;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 120px;
  }
  .top_point3 > ul > li:last-child {
    border-right: none;
  }
  .top_point3 > ul > li > h3 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #705444;
    text-align: center;
  }
  .top_point3 > ul > li > h3 > span {
    background-color: #f39800;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    margin-right: 5px;
  }
  .top_point3 > ul > li > div {
	padding: 10px 5px;
	color: #705444;
	text-align: left;
	font-weight: bold;
	line-height: 1.5em;
  }


  .news {
    margin-bottom: 30px;
    height: 300px;
  }
  .news > ul {
	margin: 15px;
  }
  .news > ul:first-child {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
  }
  .news > ul > li {
	clear: both;
	border-bottom: 1px #ccc dotted;
	overflow: hidden;
	padding-bottom: 15px;
  }
  .news > ul > li:last-child {
    margin-bottom: 0;
  }
  .news > ul > li > span {
    display: block;
    float: left;
  }
  .news > ul > li > span:first-child {
	width: 120px;
  }
  .topaccess {
	margin-bottom: 30px;
  }
  .common_box .yuudo > ul > li {
    margin-bottom: 10px;
  }
  .common_box .yuudo > ul > li > div {
    padding-top: 5px;
    text-align: center;
  }
  .common_box .yuudo > ul > li:nth-child(odd) {
    width: 325px;
    float: left;
  }
  .common_box .yuudo > ul > li:nth-child(even) {
    width: 325px;
    float: right;
  }

  .schedule {
	margin-bottom: 30px;
  }
  .schedule .schedule_inner {
    padding: 20px;
  }
  .schedule .schedule_inner > h3 {
	font-size: 1.6rem;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-left-style: none;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
  }
  
  .schedule .schedule_inner > h3 span {
    font-weight: normal;
  }
  
  .schedule .schedule_inner > .table {
    display: table;
    width: 100%;
    border: 1px #ccc solid;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  .schedule .schedule_inner > .table > div {
    display: table-row;
  }
  .schedule .schedule_inner > .table > div > div {
    display: table-cell;
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    padding: 15px 0;
    text-align: center;
    width: 70px;
  }
  .schedule .schedule_inner > .table > div > div:first-child {
    width: 270px;
  }
  .schedule .schedule_inner > .table > div.label > div {
    background-color: #eee;
  }
  .schedule .schedule_inner > .table > div.data > div:nth-child(n+2) {
	color: #705444;
	vertical-align: middle;
  }
  .schedule .schedule_inner > aside {
    padding-top: 10px;
    color: #F00;
    font-size:1.5rem;
  }
  .schedule .schedule_inner > p.precaution {
	color: #F00;
	padding-bottom: 15px;
  }
  


  .checkup_inner {
    padding: 20px;
  }
  .checkup_inner > h3 {
	font-size: 1.6rem;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-left-style: none;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
  }
  
  .checkup_inner > h3 span {
    font-weight: normal;
  }
  
  .checkup_inner > .table {
    display: table;
    width: 100%;
    border: 1px #ccc solid;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
  }
  .checkup_inner > .table > div {
    display: table-row;
  }
  .checkup_inner > .table > div > div {
    display: table-cell;
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    padding: 15px 0;
    text-align: center;
    width: 70px;
  }
  .checkup_inner > .table > div > div:first-child {
    width: 270px;
  }
  .checkup_inner > .table > div.label > div {
    background-color: #eee;
  }
  .checkup_inner > .table > div.data > div:nth-child(n+2) {
	color: #705444;
	vertical-align: middle;
  }
  .checkup_inner > aside {
    padding-top: 10px;
    color: #F00;
    font-size:1.5rem;
  }
  .checkup_inner > p.precaution {
	color: #F00;
	padding-bottom: 15px;
  }
  
  .va_schedule {
	width: 100%;
	margin-bottom: 5px;
  }
  .va_schedule th{
	width: 10%;
	border: 1px solid #CCC;
	background-color: #FFC;
  }
  .va_schedule td{
	width: 90%;
	border: 1px solid #CCC;
	text-align: center;
	padding: 15px;
  }
 .va_schedule td > ul.schedule0 li {
	width: 20%;
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	}
 .va_schedule td > ul.schedule0 li:last-child {
	width: 19%;
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	border-right-style: none;
	}
 .va_schedule td > ul.schedule1 li {
	  width: 50%;
	  display: block;
	  float: left;
	  list-style-type: none;
	  text-align: center;
	  border-right-width: 1px;
	  border-right-style: dotted;
	  border-right-color: #999;
	}
  .va_schedule td > ul.schedule1 li:last-child {
	width: 49%;
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	border-right-style: none;
	}
	 .va_schedule td > span.check{
	background-color: #F00;
	color: #FFF;
	padding: 2px;
	 }

  .yoyaku_head{
	background-color: #FFC;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	  }

  /* ------------------------------------------
   Sidebar
  ------------------------------------------ */
  #contents_sub {
    margin-bottom: 40px;
    overflow: hidden;
  }

  .side_banner {
    margin-bottom: 20px;
  }
  
  .side_tel {
    margin-bottom: 20px;
  }

  .side_access > .text {
    margin-bottom: 10px;
    font-size:1.4rem;
    line-height:1.6;
    margin-left:5px;
  }
  .side_access > .map {
    text-align: center;
    margin-bottom: 10px;
  }

  .side_reserve > .text {
    margin-bottom: 15px;
	line-height: 1.5em;
  }
  .side_reserve > .button {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
    .side_reserve > .qr_code {
  overflow:hidden;
	}
  .side_reserve > .qr_code div {
	float: left;
	width: 60%;
	font-size: 1.4rem;
	line-height: 1.5em;
  }
  .side_reserve > .qr_code div:last-child {
    text-align: right;
	width: 35%;
	padding-left: 5%;
  }

  /* ------------------------------------------
   Footer
  ------------------------------------------ */
  footer {
    background-color: #fff;
    margin-top: 40px;
    overflow: hidden;
  }
  footer .return_top {
    background-color: #ffffff;
    text-align: center;
  }
  footer #footer_navi {
    background-color: #f39800;
  }
  footer #footer_navi > ul {
    text-align: center;
  }
  footer #footer_navi > ul > li {
    display: inline-block;
    margin-right: 2em;
    padding: 20px 0;
  }
  footer #footer_navi > ul > li:last-child {
    margin-right: 0;
  }
  footer #footer_navi > ul > li > a {
    text-decoration: none;
    color: #fff;
    line-height: 1;
  }
  footer #footer_navi > ul > li > a:hover {
    text-decoration: underline;
  }
  footer #footer_navi > ul > li > a:before {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    width: 4px;
    height: 4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  footer .foot_info {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
    text-align: center;
    padding: 30px 0;
  }
  footer .foot_info > div:first-child {
	width: 408px;
    display: inline-block;
    margin-right: 40px;
  }
  footer .foot_info > div:last-child {
	width: 350px;
    display: inline-block;
    text-align: left;
	vertical-align:middle;
	font-size: 1.5rem;
	line-height: 1.5em;
  }
  footer > small {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }

  /* ------------------------------------------
   Common
  ------------------------------------------ */
  .common_box_point3 {
    width: 730px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffe6bc;
  }

  .common_box {
    width: 730px;
    box-sizing: border-box;
    border: 1px #f39800 solid;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
  }
  .common_box > h2 {
    color: #fff;
    padding: 0 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6ec14f+0,6ec14f+50,cbeebd+50,cbeebd+100 */
    background: #6ec14f;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f39800 60%, #e2d2c1 40%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f39800 60%, #e2d2c1 40%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f39800 60%, #e2d2c1 40%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ec14f', endColorstr='#7ed15f',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
  .common_box > h2 > span {
    display: table-cell;
  }
  .common_box > h2 > span:first-child {
    font-size: 3rem;
    width: 40px;
    padding: 5px 0;
  }
  .common_box > h2 > span:last-child {
    vertical-align: middle;
    font-size: 2rem;
    line-height: 1;
    letter-spacing:2px;
  }
  .common_box .inner-box {
    padding: 20px;
    overflow: hidden;
  }
  .common_box .inner-box > p {
    margin-bottom: 30px;
  }
  .common_box .inner-box > p:last-child {
    margin-bottom: 0;
  }
  .common_box h3 {
	padding: 0 15px;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F39800;
  }

  .common_side_box {
	width: 230px;
	border: 1px #b7b3ae solid;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px;
  }
  .common_side_box > h3 {
    color: #593824;
    font-size: 1.8rem;
    padding-bottom: 5px;
    border-bottom: 2px #f39800 solid;
    margin-bottom: 10px;
    letter-spacing:2px;
    padding-left:5px;
  }
  .common_side_box > ul {
    list-style: disc;
    padding-left: 1.5em;
  }
  .common_side_box > ul > li {
    margin-bottom: 3px;
  }
  .common_side_box > ul > li:last-child {
    margin-bottom: 0;
  }

  .common_button {
	background-color: #e2d2c1;
	position: relative;
	display: block;
	text-decoration: none;
	color: #896e5a;
	padding: 7px 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
  }
  .common_button:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: solid 2px #896e5a;
    border-right: solid 2px #896e5a;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    content: "";
  }
  .common_button:hover {
	background-color: #bfa386;
	color: #ffffff;
  }

  .common_box_wrap > .common_box {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .common_box_wrap > .common_box > .inner-box > ul {
    width: 100%;
  }
  .common_box_wrap > .common_box > .inner-box > ul > li {
    width: 50%;
    float: left;
    padding: 2px 0;
  }
  .common_box_wrap > .common_box > .inner-box > ul > li > span {
    color: #C9AB00;
    margin-right: 5px;
  }
  .common_box_wrap > .common_box:last-child {
    margin-bottom: 0;
  }


  .p_info_reserved > div {
	width: 48.5%;
  }
  .p_info_reserved > div > .image {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
  }
  .p_info_reserved > div > .button {
	display: block;
	text-decoration: none;
	width: 100%;
	color: #333333;
	text-align: center;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
  }
  .p_info_reserved > div > .button:hover {
	background-color: #FFFFFF;
  }
  .p_info_reserved > .left {
	float: left;
	border: 1px solid #cccccc;
  }
  .p_info_reserved > .right {
	float: right;
	border: 1px solid #cccccc;
  }
  
  .access > div {
	width: 48.5%;
  }
  .access > .left {
	float: left;
  }
  .access > .right {
	float: right;
  }
  .access > .left > .map {
    box-sizing: border-box;
    margin-bottom: 1em;
  }
  .left > .map_button {
    overflow: hidden;
  }
  .left > .map_button > div {
    width: 48%;
  }
  .left > .map_button > .gm {
	float: left;
  }
  .left > .map_button > .ym {
    float: right;
  }
  .checkup .kenshin {
    list-style: disc;
    padding-left: 2em;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .checkup .kenshin li {
    width: 100% !important;
    clear: both;
  }
  .checkup .kenshin_mochimono > h4 {
    font-weight: bold;
    font-size: 1.3em;
  }
  .checkup .kenshin_mochimono > div {
    background-color: #eee;
    padding: 15px;
    border-radius: 5px;
    line-height: 1.7;
  }
  /* ------------------------------------------
   サブページ
  ------------------------------------------ */
  .main_image {
    position: relative;
    height: 120px;
    margin-bottom: 25px;
  }
  .main_image > .image {
    position: absolute;
    border-radius: 5px;
  }
  .main_image > .image > img {
    border-radius: 5px;
  }
  .main_image > .title {
	position: absolute;
	top: 58px;
	margin-top: -12px;
	font-size: 3.0rem;
	line-height: 1;
	left: 50px;
	color: #FFFFFF;
	letter-spacing: 5px;
}

  /* ------------------------------------------
   医師紹介
  ------------------------------------------ */
 
 .common_box .doctor_1 > .doc_left {
    width: 190px;
    float: left;
    line-height: 1.7;
  }
  .common_box .doctor_1 > .name > span {
    padding-top: 10px;
    text-align: right;
	font-size: 13px;
	font-weight: normal;
  }
  .common_box .doctor_1 > .name {
    padding-top: 10px;
    text-align: right;
	font-size: 16px;
    font-weight: bold;
  }
  .common_box .doctor_1 > .doc_right {
    float: left;
    width: 490px;
    text-align: left;
  }
  .common_box .doctor_1  .doc_right .doc_name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .common_box .doctor_1  .doc_right .doc_name > span {
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: normal;
  }
  /* ------------------------------------------
   施設案内
  ------------------------------------------ */
  .common_box .facilities_1 > ul > li {
    margin-bottom: 10px;
  }
  .common_box .facilities_1 > ul > li > div {
    padding-top: 5px;
    text-align: center;
  }
  .common_box .facilities_1 > ul > li:nth-child(odd) {
    width: 325px;
    float: left;
  }
  .common_box .facilities_1 > ul > li:nth-child(even) {
    width: 325px;
    float: right;
  }

  /* ------------------------------------------
   FAQ
  ------------------------------------------ */
  .faq_wrap > .faq_line > div {
    display: table;
    width: 100%;
  }
  .faq_wrap > .faq_line > div > div {
    display: table-cell;
  }
  .faq_wrap > .faq_line > div > div:first-child {
    width: 50px;
  }
  .faq_wrap > .faq_line > .faq_q {
    margin-bottom: 10px;
    color: #927A09;
    font-size: 1.6rem;
  }
  .faq_wrap > .faq_line > .faq_a {
    padding-bottom: 20px;
    border-bottom: 1px #927A09 dotted;
    margin-bottom: 20px;
  }
  .faq_wrap > .faq_line .faq_q_symbol {
    display: table-cell;
    content: 'Q';
    background-color: #927A09;
    color: #fff;
    font-size: 1.8rem;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 5px;
  }
  .faq_wrap > .faq_line .faq_a_symbol {
    display: table-cell;
    content: 'A';
    border: 1px #927A09 solid;
    color: #927A09;
    font-size: 1.8rem;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 5px;
  }
  .faq_wrap > .faq_line:last-child > .faq_a {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  /* ------------------------------------------
   アクセス
  ------------------------------------------ */
  .access_wrap {
    display: table;
    width: 100%;
  }
  .access > .name {
    font-size: 1.8rem;
    margin-bottom: 5px;
	width: 100%;
  }
  .access > .address {
    margin-bottom: 20px;
	width: 100%;
  }
  .access_wrap .access_image {
    display: table-cell;
    width: 290px;
    text-align: right;
  }
  .access_wrap .access_image > img {
    display: inline-block;
  }


.cd_image {
width: 500px;
margin:0 auto 20px;
}
.ce_image > img {
border: 1px #ccc solid;
}





  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* plus */
.schedule_mark{
  color:#dd3131;
  font-weight:bold;
  font-size:1.4rem;
}

.map iframe{
  width:210px;
  height:210px;
}

.medical_detail_w{
  margin-bottom:25px;
}

.medical_detail_h{
  font-size:1.8rem;
}

.medical_detail_t{
}


.medical_detail_h::before{
  content:"■";
  color:#228fd6;
  font-size:1.4rem;
  margin-right:5px;
}

.medical_introduce_t{
font-size:1.5rem;
}

h3.medical_subject_h{
	color: #F39800;
	font-size: 1.8rem;
	letter-spacing: 3px;
}

/* 医師紹介 */

.doc_left p{
  margin-bottom:10px;
  line-height: 1.6;
}

.doc_left .name{
  font-size:1.8rem;
}

ul.doctor_list{
}

ul.doctor_list li{
  font-size:1.4rem;
  float:none !important;
}

.doctor_tbl{
  width:100%;
  margin-bottom:30px;
  margin-top:20px;
}

.doctor_tbl td{
  padding-bottom: 5px;
}

.doctor_year{
  width:110px;
}

.doctor_list_w{
  margin-top:20px;
  margin-bottom:20px;
}

.doctor_list_wb{
  margin-top:20px;
  margin-bottom:0;
}
.doctor_list_w ul{
  
}

.doctor_list_w li{
  padding-bottom: 5px;
}

.doctor_list_w li::before{
  content:"・";
}

.doc_right img{
  width:170px;
  height:212px;
  border-radius:5px;
}

.doctor_1 h3{
  font-size:2rem;
letter-spacing: 2px;
}

/* 求人情報 */
.recruite_txt_w{
  
  margin-top:20px;}

.recruite_txt_w p{
}

/* アクセス */
.train ul li::before {
}

.train_h::before{
    content: "■";
    color: #228fd6;
    margin-right:3px;

}



/* サイド　電話番号 */
.side_telephone_w{
background:#137fc7;
border-radius:5px;
width:100%;
color:#fff;
text-align:center;
padding:10px 0 15px;
margin-bottom:20px;
}

.side_telephone_h{
font-size:2rem;
line-height: 1;
}

.side_telephone_number p{
font-size:2.7rem;
border-bottom: 1px dotted #fff;
display:inline-block;
line-height: 1em;
padding-bottom: 10px;
padding-top: 7px;
}

.side_telephone_number p::before{
content: '';
display: inline-block;
width: 1em;
height: 1em;
background-image: url(../images/sidebar/icon_telephone.png);
background-size: contain;
vertical-align: middle;
margin-right:5px;
}

.side_telephone_day{
margin-top:8px;   
}

.side_telephone_day p{
font-size:1.4rem;
}

.side_telephone_memo p{
font-size:1.3rem;
line-height:1.5;
}

/* お知らせ */

.info-date{
  width:100px !important;
  font-size:1.4rem;
  color: #000000 !important;
}

.info-h{
  margin-bottom:5px;
  color: #228fd6;
}

.news > ul > li:last-child {
}









/*写真flex*/
.itv_list_w ul{
display:flex;
flex-wrap:wrap;

}


.itv_list_w ul div{
font-size: 1.5rem;
}

.itv_list_w ul img{
margin:10px 0;

}



ul.itv_introduce_w{
display:flex;
flex-wrap:wrap;
padding: 0 20px;
}

ul.itv_introduce_w li{
width:49%;
}

ul.itv_introduce_w li::before {
    content: "■";
    color: #228fd6;
    font-size: 1.4rem;
    margin-right: 5px;
}



  	/* ------------------------------------------
    	もちもの
    	------------------------------------------ */

 .yourstuff > div {
	width: 48.5%;
  }
 .yourstuff > div.left > .title {
	display: block;
	text-decoration: none;
	width: 100%;
	text-align: center;
	background-color: #ffd48b;
	border: 5px solid #ffc461;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	box-sizing: border-box;
  }
  .yourstuff > div.left > .list {
	text-align: center;
	display: block;
	width: 100%;
	text-align: center;
	background-color: #FFEBC8;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
  }
  .yourstuff > div.left > .comment {
	text-align: center;
	display: block;
	width: 100%;
	text-align: center;
	background-color: #FFEBC8;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
  }
   .yourstuff > div.right > .title {
	display: block;
	text-decoration: none;
	width: 100%;
	text-align: center;
	background-color: #CEE59D;
	border: 5px solid #ADCF63;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	box-sizing: border-box;
  }
  .yourstuff > div.right > .list {
	text-align: center;
	display: block;
	width: 100%;
	text-align: center;
	background-color: #E4F1C9;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
  }
  .yourstuff > div.right > .comment {
	text-align: center;
	display: block;
	width: 100%;
	text-align: center;
	background-color: #E4F1C9;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
  }
  .yourstuff > .left {
	float: left;
	display:table-cell;
  }
  .yourstuff > .right {
	float: right;
	display:table-cell;
  }







/*インフルバナー*/
.bnr_influ__w{
}

.bnr_influ__w a:link,
.bnr_influ__w a:visited
{
    color: #fff;
    font-size: 1.8rem;
    padding: 10px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #ef3538;
    margin: 20px auto 10px;
    width: 100%;
    transition: .4s;
    border-radius: 3px;
}

.bnr_influ__w a:hover{
opacity:.5;
}

.arrow1{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1.8rem;
line-height:1.5;
}
.arrow1::before,
.arrow1::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow2::before{
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ca0a0a;
    color: #fff;
}
.arrow2::after{
    box-sizing: border-box;
    width: 5px;
    height: 3px;
    border: 4px solid transparent;
    border-left: 7px solid #fff;
}
/*インフルバナー*/














}