@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/
/************************************** 子テーマ用のスタイルを書く************************************/
/*必要ならばここにコードを書く*/
* {
  font-feature-settings: "palt";
  box-sizing: border-box;
}

body {
  position: relative;
  min-width: 1200px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media screen and (max-width: 768px) {
  body {
    min-width: initial;
  }
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #a98d6f;
}

a[href^="tel:"] {
  pointer-events: none;
}

p {
  text-align: justify;
}

ol,
ul {
  padding-left: 0;
}

li {
  line-height: 1.6em;
}

table {
  text-align: center;
}

table th {
  background-color: #fff;
}

table tr:nth-of-type(2n+1) {
  background-color: #fff;
}

h2,
.widget h2,
.article h2 {
  font-size: 18px;
  padding: 10px;
  background-color: #f9f6f9;
  font-weight: initial;
}

.mail_underline{
	text-decoration:underline;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
  h2,
  .widget h2 {
    padding: 0 20px;
  }
  table {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}

/*ヘッダー*/
#header-container {
  position: relative;
  min-width: 1300px;
}

.header-container-in.hlt-top-menu {
  height: 160px;
  border-bottom: solid 1px #42382d;
}

.header-container-in.hlt-top-menu .logo-header {
  padding: 0;
}

.header-container-in.hlt-top-menu .logo-header img {
  max-height: initial;
  height: 80px;
}

.header-container-in.hlt-top-menu .tagline {
  display: block;
  text-align: left;
}

.psychiatry-reserve_button {
  position: absolute;
  top: 0;
  right: 0;
}

.psychiatry-reserve_button a {
  color: #fff;
  display: block;
  text-align: center;
  background: #42382d;
  height: 160px;
  padding: 25px 20px;
  transition: 0.5s;
	line-height:1.4;
}

.psychiatry-reserve_button a:hover {
  background: #6d5740;
}
.psychiatry-reserve_button a span{
	display: block;
    border-radius: 10px;
    border: #fff solid 1px;
}
.header-in {
  justify-content: flex-start;
  margin: 10px 0 0 10px;
}

.header-in .tagline {
  margin: 0;
}

@media screen and (max-width: 834px) {
  #header-container {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header-container-in.hlt-top-menu {
    height: auto;
  }
  .header-container-in.hlt-top-menu .logo-header {
    padding: 0 20px;
  }
  .header-container-in.hlt-top-menu .logo-header img {
    max-height: initial;
  }
  .header-container-in.hlt-top-menu .tagline {
    text-align: center;
  }
  .psychiatry-reserve_button {
    display: none;
  }
  .header-in {
    justify-content: center;
    margin: 0;
  }
}

/*ヘッダーナビ*/
.header_info {
  display: flex;
  justify-content: flex-end;
}

.header_info li {
  list-style-type: none;
  font-size: 14px;
  line-height: 2.0em;
  margin: 0 20px 0 0;
}

.header_info li:first-child {
  font-size: 18px;
}
.header_info li:last-child {
  text-align:right;
}

.header_info li span.subheading {
  border: solid 1px #42382d;
  padding: 2px;
  margin: 0 5px 0 0;
}

.header_info li span.saturday {
  text-align: left;
  display: block;
  line-height: 1.2;
    font-size: 1rem;
}

.header_info li span.tel-number {
  font-weight: bold;
  padding: 0 0 0 5px;
	font-size: 26px;
}

.header_info li img {
  width: 24px;
  margin: 0;
}

#navi {
  padding: 0 160px 0 0;
}

#navi .navi-in > ul > li > a {
  padding: 0 1em;
  font-weight: bold;
}

#navi .navi-in > ul .sub-menu li {
    background: #f3f0ed;
    font-weight: bold;
}


.sp_header_info {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_info {
    display: none;
  }
  .sp_header_info {
    position:relative;
    display: flex;
    border-bottom: solid 1px #42382d;
  }
  .sp_header_info li {
    list-style-type: none;
    font-size: 3.2vw;
    margin: 10px 5px;
  }
  .sp_header_info li span.subheading {
    border: solid 1px #42382d;
    padding: 2px;
    margin: 0 5px 0 0;
  }
  .sp_header_info li span.saturday {
    text-align: left;
    display: block;
    line-height: 1.0em;
	      margin-top: 4px;
  }
	.sp_header_info li .insta{
		position:absolute;
		right: 10px;
    	top: 10px;
	}
	.sp_header_info li .insta img{
		width:30px;
		height:auto;
	}

}

/*フッター*/
.footer {
  margin-top: 0;
  background-color: #f7f1ec;
}

.footer .footer-bottom {
  margin: 0 0 0 0;
}

.footer_info {
  padding: 40px 0;
  border-top: solid 1px #42382d;
}

.footer_info > ul {
  display: flex;
  justify-content: center;
}

.footer_info > ul > li {
  list-style-type: none;
}

.footer_info > ul .footer_info_left {
  width: 200px;
  margin: 0 50px 0 0;
}

.footer_info > ul .footer_info_left p {
  text-align: center;
  font-size: 13px;
  line-height: 1.6em;
}

.footer_info > ul .footer_info_left img {
  display: block;
  margin: 10px auto;
}

.footer_info > ul .footer_info_left .footer_pay_list {
  border: solid 2px #42382d;
  padding: 10px;
  margin: 0 0 10px 0;
  border-radius: 10px;
}

.footer_info > ul .footer_info_left .footer_info_institution {
  list-style-type: disc;
  padding-left: 20px;
}

.footer_info > ul .footer_info_center {
  width: 500px;
}

.footer_info > ul .footer_info_center .footer_info_main {
  margin: 0 0 30px 0;
}

.footer_info > ul .footer_info_center dl {
  display: flex;
}

.footer_info > ul .footer_info_center dl dt {
  width: 80px;
  font-weight: bold;
}

