/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@import url(custom.css);
@import url(custom-sp.css);

@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 769px){
body{
  overflow-x: hidden;
  min-width: 100%;
}
/* ヘッダー エリア */
.header_top {
  width: 100%;
  height: auto;
  display: table;
}

.description {
  width: 26.08695652%;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding-top: 5px;
  float: left;
}

.logo {
  width: 18.18181818%;
  height: auto;
  margin-top: 15px;
  padding: 0;
}

.logo img {
  width: 100%;
  height: auto;
  margin-top: 12px;
  float: left;
}

.button-toggle {
  display: none;
}

.menu_sp {
  display: none;
}

#nav div.menu {
  display: none;
}

#nav ul.menu {
  width: 100%;
  height: auto;
  list-style: none; 
  text-align: center;
  table-layout: fixed;
  display: table;
}

#nav ul.menu li.menu-item {
  padding: 4px 0 1px 0;
  display: table-cell;
  position: relative;
  z-index: 2000;
}

#nav ul.menu li.menu-item:hover {
  background-color: #c1986c;
}

#nav ul.menu li.menu-item a {
  font-size: 16px;
  text-align: center;
  text-decoration: none; 
  padding: 0;
  display: block;
  color: #ffffff;
  border-left: 1px solid #ffffff;
}

#nav ul.menu li.menu-item:last-child a {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

#nav ul.menu li.menu-item a:hover {
  color: #999999;
}

#nav ul.menu li.menu-item ul.sub-menu {
  width: 100%;
  height: auto;
  display: none;
}

#nav ul.menu li.menu-item:hover ul.sub-menu {
  width: 100%;
  height: auto;
  display: block;
}

#nav ul.menu li.menu-item ul.sub-menu li.menu-item {
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px dotted #ffffff;
  border-left: none;
}

#nav ul.menu li.menu-item ul.sub-menu li.menu-item a {
  width: 100%;
  height: auto;
  display: block;
  border-left: none;
}

#nav ul.menu li.menu-item ul.sub-menu li.menu-item:last-child a {
  border-right: none;
  border-left: none;
}

/* ヘッダーウィジェット エリア */
.header_top #widget-area {
  width: 69.0909090909%;
  height: auto;
  display: table;
  float: right;
}

.header_top #widget-area .widget-container {
  width: auto;
  height: auto;
  float: right;
}

.header_top #widget-area .widget-container ul.menu {
  width: auto;
  height: auto;
  list-style: none; 
  text-align: center;
  table-layout: fixed;
  display: table;
  padding-top: 10px;
}

.header_top #widget-area .widget-container ul.menu li.menu-item {
  padding: 0 10px 0 15px;
  display: table-cell;
  vertical-align: middle;
  background-image: url("images/top_nav_icon.png");
  background-position: 0 3px;
  background-repeat: no-repeat;
}

.header_top #widget-area .widget-container ul.menu li.menu-item a {
  height: auto;
  font-size: 12px;
  text-align: right;
  text-decoration: none; 
  padding: 0;
  display: block;
  color: #ffffff;
}

.header_top #widget-area .widget-container ul.menu li.menu-item a:hover {
  color: #999999;
}

.header_top #widget-area .widget-container form#searchform {
  width: 210px;
  height: auto;
  margin: 5px 10px 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #a5825d;
  background-color: #ffffff;
  position: relative;
}

.header_top #widget-area .widget-container form#searchform input[type=text] {
  width: 180px;
  height: 24px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.header_top #widget-area .widget-container form#searchform input[type=submit] {
  display: none;
}

.header_top #widget-area .widget-container form#searchform input[type=image] {
  position: absolute;
  top: 1px;
  left: 180px;
  background-image: url("images/btn_search.png");
  background-repeat: no-repeat;
}

/* ロゴ専用ウィジェット エリア */
#header_in #widget-area .widget-container a:hover img {
  opacity: 0.7;
}

/* ランディングページメイン画像ウィジェット エリア */
.page-template-landing_page-php #widget-area {
  width: 100%;
  height: auto;
}

.page-template-landing_page-php #widget-area .widget-container {
  width: 100%;
  height: auto;
}

.page-template-landing_page-php #widget-area .widget-container img {
  width: 100%;
  height: auto;
}

/* パンくずリスト エリア */
#breadcrumb {
  margin: 15px auto 15px;
  max-width: 1000px;
  width: 100%;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content .contents_title,
#onecolumn_content .contents_title {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  padding: 3px;
  background-color: #c1986c;
}

#content .contents_title h1,
#onecolumn_content .contents_title h1 {
  width: 100%;
  height: auto;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 20px 10px 17px 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

#content .contents_title h1 a,
#onecolumn_content .contents_title h1 a {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2em;
  color: #ffffff;
}

#content h2,
#onecolumn_content h2 { 
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding: 17px 10px 15px 15px;
  clear: both;
  color: #000000;
  border: 3px double #c1986c;
}

#content h2 a,
#onecolumn_content h2 a { 
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  clear: both;
  color: #000000;
}

#content h3,
#onecolumn_content h3 { 
/*  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding: 15px 10px 13px 15px;
  clear: both;
  color: #000000;
  border-top: 1px solid #c1986c;
  border-right: 1px solid #c1986c;
  border-bottom: 5px solid #c1986c;
  border-left: 1px solid #c1986c;*/
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/h3back.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    letter-spacing: 3px;
    padding: 10px 0;
    border-top: 1px solid #8e8d4d;
    border-bottom: 1px solid #8e8d4d;
    color: #8e8d4d; 
  font-size:25px;
  margin:10px 0px;
}
#content h3 a,
#onecolumn_content h3 a { 
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
  clear: both;
  color: #000000;
}

#content h4,
#content h5,
#content h6,
#onecolumn_content h4,
#onecolumn_content h5,
#onecolumn_content h6 { 
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding: 10px 10px 8px 15px;
  clear: both;
  //color: #ffffff;
  //background-color: #c1986c;
}

#content h4 a,
#content h5 a,
#content h6 a,
#onecolumn_content h4 a,
#onecolumn_content h5 a,
#onecolumn_content h6 a { 
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  clear: both;
  color: #ffffff;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover,
#onecolumn_content h1 a:hover,
#onecolumn_content h2 a:hover,
#onecolumn_content h3 a:hover,
#onecolumn_content h4 a:hover,
#onecolumn_content h5 a:hover,
#onecolumn_content h6 a:hover { 
  color: #999999;
}

#content .post_box {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: table;
  clear: both;
  border-bottom: 1px dotted #666666;
}

#content .post .first_img {
  width: 24.885714%;
  height: auto;
  margin: 0;
  float: left;
  max-width: 150px;
}

#content .post .show_post {
  width: 74.85714825%;
  padding-left: 20px; 
  height: auto;
  margin: 0;
  float: right;
}

#content .post .show_post li h1,
#content .post .show_post li h2,
#content .post .show_post li h1 a,
#content .post .show_post li h2 a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: 5px 0;
  padding: 0;
  background: none;
  border: none;
  text-decoration: none; 
}

#content .post .show_post li h1 a:hover,
#content .post .show_post li h2 a:hover {
  color: #999999;
}

#content .post .show_post li .time {
  font-family: "arial";
  font-size: 13px;
  font-weight: normal;
  color: #666666;
  margin: 0;
  padding: 0;
}

#content .post .show_post li .cat {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  margin: 0 10px;
  padding: 2px 10px 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #d7aa79;
}

#content .post .show_post li .cat a {
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

#content .post .show_post li .post_sentence {
  font-size: 14px;
  font-weight: normal;
  color: #444444;
  margin: 0;
  padding: 0;
  text-decoration: none; 
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

/* メインウィジェット エリア */
#content #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#content #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#content #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  float: left;
  clear: both;
  background-color: #none;
}

#content #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px dotted #333333;
  float: left;
}

#content #widget-area .widget-container ul li ul {
  margin-top: 7px;
  border-top: 1px dotted #333333;
}

#content #widget-area .widget-container ul li .wp-post-image {
  margin-right: 7px;
  float: left;
}

#content #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  font-size: 15px;
  display: block;
  color: #333333;
  text-decoration: none; 
}

#content #widget-area .widget-container ul li a:hover {
  color: #999999;
}

#content #widget-area .widget-container ul li .post-date {
  font-family: "arial";
  font-size: 11px;
  float: right;
}

#content #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  border: none;
}

#content #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#content #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

#content #widget-area .widget-container form#searchform input[type=image] {
  display: none;
}

#content #widget-area .widget-container form#searchform input[type=submit] {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 5px 0 10px 0;
  padding: 0;
  color: #ffffff;
  background-color: #c1986c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c1986c;
}

#content #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #999999;
}

#content #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 30px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#content #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#content #widget-area .widget-container .contents_title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3px;
  background-color: #c1986c;
}

#content #widget-area .widget-container .contents_title h3 {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 17px 10px 15px 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

#content #widget-area .widget-container .contents_title h3 a {
  color: #ffffff;
  text-decoration: none;
}

#content #widget-area .widget-container .contents_title h3 a:hover {
  color: #999999;
}

#content #widget-area .widget-container label.screen-reader-text {
  display: none;
}

#content #widget-area .widget-container select {
  width: 100%;
  height: auto;
  color: #333333;
  margin: 5px 0 30px 0;
  padding: 10px;
  background-color: #eeeeee;
  border: none;
  background-image: url("images/btn_select_open.png");
  background-position: right 15px;
  background-repeat: no-repeat;
}

#content #widget-area .widget-container select::-ms-expand {
  display: none;
}

#content #widget-area .widget-container .tagcloud {
  width: 100%;
  height: auto;
  margin: 5px 0 30px 0 ;
  padding: 0;
  display: table;
}

#content #widget-area .widget-container .tagcloud a {
  width: auto;
  height: auto;
  color: #ffffff;
  text-decoration: none; 
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  background-color: #999999;
  float: left;
}

#content #widget-area .widget-container .tagcloud a:hover {
  color: #cccccc;
}

#content #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}
/*content 2018-10-12追記*/
  #wrapper{
    //width:100%!important;
  }
  .post{
    width:100%;
  }
  #onecolumn_content{
    width:100%!important;
    margin: auto;
  }
  #onecolumn_content_out{
    width:100%!important;
  } 
/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #999999;
}

/* サイドバー エリア */
#sidebar .contents_title {
  width: 100%;
  height: auto;
  padding: 3px;
  background-color: #c1986c;
}

#sidebar h3 {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 10px 15px 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* サイドバー エリア（人気記事） */
#sidebar .popularity_box {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  float: left;
  clear: both;
  background-color: none;
}

#sidebar .popularity_box ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#sidebar .popularity_box ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5px 8px;
  border-bottom: 1px dotted #333333;
  margin-bottom: 5px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#sidebar .popularity_box ul li::before {
  display: none;
}
#sidebar .popularity_box ul li.popularity_list a{
  width: 73%;
}
#sidebar .popularity_box ul li.popularity_list a.thumbnail{
  width: 27%;
  padding-right: 8px;
}
#sidebar .popularity_box ul li.popularity_list a.thumbnail img{
  width: 100%;
}
#sidebar .popularity_box ul li a {
  width: auto;
  height: auto;
  display: block;
  color: #333333;
  text-decoration: none; 
}

#sidebar .popularity_box ul li a:hover {
  color: #999999;
}

/* ページトップ エリア */
p.pagetop {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #999999;
}

p.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  padding: 15px 0 0 7px;
  transform: rotate( 90deg );
}

p.pagetop a:hover {
  opacity: 0.7;
}

/* フッター エリア */
#footer_nav div.menu {
  display: none;
}

#footer_nav ul.menu {
  width: 100%;
  height: auto;
  list-style: none;
}

#footer_nav ul.menu li.menu-item {
  width: auto;
  height: auto;
  margin: 0;
  padding-right: 10px;
  float: left;
  border-right: 1px solid #989eaa;
}

#footer_nav ul.menu li.menu-item:last-child {
  padding: 0 10px;
  border: none;
}

#footer_nav ul.menu li.menu-item a {
  font-size: 13px;
  text-decoration: none; 
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  display: block;
  color: #989eaa;
}

#footer_nav ul.menu li.menu-item a:hover {
  text-decoration: underline; 
}

.copyright {
  width: auto;
  height: auto; 
  font-family: "arial";
  font-size: 12px;
  text-align: right;
  color: #6a6f78;
  margin: 0 auto;
  float: right;
}

.copyright span {
  color: #989eaa;
}

/* フッターウィジェット エリア */
#footer_in #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#footer_in #widget-area .widget-container {
  width: 29.09090909%;
  height: auto;
  margin-right: 4.363636363%;
  float: left;
}

#footer_in #widget-area .widget-container:last-child {
  margin: 0;
}

#footer_in #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #none;
}

#footer_in #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 0;
  border-top: 1px dotted #989eaa;
  float: left;
}

#footer_in #widget-area .widget-container ul li:last-child {
  border-top: 1px dotted #989eaa;
  border-bottom: 1px dotted #989eaa;
}

#footer_in #widget-area .widget-container ul li .wp-post-image {
  margin-right: 7px;
  float: left;
}

#footer_in #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  font-size: 15px;
  display: block;
  color: #989eaa;
  text-decoration: none;
  background-image: url("images/footer_nav_icon.png");
  background-position: right 4px;
  background-repeat: no-repeat;
}

#footer_in #widget-area .widget-container ul li a:hover {
  color: #6b81a3;
  text-decoration: underline;
  background-image: url("images/footer_nav_icon_over.png");
  background-position: right 4px;
  background-repeat: no-repeat;
}

#footer_in #widget-area .widget-container ul li .post-date {
  font-family: "arial";
  font-size: 11px;
  color: #989eaa;
}

#footer_in #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 30px;
  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 #cccccc;
}

#footer_in #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#footer_in #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

#footer_in #widget-area .widget-container form#searchform input[type=image] {
  display: none;
}

#footer_in #widget-area .widget-container form#searchform input[type=submit] {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 5px 0 10px 0;
  padding: 0;
  color: #ffffff;
  background-color: #d7aa79;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d7aa79;
}

#footer_in #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #999999;
}

#footer_in #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin: 0;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#footer_in #widget-area .widget-container h3 {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0;
  color: #989eaa;
}

