@charset "utf-8";
#content p {
  margin-bottom: 1.55em;
  line-height: 1.45;
}
#content p:last-child {
  margin-bottom: 0;
}
body.page-template-page-onecolumn #content .wrap {
  max-width: 1000px;
  margin: 0 auto;
}
body.page-template-page-onecolumn #content .onecolumn_h2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
}
body.page-template-page-onecolumn #content .onecolumn_h2 h2 {
  background-color: unset;
  color: #3b362b;
  font-size: 33px;
  line-height: 1.35em;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 10px 0px 10px;
  margin: 0;
  border: none;
}
body.page-template-page-onecolumn #content .onecolumn_h2 p {
  background-color: unset;
  color: #1995dd;
  line-height: 1em;
  font-size: 14px;
  margin: 12px auto 0;
  font-weight: 500;
  letter-spacing: 1px;
}
/*****768以下*****/
@media screen and (max-width: 768px) {
  #content p {
    margin-bottom: 1.75em;
    line-height: 1.75;
  }
  #content .post h2.o-hd-ttl {
    padding: 0;
    border: unset;
    margin-top: 5px;
    font-weight: 600;
    background-color: unset;
    color: #007fea;
  }
  body.page-template-page-onecolumn #content .onecolumn_h2 h2 {
    width: 100%;
    text-align: center;
    font-size: 6.5vw;
    padding: 5px 0 0;
  }
  body.page-template-page-onecolumn #content .onecolumn_h2 p {
    font-size: 4.5vw;
    margin-top: 1.5vw;
  }
  #content p.m-lead {
    margin: 0;
    padding-bottom: 15px;
  }
}

/******************************************************************************/
/******下層主要ページのh1*********************************************************/
/******************************************************************************/
.postid-3913 #page_tile {
  display: none;
}
.page-id-4824 #page_tile ,
.page-id-4822 #page_tile ,
.page-id-4455 #page_tile ,
.page-id-4894 #page_tile {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 70px 100px;
  align-content: center;
  background-image: linear-gradient(
    35deg,
    #5fcbef 0%,
    #007fea 15%,
    #007fea 40%,
    #68d8fd 70%,
    #007fea 100%
  );
  position: absolute;
  top: 2.5%;
  left: 0;
  width: 93%;
  margin: 30px 0 70px;
  border-radius: 0 35px 35px 0;
  overflow: hidden;
  z-index: 0;
}
.page-id-4455 #page_tile{
  top: 1.5%;
}
#page_tile {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 70px 100px;
  align-content: center;
  background-image: linear-gradient(
    35deg,
    #5fcbef 0%,
    #007fea 15%,
    #007fea 40%,
    #68d8fd 70%,
    #007fea 100%
  );
  position: relative;
  width: 93%;
  margin: 30px 0 70px;
  border-radius: 0 35px 35px 0;
  overflow: hidden;
  z-index: 0;
}
#page_tile:before {
  content: "";
  width: 100%;
  background-image: url("images/h1_title_back.png");
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
  z-index: 15;
}
#page_tile > div {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: nowrap;
  color: #fff;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  z-index: 20;
}
#page_tile > div h1.under_title {
  width: auto;
  background: none;
  color: #fff;
  text-shadow: unset;
  padding: 0;
  display: inline-block;
  border: none;
  text-align: left;
  line-height: 1em;
  margin: 0;
  font-size: 60px;
  letter-spacing: 2px;
  padding: 12px 0 9px 0;
  position: relative;
  font-weight: 700;
}
#page_tile > div p.english {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1.25em;
  margin: 0px 0 0px 5px;
  color: #fff;
}
#page_tile > div p {
  letter-spacing: 3px;
  font-size: 21px;
}
#page_tile div#breadcrumb {
  width: 100%;
  background: none;
  min-width: 660px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-flow: row;
}
#page_tile div#breadcrumb a {
  text-decoration: none;
  color: #fff;
}
.imonials-page,
.voice-list {
  margin-top: 300px;
  position: relative;
}
.voice-list-content{
  margin: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #page_tile {
    z-index: 0;
    padding: 7% 7%;
    margin: 22% 0 7% 0;
    width: 96%;
    border-radius: 0 35px 35px 0;
    position: relative;
  }
  #page_tile > div h1.under_title {
    font-size: 6.5vw;
    margin-bottom: 0;
    line-height: 1.45em;
    padding: 0;
  }

  #page_tile > div p.english {
    font-size: 3.5vw;
    letter-spacing: 1.5px;
  }
  #page_tile div#breadcrumb {
    margin: 0;
    padding: 0;
    min-width: 0;
  }
  .page-id-4824 #page_tile ,
  .page-id-4822 #page_tile ,
  .page-id-4455 #page_tile ,
  .page-id-4894 #page_tile {
    z-index: 0;
    padding: 7% 7%;
    margin: 1rem 0 7% 0;
    width: 96%;
    border-radius: 0 35px 35px 0;
    position: relative;
  }
  
  .imonials-page,
  .voice-list {
    margin-top: 0;
    position: relative;
  }

  .imonials-page {
    width: 90%;
    margin: 0 auto;
  }

  .voice-list .voice-list-content{
    margin: 20px 0;
    margin-top: 0;
    position: relative;
  }
}
/******************************************************************************/
/******下層主要ページのh1*********************************************************/
/******************************************************************************/
#contact_page .cta_text {
  margin-bottom: 50px;
  padding: 0 2%;
}
#contact_page .cta_text p {
  margin-bottom: 0.75em;
  text-align: center;
}
#contact_form {
  border-spacing: 0;
  border-collapse: collapse;
}
table#contact_form p{
  color: #fff;
}
table#contact_form .check-text p{
  color: #333;
}
/* #contact_form tr:nth-child(odd) {
  background: #fdf7e8;
} */
#contact_form th span {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ff9519;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-right: 10px;
}
#contact_form th,
#contact_form td {
  padding: 20px 5px;
  border: 2px solid #fff;
  border-radius: 20px;
}
#contact_form td {
  width: 65%;
  padding-right: 50px;
}
#contact_form th {
  width: 35%;
  padding-left: 50px;
}
#contact_form td textarea.wpcf7-textarea,
#contact_form td input.wpcf7-text,
#contact_form td select.wpcf7-select,
#contact_form td input.wpcf7-date {
  width: 100%;
  padding: 5px 10px;
  margin: 5px 0;
  font-weight: 500;
  color: #3a3a3a;
  border: solid 1px #d5d5d5;
  background: #ffffff;
}
#contact_form td input.wpcf7-text,
#contact_form td select.wpcf7-select,
#contact_form td input.wpcf7-date {
  max-width: 650px;
}
#contact_form span.wpcf7-list-item {
  margin: 0 0 0.35em 0;
}
#contact_form span.wpcf7-list-item span.wpcf7-list-item-label {
  margin-right: 1em;
}
#contact_form td span.gray {
  display: block;
  font-size: 15px;
  color: #fd7801;
}
#contact_form td span.red {
  display: block;
  font-size: 16px;
  color: #fd7801;
  font-weight: 500;
}
.contact_p1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.contact_p1 input {
  text-align: center;
  background: #1995dd;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  width: 240px;
  border-radius: 8px;
  border: unset;
  box-shadow: none;
  color: #fff;
  letter-spacing: 4.4px;
}
/*サンクスページ*/
body.page-template-page-onecolumn #content #thanks_page_wrap {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #contact_page .cta_text p {
    text-align: left;
  }
  #contact_form th,
  #contact_form td {
    width: 100%;
    padding: 1% 0%;
  }
  #contact_form tr {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
  }
  #contact_form tr {
    padding: 4% 3%;
  }
  /*サンクスページ*/
  body.page-template-page-onecolumn #content #thanks_page_wrap {
    margin-bottom: 15vw;
    padding: 0 2%;
  }
}
/***********************************************************************************/
#corona_mainimg {
  margin: 0 auto 90px;
  width: 100%;
  background: linear-gradient(135deg, #fdc018, #1995dd);
}
#corona_mainimg figure {
  padding: 65px 0 80px;
}
.page-template-page-onecolumn #corona_page .wrap.coronatext_wrap {
  position: relative;
  padding: 55px 70px 40px;
  margin-bottom: 60px;
}
.wrap.coronatext_wrap:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50px;
  width: 900px;
  right: 50px;
  bottom: 0;
  border: 2px solid #f08300;
}
.wrap.coronatext_wrap h3 {
  font-size: 23px;
}
#corona_page .wrap.coronatext_wrap h3 {
  width: 700px;
  margin: 0 auto;
  border: none;
  font-size: 31px;
  text-align: center;
  background: white;
  position: absolute;
  top: -0.35em;
  z-index: 5;
  padding: 0;
  letter-spacing: 1.3px;
  left: 150px;
  color: #f08300;
}
#corona_page .wrap.coronatext_wrap h3:before {
  display: none;
}
#corona_page .wrap.coronatext_wrap p {
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 1.7em;
}
#corona_page ul.wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
}
#corona_page ul.wrap li {
  margin-bottom: 80px;
  width: 33.333333333333333333%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  background-image: linear-gradient(135deg, #fdc018, #1995dd);
  border-radius: 12px;
  padding: 30px 0 0;
}
#corona_page ul.wrap h4 {
  border: unset;
  background: none;
  font-size: 23px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #fff;
  margin: 8px 0 20px;
  font-weight: 600;
}
#corona_page ul.wrap li figure {
  text-align: center;
  width: 100%;
}
#corona_page ul.wrap li img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #corona_mainimg {
    margin: 20% auto 15vw;
  }
  #corona_mainimg figure {
    padding: 0;
  }
  .page-template-page-onecolumn #corona_page .wrap.coronatext_wrap {
    border: 2px solid #f08300;
    width: 96%;
    margin: 3% auto 5%;
    padding: 10% 3% 4%;
  }
  .wrap.coronatext_wrap:after {
    display: none;
  }
  #corona_page .wrap.coronatext_wrap p {
    text-align: left;
  }
  #corona_page .wrap.coronatext_wrap h3 {
    /* padding: 0; */
    width: 70%;
    left: 15%;
    top: -1.3em;
    font-size: 4.9vw;
    letter-spacing: 0.35vw;
  }
  #corona_page ul.wrap {
    justify-content: space-evenly;
    padding: 10vw 0;
  }
  #corona_page ul.wrap li {
    width: 47%;
    max-width: initial;
    padding: 5% 0 0;
    margin-bottom: 3%;
  }
  #corona_page ul.wrap li h4 {
    margin: 1% 0 7%;
    font-size: 3.65vw;
    padding: 0 0 2%;
  }
}

