@charset "utf-8";

/*
Theme Name: Lightning Child
Theme URI: https://lightning.nagoya
Template: lightning
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Description: Lightning is a very simple &amp; easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Tags: two-columns,one-column,right-sidebar,custom-colors,custom-menu,editor-style,E-Commerce
Version: 6.8.0.1553530444
Updated: 2019-03-26 01:14:04

*/
body {
  font-size: 62.5%;
  /* 10px */
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

.page_diagnosis_right h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
}

.page_diagnosis_right p {
  margin-bottom: 15px;
  line-height: 1.6;
  text-align: justify;
}

.page_diagnosis_right ul {
  margin-top: 1.5em;
  margin-bottom: 1.2em;
  margin-left: 0px;
  float: left;
  padding: 0;
}

.page_diagnosis_right li {
  list-style: none;
  float: left;
  margin: 0 10px 10px 0;
  font-size: 13px;
  color: #688a5b;
  border-radius: 15px;
  border: 1px solid #688a5b;
  padding: 1px 7px;
}

.slick-slide img {
  max-width: 600px;
  width: 100%;
}

.grad, .grad-2, .grad-3 {
  position: relative;
}

.grad:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .7) 70%, rgba(255, 255, 255, 1) 100%);
}

.grad-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, .9) 90%, rgba(255, 255, 255, 1) 100%);
}

.grad-3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, .8) 80%, rgba(255, 255, 255, 1) 100%);
}

body {
  font-size: 1.6rem;
  /* 16px */
}

.row.recruit {
  text-align: center;
  margin-top: 80px;
  max-width: 850px;
  margin: 80px auto 0;
  width: 100%;
}

.recruit .btn {
  display: block;
  max-width: 300px;
  margin: 0 auto 30px;
  color: #fff;
  background: #aed09c;
  border: 2px solid #aed09c;
  padding: 15px 20px;
  border-radius: 30px;
  font-weight: 600;
}

.recruit .btn:hover {
  display: block;
  max-width: 300px;
  margin: 0 auto 30px;
  color: #aed09c;
  background: #fff;
  border: 2px solid #aed09c;
  padding: 15px 20px;
  border-radius: 30px;
  font-weight: 600;
}

#vkexunit_banner-2 {
  display: none;
}

h1.entry-title:first-letter,
.single h1.entry-title:first-letter {
  color: inherit;
}

.container {
  margin: 0 auto;
}

.siteContent {
  padding: 0 !important;
}

.banner {
  margin: 60px 0 0;
  padding: 0 15px;
  text-align: center;
}

.banner a:hover {
  opacity: 0.7;
}

@media (min-width: 1300px) {
  .container {
    width: 100%;
  }

  .banner a {
    margin: 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
  .banner a {
    margin: 0px 0px 20px;
    display: block;
  }
}

.max-1400 {
  max-width: 1400px !important;
  margin: 0 auto !important;
}

.forfirst {
  max-width: 800px;
  margin: 0 auto;
}

.forfirst p, .forfirst li {
  font-size: 15px;
}

.siteHeadContainer {
  margin: 0 auto;
}

.siteHeader {
  background-color: #aed09c;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  -webkit-box-shadow: none;
  box-shadow: none;
}

.under .siteHeader {
  background-color: #aed09c;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  -webkit-box-shadow: none;
  box-shadow: none;
}

.forfirst #button {
  display: block;
  margin: 30px 30% 60px;
  float: left;
  width: 40%;
}

@media only screen and (max-width:767px) {
  .siteHeader {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    top: auto;
    bottom: 0;
    z-index: 100;
  }

  .forfirst #button {
    display: block;
    margin: 0px 10% 40px;
    float: left;
    width: 80%;
  }

  .banner a {
    margin: 0px 0px 15px;
    display: block;
  }

  .page_diagnosis_right li {
    font-size: 11px;
    margin: 0 7px 10px 0;
  }

  .page_diagnosis_right ul {
    margin-bottom: 15px;
    display: block;
    float: left;
  }

  .grad:after, .grad-2:after, .grad-3:after {
    background: transparent;
  }

  body {
    font-size: 1.4rem;
  }
}

/* common */
.button {
  display: inline-block;
  width: 141px;
  text-align: center;
  font-size: 1.6rem;
}

.button i {
  vertical-align: bottom;
}

.button a {
  display: block;
  color: #fff;
  background-color: #99BB83;
  border: 2px solid #99BB83;
  border-radius: 30px;
  padding: 7px 15px;
}