#footer_in #widget-area .widget-container h3 a {
  color: #989eaa;
  text-decoration: none;
}

#footer_in #widget-area .widget-container h3 a:hover {
  color: #6b81a3;
}

#footer_in #widget-area .widget-container label.screen-reader-text {
  display: none;
}

#footer_in #widget-area .widget-container select {
  width: 100%;
  height: auto;
  color: #ffffff;
  margin: 5px 0 30px 0;
  padding: 10px;
  background-color: #765d42;
  border: none;
 -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("images/btn_select_open.png");
  background-position: right 15px;
  background-repeat: no-repeat;
}

#footer_in #widget-area .widget-container select::-ms-expand {
  display: none;
}

#footer_in #widget-area .widget-container .tagcloud {
  width: 100%;
  height: auto;
  margin: 5px 0 30px 0;
  padding: 0;
}

#footer_in #widget-area .widget-container .tagcloud a {
  width: auto;
  height: auto;
  color: #989eaa;
  text-decoration: none; 
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  background-color: #765d42;
  float: left;
}

#footer_in #widget-area .widget-container .tagcloud a:hover {
  color: #6b81a3;
}

#footer_in #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* サイドウィジェット エリア */
#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 ul {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  float: left;
  clear: both;
  background-color: #none;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px dotted #333333;
  float: left;
}

#sidebar #widget-area .widget-container ul li .wp-post-image {
  margin-right: 7px;
  float: left;
}

#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  font-size: 15px;
  display: block;
  color: #333333;
  text-decoration: none; 
}

#sidebar #widget-area .widget-container ul li a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container ul li .post-date {
  font-family: "arial";
  font-size: 11px;
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 30px;
  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 #cccccc;
}

#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%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=image] {
  display: none;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 5px 0 10px 0;
  padding: 0;
  color: #ffffff;
  background-color: #c1986c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c1986c;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 30px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  -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 .contents_title {
  width: 100%;
  height: auto;
  padding: 3px;
  background-color: #c1986c;
}

#sidebar #widget-area .widget-container .contents_title h3 {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 10px 15px 15px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

#sidebar #widget-area .widget-container .contents_title h3 a {
  color: #ffffff;
  text-decoration: none; 
}

#sidebar #widget-area .widget-container .contents_title h3 a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container label.screen-reader-text {
  display: none;
}

#sidebar #widget-area .widget-container select {
  width: 100%;
  height: auto;
  color: #333333;
  margin: 5px 0 30px 0;
  padding: 10px;
  background-color: #eeeeee;
  border: none;
 -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("images/btn_select_open.png");
  background-position: right 15px;
  background-repeat: no-repeat;
}

#sidebar #widget-area .widget-container select::-ms-expand {
  display: none;
}

#sidebar #widget-area .widget-container .tagcloud {
  width: 100%;
  height: auto;
  margin: 5px 0 30px 0;
  padding: 0;
  display: table;
}

#sidebar #widget-area .widget-container .tagcloud a {
  width: auto;
  height: auto;
  color: #ffffff;
  text-decoration: none; 
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  background-color: #999999;
  float: left;
}

#sidebar #widget-area .widget-container .tagcloud a:hover {
  color: #cccccc;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 {
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding: 10px 10px 3px 15px;
  clear: both;
  color: #ffffff;
  background-color: #c1986c;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #999999;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond .logged-in-as a {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  display: inline-block;
  text-align: right;
  text-decoration: none;
}

#respond .logged-in-as a:hover {
  color: #999999;
}

#respond .comment-form-comment label {
  display: none;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom: 40px;
  padding: 5px;
  background-color: #c1986c;
}

.reply a {
  text-align: center;
  color: #ffffff;
  display: block;
  text-decoration: none;
}

.reply a:hover {
  color: #999999;
}

#commentform textarea {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  padding: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  width: 100%;
  text-align: center;
  margin: 10px 0 20px 0;
  padding: 5px;
  color: #ffffff;
  background-color: #c1986c;
  border: none;
}

#commentform input[type=submit]:hover {
  color: #999999;
}

p.nocomments {
  display: none;
}

.commets-list .avatar {
  margin-right: 15px;
  float: left;
}

.commets-list .comment-meta {
  text-align: right;
  display: block;
}

.commets-list .comment-meta a {
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

.commets-list .comment-meta a:hover {
  color: #999999;
}

.commets-list p {
  font-size: 14px;
  color: #333333;
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #cccccc;
}

.commentNotesBefore,
.commentNotesAfter {
  font-size: 14px;
  color: #333333;
}

.comment-form-author input[type=text],
.comment-form-email input[type=text] {
  padding: 0 5px;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  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 #cccccc;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=image] {
  display: none;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #ffffff;
  background-color: #c1986c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c1986c;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #999999;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  color: #dc143c;
  margin-bottom: 20px;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
  margin: 15px 0;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 10px 13px;
  border: 1px solid #cccccc;
  text-decoration: none;
}

#content .pager span {
  color: #c1986c;
  background-color: #ffffff;
}

#content .pager span a:hover {
  color: #333333;
}

#content .pager a {
  color: #333333;
  text-decoration: none;
}

#content .pager a:hover {
  color: #ffffff;
  background-color: #c1986c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}
  .heading{
  text-align: center;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/tagu_h2_l.png) no-repeat top 0px left 10px, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/tagu_h2_r.png) no-repeat top 0px right 10px;
    margin-bottom: 30px;
  width:960px!important;  
  border:none!important;
  }
  .hikaku_box{
    width: 960px;
    overflow:hidden;
  }
  .hikaku_left{
  width: 468px;
    float: left;
    border: 1px solid #b79240;
  background-color: #f7f7f7;  
  }
  .hikaku_right{
  width: 468px;
    float: right;
    border: 1px solid #b79240;  
  background-color: #f7f7f7;    
  }
  .hikaku_left img{
    margin:auto;
  }
  .hikaku_right img{
    margin:auto;
  }
  
    }
    
    
  .hikaku_text{
  background: #a51213;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    margin: 10px;
  }
  .hikaku_left table{
  width: 100%;
    background: #FFF;
    text-align: center;
  border-spacing: 0;  
  }
  .hikaku_right table{
    width: 100%;
    background: #FFF;
    text-align: center;
  border-spacing: 0;  
  }
  td.cm{
   font-size: 18px!important;
    color: #e82267;
    background: #ffe8f0;
    font-weight: bold;  
    }
    
  .title th{
      //border: 1px solid #b79240;  
    border-top: 1px solid #b79240;
    border-bottom: 1px solid #b79240;
    border-right: 1px solid #b79240;
    }
    
  th.name{
    width: 7em; 
  font-size:12px!important; 
   border-left: 1px solid #b79240;
    border-right: 1px solid #b79240;
    border-bottom: 1px solid #b79240; 
    }
    
  .hikaku_left th{
   // border: 1px solid #b79240;  
   background: #e6dcc5;
      font-size: 16px;
      padding: 4px 0; 
    text-align: center;
    font-style: normal;
    font-weight: normal;
  }
  .hikaku_left td{
      border-right: 1px solid #b79240;
    border-bottom: 1px solid #b79240;
    text-align: center;
    font-size:12px
  }
  .hikaku_right th{
  border-right: 1px solid #b79240;
    border-bottom: 1px solid #b79240;
   background: #e6dcc5;
      font-size: 16px;
  padding: 4px 0;
    text-align: center;
  font-style: normal;
    font-weight: normal;  
    }
    
  .hikaku_right td{
   border-right: 1px solid #b79240;
    border-bottom: 1px solid #b79240; 
    text-align: center;
    font-size:12px
  } 
.th_left{
   border-left: 1px solid #b79240;
}
  .box ul{
  padding: 40px 0px 0px 0px;
    text-align: center;
  }
  .box ul li{
  width: 372px;
   display: inline-block;
    vertical-align: top;
    text-align: center;
   margin-bottom: 20px; 
  }
  .box ul li img{
      display: inline;  
  }
  .heading img{
    margin: auto;
  }
  .heading p{
  color: #807878;
    font-size: 12px;
    text-align: center; 
  }
  .eria_text{
  text-align: right;
    color: #a1a1a1;
    font-size: 12px;
    margin: 0 30px 30px 0;
  }
  .hikaku_eria ul{
  background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ul_box03.jpg) no-repeat top left, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ul_box01.jpg) no-repeat bottom left, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ul_box02.jpg) repeat-y left; 
  padding: 50px 0px 40px 35px;
    margin-bottom: 75px;  
  }
  .hikaku_eria ul li{
   background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ul_check1.gif) no-repeat left top;
    font-weight: bold;
    font-size: 22px;
    padding-left: 40px;
    color: #363131;
    padding-bottom: 20px;
  }
  .center_text{
  color: #807878;
    font-size: 12px;
    text-align: center;
  }
  div.moives{
  margin-bottom: 50px;
    text-align: center;
  width:100%;
  overflow: hidden;
  }
  div.moives iframe {
    width: 450px;
    height: 250px;
    display: inline-block;
}
  div.moives iframe:nth-child(2) {
    margin-left: 20px;
} 
  .blog{
   margin: 20px 0 0;
   // border: 1px solid #875611;  
  }
  .blog h2{
  margin: 10px;
    color: #41271e;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/blog_h2bg.png) repeat-x;
    line-height: 30px;  
  width: 98%!important; 
  }
  .box{
        background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/box_b.jpg) no-repeat bottom left, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/box_n.jpg) repeat-y left #FFF;
    padding-bottom: 30px;
  }
  .kochira{
  display: block;
    margin: 20px auto 0px;
    text-align: center;
  }
  .kochira img{
      display: inline;  
  }
  .movi_left{
    float:left;
    padding:0 15px;
    width:49%;
  }
   .movi_right{
  float: right;
  padding:0 15px; 
   width:49%; 
     }
  .voice_img img{
        margin: 0 auto 50px;
  }
  .ta_padd{
      padding: 5px 20px 20px; 
  }
.inner{
  width: 960px;
  margin: auto;
}
/*content*/
.grand_prix{
  width: 960px;
  margin: auto;
}
.media_box{
  width: 960px;
  margin: auto;
}
.cleaning{
  width: 960px;
  margin: auto;
}
.box_eria{
  width: 960px;
  margin: auto;
}
.hikaku_eria{
  width: 960px;
  margin: auto;
}
.campaign{
  width: 960px;
  margin: auto;
  margin-top:30px;
}
.blog{
  width: 960px;
  margin: auto;
  margin-top:20px;
  margin-bottom:20px;
  border: solid 1px #c9ae63;
    padding: 10px;
}
.voiceb{
      background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/back_n.png) repeat-y center, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/back_l.jpg) repeat-y left, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/back_r.jpg) repeat-y right;
    width: 100%;
    background-size: auto;
    padding: 50px 0;
}
.img_center{
  margin: auto;
  margin-bottom:20px;
}
.campaign img{
  margin-bottom:15px;
}
.cleaning img{
  margin-bottom:10px;
}
a:hover img{
  opacity:0.8;
}
.first-text01{
  color: #4a2c21;
    font-size: 34px;
    line-height: 1;
  text-align: center;
}
.first-text02 span{
    color: #990b0b;
    font-size: 18px;
    display: block;
    text-align: center;  
}
.first-text02{
text-align: center;
  margin-bottom:25px;
}
.cont_box{
      width: 873px;
    padding: 35px 0 30px 20px;
}
.cont_box01{
width: 350px;
    height: auto;
    display: inline-block;
    margin: 0 30px 0 0;
}
.cont_box02{
display: inline-block;
    width: 450px;
    vertical-align: top;
    padding: 40px 0;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ombr_cont01_line01.png) no-repeat top, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ombr_cont01_line01.png) no-repeat bottom;
    font-size: 16px;
    line-height: 2em; 
}
.cont_ul{
  padding-top:20px;
}

.cont_ul ul{
  width: 310px;
    margin: 0 10px 40px 10px;
    padding: 0 10px;
    float: left;
    font-size: 15px;
}

.cont_ul ul li{
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ombr_check.png) no-repeat left top;
    padding: 0 0 10px 30px;
    margin: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.img-center img{
  margin: auto;
}
.cont_box03{
    display: inline-block;
    width: 460px;
    vertical-align: top;
    padding: 0;
}
.cont_box04{
  width: 340px;
    height: auto;
    display: inline-block;
    margin: 0 0 0 30px;
}

