
/* CSS Document */

@media screen and (max-width:640px) {
body {
    font-size: 14px;
}
body, #mainvisual, #mainvisual .inner, header, footer {
    min-width: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

	header

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

header {
    display: none;
}
/*============================================================================

	nav

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

.fixed {
    position: fixed;
    width: 100%;
}
.fixed li a {
}
.fixed li {
    display: block;
}
.sp_navi_btn_area {
    position: absolute;
    width: calc(100% - 66px);
    z-index: 1;
    margin-left: 4px;
}
.sp_navi_btn_area li {
    display: block;
    width: calc(100% / 2 ) !important;
    float: left;
    text-align: center;
}
.sp_navi_btn_area li a {
    display: block;
    color: #FFF;
    height: 54px;
    line-height: 54px;
    margin: 4px;
    border-radius: 5px;
    font-family: 'Noto Sans JP',sans-serif !important;
    font-size: 4vw;
    background: #2E5587;
    font-weight: 400;
}
.sp_navi_btn_area li svg {
    position: relative;
    font-size: 1.1em !important;
    top: 0px;
    left: -5px;
    color: #fff;
}
.sp_navi_btn_area li i {
    margin-right: 5px;
}
.sp_navi_btn_area li:nth-child(2) i {
    font-size: 1.2em !important;
}
nav {
    display: none;
}
.sp_navi {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    font-size: 18px;
    font-weight: bold;
    z-index: 9998;
    height: 124px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    margin-bottom: 30px;
}
.sp_navi_fixed_area {
    z-index: 999;
}
.sp_navi .header_logo {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    text-align: left;
    height: 62px;
    background: #fff;
}
.sp_navi .header_logo span, .sp_navi .header_logo img {
    display: block;
    margin: auto;
    padding-top: 5px;
}
.sp_navi .header_logo img {
    width: auto;
    height: 55px;
    z-index: 9999;
    position: relative;
    top: 4px;
}
.sp_navi dl {
    background-color: rgba(255,255,255,1.0);
}
.sp_navi dl dt {
    position: relative;
    height: 62px;
    font-weight: bold;
    padding: 0 4%;
    font-size: 18px;
    display: block;
    color: #fff;
    line-height: 2;
}
.sp_navi dl dt i {
    position: relative;
    top: 20px;
    font-size: 9px;
    font-style: normal;
    margin-right: 2%;
}
.sp_navi_list {
    display: none;
}
.sp_navi ul {
/*padding:4% 2% 4% 8%;*/

}
.sp_navi_list li {
    display: block;
    width: 100%;
    float: left;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
.sp_navi_list li i {
    margin-right: 4%;
    color: #ba9275;
    font-size: 11px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    left: -6px;
}
.sp_navi_list i.fa-facebook-square, .sp_navi ul li i.fa-home {
    font-size: 16px;
}
.sp_navi_list li a, .sp_navi_parent > div {
    display: block;
    position: relative;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
    background: #fcc134;
    border-bottom: solid 1px #FFF;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    line-height: 50px;
}
.sp_navi_children li a {
    background: #E1AE35 !important;
}
.sp_navi_parent > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    content: "\f067";
    font-size: 1.0em;
}
.sp_navi_parent_active > div::after {
    position: absolute;
    right: 17px;
    font-family: 'Font Awesome 5 free';
    content: "\f068" !important;
    font-weight: bold;
    font-size: 1.0em;
}
.sp_navi_list li a::after {
    position: absolute;
    right: 20px;
    content: ">";
}
/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    /*top:5px;*/
    right: -5px;
    z-index: 9999999;
    text-align: center;
    background-color: #fcc134;
}
.sp_navi dt a i {
    position: relative;
    top: 25px;
    font-size: 9px;
    font-style: normal;
    color: #FFF;
    font-weight: 600;
}
.sp_navi dt a span {
    display: block;
    background: #FFF;
    width: 33px;
    height: 2px;
    position: absolute;
    left: 12px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:nth-child(1) {
    top: 14px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -8px;
    top: 50%;
}
.sp_navi dt a span:nth-child(3) {
    bottom: 29px;
}
.sp_navi dt a i {
    position: relative;
    left: -2px;
    bottom: 6px;
}
.sp_navi dt a.active {
    background: #fcc134;
}
.sp_navi dt a.active i {
    color: #fff;
}
.sp_navi dt a.active span {
    background: #fff;
}
.sp_navi dt a.active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(225deg);
    -moz-transform: translateY(8px) rotate(225deg);
    -ms-transform: translateY(8px) rotate(225deg);
    transform: translateY(8px) rotate(225deg);
}
.sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
}
.sp_navi dt a.active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-225deg);
    -moz-transform: translateY(-8px) rotate(-225deg);
    -ms-transform: translateY(-8px) rotate(-225deg);
    transform: translateY(-8px) rotate(-225deg);
}
/*============================================================================

	#mainvisual

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

#mainvisual {
    background-position: center;
    background-attachment: scroll;
    height: 200px;
    margin-top: 124px;
}
#mainvisual .inner {
    width: auto;
    height: inherit;
}
.mv_other_language_btn {
  width: 100px;
  top: 20px;
  right: 10px;
}
.home #mainvisual {
  height: 67vw;
}
.home #mainvisual > div {
  background-size: 150% !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  
}
.mainvisual_catch {
  top: 20px;
  left: 10px;
}
.mainvisual_catch h1 {
  width: 180px;
}
.mainvisual_catch p {
  bottom: auto;
  top: 20px;
  font-size: 16px;
  width: 100%;
}
/* 下層ページヘッドライン */
#mainvisual h2 {
    font-size: 22px;
}
/* トップページキャッチフレーズ */
.main_catch {
    position: absolute;
    top: 50px;
    width: 100%;
    text-align: center;
}
.main_catch h2 {
    margin-bottom: 10px;
    font-size: 22px;
}
.main_catch p {
    font-size: 15px;
}
.main_open {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 0;
    left: 0;
    width: 200px;
    margin: auto;
}
/*============================================================================

	#contents

============================================================================*/
#container {
  padding-top: 30px;
}
.breadcrumbs {
  width: 90%;
  margin: 15px auto 30px;
}
.box1 {
    width: auto;
    margin: 0 6% 80px;
}
.box2 {
    width: auto;
    margin: 0 2% 50px;
}
#contents {
    width: auto;
}
#contents_left {
    width: 90%;
    float: none;
    margin: auto;
}
#contents_right {
    width: auto;
    padding: 0 6%;
    float: none;
}

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

	fotter

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



