@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/

body{
  font-family: "Noto Sans JP", sans-serif;
  font-size:1rem;
  color:#2a2a2a;
  font-weight:500;
}

* {
  box-sizing: border-box;
}



/*▼▼ヘッダーのCSS▼▼*/

header{
  width:100%;
  padding:56px 64px 48px 64px;
}

.logo_area{
  display:flex;
  height:100px;
  align-items: center;
}

.logo_mark{
  width:80%;
}

.miyazaki_clinic_logo{
  width:25%;
}

.logo_area_inner{
  text-align:center;
}

.header_nav{
  display:flex;
  justify-content: flex-end;
}

.header_nav p{
  margin:2%;
  font-size:1rem;
  transition: all .2s;
}

.header_nav a{
  text-decoration: none;
  color:inherit;
}

.header_nav p:hover{
  color: #FF9900;
}

/*▼▼トップ画像エリアのCSS▼▼*/

.top_image{
  width:80%;
}

.top_image_area div{
  text-align:center;
}

.top_image_area{
  height:800px;
  background-image:url(../image/top_back_orange.png);
  background-repeat: no-repeat;
  background-position:0 240px;
  background-size:100%;
  position:relative;
}

.consultation_info{
  position:absolute;
  bottom:100px;
  right:64px;
  background:#fff;
  box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.1);
  border-radius: 20px;
  padding:40px;
}

.consultation_info_contact{
  display:flex;
  justify-content: flex-end;
  align-items:center;
  margin-bottom:32px;
}

.contact{
  font-size:1rem;
}

.phone_number{
  font-size:1.7rem;
  font-weight:bold;
}

.phone_icon img{
  width:70%;
}

.consultation_hours{
  border-collapse: collapse;
  margin-bottom:24px;
}

.consultation_hours tr{
  font-size:1rem;
}

.consultation_hours th,.consultation_hours td {
  padding:16px;
  text-align:center;
}

.consultation_hours th{
  background-color: orange;
}

.consultation_hours_inner{
  border-bottom:0.5px solid #2a2a2a;
}

.mark{
  color:orange;
  font-size:1.3rem;
}

.closed_days{
  text-align:left;
  font-size:1.1rem;
}

.sunday{
  padding-right:24px!important;
}


/*▼▼当院についてのエリアCSS▼▼*/
.title_jp{
  text-align:center;
  font-size:2rem;
  margin-bottom:15px;
  letter-spacing:0.2rem;
}

.title_eng{
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Arial;
  font-size:1.3rem;
  color:orange;
  margin:0 35px 64px 0;
}

.title_eng:before{
  border-bottom:1px solid;
  content:"";
  width:3rem;
  margin-right:5px;
}

#about_clinic{
  padding:0 64px 128px 64px;
  margin-top:64px;
}

.about_clinic_wrapper{
  display:flex;
  align-items:center;
}

.about_clinic_wrapper p{
  line-height:3;
  padding-right:64px;
}

.about_clinic_wrapper img{
  width:600px;
  height:auto;
}


/*▼▼診療案内のエリアCSS▼▼*/

#medical_information{
  background-image:url(../image/back_orange.png);
  padding-bottom:64px;
}

.title02_jp{
  text-align:center;
  font-size:2rem;
  padding:128px 0 15px 0;
  letter-spacing:0.2rem;
}

.title02_eng{
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Arial;
  font-size:1.3rem;
  color:#fff;
  margin:0 35px 64px 0;
}

.title02_eng:before{
  border-bottom:1px solid;
  content:"";
  width:3rem;
  margin-right:5px;
}

.medical_area{
  background:#fff;
  box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.1);
  border-radius: 8px;
  padding:64px;
  margin:0 64px 64px 64px;
}

.medical_area_inner{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:32px;
}

.medical_area_inner img{
  width:8%;
  margin-right:15px;
}

.title03_jp{
  text-align:center;
  font-size:1.8rem;
  letter-spacing:0.2rem;
  margin-bottom:5px;
}

.title03_eng{
  font-family:Arial;
  font-size:1rem;
  color:orange;
  text-align:center;
}

.medical_area_inner02{
  display:flex;
  align-items:center;
  justify-content:center;
}

.medical_area_inner02 img{
  width:50%;
}

