@charset "UTF-8";

/*!
Theme Name: Cocoon Child Original
Description: Cocoon専用の子テーマ(オリジナル)
Template:   cocoon-master
Version:    1.0.0
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v6.4.0/css/all.css');

html {
  scroll-behavior: smooth;
  font-size: 62.5%; 
}

body {
  font-size: 1.6rem !important;
  background: #fff;
}

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


/********** header **********/
.logo_area {
  width: 18%;
  max-width: 250px;
}

.logo {
  text-align: left;
}

.logo-image {
  padding:0;
}

.header-in .logo_area .site-name-text-link {
  padding: 0;
}

.tagline {
  font-size: 1rem;
  margin: 0.2em 0.5em;
  color: #999;
  text-align: left;
}

#header {
  height: 90px;
}

#header-in {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.6rem;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

#header-in a:hover {
  opacity: .7;
  transition: .3s;
}

#header-in.wrap {
  width: 98%;
}

header .navi_contact {
  width: 82%;
  display: flex;
  justify-content: flex-end;
}

.navi-in.wrap {
  width: 100%;
}

.navi-in > ul {
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.navi-in > ul li {
  width: auto;
  padding: 10px;
  font-weight: bold;
}

.navi-in a:hover {
  background: none;
}

/* header contact_area */
header .contact_area {
  display: flex;
  margin: 5px 0 5px 10px;
}

header .contact_area dl.tel_contact_box {
  margin: 0 0.5em;
}

header .contact_area dl.tel_contact_box dt {
  font-weight: bold;
}

header .contact_area dl.tel_contact_box dd {
  line-height: 1.2;
  font-size: 1.2rem;
}

header .contact_area dl.tel_contact_box dd .tel {
  color: #3B9FED;
  font-weight: bold;
  font-size: 2.8rem;
  color: #3B9FED;
  text-decoration: none !important;
  display: block;
}

header .contact_area .sns_btns {
  padding-left: 0;
  display: flex;
  align-items: center;
}

header .contact_area .sns_btns li {
  list-style: none;
  margin: 0 0.2em;
}

header .contact_area .sns_btns li a {
  display: block;
  width: 70px;
  height: 60px;
  background: #3B9FED;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
  padding: 5px 1px;
}

header .contact_area .sns_btns li.mail a::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
}

header .contact_area .sns_btns li.line a::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(img/ico_line.png) no-repeat 0 0/contain;
  display: block;
  margin: 2px auto ;
}


.menu-close-button {
  text-align: right;
  margin-right: 10px;
}

.tel {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  position: relative;
}

.tel::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.2em;
  font-size: 2rem;
}

/* drawer contact_area */
.menu-drawer a {
  padding: 15px 6px;
}

.menu-content {
  background: #1D3B72;
  color: #fff;
}

.menu-content a {
  color: #fff;
}

.menu-content a:hover {
  color: #fff;
  background: none;
}

.drawer_contact_area {
  padding: 0 1em;
}

.drawer_contact_area dl.tel_contact_box {
  margin: 0 0.5em 20px;
}


.drawer_contact_area dl.tel_contact_box dt {
  font-weight: bold;
  font-size: 1.4rem;
}

.drawer_contact_area dl.tel_contact_box dd {
  line-height: 1.2;
  font-size: 1.2rem;
}

.drawer_contact_area dl.tel_contact_box dd .tel {
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  color: #fff;
  text-decoration: none !important;
  display: block;
}

.drawer_contact_area .sns_btns {
  padding-left: 0;
  display: flex;
  align-items: center;
}

.drawer_contact_area .sns_btns li {
  list-style: none;
  margin: 0 0.2em;
}

.drawer_contact_area .sns_btns li a {
  display: block;
  width: 80px;
  height: 60px;
  background: #fff;
  color: #1D3B72;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 1px;
}

.drawer_contact_area .sns_btns li.mail a::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
}

.drawer_contact_area .sns_btns li.line a::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(img/ico_line_navy.png) no-repeat 0 0/contain;
  display: block;
  margin: 2px auto ;
}

