@charset "UTF-8";
/*-- 基本 ここから --*/
.standard-style table,
.standard-style ul li,
.standard-style dl dt,
.standard-style dl dd,
p,
li{
  -webkit-text-size-adjust: 100%;
}
/*-- 基本 ここまで --*/

/*-- 標準クラス ここから --*/
.standard-style table:last-child,
.standard-style p:last-child{
  margin: 0 0 20px;
}
.standard-style table.sp_tb th,
.standard-style table.sp_tb td{
  display:block;
  box-sizing:border-box;
  width:100% !important;
  padding:8px 0;
}
.standard-style table.sp_tb td{
  border-bottom:none;
}
.standard-style table tr:first-child th{
  border-top:none;
}
.standard-style table tr:first-child td{
  border-top:none;
}

/*-- 標準クラス ここまで --*/

/*-- 一般クラス ここから --*/
/* フロート */
.box-l{
  float:none;
}
.box-r{
  float:none;
}
.fl-rimg{
  float: none;
  margin: 0 auto 10px;
}
.fl-limg{
  margin: 0 auto 10px;
  float: none;
}

/* 横並びボックス */
.two_box > *{
  width:100%;
  float:none;
  margin:0 auto 10px;
}
.two_box.under_page > *{
  width:100%;
  margin-left:auto;
}
.two_box > *:nth-child(2n+1){
  margin:0 auto 10px;
  float:none;
}
.three_box > *{
  width:100%;
  float:none;
  margin:0 auto 10px;
}
.three_box.under_page > *{
  margin-left:auto;
}
.three_box > *:nth-child(3n+1){
  margin:0 auto 10px;
  float:none;
}
.four_box > *{
  width:100%;
  float:none;
  margin:0 auto 10px;
}
.four_box > *:nth-child(4n+1){
  margin:0 auto 10px;
  float:none;
}

/* その他 */
.pc_only{
  display:none;
}
.sp_only{
  display:block;
}
/*-- 一般クラス ここまで --*/

/*-- body ここから --*/
body {
  position:relative;
  border-top:none;
}
/*-- body ここまで --*/

/*-- header ここから --*/
.header{
  width:100%;
}
.home .header{
}
.header .header_inner h1{
  display:none;
}
.header .header_inner{
  width:100%;
  margin:0 auto 0px;
  padding:0;
}
.header .header_inner .first_block{
  margin:0 auto 20px;
}
.header .header_inner .first_block .left_box{
  float: none;
  margin-bottom: 20px;
}
.header .header_inner .right_box{
  float:none;
  text-align:center;
}

.header .header_inner .first_block .left_box .logo{
  padding: 12px 0 0;
  margin: 0 0 0 10px;
  width: 150px;
}
.header .header_inner .right_box ul li{
  float:none;
}
.header .header_inner .right_box ul li.time_info{
  margin:0 0 10px;
}
.header .header_inner .right_box ul li.time_info dl{
  float:none;
  display:block;
  text-align:left;
  clear: both;
}
.header .header_inner .right_box ul li.time_info dl + dl {
  padding: 10px 0 0;
}
.header .header_inner .right_box ul li.tel_info{
  margin:0 0 10px;
}

/*-- header ここまで --*/

/*-- グローバルナビ ここから --*/
.navi_fixed {
  box-shadow:none;
}
/* PC用のナビを非表示 */
.g-navi {
  display: none;
}

/* SP用のナビを表示 */
.sp-navi {
  display:block;
  position:fixed;
  z-index:999;
  top:1%;
  right:1%;
  width:auto;
  background-color:#fff;
}
.sp-navi .sp-navi_box{
  position:relative;
  z-index:999;
}
.sp-navi .sp-navi_box .sp-navi_ul{
}
.sp-navi .sp-navi_box .sp-navi_ul li{
}
.sp-navi .sp-navi_box .sp-navi_ul li:first-child{
}
.sp-navi .sp-navi_box .sp-navi_ul li.menu_btn{
  display:block;
  background: #fff;
  width:50px;
  height:50px;
  text-align:center;
  box-sizing:border-box;
  padding:6px 6px 4px;
  border:1px solid #e3e3e3;
  border-radius: 2px;
  -moz-border-radius:2px; /* FF */
  -webkit-border-radius: 2px;/* Webkit */
}
.sp-navi .sp-navi_box .sp-navi_ul li.menu_btn .sp_menu_text{
  padding:27px 0 0;
  font-size:10px;
}

#nav-toggle {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 80%;
  background: #1bb31b;
  left: 4px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/* リスト */