.cont_box05{
    display: inline-block;
    width: 460px;
    vertical-align: top;
    margin: 0 0 0 10px;
    padding: 0; 
}
.cont_eria{
  width: 873px;
    margin: 0 auto;
    padding: 30px 10px;
}
.ovh{
  width: 100%;
  overflow: hidden;
}
.img-left{
  width: 48%;
  float: left;
}
.img-right{
  width: 48%;
  float: right;
}
.text-box span{
  color: #bc0000;
}
/*初めての方へ終わり*/
/*ホワイトニング*/
.ttl_box{
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/omb_white_ttl_line.png)no-repeat bottom center;
    padding-bottom: 40px;
    margin: 0 auto 30px;
    text-align: center;
    font-feature-settings: "palt";  
}
.read{
    color: #A71414;
    font-size: 44px;
    font-weight: bold;
    line-height: 1.6;
    font-feature-settings: "palt";
    font-family: 游明朝 , "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiry;  
  text-align: center;
}
.whitening_how .ttl p{
  line-height: 1.4;
    font-size: 20px;
}
.whitening_how{
  width: 960px;
    margin: 60px auto;
}
.ttl_box p{ 
  text-align: center;
}
.whitening_how .intro{
padding-top: 70px;
    margin-top: -30px;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ombr_whitening_06.jpg)no-repeat top right;  
}
.whitening_how .intro p {
    width: 440px;
    margin-bottom: 15px;
}
.whitening_how .intro .dlbox {
    text-align: center;
}
.whitening_how .intro dl {
    margin: 30px auto 50px;
    display: inline-block;
    margin-right: 20px;
    padding: 40px 20px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    background: -webkit-linear-gradient(#ddc076, #997b39);
    height: 200px;
    width: 200px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.whitening_how .intro dl dt {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  text-align: center;
}
.whitening_how .intro dl dd {
    font-size: 26px;
    line-height: 1.2;
    font-feature-settings: "palt";
  text-align: center;
}
.whitening_how .midashi06 {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ombr_midashi.jpg) no-repeat;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.whitening_how ul.how_step {
    text-align: center;
    margin-bottom: 40px;
}
.whitening_how ul.how_step li {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
}
.whitening_how ul.how_step li.arrow {
    padding-top: 90px;
    width: 10px;
    margin: 0 10px;
}
.whitening_how .how_t {
    width: 100%;
    margin: 20px auto 60px;
    border: 1px solid #d1cfb9;
    border-collapse: collapse;
    border-spacing: 0;
}
.whitening_how .how_t th.white {
    width: 40%;
}
.whitening_how .how_t th {
    padding: 10px;
    background-color: #e26a6a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #d1cfb9;
    border-width: 0 1px 0 0;
}
.whitening_how .how_t th.com {
    background-color: #b3904c;
}
.whitening_how .how_t th.white {
    width: 40%;
}
.whitening_how .how_t {
    width: 100%;
    margin: 20px auto 60px;
    border: 1px solid #d1cfb9;
    border-collapse: collapse;
    border-spacing: 0;
}
.whitening_how .how_t td {
    padding: 10px 12px;
    font-size: 90%;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #d1cfb9;
    border-width: 0 1px 1px 0;
}
.whitening_how .how_t td:nth-child(2n) {
    background-color: #f9f7f2 !important;
}
.white_ba {
    margin: 0 0 60px;
  width:960px;
}
.white_ba li {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: solid 1px #ccc;
}
.white_ba li div {
    display: inline-block;
    vertical-align: middle;
}
.white_ba li table {
    margin: 0 14px;
    display: inline-block;
    vertical-align: middle;
}
.white_ba li table tr {
    color: #493284;
}
.white_ba li table tr th {
    width: 100px;
    padding: 6px 10px;
    border: solid 1px #cac582;
    background: #fdfaf2;
    text-align: center;
    color: #7f770a;
}
.white_ba li table tr td {
    width: 200px;
    padding: 6px 10px;
    border: solid 1px #cac582;
    color: #747474;
}
.white_ba li div img.b {
    padding: 0 40px 0 0;
    margin: 0 20px 0 0;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ombr_bay.jpg) right center no-repeat;
}
.white_ba li div img {
    display: inline-block;
}
.waku1 {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/welina_waku_t.gif) no-repeat top left, url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/welina_waku1_b.gif) no-repeat bottom left, url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/welina_waku1_n.gif) repeat-y left;
    margin: 0 auto 30px;
    width: 913px;
    overflow: hidden;
    padding: 35px 80px;
}
.midashi1{
background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ombr_mi_l.gif) no-repeat left center, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ombr_mi_r.gif) no-repeat right center #FFF;
    border-bottom: 2px solid #938a4e;
    border-top: 2px solid #938a4e;
    text-align: center;
    line-height: 88px;
    font-size: 30px;
    text-shadow: -1px -1px 0 rgba(225,225,225,0.5);
    font-weight: bold;
    margin-bottom: 10px;
    color: #8e8d4d;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    letter-spacing: 3px;
}
ul.qa li {
    width: 90%;
    display: block;
    margin: 0 auto 15px;
    border-bottom: 1px dotted #7A7A7A;
    padding: 15px 0 60px;
}
ul.qa li div {
    border-top: 1px dotted #7A7A7A;
    padding-top: 20px;
    margin-left: auto;
    width: 75%;
}
ul.qa li dl dt {
    width: 161px;
    float: left;
}
ul.qa li div span.ans {
    border: 2px solid #9d2f2f;
    font-weight: bold;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 1;
    margin-right: 10px;
    color: #9d2f2f;
    display: inline-block;
    background: #ffe4e4;
}
ul.qa li strong {
    font-weight: bold;
    text-decoration: underline;
    color: #D0231B;
}
.movie1 {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/moive_back.jpg) no-repeat top center, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/movie_back2.jpg) repeat-x top, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/movie_back3.jpg) repeat;
    border-top: 1px solid #CCB16B;
    border-bottom: 1px solid #CCB16B;
   // box-shadow: 0 0 0 2px #FFF inset;
    min-height: 800px;
    padding-top: 424px;
    margin-bottom: 50px;
}
.movie1>div {
    width: 909px;
    padding: 30px 20px;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/movie_wakut.jpg) no-repeat top left, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/movie_wakub.jpg) no-repeat bottom left, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/movie_wakun.jpg) repeat-y left;
    margin: 0 auto 40px;
    text-align: center;
}

.movie1 div ul {
    width: 403px;
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    margin-bottom: 0;
  float:left;
}
.movie1 div ul li {
    width: 196px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.movie1 div>img {
    display: inline-block;
    vertical-align: top;
}
.kogao_next img{
  margin:auto;
}
.kogao_next{
  text-align:center;
}
ul.kogao_ba {
    text-align: center;
    margin: 20px auto;
}
ul.kogao_ba li {
    display: inline-block;
    width: 322px;
    margin-bottom: 1em;
}
p.ba_hosoku {
    text-align: center;
}
div.ba_hosoku2 {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
}
div.ba_hosoku2 p.boy {
    color: #b38d38;
    font-size: 26px;
    margin: 1em auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
}
ul.kogao_ba li:nth-child(2n) {
    margin-left: 40px;
}
.ba_hosoku2 p{
  text-align: center;
}
/*新感覚ダイエット*/
.diet_bg4 {
    background: #f8f6f7;
    padding: 40px 0 20px;
}
.diet_bg4 ul {
    padding: 30px 0 0 20px;
}
.diet_bg4 ul li {
    width: 400px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 0px 30px 20px;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_boxbg.jpg) bottom;
}
.diet_bg4 ul li dt {
    text-align: center;
    font-size: 20px;
    color: #ac7119;
    padding: 5px 0 0;
}
.diet_bg4 ul li dd {
    padding: 0 20px 20px;
}
.text-center {
    text-align: center;
}
.inline {
    display: inline;
}
.diet_box3 {
    width: 600px;
    margin: 0 auto;
    padding: 20px 0;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}
.diet .st {
    font-size: 20px!important;
    color: #d00312!important;
    font-weight: bold!important;
    line-height: 1.4!important;
    margin-bottom: 10px!important;
}
.diet_box3 p{
  text-align:center;
}
.clearFix{
  width:100%;
}
.diet_bg1{
  //background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_09.jpg) no-repeat top;
    //min-height: 700px;
    //padding: 160px 0 0 30px;
   // margin: 30px 0;
}
.st {
    font-size: 20px;
    color: #d00312;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
}
.diet_box1 {
    width: 380px;
    padding: 20px 0;
    text-shadow: 0 1px 0 rgba(255,255,255,1);
}
/*ダイエット*/
.diets_top_why{
  width: 1903px;
    height: auto;
    background-image: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ba_staff_back1.jpg);
}
.diets_top_why img{
  margin: auto;
}
.midashi_diet_wide2{
      position: relative;
    background: #a98026;
    color: #FFF;
    text-align: center;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2;
    padding: 16px 0;
}
.diet01 .diet01_ttl{
  background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet01_bg.png) no-repeat center top;
    padding: 15px 0 21px;
}
.diet01 .diet01_ttl img {
    margin: 0 20px 0 auto;
    display: block;
}
.diet01 .diet01_ttl img:nth-child(2) {
    margin: 15px 27px 0 auto;
}
.midashi_diet_wide2:after {
    content: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/midashi_big1_next.png);
    position: absolute;
    display: block;
    bottom: -46px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.diet01 .diet01_in {
    border: 2px solid #998b4e;
    padding: 11px 11px 24px;
    position: relative;
}
.diet01 .diet01_in>p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 9px 0 8px;
    background: #7e452a;
}
.diet01 .diet01_in dl {
    margin-top: 18px;
}
.diet01 .diet01_in dl dt {
    float: left;
    margin-left: 8px;
}
.diet01 .diet01_in dl dd {
    float: left;
    margin-top: 10px;
    margin-left: 36px;
    font-size: 15px;
    color: #61272f;
}
.diet01 .diet01_in dl dd p:first-child {
    margin-bottom: 35px;
}
.diet01 .diet01_in dl dd p {
    line-height: 1.5;
}
.diet01 .diet01_in dl dd p span {
    font-size: 22px;
    font-weight: bold;
    color: #cb0802;
    line-height: 1.2;
    position: relative;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.diet01 .diet01_in .bottom_l {
    left: 0;
    bottom: -2px;
}
.diet01 .diet01_in .bottom_r {
    right: 0;
    bottom: -2px;
}
.diet01 .diet01_in .bottom_l, .diet01 .diet01_in .bottom_r {
    width: 50%;
    position: absolute;
}
.diet01 .diet01_in .bottom_l:before {
    border-bottom: 35px solid #fff;
    border-right: 80px solid #998b4e;
    position: absolute;
    right: 0;
}
.diet01 .diet01_in .bottom_l:before, .diet01 .diet01_in .bottom_r:after {
    content: "";
    position: absolute;
}
.diet01 .diet01_in .bottom_r:after {
    border-bottom: 35px solid #fff;
    border-left: 80px solid #998b4e;
    position: absolute;
}
.diet01 .diet01_in .bottom_l:before, .diet01 .diet01_in .bottom_r:after {
    content: "";
    position: absolute;
}
.diet01 .diet01_midashi {
    text-align: center;
    margin-top: 60px;
}.diet01 .diet01_midashi p {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 5px solid #fff233;
    color: #7d452c;
    display: inline;
}
.diets .mintyo {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.diet01 .diet01_p {
    text-align: center;
    margin-top: 23px;
    border-bottom: 1px dashed;
    padding-bottom: 23px;
}
.diet01 .diet01_midashi span {
    font-size: 70px;
    font-weight: bold;
    line-height: 1.5;
    background: #333;
    background: -webkit-linear-gradient(top, #ff0000 0%,#ff5500 50%,#d72c01 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.diet01 .diet01_p {
    text-align: center;
    margin-top: 23px;
    border-bottom: 1px dashed;
    padding-bottom: 23px;
}
.diet01 .diet01_p dt {
    font-size: 16px;
    color: #7e462b;
}
.diet01 .diet01_p dd {
    font-size: 20px;
    font-weight: bold;
    color: #cb0800;
    margin-top: 3px;
}
.diet01 div.clearfix.inner {
    padding-top: 26px;
    padding-bottom: 13px;
}
.diet01 div ul {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 0 51px;
}
.diet01 div>img {
    display: inline-block;
    margin-left: 37px;
}
.cl_img{
  width: 374px;
    display: inline-block;
    margin-left: 37px;
}

.diet01 div ul li {
    font-size: 20px;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/check_icon.png) no-repeat left center;
    padding-left: 42px;
    margin-bottom: 11px;
    color: #7e462d;
}
.clearfix {
    zoom: 1;
}
.diet02 {
    background: #f1eff0;
    padding-bottom: 56px;
    position: relative;
}
.diet02 .diet02_top {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet02_bg.png) no-repeat left 8px bottom;
    padding-left: 360px;
    padding-bottom: 4px;
    margin-bottom: 22px;
}
.diet02 .diet02_in {
    border: 6px solid #7e4529;
    background: #fff;
    padding: 17px 17px 33px;
    position: relative;
}
.diet02 .diet02_top p:first-child {
    font-size: 22px;
    padding-top: 40px;
    color: #262221;
}
.diet02 .diet02_top p:nth-child(2) {
    font-size: 32px;
    font-weight: bold;
    color: #d13c38;
    line-height: 1.2;
    margin: 33px 0;
}
.diet02 .diet02_top img {
    padding-left: 8px;
}
.diet02 .diet02_in {
    border: 6px solid #7e4529;
    background: #fff;
    padding: 17px 17px 33px;
    position: relative;
}
.diet02 .diet02_in dl {
    width: 290px;
    display: inline-block;
    padding: 15px;
    background: #e4e5e9;
    margin-right: 8px;
    margin-bottom: 11px;
    vertical-align: top;
}
.diet02 .diet02_in dl dt {
    font-size: 20px;
    font-weight: bold;
    padding-top: 14px;
    line-height: 1.5;
    min-height: 104px;
}
.diet02 .diet02_in dl dd {
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    padding: 17px 10px 12px;
    margin-top: 3px;
    vertical-align: top;
    line-height: 1.6;
    min-height: 104px;
}
.diet02 .diet02_in p {
    margin-top: 11px;
    font-size: 22px;
    font-weight: 100;
    padding-left: 14px;
    color: #80442a;
}
.diet02 .diet02_in img {
    position: absolute;
    right: 3px;
    bottom: -22px;
}
.diet02 .bottom_l {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    height: 35px;
    background: #fff;
}
.diet02 .bottom_l:before {
    content: "";
    border-bottom: 35px solid #fff;
    border-right: 80px solid #f1eff0;
    position: absolute;
    right: 0;
}
.diet02 .bottom_r {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    height: 35px;
    background: #fff;
}
.diet02 .bottom_r:before {
    content: "";
    border-bottom: 35px solid #fff;
    border-left: 80px solid #f1eff0;
    position: absolute;
}

.diets_contact {
    margin: 50px auto;
}
.midashi_diet1 {
    width: 960px;
    padding: 28px 50px;
    margin: 10px auto 30px;
    font-size: 38px;
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/midashi1_l.png) no-repeat center left 4px, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/midashi1_r.png) no-repeat center right 4px, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/midashi1_t.jpg) no-repeat top center, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/midashi1_b.jpg) no-repeat bottom center, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/midashi1_back.jpg) repeat-x;
    background-size: auto, auto, auto, auto, contain;
}
.diets_contact .boxstaff {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/staff_img1.jpg) no-repeat top center;
}
.diets_contact dl {
    width: 960px;
    margin: 0 auto 30px;
}
.diets_contact dl dt {
    width: 472px;
    float: left;
    display: none;
}
.diets_contact dl dd {
    width: 470px;
    float: right;
    padding-bottom: 30px;
}
.diets_contact dl:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.diets_contact dl dd p.p_01 {
    font-size: 19px;
    line-height: 1.2;
    font-weight: bold;
    color: #462312;
}
.diets_contact dl dd p.p_02 {
    font-size: 47px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 10px;
    color: #462312;
}
.diets_contact dl dd p.p_03 {
    margin-top: 18px;
    padding: 15px 23px 17px;
    font-size: 16px;
    color: #462312;
    background: #f1eff0;
}
.menu_diet_staff_ba {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/ba_staff_back1.jpg) repeat;
    border-bottom: 1px solid #c6c6c6;
    border-top: 1px solid #c6c6c6;
    padding: 60px 0;
}
.menu_diet_staff_ba .diet_ba01 {
    margin-bottom: 45px;
}
.menu_diet_staff_ba .diet_ba01 .ba_name {
    margin: 0 17px;
    border-top: 1px solid #4d260c;
    border-bottom: 1px solid #4d260c;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #4d260c;
    background: #fff;
    line-height: 1.7;
    padding-top: 1px;
}
.menu_diet_staff_ba .diet_ba01>img {
    margin: 15px 0 0 10px;
}
.menu_diet_staff_ba .diet_ba01 .diet_ba01_in {
    margin-top: 31px;
}
.menu_diet_staff_ba .diet_ba01 .diet_ba01_in img {
    float: right;
    margin-right: 11px;
}
.menu_diet_staff_ba .diet_ba01 .diet_ba01_in dl {
    width: 510px;
}
.menu_diet_staff_ba .diet_ba01 .diet_ba01_in dl dt {
    background: #4b260d;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 5px 0;
}
.diets .mintyo {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.menu_diet_staff_ba .diet_ba01 .diet_ba01_in dl dd {
    font-size: 16px;
    color: #4c260d;
    line-height: 1.7;
}
.menu_diet_staff_ba .diet_ba01 {
    margin-bottom: 45px;
}
.menu_diet_staff_ba .diet_ba02 .diet_ba02_top {
    padding: 33px 0 20px 119px;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_top_tl.jpg) no-repeat left top, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_top_tr.jpg) no-repeat right top,url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_top_t.jpg) repeat-x center top,url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_top_bl.jpg) no-repeat left bottom, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_top_br.jpg) no-repeat right bottom,url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_top_b.jpg) repeat-x center bottom,url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_top_cl.jpg) repeat-y left top,url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_top_cr.jpg) repeat-y right top, #fcf1d5;
}
.menu_diet_staff_ba .diet_ba02 .diet_ba02_top p {
    font-size: 40px;
    color: #8a6437;
}
.menu_diet_staff_ba .diet_ba02 .diet_ba02_in {
    padding: 26px 26px 75px;
    position: relative;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_btm_l.jpg) no-repeat left bottom, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_btm_r.jpg) no-repeat right bottom,url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_btm_c.jpg) repeat-x center bottom,url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_mid_l.jpg) repeat-y left top,url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_ba02_mid_r.jpg) repeat-y right top, #fff;
}
.menu_diet_staff_ba .diet_ba02 .diet_ba02_in img.ba_img01 {
    float: left;
}
.menu_diet_staff_ba .diet_ba02 .diet_ba02_in img.ba_img02 {
    position: absolute;
    top: -141px;
    right: 31px;
}
.menu_diet_staff_ba .diet_ba02 .diet_ba02_in dl {
    float: right;
    width: 413px;
    margin: 94px 11px 0 0;
}
.menu_diet_staff_ba .diet_ba02 .diet_ba02_in dl dt {
    padding: 0;
}
.menu_diet_staff_ba .diet_ba02 .diet_ba02_in dl dd {
    margin-top: 36px;
    border-top: 2px dotted #bebdab;
    padding: 15px 0 0 8px;
    font-size: 16px;
    line-height: 1.6;
}
.midashi_diet_wide1 {
    position: relative;
    //background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/midashi_big1_back.jpg) repeat-x;
    text-align: center;
    line-height: 1;
   // padding: 27px 0 51px;
}
.midashi_diet_wide1 img {
    //display: inline;
}
.midashi_diet_wide1 .bottom_l {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0px;
    height: 35px;
}
.midashi_diet_wide1 .bottom_l:before {
   // content: "";
    display: block;
    border-bottom: 35px solid #fff8e6;
    border-right: 80px solid transparent;
    position: absolute;
    width: 100%;
    right: 0;
}
.midashi_diet_wide1 .bottom_r {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    height: 35px;
}
.midashi_diet_wide1 .bottom_r:before {
    //content: "";
    display: block;
    border-bottom: 35px solid #fff8e6;
    border-left: 80px solid transparent;
    position: absolute;
    width: 100%;
    left: 0;
}
.diets_riyuu {
    border-bottom: 1px solid #c09f66;
    padding: 50px 0;
    background: #fff8e5;
    margin-bottom: 80px;
}
.diets_riyuu .diet_reason {
    position: relative;
}
.diets_riyuu .diet_reason .reason_tttl {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/diet_reason_ttl.jpg);
    padding: 9px 9px 6px;
    border: 1px solid #fff;
    outline: 2px solid #f5e5c4;
    width: 960px;
}
.diets_riyuu .diet_reason .reason_tttl dt {
    float: left;
}
.diets_riyuu .diet_reason .reason_tttl dd {
    float: left;
    margin: 10px 0 0 10px;
}
.diets_riyuu .diet_reason .reason_in dt {
    float: left;
}
.diets_riyuu .diet_reason .reason_in {
    padding: 0;
}
.diets_riyuu .diet_reason .reason_in dd {
    float: left;
    margin: 6px 0 0 29px;
    font-size: 16px;
    line-height: 1.9;
    width: 530px;
}
.diets_riyuu .diet_reason .from_staff {
    margin: 10px;
    outline: 1px solid #e0828d;
    border: 4px solid #fff;
    background: #fee8eb;
    position: relative;
    padding-bottom: 20px;
}
.diets_riyuu .diet_reason .from_staff p {
    font-size: 25px;
    line-height: 1.4;
    color: #3c2e2d;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/check_big.png) no-repeat center left;
    margin: 22px 0 0 50px;
    padding-left: 70px;
}
.diets_riyuu .diet_reason>div.clearfix {
    padding: 23px 8px 9px;
    border: 7px solid #f6efde;
    border-width: 0 7px 7px;
    outline: 2px solid #f6e5c4;
    background: #fff;
    width: 960px;
    margin-top: 2px;
    margin-bottom: 40px;
}
.diets_riyuu .diet_reason .reason_in dd span {
    font-weight: bold;
    color: #d81125;
    border-bottom: 1px solid;
}
.diets_riyuu .diet_reason .from_staff img {
    position: absolute;
    right: 3px;
    bottom: -5px;
}
.diets_imgl dt {
    width: 374px;
    margin-right: 20px;
  float: left;
}
.diets_imgl dt, .diets_imgl dd {
    display: inline-block;
    vertical-align: top;
}
.diets_imgl dd {
    width: 540px;
  float: right;
}
.diets_imgl{
  width: 100%;
  overflow: hidden;
}
.diets_imgl strong {
    text-decoration: underline;
    font-weight: bold;
    color: #de1058;
}