.button a:hover {
  text-decoration: none;
  background-color: transparent;
  border: 2px solid #688a5b !important;
  color: #688a5b;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
}

@media only screen and (max-width: 766px) {
  .fixed {
    top: auto;
    bottom: 0;
  }
}

.page-header-image {
  width: 100%;
  height: 460px;
  overflow: hidden;
  background: url("https://bunko-mental.com/wp-content/uploads/2019/09/DSC5782-min-1.jpg") !important;
  background-position: center !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
  .page-header-image {
    background-attachment: local;
  }

  .banner {
    margin: 40px 0 0;
    padding: 0 15px;
    text-align: center;
  }
}

.top_icon:hover {
  opacity: 0.8;
}

.top_icon {
  position: absolute;
  background: linear-gradient(180deg, #aed09c 0%, #aed09c 50%, white 50%, white 100%);
  left: 0;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 0 0 16px 0 / 0 0 16px 0;
  -moz-border-radius: 0 0 16px 0 / 0 0 16px 0;
  border-radius: 0 0 16px 0 / 0 0 16px 0;
  text-align: center;
  z-index: 80;
}

/* .top_icon img {
  width: 60px;
  margin-top: 15px;
  margin-bottom: 16px;
} */

.top_icon p {
  color: white;
  font-weight: 600;
  line-height: 1.6;
  font-size: 14px;
  height: 100%;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 1em;
  padding-right: 2px;
}

.top_icon span {
  color: #aed09c;
}

#demo-1 {
  overflow: hidden;
  width: 100%;
  min-height: 600px;
  background-color: #fff;
  text-align: left;
}

@media only screen and (max-width:991px) {
  #demo-1 {
    min-height: 0;
    height: calc(100vh - 105px);
  }
}

.fa_v5_css .entry-meta_items.published::before {
  content: "" !important;
}

.postList {
  width: 100%;
}

.page_information {
  margin-top: 80px;
  max-width: 850px;
  margin: 80px auto 0;
  width: 100%;
}


/* gMenu */
@media (min-width: 992px) {
  ul.gMenu {
    float: left;
  }
}

@media only screen and (max-width : 1200px) {
  .gMenu_outer {
    /* float: none !important; */
    text-align: center;
    margin-top: 20px;
  }
}

ul.topMenu>li {
  text-align: center;
  display: inline-block;
  padding: 0;
}

ul.topMenu>li>a {
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
}

ul.topMenu>li>a:hover {
  background-color: transparent;
}

.gMenu_name {
  border-bottom: 2px solid #aed09c;
}

.gMenu_name:hover {
  border-bottom: 2px dotted #fff;
}

.gMenu_outer {
  float: left;
}

.navbar-header_button_area {
  float: right;
  text-align: right;
}

.navbar-header_button a {
  background-color: #fff;
  border: 2px solid #aed09c;
  color: #aed09c;
}

.navbar-header_button a:hover {
  background-color: #688a5b;
  border: 2px solid #688a5b;
  color: #fff;
}

@media only screen and (max-width : 1200px) {
  .navbar-header_button_area {
    background-color: #aed09c;
    display: block;
    width: 100%;
    max-width: 380px;
    text-align: center !important;
    padding: 20px 0;
    float: right;
  }

  .siteHeader .container {
    padding: 0;
  }

  .navbar-header_button {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 766px) {
  .navbar-header_button {
    width: calc(33% - 2.2rem);
  }
}

@media only screen and (max-width : 656px) {
  .navbar-header_button_area {
    padding: 10px 0px;
  }

  .navbar-header_button a {
    font-size: 1.2rem;
    padding: 9px 3px;
    font-weight: 600;
  }

  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 17px !important;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }

  .footer_button .material-icons {
    font-size: 20px !important;
  }
}

/* hero_slider */
.inner-content {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  color: #fff;
  width: 300px;
  padding-left: 100px;
  width: 100%;
  padding: 50px 100px 0 0;
}

@media only screen and (max-width: 676px) {
  .inner-content {
    padding: 80px 50px 0 0;
  }
}

.inner-content-line {
  line-height: 4.5rem;
  margin-left: 20px;
  position: relative;
}

.inner-content-line:before {
  content: "";
  width: 6px;
  margin-top: -10px;
  margin-left: 15px;
  -webkit-border-radius: 15px 2px 15px 2px / 15px 2px 15px 2px;
  -moz-border-radius: 10px 2px 10px 2px / 10px 2px 10px 2px;
  border-radius: 10px 2px 10px 2px / 10px 2px 10px 2px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: -10px;
  display: block;
}