.medical_area_inner02 p{
  line-height:2.5;
  margin-right:64px;
}

.medical_area_inner02_title{
  font-size:1.2rem;
  font-weight:bold;
}

.medical_area_inner02_colortitle{
  color:orange;
  margin: 16px 0 16px 0;
}

.medical_area_inner02_comment{
  margin:80px 0 64px 0; 
  font-weight:bold;
}

.internal_medicine_group_inner{
  display:flex;
}

.symptoms_group{
  display:flex;
}

.symptoms_group_inner{
  border:1px solid orange;
  height:280px;
  width:160px;
  border-radius: 6px;
  overflow: hidden;
  margin:0 16px 16px 0;
}

.symptoms_group_title{
  text-align:center;
  padding:24px;
  background-color:#FFF5E5;
}

.symptoms_group_item{
  margin:16px;
  font-size:0.9rem;
}

.symptoms_group_item::before{
  content:"";
  width:12px;
  height:12px;
  border-radius:50%;
  background:orange;
  display:inline-block;
  margin-right:3px;
}

.symptoms_group_comment{
  margin:0 0 0 16px;
}

.symptoms_group_comment p{
  padding:32px;
  line-height:1.8;
  font-size:0.9rem;
  background-color:#FFF5E5;
  position:relative;
}

.symptoms_group_comment p::before{
  content:"";
  position:absolute;
  top:50%;
  left:-30px;
  margin-top:-15px;
  border:15px solid transparent;
  border-right:15px solid #FFF5E5;
}

.medical_area_inner03{
  margin:64px 0;
  padding:64px 0;
  border-top:1px solid orange;
  border-bottom:1px solid orange;
}

.medical_area_inner03_title{
  text-align:center;
  font-size:1.3rem;
  margin:0 0 64px 0;
}

.underline{
  background:linear-gradient(transparent 60%,#FFCC99 60%);
}

.medical_area_inner03_icon{
  width:88px;
  height:88px;
  background-color:#fff;
  border-radius:50%;
  border:1px solid orange;
  position:relative;
  margin:0 auto 16px auto;
}

.icon_image01{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-58%,-50%);
  width:60%;
}

.icon_image02{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-43%);
  width:60%;
}

.icon_image03{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:60%;
}

.medical_area_inner03_panel{
  padding:32px 0;
  border:1px solid orange;
  border-radius:6px;
  width:240px;
  background-color:#FFF5E5;
  margin:32px;
}

.panel_comment01{
  text-align:center;
  padding:16px 16px;
  color:orange;
  background-color:#fff;
  line-height:1.5;
}

.panel_triangle{
  color:orange;
  text-align:center;
  margin:16px 0;
}

.panel_comment02{
  text-align:center;
  padding:0 16px;
}

.medical_area_inner03_panel_inner{
  display:flex;
  flex-wrap: wrap;
  justify-content:center;
  padding:0 64px;
}

.medical_area_inner04_inner01{
  display:flex;
  margin:0 0 64px 0;
}

.medical_area_inner04_inner02{
  display:flex;
}

.medical_area_inner04_title01{
  color:orange;
  margin:0 0 16px 0;
}

.medical_area_inner04_text01{
  margin:0 32px 0 0;
  line-height:1.8;
}

.medical_area_inner04_title02{
  color:orange;
  margin:0 0 16px 0;
}

.medical_area_inner04_text02{
  line-height:1.8;
}

.medicine_image_outer{
  margin:0 32px 0 0;
}


/*▼▼施設・設備案内のエリアCSS▼▼*/

#facility_guide{
  margin:128px 0 64px 0;
}

.facility_guide_inner{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  padding:0 0 0 128px;
}

.facility_guide_inner img{
  width:100%;
}

.list01,.list02{
  width:50%;
}

.list01{
  padding:0 128px 64px 0;
}

.list02{
  padding:0 128px 64px 0;
}

.facility_guide_title{
  color:orange;
  margin:16px 0 8px 0;
}

.facility_guide_text{
  line-height:1.5;
}

/*▼▼院長紹介のエリアCSS▼▼*/

#director_introduction{
  background:#FFFFCC;
  padding:128px 0;
}

.director_introduction_inner{
  display:flex;
  align-items:flex-start;
}

.director_introduction_inner img{
  width:60%;
  margin-left:128px;
}