.diets_imgl dd p.title_qa {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/qaq.gif) no-repeat top left;
    min-height: 118px;
    color: #4a4634;
    font-size: 30px;
    font-weight: bold;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 1.2;
    padding: 14px 0 0 190px;
    margin-bottom: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.diets strong {
    text-decoration: underline;
    font-weight: bold;
    color: #de1058;
}
.midashi_diet2 {
    width: 960px;
    margin: 0 auto 0px;
    color: #5a5334;
    line-height: 1.2;
    text-align: center;
    font-size: 24px;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/midashi2_l.gif) no-repeat bottom left, url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/midashi2_r.gif) no-repeat bottom right;
}
.midashi_diet2 p {
    color: #c70000;
    line-height: 1.2;
    font-size: 36px;
    font-weight: bold;
  text-align: center;
}
.diets_contact dl dd p.title {
    color: #de1058;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #E62D6B;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.diets_contact dl dd strong {
    font-weight: bold;
    font-size: 24px;
    text-decoration: underline;
  color: #de1058;
}
/*お客様の声*/
.ba ul{
    width: 913px;
    height: auto;
    margin: 40px 0 20px;
    text-align: center;
} 
.ba ul li{
width: 413px;
    height: auto;
    display: inline-block;
    margin: 0 40px 20px 0;  
}
#featherlight {
    margin: 0 auto 40px;
    width: 913px;
    height: auto;
}
#featherlight ul {
    margin: 5px 0 20px;
    text-align: center;
    vertical-align: top;
}
#featherlight li {
    width: 413px;
    vertical-align: top;
    display: inline-block;
    margin: 0 40px 30px 0;
    border: 1px solid #b7aa00;
    vertical-align: top;
    border-radius: 6px;
  float: left;
}

#featherlight li h4 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #b7aa00;
    color: #b7aa00;
    line-height: 1.6em;
    margin: 0 0 8px;
    padding: 10px;
    border-radius: 6px;
    behavior: url(PIE.htc);
    background-color: #fdfaf2;
  text-align: center;
}
.add-main a {
    display: inline;
}
#featherlight li img {
    width: 94%;
    height: auto;
    border: 4px solid #f1e6d1;
    margin: 0 auto;
}
#featherlight ul li p {
    margin: 20px;
    text-align: left;
}
#featherlight li strong {
    color: #C30011;
    font-weight: bold;
    text-decoration: underline;
}
.voice_p{
      margin: 20px 0;
    text-align: center;
}
.full img{
  text-align: center;
  margin: auto;
}
.full{
  width:1903px;
}
.top_conimg_midashi{
   // background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/first_midashi_line.gif) repeat-x bottom;
    text-align: center; 
  margin: 80px 0 15px;
}
/*アクセス*/
.salon_ac img{
  float: left;
    margin-left: 20px;
}
#access table {
    float: left;
    width: 600px;
    height: auto;
    margin: 0 20px;
    vertical-align: top;
    border: 1px solid #ccc;
}
#access table tr td.row1 {
    text-align: center;
    border-right: 1px solid #ccc;
    background-color: #fdfaf2;
}
#access table tr td {
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}
#access table tr:last-child td {
    border-bottom: 0px;
}
#access table a.link {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #990b0b;
}
.salon_ac{
padding: 35px 0px;
}
/*staff*/
.staff_salon li {
    width: 284px;
    height: auto;
    padding: 10px;
    margin-left: 12px;
    border: 2px solid #8d6c60;
    float: left;
}
.hiramin{
    padding-top: 3px!important;
    margin-bottom: 10px!important;
    color: #41271e;
    font-size: 18px!important;
    font-weight: bold!important;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    //background: #efdfd9;
  border:none!important;
  padding:10px!important;
}
.f12 {
    font-size: 12px;
  text-align:center;
}
.st_img{
margin-bottom:10px; 
}
/*staff紹介*/
ul.staff_box li {
    display: inline-block;
    /display: inline;
    vertical-align: top;
    /zoom: 1;
    width: 420px;
    border: 1px solid #300;
    padding: 15px;
    background: #fffcf9;
    margin-left: 20px;
    margin-bottom: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
ul.staff_box li .name {
    background: #a57c65;
    padding: 6px;
    font-size: 15px;
    color: #FFF;
    margin-bottom: 10px;
}
ul.staff_box li .text {
    float: left;
    width: 220px;
    font-size: 12px;
}
ul.staff_box li .text dt {
    font-size: 13px;
    border-bottom: 1px solid #857c77;
    color: #866e61;
    font-weight: bold;
}
ul.staff_box li .text dd {
    margin-bottom: 15px;
    padding-top: 4px;
}
ul.staff_box li .img {
    width: 152px;
    float: right;
}
.hasuda_heading{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #b7aa00;
    margin-bottom: 20px;  
}
li.utagawa {
    height: 363px;
}
.recruit table {
    width: 100%;
    margin: 20px auto;
    background: #FFF;
    border: 1px solid #ccc7c4;
}
.recruit table th {
    width: 25%;
    background: #FDF2D6;
    border-right: none;
}
.recruit table th, .recruit table td {
    padding: 10px;
    border: 1px solid #A96F44;
    vertical-align: middle;
}
.recruit table td {
    padding-left: 20px;
}

.mb30 {
    margin-bottom: 30px;
}
p{
  margin: 0;
    padding: 0;
    font-style: normal;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.8;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    border: none;
}
.mt10 {
    margin-top: 10px;
}
.f16 {
    font-size: 16px;
}
/*サイトマップ*/
.sitemap ul {
    margin: 10px 0px 30px;
    text-align: center;
}
.sitemap ul li:nth-child(2n+1) {
    margin: 0px 10px 0px 0px;
}
.sitemap ul li {
    width: 250px;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #B3ACA9;
    padding: 14px;
    margin: 0px 10px 10px 0px;
    line-height: 1.0;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/next_list.png) no-repeat top 17px right 10px;
    background-size: 7px;
  float: left;
}
.sitemap ul li a {
    display: block;
      color: #5a1616!important;
    text-decoration: none!important;
}
.sitemap{
  width: 795px;
  margin:auto;
}
/*お問い合わせ*/
.reserve_list {
    display: block;
    text-align: center;
    border-bottom: 5px solid #B08A34;
    margin-bottom: 3px;
}
.reserve_list li {
    width: 30%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    padding: 1% 0%;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
    border: 1px solid #AB832B;
    box-shadow: 0 0px 0 2px #FFF inset;
    border-bottom: none;
}
.reserve_list li.ho{
  background: linear-gradient(#e8d1a1, #e2c269);
    text-shadow: -1px 1px 0 rgba(186,172,128,1);
}
ul.contact_tel li {
    border-bottom: 1px dotted #432815;
    padding: 16px 0 10px;
}
ul.contact_tel li .number {
    width: 370px;
    float: left;
}
ul.contact_tel li .number a {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/contact_number.gif) no-repeat center left;
    padding: 0px 0 0px 44px;
    font-size: 50px;
    line-height: 1.0;
    font-family: "Times New Roman","ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",YuMincho,"HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    display: block;
    margin-bottom: 10px;
}
.text_souda{
    border: 1px solid #BC9746;
    background: #FAF3E3;
    display: inline;
    padding: 4px 10px;
    font-weight: bold;
    font-size: 14px;
}
ul.contact_tel li .text {
    width: 450px;
    float: right;
}
.midashi_1 p {
    padding: 4px 10px;
    color: #fff;
    font-size: 16px;
}
ul.contact_tel {
    width: 96%;
    margin: 20px auto 40px;
}
.midashi_1 {
    padding: 0px 0px 0px 0px!important;
    background: #BC9746!important;
    border-top: 2px solid #BC9746!important;
    border-bottom: 2px solid #BC9746!important;
    margin-bottom: 10px!important;
}
.mail_waku {
    background: #FFF;
    border: 1px solid #B08A34;
    padding: 20px;
}
.mailformproTable {
    width: 100%;
}
.mailformproTable tr {
    border-top: 1px solid #CCC;
}
.mailformproTable th {
    width: 30%;
    text-align: right;
    font-weight: normal;
    padding: 10px 0;
    vertical-align: middle;
}
.mailformproTable td {
    padding: 10px 0 10px 10px;
    vertical-align: middle;
}
.mailformproTable tr:nth-child(even) {
    background: #f7f7f7;
}
div.mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 5px 17px;
    color: #F00;
    font-size: 12px;
    line-height: normal;
    background-image: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/mfp_error.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
}
form#mailformpro input, form#mailformpro textarea {
    padding: 3px;
    font-size: 14px;
    vertical-align: middle;
}
.mailformproTable input, .mailformproTable td textarea {
    border: solid 1px #c0c0c0;
}
form#mailformpro select {
    vertical-align: middle;
    font-size: 14px;
}
.mailformproTable .w100p {
    width: 94% !important;
    height: 120px !important;
}
form#mailformpro input, form#mailformpro textarea {
    padding: 3px;
    font-size: 14px;
    vertical-align: middle;
}
input#button_mfp_goconfirm {
    width: 180px;
    height: 60px;
    overflow: hidden;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/mfp_goconfirm.png);
    /* text-indent: -5000px; */
    border: none;
    cursor: pointer;
}
.f12 {
    font-size: 12px;
}
form#mailformpro select {
    vertical-align: middle;
    font-size: 14px;
}
.mb10 {
    margin-bottom: 10px;
}
#mfp_buttons {
    width: 180px;
    margin: 0 auto;
}
form#mailformpro label.mfp_not_checked {
    padding: 3px;
    border: solid 1px #EEE;
}
form#mailformpro label {
    border-radius: 3px;
    margin: 3px;
    display: inline;
}
.must {
    display: block;
    padding: 1px 0 0 4px;
    float: left;
}
.number p a{
color: #5a1616!important; 
}
.bold_df {
    font-weight: bold;
}