.inner-content-line1:before {
  height: 80%;
}

.inner-content-line2:before {
  height: 100%;
}

/* inforation_box */
.information_box_wrapper {
  width: 100%;
  text-align: center;
  background: transparent;
  z-index: 30;
  position: absolute;
  bottom: 40px;
}

.information_box {
  width: 100%;
  max-width: 1400px;
  border-radius: 50px;
  padding: 20px 40px;
  display: inline-block;
  font-size: 1.6rem;
}

.information_box_block i {
  vertical-align: top;
}

.information_box_left,
.information_box_center {
  float: left;
}

.information_box_left {
  border-right: 1px solid #a18b47;
}

.information_box_right {
  float: right;
}

.information_box_left_icon {
  margin-right: 0.5rem;
}

.information_box_date {
  margin-left: 2rem;
}

@media only screen and (max-width: 1400px) {
  .information_box {
    width: 90%;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-header_button_area {
    margin: 0 auto;
    float: none;
  }

  .information_box_left {
    display: none;
  }

  .information_box_left_icon {
    margin-right: 2rem;
  }

  .information_box_date {
    margin-left: 0;
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 767px) {
  .information_box_title {
    margin: 0px 0;
    font-size: 12px;
    line-height: 1.5;
    vertical-align: middle;
  }

  .information_box {
    font-size: 1.3rem;
    padding: 12px 10px 12px 15px;
    width: 95%;
  }

  .mr-5 {
    margin-right: 1.5rem !important;
  }

  .information_box_right {
    float: right;
    margin-top: 0px;
  }

  h2 {
    font-size: 20px !important;
  }

  h2.slick02_copytext_index:after {
    height: 3px;
    margin: 10px auto !important;
  }

  .page_doctor_bg-grey {
    padding: 40px 15px 40px !important;
  }

  .information_box i {
    font-size: 1.6rem;
  }
}

/* intro_pannels */
.panels_wrapper {
  display: block;
  text-align: center;
  background-color: #f2f2f2;
  padding: 120px 0 0;
  position: relative;
  z-index: 10;
}

.panels {
  display: inline-block;
  margin: 80px 2% 88px;
  width: 350px;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 30px 20px;
  border-radius: 16px;
  border: none;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  vertical-align: top;
  position: relative;
  z-index: 10;
}

.panels_text {
  text-align: justify;
}

@media only screen and (max-width: 1400px) {
  .panels {
    margin: 80px 20px 88px
  }
}

.panels img {
  width: 100%;
  max-width: 282px;
  max-height: 188px;
  object-fit: cover;
  border-radius: 16px;
}

.panels_index {
  margin: 18px auto;
}

.panels_h3 {
  display: inline;
  font-weight: bold;
  font-size: 2.2rem;
  color: #688a5b;
  border: none !important;
}

.panels_h3:before,
.panels_h3:after {
  content: "・";
  display: inline;
  padding: 0 .5rem;
  font-weight: bold;
  font-size: 2.2rem;
  color: #b9d9aa;
  border: none !important;
  position: relative;
}

.panels_button {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
}

.panels_button i {
  vertical-align: bottom;
}

.panels_button a {
  display: block;
  color: #688a5b;
  background-color: #fff;
  border: 2px solid #688a5b;
  border-radius: 30px;
  padding: 7px 15px;
}

.panels_button a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #99BB83;
  border: 2px solid #99BB83 !important;
}

@media only screen and (max-width: 1400px) {
  .panels {
    width: 28%;
    margin: 30px 20px;
  }
}

@media only screen and (max-width: 991px) {
  .panels_wrapper {
    padding: 20px 0;
  }

  .panels {
    width: auto;
    display: block;
    margin: 30px 20px;
  }

  .panels_button {
    margin: 0 auto;
    width: 300px;
  }
}

/*
@media only screen and (max-width: 991px){
	.panels {
		width: auto;
		margin: 30px 20px;
	}
	.panels_button {
	    margin: 0 auto;
		width: 300px;
	}
}
*/
@media only screen and (max-width: 656px) {
  .panels_button {
    width: 100%;
  }
}

/* timetable */
.timetable {
  display: table;
  border-collapse: collapse;
  font-size: 1.6rem;
  margin-bottom: 20px;
  width: 100%;
}

.timetable_row {
  display: table-row;
  border-bottom: 1px solid #99BB833d;
}

.timetable_row:last-child {
  border: 0px;
}

.timetable_th,
.timetable_td {
  display: table-cell;
  padding: 15px 20px;
}

.timetable_th {
  background-color: #99BB83;
  color: #000;
  text-align: center;
}

.timetable_th:first-child {
  -webkit-border-radius: 16px 0px 0px 0px / 16px 0px 0px 0px;
  -moz-border-radius: 16px 0px 0px 0px / 16px 0px 0px 0px;
  border-radius: 16px 0px 0px 0px / 16px 0px 0px 0px;
}

.timetable_th:last-child {
  -webkit-border-radius: 0px 16px 0px 0px / 0px 16px 0px 0px;
  -moz-border-radius: 0px 16px 0px 0px / 0px 16px 0px 0px;
  border-radius: 0px 16px 0px 0px / 0px 16px 0px 0px;
}

.timetable_td {
  background-color: #f2f8fb;
  color: #688a5b;
  text-align: center;
  vertical-align: middle;
}

.timetable_td_first {
  -webkit-border-radius: 0px 0px 0px 16px / 0px 0px 0px 16px;
  -moz-border-radius: 0px 0px 0px 16px / 0px 0px 0px 16px;
  border-radius: 0px 0px 0px 16px / 0px 0px 0px 16px;
}

.timetable_td_last {
  -webkit-border-radius: 0px 0px 16px 0px / 0px 0px 16px 0px;
  -moz-border-radius: 0px 0px 16px 0px / 0px 0px 16px 0px;
  border-radius: 0px 0px 16px 0px / 0px 0px 16px 0px;
}

.timetable_index {
  width: 160px;
  padding: 15px 24px;
  color: #000;
  text-align: center;
}

@media only screen and (max-width: 1400px) {
  .timetable {
    max-width: 700px;
    margin: 0 auto;
  }
}


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

  .timetable_th,
  .timetable_td {
    display: table-cell;
    padding: 10px 5px;
  }

  .timetable_index {
    width: auto;
    padding: 10px 5px;
    font-size: 1.3rem;
    text-align: center;
  }
}