@media screen and (max-width: 1400px) {
  #header {
    display: none;
  }
  
  .mobile-menu-buttons {
    display: flex;
    height: 50px;
  }
}

/********** appeal **********/
.appeal {
  width: 98%;
  margin: 0 auto;
  background-position: 50% 65%;
  border-radius: 50px 0 50px 0;
}

.appeal-in {
  height: 0;
  min-height: auto;
  position: relative;
  padding: 0;
  padding-top:39.2%;
}

.appeal-in.wrap {
  width: 100%;
  display: block;
}

.appeal-content {
  margin: 0;
  text-align: left;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}

.appeal-message {
  font-size: 2.6rem;
  color: #1D3B72;
  margin-bottom: 0;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

@media screen and (max-width: 1400px) {
  .appeal {
    width: 100%;
    border-radius: 0;
  }
}

@media screen and (max-width: 1023px){
  .appeal {
    background-position: 90% 75%;
  }
  
  .appeal-content {
    top: auto;
    bottom: 50px;
    transform: none;
  }
  
  .appeal-message {
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px){   
.appeal {
    background: url(img/mv_sp.jpg) no-repeat 0 0/cover;
  }

  .appeal-in {
    height: 0;
    min-height: auto;
    padding: 0;
    padding-top:87%;
  }
  
  .appeal-content {
    width: 100%;
    max-width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    padding: 1em;
    z-index: 2;
    background: #E8F5FF;
  }
  
  .appeal-message {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px){
  .appeal-in {
    padding-top:106.6666%;
  }
}

/********** footer **********/
.footer {
  padding: 10px 0 0;
  background: #F7FAFF;
}

.footer-bottom {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.footer-bottom a {
  text-decoration: none;
}

.footer-bottom .footer-bottom-left,
.footer-bottom .footer-bottom-right {
  width: 49%;
}

/* footer-bottom-left */
.footer-bottom .footer-bottom-site-info {
  display: flex;
}

.footer-bottom-logo {
  float: none;
  position: static;
  margin-right: 20px;
  flex: 1;
}

.footer-bottom-address {
  flex: 1;
}

.footer-bottom-logo .site-logo-image {
  max-width: 250px;
  height: auto;
}

.footer-bottom-logo p.txt {
  font-size: 1rem;
  margin-bottom: 10px;
}

.footer-bottom-logo .site-name-text-link {
  padding: 0;
}

.footer-bottom-address .btn_map a {
  display: block;
  border: 1px solid #1D3B72;
  background: #fff;
  color: #1D3B72;
  width: 180px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  position: relative;
}

.footer-bottom-address .btn_map a::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
}

.footer-bottom-address .btn_map a:hover {
  opacity: .7;
  transition: .3s;
}

.footer-bottom .footer-bottom-contact-info {
  display: flex;
}

.footer-bottom .footer-bottom-contact-info .tel_info,
.footer-bottom .footer-bottom-contact-info .sns_btns {
  flex: 1;
}

.footer-bottom .footer-bottom-contact-info .tel {
  color: #3B9FED;
  font-weight: bold;
  font-size: 2.4rem;
  color: #3B9FED;
  display: block;
  line-height: 1;
  margin-right: 20px;
  white-space: nowrap;
}

.footer-bottom .footer-bottom-contact-info .rcpt_hour {
  font-size: 12px;
}


.footer-bottom .footer-bottom-contact-info .sns_btns {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
}

.footer-bottom .footer-bottom-contact-info .sns_btns li {
  margin: 0 0.5em;
}

.footer-bottom .footer-bottom-contact-info .sns_btns li a {
  display: block;
  width: 120px;
  height: 60px;
  background: #3B9FED;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 1px;
}

.footer-bottom .footer-bottom-contact-info .sns_btns li.mail a::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
}

.footer-bottom .footer-bottom-contact-info .sns_btns li.line a::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(img/ico_line.png) no-repeat 0 0/contain;
  display: block;
  margin: 2px auto ;
}

.footer-bottom .footer-bottom-contact-info .sns_btns li a:hover {
  opacity: .7;
  transition: .3s;
}

/* footer-bottom-right */
.footer-bottom table.openhour {
  margin-bottom: 0;
}

.footer-bottom table.openhour tr:nth-of-type(2n+1) {
  background: none;
}

.footer-bottom table.openhour th {
  color: #1D3B72;
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
}

.footer-bottom table.openhour td {
  text-align: center;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
}

.footer-bottom table.openhour th:first-child,
.footer-bottom table.openhour td:first-child {
  text-align: left;
}

.footer-bottom .note_for_monday {
  margin-bottom: 10px;
}

.footer-bottom dl.openhour_details {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.footer-bottom dl.openhour_details dt {
  display: flex;
  align-items: center;
}

.footer-bottom dl.openhour_details dt .rsv_only {
  background: #1D3B72;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  margin-right: 10px;
}

.footer-bottom dl.openhour_details dd .last_treatment_time {
  margin-right: 10px;
}

.footer-bottom dl.openhour_details dd ul.ast {
  padding-left: 0;
}

.footer-bottom dl.openhour_details dd ul.ast li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

/* copyright */
footer .footer-bottom-content {
  float: none;
  text-align: center;
  background: #1D3B72;
  color: #fff;
  font-size: 1.2rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 1400px) {
  .footer-in {
    width: 98%;
  }
  
  .footer-bottom {
    justify-content: center;
  }
  
  .footer-bottom .footer-bottom-left {
    width: 47%;
  }
  
  .footer-bottom .footer-bottom-right {
    width: 52%;
  }
  
  .footer-bottom table.openhour th,
   .footer-bottom table.openhour td {
    font-size: 1.6rem;
  }
  
/*
  .footer-bottom .footer-bottom-contact-info .sns_btns li a {
    width: 80px;
  }
*/
}

@media screen and (max-width: 1023px){
  .footer-bottom {
    display: block;
  }
  
  .footer-bottom .footer-bottom-left,
  .footer-bottom .footer-bottom-right {
    width: 80%;
    margin: 0 auto;
  }
  
  .footer-bottom .footer-bottom-left {
    margin-bottom: 10px;
  }
  
  .footer-bottom-site-info,
  .footer-bottom-contact-info {
    justify-content: center;
  }
  
  .footer-bottom-logo,
  .footer-bottom-address,
  .footer-bottom .footer-bottom-contact-info .tel_info,
  .footer-bottom .footer-bottom-contact-info .sns_btns {
    flex: inherit;
  }
  
  .footer-bottom .footer-bottom-contact-info .tel_info {
    margin-bottom: 10px;
  }
  
  .footer-bottom table.openhour th,
  .footer-bottom table.openhour td {
      font-size: 1.4rem;
    }
  
  .footer-bottom dl.openhour_details {
    font-size: 1.2rem;
  }
  
}
@media screen and (max-width: 767px){
  .footer-bottom .footer-bottom-site-info,
  .footer-bottom .footer-bottom-contact-info {
    display: block;
    text-align: center;
  }
  
  .footer-bottom-logo .logo {
    text-align: center;
  }
  
  .footer-bottom-address .btn_map a {
    margin: 0 auto 20px;
  }
  
  .footer-bottom .footer-bottom-contact-info .sns_btns {
    justify-content: center;
  }
  
  .footer-bottom .footer-bottom-left,
  .footer-bottom .footer-bottom-right {
    width: 96%;
  }
  
  .footer-bottom .footer-bottom-left {
    margin-bottom: 20px;
  }
  
  .footer-bottom .footer-bottom-right {
    max-width: 600px;
  }
  
  .footer-bottom table.openhour th,
  .footer-bottom table.openhour td {
    font-size: 1.4rem;
  }
  
  .footer-bottom dl.openhour_details {
    text-align: left;
  }
}

@media screen and (max-width: 480px){  
  .footer-bottom dl.openhour_details {
    display: block;
  }
}


/********** contents **********/
.page .entry-content,
.page .article,
.page .footer {
  margin-top: 0;
  margin-bottom: 0;
}

.content {
  margin-top: 0;
}

.main {
  padding: 0;
  border: none;
}

main .article-header {
  position: relative;
  margin-bottom: 30px;
}

body.page:not(.home) .main .entry-title {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: #E8F5FF;
  color: #1D3B72;
  font-size: 2.8rem;
  margin: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 80px;
  text-align: center;
}

body.single-post .main .entry-title {
  display: block;
  color: #1D3B72;
  font-size: 2.8rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #1D3B72;
}
    
.entry-content {
  margin-top: 3em;
}

.bg_blue {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #E8F5FF;
  padding: 80px 0;
  margin-bottom: 0 !important;
}

.bg_white {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
  padding: 80px 0;
  margin-bottom: 0 !important;
}

.bg_inner_white {
  background: #fff;
  padding: 30px;
}

.row-reserve {
  flex-direction: row-reverse;
}

.wp-block-button a.wp-element-button {
  border-radius: 30px;
  background: #1D3B72;
  color: #fff;
  width: 320px;
  height: 60px;
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
}

.wp-block-button a.wp-element-button::before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
}

.wp-block-button a.wp-element-button::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg);
  transform-origin: right center;
}

