@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------------------*/
/* ■■■共通■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/
.bg_y {
  background: #fefaf2;
  padding: 3% 0;
}
section p {
  margin-bottom: 1em;
}
h2 {
  text-align: center;
  background: #f39800;
  color: #fff;
  padding: 0.2em;
  font-size: 30px;
  letter-spacing: 3px;
  margin-bottom: 2em;
}
h3 {
  margin-bottom: 2em;
  text-align: left;
}
h3::first-letter {
  color: #f39800;
}
h3 .subttl {
  display: block;
  font-size: 14px;
  font-weight: normal !important;
  line-height: 1.5em;
}
h4 {
  text-align: left;
  border-left: 5px solid #84a107;
  border-bottom: 2px solid #ffedd5;
  padding: 0.5em 0 0.5em 0.5em;
  background: #fefaf2;
  font-size: 20px;
  margin-bottom: 1.0em;
  color: #54391b;
  line-height: 1.0em;
}
h5 {
  background: #fefaf2 none repeat scroll 0 0;
  border-bottom: 1px solid #ffedd5;
  border-left: 3px solid #84a107;
  color: #54391b;
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 1em;
  padding: 0.3em 0 0.3em 0.5em;
  text-align: left;
}
.t_justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.t_indent {
  text-indent: -1em;
}
.link_style {
  color: #fff;
  background: #f39800;
  padding: 0.5em 0;
  display: inline-block;
  border: 2px solid #f39800;
  border-radius: 6px;
  position: relative;
  width: 100%
}
.link_style:hover {
  background: #fff;
  color: #f39800;
  display: inline-block;
  border: 2px solid #f39800;
}
.accordion_box ul li p a.link_style{
  width: 50%
}

a.link_style.inline {
  display: inline-block;
	padding: 5px 40px 5px 20px;
	width: auto;
}
.link_style:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}
.blank:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f24d";
  font-weight: normal;
  margin-right: 0.3em;
  color: #ffaa00;
}


.scrolloff {
  pointer-events: none;
}
.pcnone {
  display: none;
}
.read_txt {
  width: 80%;
  margin: 0 10%;
  text-align: left;
  font-size: 16px;
  margin-bottom: 1.2em !important;
}
.normal-lst {
  display: block;
  margin: 0 auto 1em auto;
}
.normal-lst li {
  padding: 0;
  margin: 0 0;
  text-align: left;
}
/* header Area -----------------------------------------------------*/
header h1 {
  text-align: left;
  float: left;
  width: 40%;
}
header .head_nav {
  padding-top: 70px;
}
/*-----Gnavi-----*/
header .gnavi {
  padding: 5px 0;
}
header .gnavi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
header .gnavi ul li {
  /*	margin-right: 2em;  180117ナビメニュー追加*/
  /*	margin-right: 1.3em;  180213ナビメニュー追加*/
  margin-right: 0.8em;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  display: block;
  font-family: "Rounded Mplus 1c";
}
header .gnavi ul li:last-child {
  margin-right: 0;
}
header .gnavi ul li a {
  color: #684c43;
}
header .gnavi ul li.reserve a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  background: #84A107;
  padding: 5px;
  border-radius: 5px;
}
header .gnavi ul.child {
  display: none;
  position: absolute;
  margin-left: -5px;
  padding: 0;
}
header .gnavi .open ul.child {
  display: block;
  width: 15.0em;
  background: rgba(255, 255, 255, 0.9);
  margin-left: -80px;
  margin-top: 15px;
  overflow: hidden;
}
header .gnavi ul.child li {
  width: 100%;
  padding: 0.1em 0;
}
header .gnavi ul.child li a {
  padding: 5px 10px;
  margin-top: -2px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  display: block;
  color: #684c43;
}
header .gnavi ul.child li a:hover {
  color: #fff;
  background: #84a107;
}
header .fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.8);
}
header .fixed:after, .lower_nav.fixed:after {
  content: "";
  display: block;
  clear: both;
}
header .inner ul, .lower_nav .inner ul {
  float: right;
  padding: 18px 0 0 0;
  margin-right: 1em;
}
.fixed .inner li a, .lower_nav.fixed .inner li a {}
/*TOPページ 
------------------------------------------------------------*/
#index .mainvisual {
  background: rgba(0, 0, 0, 0);
  background-size: cover;
  text-align: left;
  background-position: 50% 50%;
}
#index #slideshow {
  position: relative;
  width: 100%;
}
#index #slideshow li {
  position: absolute;
  height: 100%;
  margin: 0;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index #slideshow .inner {
  position: relative;
  padding: 2vh 1vh;
}
#index h2 {
  background: none;
  padding: 0;
  margin: 0;
}
#index .mainvisual .mv_catch {
  margin: 2.0em 0 40vh 2vh;
}
#index .mainvisual .mv_open {
  margin-right: 1em;
}
#index .mainvisual .mv_tel {
  margin: 0 2vh;
  padding-right: 2vh;
  border-right: 2px solid #fff;
}
#index .nairan p {
  text-align: center;
}
#index .nairan .txt_area {
  width: 50%;
}
#index .nairan .img_area {
  width: 50%;
  background: #f5f5f5;
  padding: 2em 0;
}
#index .nairan .inner_half {
  width: 100%;
  max-width: 585px;
}
#index .nairan .txt_area .inner_half {
  float: right;
  text-align: center;
}
#index .nairan .img_area .inner_half {
  float: left;
  text-align: center;
}
#index .about {
  padding: 2em 0;
}
#index .about .txt_area {
  width: 48%;
}
#index .about .img_area {
  width: 49%;
}
#index .tretament {
  background: url(../../images/top_tretament_bg.png) no-repeat top center;
  background-size: cover;
  padding: 3% 0;
  margin-bottom: 3%;
}
#index .tretament .txt_area {
  padding: 4%;
  width: 82%;
  margin: 0 auto;
  max-width: 460px;
  background: rgba(255, 255, 255, 0.6);
  text-align: left;
}
#index .top_menu ul li {
  max-width: 220px;
  width: 24%;
  background: #fff;
  margin-bottom: 2em;
  border: 1px solid #ccc;
}
#index .top_menu ul li .txt_area {
  padding: 0 10px;
  text-align: center;
}
#index .top_menu ul li .top_menu_txt {
  font-weight: bold;
  line-height: 1.2em;
}
#index .top_menu ul li .top_menu_txt span {
  font-size: 13px;
  display: block;
}
#index .top_menu ul li a {
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  padding: 0.5em 0;
  position: relative;
}
#index .top_menu ul li a:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f105";
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}
#index .top_menu ul li .top_menu_txt span {
  color: #684c43;
}
#index .top_menu ul.menu_orange li .top_menu_txt {
  color: #fa600c;
  font-size: 16px;
}
#index .top_menu ul.menu_orange li a {
  color: #fff;
  background: #f39800;
}
#index .top_menu ul.menu_green li .top_menu_txt {
  color: #84a107;
  font-size: 13px;
}
#index .top_menu ul.menu_green li a {
  color: #fff;
  background: #90aa1f;
}

