@charset "UTF-8";
/* CSS Document */
body {
  line-height: 1.75em;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "FOT-ニューロダン Pro M";
	
}
h2, h3, h4 {
  line-height: 1.75em;
	font-family: "FOT-ニューロダン Pro DB";
}
section {
  padding: 10vh 0;
}
.row-eq-height {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap;
}
.h-100 {
  height: 100%;
}
h2 {
  font-size: 2.8rem;
  font-family: "FOT-マティス Pro DB";
  line-height: 1.5em;
  margin-bottom: 5vh;
  text-align: center;
}
.under-line {
	background:linear-gradient(transparent 70%, #F29191 0%);
}
.under-line-ye {
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}
#main {
  padding: 0;
  
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
#main img {
  text-align: center;
  margin: auto;
  
}
#recommend {
  padding: 5vh 0;
  background: #ffb263;
}
#benefits {
	background: url("../../img/seitai/read_bg.jpg") no-repeat;
	background-size: cover;
}
#benefits .detail {
  background: rgba(255, 255, 255, 0.8);
  padding: 3em;
  border-radius: 6px;
}
.strength-item{
  text-align: center;
}
.strength-item h3 {
  padding: 0.25em 0;
  margin:1em 0;
  font-weight: bold;
  background: #ee7800;
  color: #fff;
  border-radius: 6px;
}
.strength-item p {
  text-align: left;
}

#root_cause .explanation {
  background-color: rgb(247, 247, 247);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  font-size: 1.35em;
  font-weight: bold;
  padding: 1em;
  line-height: 2em;
  text-align: center;
  }
  #root_cause .explanation span {
    color: #d81e96;
    font-size: 1.5em;
  }
  #root_cause h2 {
    font-weight: bold;
  }
#about {
  background: url("../../img/seitai/about-img.jpg")no-repeat right bottom;
  background-size: 60% auto;
}
#about h3 {
  font-size: 2rem;
  font-family: "FOT-ニューロダン Pro DB";
  margin-bottom: 1em;
	font-family: "FOT-ニューロダン Pro DB";
}
#usp {
  background: #f6f2f1;
}
.point h3 {
  font-size: 1.5rem;
  font-family: "FOT-ニューロダン Pro DB";
  margin: 1em 0;
  line-height: 1.5em;
  text-align: center;
}
#usp .box {
  border-radius: 6px;
  background: #fff;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
}
#usp .text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2em;
  padding: 0 2em 2em;
}
#usp .text p {
  margin-bottom: 0;
}
#usp .point {
  width: 80%;
  margin: auto;
  padding-bottom: 7vh;
}
.difference {
  padding: 10vh 0;
}