.red {
    color: #ff0000;
}
.red2 {
    color: #bc0000;
}
.reserve_list li:nth-child(n+2) {
    margin-left: 2%;
}
.reserve_list li a {
    text-decoration: none;
    color: #FFF;
    display: block;
    vertical-align: bottom;
}
.reserve_list li.ho {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e2c269), color-stop(0.00, #e8d1a1));
    background: -webkit-linear-gradient(#e8d1a1, #e2c269);
    background: -moz-linear-gradient(#e8d1a1, #e2c269);
    background: -o-linear-gradient(#e8d1a1, #e2c269);
    background: -ms-linear-gradient(#e8d1a1, #e2c269);
    background: linear-gradient(#e8d1a1, #e2c269);
    text-shadow: -1px 1px 0 rgba(186,172,128,1);
}
.midashi_1:before {
    content: "";
    border-top: 1px solid #e6cb91;
    display: block;
    height: 1px;
}
.midashi_1:after {
    content: "";
    border-bottom: 1px solid #e6cb91;
    display: block;
    height: 1px;
}
ul.contact_tel li:after {
    content: "";
    display: block;
    clear: both;
}
.first_cont04{
  margin: 0 auto 30px;
    display: block;
}
/*蓮田アクセス*/
#access_salon table {
    width: 850px;
    height: auto;
    margin: 0 20px;
    border: 1px solid #ccc;
    margin: auto;
}
#access_salon table tr td {
    width: 600px;
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px dotted #ccc;
  font-size:15px;
}
#access_salon table tr td.row1 {
    width: 30%;
    text-align: center;
    border-right: 1px solid #ccc;
    background-color: #fdfaf2;
}
#access_salon p {
    margin: 5px 0;
}
.add-main a.btn_li p, a.btn_li p {
    background: #e30000;
    color: #fff;
    border-bottom: 4px solid #970000;
    border: 2px solid #e30000;
    font-size: 24px;
    border-radius: 0.3em;
    display: inline-block;
    padding: 0.75em 2em;
    text-align: center;
    text-decoration: none;
}
.add-main a.btn_li p:after, a.btn_li p:after {
    content: " ▶";
    font-size: 14px;
    vertical-align: middle;
}
#access_salon .salon_gr {
    width: 850px;
    margin: 20px auto;
}
#access_salon .salon_ngr {
    width: 808px;
    margin: 20px auto;
}
#access_salon h4 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #c5a153;
    max-width: 850px;
    margin-bottom: 10px;
    margin: auto;
  font-style: normal;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#access_salon .salon_ngr li {
    width: 178px;
    display: inline-block;
    vertical-align: top;
    margin-right: 19px;
}
.add-main a.btn_li, a.btn_li {
    display: block;
    text-align: center;
    margin-top: 1em;
}
#access_salon .salon_gr img {
    float: left;
}
#access_salon .salon_gr .text {
    float: left;
    width: 578px;
    margin-left: 20px;
}
#access_salon .salon_ngr p.type1 {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 5px;
    border-bottom: 1px solid;
  color: #2b2420;
    font-size: 15px;
}
#access_salon p {
    margin: 5px 0;
}
#access_salon iframe {
    height: 200px;
    width: 850px;
    margin-left: 30px;
    margin-top: 20px;
}
.add-main a {
    display: inline;
   color: #5a1616;
}
.salon_ngr p{
  font-size:14px;
}
.text p{
  font-size:14px;
}
.o_img-left{
width: 75%;
    float: left;  
}
.o_img-right{
  width: 20%;
    float: right;
}

.o_ovh {
    width: 95%;
    overflow: hidden;
    padding: 10px;
    border-radius: 15px;
  margin: auto;
}
/*サイドバー*/
#side_wp {
    width:100%;
    height: auto;
    float: right;
    text-align: left;
}

.frameTop_01, .frameTop_02, .frameTop_03 {
    border-bottom: 2px solid #938a4e;
    border-top: 2px solid #938a4e;
    text-align: center;
    line-height: 170%;
    font-size: 18px;
    text-shadow: -1px -1px 0 rgba(225,225,225,0.5);
    font-weight: bold;
    margin-bottom: 10px;
    color: #111111;
}
.main{
width:60%;
    float: left;  
}
.head_img01{
  width: 100vw;
}
h4{
      margin-bottom: 10px;
    border-top: 1px solid #595758;
    border-bottom: 1px solid #595758;
    padding: 10px;
  font-size: 20px!important;
}
.fast_box{
  width: 960px;
  margin: auto;
  margin-top: 20px;
}
/*blog*/
.post-list{
    width: 100%;
    overflow: hidden; 
   border-bottom: 1px solid #ccc;
    clear: both;
    //height: 185px;
    padding: 10px 0;
}
.entry-content{
  width:80%;
  float:right;
   color: #000;
}
.eyecatch{
  width: 20%;
  float:left;
}
.entry-meta{
  width: 20%;
  float: left;
  color: #000;
  font-size: 20px;
}
.entry-title{
  width: 80%;
  float: right;
  color: #5f4106;;
  font-size:20px;
  font-weight: bold;
}
/*2018-11-16*/
#layoutbody{
  width:980px;
  margin:auto;
}
#bf_wrap {
    overflow: hidden;
  padding: 30px 30px 0;
    width: 980px;
    height: auto;
    background-color: #feecd3;
    border-radius: 15px;
}.bfaf-left {
    width: 49%;
    float: left;
    background: #fff;
    border-radius: 13px;
    margin-bottom: 30px;
}.bfaf-right {
    width: 49%;
    float: right;
    background: #fff;
    border-radius: 13px;
    margin-bottom: 30px;
}
.bfaf-left p {
    /*font-size: 20px;
    border-bottom: 2px dashed #545454;
    padding: 5px;*/
    width: 80%;
    margin: auto;
    /*margin-top: 15px;*/
    text-align: center;
}
.bfaf-right p {
    /*font-size: 20px;
    border-bottom: 2px dashed #545454;
    padding: 5px;*/
    width: 80%;
    margin: auto;
    /*margin-top: 15px;*/
    text-align: center;
}

.bfaf-title {
    font-size: 23px !important;
    font-weight: bold;
    color: #333333;
    padding: 10px !important;
    /*text-align: center;*/
    border: none;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
#contest-jusyo p span {
    font-size: 30px;
    color: #dd3534;
}
#contest-jusyo p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}
#layoutbody h2 {
  color: #472b0e;
    background-image: url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/h2.jpg);
    padding: 0 0 0 30px;
    font-size: 25px;
    font-family: "Times New Roman","游明朝",YuMincho,"ヒラギノ明朝ProNW3","HiraginoMinchoProN","HG明朝E","ＭＳＰ明朝","ＭＳ明朝",serif;
    height: 77px;
    line-height: 77px;
    border: solid 1px #ff9aa7;
    color: #472b0e;
}
#contact figure {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
  height:495px;
}
#contact .contact a {
    position: absolute;
    top: 100px;
    left: 44px;
}
.diet_faq {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
}
.diet_faq li.faq_wrap {
    list-style: none;
    padding: 10px 30px;
    margin-bottom: 20px;
    overflow: hidden;
}
.diet_faq dt {
    width: 100%;
    height: 88px;
    background-color: #E1F3F2;
    border-radius: 10px 10px 10px 10px;
}
.diet_faq dt p {
    float: left;
    padding-left: 92px;
    font-size: 22px;
    height: 88px;
    line-height: 88px;
    background: url(../img/qaf_q.png);
    background-position: 28px 20px;
    background-repeat: no-repeat;
}
.diet_faq .faq_ttl {
    padding: 24px 0 0 32px;
    font-size: 20px;
    color: #FF5F72;
    font-weight: bold;
}
.diet_faq .faq_txt {
    padding-left: 32px;
    font-size: 15px;
}
.diet_faq dd {
    padding-top: 0px;
    min-height: 180px;
    margin: 0;
    padding-left: 224px;
}
.diet_faq dt p {
    float: left;
    padding-left: 92px;
    font-size: 22px;
    height: 88px;
    line-height: 88px;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/qaf_q.png);
    background-position: 28px 20px;
    background-repeat: no-repeat;
}
.diet_faq .faq_wrap:nth-child(1) dd {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/kotsuban_diet_a1.jpg) no-repeat 20px bottom;
}
.diet_faq .faq_wrap:nth-child(2) dd {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/kotsuban_diet_a2.jpg) no-repeat 20px bottom;
}
.diet_faq .faq_wrap:nth-child(3) dd {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/kotsuban_diet_a3.jpg) no-repeat 20px bottom;
}
.diet_faq .faq_wrap:nth-child(4) dd {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/kotsuban_diet_a4.jpg) no-repeat 20px bottom;
}
.diet_faq .faq_wrap:nth-child(5) dd {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/kotsuban_diet_a5.jpg) no-repeat 20px bottom;
}
.diet_faq .diet_ng {
    padding-left: 32px;
}
#b1{
font-size: 1.1em;
    line-height: 150%;
    margin-bottom: 15px;  
}
.center img{
  margin: auto;
}
.access_text{
  text-align: center;
  margin: 15px auto 25px;
}
.foot-info{
  overflow: hidden;
  margin-top: 20px;
}
.foot-info li{
  width: 48%;
  float: left;
}
.foot-info li:last-child{
  float: right;
}
.foot-info-box{
  padding: 20px;
  border-radius: 20px;
}
.foot-info-box a img{
  margin-top: 10px;
}
.contact-out{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 10px 0 30px;
}
.contact-left-out{
  width: 45%;
  padding: 1%;
}
.contact-center-out{
  width: 45%;
  padding: 1%;
}
.contact-right-out{
  width: 45%;
  padding: 1%;
}

.contact-left-out img,.contact-center-out img,.contact-right-out img {
  backface-visibility: hidden;
}