/******************************************************************************/
/********お問い合わせ************************************************************/
/******************************************************************************/
#contact_area {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-image: url(images/contact_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#contact_area_inner {
  width: 100%;
  max-width: 900px;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 45px 0;
}
#contact_area #contact_area_inner::before {
  content: "";
  width: 100%;
  max-width: 900px;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.67);
  display: block;
  height: 100%;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
#contact_area_inner .contact_title {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#contact_area_inner .contact_title p {
  background-color: unset;
  color: #1995dd;
  line-height: 1em;
  font-size: 14px;
  margin: 12px auto 0;
  font-weight: 500;
}
#contact_area h2 {
  margin-top: 10px;
  color: #573207;
  background: none;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
}
#contact_area h3 {
  color: #573207;
  background: none;
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.25em;
  letter-spacing: 3px;
  font-weight: 600;
}
#contact_area ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 834px;
  margin: 0 auto;
}
#contact_area ul li {
  width: 48%;
}
#contact_area ul li:nth-child(1) {
  margin-bottom: 24px;
  width: 100%;
}
#contact_area ul li img {
  margin: 0 auto;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  #contact_area {
    padding: 16% 3%;
  }
  #contact_area_inner {
    padding: 6% 4%;
  }
  #contact_area h2 {
    font-size: 4.5vw;
  }
  #contact_area h3 {
    font-size: 4.35vw;
    letter-spacing: 0.6vw;
    margin-top: 0.5em;
  }
  #contact_area ul {
    flex-direction: column;
  }
  #contact_area ul li {
    width: 100%;
    max-width: 450px;
    margin-bottom: 4%;
  }
  #contact_area ul li:nth-child(3) {
    background: #34b4e3;
    border-radius: 8px;
    max-width: 400px;
  }
  #contact_area ul li:nth-child(4) {
    background: #16bc12;
    border-radius: 8px;
    max-width: 400px;
  }
  #contact_area ul li label img {
    image-rendering: auto;
  }
}
/**********************************************************/
/********店舗一覧*******************************************/
/**********************************************************/
#shoplist_area {
  background-image: url("images/hospital_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 30px 110px;
}
#shoplist_area .wrap {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto;
}
#shoplist_area .wrap a {
  position: absolute;
  bottom: -9px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  #shoplist_area {
    padding: 16vw 2vw 15vw;
  }
  #shoplist_area .wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #shoplist_area .wrap a {
    position: static;
    bottom: auto;
    width: 70%;
    margin-top: 5%;
  }
  #shoplist_area .wrap figure {
    max-width: 630px;
  }
}
.postid-736 #page_tile {
  display: none;
}

