@charset "UTF-8";

/* under共通
----------------------------------------------- */
.under .container {
  max-width: 1180px;
    width: 90%;
    margin: 0 auto;
}
.under .wrapper {
  padding-top: 130px;
}
.under .u_sec {
  padding: 0 0 100px;
}
.under .u_sec_title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  background: #f8f8f8;
}
.under .u_sec_title:before,
.under .u_sec_title:after {
  content: '';
  height: 2px;
  flex-grow: 1;
  background-color: #008d1f;
}
.under .u_sec_title .u_sec_title_inner {
  padding: 22px 50px 15px;
}
.under .u_sec_title h2 {
  font-size: 26px;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #008D1F;
}
.under .u_sec_title .u_h2_ja {
  font-size: 15px;
  color: #008D1F;
}
.link {
  margin-top: -135px;
  padding-top: 135px;
}

.under dl dt, .under dl dd {
  font-size: 18px;
  line-height: 2;
  border-bottom: 1px solid #C4C4C4;
  padding: 30px;
}
.under dl dt {
  width: 25%;
  padding-left: 50px;
}
.under dl dd {
  width: 75%;
}
.under .tab_area {
  border-bottom: 1px solid #000;
}
.under .tab_area ul {
  gap: 10px 30px;
  /*max-width: 800px;
  width: 90%;*/
  max-width: unset;
  width: 95%;
  margin: 30px auto 0;
}
.under .tab_area .tab_item {
    width: calc(100% / 4 - 22.5px);
}
.under .tab_area a {
    font-size: 18px;
    /*color: #0b9110;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #4CAF50;*/
    text-align: center;
    display: block;
    background-color: #ecebe7;
    color: #000;
    padding: 12px 0;
}
.under .tab_area .tab_item a:hover,
.under .tab_area .tab_item.is-active a {
  color: #fff;
  background-color: #0096e0;
}
.under .tab_contents_area {
  padding: 80px 0 0;
}
.under .tab_contents_area .tab_contents {
	display: none;
}
.under .tab_contents_area .tab_contents.is-active {
	display: block;
	text-align: center;
}
.under .first_text{
	max-width: 960px;
    margin: 0 auto 74px;
	padding: 0 3%;
}



