
/* CSS Document */
@media (min-width: 641px) and (max-width: 1024px) {
  body,
  .nav_wrap.fixed,
  .mainvisual_wrap,
  header,
  footer {
    min-width: 1300px;
  }
  
  .mv_wrap::before {
    width: calc(50vw - 21px);
  }

  .tgl_menu_list ul li.nav_mega_menu .mega_menu_wrap {
    width: 1300px;
  }
}

@media screen and (max-width:640px) {
body {
  font-size: 14px;
}

body,
.nav_wrap.fixed,
#mainvisual .inner,
header,
footer {
  min-width: 100%;
}

/* ナビ展開時スクロール禁止処理 */
body.nav-open {
  overflow: hidden !important;
}

/*============================================================================

  header

============================================================================*/
header {
  /*display: none;*/
  height: auto;
}
  
header .inner {
  display: block;
}
  
.header_info_list {
  display: none;
}
  
.nav_wrap .header_logo {
  width: calc(100% - 56px);
  min-width: auto;
  height: auto;
  margin-top: 0;
}

.nav_wrap .header_logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
}

.nav_wrap .header_logo img {
  width: 100%;
  height: 45px;
}

.mv_wrap::before {
  display: none;
}
.nav_wrap.fixed .tgl_menu_list ul li.nav_single_menu div a {
	padding: 0 0 0 1.3em;
}
	.nav_wrap.fixed .tgl_menu_list ul li a, .nav_wrap.fixed .tgl_menu_list ul li p{
		padding: 15px 10px;
	}
.mv_bnr {
	position: static;
	padding: 4% 8%;
	width: 100%;
}
.mv_bnr a {
	width: 100%;
	/*background: linear-gradient(25deg, #0056aa, #40b7ee);*/
	background: linear-gradient(164deg, #282828 0%, #282828 50%, #484848 50%, #484848 100%);
	font-size: 23px;
}
	
	/* MV上の診療表 */
.mv_shedule {
	position: static;
	width: 90%;
	height: 100%;
	min-width: 340px;
	margin: 0 auto 20px;
}
.mv_shedule .tb01 {
	margin-bottom: 0;
}
.mv_shedule .schedule_note {
	width: 100%;
	height: 100%;
	min-width: 340px;
}
.mv_shedule .schedule_note li {
	color: #FFF;
}
/*============================================================================

  nav

============================================================================*/
.nav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}
  
.nav_wrap.fixed {
  background: #fff;
}

/* ハンバーガーボタン */
.btn_tgl_menu {
  position: relative;
  right: 0;
  color: #fff;
  width: 55px;
  background: #282828;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
}

.btn_tgl_menu i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.btn_tgl_menu span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 35px;
  height: 2px;
  background: #fff;
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  opacity: 1;
}

.btn_tgl_menu span:nth-of-type(1) {
  top: 10px;
}

.btn_tgl_menu span:nth-of-type(2) {
  top: 20px;
}

.btn_tgl_menu span:nth-of-type(3) {
  top: 30px;
}

/* MENUボタン押下時 */
.btn_tgl_menu.active {
  right: 16.25rem;
}

.btn_tgl_menu.active span:nth-of-type(1) {
  top: 20px;
  transform: rotate(225deg);
}

.btn_tgl_menu.active span:nth-of-type(2) {
  opacity: 0;
}

.btn_tgl_menu.active span:nth-of-type(3) {
  top: 20px;
  transform: rotate(-225deg);
}

/* ドロップダウンメニュー */
.tgl_menu_list {
  position: fixed;
  top: 0;
  right: 0;
  right: -16.25rem;
  z-index: 2;
  overflow: hidden;
  width: 16.25rem!important;
  height: 100%;
  margin: auto!important;
  transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
  background: #282828;
  padding: 15px;
}

.tgl_menu_list ul {
  flex-flow: column wrap;
}