/* footer */
.copySection {
  background-color: #f7f7f7;
  color: #333;
}

.footer_text_box {
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 656px) {
  .copySection {
    margin-bottom: 55px;
  }
}

.footer_text {
  font-size: 1.4rem;
  line-height: 1.57;
}

.footer_button {
  width: 30%;
}

.footer_img {
  max-width: 600px;
}

@media (max-width: 1200px) {
  .footer_img {
    margin: 0 auto 70px;
  }

  .footer_button_area {
    width: 100%;
    text-align: center;
  }

  .footer_button {
    margin-left: 1rem;
    margin-bottom: 10px;
  }
}

@media (max-width: 656px) {
  .footer_button {
    width: 280px;
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
  }
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
}

.material-icons {
  font-family: 'Material Icons';
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* slick02 */
.slick02_wrapper {
  position: relative;
  margin: 60px auto 200px !important;
}

.slick02_img {
  border: 2px solid #fff;
  -webkit-border-radius: 0 30px 30px 0 / 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0 / 0 30px 30px 0;
  border-radius: 0 30px 30px 0 / 0 30px 30px 0;
}

#slick02 {
  margin: 0;
  text-align: left;
}

#slick02 .slick-dots {
  bottom: -55px !important;
}

#slick02 .slick-slide,
#slick04 .slick-slide {
  border: 1px solid transparent;
  width: auto;
  right: 0;
}

.slick02_button {
  width: 288px;
  margin: 0 auto 100px;
  display: block;
}

.slick02_copytext_wrapper {
  width: 60%;
  max-width: 840px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 10;
}

.slick02_copytext_index {
  background-color: transparent;
  border: none;
}

h2.slick02_copytext_index {
  font-size: 36px;
  margin-bottom: 20px;
}

h2.slick02_copytext_index:after {
  content: "";
  display: block;
  border-bottom: 3px solid #99BB83;
  width: 150px;
  height: 8px;
  background-color: #99BB83;
  -webkit-border-radius: 2px 10px 2px 10px / 2px 10px 2px 10px;
  -moz-border-radius: 2px 10px 2px 10px / 2px 10px 2px 10px;
  border-radius: 2px 10px 2px 10px / 2px 10px 2px 10px;
}

.slick02_copytext_button_wrapper {
  display: block;
  margin-top: 50px;
  width: 100%;
  text-align: right;
}

.slick02_copytext_button {
  width: auto;
}

.slick02_copytext_button a {
  padding: 7px 50px;
}