.last_list{ 
	display: flex;	
}
.last_list li{
	margin-right: 1.3em;
}


#index .topinfo {
  background: url(../../images/top_info_bg.gif) repeat top left;
  padding: 3em 0;
}
#index .topinfo dl {
  max-height: 277px;
  overflow: auto;
}
.acMenu dt {
  display: block;
  cursor: pointer;
  text-align: left;
  border-top: 1px solid #80534f;
  margin: 0px 0 10px;
  padding: 15px 0 0 25px;
  font-weight: bold;
  color: #fa600c;
}
.acMenu dt span {
  margin-right: 3em;
  display: inline-block;
  color: #684c43;
}
.acMenu dd {
  display: none;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 1.6em;
}
.acMenu dd p {
  margin-bottom: 1em;
}
.acMenu dt:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f107";
  font-weight: normal;
  margin-right: 0.5em;
  color: #684c43;
}
.acMenu dt.active:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f106";
  font-weight: normal;
  margin-right: 0.5em;
  color: #684c43;
}
.acMenu dd a:link, .acMenu dd a:visited {
  font-weight: bold;
  color: #fa600c;
  margin-right: 0.2em;
}
.acMenu dd a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0da";
  margin: 0 0.2em;
}
ul.calender-notes {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
ul.calender-notes li {
  display: inline-block;
}
/* FOOTER -----------------------------------------------------*/
/*--医院概要 --*/
.gaiyo {
  text-align: left;
  margin: 0 10px;
}
.gaiyo dl dt {
  float: left;
  font-weight: bold;
}
.gaiyo dl dd {
  padding-left: 5.5em;
  margin-bottom: 0.8em;
}
footer {
  width: 100%;
  background: url(../images/bg_brown.png) repeat top left;
}
footer .f_logo {
  margin: 0 1em 0 0;
}
.calendar {
  margin: 0 10px;
}
.calendar dt {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.8em;
}
.calendar table {}
.copyright {
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 0;
  background: #f39800;
  width: 100%;
  padding: 8px 0;
}
/*下層 
------------------------------------------------------------*/
#detail main .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
#detail main section {
  text-align: left;
  margin: 0 auto 4em;
}
#detail main section.inner {
  margin: 0 auto 4em !important;
}
#detail h3 {
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 0.5em;
}
h4.bg_non {
  margin: 0 0 1.5em;
  background: none;
  border: none;
  padding: 0;
}
.clinic .img_area {
  width: 30%;
  text-align: center;
  margin-bottom: 2em;
}
.clinic .txt_area {
  width: 68%;
}
/*診療案内 
------------------------------------------------------------*/
#detail main.treatment .inner, #detail main.clinic .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
}
.case {
  background: #dff2fc;
  padding: 2em;
  border-radius: 8px;
}
.case p {
  margin-bottom: 0;
}
.case ul li {
  list-style: disc;
  margin-left: 1.0em;
}
.case ul.lis_block li {
  list-style: disc;
}
.page_link {
  margin-top: -80px;
  padding: 80px 0 0;
}
.linebox {
  padding: 1.5em;
  border: solid 3px #CCC;
  outline: solid 1px #999;
  margin-bottom: 2em;
}
.dl_style dt {
  display: inline-block;
  background: #84a107;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dl_style dd {
  border-radius: 8px;
  border: 3px solid #84a107;
  border-top-left-radius: 0;
  padding: 1em;
  margin-bottom: 2em;
}
.flow li {
  background: url(../images/arrow.png) no-repeat bottom center;
  padding-bottom: 2em;
  width: 95%;
  margin: 0 auto 1em;
}
.flow li .flow_in {
  border: 3px solid #84a107;
  border-radius: 8px;
  padding: 1em;
  display: block;
}
.flow li:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 1em;
}
#detail main.treatment .linebox section {
  margin-bottom: 0;
}
.service li {
  margin: 0 0.2em 1em;
  text-align: center;
}
/*医師紹介 
------------------------------------------------------------*/
.doctor {
  text-align: left;
}
.doctor dl, .doctor ul {
  margin-bottom: 2em;
  padding: 0 1em;
}
.doctor dl dt {
  float: left;
  width: 8em;
  padding: 0.5em 0 0;
}
.doctor dl dd {
  padding: 0.5em 0 0 8.8em;
  text-align: left;
  margin-bottom: 0.5em;
}
.doctor ul li {
  padding: 0.5em 0;
  text-align: left;
  margin-bottom: 0.5em;
}
.doctor .name {
  text-align: right;
}
.doctor .name span {
  font-size: 22px;
  vertical-align: baseline;
}
/* レスポンシブな料金表関係（170704追記） */
table.price {
  width: 100%;
}
table.price th, table.price td {
  padding: 10px;
  border: 1px solid #ddd;
  width: 35%;
  text-align: right;
  vertical-align: middle;
}
table.price th {
  background: #f0f0f0;
  width: 30%;
  text-align: left;
}
table.price td {
  background: #fff;
  width: 30%;
  text-align: right;
  font-weight: bold;
}