@media only screen and (max-width: 1280px) {
  .under .wrapper {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 1024px) {
  .under .wrapper {
    padding-top: 80px;
  }
  .under .u_sec {
    padding: 0 0 80px;
  }
  .under .u_sec_title {
    margin-bottom: 80px;
  }
  .under .u_sec_title h2 {
    font-size: 22px;
  }
  .under .u_sec_title .u_h2_ja {
    font-size: 15px;
  }
  .link {
    margin-top: -100px;
    padding-top: 100px;
  }

  .under dl dt, .under dl dd {
    font-size: 16px;
  }
  .under .tab_contents_area {
    padding: 50px 0 0;
  }
  .under .tab_area a {
    font-size: 16px;
  }
}



@media only screen and (max-width: 768px) {
  .under .wrapper {
    padding-top: 60px;
  }
  .under .u_sec {
    padding: 0 0 60px;
  }
  .under .u_sec_title {
    margin-bottom: 50px;
  }

  .under dl dt, .under dl dd {
    padding: 20px;
  }
  .under dl dt {
    width: 30%;
    padding-left: 20px;
  }
  .under dl dd {
    width: 70%;
  }

  .link {
    margin-top: -85px;
    padding-top: 85px;
  }
}

@media only screen and (max-width: 479px) {
  .under .wrapper {
    padding-top: 58px;
  }
  .under .u_sec {
    padding: 0 0 40px;
  }
  .under .u_sec_title {
    margin-bottom: 30px;
  }
  .under .u_sec_title .u_sec_title_inner {
    padding: 15px 30px;
  }
  .under .u_sec_title h2 {
    font-size: 18px;
  }
  .under .u_sec_title .u_h2_ja {
    font-size: 12px;
  }
  .link {
    margin-top: -65px;
    padding-top: 65px;
  }

  .under dl dt, .under dl dd {
    font-size: 13px;
    line-height: 1.5;
  }
  .under dl dt {
    font-weight: bold;
    width: 100%;
    border-bottom: none;
    padding: 10px;
  }
  .under dl dd {
    width: 100%;
    padding: 0 10px 10px 30px;
  }
  .under .tab_area ul {
    gap: 10px;
  }
  .under .tab_area .tab_item {
    width: calc( 100% / 2 - 5px );
  }
  .under .tab_area a {
    font-size: 13px;
  }
  .under .tab_contents_area {
    padding: 30px 0 0;
  }

  .under .first_text{
  	margin: 0 auto 40px;
  }
}

@media only screen and (max-width: 370px) {
  .under .u_sec_title .u_sec_title_inner {
    padding: 0 20px;
  }
  .under .u_sec_title h2 {
    font-size: 22px;
  }
  .under .u_sec_title .u_h2_ja {
    font-size: 14px;
  }
  .under .tab_area a {
    font-size: 13px;
  }
}



/* u_title_area
----------------------------------------------- */
.under .u_title_area {
	text-align: center;
}
.under .u_title_area .u_title {
  padding: 90px 0 70px;
}
.under .u_title_area .u_title h1 {
  font-size: 45px;
  letter-spacing: 3px;
  font-weight: 500;
}
.under .u_title_area .u_title .u_title_en {
  font-size: 18px;
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  color: #e50050;
}

.column .u_title_area {
  background-image: url(../images/column_title_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
.column .u_title_area::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 350px;
	background-color: rgba(0,0,0,0.4);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
.column .u_title_area .u_title {
  padding: 130px 0;
  position: relative;
  z-index: 10;
}
.column .u_title_area .u_title h1 {
  color: #fff;
  margin: 0;
}
.column .u_title_area .u_title h1 span.num {
  font-size: 45px;
  font-weight: 500;
  margin-right: 40px;
}
/*.column .u_title_area .u_title h1 span.num::before {
  content: '#';
}*/



@media only screen and (max-width: 1024px) {
  .under .u_title_area .u_title h1 {
    font-size: 22px;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 16px;
  }

  .column .u_title_area .u_title {
    padding: 80px 0;
  }
  .column .u_title_area .u_title h1 span.num {
    font-size: 35px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .under .u_title_area {
  	margin-bottom: 50px;
  }
  .under .u_title_area .u_title {
    padding: 75px 0 0;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 15px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 479px) {
  .under .u_title_area {
    margin-bottom: 30px;
  }
  .under .u_title_area .u_title {
    padding: 60px 0 0;
  }
  .under .u_title_area .u_title h1 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.6;
  }
  .under .u_title_area .u_title .u_title_en {
    font-size: 12px;
  }

  .column .u_title_area .u_title {
    padding: 50px 0;
  }
  .column .u_title_area .u_title h1 span.num {
    font-size: 28px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 370px) {
  .under .u_title_area .u_title h1 {
    font-size: 15px;
  }
}


/* u_main_area
----------------------------------------------- */
.under .u_main_area {
  text-align: center;
}
.under .u_main_area img {
  width: unset;
}
.under .u_main_area .u_main_text {
  margin-top: 30px;
}


@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
  .under .u_main_area .u_main_text {
    margin-top: 20px;
  }
}






/* -----------------------------------------------

	 医院について（referral）

----------------------------------------------- */
#referral .wrapper img {
  width: unset;
}
#referral .mainimg {
	margin-bottom: 30px;
}
#referral .referral_greeting_area  {
  border: 1px solid #ccc;
    border-radius: 15px;
    padding: 8% 6%;
    margin-bottom: 50px;
    background: #fff;
}
#referral .referral_greeting_area .greeting_text {
  width: 70%;
}
#referral .referral_greeting_area .greeting_text .sec_p {
  text-align: justify;
}
#referral .referral_greeting_area .greeting_img {
  width: 20%;
}
#referral .profile_area {
	border-top: 1px solid #C4C4C4;
    margin-top: 45px;
    padding-top: 20px;
}
#referral .profile_area .tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 13px;
}
#referral .profile_area ul {
 }
#referral .profile_area ul li {
  padding: 8px 0;
    color: #585656;
}
#referral .tab_area .tab_item {
  width: calc(100% / 6 - 25px);
}
#referral .map {
	margin-bottom:30px;}
#referral .map img {
	margin-bottom:15px;}
#referral .route_box_wrap {
	border: 1px solid #ccc;
    border-radius: 15px;
    padding: 5% 4%;
    margin-bottom: 50px;
    background: #fff;
}
#referral .route_box {
	gap:20px 30px;
	margin-bottom: 30px;
}
#referral .route_box .imgerea {
	width: 30%;
}
#referral .route_box .texterea {
	width: 67%;
}
#referral .route_box_wrap .half {
  width: 50%;
}


@media only screen and (max-width: 1024px) {
  #referral .referral_greeting_area .greeting_text .sec_p {
    line-height: 1.6;
  }
  #referral .referral_actionplan_area {
    padding: 50px 60px;
  }
  #referral .tab_area ul {
    gap: 10px 15px;
  }
  #referral .tab_area .tab_item {
    width: calc(100% / 6 - 12.5px);
  }
}

