@charset "UTF-8";
/* CSS Document */



@media screen and (max-width:1024px) {
/****************************************

	MainLayout -1024px

*****************************************/
body {
	padding-top:0;
	font-size: .9em;
}

main.top_page_bg {
	background-size: 1180px;
}

#cat_top_area {
	margin-top: 0;
	height: 60px;
	display: flex;
	  justify-content: center;
	  align-items: center;
  }
  h2.cat_ttl {
	font-size: 21px;
	line-height: 32px;
}
h2.cat_ttl span img{
	height: 32px;
}

.header_wrap,.wrapper,.footer_nav-wrop,.footer_info-wrap,.cate_top_area_wrap,.container,.wrapper_mb0,.wrapper_mb10,.wrapper_day {
	width:96%;
}

/*********** headerエリア -1024px ************/
header {
	border-bottom: 2px solid #0081cc;
}

.header_area {
	display: flex;
	justify-content: start;
}

.head_logo {
	width: 210px;
	margin: 8px 0;
}

.head_logo img {
	width: 100%;
}

.head_photo {
	width: 196px;
	margin: 0 16px;
}

.head_photo img {
	width: 100%;
}

.head_address {
	margin-top: auto;
	font-size: 10px;
	line-height: 1.2em;
}

.head_tel img {
	width: 198px;
	margin: 10px 0 16px 0;
}

/********* お知らせエリア -1024px ************/

section.information {
	padding-top: 60px;
}

section.medical_info {
}

.information h2,
.medical_info h2 {
	font-size: 32px;
	letter-spacing: .08em;
	margin-bottom: 18px;
}

h2 span.sub {
	font-size: 18px;
}


ul.list_news li {
	font-size: 14px;
}
.list_news img {
	width: 32px;
	padding: 8px;
}

/* 丸アイキャッチ */
.ttl_circle_box{
	width: 90px;
}
.ttl_circle {
	width: 80px;
	height: 80px;
}

.ttl_circle p {
	font-size: 14px;
}

/* お知らせ見出し */
.info_ttl_area h3 {
	font-size: 20px;
}
/************ 診療案内エリア -1024px ************/

.medical_ttl_area h3 {
	padding: 6px;
	font-size: 20px;
}

.medical_icon_box01 {
	width: 30%;
}

.medical_icon_box02 {
	width: 30%;

}

.medical_icon_box01 img {
	width: 88px;
}

.medical_icon_box02 img {
	width: 78px;
}

.medical_list_box {
	width: 65%;
	margin-top: 20px;
}

.medical_list_box {
	margin-top: 14px;
}

ul.list_medical_link li {
	font-size: 16px;
	margin-bottom: 0.5em;
}

.medical_icon_box03 {
	width: 24%;
}

.medical_icon_box03 img {
	width: 68px;
}

.medical_ttl_box h3 a {
	font-size: 20px;
}

/*********** スパデイサービス -1024px ************/

.main_ttl_area-day h2 img{
	width: 60%;
}

.main_ttl_area-day h2 {
	margin-bottom: 0.5em;
}
.main_ttl_area-day h3{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:0.2em 0.8em;
	background-color: #f6a000;
}