.tbl_toyotoha {
  width: 100%;
  background-color: #fff;
  margin-top: 35px;
}
.tbl_toyotoha th, .tbl_toyotoha td {
  border: 1px solid #CBCBCB;
  padding: 1em 0.5em;
  text-align: center;
  font-size: 1rem;
}
.tbl_toyotoha th.red {
  background-color: #F29191;
}
.tbl_toyotoha th.blue {
  background-color: #90C5F4;
}
.tbl_toyotoha th.yell {
  background-color: #F7F3E5;
  text-align: left;
  padding-left: 30px;
}
.tbl_toyotoha td {
  width: 130px;
}
.difference {
  background: url("../../img/seitai/usp-bg.jpg")no-repeat -200px 0;
  background-size: auto 100%;
}
.difference h3 {
  font-size: 2rem;
  font-family: "FOT-ニューロダン Pro DB";
  margin: 1em 0;
  line-height: 1.5em;
  text-align: center;
}
.difference .read {
  padding: 2em ;
  line-height: 2em;
  font-weight: bold;
  background: rgba(255,255,255,0.9);
}
.difference .read span {
  font-size: 1.5em;
  color: #ee7800;
}
.symptom {
  padding: 7vh 0 0;
}
.symptom h3 {
  font-size: 2rem;
  font-family: "FOT-ニューロダン Pro DB";
  margin: 1em 0;
  line-height: 1.5em;
  text-align: center;
}
#merit .box {
  padding: 3em;
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
}
#merit h3 {
  margin-bottom: 1em;
  text-align: center;
  font-family: "FOT-ニューロダン Pro B";
  color: #645b5b;
}
.merit1, .merit2, .merit3 {
  padding: 7vh 0;
}
.merit1 {
  background: url("../../img/seitai/merit1-img.jpg")no-repeat left center;
  background-size: 60% auto;
}
.merit2 {
  background: #f6f2f1 url("../../img/seitai/merit2-img.jpg")no-repeat right center;
  background-size: 60% auto;
}
.merit3 {
  background: url("../../img/seitai/merit3-img.jpg")no-repeat left center;
  background-size: 60% auto;
}
#voice {
  padding: 7vh 0;
  background: #ffb263;
}
#voice .voice-box {
  padding: 3em;
  background: #fff;
  border-radius: 10px;
  box-shadow: 3px 3px 5px 3px #777777;
  margin-bottom: 3vh;
}
#voice .photo {
  width: 90%;
  margin: auto;
}
#voice h2 {
  color: #fff;
}
#voice h3 {
  color: #fff;
  font-size: 1.75rem;
	text-align: center;
	font-family: "FOT-ニューロダン Pro DB";
	margin-bottom: 5vh;
}
#voice h3 span {
	font-size: 1.5em;
	background:linear-gradient(transparent 70%, #ee7800 0%);
}
#voice h4 {
  color: #645b5b;
  font-size: 1.75rem;
  margin-bottom: 1em;
}
#voice .name {
  padding: 0.25em 0;
  text-align: right;
  font-size: 1.25em;
}
.case-detail table {
  width: 100%;
}
.case-detail th, .case-detail td {
  padding: 0.25em 1em;
}
.case-detail th {
  background: #ffb263;
  color: #fff;
  text-align: center;
  border: 1px solid #ffb263;
}
.case-detail td {
  border: 1px solid #645b5b;
  text-align: center;
}
.user-text {
  margin: 3vh 0 5vh;
  font-size: 1rem;
}
.seitai-text {
  position: relative;
  background: #645b5b;
  color: #fff;
  font-size: 1rem;
  border-radius: 6px;
}
.seitai-text h5 {
  position: absolute;
  top: -15px;
}
.seitai-text h5 span {
  padding: 0.5em 1em;
  background: #4b4b4b;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}
.seitai-text .text {
  padding: 3em 1.5em 1.5em;
}
#flow .flow-box {
	width: 80%;
	margin: auto;
}
#flow .column {
  padding: 0;
	border:1px solid #ddd;
}
#flow .box {
	margin-bottom: 3vh;
}
#flow .title {
  position: relative;
  background: #3a3737;
}
#flow .step {
  background: #fff;
  padding: 0.25em 1em;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
}
#flow .title h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-size: 2rem;
}
#flow .photo {
	background-size: cover;
}
#flow .text {
  padding: 2em;
}
#flow .text ul {
	padding: 0;
	margin: 0 0 0.5em;;
}
#flow .text li {
	font-size: 1.1em;
	font-family: "FOT-ニューロダン Pro DB";
	line-height: 2em;
	border-bottom: 1px solid #ddd;
	list-style: none;
}
#flow .text span {
	font-family: "FOT-ニューロダン Pro DB";
	font-size: 1.15em;
	background:linear-gradient(transparent 60%, #FFFF00 0%);
}
.step1 {background: url("../../img/seitai/flow1.jpg")no-repeat center center;}
.step2 {background: url("../../img/seitai/flow2.jpg")no-repeat center center;}
.step3 {background: url("../../img/seitai/flow3.jpg")no-repeat center center;}
.step4 {background: url("../../img/seitai/flow4.jpg")no-repeat center center;}
.step5 {background: url("../../img/seitai/flow5.jpg")no-repeat center center;}
.step6 {background: url("../../img/seitai/flow6.jpg")no-repeat center center;}
#tought {
  background: #ffeede;
}
#tought h3 {
  margin-bottom: 1em;
	font-family: "FOT-ニューロダン Pro DB";
}
#tought .detail {
  background: #fff;
  padding: 3em 3vw;
  filter: drop-shadow(15px 15px 0px rgba(100, 91, 91, 0.75));
}
#tought .col-md-6 {
  padding: 0;
}
#tought .comment {
  margin-bottom: 3vh;
}
#tought .comment img {
  width: 80%;
  margin: auto;
}
#tought .name {
  font-size: 1.2rem;
  text-align: right;
}
#tought .name span {
  font-size: 1rem;
  margin-right: 1em;
}