.contact-left-out p,.contact-center-out p,.contact-right-out p{
  font-size: 13px;
  margin-top: 15px;
}
.contact-line{
  background: #2cbe15;
    color: #fff;
    padding: 20px;
    font-size: 25px;
    border-radius: 10px;
}
.sp-tel{
  display: none;
}
.ba2 {
  overflow: hidden;
  margin-left: 15px;
}
.ba2 dl {
  width: 330px;
  float: left;
  margin-left: 15px;
}
.ba dt {
  display: block;
}
.ba_voice {
  /*overflow: hidden;*/
  margin-left: 25px;
  font-size:12px;
  border-top-width: thin;
  /*border-bottom: 2px dotted #CCCCCC;*/
}
.ba2_voice {
  overflow: hidden;
  margin-left: 25px;
  font-size:12px;
  border-top-width: thin;
  border-bottom: 2px dotted #CCCCCC;
}
.kogao_attention {
  font-size: 11px;
  color: #D90000;
  padding: 5px;
  float: right;
}
.kogao_voice {
  font-size:17px;
  font-weight:bold;
  color:#FF6600;
  padding: 10px 0 0;
}
.kogao_aisatsu {
  width:670px;
  background-image:url(http://mahalo-riha.net/wp/wp-content/themes/portals/image/page/aisatsu_back03.jpg);
  background-repeat:no-repeat;
  height:400px;
  margin:20px auto;
}
.kogao_aisatsu_name {
  width:400px;
  margin-left:330px;
  padding-top:20px;
}
.kogao_aisatsu_text {
  font-size: 14px;
  width:400px;
  margin-left:270px;
  margin-top:30px;
  line-height:160%;
}
.kogao_aisatsu02 {
  width:670px;
  background-image:url(http://mahalo-riha.net/wp/wp-content/themes/portals/image/page/aisatsu_back02.jpg);
  background-repeat:no-repeat;
  height:400px;
  margin:20px auto;
}
.kogao_aisatsu_name02 {
  width:400px;
  margin-left:330px;
  padding-top:20px;
}
.kogao_aisatsu_text02 {
  font-size: 14px;
  width:400px;
  margin-left:270px;
  margin-top:30px;
  line-height:160%;
}
.kogao_aisatsu03 {
  width:670px;
  background-image:url(http://mahalo-riha.net/wp/wp-content/themes/portals/image/page/aisatsu_back04.jpg);
  background-repeat:no-repeat;
  background-position:left bottom;
  height:445px;
  margin:20px auto;
}
.kogao_aisatsu_name03 {
  width:400px;
  margin-left:330px;
  padding-top:20px;
}
.kogao_aisatsu_text03 {
  font-size: 14px;
  width:400px;
  margin-left:270px;
  margin-top:30px;
  line-height:160%;
}
.kogao_aisatsu05 {
  width:670px;
  background-image:url(http://mahalo-riha.net/wp/wp-content/themes/portals/image/page/aisatsu_back05.jpg);
  background-repeat:no-repeat;
  background-position:left bottom;
  height:445px;
  margin:20px auto;
}
.kogao_aisatsu_name05 {
  width:400px;
  margin-left:330px;
  padding-top:20px;
}
.kogao_aisatsu_text05 {
  font-size: 14px;
  width:400px;
  margin-left:270px;
  margin-top:30px;
  line-height:160%;
}
.ba2_voice .img-left{
  width: 38%;
}
.su-posts{
  width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    overflow: scroll;
}
.su-post{
  border-bottom: dotted 2px #ccc;
    padding: 18px 0;
}
.su-post-title{
  border: none !important;
    float: left;
    width: auto !important;
    padding: 0 !important;
    padding-left: 15px !important;
    margin-bottom: 0 !important;
    margin-left: 20px !important;
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2019/02/post-title_bg.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.su-post-title a{
  text-decoration: none;
  font-size: 15px !important;
  color: #563838 !important;
}
.su-post-meta{
  float: right;
    padding-right: 25px;
    margin-bottom: 0 !important;
}
.su-post-comments-link{
  display: none;
}
.diet-babox{
  background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px;
}
.diet-ba{
  overflow: hidden;
}
.diet-ba-left{
  width: 55%;
    float: left;
}
.diet-ba-right{
  width: 44%;
    float: right;
}
.diet-ba-right p{
  font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}
.diet-ba-right img{
  width: 80%;
    margin: auto;
}
.diet-ba-right p span{
  font-size: 18px;
    font-weight: bold;
}
#contest-jusyo .diet-ba-left{
  width: 33%;
}
#contest-jusyo .diet-ba-right{
  width: 66%;
}
#contest-jusyo .diet-ba-right img{
  width: 100%;
}
#contest-jusyo .diet-ba-right p{
  font-weight: normal;
    font-size: 17px;
  line-height: 25px;
}
.kogao-ba-in{
  overflow: hidden;
    margin: 10px 0 20px;
}
.koba-left{
  width: 53%;
  float: left;
}
.koba-right{
  width: 45%;
  float: right;
}
.koba-right p{
  font-size: 15px;
    line-height: 20px;
}
.point-boxone{
  border-bottom: 4px dotted #545454;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.point-boxone p{
  padding-left: 8%;
}
.greet-box{
  background: url(https://recoverlab.com/beauty/wp-content/uploads/2019/03/greet-back.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top left;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.greet-text{
  width: 51%;
    float: right;
}
.greet-text p{
  font-size: 13px;
  margin-bottom: 20px;
}
.greet-bnr{
  background: url(https://recoverlab.com/beauty/wp-content/uploads/2019/03/greet-bnr.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
    position: relative;
}
.greet-but{
  width: 25%;
    background: #eb6c87;
    border-radius: 60px;
    position: absolute;
    bottom: 2%;
    right: 13%;
    text-align: center;
}
.greet-but a{
  color: #fff;
    font-weight: bold;
    text-decoration: none;
  display: block;
  text-align: center;
  padding: 15px;
}
.greet-but:hover{
  background: #fff;
  border: 2px solid #eb6c87;
}
.greet-but:hover a{
  color: #eb6c87;
  padding: 13px;
}
.post_wrap{
  float: left;
  width: 68%;
  overflow: hidden;
}
.content_box .post_wraper{
  overflow: hidden;
}
.content_box .post_wraper div#sidebar{
  width: 28%;
}
  margin-bottom: 30px;
div#sidebar div.side_catlist{
  margin-bottom: 30px;
}
div#sidebar h3.side_boxtitle{
  color: #49412f;
  font-size: 20px;
  margin-top: 1.4em;
}
div#sidebar ul li {
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: dotted #835119 1px;
  padding-left: 15px;
  position: relative;
  padding: 5px 0px 5px 24px;
  margin-bottom: 5px;
}
div#sidebar ul li:before {
    border-left: 2px solid #d7aa79;
    border-top: 2px solid #d7aa79;
    content: "";
    height: 6px;
    position: absolute;
    left: 5px;
    top: 45%;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 6px;
}
div#sidebar ul li a{
  text-decoration: none;
  color: #454545;
  font-size: 15px;
}
.shingle_wrap{
  width: 100%;
  max-width: 980px;
  margin: auto;
  overflow: hidden;
  padding: 0 30px;
}
.shingle_wrap .main{
  max-width: 600px;
  width: 100%;
}
.post_wraper #sidebar{
  overflow: hidden;
}

.top-link-banar ul {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
}

.top-link-banar ul li {
  width: calc( 100% / 3 );
  float: left;
}

.top-link-banar ul li img {
  margin: auto;
  backface-visibility: hidden;
}

.shop_bnr img {
  backface-visibility: hidden;
}

body h1 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: serif;
  color: white;
  font-size: 36px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.2);
  background: linear-gradient(#cc9e3c,#a98026);
  position: relative;
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
  box-shadow: 0 1px 0 0 #ffd06a inset, 0 -1px 0 0 #836016 inset;
  border-radius: 5px;
  overflow: hidden;
}

body h1::before {
  content: " ";
  width: 150%;
  height: 100%;
  display: block;
  background-color: rgba(255,255,255,0.2);
  position: absolute;
  left: -20%;
  top: -50%;
  transform: rotate(-2deg);
}

body .shingle_wrap h1 {
  display: block;
  text-align: left;
  font-weight: bold;
  font-family: sans-serif;
  color: #383838;
  font-size: 36px;
  background: unset;
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  text-shadow: unset;
  box-shadow: unset;
}

body .shingle_wrap h1::before {
  content: none;
}

html #content h2 {
  /* color: #432815; */
  color: white;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  padding: 0.4em;
  font-size: 32px;
  /* background-size: 100%; */
  /* background-repeat: no-repeat; */
  background-image: url(img/footer_bg.jpg);
  overflow: hidden;
  border: none;
  /* border-radius: 5px;
  background-image: url(img/h2-back.jpg); */
}

html #content .shingle_wrap h2 {
  color: #383838;
  font-weight: bold;
  font-family: sans-serif;
  text-align: left;
  padding: 20px;
  font-size: 26px;
  background-color: #F8F6F2;
  border: none;
  border-left: solid 6px #b08d40;
  /* background-size: 100%; */
  /* background-repeat: no-repeat; */
  background-image: unset;
  overflow: hidden;
  /* border-radius: 5px;
  background-image: url(img/h2-back.jpg); */
}


html #content .shingle_wrap h3 {
    background: unset;
    text-align: left;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    letter-spacing: 3px;
    padding: 10px 0;
    border-top: unset;
    border-bottom: 2px solid #b08d40;
    color: #383838;
    font-size: 22px;
    margin:10px 0px;
}
html #content .shingle_wrap #sidebar h3 {
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/h3back.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 10px 0;
    border-top: unset;
    border:unset;
    color: #383838;
    font-size: 20px;
    margin:10px 0px;

}

html #content h4 {
  display: block;
  font-size: 24px !important;
  color: white;
  font-family: serif;
  font-weight: bold;
  /* background: linear-gradient(to right, #8e8d4d, white); */
  background-color: #c0976c;
  padding: 10px;
  border-top: 1px solid #918e8c;
  border-bottom: 1px solid #918e8c;
}


html #content .shingle_wrap h4 {
    background: unset;
    text-align: left;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    letter-spacing: 3px;
    padding: 10px 0;
    border-top: unset;
    border-bottom: 2px solid #b08d40;
    color: #383838;
    font-size: 18px;
    margin:10px 0px;
}


html #content .shingle_wrap h4 span {
    color: #383838!important;
    font-size: 18px!important;
}

html #content h5 {
  position: relative;
  display: block;
  font-size: 21px !important;
  color: #383838;
  font-family: serif;
  font-weight: bold;
  border-bottom: 1px solid #b08d40;
  padding: 5px;
}

html #content h5::before {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: #b08d40;
}

html #content h6 {
  font-size: 18px !important;
  color: #432815;
  border-bottom: 2px solid #b08d40;
  font-family: serif;
  padding: 5px;
}

.foot_icon {
  display: flex;
  justify-content: space-around;
  width: 150px;
  margin: 10px auto 15px;
}

.foot_icon li {
  width: calc( 65% / 3 );
}

@media screen and (max-width: 767px){
.post_wrap{
  float: left;
  width: 100%;
  overflow: hidden;
}
.content_box .post_wraper div#sidebar{
  width: 100%;
}

body h1 {
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: serif;
  color: white;
  font-size: 36px;
  text-shadow: 0 2px 2px rgba(0,0,0,0.2);
  background: linear-gradient(#cc9e3c,#a98026);
  position: relative;
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
  box-shadow: 0 1px 0 0 #ffd06a inset, 0 -1px 0 0 #836016 inset;
  border-radius: 5px;
  overflow: hidden;
}

body h1::before {
  content: " ";
  width: 150%;
  height: 100%;
  display: block;
  background-color: rgba(255,255,255,0.2);
  position: absolute;
  left: -20%;
  top: -50%;
  transform: rotate(-2deg);
}

html #content h2 {
    margin-bottom: 10px;
    /* color: #432815; */
    color: white;
    font-weight: bold;
    font-family: serif;
    text-align: center;
    padding: 0.4em;
    font-size:18px;
    /* background-size: 100%; */
    /* background-repeat: no-repeat; */
    background-image: url(img/footer_bg.jpg);
    overflow: hidden;
    border: none;
    /* border-radius: 5px;
  background-image: url(img/h2-back.jpg); */
    line-height: unset;
}

html #content h4 {
  display: block;
  font-size: 24px !important;
  color: white;
  font-family: serif;
  font-weight: bold;
  /* background: linear-gradient(to right, #8e8d4d, white); */
  background-color: #c0976c;
  padding: 10px;
  border-top: 1px solid #918e8c;
  border-bottom: 1px solid #918e8c;
}

html #content h5 {
  position: relative;
  display: block;
  font-size: 21px !important;
  color: #383838;
  font-family: serif;
  font-weight: bold;
  border-bottom: 1px solid #383838;
  padding: 5px;
  background: none;
  overflow: hidden;
}

html #content h5::before {
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: #383838;
  background: none;
}

html #content h6 {
  font-size: 18px !important;
  color: #432815;
  border-bottom: 2px solid #b08d40;
  font-family: serif;
  padding: 5px;
  background: none;
}

.top-link-banar ul {
  padding: 0 10px;
}

.shop_bnr {
  padding: 0 10px;
  margin-bottom: 20px;
}

}


  .left_box{
float: left;
    width: 48%;   
  }
  .left_box img{
width: 280px;
    margin: auto;   
  } 
  .right_box{
    float: right;
    width:48%;    
  }
  .right_box img{
width: 280px;
    margin: auto;   
  } 
  .img_left img{
margin: 0px 15px;   
  }
.k_text p{
  padding: 0px 3%;
}
.ap_text{
  text-align:center;
  margin-bottom: 10px;
}
.point_text{
    font-size: 22px;
    text-align: left;
    line-height: 1.6em;
    color: #555555;
    border-bottom: dotted 2px;
    margin: 15px 2%;
}
.point_text span{
font-family: "arial";
    font-size: 40px;
   color: #eb6c87;
  padding:0px 5px;
}
.point_text strong{
    font-size: 23px;
    color: #444444;
  margin-left:5px;
}
/*-------スタッフ紹介--------*/

.staff_box {
    background-color: #fcf6e6;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
}
.staff_box>div {
    width: 75%;
}
.staff_box>div p.text1 {
    font-size: 18px;
    font-weight: bold;
    color: #eb6c87;
    padding: 10px 0;
}
.staff_box>div p.text2 {
    padding: 0 0 20px;
    font-size: 14px;
}
.staff_box>div p.text3 {
  font-size: 14px;
}
.t_staff {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    empty-cells: show;
}
.areaBox {
    width: auto;
    min-height: 320px;
    font-size: 12px;
    line-height: 1.6;
    padding: 23px 20px 50px;
    color: #837253;
    background: url(../images/line.jpg) no-repeat center bottom;
    margin-bottom: 16px;
    clear: both;
}
.t_staff tr th {
    width: 140px;
    vertical-align: middle;
    color: #664f28;
    text-align: left;
    border-bottom: 1px solid #d3ceba;
}
.t_staff tr th, .t_staff tr td {
    font-size: 14px;
    padding: 10px 0 10px 10px;
    border-bottom: #d3ceba solid 1px;
    vertical-align: middle;
}

  @media screen and (max-width: 768px){
  .ovh .img_left{
  width: 100%;
    float: none;
} 
  .ovh .left_box{
    float:none;
    width:100%;   
  }
.ovh .left_box img{
    margin: 15px auto;
}       
  .ovh .right_box{
    float:none;
    width:100%;   
  } 
  .ovh .right_box img{
    margin: 15px auto;    
  } 
  .ovh .img_left img{
margin:auto;
  } 
    .movie iframe{
    height:250px; 
    }
    .mg15{
      margin:15px 0px!important;
    }
.k_text p{
  padding: 0px 0px;
    font-size: 13px;  
} 
.ap_text{
  text-align:left;
} 
.point_text{
font-size: 18px;  
}
.point_text span{
    font-size: 35px;
}
.point_text strong{
font-size: 18px;
}
  html body{padding-bottom: 60px;}
/*-------スタッフ紹介--------*/
.staff_box {
  flex-direction: column;
    padding: 4%;
    margin: 20px 10px;
}
.staff_box img {
    margin: 0 auto;
}
.staff_box>div {
    width: 100%;
}
.staff_box>div p.text1 {
    font-size: 4vw;
}
.staff_box>div p.text2 {
    padding: 0 0 20px;
    font-size: 15px;
}
.staff_box>div p.text3 {
  font-size: 15px;
}
.t_staff {
    width: 100%;
}
.t_staff tr th, .t_staff tr td {
    width: 100%;
    display: block;
    padding: 2% 0;
    font-size: 3.5vw;
}
  }