.footer_info > ul .footer_info_center .footer_info_tel {
  display: flex;
  list-style-type: none;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.footer_info > ul .footer_info_center .footer_info_tel li:first-child {
  line-height: 1.8em;
  font-size: 12px;
  margin: 0 10px 0 0;
}

.footer_info > ul .footer_info_center .footer_info_tel li:last-child {
  font-size: 42px;
  line-height: 1.0em;
}

.footer_info > ul .footer_info_center .footer_info_tel li:last-child img {
  width: 0.6em;
  margin: 0 0.2em 0 0;
}

.footer_info > ul .footer_info_center .footer_info_tel_note {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.footer_info > ul .footer_info_center .footer_info_psychiatry-reserve_button a {
  color: #fff;
  display: block;
  text-align: center;
  background: #42382d;
  padding: 15px 0;
  margin: 20px 0;
  border-radius: 10px;
  font-size: 18px;
  border: solid 1px #fff;
  transition: 0.5s;
}

.footer_info > ul .footer_info_center .footer_info_psychiatry-reserve_button a:hover {
  background-color: #fff;
  color: #42382d;
  border: solid 1px #42382d;
}

.footer_info > ul .footer_info_center .footer_info_psychiatry-reserve_button a:hover::before {
  background-color: #42382d;
}

.footer_info > ul .footer_info_center .footer_info_psychiatry-reserve_button a:hover::after {
  background-color: #42382d;
}

.footer_info > ul .footer_info_center .footer_info_psychiatry-reserve_button a::before {
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 18px;
  width: 16px;
  -webkit-mask: url(/wp-content/uploads/icon/psychiatry-reserve_button.svg);
  mask: url(/wp-content/uploads/icon/psychiatry-reserve_button.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 8px 6px 0;
  transition: 0.5s;
}

.footer_info > ul .footer_info_center .footer_info_psychiatry-reserve_button a::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

.footer_info > ul .footer_info_center table tr.footer_info_hours_01 th {
  background-color: #f7f1ec !important;
}

.footer_info > ul .footer_info_center .footer_info_hours_note {
  text-align: left;
}

.footer_info > ul .footer_info_right {
  width: 400px;
  margin: 0 0 0 50px;
}

.footer_info > ul .footer_info_right iframe {
  width: 400px;
  height: 440px;
}

.footer_info > ul .footer_info_right .footer_info_right_link {
  display: flex;
  justify-content: space-between;
}

.footer_info > ul .footer_info_right .access_direction_link {
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 10px;
  text-align: center;
  width: 280px;
}

.footer_info > ul .footer_info_right .access_direction_link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}

.footer_info > ul .footer_info_right .google_map_link {
  color: #333;
}

.footer_info > ul .footer_info_right .google_map_link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}

.navi-footer-in a:hover {
  background-color: initial;
}

.go-to-top-button {
  background: none;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 0 60px 0;
  }
  .footer_info > ul {
    flex-wrap: wrap;
  }
  .footer_info > ul .footer_info_left {
    width: 90%;
    margin: 0 0 50px 0;
  }
  .footer_info > ul .footer_info_center {
    width: 90%;
    margin: 0 0 50px 0;
  }
  .footer_info > ul .footer_info_center dl {
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #ccc;
  }
  .footer_info > ul .footer_info_center dl dt {
    width: 100%;
  }
  .footer_info > ul .footer_info_center .footer_info_tel {
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  .footer_info > ul .footer_info_center .footer_info_tel li:first-child {
    font-size: 4vw;
  }
  .footer_info > ul .footer_info_center .footer_info_tel li:last-child {
    font-size: 10vw;
  }
  .footer_info > ul .footer_info_right {
    width: 90%;
    margin: 0;
  }
  .footer_info > ul .footer_info_right iframe {
    width: 100%;
  }
  .footer_info > ul .footer_info_right .footer_info_right_link {
    flex-wrap: wrap;
  }
  .footer_info > ul .footer_info_right .access_direction_link {
    width: 100%;
  }
  .footer_info > ul .footer_info_right .google_map_link {
    padding: 20px 0 0 0;
  }
}

/*フッターモバイルナビ*/
.menu-drawer a {
  padding: 16px;
  text-align: left;
  border-bottom: solid 1px #ccc;
}
.menu-drawer .sub-menu li a::before{
	content:"・"
}

.mobile-menu-buttons .menu-button {
  line-height: initial;
}

/*---------TOPページ---------*/
.home .content {
  display: none;
}

.home h2 {
  font-size: 24px;
  background: none;
  font-weight: bold;
}

.content-top,
.content-bottom {
  margin: 0;
}

/*混雑状況（サイド固定）*/
.how_crowded {
  position: absolute;
  top: 440px;
  right: 0;
  z-index: 1;
  width: 120px;
  border: solid 1px #333;
  border-radius: 10px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display:none;
}

.how_crowded .how_crowded_colored {
  background-color: #f7f1ec;
  border-radius: 10px 0 0 0;
  padding: 10px 0 5px 0;
}

.how_crowded .how_crowded_colored .su-posts-default-loop .su-post {
  margin: 0 0 0 0;
  line-height: initial;
}

.how_crowded .how_crowded_colored .modified_date {
  line-height: 1.2em;
}

.how_crowded .how_crowded_colored .modified_date:after {
  content: "更新";
}

.how_crowded .how_crowded_colored .su-post-meta,
.how_crowded .how_crowded_colored .su-post-title,
.how_crowded .how_crowded_colored .su-post-excerpt {
  display: none;
}

.how_crowded .how_crowded_white {
  background-color: #fff;
  border-radius: 0 0 0 10px;
  padding: 0 0 5px 0;
}

.how_crowded .title_bold {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1.2em;
  padding: 0;
}

.how_crowded .title_normal_small {
  display: block;
  text-align: center;
}

.how_crowded .title_bold2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  margin: 0px 0 -5px 5px;
}

.how_crowded .title_bold2 p {
  display: inline;
  font-size: 32px;
  padding: 0 0 0 10px;
}

.how_crowded .title_bold_small {
  display: inline;
  text-align: left;
  font-weight: bold;
  margin: 0;
}

.how_crowded .title_normal_verysmall {
  text-align: center;
  font-size: 14px;
  display: block;
  line-height: 1.2em;
}

@media screen and (max-width: 768px) {
  .how_crowded {
    position: fixed;
    top: initial;
    right: initial;
    bottom: 57px;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    border-top: solid 1px #42382d;
    border-bottom: solid 1px #42382d;
    border-left: 0;
    border-radius: 0;
	display:none;
  }
  .how_crowded div {
    width: 100%;
  }
  .how_crowded .how_crowded_colored {
    border-radius: 0;
    padding: 10px;
  }
  .how_crowded .how_crowded_white {
    border-radius: 0;
    padding: 0 5px;
  }
  .how_crowded .title_bold {
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 1.2em;
    padding: 0;
  }
  .how_crowded .title_normal_small {
    display: inline-block;
  }
  .how_crowded .title_bold2 {
    margin: 0;
  }
  .how_crowded .title_bold2 p {
    display: inline;
    font-size: 20px;
    padding: 0;
  }
  .how_crowded .title_bold_small {
    margin: 0;
  }
  .how_crowded .title_normal_verysmall {
    font-size: 12px;
  }
}

/*オンライン診療リンク（サイド固定）*/
.online_link {
  position: absolute;
  top: 170px;
  right: 0;
  z-index: 1;
  width: 120px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}

.online_link a {
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 1.4em;
  padding: 20px 0;
  color: #333;
  border: solid 1px #333;
  border-radius: 10px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.online_link a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 3px 10px;
}

@media screen and (max-width: 768px) {
  .online_link {
    display: none;
  }
}

.english_link {
  position: absolute;
  top: 290px;
  right: 0;
  z-index: 1;
  width: 120px;
  background-color: #42382d;
  border-radius: 10px 0 0 10px;
}

.english_link a {
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 1.4em;
  padding: 20px 0;
  color: #fff;
}

.english_link a::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 3px 10px;
}

@media screen and (max-width: 768px) {
  .english_link {
    display: none;
  }
}

/*当クリニックの新型コロナウイルス感染対策リンク*/
.covid-19_link {
  width: 520px;
    height: auto;
    display: block;
    font-size: 20px;
    color: #fff;
    background-color: #42382d;
    border-radius: 10px;
    margin: 0 auto 10px;
    text-align: center;
    padding: 10px;
}