#canpain .title {
  position: relative;
  background: #ee7800;
	margin-bottom: 5vh;
}
#canpain h2 {
  color: #fff;
  padding: 0.5em;
  font-size: 2.8rem;
  margin-bottom: 0;
	font-family: "FOT-マティス Pro DB";
  text-align: center;
}
#canpain .period {
  position: absolute;
  top: -55px;
  left: -15px;
  background: #fff;
  text-align: center;
  padding: 1em;
  border-radius: 10px;
  border: 5px solid #ee7800;
  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
	font-family: "FOT-ニューロダン Pro DB";
}
#canpain .period span {
  color: #ee7800;
  font-size: 1.25rem;
}
.first_price_cont {
	margin-bottom: 7vh;
}
.first_price_cont .normal .name {
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  padding: 2px;
  border: 1px solid #000;
}
.first_price_cont .discount .name {
  font-size: 18px;
  text-align: center;
  background-color: #FFF;
  color:#ee7800;
  padding: 2px;
  border: 1px solid #ee7800;
  font-family: "FOT-ニューロダン Pro B";
}
.first_price_cont .normal .price {
	margin-top: 3vh;
  font-size: 26px;
  color: #333333;
  font-family: "FOT-ニューロダン Pro B";
  text-align: center;
	margin-bottom: 0;
}
.first_price_cont .discount .price {
	margin-top: 3vh;
  font-size: 29px;
  color: #333333;
  font-family: "FOT-ニューロダン Pro B";
  text-align: center;
	margin-bottom: 0;
}
.first_price_cont .discount .price span {
  font-size: 2.0em;
  color: #ee7800;
}
.tel {
	margin-bottom: 7vh;
	filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.5));
}
.tel .left,
.tel .right{
	padding: 5vh 3vw;

}
.tel .col-lg-4,
.tel .col-lg-8 {
	padding: 0;
	
}
.tel p {
	margin-bottom: 0;
}
.tel .left {
	position: relative;
	background: #ee7800;
	color: #fff;
}
.tel .right {
	background: #f6f2f1;
}
.tel .left .inner {
	position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
	font-size: 1.8rem;
	font-family: "FOT-ロダン Pro B";
}

.tel .tel-btn {
	line-height: 1em;
	font-size: 2.8rem;
	font-family: "FOT-ロダン Pro B";
	text-align: center;
	color: #ee7800;
	display: block;
}
.tel .tel-btn .reserve {
	background: #ee7800;
	font-size: 1.25rem;
	color: #fff;
	vertical-align: middle;
	padding: 0.25em 0.5em;
	border-radius: 6px;
}
.tel .time {
	text-align: center;
	font-size: 0.9em;
	margin-top: 0.5em;
}
.web-reserve .web-btn {
  display: block;
  background-color: #ff6600;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 1em;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.web-reserve .web-btn:hover {
  background-color: #ff8533;
}

.web-reserve .tel-btn {
font-size: 2rem; 
line-height: 1.75em;
}

.reservation-options {
  display: flex;
  flex-direction: column;
}


.web-reserve .tel-btn-box{
  width: 100%;
  display: flex;
}
.web-reserve .web-btn-box {
  width: 100%;
}


@media (min-width: 768px) {
  .reservation-options {
    flex-direction: row;
    justify-content: space-between;
  }

  
}

.caution {
	border: 2px solid #ddd;
	margin-bottom: 7vh;
	border-radius: 6px;
}
.caution-title {
	text-align: center;
	 position:relative;
	background:#ffd8b1;
	filter: drop-shadow(5px 5px 3px rgba(100, 91, 91, 0.75));
}
.caution-title h3 {
	position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:100%;
	color: #645b5b;
	 font-family: "FOT-ロダン Pro DB";
}
.caution .text {
	font-size: 0.9em;
	padding: 2em;
}
.shop hr {
	width: 20%;
	margin: 0 auto 2vh;
	border:2px solid #3a3737;
	border-radius: 10px;
}
.shop .price {
	padding: 0.5em;
}
.shop .price dt {
	line-height: 1em;
	padding: 0.75em;
	border-bottom:1px solid #3a3737;
}
.shop .price dd {
	line-height: 1em;
	padding: 0.5em;
	border-bottom:1px solid #d6cfcf;
	margin-bottom: 0;
}
.shop .detail {
	margin-bottom: 3vh;
}
.shop .detail dt,
.shop .detail dd,
.shop .detail2 dt,
.shop .detail2 dd{
	line-height: 1em;
	padding: 0.5em;
	margin-bottom: 0;
}
.shop .detail dt {
	border-bottom:1px solid #3a3737;
}
.shop .detail dd {
	border-bottom:1px solid #d6cfcf;
}
.shop .detail2 dt {
	background: #3a3737;
	color: #fff;
	border: 1px solid #3a3737;
}
.shop .detail2 dd {
	border: 1px solid #3a3737;
}
#hygiene {
	background: #f6f2f1;
}
#hygiene .box {
	width: 90%;
	margin: auto;
}
#hygiene .photo {
	border: 2px solid #645b5b;
	border-radius: 6px;
	filter: drop-shadow(7px 7px 0px rgba(100, 91, 91, 0.75));
}