.category-news #wrapper {
  width: 100%;
  padding: 0;
}

.category-news #content {
  width: 100%;
}

.s_page {
  max-width: 950px;
  width: 100%;
  margin: auto;
  padding: 60px 15px;
}

.p-post-block:nth-child(odd) {
  background: #fdf7e8;
}

.p-post-block {
  padding: 15px 30px;
  min-height: 50px;
}

.p-post-info {
  padding-top: 2px;
  float: left;
}

.p-post-date {
  display: inline-block;
  margin: 0 30px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  vertical-align: middle;
}

.p-post-cat {
  display: inline-block;
  padding: 6px 0;
  background: #1995dd;
  width: 135px;
  height: auto;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}

.p-post-cat a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

.is-campaign {
  background: #589e76;
}

.p-post-link {
  /* padding-top: 3px; */
  width: 540px;
  float: right;
}

.p-post-link a {
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

.p-post-link a:hover {
  text-decoration: underline;
}

.category-news #content .post {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .p-blog-block {
    margin: 0 auto;
    width: 90%;
  }

  .p-post-link {
    width: 100%;
    float: inherit;
  }

  .p-post-block {
    padding: 20px 5%;
  }

  .p-post-info {
    padding: 0 0 5px;
    float: inherit;
  }

  .p-group {
    padding: 30px 0 50px;
  }
}

/**/
.reason {
  padding: 80px 0 100px;
}
.reason_box {
  margin: 0 0 100px auto;
  position: relative;
  padding: 40px 70px 60px;
  background: #f7f7f7;
  width: 676px;
}
.reason_box:nth-child(even) {
  margin: 0 0 100px;
}
.r-img {
  position: absolute;
  width: 246px;
  left: -190px;
  top: 50%;
  transform: translateY(-50%);
}
.reason_box:nth-child(even) .r-img {
  right: -190px;
  left: inherit;
}
.r-point {
  padding-bottom: 10px;
  color: #1995dd;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.r-point-s {
  font-size: 18px;
}
.r-point-l {
  padding-left: 10px;
  font-size: 43px;
  font-weight: bold;
}
#content .r-hd {
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  text-align: center;
  color: #1995dd;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: none;
}
.reason_box:last-child {
  margin-bottom: 0;
}
.r-hd span {
  display: block;
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .m-page-ttl02 {
    letter-spacing: 0;
  }
  .l-topicPath {
    background: #f6f6f6;
    padding-top: 30px;
  }
  .m-page-container {
    background: #f6f6f6;
  }
  .r-img {
    left: 50%;
    margin-left: -90px;
    top: -120px;
    transform: inherit;
    width: 180px;
  }
  .reason_box:nth-child(even) .r-img {
    left: 50%;
    right: inherit;
    margin-left: -90px;
    top: -120px;
    transform: inherit;
    width: 180px;
  }
  .r-img img {
    width: 100%;
  }
  .reason_box {
    margin: 150px auto 0;
    width: 100%;
    padding: 60px 20px 20px 20px;
  }
  .reason_box:first-child {
    margin-top: 120px;
  }
  .reason_box:nth-child(even) {
    margin: 150px auto 0;
    width: 100%;
    padding: 60px 20px 20px 20px;
  }
  .reason {
    padding: 30px 0 50px;
  }
  .r-point-s {
    font-size: 14px;
  }
  .r-point-l {
    font-size: 40px;
    padding-left: 5px;
  }
  #content .r-hd {
    font-size: 23px;
    border: none;
  }
  .r-hd span {
    font-size: 1.4rem;
  }
}

/**/
.inner_c {
  max-width: 900px;
  margin: auto;
}
.obsession {
  padding: 290px 0 0;
}
.obsession_box {
  position: relative;
  margin: 390px auto 0;
  padding: 100px 70px 40px;
  background: #f7f7f7;
}
.obsession_box:first-child {
  margin: 0 auto;
}
.o_img {
  position: absolute;
  top: -306px;
  left: 50%;
  margin-left: -245px;
}
#content .o-hd-ttl {
  font-size: 27px;
  color: #1995dd;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: none;
  margin: 0;
  padding: 0;
}
.o-hd-s {
  display: block;
  padding: 8px 20px;
  background: #1995dd;
  border-radius: 8px;
  width: fit-content;
  margin: 12px auto 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.o-hd {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .inner_c {
    width: 90%;
  }
  .o_img {
    width: 250px;
    margin-left: -125px;
    top: -80px;
  }
  .o_img img {
    max-width: 100%;
  }
  .obsession {
    padding: 0;
  }
  .obsession_box {
    margin: 130px auto 0;
    padding: 120px 20px 0;
  }
  .obsession_box p {
    padding-bottom: 20px;
  }
  #content .o-hd-ttl {
    font-size: 20px;
    border: none;
  }
  .o-hd-s {
    font-size: 18px;
    max-width: 100%;
    padding: 10px;
  }
  .o-hd {
    padding-bottom: 20px;
  }
  .obsession_box:first-child {
    margin: 30vw auto 0;
  }
  .access_text tr {
    display: flex;
    flex-wrap: wrap;
  }
  .access_text table tr th{
    width: 100%;
  }
  .access_text table tr td{
    width: 100%;
  }
}

.company-table {
  margin: 20px 0 100px;
  width: 100%;
}

.company-table th {
  padding: 13px 10px 13px 40px;
  width: 200px;
  font-size: 16px;
  font-weight: 700;
  vertical-align: top;
  text-align: left;
}

.company-table tr:nth-child(odd) {
  background: #fdf7e8;
}

.company-table td {
  padding: 13px 25px 13px 0;
  font-size: 16px;
  font-weight: 500;
}

.c-address {
  margin-bottom: 15px;
  line-height: 2;
}

.c-map iframe {
  width: 100%;
}

.c-detail dt {
  padding-bottom: 5px;
  font-weight: 700;
  color: #1995dd;
}

.c-detail {
  margin-bottom: 20px;
}

.p-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
}

.p-list li {
  margin-bottom: 10px;
  width: 330px;
}

.p-list li img {
  width: 100%;
}

.p-schedule li {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .company {
    width: 100%;
  }

  .company-table th {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #fdf7e8;
    font-size: 14px;
  }

  .company-table td {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
  }

  .company-table tr:nth-child(odd) {
    background: none;
  }

  .c-map {
    height: 150px;
  }

  .c-map iframe {
    height: 100%;
  }

  .p-list {
    display: block;
  }

  .p-list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .company-table {
    margin: 20px 0 50px;
  }

  .p-schedule li {
    margin-bottom: 5px;
  }
}