.tgl_menu_list ul li {
  display: block;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.tgl_menu_list ul li:first-child {
  border-top: 1px solid #fff;
}

.tgl_menu_list ul li::after {
  display: none;
}

.tgl_menu_list ul li a,
.tgl_menu_list ul li p {
  display: block;
  text-align: left;
  padding: 15px 10px;
  width: auto;
  color: #fff;
  font-weight: normal;
  text-shadow: none;
}
.tgl_menu_list ul li > a,
.tgl_menu_list ul li > p {
	font-weight: bold;
}
.tgl_menu_list ul li a span,
.tgl_menu_list ul li p span {
  display: none;
}

.tgl_menu_list ul li a:hover {
  color: #fff;
}

body.nav-open .tgl_menu_list {
  overflow-y: scroll;
  right: 0;
}
.tgl_menu_list ul li.nav_single_menu div {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    background: rgba(255,255,255,0);
    padding-bottom: 10px;
    box-shadow: none;
}
.tgl_menu_list ul li.nav_single_menu.nav_single_menu_2row div a:nth-child(odd) {
    border-right: none;
}    
/* ------- スライドメニュー シングル------- */
.tgl_menu_list .nav_single_menu div {
  position: static;
  opacity: 1;
  visibility: visible;
  width: 100%;
  padding-bottom: 10px;
  box-shadow: none;
}

.tgl_menu_list .nav_single_menu div a {
  margin-left: 15px;
  background: none;
  padding: 3px;
  line-height: 2;
  text-indent: -1.2em;
  padding-left: 1.2em;
  border-bottom: none;
}

.tgl_menu_list .nav_single_menu div a::before {
  position: static;
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 10px;
}

.tgl_menu_list .nav_single_menu div a i.nav_arrow {
  display: none;
}

.tgl_menu_list .nav_single_menu div a:hover {
  color: #fff;
  background: none;
}
.tgl_menu_list ul li.nav_single_menu div a {
    display: block;
    margin-bottom: 10px;
    margin-left: 15px;
    background: none;
    padding: 0;
    width: 95%;
    font-size: 15px;
    border-left: none;
    line-height: 1.4;
    text-indent: -1.2em;
    padding-left: 1.3em;
    border-bottom: none;
}
.tgl_menu_list ul li.nav_single_menu div a::before {
    position: static;
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
    border-right: none;
}
.tgl_menu_list ul li.nav_single_menu div a:hover {
    color: #fff;
    background: none;
}
/* ------- スライドメニュー メガ------- */
.tgl_menu_list .nav_mega_menu {
  position: relative;
}

.tgl_menu_list .nav_mega_menu p::before {
  position: absolute;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  border: none;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
}

.tgl_menu_list .nav_mega_menu .mega_menu_wrap {
  display: none;
  position: static;
  opacity: 0;
  visibility: hidden;
  background: none;
  box-shadow: none;
  transition: height 0.5s cubic-bezier(.19, 1, .22, 1);
}

.tgl_menu_list .nav_mega_menu.active .mega_menu_wrap {
  opacity: 1;
  visibility: visible;
}

.tgl_menu_list .mega_menu_inner {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
}

.tgl_menu_list .mega_menu_top a {
  padding: 12px 12px 12px 0;
}

.tgl_menu_list .mega_menu_top a::before {
  position: static;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  border: none;
  margin-right: 10px;
}

.tgl_menu_list .menu_list {
  margin-left: 0;
}

.tgl_menu_list .nav_mega_menu .mega_menu_inner .menu_list p {
  display: none;
}

.tgl_menu_list .nav_mega_menu .mega_menu_inner .menu_list li {
  border: none !important;
}
.tgl_menu_list .nav_mega_menu .mega_menu_inner .menu_list li a{
  padding: 3px;
  padding-left: 1.2em;
}

.tgl_menu_list .nav_mega_menu div a {
  margin-left: 15px;
  background: none;
  padding: 3px;
  line-height: 2;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

/*
.tgl_menu_list ul li.nav_single_menu:hover div {
  display: none!important;
}
*/


/* メガメニュー展開時 */
.tgl_menu_list .nav_mega_menu.active p::before {
  content: "\f068";
}

/* ナビ展開時の後ろの背景 */
.nav_overlay {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

body.nav-open .nav_overlay {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* ヘッダー固定ボタンエリア */
.btn_area {
  width: 100%;
}

.btn_area ul {
  display: flex;
  background: #fff;
  padding: 5px 2.5px;
}

.btn_area li.btn {
  width: 100%;
  margin: 0 2.5px;
}

.btn_area li.btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: 'ryo-display-plusn',serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.12em;
  text-align: center;
  padding: 10px 2%;
}

.btn_area li.btn a i {
  width: 15px;
  margin-right: 3px;
}

.btn_area li.btn_tel {
  background: #282828;
}

.btn_area li.btn_yoyaku {
  background: #343434;
}

.btn_area li.btn:nth-of-type(3) a {
	letter-spacing: 0;
}
.btn_area li.btn_monshin {
  /*background: #00A3BB;*/
	background: #343434;
}

.btn_area li.btn_access {
  background: #484848;
}

/* 準備中用のクラス */
.btn_area li.btn.coming {
  background: #aaa !important;
}

.btn_area li.btn.coming a {
  pointer-events: none;
  padding: 2px 2% 18px;
}

.btn_area li.btn.coming a::before {
  content: "（準備中）";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 90%;
}

/*============================================================================

#mainvisual

============================================================================*/
#mainvisual {
  background-position: center;
  background-attachment: scroll;
  width: 100%;
  height: 200px;
  margin-top: 110px;
}

#mainvisual .inner {
  width: auto;
  height: inherit;
}

/* 下層ページヘッドライン */
#mainvisual h2 {
  font-size: 22px;
}
	