.director_introduction_text02 p{
  margin:0 0 32px 0;
  line-height:1.6;
}

.director_introduction_text02 p:nth-child(1){
  font-weight:bold;
  font-size:1.4rem;
}

.director_introduction_text01{
  display:flex;
  align-items:center;
  margin-bottom:40px;
}

.director_name{
  font-size:1.7rem;
  margin-right:16px;
}

.director_furigana{
  color:orange;
  font-size:0.8rem;
}

.job_title{
  margin:0 0 0 128px;
}

.director{
  font-size:0.8rem;
  margin:16px 0 8px 0;
}

.director_introduction_text02{
  width:60%;
  margin:0 128px 0 0;
}

.director_introduction_text03{
  display:flex;
  justify-content:center;
  margin:64px 0 0 0;
}

.director_introduction_text03 li{
  list-style:none;
  display:flex;
  padding:0 0 8px 32px;
  border-left:1px solid #2a2a2a;
}

.director_introduction_text03 p{
  font-weight:bold;
  padding:0 0 16px 32px;
  font-size:1.1rem;
}

.director_introduction_text03 li span{
  display:block;
  width:64px;
}

.career{
  margin:0 32px 0 0;
}

.affiliation{
  margin:0 0 0 32px;
}

/*▼▼アクセスのエリアCSS▼▼*/

#access{
  background-image:url(../image/back_orange.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.access_image{
  width:100%;
  box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.1);
}

.access_area{
  background:#fff;
  box-shadow: 0px 0px 20px rgba(34, 34, 34, 0.1);
  border-radius: 8px;
  padding:5%;
  margin:64px;
}

.access_wrapper{
  display:flex;
  justify-content:center;
  align-items:flex-end;
}

.access_logo_mark,.access_miyazaki_clinic_logo{
  display:block;
}

.access_logo_mark{
  margin-bottom:24px;
  width:116px;
}

.access_miyazaki_clinic_logo{
  width:220px;
  height:auto;
  margin-bottom:24px;
}

.address{
  font-size:1.1rem;
  margin-bottom:24px;
}

.phone_number_area{
  display:flex;
  align-items:center;
  margin-bottom:32px;
}

.access_phone_icon{
  width:45px;
  height:auto;
  margin-right:5px;
}

.access_phone_number{
  font-size:1.8rem;
  font-weight:bold;
}

.access_consultation_hours{
  border-collapse: collapse;
  margin-bottom:24px;
}

.access_consultation_hours tr{
  font-size:1rem;
}

.access_consultation_hours th,.access_consultation_hours td {
  padding:16px 16px;
  text-align:center;
}

.access_consultation_hours th{
  background-color: orange;
}

.access_inner02{
  padding-left:32px;
}

.accsess_map{
  width:100%;
  height:auto;
}

.access_sunday{
  padding-right:20px!important;
}

.access_title_eng{
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Arial;
  font-size:1.3rem;
  color:orange;
  margin:0 35px 0 0;
}

.access_title_eng:before{
  border-bottom:1px solid;
  content:"";
  width:3rem;
  margin-right:5px;
}

.access_inner02 p{
  margin:16px 0;
}

.gmap iframe{
  width:450px;
  height:450px;
}


/*▼▼フッターエリアCSS▼▼*/

#footer{
  text-align:center;
  position: relative;
  z-index: 2;
}

#footer a{
  margin:0 40px;
  text-decoration:none;
  color:inherit;
  transition: all .2s;
}

.footer_link{
  display:inline-block;
}

.footer_link:hover{
  color:#FFFFBB;
  text-decoration:underline;
}

.copyright{
  padding:5% 0 5% 0;
  text-align:center;
}



/*▼ページトップリンクのCSS▼*/

/*スクロールリンクの形状*/
.scroll-top {
  /*表示位置*/
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  visibility: hidden; 
  transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
  /*縦書き*/
  -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  /*改行禁止*/
    white-space: nowrap;
  /*矢印の動き*/
  animation: arrowmove 1s ease-in-out infinite;
}

.scroll-top a:hover{
  opacity: 0.5;
}

@keyframes arrowmove{
      0%{bottom:20px;}
      50%{bottom:25px;}
     100%{bottom:20px;}
 }


/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}