/*店舗一覧*/

.shop01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  background-color: #fff1cd;
}
.shop01 .inner {
  max-width: 1150px;
  width: 97.916666667%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: table;
}
.shop01 .inner ul {
  width: 60%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}
.store .shop01 .inner ul li {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #685b4b;
}
.store .shop01 .inner ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}
.shop01 .inner ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0;
  color: #685b4b;
}
.shop02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.shop02 .inner {
  max-width: 1180px;
  width: 97.916666667%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: table;
  padding-bottom: 100px;
}
.shop02 .inner #area01,
.shop02 .inner #area02,
.shop02 .inner #area03,
.shop02 .inner #area04,
.shop02 .inner #area05 {
  width: 100%;
  height: auto;
  margin: 60px 0 25px 0;
  padding: 0;
}
.shop02 .inner #area01 strong,
.shop02 .inner #area02 strong,
.shop02 .inner #area03 strong,
.shop02 .inner #area04 strong,
.shop02 .inner #area05 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  color: #685b4b;
  display: block;
}
.shop02 .inner #area01 strong span,
.shop02 .inner #area02 strong span,
.shop02 .inner #area03 strong span,
.shop02 .inner #area04 strong span,
.shop02 .inner #area05 strong span {
  font-family: "arial";
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 1em;
  color: #685b4b;
  margin-top: 12px;
  display: block;
}
.shop02 .inner .cover {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  row-gap: 30px;
}
.shop02 .inner .cover ul {
  width: 30.79096044%;
  height: auto;
  margin: 0 1.27118644%;
  padding-bottom: 30px;
  border-radius: 15px;
  background-color: #fff1cd;
  padding-left: 0;
}
.shop02 .inner .cover ul li {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  padding: 0 15px;
}
.shop02 .inner .cover ul li:first-child {
  margin-bottom: 25px;
  padding: 0;
}
.shop02 .inner .cover ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.shop02 .inner .cover ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-align: left;
  line-height: 1em;
  color: #000000;
}
.shop02 .inner .cover ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(13px, 1.15vw, 14.5px);
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
  color: #000000;
}
.shop02 .inner .cover ul li:last-child ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 15px;
}
.shop02 .inner .cover ul li:last-child ul li {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}
.shop02 .inner .cover ul li:last-child ul li:first-child {
  float: left;
}
.shop02 .inner .cover ul li:last-child ul li:last-child {
  float: right;
}
.shop02 .inner .cover ul li:last-child ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 0.95vw, 15px);
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0;
  padding: 15px 0 15px 1vw;
  display: block;
}
.shop02 .inner .cover ul li:last-child ul li:first-child a {
  color: #000000;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #ffffff;
  background-image: url("images/shop_tel_icon.png");
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.shop02 .inner .cover ul li:last-child ul li:last-child a {
  color: #ffffff;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #1995dd;
  background-image: url("images/shop_home_icon.png");
  background-position: 7% center;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: 0.3s;
}
.shop02 .inner .cover ul li:last-child ul li a:hover {
  transition: 0.3s;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  /* 店舗一覧ページ エリア */
  .shop01 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5.208333333% 0;
    background-color: #fff1cd;
  }
  .shop01 .inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 3.90625%;
    display: table;
  }
  .shop01 .inner ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-around;
  }
  .shop01 .inner ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .shop01 .inner ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.3vw;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0;
    color: #000000;
    transition: 0.3s;
  }
  .shop01 .inner ul li a:hover {
    transition: 0.3s;
    opacity: 0.3;
  }
}

@media screen and (max-width: 1024px) {
  .shop02 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .shop02 .inner {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0 3.90625%;
    display: table;
    padding-bottom: 100px;
  }
  .shop02 .inner #area01,
  .shop02 .inner #area02,
  .shop02 .inner #area03,
  .shop02 .inner #area04,
  .shop02 .inner #area05 {
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
    padding: 0;
  }
  .shop02 .inner #area01 strong,
  .shop02 .inner #area02 strong,
  .shop02 .inner #area03 strong,
  .shop02 .inner #area04 strong,
  .shop02 .inner #area05 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 6vw;
    font-weight: 600;
    text-align: center;
    line-height: 1em;
    color: #685b4b;
    display: block;
  }
  .shop02 .inner #area01 strong span,
  .shop02 .inner #area02 strong span,
  .shop02 .inner #area03 strong span,
  .shop02 .inner #area04 strong span,
  .shop02 .inner #area05 {
    font-family: "arial";
    font-size: 2.3vw;
    font-weight: normal;
    text-align: center;
    line-height: 1em;
    color: #685b4b;
    margin-top: 1.953125%;
    display: block;
  }
  .shop02 .inner .cover {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .shop02 .inner .cover ul {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding-bottom: 2.604166666%;
    border-radius: 15px;
    background-color: #fff1cd;
    display: table;
  }
  .shop02 .inner .cover ul li {
    width: 100%;
    height: auto;
    margin-bottom: 1.953125%;
    padding: 0 3.90625%;
  }
  .shop02 .inner .cover ul li:first-child {
    margin-bottom: 5.208333333%;
    padding: 0;
  }
  .shop02 .inner .cover ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .shop02 .inner .cover ul li strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.5vw;
    font-weight: 600;
    text-align: left;
    line-height: 1em;
    color: #000000;
  }

  .shop02 .inner .cover ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.7vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.5em;
    color: #000000;
  }
  .shop02 .inner .cover ul li:last-child ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 3.90625%;
  }
  .shop02 .inner .cover ul li:last-child ul li {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .shop02 .inner .cover ul li:last-child ul li:first-child {
    float: left;
  }
  .shop02 .inner .cover ul li:last-child ul li:last-child {
    float: right;
  }
  .shop02 .inner .cover ul li:last-child ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3vw;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0;
    padding: 3.5vw 0 3.5vw 2.5vw;
    display: block;
  }
  .shop02 .inner .cover ul li:last-child ul li:first-child a {
    color: #000000;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: #ffffff;
    background-image: url("images/shop_tel_icon.png");
    background-position: 3vw center;
    background-repeat: no-repeat;
    background-size: 3vw;
  }
  .shop02 .inner .cover ul li:last-child ul li:last-child a {
    color: #ffffff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #73440d;
    background-image: url("images/shop_home_icon.png");
    background-position: 3vw center;
    background-repeat: no-repeat;
    background-size: 3vw;
    transition: 0.3s;
  }
  .shop02 .inner .cover ul li:last-child ul li a:hover {
    transition: 0.3s;
    opacity: 0.5;
  }
}