.mainvisual_headline p.headline {
	font-size: 20px;
}

/*============================================================================

#contents

============================================================================*/
.box1 {
  width: auto;
  padding: 0 6% 80px;
}

.box2 {
  width: auto;
  padding: 0 6% 80px;
}

#container {
  padding-top: 0;
}

#contents {
  width: auto;
}

#contents_left {
  width: auto;
  float: none;
  margin-right: 0;
}

#contents_right {
  width: auto;
  padding: 0 6%;
  float: none;
}

/*============================================================================

footer

============================================================================*/
footer .inner {
	display: block;
	width: 100%;
	padding: 50px 6% 120px;
}

.footer_info {
	width: 100%;
	padding-right: 0;
}

.footer_logo {
	width: 90%;
	height: auto;
	margin: 0 auto 30px;
}

.footer_info_add {
	margin-bottom: 30px;
}

.footer_info_tel {
  margin: 0 auto 32px;
}
.info_tel_last {
	margin: 0 auto 40px;
}
.footer_calendar {
	width: 100%;
}

.calendar_box {
	width: 100%;
  height: 320px;
	margin: auto;
}

/*.footer_navi .inner {
  width: 100%;
  padding: 30px 0;
}

.footer_navi ul {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.footer_navi ul li {
  display: block;
  border-bottom: 1px dotted #1F2774;
}

.footer_navi ul li:last-child {
  border-bottom: none;
}

.footer_navi ul li a {
  display: block;
  padding: 5px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

.footer_navi ul li a::after {
  display: none;
}

.footer_navi ul li a span::before {
  display: none;
}*/

.pagetop {
  bottom: 30px;
  right: 10px;
  position: fixed;
}
.pagetop, .pagetop img{
width: 64px;
height: 64px;
}
.copy {
  padding-bottom: 30px;
}

/*============================================================================

  共通（ロゴ・住所・電話番号）

============================================================================*/
/* ロゴ */
.info_logo,
.info_logo img {
  width: 90%;
  height: auto;
}

.info_tel a {
  font-size: 22px;
}

.info_tel a span {
  display: block;
  margin: 5px 0 0;
}

.info_tel a::before {
  width: 22px;
  height: 35px;
  margin-right: 10px;
}

/*============================================================================

.top_news

============================================================================*/
.top_news {
  position: static;
}

.top_news .inner::before {
  display: none;
}

.top_news .box1 {
  padding: 50px 6% 80px;
}

.news_flex {
  display: block;
}

.top_news .tit_box {
  width: 100%;
  margin: 0 auto 50px;
  padding: 0;
}

.top_news .tit_en {
  font-size: 40px;
  text-align: center;
}
  
.top_news .tit01 {
  font-size: 20px;
  text-align: center;
}
  
.top_news_frame {
  width: 100%;
  padding: 0 10px 0;
}

.news_list li {
  margin-bottom: 30px;
}

.news_btn a {
  bottom: 30px;
}

.news_btn a {
  padding: 32px 120px 30px 20px;
}

.news_btn a::before {
  border: 124px solid transparent;
	border-bottom: 88px solid #484848;
}

.news_btn a p {
  font-size: 15px;
}

.news_btn a p::before {
  right: 35px;
  width: 20px;
  height: 20px;
}

.news_btn a p::after {
  width: 60px;
}

/*============================================================================

.top_info

============================================================================*/
.top_info {
}

.top_info::before {
  height: /*50%*/0;
  background: #e7e7e7;
}

.top_info .inner::before,
.top_info::after {
  display: none;
}