.wp-block-button.mail a.wp-element-button,
.wp-block-button.line a.wp-element-button {
  background: #3B9FED;
}

.wp-block-button.mail a.wp-element-button::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
  top: auto;
  right: auto;
  margin-right: 10px;
  background: none;
  width: auto;
  height: auto;
}

.wp-block-button.line a.wp-element-button::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(img/ico_line.png) no-repeat 0 0/contain;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  right: auto;
  vertical-align: middle;
  margin-right: 10px;
}

.wp-block-button.mail a.wp-element-button::after,
.wp-block-button.line a.wp-element-button::after {
  content: none;
}

.wp-block-button a.wp-element-button:hover {
  opacity: .7;
  transition: .3s;
}

@media screen and (max-width: 1280px){ 
  body:not(.home) .entry-content {
    padding: 0 2%;
  }
  
  .bg_blue .wrap,
  .bg_white .wrap {
    width: 98%;
  }
}

@media screen and (max-width: 834px){   
  .wp-block-buttons.is-layout-flex {
    justify-content: center;
  }
}


/********** contact_block **********/
.contact_block {
  border: 4px solid #C2E2F8;
  max-width: 900px;
  margin: 60px auto;
  padding: 40px;
}

.contact_block .open_info {
  display: flex;
  justify-content: space-around;
}