/*リンク全体の aタグの形状*/
.scroll-top a {
  text-decoration: none;
  color: #2a2a2a;
  text-transform: uppercase;
  font-size:0.9rem;
  display: block;
  margin:0 10px;
}

/*スクロールリンクの形状*/

.js-scroll a::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  width:1px;
  height: 50px;
  background:#666;
}

.js-scroll a::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #666;
    transform: skewX(-31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before{
  right:-11px;
}

/*ページトップリンクの形状*/

.js-pagetop a::after{
  content:"";
  position: absolute;
  top:0;
  right:0;
  width:1px;
  height: 50px;
  background:#666;
}

.js-pagetop a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #666;
    transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before{
  right:0;
}



/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(25px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*▼▼レスポンシブ対応のCSS▼▼*/

@media screen and (max-width:1024px) {

/*▼全体のページのレスポンシブCSS▼*/

body{
  font-family: "Noto Sans JP", sans-serif;
  font-size:0.85rem;
  color:#2a2a2a;
  font-weight:500;
}

.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 42px;
    border-radius: 3px;
    background-color: #2a2a2a;
    position: absolute;
}
.menu-btn span:before {
    bottom: 13px;
}
.menu-btn span:after {
    top: 13px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/

}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

#menu-content ul {
    padding: 70px 10px 0;
}

#menu-content ul li {
    border-bottom: dotted 3px #fff;
    list-style: none;
    width:fit-content;
    margin: auto;
}
#menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 19px;
    box-sizing: border-box;
    color:#2a2a2a;
    text-decoration: none;
    padding: 36px 26px 8px 16px;
    position: relative;
    font-weight:400;
}

#menu-content ul li a:hover{  
    color:orange;
    transition: all .3s;
}

#menu-content p{
    display:inline-block;
}

#menu-content p:hover{
    opacity:0.5;
    color: orange;
}

#menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color:#ddd;
    transition: all 0.5s;/*アニメーション設定*/
    /*opacity: 0.9;*/
}

#menu-btn-check:checked ~ #menu-content {
    left: 0;/*メニューを画面内へ*/
}

.header_nav{
    display:none;
}

header {
    padding: 40px 32px 40px 32px;
}

#footer{
    display:none;
}


/*▼トップページのレスポンシブCSS▼*/

.top_image{
    width:90%;
}

.consultation_info{
  position:static;
  margin:32px;
}

.consultation_hours{
  margin:0 auto 32px auto;
}

.closed_days{
  text-align:center;
}


/*▼当院についてのレスポンシブCSS▼*/

.about_clinic_wrapper {
  display:block;
  text-align:center;
}

.about_clinic_wrapper p{
  padding:0 0 32px 0;
  text-align:left;
}

.about_clinic_wrapper img{
  width:80%;
}

.about_clinic {
  padding: 0 32px 64px 32px;
  margin-top: 32px;
}



/*▼診療案内のレスポンシブCSS▼*/

.medical_area_inner02{
  display:block;
  text-align:center;
}

.medical_area_inner02 img{
  width:80%;
}

.medical_area_inner02 p{
  margin:0 0 32px 0;
  text-align:left;
  line-height:1.8;
}

.medical_area_inner img {
  width: 80px;
  margin-right: 15px;
}

.medical_area{
  margin:0 32px 64px 32px;
  padding:40px;
}

.medical_area_inner02_comment{
  margin:64px 0 32px 0;
}

.title03_jp{
  font-size:1.6rem;
  margin-bottom:10px;
}

.internal_medicine_group_inner{
  display:block;
}

.symptoms_group{
  justify-content:center;
  flex-wrap: wrap;
}

.symptoms_group_comment p{
  margin-top:32px;
}

.symptoms_group_comment p::before{
  top:-20px;
  left:50%;
  border: 20px solid transparent;
  border-bottom: 20px solid #FFF5E5;
  margin-left: -20px;
}

/*▼施設・設備案内のレスポンシブCSS▼*/

.facility_guide_inner{
  display:block;
  padding:0;
}

.list01,.list02{
  width:60%;
  padding:0;
  margin:0 auto;
}

.facility_guide_text {
  margin-bottom:64px;
}



/*▼アクセスエリアのレスポンシブCSS▼*/

.access_wrapper {
    display: block;
}

.access_inner01 {
    width: 100%;
}