@media (max-width: 991px) {
  .slick02_copytext_wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 100px auto;
  }

  .slick02_copytext_index {
    padding: 0;
  }

  h2.slick02_copytext_index:after {
    height: 3px;
    margin: 0 auto;
  }

  .slick02_copytext_button_wrapper {
    text-align: center;
  }
}

/* slick03 */
#ltg_full_wide_title-2 .widget_ltg_full_wide_title_outer {
  padding-top: 20px;
}

.slick03_img {
  border: none;
  border-radius: 30px;
  margin: 0 auto;
}

#slick03 img {
  /*padding: 5px 20px;*/
  max-width: 345px;
}

.slick03_button {
  width: 288px;
  margin: 0 auto 100px;
  display: block;
}

.slick03-container {
  display: none;
  position: relative;
}

.slick03r-container.initialized {
  display: block;
}

#slick03 .slider {
  margin: 0 24px;
  overflow: hidden;
}

#slick03 .slick-list {
  margin-right: -12px;
  /* Ã£â€šÂ¬Ã£â€šÂ¿Ã£Æ’Â¼Ã¥Ë†â€ Ã£Æ’ÂÃ£â€šÂ¬Ã£Æ’â€ Ã£â€šÂ£Ã£Æ’â€“Ã£Æ’Å¾Ã£Æ’Â¼Ã£â€šÂ¸Ã£Æ’Â³ */
}

#slick03 .slider-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;
  /* Ã©Â«ËœÃ£Ââ€¢Ã£ÂÂ®Ã¥ÂÅ Ã¥Ë†â€ Ã£ÂÂ Ã£Ââ€˜Ã£Æ’ÂÃ£â€šÂ¬Ã£Æ’â€ Ã£â€šÂ£Ã£Æ’â€“Ã£Æ’Å¾Ã£Æ’Â¼Ã£â€šÂ¸Ã£Æ’Â³ */
  color: #bd77f2;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;
  /* Ã©â€¡ÂÃ¨Â¦Â */
}

#slick03 .slider-prev {
  left: 0;
}

#slick03 .slider-next {
  right: 0;
}

#slick03 .slick-slide {
  margin: 0 10px;
  /* Ã£â€šÂ¬Ã£â€šÂ¿Ã£Æ’Â¼ */
}

#slick03 .slick-slide {
  padding: 1.5em 0;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
  outline: 0;
  border: 2px solid transparent;
}

/* google map */
.ggmap {
  position: relative;
  padding-bottom: 500px;
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  max-height: 500px;
}

/* pages */
.top_title {
  width: 555px;
  margin: 180px auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 25px 10px;
}

.top_title_h2 {
  font-size: 3.6rem;
  background-color: transparent;
}

.top_title_h2:before,
.top_title_h2:after {
  content: "・";
  display: inline;
  padding: 0 .5rem;
  font-weight: bold;
  font-size: 3.6rem;
  color: #b9d9aa;
  border: none !important;
  position: relative;
}

.mainSection-title, .top_title h2 {
  padding: 0;
}

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

  .top_icon {
    width: 30vw;
    height: 30vw;
  }

  /* 	.top_icon img {
    width: 30px;
    margin-top: 8px;
    margin-bottom: 5px;
 } */
  .top_icon p {
    font-weight: 600;
    line-height: 1.4;
    font-size: 8px;
  }

  body .ggmap iframe {
    height: 250px !important;
  }

  .ggmap {
    position: relative;
    padding-bottom: 250px;
    padding-top: 0;
    max-height: 0;
    overflow: hidden;
  }

  .top_title {
    width: 80%;
    max-width: 400px;
    padding: 15px 0;
    margin: 125px auto;
  }

  .top_title_h2 {
    font-size: 2.2rem;
    width: 100%;
    vertical-align: top;
    padding: 0;
  }

  .page-header-image {
    height: calc(60vh - 135px);
  }
}

/* page_doctor */
.page_wrapper {
  margin-top: 100px;
}

@media only screen and (max-width:991px) {
  .page_wrapper {
    margin-top: 50px;
  }
}

.page_doctor_photo img {
  width: 100%;
  max-width: 650px;
  -webkit-border-radius: 0 16px 16px 0 / 0 16px 16px 0;
  -moz-border-radius: 0 16px 16px 0 / 0 16px 16px 0;
  border-radius: 0 16px 16px 0 / 0 16px 16px 0;
}

.page_doctor .slick02_copytext_wrapper {
  width: 40%;
  padding: 0 45px;
}

.page_doctor_text {
  width: 150px;
  float: right;
}