/* -----------------------
    料金一覧
----------------------- */

.price_menu {
  max-width: 960px;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 20px;
}

.price_menu .price_inner .price_title {
  position: relative;
  max-width: 780px;
  width: 90%;
  margin: 30px auto 0;
  text-align: center;
  line-height: 120px;
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: bold;
  color: #ba993e;
  background: #fff;
  border: 6px solid #ba993e;
  -webkit-transition: .3s;
  transition: .3s;
}

.price_menu .price_inner .menu_box {
  max-width: 750px;
  width: 100%;
  margin: 10px auto 20px;
  padding: 30px;
  background: #fff;
  color: #81684d;
  border: 15px solid #ba993e;
}

div#content .price_titleh3 {
  background: unset;
  border: unset;
  color: #81684d;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
  padding-top: 0;
  margin-top: 0;
}

div#content .price_titleh3 span {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.price_box_wrap {
  width: 718px;
}

div#content .price_titleh3 span.titile_accent1 {
  color: #b11515;
  font-size: .8em;
  font-weight: normal;
  letter-spacing: 0;
}

.price_box_wrap .price_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1%;
  padding: 0;
}

.price_box_wrap .price_box:last-child {
  margin-bottom: 0;
}

html #content .price_box_wrap .price_box h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23%;
  margin: 0;
  background: #f1e4d6;
  color: #ba993e;
  font-size: 18px!important;
  text-align: center;
  line-height: 1.5;
  border: unset;
}

html #content .price_box_wrap .price_box h5:before {
  content: unset;
}

.price_box_wrap .price_box .price_box_inner {
  display: flex;
  flex-wrap: wrap;
  width: 76%;
  background: #e0d9d2;
}

.price_box_wrap .price_box .price_box_inner ul {
  display: flex;
  width: 100%;
}

.price_box_wrap .price_box .price_box_inner li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 25%;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}

.price_box_wrap .price_box .price_box_inner li span {
  font-size: .6em;
}

.price_box_wrap .price_box .price_box_inner li.otoku {
  position: relative;
}

.price_box_wrap .price_box .price_box_inner li.otoku span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX( -50% );
  width: 80%;
  padding: 7px;
  font-size: .75em;
  font-weight: 600;
  text-align: center;
  background: #b11515;
  color: #fff;
}

.price_box_wrap .price_box .price_box_inner li.otoku:after {
  position: absolute;
  bottom: -10.1%;
  content: "";
  border-top: 15px solid #b11515;
  border-right: 66px solid transparent;
  border-left: 66px  solid transparent;
}

.price_box_wrap .price_box .price_box_inner li:nth-of-type(1) {
  width: 20%;
}

.price_box_wrap .price_box .price_box_inner li:nth-of-type(4) {
  width: 30%;
}

.price_box_wrap .price_box .price_box_inner li .otoku2 {
  display: block;
  width: 95%;
  background: #b11515;
  color: #fff;
  font-weight: bold;
  padding: 7px;
  border-radius: 10px;
  font-size: .9em;
  text-align: center;
}

.price_accent {
  color: #b11515;
}

.sail img {
  margin: 0 auto;
}

@media screen and ( min-width: 768px ) {

  .price_inner {
    background: #fcf6e6;
    padding-bottom: 10px;
  }

  .price_menu .price_inner .price_title {
    margin: 0 auto 0;
    padding: 20px 0 0;
    line-height: unset;
    font-size: 28px;
    border: unset;
    background: unset;
  }

  .price_menu .price_inner .menu_box {
    padding: 10px;
    border: 6px solid #ba993e;
  }

  div#content .price_titleh3 {
    margin: 0;
    font-size: 20px;
  }


  .tableplus {
    text-align: center;
    font-size: 1.6rem;
  }

  .banner_m {
    margin: 20px auto;
  }
}

/* LP用 コンタクトフォーム */
#contact{
  border: solid 7px #c6ae7d;
  border-radius: 3px;
  padding: 5%;
  margin-top: 50px;
}
#contact h2{

}
#contact p{
  color: #606060;
}
#contact p.form-in1{display: flex;font-size: 18px;align-items: center;margin-bottom: 10px;vertical-align: bottom;}
#contact p.form-in1 span.required {
  background: #ea5555;
  color: #fff;
  border-radius: 3px;
  padding: 3px 7px;
  font-size: 12px;
  display: inline-block;
  /* margin-bottom: 1%; */
  margin-right: 1%;
}
#contact p.form-in2{
  margin-bottom: 3%;
}
#contact p.form-in2 span.small{
  font-size: 12px;
  margin-top: 1%;
  display: inherit;
}
#contact p.form-in3{

}
#contact p.name-box input {
  display: inline-block;
  width: 150px;
}
#contact p input, #contact p textarea {
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px;
}
#contact p select, #contact p input[type="checkbox"], #contact p input[type="radio"] {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
}
#contact p input[type="submit"]{
  background:#df2020;
  color:#fff;
  font-size: 15px;
  width: auto;
  border: 0px;
  border-radius: 3px;
  padding: 2% 7%;
}
#contact p input[type="submit"]:hover{
  opacity: 0.7;
}
input[type="submit"], input[type="button"] { -webkit-appearance: none; }

/*　※必須項目調整スタイル　*/
.form-in2.more_box span.wpcf7-form-control-wrap:first-child .wpcf7-not-valid-tip {
  display: none!important;
}

.form-in2.more_box span.wpcf7-form-control-wrap.month:before,
.form-in2.more_box span.wpcf7-form-control-wrap.month2:before {
  content: " 月 ";
}

.form-in2.more_box span.wpcf7-form-control-wrap.days:before,
.form-in2.more_box span.wpcf7-form-control-wrap.days2:before {
  content: "　日 ";
}

@media screen and ( max-width: 410px ) {
    #contact p.name-box input {
        width: calc( 50% - 28px );
    }
}

/*--骨盤ダイエット--*/
#onecolumn_content .diet-babox.f01 .diet-ba h5{
	margin-bottom: 0;
	padding-top: 20px;
}

.flow li{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px dashed #ff99a7;
}

.flow ul li:last-child{
	border: none;
}

.flow_txt{
	width: 100%;
}

.flow img{
	border-radius: 15px;
}

.flow .flow_txt img{
	width: auto;
	margin: 0;
	margin-top: 15px;
}

.flow .flow_txt p.flow_subtitle{
    font-size: 22px;
    color: #FF5F72;
    font-weight: bold;
}

.flow .flow_txt p.ftx{
    padding-top: 14px;
}

.flow p{
	font-size: 19px;
	padding-left: 16px;
}


/*--/骨盤ダイエット--*/

/*症例*/
	.case_container{
    text-align: center;
    max-width: 960px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
	}	
	.case_container img{
		margin: 25px auto;
	}
	.case_container h2{
		margin-top: 50px;
	}
	.case_container p{
		margin-bottom: 15px;
	}	

.case_container ul{
	margin-bottom: 15px;
}

.case_container ul li p{
	margin: 0;
}


.choice_copy{
  text-align: right;
  color: #a1a1a1;
  font-size: 12px;
  margin: 0 30px 30px 0;
}
.jyokyo{
text-align: center;
margin: 40px 0 20px;
}
.hypaer_knife{
text-align: center;
}
@media screen and (max-width:768px){
  .choice_copy{
    text-align: unset;
    font-size: 11px;
  }
}
/*2024/04/18 骨盤ダイエット：Before-After */
.before_after{
  /*display: none;*/
  background-color: #f8f6f7;
}
.before_after .preface .preface-title{
    text-align: center;
    color: red;
    font-size: 26px;
    font-weight: bold;
}
.before_after .preface .preface-txt{
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width:768px){
  .before_after .preface .preface-title{
      font-size: 18px;
  }
  .before_after .preface .preface-txt{
    font-size: 12px;
  }
}

.before_after .thought ul li{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.before_after .thought ul li:nth-child(2n){
  flex-direction: row-reverse;
}
.before_after .thought ul li .thought-img{
  width: 60%;
}
.before_after .thought ul li .thought-img .thought-img-award{
  margin: 0 auto;
}
.before_after .thought ul li .thought-img .thought-img-ba{
  width: 100%;
}
.before_after .thought ul li .thought-text{
  width: 35%;
}
.before_after .thought ul li .thought-text .thought-text-caution{
  font-size: 10px;
  padding-left: 3px;
}
.before_after .thought ul li .thought-text .thought-text-voice{
  border: solid 2px #ccc;
  padding: 15px;
}

.before_after .thought ul li .thought-text .thought-text-voice .thought-text-voice-user{
    border-bottom: solid 1px;
    border-top: solid 1px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
@media screen and (max-width:768px){
  .before_after .thought ul li,
  .before_after .thought ul li:nth-child(2n){
    flex-direction: column;
  }
  .before_after .thought ul li .thought-img {
    width: 95%;
  }
  .before_after .thought ul li .thought-text {
    width: 95%;
    display: flex;
    flex-direction: column-reverse;
  }
  .before_after .thought ul li .thought-text .thought-text-caution p{
    font-size: 10px;
  }
}



/*2024/04/18 骨盤ダイエット：美容整体リカラボの選ばれる理由 */
.choose{
}
.choose ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.choose ul li{
  width: 230px;
  border: solid 1px #b8883b;
  box-shadow: 1px 1px 5px -3px;
  background-color: #fff;
}
.choose ul li p{
  padding: 0 10px;
}

.choose ul li p.subtitle{
  font-size: 20px;
  display: flex;
  align-items: center;
}
.choose ul li p.subtitle span{
  color: #b8883b;
  font-size: 24px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝ProNW3", "HiraginoMinchoProN", "HG明朝E", "ＭＳＰ明朝", "ＭＳ明朝", serif;
}
 
@media screen and (max-width:768px){
  .choose ul{
    flex-wrap: wrap;
  }
  .choose ul li{
    width: 100%;
    display: flex;
  }
    .choose ul li img{
    width: 40%;
    height: 100%;
    object-fit: cover;
    }
    .choose ul li .txtWrap{
    width: 60%;
    padding: 10px 0;
    box-sizing: border-box;
    }
  .choose ul li:nth-child(n+2){
    margin-top: 10px;
  }
  .choose ul li p.subtitle{
    font-size: 15px;
  }
  .choose ul li p{
    font-size: 14px;
    line-height: 1.4;
  }
}

/*2023/05/19|院の専門ページ*/
html #content .store_lp_bg {
    padding: 100px;
    background-image: url('https://recoverlab.com/beauty/wp-content/themes/amaterasu/images/ama/amai_main_bg.png');
}
html #content .store_lp_bg h2 {
    display: flex;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
}
html #content .store_lp_bg h2 span {
    font-family: serif;
}
@media screen and (max-width: 769px){
  html #content .store_lp_bg {
    padding: 60px 30px;
  }
  html #content .store_lp_bg h2 {
    font-size: 1.8rem;
  }
  html #content .store_lp_bg h2 span {
    font-size: 1.6rem;
  }
}



/* 蟹江専門ページ */
html #content .store_lp_bg_kani {
  padding: 100px 95px;
  background-image: url(https://recoverlab.com/beauty/wp-content/themes/amaterasu/images/kani/amai_main_bg.png);
}
html #content .store_lp_bg_kani h2 {
  display: flex;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 0;
  font-size: 40px;
  font-weight: bold;
}
html #content .store_lp_bg_kani h2 span {
  font-family: serif;
}