@media only screen and (max-width: 770px) {

.last_list{ 
	display: flex;	
}
.last_list li{
	margin-right: 0.5em;
}
}

@media only screen and (max-width: 767px) {
  table.price {
    width: 90%;
    margin: 0 auto;
  }
  .table.price tr {
    display: block;
    margin-bottom: 10px;
  }
  table.price th, table.price td {
    text-align: center;
    list-style-type: none;
    padding: 10px 0;
  }
  table.price th {
    display: block;
    width: 100% !important;
  }
  table.price td {
    display: list-item;
    width: 100% !important;
    border: none;
  }
  table.price td:last-child {
    margin-bottom: 20px;
  }
	
	
	
	
}
/*アクセスページ 
------------------------------------------------------------*/
.access_table, .access_step, .body_table, .osteoporosis_table, ._table {
  width: 100%;
}
.access_table th, .access_table td, .body_table th, .body_table td, .osteoporosis_table th, .osteoporosis_table td, .recruit_table th, .recruit_table td {
  border-bottom: 1px solid #ccc;
  padding: 0.8em;
  vertical-align: middle;
  line-height: 1.0em;
}
.access_table, .body_table, .osteoporosis_table th, .osteoporosis_table td, .recruit_table {
  border-top: 1px solid #ccc;
}
.access_table th, .body_table th, .recruit_table th {
  width: 30%;
}
.recruit_table th {
  font-size: 16px;
}
.access_table td, .body_table td, .recruit_table td {
  width: 70%;
  line-height: 23px;
  font-size: 16px;
  text-align: left;
}
/* スタッフ募集 ------------------------------------------------*/
.recruit-tub {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 2em;
}
.recruit-tub li {
  margin: 0 auto 0.5em;
  text-align: center;
  width: 24.666%;
}
.recruit-tub li a:link, .recruit-tub li a:visited {
  color: #84a107;
  border: 2px solid #84a107;
  padding: 0.5em 0;
  border-radius: 3px;
  display: block;
}
.recruit-tub li a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f101";
  font-weight: normal;
  font-style: normal;
}
.recruit-tub li a:hover {
  text-decoration: none;
  background: #84a107;
  color: #fff;
}
#detail main section.inner #r02, #detail main #r03, #detail main #r04 {
  padding-top: 6em;
}
.recruit_table {
  width: 94%;
  margin: 0 auto;
}
.recruit_table th {
  width: 8em;
  font-size: 14px;
}
.recruit_table td {
  width: calc(100% - 8em);
  font-size: 14px;
}
.recruit_table td .kome {
  /*	font-size:12px;*/
}
.access_step {
  border-top: 1px solid #999;
}
.access_step th, .access_step td {
  border-bottom: 1px solid #999;
  padding: 0.8em 0;
  vertical-align: middle;
  line-height: 1.0em;
}
.access_step th {
  width: 35%;
}
.access_step td {
  line-height: 23px;
  font-size: 16px;
  text-align: left;
  width: 65%;
}
.body_table td {
  font-size: 14px;
  padding: 0.5em;
  width: 60%;
}
.body_table th {
  width: 40%;
}
.body_table .bg_blue {
  background: #366583;
  color: #fff;
  font-size: 16px;
  line-height: 1.0em;
}
.body_table strong, .top_txt strong {
  padding: 0.2em;
  /*		background:#366583;	
		color:#fff;*/
  color: #cc546d;
}
.osteoporosis_table th {
  width: 20%;
}
.osteoporosis_table td {
  text-align: left;
  line-height: 1.5em;
}
/*初めての方へ 
------------------------------------------------------------*/
.reservation {
  border: 1px solid #84a107;
  border-collapse: collapse;
  width: 90%;
  margin: 1em auto;
}
.reservation th, .reservation tr, .reservation td {
  border-bottom: none !important;
  border-top: none !important;
}
.reservation th {
  text-align: center;
  vertical-align: middle !important;
  font-size: 1.5em;
  width: 50%;
}
.reservation td {
  background: #84a107;
  padding: 0 !important;
  font-size: 1.2em;
}
.reservation td p {
  text-align: center;
  margin-bottom: 0;
  padding: 1.5em 0 1.6em;
  color: #fff;
  letter-spacing: 2px;
}
.reservation td span {
  font-size: 1.5em;
}
.reservation td span.small {
  font-size: 0.8em;
  line-height: 2.5em;
}