.covid-19_link::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .covid-19_link {
	width: 90%;
    font-size: 16px;
    margin: 0 auto 10px;
  }
}
/*mv上の情報*/
.header_mv_info{
	background: #F7F1EC;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.header_mv_info{
    font-size: 18px;
    padding: 10px 0;
}
}


/*mv*/
.mv {
  position: relative;
  background: url(/wp-content/uploads/2021/06/mv.jpg) no-repeat;
  height: 550px;
  background-size: cover;
}

.mv .mv_text {
  position: absolute;
  top: 70px;
left:23%;
  writing-mode: vertical-rl;
  font-size: 32px;
  text-shadow: 1px 2px 3px #fff;
  font-feature-settings: initial;
  letter-spacing: 2px;
}

.mv .mv_text span {
  font-weight: bold;
  display: block;
}

.mv .mv_text span.number {
  text-combine-upright: all;
  display: initial;
}

.mv .mv_text span img {
  width: 30px;
  padding: 7px 0 0 0;
}

@media screen and (max-width: 768px) {
  .mv {
    background: url(/wp-content/uploads/2021/06/mv_sp.jpg) no-repeat;
    height: 460px;
    background-size: cover;
  }
  .mv .mv_text {
    top: 20px;
    left: calc(50% - 90px);
    font-size: 20px;
    font-weight: bold;
    color: #8a7660;
  }
  .mv .mv_text span {
    font-weight: bold;
    color: #333;
    background: #fff;
    height: 10em;
    padding: 3px;
    margin: 0 0 0 8px;
  }
  .mv .mv_text span img {
    width: initial;
    padding: 0;
  }
}

/*TOPページお知らせ投稿*/
.top_news {
  position: absolute;
  bottom: 20px;
  right: 10%;
  width: 560px;
  height: auto;
  background-color: #fffffff2;
  padding: 20px;
}

.top_news .news_list_link {
  position: absolute;
  top: 25px;
  right: 30px;
}

.top_news .news_list_link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 3px 10px;
}

.top_news h2 {
  border-bottom: solid 2px #f7f1ec;
  padding: 0;
  font-size: 20px;
}

.top_news .su-post {
  display: flex;
  margin-bottom: 0 !important;
  line-height: 1.2em !important;
}

.top_news .su-post:first-child {
  margin: 20px 0 0 0;
}

.top_news .su-post .su-post-meta {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 10px 0;
  width: 30%;
}

.top_news .su-post .modified_date {
  display: none;
}

.top_news .su-post .su-post-title {
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}

.top_news .su-post .su-post-excerpt,
.top_news .su-post .su-post-comments-link {
  display: none;
}

@media screen and (max-width: 768px) {
  .top_news {
    bottom: 10px;
    right: 0%;
    width: calc(100% - 20px);
    padding: 10px;
    margin: 0 10px 0 0;
  }
  .top_news .news_list_link {
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .top_news h2 {
    padding: 0 0 0 0;
  }
  .top_news .su-post {
    line-height: 1.0em !important;
  }
  .top_news .su-post:first-child {
    margin: 10px 0 0 0;
  }
  .top_news .su-post .su-post-meta {
    font-size: 11px;
    width: 90px;
  }
  .top_news .su-post .su-post-title {
    width: calc(100% - 80px);
    font-size: 14px;
  }
  .top_news .su-post .su-post-excerpt,
  .top_news .su-post .su-post-comments-link {
    display: none;
  }
}

/*ＴＯＰ予約コメントリンク*/
.top_psychiatry_reserve_link {
  width: 100%;
  height: 80px;
  display: flex;
  font-size: 24px;
  color: #333;
  background-color: #f7f1ec;
  align-items: center;
  justify-content: center;
}

.top_psychiatry_reserve_link .psychiatry_reserve_link {
  background: #fff;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  border: solid 1px #333;
  margin: 0 0 0 20px;
  transition: 0.5s;
}

.top_psychiatry_reserve_link .psychiatry_reserve_link:hover {
  color: #fff;
  background-color: #42382d;
}

.top_psychiatry_reserve_link .psychiatry_reserve_link:hover::after {
  background-color: #fff;
}

.top_psychiatry_reserve_link .psychiatry_reserve_link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 3px 8px;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .top_psychiatry_reserve_link {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
  }
  .top_psychiatry_reserve_link p {
    margin: 20px 20px 10px 20px;
  }
  .top_psychiatry_reserve_link .psychiatry_reserve_link {
    margin: 0 0 20px 0;
  }
}