/*アクセス*/
.access_content {
  padding: 60px 0 60px;
}
.access_content .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}
.access_content .access_text {
  width: 50%;
}
.access_content .top_gmap {
  width: 45%;
}
.access_content .access_text .logo {
  width: 100%;
  text-align: center;
}
.access_content .access_text .logo a {
  display: inline-block;
  margin: 0 auto 0.5em;
}
.access_content .access_text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.access_content figure.access-logo img {
  width: auto;
  margin: auto;
}
.access_content .access_text p {
  text-align: center;
  font-size: 14px;
  color: #545454;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin: 14px 0;
  font-weight: 500;
  margin-top: 22px;
}
.access_text ul li {
  width: 49%;
}
div.access_content div.top_gmap {
  width: 45%;
}
div.access_content div.top_gmap iframe {
  width: 100%;
  max-height: 530px;
  height: 100%;
}
.access_content .access_text .time_table {
  width: 100%;
}
/*****768以下*****/
@media screen and (max-width: 768px) {
  .access_content {
    padding: 40px 10px 10px;
  }
  .access_content .wrap {
    flex-direction: column;
  }
  .access_content .wrap .access_text,
  .access_content .wrap .top_gmap {
    width: 100%;
  }
  .access_content .access_text {
    padding: 0 2%;
  }
  .access_content .access_text .time_table {
    margin-bottom: 3%;
  }
  .access_content .wrap .top_gmap {
    margin: 8% auto 5%;
    min-height: 0;
    height: 90vw;
    max-height: 450px;
    width: 96%;
    position: relative;
  }
  .access_content .wrap .top_gmap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .access_content .wrap .top_gmap_bnr {
    max-width: 96%;
    margin: 0 auto;
  }
  .access_content .wrap .top_gmap_bnr img {
    image-rendering: auto;
  }
  .access_text table th{
    width: 15%;
  }
}

/******************************************************************************/
/********アクセスエリア************************************************************/
/******************************************************************************/
.top_title {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.top_title h2 {
  background-color: unset;
  color: #3b362b;
  font-size: 27px;
  line-height: 1em;
  margin-bottom: 0;
  padding: 10px 10px 0 10px;
  margin: 0;
  border: none;
  font-weight: 600;
}
.top_title p {
  background-color: unset;
  color: #1995dd;
  line-height: 1em;
  font-size: 14px;
  margin: 12px auto 0;
  font-weight: 500;
}
#access.top_content {
  padding: 80px 0;
}
#access.top_content .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
#access {
  padding: 100px 0 90px;
}
#access .top_title {
  margin-bottom: 50px;
}
#access .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}
#access .top_content_05_text {
  width: 50%;
}
#access .top_gmap {
  width: 45%;
}
#access .top_content_05_text .logo {
  width: 100%;
  text-align: center;
}
#access .top_content_05_text .logo a {
  display: inline-block;
  margin: 0 auto 0.5em;
}
#access .top_content_05_text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#access .top_content_05_text p {
  text-align: center;
  font-size: 17px;
  color: #333;
  letter-spacing: 0.6px;
  line-height: 1.5em;
  margin: 14px 0;
  font-weight: 500;
  margin-top: 22px;
}
.top_content_05_text ul li {
  width: 49%;
}
div#access div.top_gmap {
  width: 45%;
}
div#access div.top_gmap iframe {
  width: 100%;
}
#access .top_content_05_text .time_table {
  width: 100%;
}
.access_text table th,
.access_text table td {
  font-size: 18px;
}
.access_text table td {
  color: #333;
}
/*****768以下*****/
@media screen and (max-width: 768px) {
  #access {
    padding: 10% 2% 8%;
  }
  #access .top_title {
    margin-bottom: 4.5%;
  }
  #access .wrap {
    flex-direction: column;
  }
  #access .wrap .top_content_05_text,
  #access .wrap .top_gmap {
    width: 100%;
  }
  .top_content_05_text .time_table figure {
    width: 100%;
  }
  .top_content_05_text figure {
    width: 90%;
  }
  #access .top_content_05_text {
    padding: 0 2%;
  }
  #access .top_content_05_text .time_table {
    margin-bottom: 3%;
  }
  #access .wrap .top_gmap {
    margin: 8% auto 5%;
    min-height: 0;
    height: 90vw;
    max-height: 450px;
    width: 96%;
    position: relative;
  }
  #access .wrap .top_gmap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  #access .wrap .top_gmap_bnr {
    max-width: 96%;
    margin: 0 auto;
  }
  #access .wrap .top_gmap_bnr img {
    image-rendering: auto;
  }
  .top_title h2 {
    width: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 5.7vw;
    letter-spacing: 1px;
    line-height: 1.3em;
    font-weight: 600;
  }
}
/******************************************************************************/
/********お問い合わせ************************************************************/
/******************************************************************************/
#contact_area {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-image: url(images/contact_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#contact_area_inner {
  width: 100%;
  max-width: 900px;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 45px 0;
}
#contact_area #contact_area_inner::before {
  content: "";
  width: 100%;
  max-width: 900px;
  background: #fff;
  background-color: rgba(255, 255, 255, 0.67);
  display: block;
  height: 100%;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
#contact_area_inner .contact_title {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#contact_area_inner .contact_title p {
  background-color: unset;
  color: #1995dd;
  line-height: 1em;
  font-size: 14px;
  margin: 12px auto 0;
  font-weight: 500;
}
#contact_area h2 {
  margin-top: 10px;
  color: #573207;
  background: none;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: center;
}
#contact_area h3 {
  color: #573207;
  background: none;
  font-size: 32px;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.25em;
  letter-spacing: 3px;
  font-weight: 600;
}
#contact_area ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 834px;
  margin: 0 auto;
}
#contact_area ul li {
  width: 48%;
}
#contact_area ul li:nth-child(1) {
  margin-bottom: 24px;
  width: 100%;
}
#contact_area ul li img {
  margin: 0 auto;
}