.sp-navi .sp-navi_menu{
  display:none;
  background-color:#fff;
  width:100%;
  padding:50px 5% 70px;
  box-sizing:border-box;
  position:fixed;
  top:0px;
  bottom:0;
  left:0;
  right:0;
  overflow-y:scroll;
}
.sp-navi .sp-navi_menu li{
  margin:0 0 10px;
  padding:0 0 10px;
  border-bottom:1px solid #dcdcdc;
  font-size:13px;
}
.sp-navi .sp-navi_menu li a{
  color:#000;
  text-decoration:none;
}
/*-- グローバルナビ ここまで --*/

/*-- メインビジュアル ここから --*/
.main_visual{
  width:100%;
  height:auto;
  padding: 0;
  margin:0 auto 20px;
  background-image:none;
}
.main_visual .main_img {
}
.main_visual .slider li{
  width:100%;
  height:auto;
  background:none;
  display:none;
}
.main_visual .slider li img{
  display:block;
}

.main_visual .main_text{
  width:100%;
  padding:0 0 0;
  margin:30px 0;
  box-sizing:border-box;
  text-align:center;
  background:none;
}
.main_visual .top_bnr_list{
  font-size:0;
  top:0;
  text-align:center;
  margin:10% 0 0;
}
.main_visual .top_bnr_list li{
  display:inline-block;
  width:40%;
  margin:0 5% 5%;
}
.main_visual .top_bnr_list li:first-child{
  margin:0 5% 5%;
}
.main_visual .main_bnr_list li{
  display:block;
  margin:0 0 10px;
}

/*-- メインビジュアル ここまで --*/

/*-- コンテンツ大枠 ここから --*/
.middle{
  width:96%;
  margin: 0 auto;
}
.home .middle {
  width:100%;
}
.middle .contents {
  float:none;
  width:100%;
  margin:0px auto 50px;
}
.middle .sidebar {
  float:none;
  margin:0px auto 0px;
}
/*-- コンテンツ大枠 ここまで --*/

/*-- ページトップに戻る ここから --*/
.pagetop {
  width:100%;
  right:0;
  text-align:center;
}
.pagetop img{
  margin:20px 0 0;
}
/*-- ページトップに戻る ここまで --*/

/*-- フッター ここから --*/
/* 構造 */
.footer {
  width:100%;
}
.home .footer {
  padding-bottom: 70px;
}
.footer .footer_inner{
  width:96%;
  margin: 0 auto;
}
.footer .foot_message{
  padding:40px 0 40px;
  font-size:20px;
  letter-spacing:-0.05em;
}
.footer .footer_inner .first_block{
  margin:0 0 40px;
}
.footer .first_block{
  padding:0px 0 40px;
}
.footer .second_block{
  padding:40px 0 40px;
}

/* 1段目中身 */
.information_block{
  width:100%;
  max-width:320px;
  margin:0 auto;
}
.information_block .box_01{
  float:none;
  padding:0 0px 15px;
}
.information_block .box_02{
  float:none;
  padding:15px 0px 15px;
  border-top:1px solid #cecece;
  border-bottom:1px solid #cecece;
  border-left:none;
  border-right:none;
  text-align:center;
}
.information_block .box_03{
  float:none;
  padding:15px 0px 0px;
}
.information_block .box_03 .inner_box{
  max-width:310px;
  width:100%;
  box-sizing:border-box;
  padding:15px 0 30px;
}

.footer .information_block .box_02{
  padding:15px 0px 15px;
}

/* 2段目中身 */
.footer .second_block .footer_inner .sitemap{
  float:none;
  margin:0 auto;
  text-align:center;
}
.footer .second_block .footer_inner .sitemap ul{
  float:none;
  width:100%;
}
.footer .second_block .footer_inner .map_03{
  width:100%;
}
.footer .second_block .footer_inner .map_04{
  width:100%;
}
.footer .second_block .footer_inner .map_03{
  width:100%;
}
.footer .second_block .footer_inner .map_04{
  width:100%;
}
/*-- フッター ここまで --*/

/*-- トップページ ここから --*/
.top_col_width{
  width:96%;
}
.top_col_width_02{
  width:96%;
}

/* 見出し */
.top_ttl_01{
  font-size:20px;
  line-height:1.2;
}

.top_ttl_02{
  font-size:20px;
}

.top_ttl_03{
  font-size:18px;
}

.top_ttl_04{
  font-size:20px;
  margin:0 0 25px;
  letter-spacing:-0.05em;
}

.top_ttl_05{
  font-size:20px;
}

/* コンテンツ */
.top_cont_01{
  padding:40px 0;
}
.top_cont_01 .top_cont_01_col{
  margin:0 0 40px;
}

.top_cont_02{
  padding:40px 0;
}
.top_cont_02 .top_cont_02_col .text{
  width:100%;
}