@media only screen and (max-width: 1000px) {
  #referral .tab_area {
    border-bottom: none;
  }
  #referral .tab_area .tab_item {
    width: calc( 100% / 3 - 10px );
  }
}

@media only screen and (max-width: 768px) {
  #referral .referral_greeting_area .greeting_text {
    width: 100%;
    margin-bottom: 30px;
  }
  #referral .referral_greeting_area .greeting_img {
    width: 70%;
    margin: 0 auto;
  }
  #referral .profile_area ul li {
	  font-size: 13px;
  }
  #referral .route_box .imgerea {
  	width: 100%;
    text-align: center;
  }
  #referral .route_box .texterea {
  	width: 100%;
  }
  #referral .route_box .texterea h4 {
    text-align: center;
  }
}


@media only screen and (max-width: 479px) {
  #referral .referral_greeting_area .greeting_img {
    width: 100%;
  }
  #referral .tab_area ul {
    gap: 10px;
  }
  #referral .tab_area .tab_item {
    width: calc( 100% / 3 - 6.7px );
  }
  #referral .route_box_wrap .half {
    width: 100%;
  }
  #referral .route_box_wrap .half + .half {
    margin-top: 20px;
  }
}






/* -----------------------------------------------

	 診療案内（medical）

----------------------------------------------- */
#medical .medical_box{
	gap: 20px 0;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 5% 4%; /*4%*/
	margin-bottom: 50px;  /*80px*/
	background: #fff;
  box-shadow: 2px 2px 10px rgba(215,211,207,0.8);
}
#medical .medical_box .medical_box_texterea{width: 53%; gap: 20px 0;}
#medical .medical_box .medical_box_texterea p.no{
	font-size: 64px;
    font-weight: 500;
    color: #e50050;
    margin-right: 29px;
    line-height: 1;
}
#medical .medical_box .medical_box_texterea h2 {
  margin-bottom: 10px;
}
#medical .medical_box .medical_box_texterea p.en{
  font-size: 13px;
  color: #e50050;
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
}
#medical .medical_box .sub_imgbox{}
#medical .medical_box .sub_imgbox img{}
#medical .medical_box .medical_box_imgerea{width: 40%;}
#medical .medical_noteerea {gap: 20px 70px;}
#medical .medical_notebox {
	gap:20px 0;
	margin: 50px 0;
}
#medical .medical_notebox:last-of-type {
  margin: 50px 0 0;
}
#medical .medical_notebox .imgerea {
	width: 15%;
  background: #e4f1f7;
  border-radius: 100px;
  padding: 10px;
}
#medical .medical_notebox .texterea {
	width: 80%;
}


@media only screen and (max-width: 1400px) {
	#medical .medical_box .medical_box_imgerea{width: 38%;}
}

@media only screen and (max-width: 1024px) {
	#medical .medical_box .medical_box_imgerea{width: 36%;}
  #medical .medical_box .medical_box_texterea p.no{
  	font-size: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #medical .medical_box .medical_box_texterea{
    width: 100%;
    gap: 15px 0;
  }
  #medical .medical_box .medical_box_texterea p:last-of-type {
    width: 100%;
  }
  #medical .medical_box .sub_imgbox {
    gap: 20px 20px;
  }
  #medical .medical_box .sub_imgbox img {
    width: 100%;
  }
	#medical .medical_box .medical_box_imgerea{width: 100%;}
}

@media only screen and (max-width: 479px) {
  #medical .medical_box {
    margin-bottom: 30px;
    padding: 20px;
  }
  #medical .medical_box .medical_box_texterea p.no{
    font-size: 40px;
    margin-right: 15px;
  }
  #medical .medical_box .medical_box_texterea p.en {
    font-size: 12px;
  }
  #medical .medical_notebox .imgerea {
  	width: 30%;
    margin: 0 auto;
  }
  #medical .medical_notebox .texterea {
    width: 100%;
  }
  #medical .medical_notebox .texterea h3 {
    text-align: center;
  }
}









/* -----------------------------------------------

	 お問い合わせ（contact）

----------------------------------------------- */
#contact .contact_tel_area {
  margin-bottom: 50px;
}
#contact .contact_tel_area a {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 5px;
  display: block;
  text-align: center;
}
#contact .contact_tel_area a i {
  margin-right: 20px;
}
#contact .contact_tel_area a:hover {
  color: #e50050;
}



@media only screen and (max-width: 1024px) {
  #contact .contact_tel_area a {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
  #contact .contact_tel_area a {
    font-size: 30px;
    letter-spacing: 3px;
  }
  #contact .contact_tel_area a i {
    margin-right: 10px;
  }
}



