/* --------------------------------------------------- */
/* 共通設定 */
/* --------------------------------------------------- */

.pc {
    display: block;
}

.sp {
    display: none;
}

#content p {
    margin: 1em 0;
    /* margin-bottom: 2em; */
    color: #5c2f0d;
}

p.center{
    text-align: center;
}

p.center img{
    display: inline-block;
}

a img:hover{
    opacity: 0.7;
}

table.table {
    width: 100%;
    border: none;
    border-top: 1px solid #209f4c;
    border-left: 1px solid #209f4c;
    margin: 1em 0;
}

table.table th {
    background-color: #129f43;
    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 td {
    font-size: 14px;
    border: none;
    font-weight: normal;
    border-right: 1px solid #209f4c;
    border-bottom: 1px solid #209f4c;
    text-align: left;
    padding: 10px;
    background-color: white;
}

/* --------------------------------------------------- */
/* ホーム */
/* --------------------------------------------------- */

.syorei ul {
    width: 100%;
    overflow: hidden;
    margin: 1em 0;
}

.syorei ul li {
    padding: 5px;
    float: left;
    width: calc(100% / 3);
}

.home #breadcrumb {
    display: none;
}

/* --------------------------------------------------- */
/* ヘッダー */
/* --------------------------------------------------- */

.logo img {
    padding: 10px;
}

#main_visual_in img {
    margin: auto;
    width: 100%;
}

/* --------------------------------------------------- */
/* グローバルナビ */
/* --------------------------------------------------- */

#global_navi_in ul {
    width: 100%;
    display: table;
    table-layout: fixed;
}

#global_navi_in ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

#global_navi_in ul li:last-of-type::after {
    content: " ";
    display: block;
    width: 2px;
    height: 100%;
    background: #505050;
    position: absolute;
    right: 0;
    top: 0;
}

#global_navi_in ul li::before {
    content: " ";
    display: block;
    width: 2px;
    height: 100%;
    background: #505050;
    position: absolute;
    left: 0;
    top: 0;
}

#global_navi_in ul li a {
    display: block;
    color: #505050;
    text-decoration: none;
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
}

#global_navi_in ul li a:hover {
    display: block;
    color: #fff;
	background-color: #71d448;
    text-decoration: none;
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
}

/* --------------------------------------------------- */
/* フッター */
/* --------------------------------------------------- */

.table.footer-table th {
    font-size: 16px;
    padding: 15px 10px;
}

.table.footer-table td {
    text-align: center;
    font-size: 16px;
    padding: 15px 10px;
}

.table.footer-table .blue {
    color: steelblue;
}

.table.footer-table .red {
    color: orangered;
}

/* --------------------------------------------------- */
/* サイドバー */
/* --------------------------------------------------- */

.side-banar-main {
    margin: 1em 0;
}

.side-banar-main img {
    margin: auto;
}


/* --------------------------------------------------- */
/* その他 */
/* --------------------------------------------------- */

.breadcrumbs{
    font-size: 13px;
    margin-bottom: 13px;
}

.breadcrumbs a {
    color: #000;
}

.page-contact {
    overflow: hidden;
    padding: 20px;
    border: 2px solid #4acc77;
    border-radius: 10px;
    margin: 1em 0;
}

#content .page-contact p{
    margin: 0px 0px 13px;
}

.page-contact a {
    display: block;
    margin-bottom: 1em;
}