/****************************************

        table -1024px

*****************************************/
/************ 診療時間スケジュール ************/
.timetable tr td { padding: 0rem; vertical-align:middle;  }
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; line-height: 1.2; }
.tbl_time caption { font-size:40%; caption-side: bottom; text-align: left; margin: .1rem 0 0 .1rem; }
.tbl_time tr th[scope="col"] { padding: .1rem 0; font-size: 70%; color:#fff; font-weight:bold; background-color:#0080cb;}
.tbl_time tr th[scope="col"]:first-child { width: 32%; }
.tbl_time tr th.time { font-size: 70%; padding: .1rem; font-weight: normal; border-bottom: 1px solid #ccc; }
.tbl_time tr td { text-align: center; padding: .1rem; color: #0080cb; font-size: 64%; border-bottom: 1px solid #ccc;}
.cons_hrs {
	width:30%;
	/*background-color:#ccc;*/
}


/* 年末年始休診table */ 
.sche_season {
	width: 80%;
}

/****************************************

         SmPhone-Navi -1024px

*****************************************/

.hamburger-menu{
  display: flex;
  position: fixed;
  top:0;
  right:0;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 9999;
  padding:24px 12px 10px 12px;
  background-color:#0080cb;
  margin:10px;
  border: 2px solid #fff;
  border-radius: 12%;
   box-shadow:
        0 0.2px 0.3px rgba(0, 0, 0, 0.057),
        0 0.4px 0.6px rgba(0, 0, 0, 0.076),
        0 1px 1.2px rgba(0, 0, 0, 0.086),
        0 2px 2px rgba(0, 0, 0, 0.092),
        0 4px 3px rgba(0, 0, 0, 0.1),
        0 8px 7px rgba(0, 0, 0, 0.13);
}
.hamburger-menu__line{
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
  margin-top: 16px;
}

.hamburger-menu__line::before,
.hamburger-menu__line::after{
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  transition: all 0.5s;
}

.hamburger-menu__line::before{
  transform: translateY(-12px);
}
.hamburger-menu__line::after{
  transform: translateY(12px);
}

.hamburger-menu.open .hamburger-menu__line{
  background-color: transparent;
}
.hamburger-menu.open .hamburger-menu__line::before{
  transform: rotate(225deg);
}
.hamburger-menu.open .hamburger-menu__line::after{
  transform: rotate(-225deg);
}
.spMenu{
	font-size:11px;
	color:#fff;
	margin-top:2px;
  position: absolute;
  top: 0;
}

.nav-sp{
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: -340px;
  width: 300px;
  height: 100%;
  padding: 30x 16px 0;
  background-color: #fff;
  text-align: left;
  transition: left 0.5s;
  z-index:999;
  opacity: 0.;
  overflow: scroll;
  box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.057),
        0 2px 5px rgba(0, 0, 0, 0.076),
        0 3px 6px rgba(0, 0, 0, 0.086),
        0 4px 8px rgba(0, 0, 0, 0.092),
        0 6px 10px rgba(0, 0, 0, 0.1),
        0 10px 14px rgba(0, 0, 0, 0.13);
}

.nav-sp.open{
  left: 0;
}

.nav-sp a{
  display: inline-block;
  padding: 5px 0;
}
.nav-sp_wrap{
	width: 96%;
	margin: 0 auto;
}

 /* メニュー */
 .menu {
	list-style: none;
	padding: 0;
	margin: 0;
  }

  .menu li {
	border-bottom: 1px solid #ddd;
  }

  .menu a,
  .submenu-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 24px 14px 24px;
	text-decoration: none;
	color: #7c6c63;
	transition: background 0.3s;
	background: #f4f4f4;
	cursor: pointer;
  }

  .menu a:hover,
  .submenu-label:hover {
	background: #e0e0e0;
  }

  .sp_btn_home span{
	font-size: 1.4em;
	margin-right: 0.2em;
  }

  /* プラス・マイナスアイコン */
  .submenu-icon::after {
	content: '+';
	font-size: 18px;
	transition: transform 0.3s;
	background-color: #0081cc;
	color: #fff;
	padding: 4px 8px;
  }

  .submenu-toggle:checked + .submenu-label .submenu-icon::after {
	content: '−';
  }

  /* アコーディオン */
  .submenu-toggle {
	display: none;
  }

  .submenu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	background: #e9e9e9;
  }

  .submenu-toggle:checked + .submenu-label + .submenu {
	max-height: 1000px;
  }

  .submenu a {
	padding-left: 30px;
	background: #e9e9e9;
  }
  .submenu_child{
	text-indent: 1em;
}

.sp_head_logo{
	width: 200px;
}
.sp_btn a::after,.submenu li a::after {
	content: "\f105";
	font-weight: 600;
	font-family: "Font Awesome 6 Free";
	position: relative;
	float: right;
	padding-right: 10px;
	}