/* -----------------------------------------------

	 プライバシーポリシー（privacy）

----------------------------------------------- */
#policy .policy_box {
  margin-bottom: 50px;
}
#policy .policy_box h3 {
  margin-bottom: 20px;
  background-color: #eee;
  padding: 10px;
}
#policy .policy_box p {
  width: 95%;
  margin: 0 auto;
}
#policy .policy_box > div {
  width: 90%;
  margin: 30px auto 0;
}
#policy .policy_box  > div img {
  width: unset;
  margin-right: 50px;
}
#policy .policy_box > div p {
  width: unset;
  margin: unset;
}



@media only screen and (max-width: 1024px) {
  #policy .policy_box > div p {
    width: 100%;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
  #policy .policy_box {
    margin-bottom: 30px;
  }
  #policy .policy_box h3 {
    margin-bottom: 10px;
  }
}




/* -----------------------------------------------

	 ワードプレス共通

----------------------------------------------- */
.vk-mobile-nav-menu-btn {
  display: none;
}
#topix .container {
  padding-right: 0;
  padding-left: 0;
}
#topix dl, #topix ol, #topix ul {
  margin: 0;
  padding: 0;
}
#topix li {
  margin: 0;
  line-height: unset;
}
#topix h1, #topix h2, #topix h3, #topix h4 {
  margin: 0;
  padding: 0;
  border: none;
  background-color: unset;
}
#topix .wrapper p {
  margin: 0;
}
#topix footer {
  border: none;
}
#topix a:hover {
  color: #e50050;
  text-decoration: none;
}
#topix a:focus {
  outline: none;
  text-decoration: none;
}
#topix ul.page-numbers li span.page-numbers.current {
  background-color: #e50050;
}


/* 一覧ページ */
#topix .page-header {
  display: none;
}
#topix .breadSection {
  display: none;
}
#topix.home .wrapper .container {
  max-width: 1000px;
}
#topix.home .postList .media {
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 20px 40px;
  margin-bottom: 30px;
  background-color: #fff;
}
#topix.home .media .media-body h1.entry-title {
  margin-bottom: 15px;
}


/* 詳細ページ */
#topix .entry-header .entry-meta .entry-meta_updated,
#topix .entry-header .entry-meta .entry-meta_items_author {
  display: none;
}
#topix .entry-meta .entry-meta_items_term a {
  pointer-events: none;
}
#topix .entry-footer {
  display: none;
}
#topix.single .siteContent .mainSection {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
}
#topix.single .siteContent .mainSection article {
  margin-bottom: 100px;
}
#topix.single .siteContent .mainSection h1.entry-title {
  font-size: 25px;
}
#topix.single .siteContent .subSection {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 30px 20px;
}
#topix.single .subSection-title:after, h3:after {
  border-color: #e50050;
}
#topix.single .siteContent .subSection .veu_postList .subSection-title {
  font-size: 20px;
  margin-bottom: 10px;
}
#topix.single .siteContent .subSection .veu_postList .subSection-title::after {
  display: none;
}
#topix.single .siteContent .subSection .veu_postList .postList_title {
  margin: 10px 0 0;
}



@media only screen and (max-width: 1024px) {
  #topix.single .siteContent .mainSection h1.entry-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  #topix .row {
    margin-right: 0;
    margin-left: 0;
  }
  #topix .col {
    padding-right: 0;
    padding-left: 0;
  }
  #topix.home .postList .media {
    padding: 20px 30px;
    margin-bottom: 20px;
  }
  .entry-meta .entry-meta_items_term {
    float: right;
    margin-top: 0;
  }
  #topix.single .siteContent .subSection .veu_postList .subSection-title {
    font-size: 18px;
  }
  #topix.single .siteContent .subSection .veu_postList .postList_title {
    font-size: 15px;
  }
}

@media only screen and (max-width: 479px) {
  #topix.home .postList .media {
    padding: 20px;
  }
  .media p {
    font-size: 13px;
  }
  #topix.home .media .media-body h1.entry-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #topix.single .siteContent .mainSection {
    padding: 20px;
  }
  #topix.single .siteContent .mainSection article {
    margin-bottom: 80px;
  }
  #topix.single .siteContent .mainSection h1.entry-title {
    font-size: 18px;
  }
  #topix.single .siteContent .subSection {
    padding: 20px;
  }
  #topix.single .siteContent .subSection .veu_postList .subSection-title {
    font-size: 16px;
  }
  #topix.single .siteContent .subSection .veu_postList .postList_title {
    font-size: 14px;
  }
}



/* -----------------------------------------------

	 （****）

----------------------------------------------- */




@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {

}