#staff {
	
}
.staff-box {
	margin-bottom: 5vh;
	background: #fff;
	border-radius: 6px;
	filter: drop-shadow(0px 0px 10px rgba(100, 91, 91, 0.75));
}
#staff table {
	width: 100%;
	margin-bottom: 3vh;
}
#staff th,
#staff td{
	padding: 0.5em;
	border-bottom: 1px solid #aaa;
}
#staff .name td {
	font-size: 1.15em;
}
#staff .detail {
	padding: 2em;
}
#qa {
	background: #ffb263;
}
#qa h2 {
	color: #fff;
}
.qa-box {
  padding: 7vh 0;
  background: #f2f2f2;
}
.qa-box h2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 3.2rem;
  color: #0071bc;
  font-family: "FOT-ロダン Pro B";
}
.qa-box .q1 dt {
  background: url(../../img/seitai/q.jpg) no-repeat;
  background-size: 100%;
}
.qa-box .a1 dt {
  background: url(../../img/seitai/a.jpg) no-repeat;
  background-size: 100%;
}
.qa-box .q_txt dd {
  border: solid 3px #0071bc;
  background: #0071bc;
}
.qa-box .a_txt dd {
  border: solid 3px #0071bc;
  color: #0071bc;
}
.reform-contact h4 {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 1em;
}
.qa-box .q_txt dd:before {
  border-right: 12px solid #0071bc;
}
.qa-box .q_txt dd:after {
  border-right: 14px solid #0071bc;
}
.qa-box .a_txt dd:before {
  border: 12px solid transparent;
}
.qa-box .a_txt dd:after {
  border-left: 14px solid #0071bc;
}
.q_txt dl {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin-bottom: -10px;
  margin-left: 10%;
}
.q_txt dt {
	background-image: url("../../img/seitai/q.jpg");
  background-size: 100%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.q_txt dd {
  position: relative;
  margin: 2em 0 3em 30px;
  padding: 1em;
  width: 70%;
  font-size: 1.25rem;

  color: #645b5b;
  background: #f6f2f1;
  border: solid 3px #f6f2f1;
  box-sizing: border-box;
  border-radius: 10px;
}
.q_txt dd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #f6f2f1;
}
.q_txt dd:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #f6f2f1;
  z-index: 1;
}
.q_txt dd p {
  margin: 0;
  padding: 0;
}
.a_txt dl {
  display: flex;
  flex-direction: row-reverse;
  width: 90%;
  margin-left: 10%;
}
.a_txt dt {
	background-image: url("../../img/seitai/a.jpg");
  background-size: 100%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}
.a_txt dd {
  position: relative;
  margin: 1em 30px 1.25em 0;
  padding: 1.5em 1.75em;
  width: 70%;
  font-size: 1.2rem;

  color: #3a3737;
  background: #FFF;
  border: solid 3px #3a3737;
  box-sizing: border-box;
  border-radius: 10px;
}
.a_txt dd:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.a_txt dd:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #3a3737;
  z-index: 1;
}
.a_txt dd p {
  margin: 0;
  padding: 0;
}




.thought {
  padding: 7vh 0;
}
.thought h2 {
  text-align: center;
  font-size: 3rem;
  font-family: "FOT-ロダン Pro B";
  color: #0071bc;
  margin-bottom: 1em;
}
.thought h3 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.4rem;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.thought .name {
  text-align: right;
  font-size: 1.15rem;
}
#sp-fixed-menu {
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.95;
  z-index: 99;
}
#sp-fixed-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#sp-fixed-menu li {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  margin: 0;
  font-size: 24px;
  border-top: 1px solid #fff;
  font-family: "FOT-ロダン Pro B";
}
#sp-fixed-menu .tel {
  background: #ee7800;
  border-right: 1px solid #fff;
  font-size: 26px;
}
#sp-fixed-menu .contact {
  background: #000;
}
#sp-fixed-menu li a {
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px;
}
footer {
  padding: 3vh 0;
  text-align: center;
  color: #fff;
  background: #3a3737;
}