/****************************************

         Heading -1024px

*****************************************/
h2.cont_head {
	font-size:28px;
}
.cont-icon{
	width:100px;
}
h3.card_ttl{
  font-size: 18px;
}
.centerBox_day h2{
	font-size: 28px;
	padding-top: 15px;
}
.main_ttl_area-day_outline h2{
	font-size: 28px;
	padding-top: 10px;
}
.centerBox_day h2 span.sub,.main_ttl_area-day_outline h2 span.sub {
	font-size: 14px;
}
/****************************************

         List -1024px

*****************************************/
ul.headNav-link{
	margin-top:0px;
	}
ul.headNav-link li a{
	font-size:12px;
}



.card,.card_last,.link_btn,.link_btn_last{
	font-size:0.9em;
}

}




@media screen and (max-width:677px) {
/****************************************

	MainLayout -677px

*****************************************/
main.top_page_bg {
	background-size: 577px;
}

section.information {
	padding-top: 30px;
}

section.medical_info {
	padding: 30px 0;
}
.centerBox{
	margin-bottom: 60px;
}

.text_box-lead{
	font-size: 1.1em;
	margin: 0 auto 1em auto;
}

.text_box-lead_center{
	font-size: 1.1em;
	text-align: center;
	margin: 0 auto 2em auto;
}

/*********** 見出し -677px ************/
h2.cat_ttl {
	font-size: 18px;
	line-height: 31px;
}

.cat_ttl img {
	display: inline-block;
	height: 18px;
	margin-right: 0.5em;
}

.ttl_Bottomline {
	padding-bottom: 6px;
	border-bottom: 1px solid #644742;
	margin-bottom: 1em;
}
.ttl_middle {
	font-size: 1.1em;
	font-weight: 600;
	padding: 6px 10px;
	border-left: 10px solid #0080cb;
}
.ttl_middle span{
	font-size: 0.8em;
}

.centerBox_day h2{
	font-size: 18px;
	line-height: 1em;
	padding-top: 15px;
}
.main_ttl_area-day_outline{
	padding-top: 4px;
}

.main_ttl_area-day_outline h2{
	font-size: 18px;
	line-height: 1em;
	padding-top: 0px;
}
.centerBox_day h2 span.sub,.main_ttl_area-day_outline h2 span.sub {
	font-size: 8px;
}

/*********** 診療時間 -677px ************/
.tbl_time-L tr th.time {
	font-size: 80%;
}
.tbl_time-L td.dot_open::before {
	width: 12px;   /* 大きさを固定 */
	height: 12px;
	margin-top: -2px;
  }

/*********** スパデイサービス -677px ************/
.main_ttl_area-day {
	padding: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between; 
	margin-bottom: 1em;
}

.main_ttl_area-day h2 img{
	width: 80%;
}

.main_ttl_area-day h2 {
	margin-bottom: 0.5em;
}

.main_ttl_area-day h3{
	margin-top: auto; 
	font-size: 14px;
	text-align: center;
	padding:0.3em 0.4em;
}

.desc_ttl_area{
	margin-top: 12px;
	margin-bottom: 2em;
 }
.desc_ttl_area .desc_ttl_num{
	font-size: 54px;
	margin-right: 8px;
}
.desc_ttl_area .desc_ttl{
	font-size: 21px;
	line-height: 24px;
}

.descBox-text_area {
	width: 100%;
	padding-bottom: 0;
	box-sizing: border-box;
}
.descBox-text_area h3{
	margin-top: 12px;
	margin-bottom: 26px;
	font-size: 26px;
	font-weight: 500;
}
.descBox-text_area h3 span{
	font-size: 68px;
	font-weight: 600;
	color: #f6a000;
	margin-right: 8px;
}
.descBox-photo_area {
	width: 100%;
	padding-top: 0;
	box-sizing: border-box;
}
.descBox-photo_area img {
	width: 100%;
}



/*********** お知らせエリア -677px ************/
/* お知らせ -677p */

/* 各Boxを縦並びに */
.info_inner {
	display: block;
}

.information h2,
.medical_info h2 {
	font-size: 28px;
	letter-spacing: .08em;
	margin-bottom: 8px;
}

h2 span.sub {
	font-size: 14px;
}

/*** お知らせエリア内部 -677px ***/

.info_news {
	width: 100%;
	padding: 12px;
	margin-bottom: 20px;
}

.info_caution {
	width: 100%;
	padding: 12px;
	margin-bottom: 20px;
}

.info_ttl_area {
	display: flex;
	justify-content: left;
	padding-bottom: 8px;
}

.info_ttl_area h3 {
	font-size: 20px;
}

/* 丸アイキャッチ -677px */
.ttl_circle_box {
	width: 70px;
}
.ttl_circle {
	width: 60px;
	height: 60px;
	border: 1px solid #0080cb;
}

.ttl_circle p {
	font-size: 10px;
}

/* お知らせ見出し */
.info_ttl_area h3 {
	font-size: 20px;
}

/* 新着情報リスト */
ul.list_news li {
	font-size: 12px;
}
ul.list_news li a {
	padding: 0.6em 0;
}

.list_news img {
	width: 32px;
	padding: 6px 8px 6px 0px ;
}
.new_mark {
}



/*********** 診療案内エリア ************/
/* 検査＆治療のご案内 */
.info_medical_L {
	width: 100%;
	padding: 12px;
	margin-bottom: 20px;
}

.medical_ttl_area h3 {
	padding: 6px;
	font-size: 20px;
}

.medical_icon_box01 {
	width: 24%;
	margin-right: 16px;
}

.medical_icon_box01 img {
	width: 78px;
}

.medical_icon_box02 {
	width: 24%;
	margin-right: 16px;
}

.medical_icon_box02 img {
	width: 68px;
}

.medical_list_box {
	width: 70%;
	margin-top: 20px;
}

/* 予防接種＆健診のご案内 */
.info_medical_S {
	width: 100%;
	margin-bottom: 20px;
}

.medical_icon_box03 {
	width: 24%;
	margin-right: 16px;
	display: flex;
	justify-content: center;
}

.medical_icon_box03 img {
	width: 68px;
}

.medical_ttl_box {
	width: 70%;
	display: flex;
	align-items: center;
}

.medical_ttl_box h3 a {
	font-size: 20px;
	vertical-align: middle;
}


.detail_box_inner {
	display: block;
}

/***** 診療科目＆診療時間****/
/* BOX */
.info_medical_LL {
	width: 100%;
	padding: 12px;
	margin-bottom: 20px;
	display: block;
}
/* 見出し */
.info_medical_LL h3.medical_subj,.info_medical_LL h3.medical_time{
	padding: 8px 0 8px 8px;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 0em;
}
.info_medical_LL h3.medical_subj::before,.info_medical_LL h3.medical_time::before{
    width: 36px;
    height: 36px;
	vertical-align: -11px;
}

/* 左エリア */
.text_box-medical_info-L{
	width: 100%;
	height: auto;
	margin-bottom: 1em;	
}

/* 右エリア */
.text_box-medical_info-R{
	width: 100%;	
}
/* テスト環境 */
.cons_hrs {
	width:100%;
}
.kamoku{
	font-size:1.1em;
	margin-left: 1em;
	font-weight: bold;
}

.text_box_2col,.img_box_2col,.text_box_2col-w100 {
	display: block;
	margin-bottom: 2em;
}
.img_2col {
	width: 60%;
	margin-bottom: 1em;
}
.img_2col_sp100 {
	width: 100%;
	margin-bottom: 1em;
}
.text_box_2col>.text_col-2,
.text_box_2col-w100>.text_col-2 {
	width: 100%;
}
.img_box_2col>.img_2col-48 {
	width: 100%;
	margin-bottom: 1em;
} */

dl.detail {
	display: block;
}
dl.detail dt {
	text-align: left;
}

.alignleft {
	float: none;
	margin: 0 0px 20px 0px;
}

.alignright {
	float: none;
	margin: 0 0 20px 0px;
}

.h_logo-spaDay{
	width: 100%;
}
.bread_area {
	margin-bottom: 24px;
}
/****************************************

         List -677px

*****************************************/

ul.list_prof li::before {
	margin-top: 7px;
}

/****************************************

        table -677px

*****************************************/
/************ 診療時間スケジュール ************/
.timetable tr td { padding: 0rem; }
.tbl_time { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; line-height: 1.4; }
.tbl_time caption { font-size:68%; caption-side: bottom; text-align: left; margin: .3rem 0 0 .3rem; }
.tbl_time tr th[scope="col"] { padding: .2rem 0; font-size: 80%; color:#fff; font-weight:bold; background-color:#0080cb;}
.tbl_time tr th[scope="col"]:first-child { width: 32%; }
.tbl_time tr th.time { font-size: 80%; padding: .3rem; font-weight: normal; border-bottom: 1px solid #ccc; }
.tbl_time tr td { text-align: center; padding: .3rem; color: #0080cb; font-size: 80%; border-bottom: 1px solid #ccc;}
.cont{
	width:100%;
	margin:0 auto 0px auto;

}
#main-visual_page {
	margin-bottom:10px;
}

.cardBox {
  flex-direction:column;
}

.card {
	width: 88%;
	padding:16px 5% 16px 5%;
	margin:0 auto 2em auto;
}
.card_name {
  font-size: 1.6em;
}
.link_btn a,.link_btn_last a{
	float:none;
	width:100%;
	padding:1em 0;
	margin-bottom:1em;
}


.sp_bottomMenu {
	position: fixed;
	width:100%;
	bottom: 0px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding:12px 0;
	background-color:#07569f;
	z-index: 888;	
}


.sp_bottomMenu div{
  text-align: center;
  width:24%;
  color:#fff;
}

.bottomIcon{
	display:block;
	font-size:24px;
	line-height:24px;
	margin:0;
}
.sp_bottomMenu div span{
	display:block;
	font-size: 10px; 
	line-height:12px;
}


/* 年末年始休診table */ 
.sche_season {
	width: 100%;
}
/****************************************

         Heading -677px

*****************************************/
.ttl_large {
	width: 80%;
	font-size: 19px;
	padding: 18px;
	margin-bottom: 30px;
}
.ttl_large_sub {
	font-size: 19px;
	text-align: center;
	font-weight: 600;
	padding: 14px 0;
	margin-bottom: 20px;
}

h4.ttl_small {
	font-size: 1em;
	border-left: 6px solid #0080cb;
	margin-bottom: 0.7em;
}

.ttl_material_icon-chart,.ttl_material_icon-highlight {
	font-size: 16px;
	margin-bottom: 40px;
}
h2.cont_jp {
	letter-spacing:.02em;
	margin-bottom:.2em;
}
h3.item {
	margin-bottom:.1em;
}
.cont-icon{
	width:80px;
}
/* h4.ttl_middle {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	padding: 12px;
	border-left: 6px solid #0080cb;
}
h4.ttl_middle span{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1em;
} */
/****************************************

         Footer -677px

*****************************************/

footer{
  border-top: 2px solid #07569f;
}
.footer_info-wrap{
	display: flex;
	flex-direction: column;
  margin-bottom: 50px;
}
#footer_info{
  order: 1;
	margin: 8px 0;
}
.footer_infoName {
	font-size: 1em;
  margin-bottom: 0em;
}
.footer_infoAddress {
	font-size: 0.8em;
  margin-bottom: 0em;
}
.copylight{
	font-size: 0.6em;
}
#footer_logo{
	margin-top: 16px;
	width: 208px;
}
.pageTop_pc{
  display: none !important;
}


}