.access_consultation_hours{
    width:100%;
    table-layout: fixed;
}

.copyright {
    padding: 0 0 32px 0;
    text-align:center;
}

.access_consultation_hours th, .access_consultation_hours td {
    vertical-align: middle;
}

.access_inner02{
    margin-top:32px; 
    text-align:center;
    padding-left:0;
}

}

@media screen and (max-width:800px) {

/*▼トップページのレスポンシブCSS▼*/

.miyazaki_clinic_logo{
  width: 40%;
}


/*▼診療案内のレスポンシブCSS▼*/

.medical_area_inner04_inner01{
    display:block;
}

.medical_area_inner04_inner02{
    flex-direction:column-reverse;
}

.medical_area_inner04_text01{
    margin:0 0 32px 0;
}

.medical_area_inner04_text02{
    margin:0 0 32px 0;
}

.heart_image_outer{
    text-align:center;
}

.medicine_image_outer{
    text-align:center;
    margin:0;
}

.heart_image,.medicine_image{
    width:100%;
}

/*▼院長紹介のレスポンシブCSS▼*/

.director_introduction_inner {
    display: block;
}

.director_introduction_inner img {
    width: 50%;
    margin:0 0 32px 0;
}

.miyazaki_img{
    text-align:center;
}

.job_title{
    margin:0 auto;
    width:230px;
}

.director_introduction_text02{
    margin:0 auto;
}

.director_introduction_text01{
    margin-bottom:56px;
}

.director_introduction_text03{
    display:block;
}

.career{
    margin:60px auto;
    width:27em;
}

.affiliation{
    margin:60px auto;
    width:27em;
}



}

@media screen and (max-width:600px) {

/*▼トップページのレスポンシブCSS▼*/

.top_image{
    width:95%;
}

.consultation_info{
  position:static;
  width:90%;
  margin:32px auto;
  padding: 32px 24px 32px 24px;
}

.consultation_hours{
  width:100%;
  table-layout: fixed;
}

.contact {
    font-size: 0.8rem;
}

.phone_number {
    font-size: 1.3rem;
}

.consultation_info_contact {
    justify-content: center;
}

.consultation_hours th, .consultation_hours td {
    padding: 10px 0;
    font-size:0.7rem;
}

.consultation_hours th{
  white-space: nowrap;
}

.sunday {
    padding-right: 0px!important;
}

.closed_days{
  font-size: 0.9rem;
}

.top_image_area {
    height: 500px;
    background-position: 0 100px;
    background-size:300%;
}

/*▼当院についてのレスポンシブCSS▼*/

.about_clinic{
  margin-top: 128px;
}

.about_clinic_wrapper img{
    width:100%;
}

.symptoms_group_inner{
    margin:0 0 16px 0;
}

/*▼診療案内のレスポンシブCSS▼*/

.title03_jp {
    font-size: 1.4rem;
}

.medical_area_inner02 img{
    width:100%;
}

.medical_area_inner03_panel_inner{
    padding:0;
}

.symptoms_group_comment{
    margin:0 auto;
}

.medical_area_inner02 p{
    margin:0 0 16px 0;
}


/*▼院長紹介のレスポンシブCSS▼*/

.director_introduction_text03 li{
    border-left: 0px solid #2a2a2a;
    padding:0 0 8px 0;
}

.career{
    width:19em;
}

.affiliation{
    width:17em;
}

.director_introduction_text03 p{
    text-align:center;
    padding: 0 0 16px 0;
}

.director_introduction_text03 li{
    display:block;
}

.director_introduction{
    padding:112px 0;
}

/*▼アクセスエリアのレスポンシブCSS▼*/

.access_area {
  margin: 32px 16px;
  padding:64px 16px 16px 16px;
  position: static;
}

.access_logo_mark {
    margin: 32px 0;
    width: 116px;
}

.access_miyazaki_clinic_logo {
    width: 200px;
}

.access_consultation_hours tr{
  font-size:0.8rem;
}

.access_consultation_hours th, .access_consultation_hours td {
    padding: 8px;
    vertical-align: middle;
}

.access_inner02 iframe{
    width:100%;
}

.access_inner02{
    margin:32px 5% 0 5%;
}

}

@media screen and (min-width:1024px) {
.humburger_nav{
    display:none;
}

}