.page_doctor_position {
  font-size: 1.4rem;
}

.page_doctor_name {
  font-size: 2.6rem;
}

.page_doctor_bg-grey {
  padding: 60px 95px 60px;
  width: 100%;
  background-color: #f7f7f7;
}

.page_doctor_slick {
  width: 45%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

.page_doctor_bg-grey .slick02_img {
  border: 1px solid #f7f7f7;
}

.page_doctor #slick02 img {
  border-radius: 20px;
}

.page_doctor #slick02 .slick-dots {
  text-align: left;
}

.page_doctor_whitebox {
  display: inline-block;
  width: calc(54% - 60px);
  padding: 16px 30px;
  background-color: #fff;
  margin-left: 60px;
}

@media only screen and (max-width: 1400px) {
  .page_doctor_bg-grey {
    padding: 60px 20px 60px;
  }
}

@media only screen and (max-width: 991px) {
  .page_doctor_bg-grey {
    padding: 60px 40px 60px;
  }

  .page_doctor_whitebox {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 100px;
    margin-left: 0;
  }

  .page_doctor #slick02 .slick-dots {
    text-align: center;
  }

  .page_doctor #slick02 img {
    margin: 0 auto;
  }

  .page_doctor .slick02_copytext_wrapper {
    margin: 100px auto 0;
  }

  .page_doctor_slick {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}

/*
@media only screen and (max-width: 991px) {
	.page_doctor .slick02_copytext_wrapper {
		margin-top: 100px;
	}
	.page_doctor_text_wrapper {
		margin-bottom: 50px;		
	}
	.page_doctor .slick02_copytext_wrapper {
		padding: 0 20px;	
	}
}
*/
.page_doctor_whitebox_inner {
  position: static;
  padding: 20px 0 30px 0;
}

.page_doctor_profile {
  font-size: 1.6rem;
  line-height: 1.75;
}

.page_doctor_box_index {
  font-size: 1.6rem;
}

.page_doctor_box_history table td,
.page_doctor_box_history table th,
.page_doctor_box_history table {
  border: none;
  padding: 0;
  vertical-align: top;
}

.page_doctor_box_history table td {
  padding-left: 20px;
}

/* page_hospital */
.page_hospital .slick02_copytext_wrapper {
  width: 50%;
  padding: 0 45px;
}

.page_hospital_photo img {
  width: 60%;
  -webkit-border-radius: 0 16px 16px 0 / 0 16px 16px 0;
  -moz-border-radius: 0 16px 16px 0 / 0 16px 16px 0;
  border-radius: 0 16px 16px 0 / 0 16px 16px 0;
}

.page_hospital_img {
  text-align: center;
}

.page_hospital_box_wrapper {
  width: 100%;
  font-size: 0;
  box-sizing: border-box;
}

.page_hospital_box {
  width: calc(50% - 20px);
  width: 48%;
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 80px;
  vertical-align: top;
}

.box_left {
  margin-right: 40px;
}

.page_hospital_img img {
  border-radius: 20px;
  object-fit: cover;
  max-height: 420px;
  width: 100%;
}

.page_hospital_index {
  font-size: 2.4rem;
}

h3.page_hospital_index:after {
  border-bottom: none;
}

@media only screen and (max-width:991px) {
  .page_hospital_photo {
    display: block;
    text-align: center;
  }

  .page_hospital .slick02_copytext_wrapper {
    width: 100%;
    padding: 0;
  }

  .page_hospital .slick02_copytext_wrapper {
    margin: 30px 0;
  }

  .page_hospital_box {
    width: 100%;
    margin-bottom: 30px;
  }

  .page_hospital_img {
    text-align: center;
  }

  .page_hospital_photo img {
    width: 100%;
  }
}


/* page_feature */
.page_feature_box_wrapper {
  font-size: 0;
}

.page_feature_item {
  width: 50%;
  font-size: 1.6rem;
  box-sizing: border-box;
  float: left;
}

.page_feature_image {
  position: relative;
  display: inline-block;
}

.page_feature_image img {
  border: none;
  border-radius: 16px;
  max-width: 550px;
  width: 100%;
}

.feature_image1 {
  height: 100%;
  float: left;
}

.feature_text1 {
  height: 350px;
  float: right;
  vertical-align: top;
}

.feature_image2 {
  height: 100%;
  float: right;
  margin-left: 50px;
  width: calc(50% - 50px)
}

.feature_text2 {
  height: 300px;
  padding: 60px 50px 0 0;
  float: left;
  vertical-align: middle;
}

