@charset "UTF-8";
/* SASS Document */
/* SASS Document */
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (min-width: 320px) and (max-width: 979px) {
  html, body {
    background-color: #f5f5f5;
  }

  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;
    left: 10px;
    display: inline-block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background-color: #31a2db;
    border: 1px #fff solid;
    z-index: 3000;
    text-decoration: none;
    border-radius: 50px;
  }
  #menu_sp_button #menu_sp_text {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    font-size: 8px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #fff;
  }

  /* ------------------------------------------
   Header
  ------------------------------------------ */
  header {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    padding: 20px 0;
    width: 80%;
  }
  header > h1 {
    text-align: center;
  }

  	/* ------------------------------------------
   	Main Navi
  	------------------------------------------ */
  nav#main_navi {
    position: fixed;
    width: 180px;
    right: -181px;
    /* ボーダーの分＋ */
    top: 0;
    height: 100%;
    overflow: scroll;
    border-left: 1px #fff solid;
    background-color: #eeebe6;
    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;
    padding: 1em;
    font-weight: bold;
    text-decoration: none;
    background-color: #eeebe6;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  nav#main_navi > ul > li > a.current {
    background-color: #fd0;
  }
  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 #0058a4;
    border-right: solid 1px #0058a4;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  nav#main_navi > ul > li > a > span {
    display: block;
    line-height: 1;
  }
  nav#main_navi > ul > li > a > span:first-child {
    margin-bottom: 7px;
    font-size: 1.2em;
    color: #231815;
  }
  nav#main_navi > ul > li > a > span:last-child {
    font-size: 0.8em;
    color: #31a2db;
  }

  /* ------------------------------------------
  Slider
  ------------------------------------------ */
  #slider {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
    background-color: #bcbfc1;
    margin-bottom: 20px;
    overflow: hidden;
  }

  /* ------------------------------------------
   Contents
  ------------------------------------------ */
  #contents {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }

  #contents_main {
    margin-bottom: 40px;
  }

  #contents_sub {
    margin-bottom: 40px;
  }

  /* ------------------------------------------
  Top
  ------------------------------------------ */
  .top_point3 {
    padding: 10px 0;
    margin-bottom: 2em !important;
    overflow: hidden;
  }
  .top_point3 > h2 {
    color: #0058a4;
    font-size: 1.8em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }
  .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: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 1em;
    background-color: #e6001a;
    border-radius: 5px;
  }
  .top_point3 > ul > li > h3 > span {
    background-color: #fff;
    color: #e6001a;
    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: 0 5px;
  }

  .news {
    margin-bottom: 2em !important;
    overflow: hidden;
	height:250px;
  }
  .news > ul {
    padding: 10px;
  }
  .news > ul > li {
    clear: both;
    padding-bottom: 10px;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .news > ul > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .news > ul > li > span {
    display: block;
    float: left;
  }
  .news > ul > li > span:first-child {
	width: 100px;
	color: #231815;
	font-weight:bold;
  }
  .news > ul > li > span.text {
	color: #0058a4;
	font-weight:bold;
  }
  
  .schedule {
    margin-bottom: 2em !important;
    overflow: hidden;
  }
  .schedule .schedule_inner {
    padding: 10px;
  }
  .schedule .schedule_inner > h3 {
    font-size: 1.1em;
    font-weight: bold;
    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: 15px 0;
    text-align: center;
  }
  .schedule .schedule_inner > .table > div > div:first-child {
    width: 50px;
	font-size:13px;
  }
  .schedule .schedule_inner > .table > div.label > div {
    background-color: #eee;
  }
  .schedule .schedule_inner > .table > div.data > div:nth-child(n+2) {
    color: #99b3cb;
	font-size:16px;
  }
  .schedule .schedule_inner > aside {
    padding-top: 10px;
    color: #ff0000;
  }

  /* ------------------------------------------
   Sidebar
  ------------------------------------------ */
  #contents_sub {
    margin-bottom: 50px;
    overflow: hidden;
  }

  .side_tel {
    text-align: center;
    margin-bottom: 20px;
  }
  .side_access > .text {
    margin-bottom: 10px;
  }
  .side_access > .map {
    text-align: center;
    margin-bottom: 10px;
  }

  .side_reserve > .text {
    margin-bottom: 10px;
  }
  .side_reserve > .button {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .side_reserve > .qr_code {
    padding-top: 1em;
  }
  .side_reserve > .qr_code div {
    float: left;
    width: 50%;
    font-size: 12px;
  }
  .side_reserve > .qr_code div:last-child {
    text-align: right;
  }

  /* ------------------------------------------
   Footer
  ------------------------------------------ */
  footer {
    background-color: #fff;
  }
  footer .return_top {
    background-color: #fff;
    text-align: center;
  }
  footer #footer_navi {
    background-color: #0058a4;
    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 #c8def1 solid;
    border-left: 1px #c8def1 solid;
  }
  footer #footer_navi > ul > li:nth-child(-n+2) {
    border-top: 1px #c8def1 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: 30px 0 10px;
  }
  footer .foot_info > div {
    padding-top: 10px;
  }
  footer > small {
    display: block;
    text-align: center;
    padding-bottom: 1em;
  }

  /* ------------------------------------------
   Common
  ------------------------------------------ */
  .common_box_red {
    border: 2px #0058a4 solid;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
  }

  .common_box {
    border: 1px #0058a4 solid;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
  }
  .common_box > h2 {
    color: #ffffff;
    padding: 0 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#957a54+50,806339+50 */
    background: #957a54;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #0058a4 80%, #ebebea 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #0058a4 80%, #ebebea 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0058a4 80%, #ebebea 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0058a4', endColorstr='#ebebea',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
  .common_box > h2 > span {
    display: table-cell;
  }
  .common_box > h2 > span:first-child {
    font-size: 2em;
    width: 1.1em;
    padding: 5px 0;
  }
  .common_box > h2 > span:last-child {
    vertical-align: middle;
    font-size: 1.2em;
    line-height: 1;
  }
  .common_box .inner-box {
    padding: 15px;
    overflow: hidden;
  }
  .common_box .inner-box > p {
    margin-bottom: 15px;
  }
  .common_box .inner-box > p:last-child {
    margin-bottom: 0;
  }
  .common_box h3 {
    font-size: 16px;
    color: #333333;
    border-left: 6px #31a2db solid;
    border-bottom: 1px #333333 dotted;
    padding: 3px 7px 0;
    margin-bottom: 6px;
  }

  .common_side_box {
    border: 2px #0058a4 solid;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .common_side_box > h3 {
    color: #0058a4;
    font-size: 1.4em;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px #999999 solid;
    margin-bottom: 10px;
  }
  .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: #05a5b8;
    position: relative;
    display: block;
    text-decoration: none;
    color: #ffffff;
    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 #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: "";
  }
  .common_button:hover {
    background-color: #60c1cd;
    color: #fff;
  }

  .common_box_wrap > .common_box {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .common_box_wrap > .common_box > .inner-box > .info_list > li {
    box-sizing: border-box;
    display: block;
    margin-bottom: 5px;
	width: 100%;
}
  .common_box_wrap > .common_box > .inner-box > .info_list01 > li {
    box-sizing: border-box;
    display: block;
    margin-bottom: 5px;
	width: 100%;
}
  .common_box_wrap > .common_box > .inner-box > .info_list02 > li {
    box-sizing: border-box;
    display: block;
    margin-bottom: 5px;
	width: 100%;
}

  .common_box_wrap > .common_box > .inner-box > ul {
    width: 100%;
  }
  .common_box_wrap > .common_box > .inner-box > ul > li {
    width: 100%;
    padding: 0px 0px 2px 0;
    box-sizing: border-box;
	text-align:left;
  }
  .common_box_wrap > .common_box > .inner-box > ul.p_facilities > li{
    width: 100%;
    padding: 0px 0px 5px 0;
    box-sizing: border-box;
	text-align:center;
  }
  .common_box_wrap > .common_box > .inner-box > ul > li > span {
    color: #31a2db;
    margin-right: 5px;
	text-align:center;
  }
  .common_box_wrap > .common_box:last-child {
    margin-bottom: 0;
	
  }


.clear {
	clear:both;
}

  /* ------------------------------------------
   サブページ
  ------------------------------------------ */
  .main_image {
    position: relative;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 5px;
    background: url("../images/common/main_image.jpg") 0 50%;
    background-size: cover;
  }
  .main_image > .image {
    display: none;
  }
  .main_image > .title {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    line-height: 1;
    left: 20px;
    font-weight: bold;
    color: #bc9718;
    letter-spacing: 3px;
    text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff;
  }

  .bx-wrapper,
  .bx-wrapper .bx-viewport {
    border-radius: 0 !important;
  }

  .bx-controls-direction {
    display: none !important;
  }

  /* ------------------------------------------
   医師紹介
  ------------------------------------------ */
  .common_box .doctor_1 > .doc_left {
    line-height: 1.5;
  }
  .common_box .doctor_1 > .doc_left > .name {
    padding-top: 10px;
    text-align: right;
  }
  .common_box .doctor_1 > .doc_right {
    padding-top: 20px;
    text-align: center;
  }
  .common_box .doctor_1 .doc_name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  /* ------------------------------------------
   施設案内
  ------------------------------------------ */
  .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;
  }
  .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: 14px;
  }
  .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: 16px;
    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: 16px;
    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_wrap .access_text > .name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .access_wrap .access_text > .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: 1px;
    font-size: 1em;
  }
  .access_wrap .access_text > .train > ul > li > span {
    color: #31a2db;
    margin-right: 5px;
  }
  .access_wrap .access_image {
    text-align: center;
  }
  .access_wrap .access_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%;
  }
}
/* SASS Document */
/* ------------------------------------------
 PC
------------------------------------------ */
@media print, screen and (min-width: 980px) {
  html, body {
	font-size: 95%;
	height: 100%;
	background-color: #f5f5f5;
  }

  #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;
    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 #0058a4;
    border-right: solid 2px #0058a4;
    -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;
    text-align: center;
    line-height: 1;
  }
  #main_navi > ul > li > a > span:first-child {
	margin-bottom: 7px;
	font-size: 18px;
	color: #231815;
  }
  #main_navi > ul > li > a > span:last-child {
	font-size: 10px;
	color: #31a2db;
	margin-bottom: 5px;
  }
  #main_navi > ul > li > a:hover,
  #main_navi > ul > li > a.current_page {
    background: #c8def1;
  }
  #main_navi > ul > li > a:hover:after,
  #main_navi > ul > li > a.current_page:after {
    margin-top: 5px;
    margin-bottom: 0;
  }

  /* /Main Navigation */
  /* ------------------------------------------
  Slider
  ------------------------------------------ */
  #slider {
	width: 978px;
	min-width: 978px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	clear: both;
	background-color: #fffdf1;
	margin-bottom: 40px;
	border: 1px solid #bcbfc1;
	border-radius: 10px;
	overflow: hidden;
  }

  /* ------------------------------------------
   Contents
  ------------------------------------------ */
  #contents {
    width: 980px;
    min-width: 980px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }

  #contents_main {
    width: 730px;
    margin-right: 40px;
    float: left;
  }

  #contents_sub {
    width: 210px;
    float: left;
  }

  /* ------------------------------------------
  Top
  ------------------------------------------ */
  .top_point3 {
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .top_point3 > h2 {
	color: #0058a4;
	font-size: 28px;
	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;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    border-right: 1px #ccc dotted;
  }
  .top_point3 > ul > li:last-child {
    border-right: none;
  }
  .top_point3 > ul > li > h3 {
	font-size: 18px;
	font-weight: bold;
	color: #e6001a;
	margin-bottom: 5px;
	text-align: center;
  }
  .top_point3 > ul > li > h3 > span {
	background-color: #e6001a;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 25px;
	margin-right: 5px;
  }
  .top_point3 > ul > li > div {
	padding: 10px 5px;
	text-align: center;
  }

  .news {
    margin-bottom: 30px;
	height:300px;
  }
  .news > ul {
    padding: 20px;
  }
  .news > ul > li {
    clear: both;
    padding-bottom: 15px;
    border-bottom: 1px #ccc dotted;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .news > ul > li:last-child {
    margin-bottom: 0;
  }
  .news > ul > li > span {
    display: block;
    float: left;
  }
  .news > ul > li > span:first-child {
	width: 100px;
	color: #231815;
	font-weight:bold;
  }
  .news > ul > li > span.text {
	color: #0058a4;
	font-weight: bold;
  }

  .schedule {
    margin-bottom: 30px;
  }
  .schedule .schedule_inner {
    padding: 20px;
  }
  .schedule .schedule_inner > h3 {
    font-size: 16px;
    font-weight: bold;
    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;
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    padding: 15px 0;
    text-align: center;
  }
  .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: #99b3cb;
	font-size: 16px;
  }
  .schedule .schedule_inner > aside {
	padding-top: 10px;
	color: #ff0000;
  }

  /* ------------------------------------------
   Sidebar
  ------------------------------------------ */
  #contents_sub {
    margin-bottom: 40px;
    overflow: hidden;
  }

  .side_tel {
    margin-bottom: 20px;
  }

  .side_access > .text {
    margin-bottom: 10px;
  }
  .side_access > .map {
    text-align: center;
    margin-bottom: 10px;
  }

  .side_reserve > .text {
    margin-bottom: 10px;
  }
  .side_reserve > .button {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .side_reserve > .qr_code div {
    float: left;
    width: 50%;
    font-size: 12px;
  }
  .side_reserve > .qr_code div:last-child {
    text-align: right;
  }

  /* ------------------------------------------
   Footer
  ------------------------------------------ */
  footer {
	background-color: #F5F5F5;
	margin-top: 40px;
	overflow: hidden;
  }
  footer .return_top {
	background-color: #F5F5F5;
	text-align: center;
  }
  footer #footer_navi {
	background-color: #0058a4;
  }
  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 {
    display: inline-block;
    text-align: left;
  }
  footer .foot_info > div > img {
    vertical-align: bottom;
  }
  footer .foot_info > div:first-child {
    margin-right: 40px;
  }
  footer > small {
    display: block;
    text-align: center;
    padding-bottom: 30px;
  }

  /* ------------------------------------------
   Common
  ------------------------------------------ */
  .common_box_red {
	width: 730px;
	box-sizing: border-box;
	border: 2px solid #0058a4;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
  }

  .common_box {
    width: 730px;
    box-sizing: border-box;
    border: 1px #0058a4 solid;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
  }
  .common_box > h2 {
	color: #ffffff;
	padding: 0 10px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#957a54+50,806339+50 */
	background: #957a54;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #0058a4 60%, #ebebea 60%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #0058a4 60%, #ebebea 60%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #0058a4 60%, #ebebea 60%);

    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0058a4', endColorstr='#ebebea',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
  .common_box > h2 > span {
    display: table-cell;
  }
  .common_box > h2 > span:first-child {
    font-size: 30px;
    width: 40px;
    padding: 5px 0;
  }
  .common_box > h2 > span:last-child {
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
  }
  .common_box .inner-box {
    padding: 20px;
    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: 18px;
	color: #333333;
	border-left: 6px #31a2db solid;
	border-bottom: 1px #333333 dotted;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 8px;
	padding-bottom: 2px;
	margin-bottom: 8px;
  }

  .common_side_box {
	width: 210px;
	border: 1px solid #0058a4;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
  }
  .common_side_box > h3 {
	color: #0058a4;
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 10px;
  }
  .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: #05a5b8;
	position: relative;
	display: block;
	text-decoration: none;
	color: #ffffff;
	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 #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(-7deg);
    content: "";
  }
  .common_button:hover {
	background-color: #60c1cd;
	color: #fff;
  }

  .common_box_wrap > .common_box {
    margin-bottom: 40px;
    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: #31a2db;
	margin-right: 5px;
  }
  .common_box_wrap > .common_box:last-child {
    margin-bottom: 0;
  }

  .common_box_wrap > .common_box > .inner-box > .info_list > li {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 33%;
}
  .common_box_wrap > .common_box > .inner-box > .info_list01 > li {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 50%;
}
  .common_box_wrap > .common_box > .inner-box > .info_list02 > li {
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.clear {
	clear:both;
}
  /* ------------------------------------------
   サブページ
  ------------------------------------------ */
  .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: 60px;
	margin-top: -12px;
	font-size: 24px;
	line-height: 1;
	left: 30px;
	font-weight: bold;
	color: #0058a4;
	letter-spacing: 5px;
	text-shadow: 0px 0px 0px #fff,1px -1px 0px #fff,1px 1px 0px #fff,-1px 1px 0px #fff;
  }

  /* ------------------------------------------
   医師紹介
  ------------------------------------------ */
  .common_box .doctor_1 > .doc_left {
	/* [disabled]width: 490px; */
	float: left;
	line-height: 1.7;
  }
  .common_box .doctor_1 > .doc_left > .name {
    padding-top: 10px;
    text-align: right;
  }
  .common_box .doctor_1 > .doc_right {
    float: left;
    width: 190px;
    text-align: right;
  }
  .common_box .doctor_1 .doc_name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  /* ------------------------------------------
   施設案内
  ------------------------------------------ */
  .common_box .facilities_1 > ul > li {
    margin-bottom: 10px;
  }
  .common_box .facilities_1 > ul > li > div > 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: 16px;
  }
  .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: 18px;
    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: 18px;
    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_wrap .access_text {
    display: table-cell;
    vertical-align: top;
  }
  .access_wrap .access_text > .name {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
  }
  .access_wrap .access_text > .address {
    margin-bottom: 20px;
  }
  .access_wrap .access_text > .train > ul {
    display: block;
    margin-top: 5px;
  }
  .access_wrap .access_text > .train > ul > li {
	margin-bottom: 1px;
  }
  .access_wrap .access_text > .train > ul > li > span {
	color: #31a2db;
	margin-right: 5px;
  }
  .access_wrap .access_image {
    display: table-cell;
    width: 290px;
    text-align: right;
  }
  .access_wrap .access_image > img {
    border: 1px #ccc solid;
    display: inline-block;
  }

  .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%;
  }
}