/*ＴＯＰ予約コメントリンク*/
.top_points ul {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background: linear-gradient(to right, #f7feff 0, #fefcfe 50%, #fffafd 100%);
}

.top_points ul li {
  list-style-type: none;
  padding: 0 20px;
}

.top_points ul li img {
  height: 111px;
}

@media screen and (max-width: 768px) {
  .top_points ul {
    flex-wrap: wrap;
  }
  .top_points ul li {
    padding: 0;
  }
  .top_points ul li img {
    height: 100px;
  }
}

/*ＴＯＰ導入文*/
.top_lead {
  padding: 80px 0;
}

.top_lead .top_lead_text1 {
  text-align: center;
  font-size: 24px;
  margin: 0 0 40px 0;
}

.top_lead .top_lead_text2 {
  font-size: 18px;
  width: 800px;
  margin: 0 auto 40px;
}
.top_lead .biyo_banner_link {
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.top_lead .pc.online_banner_link {
  display: block;
  text-align: center;
}

.top_lead .sp.online_banner_link {
  display: none;
}

.top_lead .direction_link {
  width: 300px;
  padding: 10px;
  display: block;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(to right, #8ad3eb 0, #b8bddc 50%, #f3a0c8 100%);
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}

.top_lead .direction_link::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 3px 10px;
}

@media screen and (max-width: 768px) {
  .top_lead {
    padding: 40px 0;
  }
  .top_lead .top_lead_text1 {
    text-align: left;
    font-size: 20px;
    margin: 0 20px 20px;
  }
  .top_lead .top_lead_text2 {
    font-size: 16px;
    width: 90%;
    margin: 0 auto 20px;
  }
  .top_lead .pc.online_banner_link {
    display: none;
  }
  .top_lead .sp.online_banner_link {
    display: block;
    text-align: center;
  }
  .top_lead .direction_link {
    width: 90%;
    font-size: 16px;
  }
  .top_lead .direction_link::after {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.8rem;
    -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
    mask: url(/wp-content/uploads/icon/arrow_right.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    margin: 0 0 3px 10px;
  }
}

/*ＴＯＰ診療のご案内*/
.medical_treatment {
  padding: 80px 0;
  background: linear-gradient(to right, #f7feff 0, #fefcfe 50%, #fffafd 100%);
}

.medical_treatment h2 {
  text-align: center;
}

.medical_treatment h2 + p {
  text-align: center;
  margin: 0 0 60px 0;
}

.medical_treatment .medical_subjects {
  display: flex;
  padding: 0;
}

.medical_treatment .medical_subjects .medical_content {
  border: solid 1px #42382d;
  background: #fff;
  display: block;
  width: 500px;
  margin: 150px auto 100px;
  padding: 50px 30px;
}

.medical_treatment .medical_subjects .medical_content h3 {
  text-align: center;
  margin:0 0 10px 0;
}

.medical_treatment .medical_subjects .medical_content h3 + p {
  margin: 0 0 20px 0;
}

.medical_treatment .medical_subjects .medical_content2 {
  border: solid 1px #42382d;
  background: #fff;
  display: block;
  width: 800px;
  margin: 0 auto 60px;
  padding: 50px 30px;
}

.medical_treatment .medical_subjects .medical_content2 h3 {
  text-align: center;
	margin:0 0 10px 0;
}

.medical_treatment .medical_subjects .medical_content2 h3 + p {
  margin: 0 0 20px 0;
}

.medical_treatment .medical_subjects .symptoms {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  font-weight: bold;
}

.medical_treatment .medical_subjects .symptoms li {
  margin: 0 15px 10px 0;
  list-style-type: none;
  font-weight: bold;
}

.medical_treatment .medical_subjects .symptoms li a {
  text-decoration: underline;
}

.medical_treatment .medical_subjects .symptoms li.big {
  font-size: 24px;
  line-height: 1.0em;
}
.medical_treatment .medical_subjects .symptoms li.bigbig {
  font-size: 32px;
    line-height: 0.6em;
}

.medical_treatment .medical_subjects .dermatology {
  background-image: url(/wp-content/uploads/2021/06/dermatology_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 500px;
  width: 100%;
  list-style-type: none;
}

.medical_treatment .medical_subjects .psychiatry {
  background-image: url(/wp-content/uploads/2021/06/psychiatry_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 500px;
  width: 100%;
  list-style-type: none;
}

.medical_treatment .medical_subjects .internal_medicine {
  background-repeat: no-repeat;
  width: 100%;
  list-style-type: none;
}

.medical_treatment .medical_subjects .link {
  padding: 10px;
  display: block;
  font-size: 18px;
  color: #333;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  border: solid 1px #333;
}

.medical_treatment .medical_subjects .link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 3px 10px;
}

@media screen and (max-width: 768px) {
  .medical_treatment {
    padding: 40px 0;
  }
  .medical_treatment h2 + p {
    text-align: left;
    margin: 0 auto 30px;
    width: 90%;
  }
  .medical_treatment .medical_subjects {
    flex-wrap: wrap;
  }
  .medical_treatment .medical_subjects .medical_content {
    width: 90%;
    margin: 40px auto 20px;
    padding: 30px 15px;
  }
  .medical_treatment .medical_subjects .medical_content h3 {
    text-align: center;
  }
  .medical_treatment .medical_subjects .medical_content h3 + p {
    margin: 0 0 20px 0;
  }
  .medical_treatment .medical_subjects .medical_content2 {
    width: 90%;
    margin: 20px auto;
    padding: 30px 15px;
  }
  .medical_treatment .medical_subjects .medical_content2 h3 {
    text-align: center;
  }
  .medical_treatment .medical_subjects .medical_content2 h3 + p {
    margin: 0 0 20px 0;
  }
  .medical_treatment .medical_subjects .symptoms {
    flex-wrap: wrap;
  }
  .medical_treatment .medical_subjects .symptoms li {
    margin: 0 15px 10px 0;
  }
  .medical_treatment .medical_subjects .symptoms li.big {
    font-size: 20px;
  }
  .medical_treatment .medical_subjects .dermatology {
    background-size: auto 100%;
  }
  .medical_treatment .medical_subjects .psychiatry {
    background-size: auto 100%;
  }
  .medical_treatment .medical_subjects .link {
    font-size: 16px;
  }
}

.medical_treatment_other {
  padding: 80px 0px;
  background-color: #f7f1ec;
}

.medical_treatment_other li {
  list-style-type: none;
}

.medical_treatment_other h2 {
  text-align: center;
}

.medical_treatment_other h2 + p {
  text-align: center;
  margin: 0 0 60px 0;
}

.medical_treatment_other .medical_subjects {
  display: flex;
  padding: 50px 0 0 0;
  justify-content: space-evenly;
}

.medical_treatment_other .medical_subjects .medical_content3 {
  border: solid 1px #42382d;
  background: #fff;
  width: 400px;
  height: 400px;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.medical_treatment_other .medical_subjects .medical_content3 h3 {
  text-align: center;
}

.medical_treatment_other .medical_subjects .medical_content3 h3 + p {
  margin: 0 0 20px 0;
}

.medical_treatment_other .medical_subjects .link {
  padding: 10px;
  display: block;
  font-size: 18px;
  color: #333;
  margin: auto 0 0;
  border-radius: 10px;
  text-align: center;
  border: solid 1px #333;
}

.medical_treatment_other .medical_subjects .link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 3px 10px;
}

@media screen and (max-width: 768px) {
  .medical_treatment_other {
    padding: 40px 0px;
  }
  .medical_treatment_other h2 + p {
    margin: 0 0 20px 0;
  }
  .medical_treatment_other .medical_subjects {
    padding: 20px 0 0 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .medical_treatment_other .medical_subjects .medical_content3 {
    width: 90%;
    height: auto;
    padding: 30px 15px;
    margin: 0 auto 20px;
  }
  .medical_treatment_other .medical_subjects .link {
    font-size: 16px;
  }
}

/*ＴＯＰトピックス*/
.clinic_director {
  background-color: #f7f1ec;
}

.clinic_director ul {
  display: flex;
  list-style-type: none;
}

.clinic_director ul li {
  width: 50%;
}

.clinic_director ul .clinic_director_text {
  color: #555;
  width: 510px;
  padding: 60px 60px 60px 0;
  margin: 0 0 0 auto;

}
.clinic_director ul .clinic_director_text h2{
	padding:10px 10px 10px 0;
}
.clinic_director ul .clinic_director_text .su-post{
	border-bottom:solid 1px #dfcec0;
	margin: 0;
    padding: 10px 0;
}

.clinic_director ul .clinic_director_text .su-post-meta{
	font-size:16px;
	margin-bottom: 0;
}
.clinic_director ul .clinic_director_text .su-post-title a{
	font-size:18px;
}
.clinic_director ul .clinic_director_text .modified_date {
	display:none;
}
.clinic_director ul .clinic_director_text .su-post-excerpt {
	display:none;
}
.clinic_director ul .clinic_director_text .su-post-comments-link {
	display:none;
}

.clinic_director ul .clinic_director_image {
  background: url(/wp-content/uploads/2021/06/clinic_director.jpg);
  background-size: cover;

}

.clinic_director ul .link {
  padding: 10px;
  display: block;
  font-size: 18px;
  color: #333;
  background-color: #fff;
  margin: 20px 0 0;
  border-radius: 10px;
  text-align: center;
  width: 320px;
}

.clinic_director ul .link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 3px 10px;
}

@media screen and (max-width: 768px) {
  .clinic_director ul {
    flex-wrap: wrap;
  }
  .clinic_director ul li {
    width: 100%;
  }
  .clinic_director ul .clinic_director_text {
    width: 100%;
    padding: 20px;
    margin: 0;
	  order:1;
  }
  .clinic_director ul .clinic_director_image {
    background-repeat: no-repeat;
    width: 100%;
    height: 40vw;
	  order:0;
  }
  .clinic_director ul .link {
    font-size: 16px;
    margin: 20px 0 0;
    width: 100%;
  }
}

/*ＴＯＰ産業医*/
.occupational_physician {
  padding: 80px 0px;
}

.occupational_physician h2 {
  text-align: center;
  margin: 0 0 50px 0;
  line-height: 1.0;
}

.occupational_physician ul {
  display: flex;
  list-style-type: none;
  justify-content: center;
}

.occupational_physician ul li:first-child {
  margin: 0 30px 0 0;
}

@media screen and (max-width: 768px) {
  .occupational_physician {
    padding: 40px 0px;
  }
  .occupational_physician ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .occupational_physician ul li {
    width: 90%;
  }
  .occupational_physician ul li:first-child {
    margin: 0 auto 20px;
  }
}

/************************************** 投稿用のスタイルを書く************************************/
/*お知らせ　シングルページ*/
.single-post .content {
  width: 1200px;
  margin: 0 auto;
}

.single-post .entry-content {
  border: solid 1px #f7f1ec;
  border-radius: 10px;
  padding: 30px;
}

.single-post .entry-title {
  padding: 0;
}

.single-post .post-date {
  display: block;
}

.single-post .pager-post-navi a figure {
  display: none;
}

/*お知らせ一覧*/
.category-news .content {
  width: 1200px;
  margin: 0 auto;
}

.category-news .content h2 {
  padding: 0;
  background: none;
}

.category-news .a-wrap {
  border-bottom: solid 1px #f7f1ec;
}

.category-news figure {
  display: none;
}

.category-news .entry-card-content {
  margin: 0 0 0 0;
}

.category-news .entry-card-snippet {
  display: none;
}

.category-news .entry-card-meta {
  position: initial;
}

.category-news .entry-card-info {
  justify-content: initial;
}

.category-news .post-date {
  font-size: 14px;
}

.category-news .post-update {
  display: none;
}

@media screen and (max-width: 768px) {
  .single-post .content {
    width: 100%;
  }
  .category-news .content {
    width: 100%;
  }
}

/*トピックス一覧*/
.category-topics .content {
  width: 1200px;
  margin: 0 auto;
}

.category-topics .content h2 {
  padding: 0;
  background: none;
}

.category-topics .a-wrap {
  border-bottom: solid 1px #f7f1ec;
}

.category-topics figure {
  display: none;
}

.category-topics .entry-card-content {
  margin: 0 0 0 0;
}

.category-topics .entry-card-snippet {
  display: none;
}

.category-topics .entry-card-meta {
  position: initial;
}

.category-topics .entry-card-info {
  justify-content: initial;
}

.category-topics .post-date {
  font-size: 14px;
}

.category-topics .post-update {
  display: none;
}

@media screen and (max-width: 768px) {
  .single-post .content {
    width: 100%;
  }
  .category-topics .content {
    width: 100%;
  }
}

/************************************** 固定ページ用のスタイルを書く************************************/
.page .content {
  margin: 0;
}

.page .main {
  padding: 0;
}

.page .article-header {
  padding: 70px 0 0 0;
  background: linear-gradient(to right, #e8f9fb 0, #fefcfe 50%, #fff5fb 100%);
  height: 200px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 0 50px 0;
}

.page .article-header .entry-title {
  letter-spacing: 8px;
  font-weight: initial;
  text-align: center;
}

.page .entry-content {
  margin: 0 auto;
  width: 800px;
}

.page .article h3 {
  border-right: initial;
  border-left: initial;
  border-top: 1px solid #42382d;
  border-bottom: 1px solid #42382d;
  font-size: 18px;
  padding: 8px 10px;
  margin: 0 0 10px 0;
}

.page .article h4 {
  background: #f7f1ec;
  font-size: 16px;
  border: none;
font-weight:normal;
}

.page .pager-post-navi {
  display: none;
}

.page .date-tags {
  display: none;
}

.page .reserve_text_link {
  text-decoration: underline;
}

.page .margin_bottom_0 {
  margin: 0 0 0 0;
}

@media screen and (max-width: 768px) {
  .page .main {
    padding: 0 20px;
  }
  .page .article-header {
    width: 100vw;
    height: 130px;
    padding: 40px 0 0 0;
  }
  .page .entry-content {
    width: 100%;
  }
}

/*精神科の予約*/
.page-id-100 .entry-content .form_lead {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.page-id-100 .entry-content .form_lead a {
  text-decoration: underline;
}

.page-id-100 .entry-content .submit_comment {
  font-size: 24px;
  font-weight: bold;
}

.page-id-100 .entry-content .submit_comment_note {
  font-family: inherit;
}

.form {
  border: none;
}

.form tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 30px 0;
  border-bottom: solid 1px #ccc;
  padding: 0 0 30px 0;
}

.form tr:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.form th {
  border: none;
  width: 300px;
  text-align: right;
  line-height: 1.0;
}

.form td {
  border: none;
  width: 500px;
}

.form .choice1 td {
  width: calc(500px / 4);
}

.form .choice1 td:nth-child(3) {
  width: 90px;
}

.form .choice1 td:nth-child(4) {
  width: 90px;
}

.form .choice1 td.choice_hour_menu {
  width: 160px;
}

.form .choice2,
.form .choice3 {
  justify-content: flex-end;
}

.form .choice2 td,
.form .choice3 td {
  width: calc(500px / 4);
}

.form .choice2 td.choice_hour_menu,
.form .choice3 td.choice_hour_menu {
  width: 160px;
}

.form .choice2 td:nth-child(2),
.form .choice3 td:nth-child(2) {
  width: 90px;
}

.form .choice2 td:nth-child(3),
.form .choice3 td:nth-child(3) {
  width: 90px;
}

.form .required {
  background: #f5d2e4;
  padding: 5px;
  margin: 0 0 0 5px;
}

.form .optional {
  background: #dfeff9;
  padding: 5px;
  margin: 0 0 0 5px;
}

.form .policy_text {
  width: 100%;
  height: 300px;
  margin: 15px 0;
  overflow-y: scroll;
  border: solid 1px #e9e9e9;
  padding: 20px;
}

.form .policy_text span {
  display: block;
  font-weight: bold;
}

.form input[type='submit'] {
  color: #fff;
  text-align: center;
  background: #42382d;
  border-radius: 10px;
  font-size: 18px;
  font-family: inherit;
}

.form ::placeholder {
  color: #ddd;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .page-id-100 .entry-content .form_lead {
    font-size: 18px;
  }
  .page-id-100 .entry-content .submit_comment {
    font-size: 18px;
  }
  .form tr {
    margin: 10px 0;
    padding: 10px 0;
  }
  .form th {
    width: 100%;
    text-align: left;
    margin: 0 0 10px 0;
  }
  .form td {
    width: 100%;
  }
  .form .choice1 td {
    width: calc(100% / 4);
  }
  .form .choice1 td:nth-child(3) {
    width: 60px;
  }
  .form .choice1 td:nth-child(4) {
    width: 60px;
  }
  .form .choice1 td.choice_hour_menu {
    width: 110px;
  }
  .form .choice2,
  .form .choice3 {
    justify-content: flex-end;
  }
  .form .choice2 td,
  .form .choice3 td {
    width: calc(100% / 4);
  }
  .form .choice2 td.choice_hour_menu,
  .form .choice3 td.choice_hour_menu {
    width: 110px;
  }
  .form .choice2 td:nth-child(2),
  .form .choice3 td:nth-child(2) {
    width: 60px;
  }
  .form .choice2 td:nth-child(3),
  .form .choice3 td:nth-child(3) {
    width: 60px;
  }
  .form .policy_text {
    width: 100%;
    height: 200px;
  }
  .form select {
    font-size: 14px;
    padding: 10px 0;
  }
}

/*医師紹介*/
.page-id-149 .entry-content ul {
  padding-left: 26px;
}

.doctor_position {
  text-align: right;
  margin: 0 0 0 0 !important;
}

.doctor_name {
  text-align: right;
  font-size: 24px;
margin-bottom: -10px !important;
}
.doctor_name_english{
	font-style:italic;
	font-family:serif;
	font-size:14px;
}
.doctor_image {
  text-align: center;
}

/*新型コロナウイルス感染症予防対策*/
.five_measures ul {
  padding-left: 0;
}

.measures {
  border-radius: 10px;
  margin: 0 0 40px 0 !important;
  list-style-type: none;
}

.measures h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 26px;
}

.measures span {
  border: 1px solid #ccc;
  padding: 2px 6px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.information-box {
  background: none;
  border: 1px solid #42382d;
}

.information-box p {
  margin: 0;
}

.information-box::before,
.information-box .information::before {
  color: #42382d;
  border-right: 1px solid #42382d;
}

.page-id-158 figcaption {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .measures {
    margin: 0 0 20px 0 !important;
    padding: 10px;
  }
  .measures h3 {
    text-indent: -1.6em;
    padding-left: 1.6em !important;
  }
  .information-box {
    padding: 40px 10px 10px 10px;
  }
  .information-box::before,
  .information-box .information::before {
    border-right: none;
    padding: 10px 0 0 0 !important;
  }
}

/*はじめての方へ*/
.page-id-18 .wp-block-columns {
  margin: 0 0 80px 0 !important;
}

.page-id-18 .entry-content ul {
  padding-left: 26px;
}

.page-id-18 .first_flow {
  padding: 40px;
  border: solid 1px #42382d;
  position: relative;
}

.page-id-18 .first_flow h3 {
  border-top: none;
  padding: 8px 0px;
}

.page-id-18 .first_flow::after {
  content: "";
  background-color: #333;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: rotate(90deg);
}

.page-id-18 .first_flow_last::after {
  display: none;
}

.page-id-18 .first_note {
  border: solid 1px #42382d;
}

/*よくあるご質問*/
.faq_anchor a {
  position: relative;
  border-bottom: solid 1px #333;
  padding: 0 0 20px 0;
  display: block;
}

.faq_anchor a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  transition: 0.5s;
  transform: rotate(90deg);
  position: absolute;
  right: 30px;
  top: 10px;
}

h2.faq_h2 {
  background: none;
  font-weight: bold;
}

.faq_block {
  background: #f3fbfd;
  padding: 40px;
}

.faq_block .faq_question {
  font-size: 20px;
  line-height: 1em;
}

.faq_block .faq_question::before {
  content: "Q";
  font-size: 2em;
  -webkit-mask-size: cover;
  mask-size: cover;
  color: #e6c4d8;
  padding: 0 10px 0 0;
  font-weight: lighter;
}

.faq_block .faq_answer a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .faq_block {
    padding: 30px;
  }
  .faq_block .faq_question {
    line-height: 1.4em;
    text-indent: -2em;
    padding: 0 0 0 2em;
  }
}

/*404*/
.error404 ul {
  padding: 0;
}

.not-found {
  display: none;
}

.not-found_link {
  transition: 0.5s;
  list-style-type: none;
}

.not-found_link a {
  width: 300px;
  background: #fff;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  border: solid 1px #333;
  margin: 0 0 20px 0 !important;
  display: block;
}

.not-found_link a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 3px 8px;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .not-found_link a {
    width: 100%;
  }
}

/*診療方針*/
.page-id-20 .entry-content {
  width: 100%;
}

.page-id-20 .entry-content .greeting_block {
  width: 800px;
  margin: 0 auto 160px;
}

.page-id-20 h2 {
  font-size: 24px;
  text-align: center;
  background: none;
  margin: 80px 0 50px 0;
}

.direction_text {
  line-height: 2.4em;
  font-size: 18px;
}

.direction_quote {
  padding: 30px;
  position: relative;
}

.direction_quote::before, .direction_quote::after {
  content: '';
  width: 15px;
  height: 100%;
  position: absolute;
}

.direction_quote::before {
  border-left: dotted 1px #333;
  border-top: dotted 1px #333;
  border-bottom: dotted 1px #333;
  top: 0;
  left: 0;
}

.direction_quote::after {
  border-right: dotted 1px #333;
  border-top: dotted 1px #333;
  border-bottom: dotted 1px #333;
  top: 0;
  right: 0;
}

.philosophy_block {
  background: url(/wp-content/uploads/2021/07/direction1.jpg) no-repeat;
  background-size: cover;
  width: 100vw;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 160px 0;
}

.philosophy_block .philosophy_block_content {
  background-color: #ffffffe6;
  width: 1100px;
  margin: 160px auto;
  padding: 60px 60px 120px 60px;
}

.philosophy_block .philosophy_block_content .philosophy_text {
  font-size: 28px;
  text-align: center;
  margin: 0 0 0 0;
}

.philosophy_block .philosophy_block_content .philosophy_text_small {
  font-size: 18px;
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: center;
  /* 水平中心 */
}

.philosophy_block .philosophy_block_content .philosophy_text_small:before {
  border-top: 1px solid;
  content: "";
  width: 1em;
  /* 線の長さ */
  margin-right: 0.5em;
  /* 文字の右隣 */
}

.philosophy_block .philosophy_block_content .philosophy_text_small:after {
  border-top: 1px solid;
  content: "";
  width: 1em;
  /* 線の長さ */
  margin-left: 0.5em;
  /* 文字の左隣 */
}

@media screen and (max-width: 768px) {
  .page-id-20 .main {
    padding: 0 0 0 0;
  }
  .page-id-20 .entry-content .greeting_block {
    width: 100%;
    margin: 0 auto 80px;
    padding: 0 20px;
  }
  .page-id-20 h2 {
    font-size: 20px;
    margin: 30px 0;
  }
  .direction_text {
    line-height: 2.0em;
    font-size: 16px;
  }
  .philosophy_block {
    padding: 0 20px 80px 20px;
  }
  .philosophy_block .philosophy_block_content {
    width: 100%;
    margin: 80px auto;
    padding: 20px;
  }
  .philosophy_block .philosophy_block_content .philosophy_text {
    font-size: 20px;
    text-align: center;
    margin: 0;
    line-height: 1.6em;
  }
  .philosophy_block .philosophy_block_content .philosophy_text_small {
    font-size: 14px;
  }
}

/*診断書*/
.examination_anchor {
  margin: 0 0 100px 0 !important;
}

.examination_block {
  padding: 40px;
  border: solid 1px #42382d;
  position: relative;
}

.examination_block .examination_border {
  padding: 8px 0px;
  border-bottom: solid 1px #42382d;
  display: flex;
  justify-content: space-between;
}

.examination_block .examination_name {
  font-size: 20px;
  text-align: left;
}

.examination_block .examination_price {
  font-size: 20px;
  text-align: right;
}


.page-id-220 .price_table{
	font-size: 18px;
    font-weight: bold;
	padding: 0 0 20px 0;
}
.page-id-220 .price_table table th, .page-id-220 .price_table table td {
    padding: 10px 20px;
	text-align:left;
}
.page-id-220 .lead_note a{
	text-decoration:underline;
}

@media screen and (max-width: 768px) {
  .examination_block {
    padding: 20px;
  }
  .examination_block .examination_border .wp-block-column {
    margin: 0;
  }
  .examination_bottom_spacer {
    margin: 0 !important;
    height: 40px !important;
  }
  .examination_noborder {
    flex-wrap: nowrap !important;
  }
  .examination_noborder .wp-block-column {
    margin: 0;
  }
	.page-id-220 .price_table table th, .page-id-220 .price_table table td {
    padding: 5px;
}
	.page-id-220 .lead_note{
	text-align:left;
}
	.page-id-220 .fz-32px{
		font-size:24px;
}
}

/*院内紹介/設備紹介*/
.gallery_block {
  margin: 0 0 40px 0;
}

.gallery_block figure {
  width: 100%;
  margin: 0 0 10px 0 !important;
}

.gallery_block figure img {
  width: 100%;
}

.gallery_block figcaption {
  text-align: center;
  font-size: 14px;
}

.gallery_block p {
  border-top: solid 1px #333;
  padding: 10px 0 0 0;
}

/*アクセス*/
.page-id-24 .entry-content {
  width: 100%;
}

.page-id-24 h3 {
  text-align: center;
}

.page-id-24 .googlemap {
  width: 1200px;
  height: 500px;
  display: block;
  margin: 0 auto;
}

.page-id-24 .googlemap_address_text {
  margin: 20px 0 60px 0;
  text-align: center;
}

.page-id-24 .access_direction {
  width: 800px;
  margin: 0 auto;
  font-family: unset;
  overflow: hidden;
  padding: 0 100px;
}

.page-id-24 .access_direction .access_map_svg {
  text-align: center;
}

.page-id-24 .access_flow {
  position: relative;
}

.page-id-24 .access_flow::after {
  content: "";
  background-color: #333;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: rotate(90deg);
}

.page-id-24 figcaption {
  caption-side: top !important;
  font-size: 18px;
  margin: 0 0 10px 0;
  line-height: 1.4em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-id-24 .googlemap_address_text {
    text-align: left;
  }
  .page-id-24 .access_direction {
    width: 100%;
    padding: 0;
  }
}

/* オンライン診療　*/
.page-id-327 .article h3 {
  border: none;
  background: #329346;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  margin: 0 0 5px 0;
}

.page-id-327 .article h4 {
  margin: 10px 0;
}

.page-id-327 figure {
  text-align: center;
}

.page-id-327 .online_web_way1_button a {
  width: 280px;
  padding: 10px;
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  border: solid 1px #333;
}

.page-id-327 .online_web_way1_button a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 3px 10px;
}

.page-id-327 .online_web_way2_button a {
  width: 280px;
  padding: 10px;
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  border: solid 1px #333;
}

.page-id-327 .online_web_way2_button a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 3px 10px;
}