.footer_info .inner {
    width: 88%;
    margin: auto;
    padding: 0 0 20px;
}
.footer_info dl {
    float: none;
    width: 100%;
    padding: 0;
}
.footer_info dl dt {
width: 100%;
    text-align: center;
    margin: 0;;
}
.footer_info_overview_logo {
    width: 180px !important;
    height: auto;
    margin: 0 auto 30px !important;
    text-align: center;
}
.footer_info dl dd {
    float: none;
    margin-left: 0;
}
.footer_info_overview_add {
  left: 0;
}
.footer_info_overview_tel {
  padding: 0;
}
.footer_info_overview_tel span {
  display: block;
  left: 0;
  right: 0;
  line-height: 1;
  
}
.footer_info_overview_tel span a {
  font-size: 30px !important;
}
.schedule table tr th {
  padding-left: 5px;
  font-size: 12px;
}
.schedule table tr:first-child th {
  padding-left: 10px !important;
}
.schedule_note {
  margin-left: 0;
 
}
.schedule_note li {
 font-size: 13px !important;
 letter-spacing: 0;
}

.footer_info_right {
  width: 100%;
  margin-top: 30px;
}
.footer_info_sche {
    float: none;
    width: 100%;
    font-size: 13.5px;
}
.footer_info_sche p {
    margin: 0;
}
.footer_navi {
    display: none;
}
.footer_info_right_clinic_subject {
  flex-wrap: wrap;
}
.top_google_map iframe,
.footer_map_area iframe {
  height: 250px !important;
}
.copy {
    margin-top: 35px;
}
/*============================================================================

	$top

============================================================================*/
.top_news {
  margin-bottom: 100px;
}
.top_news h3 {
  position: relative;
  top: 0;
  left: 0;
}
.top_news h3::after {
  width: 120px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.top_news_flame {
  padding: 0;
  width: 100%;
  margin: 30px 0;
}
.news_btn {
  left: 0;
  right: 0;
  position: relative;
}
.news_btn a {
  margin: auto;
}
.scroll_area {
  height: auto;
}
.date {
  display: block;
}



.top_about_clinic {
  padding-bottom: 0;
}
.top_about_clinic h3::before {
  width: 100%;
  background-size: 100%;
  top: -130px;
  background-position: top -30px left;
}
.top_about_clinic h3::after {
  display: none;
}
.top_about_clinic h3 img {
  display: block;
  width: 60%;
  margin: 30px auto 0;
}
.top_about_clinic .box1 {
  width: 88%;
}
.top_about_clinic h4 + div p {
  font-size: 15px;
}
.top_about_clinic h4 + div p:nth-child(4) {
  display: none;
}
.top_about_clinic::after {
  top: 58vw;
  bottom: auto;
  opacity: 0.6;
  left: 0;
  z-index: -1;
}
.top_about_clinic::before {
  right: 0;
  border: auto;
  top: 55vw;
  opacity: 0.6;
}
.top_about_clinic h4 {
  font-size: 20px;
}



.top_doctor .box1 {
  display: block;
}
.top_doctor .box1  > * {
  width: 100%;
}
.top_doctor_greeting {
  margin-top: 30px;
}
.top_doctor_img {
left: 0;
top: 100px;
text-align: center;
margin: auto;
max-width: 230px;
}

.top_doctor_img::before {
  width: 100px;
  background-size: 100%;
  background-position: bottom right;
  right: -40px;
}




.top_feature::after {
  width: 130px;
  height: 140px;
  background-size: 100%;
  right: 5%;
}
.top_feature .box1::before {
  left: -140px;
  width: 200px;
  background-size: 100%;
  height: 800px;
}
.top_feature .box1::after {
  right: -70px;
  width: 200px;
  background-size: 100%;
  height: 800px;
}
*[class*="top_feature_list0"] {
  display: block;
  width: 100%;
}
*[class*="top_feature_list0"] > li {
  width: 100%;
  margin-top: 70px;
  padding-top: 250px;
}
.top_feature .box1 {
  width: 90%;
  margin: auto;
}
.top_feature_list01 > li h4::before {
  width: 160px !important;
  height: 167px !important;
  background-size: 100% !important;
  top: -180px !important;
  left: 0 !important;
  right: 0 !important;
}
.top_feature_list02 > li h4::before {
  width: 270px !important;
  height: 167px !important;
  background-size: 100% !important;
  top: -160px !important;
  left: 0 !important;
  right: 0 !important;
}
.top_feature_list02 > li {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}



.top_medical::before {
  width: 100px;
  height: 120px;
  background-size: 100%;
  top: -50px;
  left: 10px;
}
.top_medical_list li a {
  padding-top: 70px;
}
.top_medical_list li a::before {
  top: 105px;
}
.top_medical_list li a::after {
  top: 25px !important;
}
.top_medical_list li:nth-child(5) a::after,
.top_medical_list li:nth-child(7) a::after {
  top: 33px !important;
}
.top_medical_list li:nth-child(6) a::after {
  top: 20px !important;
}

.top_medical_list {
justify-content: space-between;
margin-bottom: 50px;
}
.top_medical_list li {
  width: 46.5%;
}
.top_medical_list li:nth-child(3n) a,
.top_medical_list li:nth-child(7) a{
  background: rgba(137,200,189,0.8);
}
.top_medical_list li:nth-child(4n) a {
  background: rgba(244,216,130,0.8);
}


.top_blog {
  padding-top: 40px;
}
.top_blog_list {
  display: block;
  margin-bottom: 40px;
}
.top_blog_list li {
  width: 90%;
  margin: 0 auto 50px;
}
.top_blog_list li:last-child {
  margin-bottom: 0;
    margin-right: auto !important;
}
/*============================================================================

	$breadcrumb ぱんくず

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

.breadcrumb {
    width: 92%;
    margin: -10px 4% 40px;
}
.breadcrumb li {
    display: inline-block;
}
/*============================================================================

	$共通

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

#contents {
    padding-bottom: 70px;
}
.box {
    width: auto;
    padding: 0 0 8%;
}
.text {
    float: none;
    width: auto;
    padding: 0;
    border: none;
}
h3.tit01, h2.tit01 {
  padding-top: 85px;
}
h3.tit01::after{
  top: 50px;
  background-repeat: no-repeat !important;
  max-width: 230px;
  background-size: 100%;
}
h4.tit01, h4.tit02, h4.tit04 {
    font-size: 19px;
}
h5.tit01 {
    font-size: 18px;
}
h3.tit02::before {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 57px;
    background-image: url(../images/tit02_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
h3.tit04 span span::before {
    display: none;
}
.nowrap {
    white-space: normal;
}
/* リスト */
.list08 {
    padding: 6%;
}
/* テーブル */
.tb01 {
    white-space: inherit;
}
.tb01 td, .tb01 th {
    padding: 2% 3%;
}
.tb01 th {
    width: 105px;
    font-size: 12.5px;
}
.tb01 td {
    font-size: 11px;
}
 .text .tb03 p {
  margin-bottom: 0 !important;
}
.tb03.sp_custom {
  display: block;
}
.tb03.sp_custom tbody {
  display: block;
}
.tb03.sp_custom tr {
  display: block;
}
.tb03 tr td:last-child {
    width: 100%;
    text-align: center;
}
    .tb03 tr td:last-child p{
        text-align: center;
    }
.tb03, .tb03 th {
    white-space: inherit;
}


.tb03.sp_custom tr th {
  display: block;
  width: 100%;
}
.tb03 td, .tb03 th {
    text-align: center;
  padding: 10px;
    width: 100%;
    display: block;
}
.medical08_price .tb03 tr td:last-child {
    width: 100%;
}
.tb03 tr th {
    width: 100%;
    white-space: normal;
    text-align: center;
}
    
    
.tb03.w075par {
    width: 100%;
}
.tb04, .tb04 th {
    white-space: normal;
}
.tb04 th {
    font-size: 13px;
}
.tb04 td, .tb04 th {
    padding: 2%;
}
/* ボタン */
.btn01 a {
    display: block;
}
/* アンカーリンク */
.ank01 {
    width: 88%;
    padding: 0 6%;
}
.ank01 li {
    width: 49%;
    margin-bottom: 3%;
    margin-left: 0;
}
.ank01 li:nth-child(even) {
    margin-left: 2%;
}
.ank02 li {
    float: none;
    width: 100%;
    height: auto !important;
    margin-bottom: 3%;
    margin-left: 0;
}
.ank01 li span {
    font-size: 12.5px;
}
/* 画像右寄せ */
.img_fr {
    float: none;
    margin-left: 0;
    text-align: center;
}
.img_fr img {
    margin-bottom: 15px;
}
/*============================================================================

	$doctor

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

/* ごあいさつ */
.doctor_greet {
}
.doctor_greet .text {
    float: none;
    width: auto;
}
/* 経歴、資格 */
.doctor_carr_sec1 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
/*============================================================================

	$clinic

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

/* 医院概要 */
.clinic_sec1 dt {
    width: 30%;
}
.clinic_sec1 dd {
    width: 70%;
}
.clinic_sec1 .schedule .tb01 {
    width: 100%;
}

.clinic_sec1 li dt,
.clinic_sec1 li dd {
  float: none;
  width: 100%;
}
.clinic_sec1 li:last-child dt {
  padding-bottom: 10px;
}
/*============================================================================

	$facilities

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


.facilities_equip {
}
.facilities_equip dl {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 6% 10% 10%;
    box-sizing: border-box;
}
.facilities_equip_img {
    float: none;
    width: 100%;
    margin-bottom: 8%;
    margin-left: 0;
    padding: 0 10%;
    box-sizing: border-box;
}
.facilities_equip_img img {
    width: 300px;
}
.facilities_equip2 {
}
.facilities_equip2 dl, .facilities_equip2 dl:nth-child(3n) {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
}
.facilities_equip2 dl:nth-child(even) {
    margin-right: 0;
}
.facilities_equip3 {
}
.facilities_equip3 dl {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
}
.facilities_equip3 dl:nth-child(even) {
    margin-right: 0;
}
.facilities_equip3 dl, .facilities_equip3 dl:nth-child(3n) {
    width: 90%;
    height: auto !important;
    margin: 0 5% 30px;
}
/*============================================================================

	$access

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





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

	$first

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

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

	$layout

============================================================================*/
.layout01 dl,
.layout01 dt,
.layout01 dd {
  display: block;
  width: 100% !important;
}
.layout01 dt em {
  display: inline-block !important;
}
.layout01 dt {
  text-align: left;
}

.layout02 dl,
.layout02 dt,
.layout02 dd {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.layout03 dl,
.layout03 dt,
.layout03 dd {
  display: block;
  width: 100%;
}
.layout03 dt {
  text-align: center;
}
.layout03 dt img {
  width: 70%;
  max-width: 120px;
}
.layout04 dl,
.layout04 dt,
.layout04 dd {
  display: block;
  width: 100% !important;
}
.layout04 dt {
  text-align: center;
}
.layout04 dt strong {
  display: block;
}
.layout04 dt img {
  width: 70% !important;
  max-width: 120px;
  height: auto !important;
}
.layout05 dl,
.layout05 dt,
.layout05 dd {
  display: block;
  width: 100% !important;
}
.layout05 dt {
  text-align: center;
}
.layout05 dt strong {
  display: block;
}
.layout05 dt img {
  width: 70%;
    margin: 0 auto;
}

.layout06 dl,
.layout06 dt,
.layout06 dd {
  display: block;
  width: 100% !important;
}
.layout06 dt {
  margin-bottom: 15px;
}
.layout06 dd:nth-child(3) {
  border: none;
}
.layout06 dt {
  text-align: left;
}
.layout06 dt em {
  display: inline-block !important;
  padding: 10px 0;
}


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

	$medical

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

.layout01 dt {
    line-height: 1.5;
    font-size: 15px;
}
.layout01 dt em {
    display: block;
    margin-right: 0;
    font-size: 28px;
    text-align: center;
}
/*============================================================================

	$blog

============================================================================*/
.side_area .box {
  width: 100% !important;
  padding: 0;
}



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

	.layout

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

.layout02 dl {
    float: none;
    width: auto;
    height: auto !important;
    margin-right: 0;
    padding: 7%;
}
.layout03 dt, .layout03 dd {
    display: block;
}
.layout03 dt, .layout03 dd:nth-child(2), .layout03 dd:nth-child(3) {
    width: auto;
}
.layout03 dt {
    padding: 2% 20% 2%;
}
.layout03 dt img {
    margin-top: 10px;
}
.layout03 dt, .layout03 dd {
    display: block;
}
.layout03 dd {
    padding: 5% 6% 2%;
}
.layout03 dd h5 {
    font-size: 17px;
    text-align: center;
}
.layout03 dd h5 span {
    font-size: 26px;
}
.layout04 dt, .layout04 dd {
    display: block;
}
.layout04 dt, .layout04 dd:nth-child(2), .layout04 dd:nth-child(3) {
    width: auto;
}
.layout04 dt {
    padding: 0 15% 2%;
}
.layout05 dt, .layout05 dd {
    display: block;
}
.layout05 dd {
    padding: 5% 6% 2%;
}
.layout05 dd h5 {
    font-size: 17px;
}
.layout05 dd h5 span {
    font-size: 26px;
}
.layout05 dt, .layout05 dd:nth-child(2), .layout05 dd:nth-child(3) {
    width: auto;
}
.layout05 dt {
    padding: 6% 15%
}
.layout05 dd:nth-child(3) {
    border: none;
}
.layout06 dt, .layout06 dd {
    display: block;
}
.layout06 dt {
    line-height: 1.5;
    font-size: 16px;
}
.layout06 dt em {
    display: block;
    margin-right: 0;
    line-height: 1;
}
.layout06 dd {
    padding: 3% 6% 2%;
}
.layout06 dd h5 {
    font-size: 15px;
}
.layout06 dd h5 span {
    font-size: 26px;
}
.layout06 dt, .layout06 dd:nth-child(2), .layout06 dd:nth-child(3) {
    width: auto;
}
.layout06 dt {
    padding: 6% 15%
}
.layout06 dd:nth-child(3) {
    border-left: none;
}
.layout08 dl {
    float: none;
    width: auto;
    height: auto !important;
    margin-right: 0;
    padding: 7%;
}
.layout08 dl::before {
    display: none;
}






}

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

}





/*****************************************************************************
*****************************************************************************

        iphone5用スタイル 横向き

*****************************************************************************
*****************************************************************************/
@media screen and (orientation: landscape) and (max-width:568px) {
  .home #mainvisual {
    height: 42vw;
  }
}