/*泌尿器科
------------------------------------------------------------*/
ul.nodot li{
	list-style: none;
}

ul.nodot li a{
	text-decoration: underline;
}
ul.nodot li a:hover{
	text-decoration: none;
}




/*------------------------------------------------------------------*/
/*■■■TABLET■■■------------------------------------------------*/
/*------------------------------------------------------------------*/
@media only screen and (max-width: 1169px) {
  body {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    font-size: 92%;
  }
  /* header Area -----------------------------------------------------*/
  header h1 {
    text-align: left;
    float: left;
    width: 40%;
  }
  #globalnavi img, .top_navi_logo img, #pageTop img {
    max-width: 100%;
  }
  #index .mainvisual .mv_catch {
    margin: 0 0 20vh 2vh;
  }
  /*下層ページ 
------------------------------------------------------------*/
  #detail main .inner, #detail main.treatment .inner {
    width: 96%;
  }
  /*診療のご案内 下層ページ 
	------------------------------------------------------------*/
  .treatment_list {
    width: 35%;
  }
  .clinic_image {
    /*		width: 100%; */
    margin: 0 auto;
  }
	
	
}
@media only screen and (max-width: 960px) {
  .column_half {
    width: 50%;
  }
  .column_half h4 {
    padding-top: 15px;
  }
  .column_half img {
    width: 100%;
  }
}
/* --------------------------------------------------------------------------*/
/* ■■■SP■■■ -----------------------------------------------------------*/
/* --------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header .gnavi ul li a {
    color: #666666;
  }
  header .head_nav {
    padding-top: 0;
  }
  /* 共通style
------------------------------------------------------------*/
  section {
    margin: 0 auto 2em;
    width: 100%;
  }
  .sec_txt {
    margin-bottom: 2em;
  }
  .top_ttl {
    margin-bottom: 1em;
  }
  .top_txt {
    margin-bottom: 2em;
  }
  .spnone {
    display: none;
  }
  .pcnone {
    display: inline;
  }
  .top_txt, .clinic_info th, .clinic_info td, .gaiyo p, .access_table th, .access_table td, .access_step th, .access_step td, .staff_history th, .staff_history2 th, .staff_history td, .staff_history2 td, .time_table th, .time_table td, .staff_history th, .staff_history td, .staff_history2 th, .staff_history2 td, .sec_txt, .treatment_attention li, .read_txt, .lower_p_txt, .rehabilitation ul {
    font-size: 14px !important;
  }
  .gaiyo p, .gaiyo .time_table {
    width: 90%;
    margin: 0 5%;
  }
  .gaiyo .time_table td {
    padding: 0 0.5em;
  }
  .sec_txt {
    text-align: left;
  }
  .column_half {
    width: 100%;
  }
  .column_half img {
    width: 100%;
  }
  .read_txt {
    width: 90%;
    margin: 0 5%;
  }
  h2 {
    font-size: 25px;
    margin-bottom: 1em;
  }
  h4 {
    font-size: 18px;
  }
  /*下層ページ 
------------------------------------------------------------*/
  #detail main section.inner, #detail main section {
    margin: 0 auto 2em !important;
  }
  #detail main.treatment .inner, #detail main.clinic .inner {
    margin: 0 auto;
    width: 96%;
    max-width: 940px;
  }
  #detail h3 {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 0.5em;
  }
  .doctor dl, .doctor ul {
    padding: 0;
  }
  .linebox {
    padding: 0.8em 0.8em 0;
  }
  .clinic .img_area {
    width: 100%;
  }
  .clinic .txt_area {
    width: 100%;
  }
  /*TOPページ 
------------------------------------------------------------*/
  #index .mainvisual {
    background-size: cover;
  }
  #index .mainvisual .mv_catch {
    margin: 0 0 6em 0;
  }
  #index .mainvisual .mv_tel {
    margin: 0 1vh 0 0;
    padding: 0 1vh 0 0;
  }
  #index h3 {
    margin-bottom: 1.5em;
  }
  #index .nairan .txt_area {
    width: 100%;
    padding: 2em 0;
  }
  #index .nairan .txt_area .inner_half {
    float: none;
  }
  #index .nairan .img_area {
    width: 100%;
  }
  #index .about .txt_area, #index .about .img_area {
    width: 100%;
    max-width: inherit;
  }
  #index .nairan .txt_area .inner_half, #index .nairan .img_area .inner_half {
    max-width: inherit;
  }
  #index .top_menu ul li {
    width: 80%;
    max-width: inherit;
    margin: 0 auto 1em;
  }
  #index .top_menu ul li img {
    width: 100%;
  }
  #index .top_menu ul li .txt_area {
    padding: 0 0.5em;
    text-align: center;
  }
  #index .top_menu ul.menu_orange li .top_menu_txt {
    font-size: 14px;
  }
  #index .top_menu ul li .top_menu_txt span {
    font-size: 10px;
  }
	