/* 心療内科　メンタルケア 親ページ  */
.page-id-479 .price_table{
	font-size: 18px;
    font-weight: bold;
	padding: 0 0 20px 0;
}
.page-id-479 .price_table table th, .page-id-479 .price_table table td {
    padding: 10px 20px;
	text-align:left;
}

.page-id-479 .symptoms {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  font-weight: bold;
}

.page-id-479 .symptoms li {
  margin: 0 15px 10px 0;
  list-style-type: none;
  font-weight: bold;
}

.page-id-479 .symptoms li a {
  text-decoration: underline;
}

.page-id-479 .symptoms li.big {
  font-size: 24px;
  line-height: 1.0em;
}

.page-id-479 .detail_link {
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 10px;
  text-align: center;
  width: 280px;
}

.page-id-479 .detail_link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}
.psychiatry_choice{
	display:flex;
	justify-content:center;
}

.psychiatry_choice img {
    border: solid 10px #eab9ce;
    border-radius: 100px !important;
    padding: 5px;
}

.price_certificate_title{
	margin:0 !important;
}
.page-id-479 .lead_note{
	margin:0 !important;
}




@media screen and (max-width: 768px) {
	.page-id-479 .price_table table th, .page-id-479 .price_table table td {
    padding: 5px;
}
	 .psychiatry_choice .wp-block-column {
		 flex-basis: 50%!important;
		 margin: 0;
    padding: 5px;
	}
	.psychiatry_choice img {
   border: solid 10px #eab9ce;
    border-radius: 200px !important;
}
}



