@charset "UTF-8";
/* SASS Document */
/* -------------------------------------
  共用背景色
------------------------------------- */
.common_bgc1 {
  background-color: #f3f3f3 !important;
}

.common_bgc2 {
  background-color: #F8E0DC !important;
}

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  #ul_contents_wrap {
    background: url("../img/common/ul_bg1.png") no-repeat top center;
    background-size: contain;
  }

  /*-------------------------------------
  下層メインイメージ
  -------------------------------------*/
  .ul_main_image_wrap {
    padding-top: 16vw;
  }
  .ul_main_image_wrap > .ul_main_image_inner {
    position: relative;
  }
  .ul_main_image_wrap > .ul_main_image_inner > .image {
    max-width: 90vw;
    margin: 0 auto;
  }
  .ul_main_image_wrap > .ul_main_image_inner > .image > img {
    border-radius: 5px;
  }
  .ul_main_image_wrap > .ul_main_image_inner > .text {
    opacity: 0;
    position: absolute;
    top: 20%;
    left: 30px;
    width: 35vw;
    height: 35vw;
    border-radius: 35vw;
    line-height: 35vw;
    background-color: rgba(234, 143, 12, 0.8);
    font-size: 4.5vw;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    transition: all 0.7s;
    transform: scale(0.2);
    font-weight: bold;
  }
  .ul_main_image_wrap > .ul_main_image_inner > .visible {
    opacity: 1 !important;
    transform: scale(1);
  }

  /*-------------------------------------
  sp 診療案内
  -------------------------------------*/
  .information_wrap {
    padding: 40px 0;
  }
  .information_wrap > .information_inner {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .information_wrap > .information_inner > .information_title {
    margin: 0 auto 60px;
  }
  .information_wrap > .information_inner > .information_title:last-child {
    margin-bottom: 0;
  }
  .information_wrap > .information_inner > .information_title > h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #80C269;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
  }
  .information_wrap > .information_inner > .information_title > .text {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .information_wrap > .information_inner > .information_title > .information_box {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px #ddd solid;
  }
  .information_wrap > .information_inner > .information_title > .information_box > ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .information_wrap > .information_inner > .information_title > .information_box > ul > li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
    padding-bottom: 10px;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  .information_wrap > .information_inner > .information_title > .information_box > ul > li:last-child {
    padding-bottom: 0;
  }
  .information_wrap > .information_inner > .information_title > .information_box > ul > li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-color: #80C269;
  }
  .information_wrap > .information_inner > .information_title > .information_button {
    text-align: right;
    vertical-align: middle;
  }
  .information_wrap > .information_inner > .information_title > .information_button > a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #80C269;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    border-radius: 5px;
  }
  .information_wrap > .information_inner > .information_title > .information_button > a > i {
    padding-right: 7px;
  }
  .information_wrap > .information_inner > .inspection_bg {
    border-radius: 10px;
    overflow: hidden;
  }
  .information_wrap > .information_inner > .inspection_bg > .inspection_box {
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
    padding-top: 16vw;
    margin-top: -16vw;
  }
  .information_wrap > .information_inner > .inspection_bg > .inspection_box > ul {
    list-style: none;
  }
  .information_wrap > .information_inner > .inspection_bg > .inspection_box > ul > li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 25px 20px 30px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .information_wrap > .information_inner > .inspection_bg > .inspection_box > ul > li:before {
  }
  .information_wrap > .information_inner > .inspection_bg > .inspection_box > ul > li:last-child {
    margin-bottom: 0;
  }
  
.inspection1 {
width: 100%;
line-height: 2;
color: #7E6B5A;
font-size: 1.6rem;
order: 2;
text-align: center;
}

