@charset "UTF-8";

.g-fixarea-footer__item a,
.g-nav .navbar-toggler,
.c-visual-sub .catchcopy-title,
.g-form .agree .mwform-checkbox-field-text {
  white-space: nowrap;
}

body { 
  font-family: "M PLUS Rounded 1c"; 
}

.text {
  text-align: left;
}

.wf-roundedmplus1c { 
  font-family: "M PLUS Rounded 1c"; 
}

/* .g-header{
  display: none;
} */

.biz-hour {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 414px) {
  .biz-hour {/* スマホのときだけ親要素いっぱいに */
    width: 100%;
  }
}
.biz-hour th, .biz-hour td {
  padding: 10px;
  text-align: center;
  border: 1px solid #000000;
}

/* 上段。backgroundを書き換えれば背景色が変わります。 */
.biz-hour th {
  background: #72f7ff;
  font-weight: normal;
}
/* 土曜日の文字色 */
.biz-hour th.sat {
  color: #3db2da;
}

/* 日曜日の文字色 */
.biz-hour th.sun {
  color: red;
}

.biz-hour02 {
  border-collapse: collapse;
  width: 70%;
  margin: 0 auto 50px;
  background: #fff;
}
@media screen and (max-width: 414px) {
  .biz-hour02 {/* スマホのときだけ親要素いっぱいに */
    width: 100%;
  }
}
.biz-hour02 th, .biz-hour02 td {
  padding: 10px;
  text-align: center;
  border: 1px solid #000000;
}

/* 上段。backgroundを書き換えれば背景色が変わります。 */
.biz-hour02 th {
  background: #72f7ff;
  font-weight: normal;
}
/* 土曜日の文字色 */
.biz-hour02 th.sat {
  color: #3db2da;
}

/* 日曜日の文字色 */
.biz-hour02 th.sun {
  color: red;
}

.contain{
  background-size: contain !important;
}

.title_h1{
  font-size: 36px;
  color: #ffffff;
  margin: 0 auto 30px;
  background: #007edda8;
}

.greet_p{
  line-height: 48px;
  color: #666;
}

.recruit_h2{
  font-size: 28px;
  margin-bottom: 5px;
}

.recruit_table{
  width: 100%;
  border-collapse: collapse;
}

.recruit_table tr{
  border-bottom: solid 2px white;
}

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

.recruit_table th{
  position: relative;
  vertical-align: middle;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}

.recruit_table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.recruit_table td{
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 10px 0 10px 20px;
}

.address{
  margin: 60px 0;
}

.address li{
  font-size: 24px;
}

.bold{
  font-weight: bold;
}

.c-after__black--9 {
  background-color: rgb(64 149 213);
}

.number{
  width: 100%;
  border: 4px solid #008b94;
  padding: 20px;
  font-size: 24px;
}

.adjust_number02{
  font-size: 36px;
  color: #008b94;
}

.g-footer__about{
  border-right: inherit;
}

.g-footer__logo {
  width: 50%;
  margin: 0 auto;
  max-width: inherit;
}

.c-visual-sub{
  margin-top: 88px;
}

.post-content table tbody th{
  background: #fff;
}
.c-visual-type2{
  margin-top: 65px;
}

.g-footer__address{
  text-align: center;
  font-size: 18px;
}

.g-footer__copyright {
  background-color: #54a7e6;
}

.g-pagetop a{
  background: #54a7e6;
}

/*トップページ*/

.container100{
  width: 100%;
}

.block{
  display: block;
}

.c-after__white{
  background:#fff;
  z-index: 2;
}

.container80{
  margin: 0 auto;
  width: 80%;

}

.relative{
  position: relative;
}

.c-headline__type6{
  position: absolute;
  z-index: 2;
}

.h3_title {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 4rem;
  color: #fff;
  /* border-radius: 0 100vh 100vh 0; */
  background: #0075a9ad;
  -webkit-box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
  box-shadow: 3px 3px 5px rgb(0 0 0 / 20%);
  font-size: 20px;
}

.h3_title:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}

.inc_items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.inc_items li{
  width: 24%;
  margin: 10px auto;
  background: #8bbfe6;
  padding: 10px;
}

.inc_items li:hover{
  background: #0092ff8c;
}

.inc_items p{
  font-size: 20px;
  margin: 20px 0 0;
  color: #fff;
}

.container80_left{
  width: 80%;
}

.feature_big{
  position: absolute;
  z-index: 100;
  padding: 70px 30px;
  background: #fffffff2;
  color: #fff;
  top: 17%;
  right: 5%;
}

.title_h2 {
  font-size: 36px;
  color: #4095d5;
  border-bottom: 1px solid #4095d5;
  width: 39%;
  margin: 0 auto 30px;
  padding-bottom: 5px;
}