.top_cont_03{
  padding:40px 0;
}
.top_cont_03 .three_box .top_cont_03_col_01{
  border-right:1px solid #dcdcdc;
  border-bottom:1px solid #dcdcdc;
  border-left:1px solid #dcdcdc;
  margin-bottom:0;
}
.top_cont_03 .three_box .top_cont_03_col_01:nth-child(1),
.top_cont_03 .three_box .top_cont_03_col_01:nth-child(2),
.top_cont_03 .three_box .top_cont_03_col_01:nth-child(3){
  border-top:none;
}
.top_cont_03 .three_box .top_cont_03_col_01:first-child{
  border-top:1px solid #dcdcdc;
}
.top_cont_03 .top_cont_03_list{
  margin:40px 0 0px;
}
.top_cont_03 .top_cont_03_list li{
  width:100%;
  float:none;
  margin:0 0 10px;
}

.top_cont_04{
  padding:40px 0;
}

.top_cont_05{
  padding:40px 0;
}
.top_cont_05 .top_cont_05_col_01 .text{
  width:100%;
}
.top_cont_05 .top_cont_05_col_02{
  margin:40px 0 0;
  padding:3% 0;
}
.top_cont_05 .top_cont_05_col_02 ul li{
  float:none;
  width:94%;
  margin:10px auto 0px;
}
.top_cont_05 .top_cont_05_col_02 ul li:first-child{
  margin:0 auto 0px;
}

.top_cont_06{
  padding:40px 0;
}
.top_cont_06 .top_cont_06_01 .text{
  width:100%;
  padding:25px 5%;
}
.top_cont_06 .top_cont_06_01 .text .text_link_01{
  margin:25px 0 0;
}
.top_cont_06 .top_cont_06_01 .fig{
  width:100%;
}

.top_cont_07{
  padding:40px 0;
}
.top_cont_07 .top_cont_07_col .fig{
  margin:0 0 25px;
}
.top_cont_07 .top_cont_07_col .blog_col{
  width:100%;
}

.top_cont_08{
  padding:40px 0;
}
.top_cont_08 .top_cont_08_col .text{
  width:100%;
  margin:0 0 25px;
}

.top_cont_09 .top_cont_09_list li{
  display:block;
  margin:0 0 10px;
}
/*-- トップページ ここまで --*/

/*-- 下層見出し ここから --*/
.page_title{
  width:100%;
  height:auto;
}
.page_title h2{
  font-size:24px;
  letter-spacing:0em;
  padding:60px 0;
}
.postdata h3,
.contents .h301{
  font-size:20px;
}
.postdata h4,
.contents .h401{
  padding:0 0 10px;
  font-size:18px;
}
.postdata h5,
.contents .h501{
  font-size:16px;
}
/*-- 下層見出し ここまで --*/

/*-- 下層個別 ここから --*/
.googlemap iframe{
  height:300px;
}

/*+ 各種検診 */
.health_check_col_01 .text{ width:100%; }
.health_check_col_01 .fig{ width:100%; }

/*+ はじめての方へ */
.first-time_col_01 .text{ width:100%; }
.first-time_col_01 .fig{ width:100%; }
.first-time_col_02 .text{ width:100%; }
.first-time_col_02 .fig{ width:100%; }
.first-time_col_02 .fig img{
  margin-top:0px;
}
.first-time_tb_02 th,
.first-time_tb_02 td{
  font-size:12px;
}

/*+ アクセス */
.access_col_01 .text{ width:100%; }
.access_col_01 .fig{ width:100%; }
.three_box.under_page.access_ul li{
  margin-bottom:20px;
}

/*+ 診療科目 */
.treatment_col_01 .text{ width:100%; }
.treatment_col_02 > ul{
  float:none;
}
.treatment_col_02{
  margin:0 0 25px;
}
.standard-style .treatment_col_02 ul{
  margin:0;
}
.treatment_col_02 > ul:nth-child(1){
  width:100%;
}
.treatment_col_02 > ul:nth-child(2){
  width:100%;
}
.treatment_col_02 > ul:nth-child(3){
  width:100%;
}

/*+ 小児科外来 */
.pediatrics_col_01 .text{ width:100%; }
.pediatrics_col_01 .fig{ width:100%; }

/*+ リハビリテーション科 */
.rehabilitation_col_01 .text{ width:100%; }
.rehabilitation_col_01 .fig{ width:100%; }

/*+ スマホ外来 */
.smartphone_col_01 .text{ width:100%; }
.smartphone_col_01 .fig{ width:100%; }

/*+ 食事指導 */
.dietary-instruction_col_01 .text{ width:100%; }
.dietary-instruction_col_01 .fig{ width:100%; }

/*+ 人間ドック */
.ningen-dock_col_01 .text{ width:100%; }
.ningen-dock_col_01 .fig{ width:100%; }