img.img-r {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

img.img-l {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.menu-box {
    overflow: hidden;
    padding: 25px;
    border: 2px solid #ef9700;
}

#content p.staff-name {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px dotted #ef9700;
}

.syorei-point-list ul {
    margin: 1em 0;
    border: 1px solid #ef9700;
    border-left: none;
    border-right: none;
    background-color: white;
    box-shadow:  0 0 30px 0 #fffde6 inset;
    padding: 0 10px;
}

.syorei-point-list ul li {
    padding: 15px 0;
    border-bottom: 1px dotted #5c2f0d;
    color: #5c2f0d;
    font-weight: bold;
    padding-left: 35px;
    background-image: url(images/check-box.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.syorei-point-list ul li:last-of-type {
    border-bottom: none;
}

.syorei-box ul {
    overflow: hidden;
    margin-bottom: 1em;
    border-left: 1px solid #ef9700;
    border-top: 1px solid #ef9700;
}

.syorei-box ul li {
    width: calc(100% / 3);
    float: left;
    text-align: center;
}

.syorei-box ul br {
    display: none;
}

.syorei-box ul li a {
    display: block;
    text-decoration: none;
    border-right: 1px solid #ef9700;
    border-bottom: 1px solid #ef9700;
    padding: 15px;
}

.syorei-box ul li a span {
    display: block
}

.syorei-box ul li a span.syorei-title {
    border-bottom: 1px dotted #ef9700;
    text-align: center;
    color: #5c2f0d;
}

.syorei-box ul li a span.syorei-botan {
    color: #5c2f0d;
    border: 1px solid #ef9700;
    text-align: center;
    width: 80%;
    margin: auto;
    font-size: 14px;
    padding: 5px;
}

.syorei-box ul li a img {
    margin: 1em auto;
}

.syorei-box ul li a:hover {
    background-color: #ef9700;
}

.syorei-box ul li a:hover span.syorei-title {
    border-bottom-color: white;
    color: white;
}

.syorei-box ul li a:hover span.syorei-botan {
    border-color: white;
    color: white;
}

#content img {
    margin: auto;
}

.top-case ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2em;
}

.top-case ul li {
    width: calc(100% / 3);
    float: left;
    padding: 5px 0;
}

/* 選ばれる理由 エリア */
.point-block {
    margin-bottom: 2em;
}

.point-float {
    width: 100%;
    overflow: hidden;
}

.point-float img {
    float: left;
}

.point-float img:last-of-type {
    float: right;
}

/* 施術の流れ エリア */
.flow {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.flow img {
  width: auto;
  height: auto;
  margin: 0 auto 15px auto;
  padding: 0;
}

.flow .inner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
  display: table;
  border: solid 1px #fbf6f0;
  padding: 10px;
}

.flow .inner .img_box {
  width: 34.28571428%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.flow .inner .img_box img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.flow .inner ul {
  width: 62.85714285%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.flow .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 0;
}

#content .flow .inner ul li img {
  width: auto;
  height: auto;
  margin: 0px 0px;
  padding: 0;
}

.flow .inner ul li p {
  font-size: 15px;
  line-height: 1.6em;
  color: #444444;
}
.flow .inner ul li p span{
  color: #fb4d4d;
}

/* 患者様の声ページ エリア */
.voice {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.voice .outer {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 15px 0 15px;
  background-color: #fdf7e8;
  border: 1px solid #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.voice .outer .inner {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 15px;
  padding-top: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: table;
}

#content .voice .outer .inner p.img {
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 3%;
  padding: 0;
  text-align: center;
}

#content .voice .outer .inner p.img img{
  max-width: 70%;
}

.voice .outer .inner p.img span{
  font-size: 12px;
  color: #e44d4d;
  font-weight: bold;
}

.voice .outer .inner ul {
  width: 100%%;
  height: auto;
  margin: 0;
  padding: 0;
}

.voice .outer .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 0;
}

#content .voice .outer .inner ul li.ttl p{
  margin: 0px;
  color: #df6913;
  font-size: 20px;
  font-weight: bold;
}

.voice .outer .inner ul li:first-child {
  padding-bottom: 10px;
  border-bottom: 2px dotted #999999;
}

.voice .outer .inner ul li strong {
  font-size: 20px;
  line-height: 1.2em;
  color: #555555;
  display: block;
}

.voice .outer .inner ul li p {
  font-size: 15px;
  line-height: 1.6em;
  color: #333333;
}


/* スタッフ紹介 */
div.staff{
  overflow: hidden;
  border-bottom: dotted 2px #98d0ac;
  margin-bottom: 40px;
  padding-bottom: 35px;
}
div.staff:last-child{
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
div.staff_last{
  margin-bottom: 0px;
  border-bottom: 0px;
}
div.staff .left{
  float: left;
  width: 35%;
}
div.staff .right{
  float: right;
  width: 60%;
}
div.staff .left2{
  float: left;
  width: 60%;
}
div.staff .right2{
  float: right;
  width: 35%;
}
div.staff h2{

}
div.staff p{
  font-size: 15px;
  margin-bottom: 15px;
}
div.staff p span{
  font-weight: bold;
  color: #dd500b;
}
div.staff p.img img{
  margin: auto;
}
div.staff p.ttl{
  font-weight: bold;
  color: #89422c;
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
    padding: 10px;
    width: 100%;
}

table.table#contact_form th {
    width: 40%;
    text-align: left;
}

table.table#contact_form th span {
    padding: 5px 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    background-color: white;
    color: red;
    text-shadow: none;
}

table.table#contact_form span.wpcf7-list-item{
    margin: 5px 0 5px 10px;
}

.contact_p1 input {
    width: 50%;
    padding: 15px;
    display: block;
    margin: auto;
    background: none;
    background: linear-gradient(to bottom right, #ffb639, #ef9700);
    color: white;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    border: none;
    border: 1px solid #ef9700;
}

.wpcf7 p input[type="submit"], .wpcf7 p input[type="button"], .wpcf7 p select.wpcf7-select { -webkit-appearance: none; }