.info_img_top {
  width: 100%;
  height: 200px;
  background: url("../images/bg_info01.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}

.info_img_bottom {
  width: 100%;
  height: 200px;
  background: url("../images/bg_info02.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.top_info .box1 {
/*
  padding: 50px 0 110px;
*/
	padding: 50px 0 50px;
}

.info_flex {
  display: block;
}

.info_left {
  width: 100%;
  margin-bottom: 0px;
	padding: 0 6% 0;
}

.info_left .info_logo {
  margin: 0 auto 30px;
}

.info_left .info_add {
  margin-bottom: 30px;
}

.info_left .info_tel {
  margin: 0 auto 40px;
}

.info_btn {
  margin-right: 0;
}

.info_btn a {
  display: inline-block;
  position: relative;
  padding: 20px 110px 20px 30px;
  border: 1px solid #484848;
  background: #484848;
}

.info_btn a::before {
  position: absolute;
  top: 8px;
  right: -8px;
  width: 100%;
  height: 100%;
  border: 1px solid #484848;
  content: "";
}

.info_btn a p {
  font-size: 15px;
}

.info_btn a p::before {
  right: -90px;
  width: 20px;
  height: 20px;
}

.info_btn a p::after {
  right: -80px;
  width: 50px;
}

.info_right {
  width: 100%;
	padding: 0 1% 0;
}

.info_congestion {
  position: relative;
  margin-top: 0;
}

.congestion_box {
  width: 100%;
  height: auto;
	border: 5px solid rgba(40, 40, 40, 0.5);
}

.congestion_box_inner {
  padding: 47px 5px 47px;
  background: rgb(40, 40, 40);
}

.congestion_box .tit_box {
  margin-bottom: 39px;
}
  
.congestion_box .tit_en {
  font-size: 15px;
}
	
.congestion_item_detail {
  padding: 5px;
}

.congestion_item {
  height: auto;
  margin-bottom: 50px;
}

.congestion_item:first-child {
  margin-bottom: 30px;
}

.congestion_item_tit::before,
.congestion_item_tit::after {
  display: none;
}

.congestion_btn {
  position: absolute;
  bottom: -30px;
  right: 0;
  z-index: 5;
}

.congestion_btn a {
  padding: 20px 20px 20px;
}

/* 左側の三角形 */
.congestion_btn a::before {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 0;
  height: 0;
  border: 49px solid transparent;
	border-bottom: 66px solid #484848;
  content: "";
  z-index: -2;
}

.congestion_btn a p {
  font-size: 15px;
}

.congestion_btn a p::before,
.congestion_btn a p::after {
  display: none;
}

/*============================================================================

  .top_medical

============================================================================*/
.top_medical {
  background: #313131;
}

/* 左の黒い背景 */
.top_medical::before {
  display: none;
}

/* 右の白い背景 */
.top_medical::after {
  display: none;
}

.top_medical .box1 {
  padding: 50px 6% 80px;
  z-index: 4;
}

.top_medical .tit_box {
  margin-bottom: 50px;
}

.medical_flex {
  display: block;
}

.medical_left {
  width: 100%;
  margin-bottom: 50px;
  padding-right: 0;
}

.symptom_list {
  width: 280px;
  margin: 0 auto;
  padding-left: 15px;
}

.symptom_tit {
  margin: 0 auto 80px;
  font-size: 16px;
}
  
.symptom_tit::after {
  width: 220px;
  height: 31px;
  margin: 0 auto;
}

.symptom_body {
  width: 280px;
  height: 448px;
  margin: 0 auto;
}

.symptom_btn {
  width: 60px;
  height: 60px;
}
  
.symptom_btn a::before,
.symptom_btn a::after {
  display: none;
}

.symptom_btn_txt {
  padding-top: 16px;
}

.symptom_btn_txt::before {
  display: none;
}

.symptom_btn_tit {
  font-size: 15px;
}

.symptom_btn_tit::after {
  margin: 3px auto 0;
  color: #58554e;
  font-size: 12px;
}

/* 手首 */
.symptom_btn01 {
  position: absolute;
  top: 85px;
  left: 15px;
}

/* 股関節 */
.symptom_btn02 {
  position: absolute;
  bottom: 150px;
  left: 25px;
}

/* 膝 */
.symptom_btn03 {
  position: absolute;
  bottom: 65px;
  left: 5px;
}

/* 肩 */
.symptom_btn04 {
  position: absolute;
  top: 23px;
  right: 70px;
}

/* 腰 */
.symptom_btn05 {
  position: absolute;
  bottom: 185px;
  right: 40px;
}

/* 足首 */
.symptom_btn06 {
  position: absolute;
  bottom: 65px;
  right: 0;
}

.medical_right {
  width: 100%;
  padding: 20px;
  background: #fff;
}
  
.medical_tit {
  margin: 25px 0 50px;
  padding-bottom: 15px;
  font-size: 20px;
  text-align: center;
}

.medical_btn {
  width: 100%;
  height: 130px;
}

/*============================================================================

  .top

============================================================================*/
.top_feature {
  background: url("../images/bg_feature.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.top_feature::before {
  display: none;
}

.top_feature::after {
  display: none;
}

.top_feature .inner::before {
  display: none;
}

.top_feature .box1 {
  padding: 50px 6% 80px;
}

.top_feature .tit_box {
  margin-bottom: 60px;
}
  
.top_feature .tit_en {
  text-align: center;
}
  
.top_feature .tit01 {
  text-align: center;
}

.feature_list {
  display: block;
}

.feature_item_tit {
  font-size: 18px;
}

.feature_item {
  width: 100%!important;
  margin: 0 0 43px 0!important;
}

.feature_list02 .feature_item_detail {
  width: 282px;
  height: 469px;
}

.feature_btn p {
  font-size: 15px;
}

/*============================================================================

  .top_doctor

============================================================================*/
.top_doctor {
  margin-bottom: 80px;
}

.greeting_img_bottom {
  width: 100%;
  height: 200px;
  background: url("../images/bg_doctor.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}  

/* 右側の画像 */
.top_doctor::before {
  display: none;
}

.top_doctor .box1 {
  padding: 50px 6% 50px;
}

.top_doctor .tit_box {
  margin-bottom: 30px;
}

.doctor_flex {
  display: block;
}

.doctor_left {
  width: 100%;;
}

.greeting_txt {
  margin: 0 0 30px;
}

.greeting_txt p {
  font-size: 15px;
  line-height: 1.75;
  text-align: left;
}

.greeting_txt p:first-child {
  margin-bottom: 30px;
}

.specialist {
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
}

.doctor_name {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}

.doctor_name span {
  margin-right: 10px;
  font-size: 16px;
  vertical-align: 1px;
}

.doctor_right {
  width: 100%;
}

/*============================================================================

  .top_sns

============================================================================*/
.top_sns {
	padding: 0;
  background: #f4f4f4;
}

.top_sns .inner {
	background: none;
  width: 100%;
}

.top_sns .box1 {
	padding: 50px 6% 60px;
}

.top_sns .tit_box {
	margin-bottom: 30px;
}

.top_sns .tit01 {
	font-size: 22px;
}

.sns_desc {
	margin-bottom: 40px;
  font-size: 15px;
  line-height: 1.75;
}

.sns_list {
	display: block;
}

.sns_item {
  width: 100%;
  height: 271px;
  margin-bottom: 30px;
}

.sns_btn {
  width: 190px;
  height: 49px;
}

/*==================================================================

  .top_affiliate

==================================================================*/
.top_affiliate .box1 {
	padding: 50px 6% 50px;
}

.top_affiliate .tit_box {
	margin-bottom: 50px;
}

.affiliate_list {
	display: block;
}

.affiliate_item {
	width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/*============================================================================

$breadcrumbs ぱんくず

============================================================================*/
.breadcrumbs {
  width: 100%;
  margin: 0 auto;
	padding: 20px 5% 40px;
}

.breadcrumbs li {
  display: inline-block;
}

/*============================================================================

$共通

============================================================================*/

#contents {
  padding-bottom: 70px;
}

.box {
  width: auto;
  padding: 0 6% 8%;
}

.text {
  float: none;
  width: auto;
  padding: 0;
  border: none;
}

.text2 {
	margin-bottom: 50px;
}

/*============================================================================

$見出し

============================================================================*/
h1 {
  font-size: 12px;
  width: auto;
  min-width: auto;
  padding: 10px 15px;
  text-align: center;
  position: static;
  margin-top: 0 !important;
  background: #484848;
  color: #fff;
}

.tit_en {
  font-size: 42px;
}

.tit01,
.tit02,
.tit03,
.tit04 {
  width: 100%;
}

.tit01 {
  font-size: 20px; 
}

.tit02 {
	display: block;
	text-align: center;
}

.tit02::before {
  width: 45px;
  height: 46px;
	margin: 0 auto 10px;
}

.nowrap {
  white-space: normal;
}

/* テーブル */
.tb01 {
  white-space: inherit;
}

.tb01 th {
  width: 30%;
  font-size: 14px;
}

.tb01 td {
  font-size: 14px;
  text-align: center;
}

.info_sche{
	width: 100%;
}
	
.info_sche .schedule_detail {
  margin-bottom: 26px;
  padding: 0 15px 0 15px;
}

.info_sche .tb01 tr:nth-of-type(1) th,
.info_sche .tb01 tr:nth-of-type(1) td {
  padding: 30px 0 30px;
}

.info_sche .tb01 tr:nth-of-type(2) th,
.info_sche .tb01 tr:nth-of-type(2) td {
  padding: 0 0 30px;
}

.info_sche .tb01 tr:nth-of-type(3) th,
.info_sche .tb01 tr:nth-of-type(3) td {
  padding: 0 0 30px;
}

/*.info_sche .schedule_note li:nth-of-type(2) {
  margin-bottom: 10px;
}*/

.schedule_note li {
  font-size: 15px;
}

.tb03,
.tb03 th {
  white-space: inherit;
}

.tb03.w075par {
  width: 100%;
}

/* 縦積みにした時 */
.tb03.ver th,
.tb03.ver td {
  display: block;
  width: 100%;
}

.tb03.ver td {
  border-top: none;
}

.tb03.ver th:not(:first-child) {
  border-top: none;
}

/* 横スクロール */
.scroll_tb {
  overflow-x: scroll;
}

.scroll_tb table {
  width: 816px;
}

.scroll_tb table th {
  position: sticky;
  left: 0;
}

.scroll_tb table th::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #282828;
}

.tb04,
.tb04 th {
  white-space: normal;
}

.tb04 th {
  font-size: 13px;
}

.tb04 td,
.tb04 th {
  padding: 2%;
}

/* ボタン */
.btn_flex {
  display: block;
}

.btn02 {
  margin: 0 0 20px 0;
}

.btn01 a {
  display: block;
}

.medical_text .btn02 {
  text-align: center;
}

/* アンカーリンク */
.ank02 {
  width: 100%;
}

.ank02 li {
  width: 100%;
}

.ank03 {
  width: 100%;
}

.ank03 li {
  width: 100%;
}

.ank04 {
  width: 100%;
}

.ank04 li {
  width: 100%;
}

/* 画像右寄せ */
.img_fr {
  float: none;
  margin-left: 0;
  text-align: center;
  max-width: 100%;
}

.img_fr.mw500{
  max-width: 100%;
}

.img_fr img {
  margin-bottom: 15px;
}

/* 画像左寄せ */
.img_left {
  max-width: 100%;
  text-align: center;
}

.img_left img {
  /*margin-bottom: 15px;*/
}
	
/* 画像中央寄せ */
.img_center {
  max-width: none;
	width: 100%;
  margin: 0 auto 1em;
}

.img_center02 {
  max-width: none;
	width: 100%;
  margin: 0 auto 1em;
}

.img_center03 {
  max-width: none;
	width: 100%;
  margin: 0 auto 1em;
  text-align: center;
}

/* 画像を左寄せ */
.img_left {
  max-width: none;
	width: 100%;
  text-align: center;
}

/* 画像を左寄せ */
.img_left02 {
  max-width: none;
	width: 100%;
  text-align: center;
}

.img_left02 span {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-family: 'ryo-display-plusn',serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
}

.img_left03 {
  max-width: 1000px;
  text-align: left;
}

.img_left03 img {
  width: 100%;
  height: auto;
}

.img_left04 {
  max-width: 560px;
  text-align: left;
}

.img_left04 img {
  width: 100%;
  height: auto;
}

.img_left04 span {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-family: 'ryo-display-plusn',serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
}

/* 各種検査で使用 */
.img_flex {
  display: block;
}

.img_item {
  width: 100%;
  margin: 0 auto 20px!important;
}

.img_item:last-child {
  margin: 0 auto 20px!important;
}

/* 痛風ページで使用 */
.img_flex02 {
  display: block;
  align-items: center;
}

.img_item02 {
  width: 100%;
  margin: 0 auto 20px!important;
}

.img_item02:last-child {
  margin: 0 auto 20px!important;
}

.img_item02 span {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-family: 'ryo-display-plusn',serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
}
.img_item02 img {
	width: 100%!important;
}

.img_tit {
  display: table;
  position: relative;
  margin: 0 auto 20px;
  padding: 0 0 8px;
  border-bottom: 1px solid #333;
  color: #333;
  font-family: 'ryo-display-plusn',serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

/*============================================================================

$doctor

============================================================================*/
.sub_doctor {
	margin-bottom: 50px;
}
  
.sub_doctor .box1 {
  margin-bottom: 0;
}

/* ごあいさつ */
.doctor_greet .text {
  float: none;
  width: auto;
}

/* 経歴、資格 */
.doctor_carr_sec1 {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}

.staff_flex {
	display: block;
}

.staff_left {
	width: 100%;
}

.staff_right {
	width: 100%;
}

.sub_staff .tit_box {
  margin-bottom: 20px;
}

.staff_name {
  font-size: 18px;
}

.staff_detail {
  font-size: 18px;
}

/*============================================================================

$clinic

============================================================================*/
.clinic_sec1 {
  max-width: 100%;
}

/* 医院概要 */
.clinic_sec1 dt {
  width: 30%;
}

.clinic_sec1 dd a:hover {
  color: inherit;
}

.clinic_sec1 .schedule {
  width: 100%;
  margin: auto;
}

.clinic_sec1 .schedule .tb01 {
  width: 100%;
}

[class^="clinic_slide_wrap"]:not(.clinic_slide_wrap_flex) {
  max-width: 100%;
}

/* 院内スライド横 */
.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-slider {
  display: block !important;
}

.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-list {
  width: 100%;
}

.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-dots {
  margin-top: 20px;
  width: 100%;
  /*justify-content: space-between;*/
  gap: 2%;
}

.clinic_slide_wrap2 .clinic_slide_wrap_flex .slick-dots li {
  width: 15%;
  margin-bottom: 10px;
  margin-right: 0;
}

/*============================================================================

$facilities

============================================================================*/
.facilities_equip dl {
  width: 100%;
  margin-left: 0;
  padding: 6% 10% 10%;
}

.facilities_equip_img {
  width: 100%;
  margin-bottom: 8%;
  margin-left: 0;
}

.facilities_equip2 dl,
.facilities_equip2 dl:nth-child(3n) {
  width: 90%;
  margin: 0 5% 30px;
}

.facilities_equip2 dl:nth-child(even) {
  margin-right: 5%;
}

.facilities_equip3 dl {
  width: 90%;
  margin: 0 5% 30px;
}

.facilities_equip3 dl:nth-child(even) {
  margin-right: 5%;
}

.facilities_equip3 dl,
.facilities_equip3 dl:nth-child(3n) {
  width: 90%;
  margin: 0 5% 30px;
}

/*============================================================================

$access

============================================================================*/
.access_wrap [class^="access"] {
  margin-bottom: 40px;
  width: 100%;
}

.access_wrap [class^="access"]:last-child {
  margin-bottom: 0;
}

.access_wrap [class^="access"] iframe {
  height: 300px;
}

.access_list {
  padding: 30px 15px 0;
}

.access_list dl {
  width: 100%;
  margin-bottom: 30px;
}

/*============================================================================

$first

============================================================================*/

/*============================================================================

$medical

============================================================================*/

/*============================================================================

$contact

============================================================================*/
.contact th,
.contact td {
  display: block;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #1F2774;
  padding: 10px 5%;
}

.contact tr:last-child td {
  border-bottom: none;
}

.contact input[type="date"] {
  display: block;
  margin-bottom: 10px;
}

.contact select {
  display: block;
  margin-bottom: 20px;
}

.submit_btn input {
  max-width: 110px;
}

/*==================================================================

.layout

==================================================================*/
.layout_tit {
  font-size: 18px;
}

.layout_tit em {
  font-size: 24px;
}

/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
.layout01 .layout01_box {
  display: block;
}

.layout01 .layout01_title {
  width: 100%;
}

.layout01 .layout01_text {
  width: 100%;
}

.layout01 .layout01_text img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

/* 2つ並びのレイアウト。最初(dt)にタイトル、画像がその下(dd)、画像の下に文章 */
.layout02 {
  display: block;
}

.layout02 .layout02_box {
  width: 100%;
}

.layout02 .layout02_box img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 {
  margin: 0 0 15px;
}

.layout03 .layout03_box {
  display: block;
}

.layout03 .layout03_title {
  width: 100%;
}

.layout03 .layout03_title img {
  width: 70%;
  margin: 0 auto;
  display: block;
  padding: 0;
}

.layout03 .layout03_text {
  width: 100%;
  padding: 15px 3% 1%;
}


/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
.layout04 .layout04_box {
  display: block;
}

.layout04 .layout04_title {
  width: 100%;
  padding: 2%;
}

.layout04 .layout04_title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.layout04 .layout04_text {
  width: 100%;
}


/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 .layout05_box {
  display: block;
}

.layout05 .layout05_title {
  width: 100%;
  text-align: center;
  display: block;
}

.layout05 .layout05_title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.layout05 .layout05_text1:nth-child(2) {
  width: 100%;
  margin-top: 10px;
}

.layout05 .layout05_text1:nth-child(3) {
  width: 100%;
  border-left: none;
}

/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 {
  margin: 0 0 15px;
}

.layout06 .layout06_box {
  display: block;
}

.layout06 .layout06_title {
  width: 100%;
  padding: 3%;
  display: block;
  text-align: center;
}

.layout06 .layout06_title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

/* 数字 */
.layout06 .layout06_text1:nth-child(2) {
  width: 100%;
  margin-top: 10px;
}

.layout06 .layout06_text1:nth-child(3) {
  width: 100%;
  border-left: none;
}

/* 3つ並びのレイアウト。 */
.layout07 {
  display: block;
}

.layout07 .layout07_box {
  display: block;
  width: 100%;
}

/* layout09 */
.layout09 .layout09_box {
  display: block;
}

.layout09 .layout09_title {
  width: 100%;
  text-align: center;
  display: block;
}

.layout09 .layout09_title img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.layout09 .layout09_text1 {
  width: 100%;
  margin-top: 10px;
}

/* layout10 */
.layout10 .flow_box {
  justify-content: space-between;
  padding: 6%;
}

.layout10 .flow_box::before {
  display: none;
}

.layout10 .flow_box .number {
  width: 42px;
  height: 42px;
  margin-right: 0;
  font-size: 20px;
}

.layout10 .flow_box .layout10_box {
  width: 80%;
}

.layout10 .flow_box .layout10_text .title {
  font-size: 14px;
  line-height: 1.4;
}

.layout10 .flow_box .layout10_text .title span {
  display: block;
  padding-bottom: 8px;
  font-weight: bold;
}

.layout10 .flow_box .layout10_text .title span::after {
  display: none;
}

.course_ablation::before {
  display: none;
}

/* layout11 */
[class^="layout11_text"] dl dt,
[class^="layout11_text"] dl dd {
  margin-left: 0;
  width: 100%;
}

[class^="layout11_text"] dl dt {
  margin-bottom: 0;
}

[class^="layout11_text"] dl dd {
  margin-bottom: 10px;
}

.layout11_image02 {
  flex-wrap: wrap;
}

.layout11_image02 span {
  width: 100%;
}

.layout11_image02 span:last-child {
  margin-top: 40px;
}

.layout11_image02 span:last-child::before {
  top: -32px;
  bottom: auto;
  left: 0;
  right: 0;
  justify-content: center;
  content: "\f078";
}

/*============================================================================

$news

============================================================================*/
  .news_list li span{
    font-size: 16px;
  }
  .news_list li em{
    font-size: 14px;
  }
  .news_list li a {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}

/*============================================================================

$mpcloud_schedule

============================================================================*/

#mpcloud_schedule {
  width: 100%;
  right: 0;
  left: 0;
  border-radius: 0;
}

.time_close {
  right: 20px;
  font-size: 17px;
}

.schedule_time {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.schedule_time dt {
  width: 35%;
  margin-bottom: 5px;
}

.schedule_time dd {
  width: 65%;
  margin-bottom: 5px;
}

.schedule_time dd i {
  margin: 0 3px 0 15px;
  vertical-align: text-bottom;
}


/*common*/
.pc{display:none!important}.sp{display:block!important}.pc_inline{display:none!important}.sp_inline{display:inline!important}.pc_table{display:table!important}.sp_table{display:table!important}img{max-width:100%;height:auto}.sp_mb00{margin-bottom:0!important}.sp_mr00{margin-right:0!important}.sp_ml00{margin-left:0!important}.sp_mt00{margin-top:0!important}.sp_pb00{padding-bottom:0!important}.sp_pr00{padding-right:0!important}.sp_pl00{padding-left:0!important}.sp_pt00{padding-top:0!important}.sp_center{text-align:center}


}

@media screen and (max-width:320px) {
.main_open {
  position: absolute;
  top: auto;
  bottom: 50px;
  right: 0;
  left: 0;
  width: 50%;
  margin: auto;
}

.sp_inline_iP {
  display: inline !important
}

.congestion_item_detail {
  padding: 0;
	}
}