.contact_block .open_info .tel_info {
  line-height: 1.5;
  text-align: center;
}

.contact_block .open_info .tel_info a.tel {
  display: block;
  text-decoration: none;
  color: #3B9FED;
  font-size: 3.6rem;
}

.contact_block .open_info .tel_info a.tel::before {
  font-size: 3rem;
}

.contact_block .open_info .tel_info .rcpt_hour {
  font-size: 14px;
}

.contact_block .open_info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact_block .open_info ul li {
  position: relative;
  padding-left: 15px;
}

.contact_block .open_info ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #3B9FED;
  position: absolute;
  left: 0;
  top: 0.5em;
  transform: rotate(45deg);
}

.contact_block ul.contact_btns {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: space-around;
  margin-top: 20px;
}

.contact_block ul.contact_btns li a {
  display: block;
  border-radius: 30px;
  background: #3B9FED;
  color: #fff;
  width: 320px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
}

.contact_block ul.contact_btns li.mail a::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
  line-height: 1.5;
  margin-right: 10px;
  display: inline-block;
}

.contact_block ul.contact_btns li.line a::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url(img/ico_line.png) no-repeat 0 0/contain;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.contact_block ul.contact_btns li a:hover {
  opacity: .7;
  transition: .3s;
}

@media screen and (max-width: 767px){
  .contact_block {
    padding: 20px;
    font-size: 1.4rem;
  }
  
  .contact_block .open_info {
    display: block;
  }

  .contact_block .open_info ul li {
    display: inline-block;
  }
  
  .contact_block ul.contact_btns {
    display: block;
    text-align: center;
  }

  .contact_block ul.contact_btns li {
    margin-bottom: 20px !important;
  }
}

