/* CSS Document */
@media (min-width: 641px) and (max-width: 1024px) {
  body, .nav_wrap.fixed, .mainvisual_wrap, #mainvisual, header, footer {
    min-width: 1300px;
  }
  .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 .inner {
    width: 100%;
  }
  header .header_logo {
    top: 14px;
    left: 4%;
  }
  header .header_logo img {
    width: 160px;
  }
/*============================================================================

	nav

============================================================================*/
.nav_wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
	height: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 !important;
    background: #fff !important;
}
.nav_wrap .header_logo {
    width: calc(100% - 56px);
}
/*.nav_wrap .header_logo a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 0;
}*/
	
.nav_wrap .header_logo a {
    display: flex;
	align-items:center;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
	font-size:14px;
	font-family: zen-old-mincho, sans-serif;
	color:#333;
	
}
.nav_wrap .header_logo img {
    width: 100%;
    height: 45px;
}

/* ハンバーガーボタン */
.btn_tgl_menu {
    position: relative;
    right: 0;
    color: #fff;
    width: 55px;
    background: #5a5a5a;
    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-family: zen-old-mincho, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.btn_tgl_menu span {
    position: absolute;
    left: 10px;
    display: block;
    width: 35px;
    height: 1px;
    background: #fff;
    transition: top 0.6s cubic-bezier(.19, 1, .22, 1), transform 0.6s cubic-bezier(.19, 1, .22, 1), opacity 0.6s cubic-bezier(.19, 1, .22, 1);
	transform: rotate(0deg);
    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(45deg);
}
.btn_tgl_menu.active span:nth-of-type(2) {
    opacity: 0;
}
.btn_tgl_menu.active span:nth-of-type(3) {
    top: 20px;
    transform: rotate(-45deg);
}

/* ドロップダウンメニュー */
.tgl_menu_list {
    position: fixed;
    top: 0;
    right: 0;
    right: -16.25rem;
    z-index: 2;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    transition: right 0.6s cubic-bezier(.19, 1, .22, 1);
    background: #5a5a5a;
    padding: 15px;
	filter: none;
}
.tgl_menu_list ul {
    flex-flow: column wrap;
    gap: 0;
}
.tgl_menu_list ul li {
    display: block;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 0;
}
.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;
}
.tgl_menu_list ul li a span, .tgl_menu_list ul li p span {
    display: none;
}

body.nav-open .tgl_menu_list {
    overflow-y: scroll;
    right: 0;
}
	.tgl_menu_list ul li a::after, .tgl_menu_list ul li p::after{
		content:none;
	}
/* ------- スライドメニュー シングル------- */
.tgl_menu_list ul li.nav_single_menu div {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding-bottom: 10px;
    box-shadow: none;
}
.tgl_menu_list ul li.nav_single_menu div a {
    margin-left: 15px;
    background: none;
    padding: 5px 3px;
    line-height: 1.5;
    text-indent: -1.2em;
    padding-left: 1.2em;
    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;
}
.tgl_menu_list ul li.nav_single_menu div a i.nav_arrow {
    display: none;
}
.tgl_menu_list ul li.nav_single_menu div a:hover {
    color: #fff;
    background: none;
}

/* ------- スライドメニュー メガ------- */
.tgl_menu_list ul li.nav_mega_menu {
    position: relative;
}
.tgl_menu_list ul li.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 ul li.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 ul li.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 ul li.nav_mega_menu .mega_menu_inner .menu_list p {
    display: none;
}
.tgl_menu_list ul li.nav_mega_menu .mega_menu_inner .menu_list li {
    border: none !important;
}
.tgl_menu_list ul li.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_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;
}
.btn_area li.btn {
    width: 100%;
    padding: 7px 2%;
}
.btn_area li.btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0;
    background: none;
}
.btn_area li.btn a i,
.btn_area li.btn i {
    width: 15px;
    margin-right:10px;
}
.btn_area li.btn_tel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 2%;
    font-size: 14px;
    text-align: center;
    background-image: none;
        background: linear-gradient(0deg, rgba(150,150,150,1) 0%, rgba(159,159,166,1) 47%, rgba(204,204,204,1) 100%);
}
.btn_area li.btn_yoyaku {
    padding: 0 0;
    font-size: 14px;
    background-image: none;
    padding: 13px 2%;
	background: linear-gradient(0deg, rgb(129 89 89 / 50%), rgba(232, 52, 52, 0.8) 47%, rgb(248 177 177 / 50%) 100%);
}
.btn_area li.btn_line a i {
    width: auto;
    font-size: 22px;
    margin-right: 6px;
}
.btn_area li.btn_line span {
    display: block;
    line-height: 18px;
}