/*心療内科　メンタルケア　他の病気*/

.parent-pageid-479 .symptoms {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  font-weight: bold;
}

.parent-pageid-479 .symptoms li {
  margin: 0 15px 10px 0;
  list-style-type: none;
  font-weight: bold;
}

.parent-pageid-479 .symptoms li a {
  text-decoration: underline;
}

.parent-pageid-479 .symptoms li.big {
  font-size: 24px;
  line-height: 1.0em;
}

.parent-pageid-479 .price_table{
	font-size: 18px;
    font-weight: bold;
	padding: 0 0 20px 0;
}

.parent-pageid-479 .price_table table th, .parent-pageid-479 .price_table table td {
    padding: 10px 20px;
	text-align:left;
}

.parent-pageid-479 .price_table figcaption{
	font-size: 14px;
}



@media screen and (max-width: 768px) {
.parent-pageid-479 .price_table table th, .parent-pageid-479 .price_table table td {
    padding: 5px;
}
}

/* 皮膚科・美容皮膚科 親ページ  */
.page-id-488 .price_table{
	font-size: 18px;
    font-weight: bold;
	padding: 0 0 20px 0;
}
.page-id-488 .price_table table th, .page-id-488 .price_table table td {
    padding: 10px 20px;
	text-align:left;
}