/*****768以下*****/
@media screen and (max-width: 768px) {
  #contact_area {
    padding: 16% 3%;
  }
  #contact_area_inner {
    padding: 6% 4%;
  }
  #contact_area h2 {
    font-size: 4.5vw;
  }
  #contact_area h3 {
    font-size: 4.35vw;
    letter-spacing: 0.6vw;
    margin-top: 0.5em;
  }
  #contact_area ul {
    flex-direction: column;
  }
  #contact_area ul li {
    width: 100%;
    max-width: 450px;
    margin-bottom: 4%;
  }
  #contact_area ul li:nth-child(3) {
    background: #34b4e3;
    border-radius: 8px;
    max-width: 400px;
  }
  #contact_area ul li:nth-child(4) {
    background: #16bc12;
    border-radius: 8px;
    max-width: 400px;
  }
  #contact_area ul li label img {
    image-rendering: auto;
  }
}
/**********************************************************/
/********店舗一覧*******************************************/
/**********************************************************/
#shoplist_area {
  background-image: url("images/hospital_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 30px 110px;
}
#shoplist_area .wrap {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto;
}
#shoplist_area .wrap a {
  position: absolute;
  bottom: -9px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  #shoplist_area {
    padding: 16vw 2vw 15vw;
  }
  #shoplist_area .wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #shoplist_area .wrap a {
    position: static;
    bottom: auto;
    width: 70%;
    margin-top: 5%;
  }
  #shoplist_area .wrap figure {
    max-width: 630px;
  }
}
/**********************************************************/
/********料金一覧*******************************************/
/**********************************************************/
.price {
  max-width: calc(866px + 6%);
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
}

.price table {
  width: 100%;
  font-size: 13px;
  margin: 10px 0;
  border-collapse: collapse;
  border-spacing: 0px;
}

.price th,
.price td {
  padding: 10px 10px;
  width: 25%;
}

.price table,
.price td,
.price th {
  /* border: solid 1px #ccc; */
}

.price .charge table{
  border: none;
  border-collapse: separate;
  border-spacing: 3px 3px;
}

.price th {
  width: 20%;
  color: #fff;
  background-color: #1995dd;
  text-align: center;
  font-size: 17px;
}
.price th.th-price__text {
  border-radius: 5px;
}
.price td {
  color: #333;
  font-size: 17px;
  font-weight: 500;
}
dl.hoken_menu {
  padding: 0 2%;
  padding-top: 15px;
  border: 5px solid #c3ebff;
  border-radius: 5px;
}
.hoken_menu dt {
  border-radius: 0;
  border-left: 7px solid #1995dd;
  border-bottom: 1px #1995dd dashed;
  color: #333;
  margin-bottom: 10px;
  padding: 4px 10px;
  text-align: left;
  position: relative;
}
#content .price h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#content .price h3{
  padding: 6px 10px;
  clear: both;
  color: #333;
  background-color: #fff;
  border-bottom: 3px #1995dd dashed;
  border-left: 7px solid #007fea;
}
.hoken_menu dd {
  margin-bottom: 20px;
}
.price-color{
  color: #ff2a2a;
}
span.color_blue {
  color: #007fea;
}
#content .box1_over p {
  margin-top: 20px;
}
.charge img {
  width: 100%;
  height: auto;
}
/* 各症例 */

.treat_visit_over {
  max-width:1000px;
  width: 100%;
  overflow:hidden;
  }
  .treat_visit_over img {
  display:block;
  float:right;
  width:200px;
  }

  .red {
    color:red;
    }
    .symptoms_font {
      color: #0A5E88;
      font-size: 20px;
      font-weight: normal;
  }
  .bold {
      font-weight: bold;
  }
  .treat_visit_list_over {
    background: url("https://suzuran-758.com/wp-content/themes/amaterasu/image/visit_box_bg_02.jpg") scroll 0 bottom transparent;
    background-repeat: repeat-x;
    overflow: hidden;
    padding-bottom: 12px;
    max-width: 1000px;
    width: 100%;
    margin: 15px auto 20px;
}
.treat_visit_list_inner {
    background: url("https://suzuran-758.com/wp-content/themes/amaterasu/image/visit_box_bg_02.jpg") scroll 0 top transparent;
    background-repeat: repeat-x;
    overflow: hidden;
    padding-top: 12px;
    max-width: 1000px;
    width: 100%;
}
.treat_visit_list_inner li {
    background: url("https://suzuran-758.com/wp-content/themes/amaterasu/image/footer_icon.png") scroll 10px 4px transparent;
    background-repeat: no-repeat;
    background-position: left 12px top 46%;
    display: inline;
    line-height: 2.2;
    padding-left: 30px;
}
  .treat_visit_over img {
  display:block;
  float:right;
  width:170px;
  }
  
  .visit_box2 {
    background: url("https://suzuran-758.com/tenpaku/wp-content/themes/amaterasu/images/visit_box_bg_bow.png") scroll 0 bottom transparent;
    background-repeat: repeat-x;
    /* overflow: hidden; */
    padding-bottom: 60px;
    max-width: 660px;
    width: 100%;
    height: 150px;
    margin: 0px auto 45px;
    position: relative;
    display: flex;
    gap: 0;
    justify-content: space-between;
  }
  img.vist_bg {
    position: absolute;
    top: 135%;
    right: 50%;
    transform: translateY(-135%);
  }
  /* .visit_box2::after{
    contain: ();
      content: ();
      background: url("") no-repeat scroll 0 bottom transparent;
      position: absolute;
      top: 0;
      left: 0;
  } */
  .visit_left2 {
    display: block;
    float: left;
    width: 75px;
  }
  .visit_right2 {
    float: right;
    width: 100%;
    max-width: 80%;
  }
  .visit_right2 dt {
  margin-bottom:5px;
  }
  .visit_box2 .visit_right2 dt img{
    width: fit-content;
    margin: 0;
  }
  body.single-treatment #content p.m_bot20 {
    margin-bottom: 20px;
}

.syourei_campaign{
  width: 100%;
}
.yotsu_over {
  max-width:660px;
  width: 100%;
  overflow:hidden;
  }
  .yotsu_left {
  float:left;
  width:75%;
  }
  .yotsu_over img {
  display:block;
  float:right;
  width:25%;
  border:1px solid #f1edec;
  padding:1px;
  }
  .archive.post-type-archive #wrapper #sidebar{
    display: none;
  }
  @media screen and(max-width:769px) {
    .treat_visit_over {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      }
  }
/* 各症例 */


/* サイドバーcss */
div#sidebar {
  margin-top: 300px;
}
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container img.wp-image-100 {
  margin-bottom: 20px;
}

#sidebar #widget-area .widget-container img {
  margin-bottom: 10px;
}

#sidebar #widget-area .widget-container a:hover img {
  opacity: 0.7;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0 10px;
  float: left;
  clear: both;
	
/*   background-color: #none; */
}