#store_lp01,#store_lp02,#store_lp03,#store_lp04,#store_lp05 {
    max-width: 900px;
    margin: auto;
    padding: 0;
}
#store_lp01 {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.store_lp01_up ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.store_lp01_up ul li {
    width: 30%;
    margin: 10px;
    box-shadow: 6px 8px #fdde9d;
}
.store_lp01_down {
    width: 100%;
    margin: 30px 0 50px;
}
.store_lp01_down ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.store_lp01_down ul li {
    width: 200px;
    padding: 10px;
    line-height: 1.2;
    border: solid 2px #fdde9d;
    border-radius: 10px;
    text-align: center;
}
.store_lp01_down ul li a {
    font-size: 12px;
    color: #494949;
    text-decoration: none;
}
html #content .store_lp01_down ul li a img {
    width: 6%;
    margin: auto;
    padding-top: 6px;
}
.store_lp02_title {
    margin-top: 10px;
    margin-bottom: 60px;
}
html #content .store_lp02_title h2 {
    padding: 0;
    color: #bfc2fe;
    background: -webkit-linear-gradient(0deg, #e8bddb, #AC842B, #e15e5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: quicksand, sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;
    flex-direction: column;
}
html #content .store_lp02_title h2 span {
    font-size: 20px;
    color: #494949;
    -webkit-text-fill-color: currentColor;
}
.store_lp02_info {
    display: flex;
    justify-content: space-between;
}
.store_lp02_info_left {
    width: 50%;
}
.store_lp02_info_left table {
    width: 100%;
}
.store_lp02_info_left table tbody tr {
    background-color: #fff9f2;
}
.store_lp02_info_left tr th {
    width: 30%;
    display: table-cell;
    padding: 20px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    height: auto;
    vertical-align: middle;
    line-height: 1.6;
    background: linear-gradient(to right, #ffedd2, #fff8da);
}
.store_lp02_info_left tr td {
    width: auto;
    display: table-cell;
    padding: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
    vertical-align: middle;
    border: #fff;
}
.store_lp02_info_right {
    width: 50%;
}
.store_lp02_info_right iframe {
  width: 100%;
  height: 100%;
}
.store_lp03_title {
    margin-top: 60px;
    margin-bottom: 30px;
}
html #content .store_lp03_title h2 {
    padding: 0;
    color: #bfc2fe;
    background: -webkit-linear-gradient(0deg, #e8bddb, #AC842B, #e15e5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: quicksand, sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;
    flex-direction: column;
}
html #content .store_lp03_title h2 span {
    font-size: 20px;
    color: #494949;
    -webkit-text-fill-color: currentColor;
}
html #content .store_lp03_reason01 h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0;
    border: none;
    background: none;
    font-size: 23px;
    display: flex;
    color: #bfc2fe;
    background: -webkit-linear-gradient(0deg, #E15E5E, #AC842B, #276F9F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex-direction: column;
    align-items: flex-start;
}
html #content .store_lp03_reason01 h3 span {
    font-family: urw-din,sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #494949;
    letter-spacing: 0.3em;
    display: block;
    position: relative;
    -webkit-text-fill-color: currentColor;
}
html #content .store_lp03_reason02 h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 0;
    border: none;
    background: none;
    font-size: 23px;
    display: flex;
    color: #bfc2fe;
    background: -webkit-linear-gradient(0deg, #E15E5E, #AC842B, #276F9F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex-direction: column;
    align-items: flex-start;
}
html #content .store_lp03_reason02 h3 span {
    font-family: urw-din,sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: #494949;
    letter-spacing: 0.3em;
    display: block;
    position: relative;
    -webkit-text-fill-color: currentColor;
}
.store_lp03_reason01_text,.store_lp03_reason02_text {
    display: flex;
    justify-content: space-between;
}
.store_lp03_reason01_left, .store_lp03_reason02_left {
    width: 35%;
    box-shadow: 6px 8px #fdde9d;
    margin: 0px 10px 10px 0px;
    margin-bottom: 34px;
}
.store_lp03_reason01_right,.store_lp03_reason02_right {
    width: 60%;
}
.store_lp03_reason01_right ul li {
    display: flex;
    flex-direction: row;
}
.store_lp03_reason02_right ul li {
    display: flex;
    flex-direction: row;
}
.store_lp03_reason01_right ul li p {
    margin-bottom: 10px;
}
.store_lp03_reason02_right ul li p {
    margin-bottom: 10px;
}
.store_lp03_reason01_right ul li img {
    width: 4%;
    height: 20px;
    margin-right: 8px;
}
.store_lp03_reason02_right ul li img {
    width: 4%;
    height: 20px;
    margin-right: 8px;
}
.store_lp04_title {
    margin-top: 60px;
    margin-bottom: 30px;
}
html #content .store_lp04_title h2 {
    padding: 0;
    color: #bfc2fe;
    background: -webkit-linear-gradient(0deg, #e8bddb, #AC842B, #e15e5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: quicksand, sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;
    flex-direction: column;
}
html #content .store_lp04_title h2 span {
    font-size: 20px;
    color: #494949;
    -webkit-text-fill-color: currentColor;
    text-align: center;
}
#store_lp05 {
    margin-bottom: 60px;
}
.store_lp05_title {
    margin-top: 60px;
    margin-bottom: 30px;
}
html #content .store_lp05_title h2 {
    padding: 0;
    color: #bfc2fe;
    background: -webkit-linear-gradient(0deg, #e8bddb, #AC842B, #e15e5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: quicksand, sans-serif;
    font-weight: 600;
    font-style: normal;
    display: flex;
    align-items: center;
    flex-direction: column;
}
html #content .store_lp05_title h2 span {
    font-size: 20px;
    color: #494949;
    -webkit-text-fill-color: currentColor;
    text-align: center;
}
.store_lp05_text p {
    margin-bottom: 15px;
    line-height: 1.5;
}
@media screen and (max-width: 769px){
  html #content .store_lp_bg_kani {
    padding: 100px 30px;
  }
  html #content .store_lp_bg_kani h2 {
    font-size: 1.8rem;
  }
  html #content .store_lp_bg_kani h2 span {
    font-size: 1.6rem;
  }

  .store_lp01_up ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .store_lp01_up ul li {
    width: 44%;
    margin: 10px;
    box-shadow: 6px 8px #fdde9d;
  }
  .store_lp01_down {
    width: 100%;
    margin: 30px 0 30px;
  }
  .store_lp01_down ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .store_lp01_down ul li {
    width: 46%;
    margin-bottom: 10px;
  }
  .store_lp02_title {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .store_lp02_info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .store_lp02_info_left {
    width: 100%;
  }
  .store_lp02_info_left table {
    width: 95%;
    margin: auto;
  }
  .store_lp02_info_right {
    width: 95%;
    margin: auto;
  }
  .store_lp03_title {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  html #content .store_lp03_title h2 span {
    text-align: center;
  }
  .store_lp03_reason01_text, .store_lp03_reason02_text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .store_lp03_reason01_left, .store_lp03_reason02_left {
    width: 75%;
    box-shadow: 6px 8px #fdde9d;
    margin: 0px 10px 10px 0px;
    margin-bottom: 25px;
  }
  .store_lp03_reason01_right, .store_lp03_reason02_right {
    width: 90%;
  }
  .store_lp03_reason01_right ul li p {
    margin-bottom: 15px;
  }
  .store_lp03_reason02_right ul li p {
    margin-bottom: 15px;
  }
  .store_lp03_reason01_right ul li img {
    width: 6%;
    height: 20px;
    margin-right: 8px;
  }
  .store_lp03_reason02_right ul li img {
    width: 6%;
    height: 20px;
    margin-right: 8px;
  }
  html #content .store_lp03_reason01 h3 {
    width: 95%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0;
    border: none;
    background: none;
    font-size: 17px;
    display: flex;
    color: #bfc2fe;
    background: -webkit-linear-gradient(0deg, #E15E5E, #AC842B, #276F9F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex-direction: column;
    align-items: center;
  }
  html #content .store_lp03_reason02 h3 {
    width: 90%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 0;
    border: none;
    background: none;
    font-size: 20px;
    display: flex;
    color: #bfc2fe;
    background: -webkit-linear-gradient(0deg, #E15E5E, #AC842B, #276F9F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex-direction: column;
    align-items: center;
  }
  .store_lp04_title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .store_lp04_text_up p {
    width: 95%;
    margin: auto;
  }
  .store_lp05_title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .store_lp05_text p {
    width: 95%;
    margin: auto;
    margin-bottom: 15px;
  }
}
/* 名駅院専門ページ */
html #content .store_lp_bg_meieki {
  padding: 100px 95px;
  background-image: url(https://recoverlab.com/beauty/wp-content/themes/amaterasu/images/meieki/meieki_main_bg.png);
}
html #content .store_lp_bg_meieki h2 {
  display: flex;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 0;
  font-size: 40px;
}
html #content .store_lp_bg_meieki h2 span {
  font-family: serif;
}
@media screen and (max-width: 769px){
  html #content .store_lp_bg_meieki {
    padding: 60px 30px;
    background-image: url(https://recoverlab.com/beauty/wp-content/themes/amaterasu/images/meieki/meieki_main_bg.png);
  }
  html #content .store_lp_bg_meieki h2 {
    font-size: 1.8rem;
  }
  html #content .store_lp_bg_meieki h2 span {
    font-size: 1.6rem;
  }

}

/*2023/05/30|アクセスボタン追記*/
.specialty_button {
  width: fit-content;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.specialty_button a {
  padding: 14px 40px 10px;
  color: #fff;
  font-weight: bold;
  background-color: #c1986c;
  text-decoration: none;
  border-radius: 10px;
}
.specialty_button:hover {
    opacity: 0.8;
}
.specialty_button::before {
  top: 0;
  bottom: 3px;
  right: 10px;
  margin: auto;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid 2px #ffffff;
  border-radius: 50px;
  content: '';
}
.specialty_button::after {
  top: 0;
  bottom: 3px;
  right: 18px;
  margin: auto;
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}


/* 250821追加 */
.reserve-flow {
  margin-top: 110px;
}
html #content .reserve-flow-store_title h2 {
  margin-bottom: 50px;
  padding: 0;
  color: #bfc2fe;
  background: -webkit-linear-gradient(0deg, #e8bddb, #AC842B, #e15e5e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: quicksand, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  flex-direction: column;
}

html #content .reserve-flow-store_title h2 span {
    font-size: 20px;
    color: #494949;
    -webkit-text-fill-color: currentColor;
    text-align: center;
}

.reserve-flow-list {
	width: min(100%,957px);
	margin: 0 auto 110px;
}

.reserve-flow-item {
	display: flex;
	align-items: center;
	gap: 30px;
	position: relative;
}

.reserve-flow-num {
	flex: 0 0 19.9%;
}

.reserve-flow-image {
	flex: 0 0 14.84%;
	max-width: 142px;
}

.reserve-flow-text {
	font-size: 17px;
}

.reserve-flow-item + .reserve-flow-item {
	margin-top: 30px;
}

.reserve-flow-item::before {
	content: none;
}

@media screen and (max-width: 768px) {
  .reserve-flow {
    margin-top: 50px;
  }

	.reserve-flow-list {
    width: 95%;
		margin: 0 auto 50px;
	}

	.reserve-flow-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}


	.reserve-flow-item + .reserve-flow-item::before {
		content: '';
		position: absolute;
		top: -14vw;
		left: 50%;
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 47px solid transparent;
		border-left: 47px solid transparent;
		border-top: 30px solid #FFF5D8;
		border-bottom: 0;
	}

	.reserve-flow-image {
		margin: auto;
	}
	
	.reserve-flow-text {
		font-size: 14px;
	}

	.reserve-flow-item + .reserve-flow-item {
		margin-top: 22vw;
	}

}


/* 20260206 */

/* .shop02 .inner .cover ul li.mgn_b15 {
  margin-bottom: 15px;
}
.shop02 .inner .cover ul li p.txt_red {
  color: #dc143c;
  font-weight: bold;
} */

.close {
  margin: 0 auto 50px;
  /* max-width: 1180px; */
  width: 100%;
  padding: 50px 3%;
  background: #FFF9F2;
}

.close-ttl {
  font-size: 20px;
  font-weight: bold;
  /* color: #f00; */
}

  a.oozone-link {
    display: block;
    width: min(100%,400px);
    font-size: 18px;
    text-align: center;
    line-height: 1em;
    font-weight: bold;
    color: #BA9748;
    margin: 15px auto 0;
    padding: 15px 0;
    border-radius: 50px;
    border: 2px solid #BA9748;
    transition: 1s;
    position: relative;
    text-decoration: none;
  }
  a.oozone-link::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ba9748;
    border-right: 0;
  }

  a.oozone-link:hover {
    opacity: 0.3;
  }

  @media screen and (max-width: 768px) {
    a.oozone-link {
      text-decoration: none;
    }
        a.oozone-link:link {
          color: #BA9748;
              text-decoration: none;

        }
  }

  /* 260318追加 */

.post .corona-inner {
    display: block;
    width: 97%;
    text-decoration: none;
    color: #313131;
    background-color: #ebb972;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: 0.2s;
}
.post .corona-inner::after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
    transition: 0.2s;
}
	#story{
	    max-width: 960px;
	    padding: 40px 0;
	    margin: 60px auto 60px;
	    /*background: url(https://web.archive.org/web/20260118224329im_/https://welina-diet.net/wp-content/uploads/2018/10/ombr_contents_bg.png) no-repeat top center;
	    background-size: 100%;*/
	    background: #fff2f757;
	}
	#story .fast_box{
		width: 100%;
		max-width: 900px;
		margin: auto;
		margin-top: 5px;
	}
	.first-text01{
		position: relative;
		color: #eb6c87;
		font-size: 34px;
		line-height: 1;
		text-align: center;
		font-weight: bold;
		margin-bottom: 20px;
		padding: 40px 0 10px;
		border-top: 0;
	}
	.first-text01:before {
		position: absolute;
		left: 50%;
		bottom: -5px;
		transform: translateX(-50%);
		content: "";
		width: 60px;
		height: 2px;
		background: #eb6c87;
	}
	#story .first-text02 span{
		color: #990b0b;
		font-size: 18px;	
	}
	#story .first-text02{
		text-align: center;
		margin-bottom:25px;
	}
	#story .story_ul{
		display: flex;
		justify-content: space-around;
		overflow: hidden;
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		padding: 5px 5px;
	}
	#story .story_ul li.story_block{
		width: calc(100% / 2);
		height: auto;
		padding: 0 0 18px;
		list-style: none;
		text-align: center;
		border: 1px solid #eb6c8761;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		background: #fff;
	}
	#story .story_ul li.story_block figure{
		text-align: center;
		display: inline-block;
		margin: 0 0 10px;
		overflow: hidden;
		border-radius: 5px;
		z-index: 1;
	}
	#story .story_ul li.story_block figure img{
		margin: 0 auto;
		width: 100%;
	}
	#story .story_ul li.story_block p{
		margin: 0 auto;
		line-height: 1.35em;
		padding: 0 20px;
	}
	#story .story_ul li.story_block p span{
		display: inline-block;
		margin-bottom: 8px;
		padding: 2px 5px;
		color: #ffffff;
		background: #eb6c87;
		border-radius: 9px;
		font-size: 15px;
		font-weight: bold;
	}
	#story .story_ul li.story_block p b{
		display: block;
		color: #232323;
		font-size: 17px;
		letter-spacing: 0.35px;
		font-weight: bold;
	}
	#story .story_ul li.story_block a{
		text-decoration: none;
		border-radius: 50px;
		text-align: center;
		display: block;
		width: 80%;
		margin: 15px 10% 0;
		padding: 8px 0;
		position: relative;
		border:solid 1px #b38a36;
		transition: 0.5s ;
		color: #b38a36;
	}
	#story .story_ul li.story_block a:hover{
		background-color: #b38a36;
		color: #fff;
	}
	#story .story_ul li.story_block a:before{
		border-left: 2px solid #b38a36;
		border-top: 2px solid #b38a36;
		content: "";
		height: 6px;
		position: absolute;
		right: 15px;
		top: 45%;
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		width: 6px;
	}
	@media screen and (max-width:767px) {
	p.first-text01 {
		border: 0;
	}
	#story_details .story_details_inner	h2{
		font-size: 20px;
	}
	#story .story_ul li.story_block{
		width: 100%;
	}
	#story .story_ul li.story_block a:before{
		display: none;
	}
	.voice {
	    padding: 0 2%;
	}
}