.page-id-488 .symptoms {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  font-weight: bold;
}
.page-id-488 .detail_link {
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 10px;
  text-align: center;
  width: 280px;
}

.page-id-488 .detail_link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}

.page-id-488 .symptoms li {
  margin: 0 15px 10px 0;
  list-style-type: none;
  font-weight: bold;
}

.page-id-488 .symptoms li a {
  text-decoration: underline;
}

.page-id-488 .symptoms li.big {
  font-size: 24px;
  line-height: 1.0em;
}




@media screen and (max-width: 768px) {
	.page-id-488 .price_table table th, .page-id-488 .price_table table td {
    padding: 5px;
}
}
/*皮膚科・美容皮膚科　他の病気*/
.parent-pageid-488 .symptoms {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  font-weight: bold;
}

.parent-pageid-488 .symptoms li {
  margin: 0 15px 10px 0;
  list-style-type: none;
  font-weight: bold;
}

.parent-pageid-488 .symptoms li a {
  text-decoration: underline;
}

.parent-pageid-488 .symptoms li.big {
  font-size: 24px;
  line-height: 1.0em;
}

.parent-pageid-488 .price_table{
	font-size: 18px;
    font-weight: bold;
	padding: 0 0 20px 0;
}

.parent-pageid-488 .price_table table th, .parent-pageid-488 .price_table table td {
    padding: 10px 20px;
	text-align:left;
}
.parent-pageid-488 .price_table figcaption{
	font-size: 14px;
}