.c-headline__type5-ttl:after{
  background-color: #fff;
}

.director_part{
  padding: 0 5%;
}

.padding0{
  padding: 0;
}

.padding4{
  padding: 0 4%;
}

.g-cta__mail-contact-btn{
  background: #54a7e6;
}

.store_color{
  color: #54a7e6;
}

.g-nav .lower ul{
  display: contents;
  text-align: left;
}

.g-nav .lower{
  top: 66px;
  background: #fff;
}

.featured{
  border: 2px solid #54a7e6;
  padding: 20px;
  text-align: center;
  font-size: 20px;
}

.fs40{
  font-size: 40px !important;
}
/*マージン調整*/
.mt50{
  margin-top: 50px; 
 }

.mr10{
  margin-right: 10px;
}

.pt30{
  padding-top: 30px;
}

.mt30{
  margin-top: 30px;
}

.g-cta{
  font-size: inherit;
}

.g-header{
  background: #fff;
  position: fixed;
  width: 100%;
}

.g-nav__list .nav-link{
  color: #55a8e8;
}

.g-header__contact-btn a{
  background-color: #4095d5;
}

.c-btn{
  background-color: #4095d5;
}

.underpage_title {
  border-top: solid #72f7ff 5px;
  background-color: #4095d5 !important;
}

.fit-content{
  width: fit-content !important;
  margin:0 auto;
}

.table_bk{
  background: #fffffff0;
  padding: 20px 50px;
}

.sub_title_wrap{
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.sub_title{
  width: 50%;
  margin: 0 auto;
  border-bottom: 5px solid #66dde4;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 40px;
  background: #4095d5;
  color: #fff;
}

.sub_text{
  line-height: 36px;
  letter-spacing: 0;
  margin: 40px 0 0;
}

.c-section:nth-child(odd){
  background-color: #c9e8ff;
}

.doctor_wrap{
  width: 100%;
  text-align: left;
  margin: 0 0 20px;
  border-bottom: 2px solid #4095d5;
  font-size: 36px;
}

.doctor_sub_title{
  font-size: 24px
}

.doctor_text{
  line-height: 36px;
  letter-spacing: 0;
}

.detail_text{
  font-size: 20px;
  text-align: left;
  margin: 0 0 10px;
}

.bk_white{
  background-color: #fff;
  padding: 64px 0;
}

.margin30-50{
  margin: 30px 0 50px;
}

.contain{
  background-size: contain !important;
}

.flow_wrap{
  padding: 20px;
  margin: 0 0 30px;
  background: #54a7e6;
  color: #fff;
}

.flow_title{
  color: #fff;
  border-bottom: 2px solid #fff;
  width: 50%;
  padding-right: 50px;
}

.c-headline__type2-ttl{
  font-family: inherit;
}

.check_list{
  color: #668ad8; 
  border: double 5px #668ad8;/*二重線 太さ 色*/
  background: #f1f8ff; 
  padding: 0.5em 0.5em 0.5em 2em;
}

.check_list li{
  line-height: 1.5;
  padding: 0.5em 0;
  text-align: left;
  list-style: disc;
}

.c-visual-sub .catchcopy-title{
  font-family: inherit;
}


@media screen and (max-width: 767px){
  .biz-hour th, .biz-hour td{
    padding: 5px;
  } 
  
  .mt50{
    margin-top: 0;
  }

  .title_h1{
    width: 100%;
  }
  
  .greet_p{
    line-height: 32px;
    letter-spacing: 0;
    text-align: left !important;
  }

  .number{
    font-size: 20px;
  }

  .g-form input[type=radio]+span{
    width: 100%;
    display: block;
    margin: 3px 0;
  }

  .mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0 !important;
  }

  .c-table td, .c-table th{
    padding: 10px !important;
  }

  .c-table td{
    border-bottom: none;
  }

  .g-footer__logo img{
    width: 100%;
  }

  .address li{
    font-size: 18px;
  }

  .recruit_table th{
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .recruit_table td{
    width: 100%;
    display: block;
    box-sizing: border-box;
  }

  .recruit_table th:after{
    display: none;
  }

  .fs40{
    font-size: 24px;
  }

  .container80{
    width: 100%;
  }

  .inc_items li{
    width: 45%;
  }

  .inc_items p{
    font-size: 18px;
  }

  .doctor_wrap{
    font-size: 30px;
  }

  .doctor_title{
    text-align: center;
  }

  .catchcopy-body{
    display: inherit !important;
  }

  .sub_title{
    width: 100%;
  }

  .doctor_text{
    margin: 0 2%;
  }

  .title_h2{
    width: 100%;
  }

  .feature_big{
    position: inherit;
  }
}