.inspection0 {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.inspection2 {
width: 100%;
margin: 0 auto 20px;
order: 1;
text-align: center;
}

.inspection2 img{
width: 40%;
display: inline-block;

}

.t_left{
text-align: left !important;
display: inline-block;
}

.inspection_h{
margin: 0 0 10px 0;
}


  /*-------------------------------------
  sp 医師紹介
  -------------------------------------*/
  .doctor_wrap {
    padding: 40px 0;
  }
  .doctor_wrap > .doctor_inner {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .doctor_wrap > .doctor_inner > .greeting {
    width: 100%;
  }
  .doctor_wrap > .doctor_inner > .greeting > .left > .title {
    font-size: 2.0rem;
    font-weight: bold;
    color: #33b554;
    margin-bottom: 30px;
  }
  .doctor_wrap > .doctor_inner > .greeting > .left > .text {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .doctor_wrap > .doctor_inner > .greeting > .right > .picture {
    text-align: center;
    max-width: 180px;
    margin: 0 auto 20px;
  }
  .doctor_wrap > .doctor_inner > .greeting > .right > .name {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
  }
  .doctor_wrap > .doctor_inner > .profile_name {
    font-size: 2.0rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .doctor_wrap > .doctor_inner > .profile_name > span {
    font-size: 1.9rem;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div:last-child {
    margin-bottom: 0;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > h3 {
    margin-bottom: 20px;
    color: #80C269;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > .ryakureki {
    padding-bottom: 10px;
    border-bottom: 1px #ddd dotted;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > .ryakureki:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > .ryakureki > div {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > .ryakureki > div:first-child {
    margin-bottom: 5px;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > .ryakureki > div:first-child:before {
    content: '■ ';
    color: #80C269;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > .shozoku {
    font-size: 1.2rem;
  }
  .doctor_wrap > .doctor_inner > .staff_box {
    width: 100%;
    overflow: hidden;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div:last-child {
    margin-bottom: 0;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table > div {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table > div:first-child {
    width: 100px;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table > div > img {
    padding-right: 20px;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table > div > .staff_name {
    margin-bottom: 10px;
    font-size: 1.6rem;
    border-bottom: 1px #DCDCDC solid;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table > div > ul {
    list-style: disc;
    padding-left: 1.2em;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table > div > ul > li {
    margin-bottom: 5px;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .text {
    font-size: 1.3rem !important;
    line-height: 1.5;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div h4 {
    margin-bottom: 25px;
    font-size: 2.3rem;
    color: #80C269;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div .text {
    font-size: 1.5rem;
  }

  /*-------------------------------------
  sp 施設案内
  -------------------------------------*/
  .facilities_wrap {
    padding: 40px 0;
  }
  .facilities_wrap > .facilities_inner {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .facilities_wrap > .facilities_inner > .facilities_box {
    overflow: hidden;
  }
  .facilities_wrap > .facilities_inner > .facilities_box > div {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px #dcdcdc solid;
    border-radius: 10px;
    padding: 10px;
  }
  .facilities_wrap > .facilities_inner > .facilities_box > div:last-child {
    margin-bottom: 0;
  }
  .facilities_wrap > .facilities_inner > .facilities_box > div > .image {
    text-align: center;
    margin-bottom: 15px;
  }
  .facilities_wrap > .facilities_inner > .facilities_box > div h4 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #80C269;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  .facilities_wrap > .facilities_inner > .facilities_box > div .text {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  /*-------------------------------------
  sp よくある質問
  -------------------------------------*/
  .faq_wrap {
    padding: 40px 0;
  }
  .faq_wrap > .faq_inner {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .faq_wrap > .faq_inner > .faq_box {
    margin: 0 auto 30px;
  }
  .faq_wrap > .faq_inner > .faq_box:last-child {
    margin-bottom: 0;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q {
    display: table;
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px #DCDCDC solid;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div {
    display: table-cell;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div:first-child {
    width: 40px;
    text-align: left;
    vertical-align: top;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div:last-child {
    padding-right: 40px;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div > .faq_q_icon {
    padding: 5px 10px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    background-color: #80C269;
    border-radius: 5px;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div > .faq_q_text {
    padding-top: 0.5rem;
    display: block;
    font-size: 1.4rem;
    color: #80C269;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div > .plus_icon,
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div .minus_icon {
    position: absolute;
    top: 0;
    right: 10px;
    color: #80C269;
    font-size: 2.4rem;
    line-height: 1;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_a {
    padding: 15px;
    line-height: 1.6;
    font-size: 1.3rem;
    background-color: #fafafa;
  }

  /*-------------------------------------
  sp アクセス
  -------------------------------------*/
  .access_wrap {
    padding: 40px 0 0;
  }
  .access_wrap > .access_inner {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
  }
  .access_wrap > .access_inner > .access_map {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .access_wrap > .access_inner > .access_go {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .access_wrap > .access_inner > .access_go > .access_left {
    margin-bottom: 50px;
  }
  .access_wrap > .access_inner > .access_go > .access_left > div {
    margin-bottom: 30px;
  }
  .access_wrap > .access_inner > .access_go > .access_left > div > .access_title {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #7E6B5A;
  }
  .access_wrap > .access_inner > .access_go > .access_left > div > .access_title > i {
    color: #FAC035;
    font-size: 2.4rem;
    padding-right: 10px;
    line-height: 1;
  }
  .access_wrap > .access_inner > .access_go > .access_left > div > .access_text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.5;
  }
  .access_wrap > .access_inner > .access_go > .access_left > div:last-child {
    margin-bottom: 0;
  }
  .access_wrap > .access_inner > .access_go > .access_right {
    padding: 30px 0;
    background-color: #EEEEEE;
    overflow: hidden;
  }
  .access_wrap > .access_inner > .access_directions {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_image {
    text-align: center;
    margin-bottom: 15px;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_image > img {
    border-radius: 5px;
    max-width: 80%;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_text {
    text-align: left;
    vertical-align: middle;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_text > .number {
    display: table;
    width: 100%;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_text > .number > div {
    display: table-cell;
    font-size: 1.4rem;
    color: #7e6b5a;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_text > .number > div:first-child {
    padding-right: 5px;
    vertical-align: top;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_text > .number > div > span {
    font-size: 1.4rem;
  }
  .access_wrap > .access_inner > .access_directions > .access_arrow > div {
    text-align: center;
  }
  .access_wrap > .access_inner > .access_directions > .access_arrow > .arrow {
    text-align: center;
    padding: 15px 0;
  }
  .access_wrap > .access_inner > .access_directions > .access_arrow > .arrow > i {
    font-size: 3rem;
    color: #B5B5B5;
  }

  .gg_map_access {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .gg_map_access iframe,
  .gg_map_access object,
  .gg_map_access embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.prof__w{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}

.prof1{
width: 100%;
background-color: #fff;
border-radius: 10px;
padding: 30px 25px;
margin: 0 0 25px 0;
}

.prof1 h3{
margin-bottom: 20px;
color: #80C269;
font-size: 2rem;
font-weight: bold;
line-height: 1;
}

.prof1a{
margin: 0 0 20px 0;
}

.prof1a:last-child{
margin: 0 0 0 0;
}



.prof1b{
font-weight: bold;
color: #80c269;
}

.prof1c{
}

.prof2{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}

.prof3{
width: 100%;
background-color: #fff;
border-radius: 10px;
padding: 30px 25px;
margin: 0 0 25px 0;
}

.prof3 h3{
margin-bottom: 20px;
color: #80C269;
font-size: 2rem;
font-weight: bold;
line-height: 1;
}

.prof3a{
}


.t_bold_green{
font-size: 1.6rem;
font-weight: bold;
color: #80c269;
}

.t_bold_lightbrown{
font-size: 2rem;
font-weight: bold;
color: #7e6b5a;
margin: 0 0 0 5px;
}




.accessinfo__w{
margin: 0 0 40px 0;
}

.accessinfo_tbl{
width: 100%;
margin: 0 auto;
}

.accessinfo_tbl tr{
border-bottom: 5px solid #fff;
}

.accessinfo_tbl th{
width: 30%;
padding: 20px 0;
vertical-align: middle;
background: #fafafa;
font-size: 1.4rem;
}

.accessinfo_tbl td{
width: 70%;
padding: 20px 15px;
font-size: 1.4rem;
}

.alink{
margin-top: -16vw !important;
padding-top: 16vw;
}




.info_i{
width: 80%;
margin: 0 auto;
}

.info_i img{
width: 100%;
}


.map_illust1{
width: 90%;
margin: 0 auto;
}
.map_illust1 img{
width: 100%;
}

.map_illust2{
width: 100%;
margin: 20px auto 0;
border: solid 1px #ffea79;
background: #fffbe0;
border-radius: 3px;
padding: 10px 20px;
font-size: 1.3rem;
line-height: 1.8;
}

.map_illust2 p{
}



.parking{
width: 100%;
margin: 20px 0;
}

.parking img{
width: 100%;
border-radius: 3px;
}






}
/*sp*/



















/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  #ul_contents_wrap {
    background: url("../img/common/ul_bg1.png") no-repeat top center;
  }

  /*-------------------------------------
  下層メインイメージ
  -------------------------------------*/
  .ul_main_image_wrap {

  }
  .ul_main_image_wrap > .ul_main_image_inner {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .ul_main_image_wrap > .ul_main_image_inner > .image > img {
    border-radius: 20px;
  }
  .ul_main_image_wrap > .ul_main_image_inner > .text {
    opacity: 0;
    position: absolute;
    top: 135px;
    left: 50px;
    width: 350px;
    height: 350px;
    background-color: rgba(234, 143, 12, 0.8);
    border-radius: 350px;
    font-size: 4.5rem;
    color: #fff;
    text-align: center;
    line-height: 350px;
    letter-spacing: 2px;
    transform: scale(0.1);
    transition: all 0.5s;
    font-weight: bold;
  }
  .ul_main_image_wrap > .ul_main_image_inner > .visible {
    transform: scale(1);
    opacity: 1 !important;
  }

  /*-------------------------------------
  診療案内
  -------------------------------------*/
  .information_wrap {
    padding: 100px 0;
  }
  .information_wrap > .information_inner {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  .information_wrap > .information_inner > .information_title {
    width: 810px;
    margin: 0 auto 60px;
  }
  .information_wrap > .information_inner > .information_title:last-child {
    margin-bottom: 0;
  }
  .information_wrap > .information_inner > .information_title > h3 {
    margin-bottom: 20px;
    color: #80C269;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
  }
  .information_wrap > .information_inner > .information_title > .text {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .information_wrap > .information_inner > .information_title > .information_box {
    width: 100%;
    padding: 20px 50px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    border: 1px #ddd solid;
  }
  .information_wrap > .information_inner > .information_title > .information_box > ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .information_wrap > .information_inner > .information_title > .information_box > ul > li {
    float: left;
    width: 30%;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
    padding-bottom: 10px;
    padding-right: 2em;
    margin-right: 5%;
  }
  .information_wrap > .information_inner > .information_title > .information_box > ul > li:nth-child(3n+3) {
    margin-right: 0;
  }
  .information_wrap > .information_inner > .information_title > .information_box > ul > li:nth-last-child(-n+3) {
    padding-bottom: 0;
  }
  .information_wrap > .information_inner > .information_title > .information_box > ul > li:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background-color: #80C269;
  }
  .information_wrap > .information_inner > .information_title > .information_button {
    text-align: right;
  }
  .information_wrap > .information_inner > .information_title > .information_button > a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #80C269;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 5px;
    transition: all .3s;
  }
  .information_wrap > .information_inner > .information_title > .information_button > a:hover {
    background-color: #aed89f;
  }
  .information_wrap > .information_inner > .information_title > .information_button > a > i {
    padding-right: 10px;
  }
  .information_wrap > .information_inner > .inspection_bg {
    width: 810px;
    margin: 0 auto;
    overflow: hidden;
  }
  .information_wrap > .information_inner > .inspection_bg > .inspection_box {
    width: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
    padding-top: 220px;
    margin-top: -220px;
  }
  .information_wrap > .information_inner > .inspection_bg > .inspection_box > ul {
    list-style: none;
  }
  .information_wrap > .information_inner > .inspection_bg > .inspection_box > ul > li {
    width: 100%;
    margin-bottom: 35px;
    padding: 30px 25px 30px 30px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .information_wrap > .information_inner > .inspection_bg > .inspection_box > ul > li:nth-child(odd) {

  }
  .information_wrap > .information_inner > .inspection_bg > .inspection_box > ul > li:nth-child(even) {
  }
  .information_wrap > .information_inner > .inspection_bg > .inspection_box > ul > li:nth-last-child(-n+2) {

  }

.inspection1 {
width: 75%;
line-height: 2;
color: #7E6B5A;
font-size: 1.6rem;
}


.inspection0 {
width: 100%;
display: flex;
justify-content: space-between;
}

.inspection100 {
width: 100%;
line-height: 2;
color: #7E6B5A;
font-size: 1.6rem;
}

.inspection2 {
width: 20%;
}

.inspection2 img{
width: 100%
}

.inspection_h{
line-height: 1.5;
margin: 0 0 15px 0;
}

  /*-------------------------------------
  施設案内
  -------------------------------------*/
  .facilities_wrap {
    padding: 100px 0;
  }
  .facilities_wrap > .facilities_inner {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  .facilities_wrap > .facilities_inner > div.facilities_box {
    width: 870px;
    margin: 0 auto;
    overflow: hidden;
  }
  .facilities_wrap > .facilities_inner > div.facilities_box > div {
    width: 48%;
    float: left;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px #dcdcdc solid;
    border-radius: 10px;
    padding: 25px;
  }
  .facilities_wrap > .facilities_inner > div.facilities_box > div:nth-child(odd) {
    margin-right: 2%;
  }
  .facilities_wrap > .facilities_inner > div.facilities_box > div:nth-child(even) {
    margin-left: 2%;
  }
  .facilities_wrap > .facilities_inner > div.facilities_box > div:last-child {
    margin-bottom: 0;
  }
  .facilities_wrap > .facilities_inner > div.facilities_box > div:nth-last-child(2) {
    margin-bottom: 0;
  }
  .facilities_wrap > .facilities_inner > div.facilities_box > div > .image {
    text-align: center;
    margin-bottom: 35px;
  }
  .facilities_wrap > .facilities_inner > div.facilities_box > div h4 {
    margin-bottom: 25px;
    font-size: 2.3rem;
    color: #80C269;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .facilities_wrap > .facilities_inner > div.facilities_box > div .text {
    font-size: 1.7rem;
  }

  /*-------------------------------------
  医師紹介
  -------------------------------------*/
  .doctor_wrap {
    padding: 100px 0;
  }
  .doctor_wrap > .doctor_inner {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  .doctor_wrap > .doctor_inner > .greeting {
    display: table;
    width: 914px;
    margin: 0 auto;
  }
  .doctor_wrap > .doctor_inner > .greeting > div {
    display: table-cell;
    vertical-align: top;
  }
  .doctor_wrap > .doctor_inner > .greeting > .left {
    padding-right: 100px;
  }
  .doctor_wrap > .doctor_inner > .greeting > .left > .title {
    font-size: 2.3rem;
    font-weight: bold;
    color: #33b554;
    margin-bottom: 40px;
  }
  .doctor_wrap > .doctor_inner > .greeting > .left > .text {
    font-size: 1.6rem;
  }
  .doctor_wrap > .doctor_inner > .greeting > .right {
    width: 320px;
  }
  .doctor_wrap > .doctor_inner > .greeting > .right > .picture {
    margin-bottom: 30px;
  }
  .doctor_wrap > .doctor_inner > .greeting > .right > .name {
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .doctor_wrap > .doctor_inner > .profile_name {
    font-size: 2.7rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .doctor_wrap > .doctor_inner > .profile_name > span {
    font-size: 1.9rem;
  }
  .doctor_wrap > .doctor_inner > .profile_box {
    width: 960px;
    margin: 0 auto;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div {
    width: 48%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 25px;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div:nth-child(odd) {
    margin-right: 2%;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div:nth-child(even) {
    margin-left: 2%;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > h3 {
    margin-bottom: 20px;
    color: #80C269;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > .ryakureki {
    display: table;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > .ryakureki > div {
    display: table-cell;
    font-size: 1.4rem;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > .ryakureki > div:first-child {
    width: 145px;
    margin-right: 20px;
  }
  .doctor_wrap > .doctor_inner > .profile_box > div > .shozoku {
    font-size: 1.4rem;
  }
  .doctor_wrap > .doctor_inner > .staff_box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div {
    width: 48%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 40px;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div:nth-child(odd) {
    margin-right: 2%;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div:nth-child(even) {
    margin-left: 2%;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table {
    display: table;
    margin-bottom: 20px;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table > div {
    display: table-cell;
    vertical-align: top;
    font-size: 1.5rem;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table > div > img {
    padding-right: 20px;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table > div > .staff_name {
    margin-bottom: 10px;
    font-size: 2.7rem;
    border-bottom: 1px #DCDCDC solid;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table > div > ul {
    list-style: disc;
    padding-left: 1.2em;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .staff_table > div > ul > li {
    margin-bottom: 5px;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div > .text {
    font-size: 1.5rem;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div h4 {
    margin-bottom: 25px;
    font-size: 2.3rem;
    color: #80C269;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .doctor_wrap > .doctor_inner > .staff_box > div .text {
    font-size: 1.5rem;
  }

  /*-------------------------------------
  よくある質問
  -------------------------------------*/
  .faq_wrap {
    padding: 100px 0;
  }
  .faq_wrap > .faq_inner {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  .faq_wrap > .faq_inner > .faq_box {
    width: 970px;
    margin: 0 auto 20px;
  }
  .faq_wrap > .faq_inner > .faq_box:last-child {
    margin-bottom: 0;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q {
    display: table;
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: 1px #DCDCDC solid;
    cursor: pointer;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div {
    display: table-cell;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div:first-child {
    width: 60px;
    text-align: left;
    vertical-align: top;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div:last-child {
    padding-right: 50px;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div > .faq_q_icon {
    padding: 8px 15px;
    text-align: center;
    font-size: 2.0rem;
    color: #fff;
    font-weight: bold;
    background-color: #80C269;
    border-radius: 5px;
    line-height: 1.4;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div > .faq_q_text {
    font-size: 2.0rem;
    color: #80C269;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div > .plus_icon,
  .faq_wrap > .faq_inner > .faq_box > .faq_q > div .minus_icon {
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 10px;
    color: #80C269;
    font-size: 3.0rem;
    line-height: 1;
  }
  .faq_wrap > .faq_inner > .faq_box > .faq_a {
    padding: 20px 30px;
    line-height: 2;
    font-size: 1.6rem;
    background-color: #fafafa;
  }

  /*-------------------------------------
  アクセス
  -------------------------------------*/
  .access_wrap {
    padding: 100px 0 0;
  }
  .access_wrap > .access_inner {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    clear: both;
  }
  .access_wrap > .access_inner > .access_map {
    width: 960px;
    margin: 0 auto 100px;
    overflow: hidden;
  }
  .access_wrap > .access_inner > .access_go {
    width: 960px;
    margin: 0 auto 40px;
    display: table;
  }
  .access_wrap > .access_inner > .access_go > div {
    display: table-cell;
  }
  .access_wrap > .access_inner > .access_go > .access_left {
    padding-right: 20px;
  }
  .access_wrap > .access_inner > .access_go > .access_left > div {
    margin-bottom: 20px;
  }
  .access_wrap > .access_inner > .access_go > .access_left > div > .access_title {
    margin-bottom: 10px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #7E6B5A;
  }
  .access_wrap > .access_inner > .access_go > .access_left > div > .access_title > i {
    color: #FAC035;
    font-size: 3.0rem;
    padding-right: 10px;
    line-height: 1;
  }
  .access_wrap > .access_inner > .access_go > .access_left > div > .access_text {
    font-size: 1.6rem;
  }
  .access_wrap > .access_inner > .access_go > .access_right {
    width: 512px;
    margin: 0;
    padding: 30px 0;
    background-color: #EEEEEE;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    box-sizing: border-box;
  }
  .access_wrap > .access_inner > .access_directions {
    width: 818px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px #ccc solid;
  }
  .access_wrap > .access_inner > .access_directions > .access_image {
    display: table;
    width: 100%;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > div {
    display: table-cell;
    width: 50%;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_image {
    text-align: left;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_image > img {
    border-radius: 10px;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_text {
    text-align: center;
    vertical-align: middle;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_text > .number {
    display: table;
    width: 100%;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_text > .number > div {
    display: table-cell;
    font-size: 2.0rem;
    color: #7e6b5a;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    line-height: 1.5;
  }
  .access_wrap > .access_inner > .access_directions > .access_image > .directions_text > .number > div:first-child {
    width: 1.5em;
    font-size: 0.8em;
    vertical-align: top;
  }
  .access_wrap > .access_inner > .access_directions > .access_arrow {
    display: table;
    width: 100%;
  }
  .access_wrap > .access_inner > .access_directions > .access_arrow > div {
    display: table-cell;
    width: 50%;
  }
  .access_wrap > .access_inner > .access_directions > .access_arrow > .arrow {
    text-align: center;
    padding: 20px 0;
  }
  .access_wrap > .access_inner > .access_directions > .access_arrow > .arrow > i {
    font-size: 3.5rem;
    color: #B5B5B5;
  }

  .gg_map_access {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .gg_map_access iframe,
  .gg_map_access object,
  .gg_map_access embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


.prof__w{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}

.prof1{
width: 100%;
background-color: #fff;
border-radius: 10px;
padding: 40px 25px;
margin: 0 0 25px 0;
}

.prof1 h3{
margin-bottom: 20px;
color: #80C269;
font-size: 2.5rem;
font-weight: bold;
line-height: 1;
}

.prof1a{
margin: 0 0 20px 0;
}

.prof1a:last-child{
margin: 0 0 0 0;
}



.prof1b{
font-weight: bold;
color: #80c269;
}

.prof1c{
}

.prof2{
display: flex;
flex-wrap: wrap;
width: 100%;
justify-content: space-between;
}

.prof3{
width: 32%;
background-color: #fff;
border-radius: 10px;
padding: 40px 25px;
}

.prof3 h3{
margin-bottom: 20px;
color: #80C269;
font-size: 2.5rem;
font-weight: bold;
line-height: 1;
}

.prof3a{

}

.t_bold_green{
font-size: 2rem;
font-weight: bold;
color: #80c269;
}

.t_bold_lightbrown{
font-size: 2.4rem;
font-weight: bold;
color: #7e6b5a;
margin: 0 0 0 5px;
}

.accessinfo__w{
margin: 0 0 60px 0;
}

.accessinfo_tbl{
width: 80%;
margin: 0 auto;
}

.accessinfo_tbl tr{
    border-bottom: 5px solid #fff;
    }

.accessinfo_tbl th{
width: 30%;
padding: 30px 0;
vertical-align: middle;
background: #fafafa;
}

.accessinfo_tbl td{
width: 70%;
padding: 30px 50px;
}

.map_illust1{
width: 90%;
margin: 0 auto;
}
.map_illust1 img{
width: 100%;
}

.map_illust2{
width: 100%;
margin: 20px auto 0;
border: solid 1px #ffea79;
background: #fffbe0;
border-radius: 3px;
padding: 10px 20px;
font-size: 1.5rem;
line-height: 1.8;
}

.map_illust2 p{

}

.info_flex{
display: flex;
justify-content: space-between;
width: 100%;
}

.info_flex1{
width: 60%;
}


.info_i{
width: 35%;
}

.info_i img{
width: 100%;
}

.alink{
    margin-top: -220px !important;
    padding-top: 220px !important;
}

.parking{
width: 100%;
margin: 40px 0;
}

.parking img{
width: 100%;
border-radius: 3px;
}
















}
/*PC*/