#sidebar #widget-area .widget-container ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 11px 0 10px 20px;
  background-image: url("https:///suzuran-758.com/assets/img/side_nav_icon01.png");
  background-position: 5px 12px;
  background-repeat: no-repeat;
  border-bottom: 2.5px dotted #888888;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none; 
  color: #333333;
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #29c3fc;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #cc0000;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container h3 {
  border: 2px solid #007FEA;
  background-color: #007FEA;
  color: white;
  margin-bottom: 1em;
  padding: 15px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
}
#sidebar #widget-area .widget-container h3::before {
  content: " ";
  width: 6px;
  height: 70%;
  display: block;
  background-color: white;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
#sidebar #widget-area .widget-container h3::after {
  content: " ";
  width: 110%;
  height: 100%;
  background-color: #ffffff20;
  position: absolute;
  left: -10%;
  top: -60%;
  transform: rotate(-5deg);
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}
/* 患者様の声ページ エリア */
.voice-block {
  width: 100%;
  overflow: hidden;
  background-color: #e6f8ff;
}

.voice-float {
  padding: 10px;
  width: 50%;
  float: left;
}

.voice-float img {
  border: 10px solid #ffffff;
}

#content .voice-float p {
  margin-top: 0;
}

span.img-click {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding: 10px;
  background-color: #ff335c;
  border-radius: 5px;
  margin-top: 10px;
  border: 2px solid white;
}

.voice-name {
  display: block;
  background-image: url(../amaterasu/images/voice-icon.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 10px;
  padding-left: 90px;
  font-size: 24px;
  color: white;
  text-shadow: 0 0 10px #004062;
  overflow: hidden;
  background-color: #40bcffbf;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}

.voice-name span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.voice-name::before {
  content: " ";
  display: block;
  background-color: #009cee75;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 120%;
  height: 50%;
  transform: rotate(-5deg);
  z-index: -1;
}

.voice-strong {
  font-size: 18px;
  display: block;
  padding: 10px;
  background-color: white;
  border-left: 12px solid #007fea;
  width: 98%;
  box-shadow: 4px 4px 0 0 #007fea40;
  color: #007fea;
}
div#lightbox {
  margin-top: 2rem;
}

@media screen and (max-width:1300px) and (min-width: 768px) {
  .page-id-4824 #page_tile ,
  .page-id-4822 #page_tile ,
  .page-id-4455 #page_tile ,
  .treatment-template-default #page_tile{
    width: 1200px;
  }
}
@media screen and (max-width:768px) {
  header.archivettl {
    margin-bottom: 150px;
  }
  body.single-treatment #wrapper #content {
    width: 98%;
    padding: 0 2%;
  }
  #sidebar #widget-area {
    width: 98%;
    padding: 0 2%;
  }
  #sidebar #widget-area .widget-container img {
    margin-bottom: 10px;
    width: 50%;
  }
  .page-id-4824 #page_tile ,
  .page-id-4822 #page_tile ,
  .page-id-4455 #page_tile ,
  .treatment-template-default #page_tile {
    width: 93%;
  }
  .page-id-4824 #content .post,
  .page-id-4822 #content .post,
  .page-id-4455 #content .post,
  .treatment-template-default #content .post {
    margin-top: 0;
  }
  .treatment-template-default #page_tile {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 35px 45px;
    -ms-flex-line-pack: center;
        align-content: center;
    background-image: -o-linear-gradient(
      55deg,
      #5fcbef 0%,
      #007fea 15%,
      #007fea 40%,
      #68d8fd 70%,
      #007fea 100%
    );
    background-image: linear-gradient(
      35deg,
      #5fcbef 0%,
      #007fea 15%,
      #007fea 40%,
      #68d8fd 70%,
      #007fea 100%
    );
  }

body.single-treatment #content .post {
  margin-top: 150px;
}
div#sidebar {
  margin-top: 150px;
}
}
@media screen and (max-width:768px) {
  header.archivettl {
    margin-bottom: 150px;
  }
  body.single-treatment #wrapper #content {
    width: 98%;
    padding: 0 2%;
  }
  #sidebar #widget-area {
    width: 83%;
    padding: 0;
    margin: 0 auto;
  }
  #sidebar #widget-area .widget-container img {
    margin-bottom: 10px;
    width: 100%;
  }
  
  div#sidebar {
    margin-top: 50px;
  }
  /* 患者様の声ページ エリア */
.voice-block {
  width: 95%;
  overflow: hidden;
  margin: auto;
}

.voice-float {
  width: 100%;
  padding: 10px;
  float: none;
}

.voice-float img {
  border: 10px solid #ffffff;
  width: 80%;
  margin: auto;
}

#content .voice-float p {
  margin-top: 0;
}

span.img-click {
  display: block;
  width: 80%;
  margin: auto;
  margin-top: 10px;
  padding: 10px;    
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: #ff335c;
  border-radius: 5px;
  border: 2px solid white;

}

.voice-name {
  display: block;
  background-image: url(../amaterasu/images/voice-icon.png);
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 10px;
  padding-left: 90px;
  font-size: 24px;
  color: white;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}

.voice-name span {
  display: block;
  font-size: 14px;
}

.voice-name::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 120%;
  height: 50%;
  transform: rotate(-5deg);
  z-index: -1;
}

.voice-strong {
  font-size: 18px;
  display: block;
  padding: 10px;
  background-color: white;
  width: 98%;
}
}
@media screen and (max-width:600px) {
  .page-id-4824 #page_tile ,
  .page-id-4822 #page_tile ,
  .page-id-4455 #page_tile ,
  .page-id-4894 #page_tile ,
  .treatment-template-default #page_tile {
    width: 98%;
    top: 7%;
  }
  .page-id-4824 #content .post,
  .page-id-4822 #content .post,
  .page-id-4455 #content .post,
  .treatment-template-default #content .post {
    margin-top: 0;
    padding-bottom: 0;
  }
}


/* 初めての方へページ */

.visit_box.visit_step,.visit_box_02.visit_step {
  border: 2px solid #DBEEFC;
  border-radius: 5px;
  margin: 10px 0;
  padding: 20px 30px 10px;
  width: 100%;
  background: unset;
  display: flex;
  gap: 0 20px;
  justify-content: flex-start;
  align-items: flex-start;
}

.visit_step .visit_left {
  max-width: 130px;
  width: 100%;
  display: block;
}

.visit_step p.visit_left:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 16px 0 16px 16px;
  margin: 10px 0 0 50px;
  border-color: transparent transparent transparent #5FB7E5;
  transform: translateY(0.1em) scale(0.8) rotate(90deg);
}

.visit_box_02.visit_step p.visit_left:after {
  content: unset;
}

.visit_step .visit_right {
  /* float: right; */
  max-width: 500px;
  width: fit-content;
  padding-right: 5px;
  text-align: left;
}