/*+ 検査機器 */
.equipment_col_01 .text{ width:100%; }
.equipment_col_01 .fig{ width:100%; }
.equipment_col_02 .fig figure{
  float:none;
  margin:0 auto 10px;
  text-align:center;
}
.equipment_col_02 .fig img{
  height:auto;
  width:auto;
  max-width:250px;
  margin:0 auto 5px;
}

/*+ MRI検査 */
.mri_col_01 .text{ width:100%; }
.mri_col_01 .fig{ width:100%; }
.mri_col_02 .text{ width:100%; }

/*+ CT検査 */
.ct_col_01 .text{ width:100%; }
.ct_col_01 .fig{ width:100%; }
.ct_col_02 .text{ width:100%; }
.ct_col_02 .fig{ width:100%; }
.ct_col_03 figure{
  float:none;
}
.ct_col_03 figure:nth-child(1){
  width:100%;
  margin:0 auto 5px;
}
.ct_col_03 figure:nth-child(2){
  width:100%;
  margin:0 auto 5px;
}
.ct_col_03 figure:nth-child(3){
  width:100%;
  margin:0 auto 0px;
}

/*+ エコー検査 */
.echo_col_01 .text{ width:100%; }
.echo_col_01 .fig{ width:100%; }
.echo_col_03 .fig figure{
  float:none;
  margin:0 auto 10px;
  text-align:center;
}

/*+ 求人情報 */
.recruit_col_01 .text{ width:100%; }
.recruit_col_01 .fig{ width:100%; }
/*-- 下層個別 ここまで --*/

.contact-form table {
  margin: 0 0 30px;
}
.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}
.contact-form table th, .contact-form table td {
  display: block;
}
.contact-form table th {
  padding: 15px 0 10px;
}
.contact-form table td {
  padding: 0 0 15px;
}
.contact-form .submit-btn [type="submit"] {
  padding: 15px;
  width: 250px;
}
.contact-form .submit-btn [type="submit"].back-btn {
  margin-right: 25px;
}

/*04/26*/
.bnr_list li {
  display:inline-block;
  max-width: 47%;
  margin: 0 1%;
}
.mb30 {
  margin-bottom: 30px;
}

.top-bnr {
  margin: 20px 5px 0;
  position: static;
  transform: none;    
}

.top-bnr_left {
  margin: 20px 5px 0;
  position: static;
  transform: none;    
}

.top-bnr_right {
  margin: 20px 5px 0;
  position: static;
  transform: none;    
}

.sp-fixed-menu {
  background: #f5f5f5;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 10000;
}

.sp-fixed-menu a {
  display: block;
  background-size: 20px;
  background-position: top 13px center;
  background-repeat: no-repeat;
  color: #333;
  font-size: 10px;
  font-family: "Comfortaa","游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3";
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding-top: 41px;
  width: 25%;
}

.sp-fixed-menu a + a {
  border-left: 1px solid #ccc;
}

.sp-fixed-menu a.home {
  background-image: url(../images/shared/ico_home.svg);
}

.sp-fixed-menu a.phone {
  background-image: url(../images/shared/ico_phone.svg);
}

.sp-fixed-menu a.pc {
  background-image: url(../images/shared/ico_pc.svg);
}

.sp-fixed-menu a.contact {
  background-image: url(../images/shared/ico_mail.svg);
}

.sp-fixed-menu a.access {
  background-image: url(../images/shared/ico_access.svg);
}

.sp-fixed-menu a.pagetop {
  background-image: url(../images/shared/ico_arrow_up.svg);
  background-position: top 17px center;
}

.sp-tel-area {
  display: block;
}

.sp-tel-btn {
  display: block;
  background: #fff url(../images/shared/ico_tel.png) no-repeat top 5px center / 27px 22px;
  width: 50px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 6px 4px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  position: fixed;
  top: 6px;
  right: 60px;
  z-index: 1000;
}

.sp-tel-btn .txt {
  font-size: 10px;
}

.sp-tel-inner {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s;
  z-index: 500;
}

.sp-tel-inner.is-open {
  pointer-events: auto;
  opacity: 1;
}

.sp-tel-inner dl {
  width: 80%;
}
.sp-tel-inner dt {
  border-bottom: 1px solid #ddd;
  color: #137113;
  font-family: "FOT-筑紫明朝 Pr6N D";
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sp-tel-inner dd {
  color: #000;
  font-family: "FOT-筑紫明朝 Pr6N D";
  font-size: 18px;
  letter-spacing: .1em;
}
.sp-tel-inner dd + dt {
  margin-top: 25px;
}
.sp-tel-inner a {
  text-decoration: none;
}
.sp-tel-inner a i {
  font-size: 13px;
  margin-right: 10px;
}