@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:#F3A200;
  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;
  }
  body.page-template-page-onecolumn #content h2{
    padding:0;
    border:unset;
    font-weight:600;
    background-color:unset;
  }
  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;
  }
}

/******************************************************************************/
/******下層主要ページのh1*********************************************************/
/******************************************************************************/
#page_tile{
  background-color:#fff;
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  padding:70px 100px;
  align-content:center;
  background-image:linear-gradient(35deg, #f89b1b 0%, #fd7801 15%, #fd7801 40%, #f2ae0e 70%, #f7a301 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:65px;
    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;
}
@media screen and (max-width:768px){
  #page_tile{
    z-index:0;
    padding:7% 7%;
    margin:0% 0 7% 0;
    width:96%;
    border-radius:0 35px 35px 0;
  }
  #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;
  }
}
/******************************************************************************/
/******下層主要ページの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;
}
#contact_form tr:nth-child(odd) {
  background:#fdf7e8;
}
#contact_form th span {
  display:inline-block;
  padding:5px 10px;
  border-radius:5px;
  background:#fd7801;
  font-size:15px;
  font-weight:600;
  color:#fff;
  margin-right:10px;
}
#contact_form th,
#contact_form td {
  padding:35px 5px;
}
#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:15px 15px;
  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:#dd5218;
}
#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:#FC8E05;
  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, #f3a200);
}
#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, #f3a200);
  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:#F3A200;
  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.webp);
  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;
  }
}