@media screen and (max-width: 768px) {
.parent-pageid-488 .price_table table th, .parent-pageid-488 .price_table table td {
    padding: 5px;
}
}
/*白斑*/
.page-id-516 .first_flow {
  padding: 40px;
  border: solid 1px #42382d;
  position: relative;
}

.page-id-516 .first_flow h3 {
  border-top: none;
  padding: 8px 0px;
}

.page-id-516 .first_flow::after {
  content: "";
  background-color: #333;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: rotate(90deg);
}

.page-id-516 .first_flow_last::after {
  display: none;
}

/*円形脱毛症*/
.page-id-595 .first_flow {
  padding: 40px;
  border: solid 1px #42382d;
  position: relative;
}

.page-id-595 .first_flow h3 {
  border-top: none;
  padding: 8px 0px;
}

.page-id-595 .first_flow::after {
  content: "";
  background-color: #333;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: rotate(90deg);
}

.page-id-595 .first_flow_last::after {
  display: none;
}


/*アトピー*/
.page-id-514 .first_flow {
  padding: 40px;
  border: solid 1px #42382d;
  position: relative;
}

.page-id-514 .first_flow h3 {
  border-top: none;
  padding: 8px 0px;
}

.page-id-514 .first_flow::after {
  content: "";
  background-color: #333;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: rotate(90deg);
}

.page-id-514 .first_flow_last::after {
  display: none;
}

/*ニキビ*/
.page-id-510 .detail_link {
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 10px;
  text-align: center;
  width: 280px;
}

.page-id-510 .detail_link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}


/*美容皮膚科*/
.page-id-754 .detail_link {
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 10px;
  text-align: center;
  width: 280px;
}

.page-id-754 .detail_link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}

/*しわ取り注射*/
.page-id-752 .first_flow {
  padding: 40px;
  border: solid 1px #42382d;
  position: relative;
}

.page-id-752 .first_flow h3 {
  border-top: none;
  padding: 8px 0px;
}

.page-id-752 .first_flow::after {
  content: "";
  background-color: #333;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: rotate(90deg);
}

.page-id-752 .first_flow_last::after {
  display: none;
}

.page-id-752 .first_note {
  border: solid 1px #42382d;
}

/*ダーマペン４*/
.darmapen4 a {
  position: relative;
  border-bottom: solid 1px #333;
  padding: 0 0 20px 0;
  display: block;
}

.darmapen4 a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  transition: 0.5s;
  transform: rotate(90deg);
  position: absolute;
  right: 30px;
  top: 10px;
}
.strong_Points{
	background: linear-gradient(to right, #e8f9fb 0, #fefcfe 50%, #fff5fb 100%);
    padding: 30px;
}
.strong_Points h2{
	text-align: center;
    margin: 0;
    background: none;
}

.page-id-805 .first_flow {
  padding: 40px;
  border: solid 1px #42382d;
  position: relative;
}

.page-id-805 .first_flow h3 {
  border-top: none;
  padding: 8px 0px;
}

.page-id-805 .first_flow::after {
  content: "";
  background-color: #333;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: rotate(90deg);
}

.page-id-805 .first_flow_last::after {
  display: none;
}

.page-id-805 .first_note {
  border: solid 1px #42382d;
}
.page-id-805 .mail_underline{
	margin-top: -30px;
}

/*診察料金の目安*/
.page-id-815 .price_table {
    font-size: 18px;
    padding: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
.page-id-815 .price_table {
    font-size: 20px !important;
}
}
/* 心療皮膚科 親ページ  */

.page-id-1011 .symptoms {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  font-weight: bold;
}
.page-id-1011 .detail_link {
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 10px;
  text-align: center;
  width: 280px;
}

.page-id-1011 .detail_link::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/icon/arrow_right.svg);
  mask: url(/wp-content/uploads/icon/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
}

.page-id-1011 .symptoms li {
  margin: 0 15px 10px 0;
  list-style-type: none;
  font-weight: bold;
}

.page-id-1011 .symptoms li a {
  text-decoration: underline;
}

.page-id-1011 .symptoms li.big {
  font-size: 24px;
  line-height: 1.0em;
}


/*発達障害*/
.page-id-530 .detail_link {
  padding: 10px;
  color: #333;
  background-color: #fff;
  border: solid 1px #333;
  border-radius: 10px;
  text-align: center;
  width: 280px;
}

/*サイトマップ*/
.page-id-131 ol, .page-id-131 ul{
	padding-left:40px;
}

/* 251223 コラム枠作成　*/
.single-column .content{
    width: 1200px;
    margin: 0 auto;
}
/*
.post-type-archive-column .entry-card-thumb{
    display: none;
}
.post-type-archive-column  .entry-card-content{
  width: 100%;
  margin-left: 0;
}*/
#container .top_column_area{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#container .top_column_area h2.top_column_area_header{
  text-align: center;
  margin-bottom: 50px;
}
#container .top_column_area .su-post-excerpt{
  display: none;
}
#container .top_column_area .su-post{
  display: block;
}
#container .top_column_area .su-post .su-post-meta{
  margin-left: 10px;
}

#content-top .top_lead p.inner_widget_05{
  margin-top: 20px;
}
.top_news .su-post .su-post-meta{
  text-align: right;
}

@media screen and (max-width:768px) {
    .single-column .content{
        width: 100%;
    }
    #container .top_column_area .su-post{
      width: 90%;
      margin: 0px auto 10px;
    }
    #container .top_column_area .su-posts-default-loop h2.su-post-title {
      padding: 0;
    }
    #container .top_column_area .su-post .su-post-meta{
      margin-left: 0;
    }
    #container .top_column_area .covid-19_link{
      margin-top: 20px;
    }
    #content-top .top_lead p.inner_widget_05{
      font-size: .85em;
      margin: 20px 1% 0;
    }
    .top_news .su-post{
      justify-content: space-between;
    }
    .top_news .su-post .su-post-meta{
      width:70px;
      margin: 0 0 10px 10px;
    }
}