.visit_box.visit_step dt,.visit_box_02.visit_step dt {
  color: #1786C2;
  font-weight: bold;
  margin-bottom: 3px;
  height: auto;
}

.visit_box.visit_step dt.visit_text_title,.visit_box_02.visit_step dt.visit_text_title {
  color: #4C3514;
  font-weight: bold;
  margin-bottom: 5px;
  height: auto;
  border-bottom: 1px solid #DBEEFC;
}

.visit_box.visit_step .visit_right dd span,.visit_box_02.visit_step .visit_right dd span {
  font-size: 14px;
}


.visit_box_03 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
#content .visit-to_wrap h3 {
  border-radius: 0;
  border-left: 7px solid #1995dd;
  border-bottom: 1px #1995dd dashed;
  color: #333;
  margin-bottom: 10px;
  padding: 4px 10px;
  text-align: left;
  position: relative;
  background: unset;
}
@media screen and (max-width: 768px) {
  .visit_step .visit_left {
    float: unset;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
  }
  .visit_step .visit_left img {
    width: 200px;
    text-align: center;
    margin: auto;
  }
  .visit_step .visit_right {
    float: unset;
    width: 100%;
    padding-right: initial;
    text-align: left;
    margin-top: 20px;
  }
  .visit_step p.visit_left:after {
    content: unset;
  }
  .visit_step .visit_right:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    margin: 20px 0 0 47%;
    border-color: transparent transparent transparent #5FB7E5;
    transform: translateY(0.1em) scale(0.8) rotate(90deg);
  }
  .visit_box_02.visit_step .visit_right:after {
    content: unset;
  }
  .visit_box.visit_step dt, .visit_box_02.visit_step dt {
    font-size: 25px;
  }
  .visit_box.visit_step,.visit_box_02.visit_step {
    border: 2px solid #DBEEFC;
    border-radius: 5px;
    margin: 10px 0;
    padding: 20px 30px 10px;
    width: 100%;
    background: unset;
    display: flex;
    gap: 0 20px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .visit_box_03 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

/* 初めての方へページ */
/* 2カラム用CTA */

.contact_box {
  width: 100%;
  height: auto;
  margin: 0;
}
.cta-tel-bnr{
  margin-bottom: 20px;
}
.contact_box .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.contact_box .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.contact_box .inner ul {
  width: 100%;
  height: auto;
  margin: 15px 0 30px 0;
  padding: 0;
  float: left;
}

.contact_box .inner ul li:first-child {
  width: 32.63473053%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.contact_box .inner ul li:last-child {
  width: 65.11976047%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.contact_box .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.contact_box .inner p {
  font-size: 16px;
  line-height: 1.6em;
  color: #003333;
  margin-bottom: 20px;
}
.page-contact {
    overflow: hidden;
    padding: 20px;
    border: 2px solid #007fea;
    border-radius: 10px;
    margin: 1em 0;
}

.page-contact p{
    margin: 0px 0px 13px;
}

.page-contact a {
    display: block;
}

table.table {
    width: 100%;
    border: none;
    border-top: 1px solid #007fea;
    border-left: 1px solid #007fea;
    margin: 1em 0;
}

table.table th {
    background-color: #007fea;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border: none;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    text-align: center;
    padding: 10px;
}

table.table tr:last-child th{
  border-bottom: solid 1px #007fea;
}

table.table td {
    font-size: 14px;
    border: none;
    font-weight: normal;
    border-right: 1px solid #007fea;
    border-bottom: 1px solid #007fea;
    text-align: left;
    padding: 10px;
    background-color: white;
}


#content div#columns-contact_area h2 {
  margin-top: 0;
  min-height: unset;
  letter-spacing: normal;
}
div#columns-contact_area {
  overflow: hidden;
  padding: 20px;
  border: 2px solid #007fea;
  border-radius: 10px;
  margin: 1em 0;
}
.page-template-default div#columns-contact_area {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  border: 2px solid #007fea;
  border-radius: 10px;
  margin: 1em auto;
}

.contact_box .page-contact p{
  margin: 0px 0px 13px;
}

.contact_box .page-contact a {
  display: block;
}

.contact_box table.table {
  width: 100%;
  border: none;
  border-top: 1px solid #007fea;
  border-left: 1px solid #007fea;
  margin: 0;
  margin-bottom: 27px;
  border-spacing: 0;
}

.contact_box table.table th {
  background-color: #007fea;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0,0,0,0.2);
  border: none;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  text-align: center;
  padding: 10px;
  border-radius: 0;
}

.contact_box table.table tr:last-child th{
border-bottom: solid 1px #007fea;
}

.contact_box table.table td {
  font-size: 14px;
  border: none;
  font-weight: normal;
  border-right: 1px solid #007fea;
  border-bottom: 1px solid #007fea;
  text-align: left;
  padding: 10px;
  background-color: white;
  border-radius: 0;
}
.contact_box .inner .cta-contact-bnr{
  margin-bottom: 20px;
}
.contact_box .inner a.cta-contact-bnr{
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
label.cta-line {
  display: inline-block;
  height: fit-content;
  margin-bottom: 20px;
  width: 100%;
}
body #content .contact_box .inner h3.cta-subtitle{
  width: 100%;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 20px;
  padding: 3px 10px;
  clear: both;
  color: #007fea;
  border-bottom: 2px dotted #007fea;
  border-left: 8px solid #007fea;
  background-color: unset;
  letter-spacing: normal;
  font-weight: bold;
  margin-top: 20px;
}
div#columns-contact_area.two-columns-cta p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}
.view {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact_box {
    width: 100%;
    height: auto;
    margin: 10px 0;
    box-shadow: unset;
  }
  
  .contact_box .inner {
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    box-shadow: unset;
  }
  
  .contact_box .inner img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .contact_box .inner ul {
    width: 100%;
    height: auto;
    margin: 2.604166666% 0 4.557291666% 0;
    padding: 0;
    float: left;
  }
  
  .contact_box .inner ul li:first-child {
    width: 32.63473053%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }
  
  .contact_box .inner ul li:last-child {
    width: 65.11976047%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }
  
  .contact_box .inner ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  
  .contact_box .inner p {
    font-size: 15px;
    line-height: 1.6em;
    color: #003333;
    margin-bottom: 2.604166666%;
  }
  .contact_box .inner a.cta-contact-bnr,
  .contact_box .inner label.cta-line{
    margin-bottom: 2%;
  }
  .page-template-default div#columns-contact_area {
    width: 92%;
  }
  div#columns-contact_area {
    margin: 1em 0 0;
  }
}
/* 2カラム用CTA */