/********** openhour **********/
main .openhour_block {
  max-width: 600px;
  margin: 0 auto 40px;
}

main table.openhour {
  margin-bottom: 10px !important;
}

main table.openhour tr:nth-of-type(2n+1) {
  background: none;
}

main table.openhour th {
  color: #1D3B72;
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
}

main table.openhour td {
  text-align: center;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
}

main table.openhour th:first-child,
main table.openhour td:first-child {
  text-align: left;
}

main .note_for_monday {
  margin-bottom: 10px;
  font-size: 14px;
}

main dl.openhour_details {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

main dl.openhour_details dt {
  display: flex;
  align-items: center;
}

main dl.openhour_details dt .rsv_only {
  background: #1D3B72;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 0;
}

main dl.openhour_details dd .last_treatment_time {
  margin-right: 10px;
}

main dl.openhour_details dd ul.ast {
  padding-left: 0;
}

main dl.openhour_details dd ul.ast li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}


@media screen and (max-width: 834px){  
  main dl.openhour_details {
    display: block;
  }
  
  main dl.openhour_details dd {
    margin-left: 0;
  }
}

/* gmap
----------------------------------------------------*/
main .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  margin-bottom: 40px !important;
}

main .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 480px){ 
  main .gmap {
    padding-bottom: 100%;
  }
}