.feature_image3 {
  height: 100%;
  float: left;
  margin-top: 30px;
}

.feature_text3 {
  height: 300px;
  padding-top: 100px;
  float: right;
  vertical-align: bottom;
}

.page_feature_line {
  position: absolute;
  z-index: 10;
  height: 4px;
  border-radius: 4px;
  background-color: #9ed3f3;
}

h2.page_feature_item_index {
  font-size: 36px;
  margin-bottom: 20px;
}

.page_feature_item_index {
  background-color: transparent;
  border: none;
}

.page_feature_index {
  background-color: transparent;
  border: none;
  font-size: 3.6rem;
  padding: 0 30px;
  margin: 0 auto 50px;
}

.page_feature_index hr {
  position: absolute;
  width: 100%;
  border: 2px dotted #9ed3f3;
  z-index: -20;
  margin: -30px;
}

.picture_icon {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #aed09c;
  -webkit-border-radius: 16px 0 16px 0 / 16px 0 16px 0;
  -moz-border-radius: 16px 0 16px 0 / 16px 0 16px 0;
  border-radius: 16px 0 16px 0 / 16px 0 16px 0;
  width: 100px;
  height: 100px;
}

.picture_icon img {
  width: 65px;
  margin-top: 18px;
}

.page_feature_item .page_price_subindex {
  text-align: left;
}

.page_feature_title {
  padding: 0 2rem;
}

@media only screen and (max-width: 768px) {
  .page_feature_index {
    width: 100%;
    padding: 0;
  }

  .slick02_wrapper {
    position: relative;
    margin: 30px auto 200px !important;
  }

  .panels_h3 {
    font-size: 1.7rem;
  }

  .page_feature_index hr {
    margin: 0 auto;
  }

  .page_feature_item {
    width: 100%;
    text-align: left;
  }

  .page_feature_line {
    display: none;
  }

  .page_feature_image {
    text-align: left;
  }

  .page_feature_item .page_price_subindex {
    margin-top: 20px;
  }

  .feature_text1,
  .feature_text2,
  .feature_text3 {
    height: auto;
    padding: 0;
    margin-bottom: 50px;
  }

  .page_feature .page_hospital_photo {
    width: 100%;
    text-align: center;
  }

  .page_feature .slick02_copytext_wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    display: block;
  }

  .page_feature_title {
    padding: 0;
  }
}


/* page_diagnosis */
.page_diagnosis_container {
  font-size: 1.6rem;
  padding: 88px 95px;
}

.page_diagnosis_left,
.page_diagnosis_right {
  display: inline-block;
  font-size: 1rem;
  width: 49%;
  box-sizing: border-box;
}

.page_diagnosis_left {}

.page_diagnosis_right {
  vertical-align: top;
  padding-left: 80px;
}

h2.page_diagnosis_index {
  margin-bottom: 20px !important;
  border-bottom: 2px solid #99BB83 !important;
}

.page_diagnosis_link {
  text-align: right;
  text-align: right;
  margin-top: 30px;
  display: block;
}

.page_diagnosis_subindex {
  font-size: 2.4rem;
  color: #333;
}

.page_diagnosis_index {
  font-size: 3.6rem;
  background-color: transparent;
}

.page_diagnosis_text,
.page_diagnosis_link a {
  font-size: 1.6rem;
}

.page_diagnosis_link a {
  color: #fff;
  background: #99BB83;
  border: 2px solid #99BB83;
  padding: 10px 20px;
  border-radius: 30px;
}

.page_diagnosis_link a:hover {
  color: #688a5b;
  text-decoration: none;
  background: #fff;
  border: 2px solid #688a5b;
  padding: 10px 20px;
  border-radius: 30px;
}

.page_diagnosis_container #slick02 .slick-dots,
.page_diagnosis_container #slick04 .slick-dots {
  right: 0px;
  width: auto;
  bottom: -55px;
}

.page_diagnosis {
  clear: both;
}

.page_diagnosis .slick02_copytext_wrapper {
  float: right;
}

.page_diagnosis_image img {
  width: 100%;
  object-fit: cover;
  max-height: 450px;
  margin-top: 15px;
}

.page_diagnosis .panels {
  width: 31%;
  margin: 0px 1% 88px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #aed09c;
}

.page_diagnosis .panels img {
  max-width: 312px;
}