.last_list{ 
	display: block;
}

	
	
	
  #index .topinfo dl {
    width: 100%;
    margin: 1em 0;
  }
  #index .acMenu dd {
    margin-left: 0;
  }
  #index .acMenu dt {
    display: block;
    cursor: pointer;
    text-align: left;
    margin: 0 0 10px;
    padding: 15px 0 0 10px;
    font-weight: bold;
  }
  .acMenu dt span {
    margin-right: 1.5em;
  }
  /* header Area -----------------------------------------------------*/
  header {
    width: 100%;
  }
  .menu a {
    text-align: center;
    padding-top: 11px;
  }
  .menu a:hover {
    text-decoration: none !important;
    background: #123886;
  }
  .menu img {
    margin-bottom: 10px;
  }
  .menu_txt {
    font-family: logotypegothic7regular;
    color: #84a107;
    font-size: 0.8em;
    margin-top: 15px;
    margin-left: -0.2em;
  }
  header .headlogo {
    margin: 0;
    padding: 0;
    float: left;
    width: 60%;
    text-align: center
  }
  header .headlogo h1 {
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
  }
  header .headlogo img {
    width: 100%;
    max-width: 320px;
  }
  header .headtel {
    float: right;
    width: 20%;
    text-align: right;
  }
  header .headtel img {
    width: 40px;
    height: 40px;
    margin: 15px;
  }
  header .headinfo {
    float: left;
    width: 20%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  header .headinfo h1 {
    width: 85%;
    padding: 0 15% 0 5%;
    margin: 0 auto;
  }
  header .headTel {
    width: 10%;
    height: auto;
    margin: 0 1em;
  }
  header .headTel p.h_tel {
    width: 100%;
    height: auto;
    margin: 0;
    flex: none;
    -webkit-flex: none;
  }
  /*-----Gnavi-----*/
  header button {}
  header .gnavi_sp ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  header .gnavi_sp ul li {
    width: 100%;
    flex: none;
    padding: 0;
    -webkit-flex: none;
    border-bottom: 1px solid #cccccc;
    text-align: left;
  }
  header .gnavi_sp ul li:first-child {
    border-top: 1px solid #cccccc;
  }
  header .gnavi_sp ul li a {
    color: #666666 !important;
    margin-left: 1em;
    font-weight: normal !important;
  }
  /* FOOTER -----------------------------------------------------*/
  /*--医院概要--*/
  footer .gaiyo {
    margin: 0 0 1em 0;
    width: 100%;
  }
  footer .f_logo {
    margin: 0 auto 1em;
    text-align: center;
  }
  /*--医師紹介--*/
  .doctor dl dt, .doctor dl dd {
    display: block;
    float: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  .doctor dl dd {
    text-align: left;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width:767px) {
  main {
    width: 100%;
    margin: 0 auto 1em auto;
  }
  h2 {
    margin: 0 auto 1em auto;
    font-size: 20px;
  }
  /*#detail main.treatment .inner, #detail main.clinic .inner {
    margin: 0 auto 1em auto;
    width: 98%;
}	*/
  /* スタッフ募集 ------------------------------------------------*/
  .recruit-tub {
    width: 100%;
  }
  .recruit-tub li {
    font-size: 98%;
  }
  .recruit_table {
    width: 100%;
    border: 0px solid #009a5b;
  }
  .recruit_table th {
    width: 100%;
    display: block;
    text-align: center;
    background: #fefaf2;
    border-top: 1px solid #999;
    padding: 0.8em 0 0.8em 0;
  }
  .recruit_table td {
    width: 90%;
    display: block;
    padding: 0.8em 0 0.8em 0;
    margin: 0 auto 1em auto;
    border-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .reservation tr {
    display: block;
  }
  .reservation th, .reservation td {
    display: block;
    border: none;
  }
  .reservation th {
    text-align: center;
    vertical-align: middle !important;
    font-size: 1.2em;
    width: 100%;
  }
  .reservation td p {
    padding: 1em 0;
  }
  .reservation td a {
    color: #fff;
  }
  .reservation td:hover {
    background: #FFF;
    border-left: none;
  }
  .reservation td p:hover {
    color: #84a107 !important;
  }
}
@media only screen and (max-width:480px) {
  .streat_view iframe {
    height: 300px;
  }
  #wrapper .container .accordion_box label {
    font-size: 1.2em;
  }
  /* スタッフ募集 ------------------------------------------------*/
  .recruit-tub {
    width: 96%;
    display: block;
  }
  .recruit-tub li {
    width: 100%;
  }
}
/*Q and A
------------------------------------------------------------------------------------------------*/
.accordion_box {
  width: 100%;
  display: block;
}
label {
  background: #84A107;
  color: #FFF;
  /*	padding: 0 50px 30px; */
  padding: 0 20px 30px 60px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 1.286em;
  text-indent: 60px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
label span {
  font-size: 3em;
  position: absolute;
  top: 23px;
  left: -50px;
}
label:hover {
  opacity: 0.7;
  cursor: pointer;
}
input[type="checkbox"].on-off {
  display: none;
}
.accordion_box ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 15px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}
.accordion_box ul li span {
  font-size: 5em;
  margin-right: 15px;
  color: #f39800;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 10px;
}
.accordion_box li {
  /*    padding: 10px; */
  border: 1px solid #f39800;
  width: 1170px;
  padding-bottom: 20px;
}
.accordion_box li p {
  width: 80%;
  margin: auto;
}
.accordion_box ul li ul {
  margin-top: 15px;
}
.accordion_box ul li ul li {
  border: 0;
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: currentcolor;
  border-left: 5px solid #F39800;
  margin-bottom: 10px;
  width: 80% !important;
  margin: auto;
  padding-left: 15px;
  word-break: break-all;
}
.accordion_box ul li ul li p {
  text-decoration: underline;
  word-break: break-all;
}
.accordion_box ul li ul li:last-cild {
  margin-bottom: 0;
}
.accordion_box ul li ul li a {
  text-decoration: underline;
}
@media screen and (max-width:1200px) {
  .container .accordion_box {
    width: 90% !important;
    margin: auto;
  }
  .container .accordion_box {
    width: 1000px !important;
  }
  .container .accordion_box ul li {
    width: 1000px;
    box-sizing: border-box;
  }
}
@media screen and (max-width:1000px) {
  .container .accordion_box {
    width: 95% !important;
  }
  .container .accordion_box {
    width: 768px !important;
    margin: auto !important;
  }
  .container .accordion_box ul li {
    width: 768px;
  }
}
@media screen and (max-width:767px) {
  .container .accordion_box {
    width: 90% !important;
  }
  label {
    line-height: 1.0em !important;
    margin-top: -1.0em !important;
  }
  .container .accordion_box {
    width: 90%important;
    margin: auto !important;
  }
  .container .accordion_box ul li {
    width: 100%;
  }
  .accordion_box ul li p a.link_style {
    width: 100%
  }
}
input[type="checkbox"].on-off + ul {
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-off:checked + ul {
  height: auto;
}
table.qa_list {
  border: none;
  margin-bottom: 10px;
  margin: auto;
  width: 80%;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
table.qa_list th, table.qa_list td {
  font-size: 1.0em;
  color: #333;
  padding: 10px 5px;
  border-bottom: 1px solid #aaa;
}
table.qa_list th {
  width: 70%;
}
table.qa_list td {
  width: 30%;
}
.first_tel p {
  background: #84A107;
  border-radius: 3px;
  color: #fff !important;
  padding: 0.5em;
}
.first_tel p span {
  font-size: 1.5em;
}
.first_tel a.link_style {
  font-size: 1.5em;
  padding: 0.8em 0.5em;
  border-radius: 3px;
  width: 95%;
}
.bnr_corona {
  margin: 3em 0;
}
.bnr_corona img {
  max-width: 95%;
}
@media only screen and (max-width: 767px) {
  .bnr_corona {
    margin: 1em 0;
  }
}
/*診療カレンダー部分　画像で代替*/
.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.row div {
  width: 49.3%;
}
.row div:first-child {
  margin-right: 10px;
}
.row div img {
  width: 100%;
  max-width: 454px;
}
@media only screen and (max-width: 767px) {
  .row {
    display: block;
  }
  .row div {
    width: 100%;
  }
  .row div:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }
    {
    width: 100%;
    height: auto;
  }
}