/* 準備中用のクラス */
.btn_area li.btn.coming {
    background: #aaa!important;
}
.btn_area li.btn.coming {
    pointer-events: none;
    padding: 4px 2% 22px;
}
.btn_area li.btn.coming::before {
    content: "（準備中）";
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 90%;
}
.btn_area_top .btn_area{
	top: 55px;
	bottom: auto;
	}
.btn_area_top .btn_area li.btn a{
		height: 20px;
	}
.btn_area_top .btn_area li.btn_instagram {
    width: 50%;
    background: linear-gradient(135deg, rgb(131, 58, 180, 0.8), rgb(253, 29, 29, 0.8), rgb(252, 176, 69, 0.8));
    transition: 0.3s ease-in-out;
}
.btn_area_top .btn_area li.btn_tiktok {
    width: 50%;
    background: rgb(0, 0, 0, 0.8);
	transition: 0.3s ease-in-out;
}
.btn_area_top .btn_area li.btn_tiktok img{
	width: 15px;
    margin-right: 10px;	
	}
.fixed_btn_sns{
	top: 80%;	
	}
.fixed_btn_sns a{
	width: 50px;
    height: 50px;	
	}
.fixed_btn_sns a i{
	    font-size: 23px;	
	}
	.fixed_btn_sns img{
		width: 25px;
	}
  /*============================================================================

	#mainvisual

============================================================================*/
  #mainvisual {
    background-position: center;
    background-attachment: scroll;
    height: 400px;
  }
  #mainvisual .inner {
    width: auto;
    height: inherit;
  }
  .mainvisual_catch {
    top: 160px;
  }
  .mainvisual_catch p {
    font-size: min(4.2vw, 22px);
  }
  .mainvisual_catch span {
    margin-top: -10px;
  }
  /*============================================================================

	#contents

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

	footer

============================================================================*/
.pagetop.sp {
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 2;
  bottom: 60px;
  right: 10px;
  background: linear-gradient(0deg, rgb(78, 102, 149) 0%, rgb(43, 92, 147) 47%, rgb(121, 153, 203) 100%);
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.pagetop.sp a {
  position: relative;
  width: 100%;
  height: 100%;
  top: 4px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}
.pagetop.sp a::before {
  display: block;
  width: 19px;
  height: 19px;
  top: 3px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  background: url("../images/foot_btn_icon03.png") no-repeat;
  content: "";
  vertical-align: middle;
}
  .footer_info {
    display: block;
    width: 100%;
    padding: 50px 4% 40px;
  }
  .footer_info_left, .footer_info_right {
    width: 100%;
  }
  .footer_info_left {
    margin-bottom: 40px;
  }
  .footer_info_logo {
    margin-bottom: 40px;
  }
  .footer_info_overview {
    margin-bottom: 10px;
    padding-top: 40px;
  }
  .footer_info_overview dt {
    width: 90px;
  }
  .footer_info_overview dd {
    margin-top: -2px;
    line-height: 1.7;
    width: calc(100% - 90px);
  }
  .footer_info_access_desc ul {
    padding-top: 16px;
  }
  .footer_info_access_desc li {
    margin-bottom: 10px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .copy {
    padding: 30px 0 80px;
  }
  /*============================================================================

	$top

============================================================================*/
	
/*----------menu--------------*/
	
  .top_menu {
    padding: 100px 4% 50px;
  }
  .top_menu h2 ,.top_recruit h2 {
    width: 100%;
    margin-bottom: 60px;
    line-height: 1;
    font-size: 24px;
  }
  .top_menu h2::before ,.top_recruit h2::before {
    font-size: 16px;
  }
  .top_menu::before,.top_recruit::before {
    top: 57px;
    left: 0;
    margin-left: -20px;
    font-size: 100px;
  }
  .top_menu_list {
    flex-wrap: wrap;
    width: 100%;
    gap: 4%;
  }
  .top_menu_list li {
    width: 48%;
    min-height: 100px;
    height: auto;
    margin-bottom: 15px;
    padding: 20px 10px;
    font-size: 17px;
    line-height: 1.4;
    background-position: center 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
	

/*-----------feature-------------*/
	
  .top_feature {
    padding: 100px 4% 50px;
  }
  .top_feature::before {
    left: 10%;
    top: 67px;
    margin-left: -120px;
    letter-spacing: 0.05em;
    font-size: 100px;
  }
  .top_feature h2 {
    margin-bottom: 60px;
    font-size: 24px;
  }
  .top_feature h2::before {
    font-size: 16px;
  }
  .top_feature_list li {
    padding: 20px;
  }
  .top_feature_list li .feature_list_tit {
    flex-direction: column;
    align-items: baseline;
  }
  .top_feature_list .feature_item_num {
    max-width: 90px;
    padding-bottom: 2px;
    font-size: 16px;
  }
  .top_feature_list h3 {
    font-size: 16px;
  }
	
	
/*----------doctor--------------*/
	
  .top_doctor::before {
    top: 66px;
    left: 0;
    margin-left: -120px;
    font-size: 100px;
  }
  .doctor_flex {
    display: block;
    width: 100%;
    padding: 100px 4% 0;
  }
  .doctor_text {
    width: 100%;
  }
  .doctor_text h2 {
    margin-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .doctor_text h2::before {
    font-size: 16px;
  }
  .doctor_text p {
    letter-spacing: 0.1em;
    line-height: 2em;
    font-size: 14px;
  }
  .top_doctor_img {
    width: 100%;
    margin-top: 30px;
    padding-top: 220px;
    text-align: center;
  }
  .top_doctor_img::before {
    top: 0;
    left: 60px;
    width: 389px;
    height: 316px;
    background-size: cover;
  }
  .doctor_name {
    width: 100%;
    margin-top: 24px;
  }
  .doctor_crr {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding: 40px 4% 70px;
  }
  .doctor_crr_box {
    width: 100%;
    padding: 35px 8% 30px;
    border-radius: 10px;
  }
  .doctor_crr .doctor_crr_box:first-of-type {
    margin-bottom: 20px;
  }
  .doctor_crr_box table th {
    width: 100%;
  }
  .doctor_crr_box table td {
    display: block;
  }
  .doctor_crr_box li {
    font-size: 14px;
  }
	
	
/*----------news--------------*/
	
  .top_news {
    padding: 100px 4% 50px;
  }
  .top_news::before {
    top: 67px;
    left: 0;
    margin-left: -40px;
    font-size: 100px;
    letter-spacing: 0.07em;
  }
  .top_news h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .top_news h2::before {
    font-size: 16px;
  }
  .news_list li {
    padding: 10px 13px;
    background-position: right center;
  }
  .news_list li span {
    font-size: 14px;
  }
  .news_list li span.news_tit {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news_tit_area{
		flex-wrap:wrap;
		gap:10px;
	}
	.news_list li .news_tit_area span{
		max-width: 49%;
		margin-right: 0;
	}
	.news_list li .news_tit_area em{
		max-width: 49%;
		margin-right: 0;
	}
	.news_tit_area .news_tit{
		width:100%;
	}
  /*============================================================================

	$見出し

============================================================================*/
  h1 {
    font-size: 12px;
    width: auto;
    padding: 10px 4%;
    text-align: center;
    position: static;
    color: #333;
  }
  /*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
  }
}