.page_diagnosis_left .slick02_img {
  border: 2px solid #f7f7f7;
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .page_diagnosis_index {
    font-size: 2.6rem;
  }

  .page_diagnosis_container {
    font-size: 1.6rem;
    padding: 44px 15%;
  }

  .page_diagnosis_right {
    padding-left: 0%;
    width: 60%;
  }

  .page_diagnosis_left {
    width: 39%;
    box-sizing: border-box;
    padding: 0 30px 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .page_diagnosis .panels {
    margin: 30px auto 30px;
    display: block;
    width: 100%;
  }

  .page_diagnosis .panels_left {
    display: inline-block;
    /* width: 36%; */
    vertical-align: top;
  }

  .panels_right {
    display: inline-block;
    width: 61%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 991px) {
  .panels_left {
    display: block;
    width: 100%;
    vertical-align: top;
  }

  .panels_right {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .page_diagnosis_right {
    margin-top: 30px;
    padding: 0;
    display: block;
    width: 100%;
  }

  .page_diagnosis_left {
    display: block;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .page_diagnosis_container {
    padding: 30px 20px;
  }

  .page_diagnosis_container #slick02 .slick-dots,
  .page_diagnosis_container #slick04 .slick-dots {
    right: 0;
    bottom: -30px !important;
  }

  .page_diagnosis_left .slick02_img {
    margin: 0 auto;
  }

  .page_diagnosis_container #slick02 .slick-dots,
  .page_diagnosis_container #slick04 .slick-dots {
    position: relative;
  }
}

/* page_price */
.page_price_list {
  overflow: auto;
  white-space: nowrap;
}

.page_price_button {
  width: 282px;
  border: 1px solid #aed09c;
  border-radius: 30px;
  padding-top: 7px;
  margin: 0 15px;
}

.page_price_button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #99BB83;
  border: 1px solid #99BB83 !important;
}

.page_price_link:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.page_price_link:active {
  text-decoration: none !important;
  color: #99BB83 !important;
}

.page_price_table th,
.page_price_table td {
  width: 33%;
  text-align: center;
  border: 1px solid #efe9c8;
}

.page_price_table th {
  font-weight: bold;
  color: #688a5b;
  background-color: #fcfaf0;
}

.page_price_index {
  font-size: 2.6rem;
}

.page_price_subindex {
  color: #b1b1b1;
  letter-spacing: 3.5px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 656px) {
  .page_price_button {
    margin-bottom: 20px;
  }

  .page_price_text {
    font-size: 1.1rem;
  }
}

/* llike bootstrap */
.pt-80 {
  padding-top: 80px;
}

.p-0 {
  padding: 0 !important;
}

.pt-1 {
  padding-top: .25rem !important;
}

.pl-2 {
  padding-left: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 2rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 2rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mr-1 {
  margin-right: .25rem !important;
}

.mr-2 {
  margin-right: .5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 2rem;
}

.ml-0 {
  margin-right: 0rem !important;
}

.ml-1 {
  margin-left: .25rem !important;
}

.ml-2 {
  margin-left: .5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 0rem;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: .25rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
  float: left;
}

.d-inline {
  display: inline !important;
}

.p-relative {
  position: relative !important;
}

.bold {
  font-weight: bold !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.active {
  color: #688a5b;
}

.active2 {
  color: #688a5b;
}

.b-none {
  border: none !important;
}

.b-radius16 {
  border-radius: 16px !important;
}

.b-radius20 {
  border-radius: 20px !important;
}

.center-block {
  margin: 0 auto;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #f7f7f7 !important;
}

.bg-none {
  background-color: transparent !important;
}

.black {
  color: #000 !important;
}

@media only screen and (min-width: 992px) {
  .br-sp {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .br-sp {
    display: block;
  }
}

/* for lightnig admin */
.veu_adminEdit {
  display: none;
}

@media (min-width: 0px) and (max-width: 1400px) {
  .container {
    width: 100% !important;
  }
}

/* for iPhoneSE,5 */
@media only screen and (max-width: 375px) {
  .top_icon img {
    width: 23px;
  }

  h2, .forfirst h3 {
    font-size: 18px !important;
  }
}

a.mr-5 {
  color: #688a5b;
}

a:hover {
  color: #476038;
}

a {
  color: #7CA46D;
}

.announce {
  margin: 30px;
  padding: 20px 50px;
  background-color: #fffefa;
  border: solid 3px red;
}

.announce__sentence {
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
  font-weight: 500;
  color: #333333;
  font-size: 17px;
  margin-bottom: 0;
}

.entry-body, .widget .entry-body {
  padding: 0;
}

.entry-body {
  padding: 0;
}