/********** heading **********/
body:not(.home) .article h2 {
  background: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 2.8rem;
  color: #1D3B72;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

body:not(.home) .article h2::after {
  content: "";
  width: 40px;
  height: 4px;
  background: #1D3B72; 
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body:not(.home) .article h3 {
  background: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  color: #3B9FED;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #3B9FED;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/********** home **********/
.home h2 {
  background: none;
  padding: 0;
  margin-bottom: 30px;
  font-size: 3rem;
  color: #1D3B72;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: left;
}

.home h2.has-text-align-center {
  text-align: center;
}

.home .news {
  max-width: 800px;
  margin: 60px auto 0;
  padding-bottom: 80px;
}

.home .news ul.wp-block-latest-posts li {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}

.home .news ul.wp-block-latest-posts li time {
  width: 10em;
  font-size: 1.6rem;
}

.home .news ul.wp-block-latest-posts li a {
  width: calc(100% - 10em);
  display: block;
}

.home main .access h4 {
  border: none;
  padding: 0;
  margin: 0;
  color: #1D3B72;
}

.home main .access h4.name {
  font-size: 2.4rem;
}

.home main .access p {
  margin-top: 0;
}

.home main .access .tel {
  margin: 0;
  font-size: 4rem;
  color: #3B9FED;
  font-weight: bold;
  line-height: 1;
}

.home main .access .tel::before {
  font-size: 3rem;
}

.home main .access .tel a {
  color: #3B9FED;
  text-decoration: none;
}

.home .is-layout-flex {
  gap: 60px;
}

@media screen and (max-width: 1023px){
  .home .is-layout-flex {
    gap: 30px;
  }
}

@media screen and (max-width: 834px){
  .home main .access .tel {
    font-size: 3rem;
  }
}

/********** about **********/
.about main .name {
  font-size: 2rem;
  margin-bottom: 0;
}

/********** guide **********/
main .symptoms_block {
  border: 4px solid #C2E2F8;
  padding: 30px;
}

main .symptoms_block h4 {
  border: none;
  margin: 0;
  padding: 0;
  color: #1D3B72;
}

main .symptoms_block p {
  margin: 0;
  padding: 0;
}

main .symptoms_block p+h4 {
  margin-top: 20px;
}

main .flow_box {
  border: none;
  background: #fff;
  border-radius: 0;
  padding: 30px;
  position: relative;
  margin-bottom: 60px !important;
}

main .flow_box .block-box {
  border: none;
  padding: 0;
}

main .flow_box:not(:last-of-type)::after {
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #1D3B72;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

main .flow_box:last-of-type {
  margin-bottom: 0 !important;
}

main .flow_box h4 {
  color: #1D3B72;
  border: none;
  margin-bottom: 10px !important;
  font-size: 2rem;
  padding: 0;
}

main .flow_box h4 .marker {
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  background: #1D3B72;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-family: 'Josefin Sans', sans-serif;
  margin-right: 5px;
}

main .faq-item-label {
  font-size: 3.2rem;
}

/*
main .faq-item {
  padding: 20px 15px !important;
}
*/

main .faq-wrap.blank-box:last-of-type {
  margin-bottom: 40px;
}

@media screen and (max-width: 834px){
  .guide .bg_blue .contact_block .open_info .tel_info,
  .guide .bg_blue .contact_block .open_info ul {
    font-size: 1.4rem;
  }
  
  .guide .bg_blue .contact_block .open_info .tel_info a.tel {
    font-size: 3rem;
  }

  .guide .bg_blue .contact_block .open_info .tel_info a.tel::before {
    font-size: 2.4rem;
  }
}

/********** price **********/
main .blank-box.menu_box {
  border: 4px solid #C2E2F8;
  padding: 30px;
  border-radius: 0;
  margin-bottom: 60px;
}

main .blank-box.menu_box h4 {
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
  color: #1D3B72;
  font-size: 2rem;
}

main .blank-box.menu_box h4 strong {
  font-size: 2.8rem;
}

main .blank-box.menu_box h5 {
  font-size: 2rem;
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
  color: #1D3B72;
}

main .blank-box.menu_box .wp-block-image img {
  margin: 0 auto;
}

main .blank-box.voice_box {
  border: none;
  border-radius: 0;
  background: #fff;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto 30px;
}

main .blank-box.voice_box .name {
  font-size: 2rem;
  margin-bottom: 10px;
}

main .blank-box.voice_box .item {
  margin: 0 0 10px 0;
}

main .blank-box.voice_box .item strong {
  color: #1D3B72;
}

main .blank-box.voice_box .wp-block-image img {
  margin: 0 auto;
}

/********** access **********/
.access main h4 {
  border: none;
  padding: 0;
  margin: 0;
  color: #1D3B72;
}

.access main h4.name {
  font-size: 2.4rem;
}

.access main p {
  margin-top: 0;
}

.access main .tel {
  margin: 0;
  font-size: 4rem;
  color: #3B9FED;
  font-weight: bold;
  line-height: 1;
}

.access main .tel::before {
  font-size: 3rem;
}

.access main .tel a {
  color: #3B9FED;
  text-decoration: none;
}

main .access_route {
  max-width: 1000px;
  margin: 0 auto 40px;
}
main .access_route figcaption {
  opacity: 1;
  padding: 10px 0;
  text-align: left;
  line-height: 1.5;
  font-size: 1.5rem;
}

main .access_route figcaption .marker {
  color: #fff;
  background: #1D3B72;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  font-size: 2.6rem;
  font-family: 'Josefin Sans', sans-serif;
  margin-right: 5px;
}

/********** contact **********/
body.contact .article {
  max-width: 900px;
  margin: 0 auto;
}
main .wpcf7-form {
  max-width: 800px;
  margin: 40px auto;
}

main .wpcf7-form input[type='submit'] {
  border-radius: 30px;
  background: #1D3B72;
  color: #fff;
  width: 320px;
  height: 60px;
  text-align: center;
  font-size: 1.8rem;
  border: none;
  margin: 40px auto 0;
  display: block;
}

main .line_friends_add_area div {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  text-align: center;
}

main .line_friends_add_area figure img {
  margin: 0 auto;
}



/********** single-post **********/
body.single-post .main .entry-title {
  position: static;
  transform: none;
}

body.single-post main.main {
  padding: 30px 16px;
}

@media screen and (max-width: 1400px){
  /********** blog **********/
  body.blog .content,
  body.archive .content {
    margin-top: 80px;
  }
}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
  .bg_blue,
  .bg_white {
    padding: 40px 20px;
  }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  main.main {
    padding: 0 16px;
  }

}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.entry-title {
display: none;
}