@charset "utf-8";

/* CSS Document */
html .mceContentBody {
	font-size: 14px !important;
}

/*大デバイス（デスクトップ, 1200px 未満）*/
@media (min-width: 992px) {
	html {
		font-size: 15px;
	}
}
/*中デバイス（タブレット, 992px 未満）*/
@media (max-width: 991.98px) {
	html {
		font-size: 15px;
	}
}
/*小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) {
	html {
		font-size: 14px;
	}
}
/*極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) {
	html {
		font-size: 13px;
	}
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
	position: relative;
}
a:hover {
	text-decoration: none;
}
/******************************
common
******************************/
@media (min-width: 1200px) {
	.col-md-4 {
		padding: 0 2rem
	}
	div.reason h3 {
		font-size: 1.2rem
	}
}
.side-border-wrapper strong,
span.side-border {
	position: relative;
	display: inline-block;
}
.side-border-wrapper strong::before, .side-border-wrapper strong::after,
span.side-border::before, span.side-border::after {
	position: absolute;
	top: 50%;
	left: -17px;
	height: 1.3em;
	width: 1px;
	background: #111;
	content: "";
	transform: rotate(-32deg);
	margin-top: -15px;
}
.side-border-wrapper strong::after,
span.side-border::after {
	left: auto;
	right: -20px;
	transform: rotate(32deg);
}
.page-section {
	padding: 68px 0;
}
.sub-head span {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
}
p.sub-head {
	margin-bottom: 0.4rem;
	text-align: center;
}
.link-btn a {
	width: 265px;
	height: 50px;
	background: #cc5ae6;
	display: flex;
	border-radius: 25px;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #fff;
}
.link-btn {
	display: flex;
	justify-content: center;
}
footer {
	background: #676767;
}
footer ul {
	padding-left: 2.5rem;
}
footer li {
	list-style: none;
}
footer li a {
	color: #fff !important;
	padding: 11px 0;
	display: block;
	max-width:100%;
	text-decoration: underline;
}
div#foot-link a {
	color: #fff;
	padding: 0 22px 12px 0;
	display: inline-block;
	text-decoration: underline;
}
div#foot-link {
	text-align: center;
	margin-bottom: 3rem;
	margin-top: 2rem;
}
footer.btext-white {
	padding: 3rem 0;
}
p#foot-logo {
	color: #fff;
	text-align: center;
	padding-bottom: 63px;
	background: url(../../../../uploads/logo.svg) no-repeat center bottom -54px/170px;
	min-width: 210px;
}

#sns {
	background: #000;
	color: #fff;
	padding: 10px 0;
	height: 70px;
}
#sns .row {
	flex-wrap: nowrap;
}
#sns h2 {
	position: relative;
	color: #fff !important;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	line-height: 25px;
	border-right: solid 1px #fff;
	padding-right: 60px;
	margin-bottom: 0 !important;
	flex-shrink: 0;
}
#sns h2::before {
	position: absolute;
	right: -11px;
	top: calc(50% - 6px);
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left: solid 5px #fff;
}
#sns h2::after {
	position: absolute;
	right: -9px;
	top: calc(50% - 5px);
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-left: solid 4px #000;
}
#sns h2 span {
	font-size: 14px;
	font-weight: normal;
}
#sns ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	width: 100%;
}
#sns li {
	width: 33%;
	text-align: center;
}
#sns a {
	display: inline-block;
	height: 100%;
	line-height: 50px;
	color: #fff;
}
#sns .icon-twitter {
	padding-left: 30px;
	background: url(../../../../uploads/icon_twitter.png) no-repeat left center;
}
#sns .icon-facebook {
	padding-left: 25px;
	background: url(../../../../uploads/icon_facebook.png) no-repeat left center;
}
#sns .icon-instagram {
	padding-left: 30px;
	background: url(../../../../uploads/icon_instagram.png) no-repeat left center;
}

#footer-contact {
	padding-bottom: 60px;
}
#footer-contact p {
	color: #fff;
}
#footer-contact a{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
#footer-contact .footer-contact-notice {
	font-size: 11px;
}

/******************************
navigation bar
******************************/
.navbar {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #000;
	height: 53px;
}
.navbar-light [aria-expanded="false"] .navbar-toggler-icon {
	background-image: url(../../../../uploads/nav_open.svg);
}
.navbar-light [aria-expanded="true"] .navbar-toggler-icon {
	background-image: url(../../../../uploads/nav_close.svg);
	background-size: 87%;
}
.navbar.scrolled {
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
}
a.navbar-brand {
	font-size: 14px;
	padding-left: 125px;
	background: url(../../../../uploads/logo.svg) no-repeat center left 10px/100px;
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 0.9rem;
}
.navbar-light .navbar-toggler {
	color: #fff;
	padding-right: 20px;
	outline: none;
	position: absolute;
	top: 12px;
	right: 0px;
}
.navbar-light .navbar-nav .nav-link {
	color: #FFF !important;
	padding: 14px 10px;
	font-size: 1rem;
}
.navbar-light .navbar-nav .nav-link:hover {}
div#navbarNav {
	left: 0px;
	position: absolute;
	top: 53px;
	width: 100%;
	background: #000;
}
.nav-item {
	border-top: 1px solid #fff;
}
#nav-tel span {
	display: block;
	font-size: 18px;
}
#nav-tel span::before {
	content: "";
	width: 10px;
	height: 14px;
	background: url(../../../../uploads/tel_white.svg) no-repeat center/contain;
	display: inline-block;
	margin-right: 5px;
}
a#nav-tel {
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	right: 266px;
	height: 100%;
	padding-top: 6px;
	width: 166px;
	display: none;
	top: 0;
}
a#nav-book {
	font-size: 14px;
	background: #2427CE;
	background: linear-gradient(#673DB9, #2427CE);
	padding: 10px 20px;
	line-height: 20px;
	border-radius: 20px;
	position: absolute;
	right: 73px;
	top: 7px;
}
/******************************
main image
******************************/
div#main-image {
	margin-top: 53px;
}
#main-image-content {
	background: url(../../../../uploads/main_image_sp_20200708.jpg?rev=20200708100000) center /cover;
/*	height: 133vw;*/ /* Image ratio: 3:4, 1500x2000 */
/*  height: calc(100vw / 3 * 2);*/ /* Image ratio: 1500x1060 */
  height: 140vw;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -6px;
	margin: auto;
	content: " ";
	vertical-align: middle;
}
.arrow::before{
	box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);

}
.arrow::after{
    left: -1px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2427ce;
    border-right: 2px solid #2427ce;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/******************************
reason
******************************/
div.reason.page-section {
	padding-top: 35px;
}
div.reason img {
	margin-left: auto;
	display: block;
	margin-right: auto;
}
div.reason .row > div {
	position: relative;
	margin-bottom: 2rem !important;
}
div.reason h3 {
	margin-bottom: 10px;
	height: 40px;
	align-items: center;
	font-size: 1.1rem
}
p.point {
	display: block;
	margin: 0 auto;
	background: #2427CE;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 1.1rem;
	padding-top: 10px;
	margin-bottom: 0rem;
	position: absolute;
	left: 15px;
	top: -11px;
	font-size: 0.8rem;
}
p.point strong {
	display: block;
	font-size: 1.1rem;
}
div.reason .row {
	position: relative
}
div.reason > div > div > div > p.point {
	width: 45px !important;
	height: 45px;
	line-height: 1.2;
	padding: 9px 0 0 0;
	position: absolute;
	left: 20px;
	top: 55px;
	box-sizing: border-box
}
/******************************
method
******************************/
div#method h2 {
	font-size: 2rem;
	margin-bottom: 1.5rem !important;
	margin-top: -2rem;
}
div#method {
	padding: 10px 0 0;
}
div#method .col-md-4 {
	position: relative;
	margin-bottom: 0 !important;
}
div#method .col-md-4::before,
div#method .col-md-12::before {
	content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #ccc;
  width: 65%;
  height: 0;
  padding-top: 65%;
  box-sizing: border-box;
  border-radius: 50%;
}
div#method p {
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 7rem !important;
	padding-bottom: 27%;
	box-sizing: content-box;
	font-weight: bold;
}
div#method .col-4:nth-of-type(1) p,
div#method .col-12:nth-of-type(1) p {
	background: url(../../../../uploads/method1.svg) no-repeat center bottom 3rem/48px;
}
div#method .col-4:nth-of-type(2) p,
div#method .col-12:nth-of-type(2) p {
	background: url(../../../../uploads/method3.svg) no-repeat center bottom 2.4rem/49px;
}
div#method .col-4:nth-of-type(3) p,
div#method .col-12:nth-of-type(3) p {
	background: url(../../../../uploads/method4.svg) no-repeat center bottom 3.1rem/51px;
}
/******************************
select plan
******************************/
section#select-plan .side-border:before, section#select-plan .side-border:after {
	background: #fff;
}
section#select-plan {
	padding: 15px 0 1px;
	background: none;
	background: #111;
}
section#select-plan p {
	/* color: #111!important; */
}
section#select-plan h2 {
	margin-bottom: 10px !important;
	/* color: #111!important; */
}
section#select-plan .row {
	display: none;
}
section#select-plan h2 span {
	font-size: 2rem;
	/*display: block;*/
	margin-bottom: 0.4rem;
}
section#select-plan .row > div a {
	background: rgba(255, 255, 255, 0.8);
	display: block;
	padding: 20px 10px;
	position: relative;
	height: 100%;
}
section#select-plan .row > div a.current {
	opacity: 0.6
}
section#select-plan a.hige-link > p {
	background-image: url(../../../../uploads/select-plan1.png);
}
section#select-plan .row > div:nth-of-type(2n) {
	padding-left: 0.5rem;
}
section#select-plan .row > div:nth-of-type(2n+1) {
	padding-right: 0.5rem;
}
section#select-plan a.body-link > p {
	background-image: url(../../../../uploads/select-plan4.png);
}
section#select-plan a.customize-link > p {
	background-image: url(../../../../uploads/select-plan5.png);
	height: 2.1rem;
}
section#select-plan .row > div:nth-of-type(4) p {
	background-image: url(../../../../uploads/select-plan4.png);
	height: 2.1rem;
}
section#select-plan .row > div p {
	height: 4.4rem;
	box-sizing: content-box;
	font-weight: 700;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 70px;
	padding-bottom: 81px;
}
section#select-plan .row > div h3 {
	font-size: 1.1rem;
}
section#select-plan-sp {
	/*border-bottom: solid #efefef 1px;*/
}
section#select-plan-sp a {
	padding: 0 1rem;
	background: #efefef;
	line-height: 53px;
	height: 53px;
	font-size: 1.25rem;
	font-weight: bold;
	position: relative;
	box-sizing: border-box;
	border-bottom: 1px solid white;
}
section#select-plan-sp a::before {
	content: "";
	position: absolute;
	right: 12px;
	top: 22px;
	border: 5px solid transparent;
	border-left-color: #2427ce;
}
section#select-plan-sp a:nth-child(even) {
	background: #EFEFEF;
}
.select-plan-inner {
	display: flex;
	justify-content: center;
}
.select-plan-inner .wpb_column {
	width: 380px;
	max-width: 33.333%;
	padding: 0 15px;
}
.select-plan-inner .wpb_column .vc_column-inner {
	padding: 20px 10px;
	background: rgba(255, 255, 255, 0.8);
}
#select-plan .select-plan-inner .wpb_column .vc_column-inner .vc_custom_heading {
	height: 47px !important;
	font-weight: 700;
	color: #000 !important;
}
#select-plan .select-plan-inner .plan-link-copy {
	height: 47px !important;
	margin-bottom: 1rem;
}
.select-plan-inner .wpb_single_image {
	height: 97px;
}
#hige-link-img img {
	height: 87px;
	width: auto;
}
#body-link-img img,
#customize-link-img img {
	height: 97px;
	width: auto;
}
.select-plan-inner .wpb_text_column {
	color: #111111!important;
	font-weight: 700!important;
	font-size: 1.1rem;
	margin-bottom: .5rem;
	line-height: 1.4;
}
.select-plan-inner .wpb_text_column a:hover,
.select-plan-inner .vc_custom_heading a:hover {
	text-decoration: underline;
}
.select-plan-inner .vc_custom_heading a:hover {
	color: #0056b3;
}
.select-plan-inner > .vc_element:first-child > .wpb_column {
	margin-left: auto;
}
.select-plan-inner > .vc_element > .wpb_column {
	max-width: 66.6666%;
}

.plan-link-img,
.plan-link-title {
	display: block;
}
.plan-link-img {
	background-position: center bottom;
	padding-bottom: 97px;
	height: 47px !important;
	color: #111 !important;
	box-sizing: content-box;
	font-weight: 700;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 1rem;
}
.hige-link > .plan-link-img {
	background-size: auto 87px;
	background-image: url(../../../../uploads/select-plan1.png);
}
.body-link > .plan-link-img {
	background-position: center bottom 10%;
	background-size: auto 87px;
	background-image: url(../../../../uploads/select-plan4.png);
}
.customize-link > .plan-link-img {
	background-size: auto 112px;
	background-image: url(../../../../uploads/select-plan5.png);
}
.plan-link-title,
.plan-link-title:last-child {
	color: #111111!important;
	font-size: 1.1rem;
	margin-bottom: .5rem;
	line-height: 1.4;
}

/******************************
plan
******************************/
section.plan.plan-open,
div.plan.plan-open {
	height: auto;
	padding-bottom: 68px;
}
div#hige-pack {
	border-top: 1px solid #efefef;
}
.plan-title {
	position: relative;
	padding-top: 240px;
}
.plan-title .wpb_text_column :last-child {
	margin-bottom: 1rem;
}
section.plan,
div.plan {
	padding: 0;
	overflow: hidden;
	height: 53px;
	transition: 0.2s;
	position: relative;
}
section.plan::before,
div.plan::before {
	content: "";
	position: absolute;
	right: 15px;
	top: 25px;
	border: 5px solid transparent;
	border-top-color: #2427ce;
}
section.plan.plan-open::before,
div.plan.plan-open::before {
	border-top-color: transparent;
	border-bottom-color: #2427ce;
	top: 18px;
}
.compose-mode section.plan.plan-open::before,
.compose-mode div.plan.plan-open::before {
	border: none;
}
.plan:nth-of-type(2n+1) {
	background: #EFEFEF !important;
}
.plan .link-btn a {
	background: #CC5AE6;
	color: #fff;
}
section#select-plan .row > div p br {
	display: none;
}
.plan-title h2 {
	background: url(../../../../uploads/plan-hige.png) no-repeat center bottom 10px/120px;
	position: absolute;
	top: 15px;
	padding-bottom: 180px;
	left: 0;
	width: 100%;
	font-size: 1.7rem;
}
#vio-pack .plan-title h2 {
	background-image: url(../../../../uploads/plan-vio.png);
}
#legs-pack .plan-title h2 {
	background-image: url(../../../../uploads/plan-legs.png);
}
#body-pack .plan-title h2, #three-pack .plan-title h2 {
	background: url(../../../../uploads/plan-body2.png) no-repeat center bottom 10px/160px;
}

#new-plan-pack1 .plan-title h2 {
	background: url(../../../../uploads/new-plan-pack1.png) no-repeat center bottom 10px/110px;
}
#new-plan-pack2 .plan-title h2 {
	background: url(../../../../uploads/new-plan-pack2.png) no-repeat center bottom 10px/110px;

}

.gray {
	background: #efefef
}
.plan-title strong, .copy b,
.plan-title strong, .copy strong {
	margin-left: 12px;
	/*background: #111;color: #fff;*/
	padding: 4px 5px;
	font-size: 0.8rem;
	border: 1px solid #111;
}
.mod-price-detail {
	font-size: 12px;
	position: relative;
	line-height: 30px;
	text-align: center;
	padding-right: 39px;
}
.price-table .text-white h3 {
	color: white !important;
}
.price-table .wpb_wrapper {
	width: 100%;
}
.price-table > div > div p.mod-price-detail b {
	font-weight: bold;
	font-size: 15px;
}
.price-table > div > div p.mod-price-detail span {
	font-size: 20.25px;
	display: inline;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	line-height: inherit;
	margin: 0;
	color: #000;
}
.price-table > div > div p.mod-price-detail > span > span {
	font-size: 30.38px;
}
.price-table > div.selectparts-table > div p.mod-price-detail > span > span, .price-table > div.premium > div p.mod-price-detail > span > span {
	color: #2427ce;
}
.price-table, .list-table {
	margin-bottom: 2rem;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.price-table {
	margin-bottom: 1.3rem;
}
div.sale-period p,
p.sale-period {
	font-size: 20px;
	margin-bottom: 4px;
	color: #2427ce;
	font-weight: bold;
}
div.sale-period strong,
p.sale-period span {
	position: relative;
	display:inline-block;
}
div.sale-period strong::before, div.sale-period strong::after,
p.sale-period span::before, p.sale-period span::after {
	position: absolute;
	top: 2px;
	width: 1px;
	height: 22px;
	content: "";
	background: #2427ce;
	transform: rotate(-32deg);
	left: -16px;
}
div.sale-period strong::after,
p.sale-period span::after {
	transform: rotate(32deg);
	left: auto;
	right: -16px;
}
p.attention {
	margin-bottom: 1rem;
	font-size: 0.8rem;
	text-align: right
}
.price-table > div > div,
.list-table > div > div {
	background: #fff;
}
.price-table .wpb_column, .list-table > div > div {
	border-bottom: 1px solid #848484;
	border-right: 1px solid #848484;
}
.price-table > div > div {
}
.price-table .wpb_text_column p:last-child,
.price-table > div > div p, .list-table > div > div p {
	margin: 0;
	font-weight: bold;
	display: block;
	width: 100%;
}
.price-table > div > div p:nth-of-type(2) {
	padding-top: 20px;
	position: relative;
}
.price-table > div > div p:nth-of-type(2)::before {
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	border: 14px solid transparent;
	border-top-color: #000;
	content: "";
}
.price-table > div.premium > div p:nth-of-type(2)::before {
	border-top-color: #2427ce;
}
.price-table > div > div p:nth-of-type(2) {
	margin-left: -0.7rem
}
.price-table > div.col-md-3 div p:nth-of-type(2) {
	margin-left: -0.7rem
}
.price-table > div > div p:nth-of-type(2) strong {
	font-size: 2rem;
}
.price-table > div.premium > div p:nth-of-type(2) {
	color: #2427ce;
}
.price-table .discount-rate {
	display: inline-block;
	padding:0.6em 5em;
	background-color: #2427CE;
	color: #fff;
	width: auto;
}
.price-table > div.premium > div p span {}
.price-table > div > div p strong {
	/*font-size: 1.6rem;*/
}
.price-table h3,
.price-table > div > h3,
.list-table > div > h3 {
	border-bottom: 1px solid #fff;
	background: repeating-linear-gradient(45deg, #1F1F1F, #1F1F1F 3px, #000 3px, #000 6px);
	font-size: 1.2rem;
	line-height: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	min-height: 3.4rem;
}
.price-table h3,
.price-table h3:last-child,
.price-table .discount-rate {
	margin-bottom: 10px;
}
.price-table .premium h3,
.price-table > div.premium > h3,
.list-table > div.premium > h3 {
	background: repeating-linear-gradient(45deg, #2427CE, #2427CE 3px, #3D40D3 3px, #3D40D3 6px);
	font-size: 1.1rem;
	line-height: 1.2rem
}
.price-table > div,
.price-table > div:last-child,
.list-table > div {
	margin-bottom: 1.6rem;
}
.list-table > div {
	text-align: left;
}
.list-table > div.premium > div p {
	font-weight: bold !important
}
.list-table > div > div p {
	font-weight: normal;
	font-size: 0.9em
}
.list-table > div > div:nth-child(2) {
	height: 7.5em;
}
.list-table > div > div:nth-child(3) {
	height: 5em;
}
.list-table > div > div:nth-child(4) {
	height: 5em;
}
.list-table > div > div:nth-child(5) {
	height: 6em;
}
.list-table > div > div:nth-child(6) {
	height: 6em;
}
.list-table > div > div h4 {
	font-size: 1em;
	font-weight: bold;
}
.list-table > div > div:nth-child(5) small {
	line-height: 1.1rem;
	display: inline-block;
}
.effect img {
	max-width: 100%;
	display: block;
	margin: 16px auto 0;
}
.effect {
	margin-bottom: 1.9rem;
	margin-top: 1rem;
}
.effect p {
	padding-top: 232px;
	background: url(../../../../uploads/effect_higepack2.png)no-repeat center top;
	margin-bottom: 0;
}
#legs-pack .effect p {
	background: url(../../../../uploads/effect_legspack2.png)no-repeat center top;
}
.staff_comment h3 {
	font-size: 1.2rem;
	font-weight: bold;
}
.staff_comment .vc_col-sm-9,
.staff_comment .col-md-9 {
	border: 3px solid #333;
	border-radius: 10px;
	padding: 2rem 2rem;
	position: relative;
}
.staff_comment {
	margin-bottom: 0rem;
	margin-top: 1.5rem;
}
.staff_comment img {
	margin-left: 20px;
}
.compose-mode .vc_element:hover>.wpb_row.staff_comment>.vc_col-sm-9:before,
.staff_comment .vc_col-sm-9::before,
.staff_comment .col-md-9::before {
	content: "";
	position: absolute;
	right: -32px;
	top: 50%;
	width: auto;
	height: auto;
	left: auto;
	transform: translateY(-50%);
	border: 16px transparent solid;
	border-left-color: #000;
	outline: none;
}
.staff_comment .vc_col-sm-9::after,
.staff_comment .col-md-9::after {
	content: "";
	position: absolute;
	right: -29px;
	top: 50%;
	transform: translateY(-50%);
	border: 16px transparent solid;
	border-left-color: #fff;
}
.staff_comment p {
	margin: 0;
	line-height: 1.6em;
}
/******************************
customize
******************************/
div#customize {
	/*background: url(../../../../uploads/customize-bg.jpg) no-repeat center top/cover;*/
	background: white;
	border-top: 1px solid #ccc;
}
div#customize .link-btn a {
	background: rgba(204, 90, 230, 0.9);
	color: #fff;
	border: none;
}
#customize p {
	font-size: 1.2rem;
	line-height: 1.9rem;
	margin-bottom: 2rem;
}
/******************************
voices
******************************/
.voice img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.voice {
	margin-bottom: 0rem;
	align-items: center;
}
#voices .link-btn {
	margin-top: 1rem;
}
#voices .container {
	max-width: 910px;
}
.voice.row:nth-child(2n) {
	flex-flow: row-reverse;
}
.voice .col-md-10 {
	padding: 0.6rem 1rem;
	border-radius: 10px;
	position: relative;
	margin-bottom: 1rem;
	border: 1px solid #ccc;
}
.voice .col-md-10::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	border: 10px transparent solid;
	border-right-color: #CCC;
}
.voice .col-md-10::after {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
	border: 9px transparent solid;
	border-right-color: #fff;
}
.voice.row:nth-child(2n) .col-md-10::before {
	border-left-color: #CCC;
	left: auto;
	right: -20px;
}
.voice.row:nth-child(2n) .col-md-10::after {
	border-left-color: #fff;
	left: auto;
	right: -18px;
}
.voice p.voice-name {
	margin: 0;
	text-align: right;
	font-weight: bold;
}
/******************************
tokyo salon
******************************/
div#tokyo-salon {
	background: #000;
	padding: 0;
}
/*div#tokyo-salon .salon-title{
	background: #000;
	padding: 68px 0 1rem 0;
	margin-bottom: 30px
}*/
div#tokyo-salon .salon-info-bg {
	width: 380px;
	margin: 0 auto;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	padding: 68px 0;
}
div#tokyo-salon h3 {
	font-size: 1rem;
}
div#tokyo-salon .link-btn a {
	background: transparent;
	width: 150px;
	color: #fff;
	font-weight: bold;
	margin-top: 1rem;
	border: #fff 1px solid;
}
div#salon-photos {
	background: #000;
}
div#salon-photos .row {
	margin-bottom: 2rem;
}
/******************************
flow
******************************/
section#flow h3,
div#flow h3, div#lesson h3 {
	position: relative;
	padding-left: 35px;
	font-size: 1rem;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 700;
	margin-left: 0.5rem
}
section#flow h3,
div#flow h3 {
	font-size: 1.2rem
}
section#flow .point,
div#flow .point, div#lesson .point {
	position: absolute;
	left: 0;
	top: 50%;
	/*transform: translateY(-50%);*/
	font-size: 0.8rem;
}
div#lesson .point {
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 0;
	padding: 0.2rem 0.5rem;
	margin-right: 0.5rem;
	position: relative;
	left: auto;
	top: auto;
}
div#lesson .point strong {
	display: inline;
}
section#flow .row,
div#flow .row {
	align-items: center;
	padding-bottom: 3rem;
}
section#flow img,
div#flow img {
	margin: 0 !important;
}
section#flow .wpb_single_image,
div#flow .col-md-4 {
	position: relative;
}
div#flow .row:nth-of-type(1) .col-md-4::before {
	content: none;
}
div#flow .col-md-4::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border: 30px transparent solid;
	border-top-color: #000;
	top: -40px;
	border-top-width: 14px;
}
.second div#flow {}
.second section#flow h3,
.second div#flow h3 {
	padding-left: 0;
	margin-left: 0
}
.second section#flow div.row,
.second div#flow div.row {
	position: relative;
	margin-bottom: 5rem;
	padding: 0 !important;
}
.second section#flow div.row::before,
.second div#flow div.row::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border: 30px transparent solid;
	border-top-color: #2427CE;
	top: -40px;
	border-top-width: 14px;
}
.second section#flow .vc_element:not(:first-child) > div.row::before {
	display: block !important;
}
.second div#flow div.row .col-md-4 {
	padding: 0 !important;
}
section#flow div.row .vc_col-sm-8,
.second div#flow div.row .col-md-8 {
	padding: 0 1rem;
}
.second section#flow .row:first-child::before,
.second div#flow .row:nth-of-type(1)::before, .second div#flow .col-md-4::before {
	display: none;
}
.second div#flow .col-md-12 {
	padding: 2rem 0
}
.second div#flow > div > div:last-child {
	margin-bottom: 0
}
/******************************
faq
******************************/
section#faq,
div#faq {
	background: #EFEFEF;
}
.second section#faq {
	background: none;
}
section#faq h3,
div#faq h3 {
	font-size: 1rem;
	position: relative;
	padding-left: 2.3rem;
	margin-bottom: 1rem;
	margin: 0;
	height: auto;
	display: flex;
	align-items: center;
}
section#faq p,
div#faq p {
	position: relative;
	padding-left: 30px;
}
/*div#faq h3 br {
	display: none;
}*/
div#faq .link-btn a {}
section#faq h3::before,
div#faq h3::before {
	content: "Q.";
	background: #2427CE;
	color: #fff;
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 0;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: bold;
	margin-top: -1rem;
}
section#faq p::before,
div#faq p::before {
	content: "A.";
	background: #000;
	color: #fff;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: bold;
	margin-top: 0;
}
section#faq .row,
div#faq .row {
	margin-bottom: 2rem;
	align-items: flex-start;
	margin-left: 0;
}
section#faq .to-top a {
	padding-left: 15px;
	position: relative;
}
section#faq .to-top a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-bottom: solid 9px #CCCCCC;
	position: absolute;
	top: calc(50% -  9px);
	left: 0;
}
#faq h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
section#faq .to-top p::before {
	content: none;
}
/******************************
lesson
******************************/
div#lesson {
	/*border-bottom: 1px solid #ccc;*/
}
.second div#lesson {
	background: #efefef;
	border: none;
}
div#lesson .row a {
	display: block;
}
div#lesson > div.container > div:first-child {}
div#lesson .row a {
	position: relative;
	background: #fff;
	height: 100%;
	display: flex;
	align-items: center;
}
div#lesson .row p {
	padding: 0.5rem;
	font-weight: 700;
}
div#lesson .row p.vol {
	position: absolute;
	background: #2427CE;
	padding: 0.3rem 0.4rem 0.2rem;
	font-size: 1.1rem;
	color: #fff;
	font-weight: normal !important;
}
div#lesson .row p.vol strong {
	font-weight: normal;
}
div#lesson .row img {
	margin: 0 0 0 -20px !important;
	width: 30% !important;
	height: auto;
}
#lesson .row {
	margin: 0rem;
}
#lesson .row > div {
	padding: 0;
	margin-bottom: 0 !important;
}
/******************************
book
******************************/
div#book {
	/*background: #EFEFEF;*/
}
.second.lecture-page div#book {
	border-top: 1px solid #ccc;
}
div#book .col-md-6 a {
	background: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1rem;
}
div#book .col-md-6 p {
	color: #111;
	margin: 0;
	width: 100%;
	font-size: 0.9rem;
}
div#book .col-md-6 p strong {
	font-size: 1.1rem;
}
div#book .col-md-6 p.number {
	font-size: 2.2rem;
}
div#book .col-md-6 p.number::before {
	content: "";
	width: 30px;
	height: 27px;
	background: url(../../../../uploads/tel_black.svg) no-repeat center/contain;
	display: inline-block;
	margin-right: 5px;
}
div#book .col-md-6 p.web-book {
	font-size: 1.8rem;
	position: relative;
}
div#book .col-md-6 p.web-book::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 10px solid transparent;
	border-left-color: #fff;
}
div#book .col-md-6:nth-of-type(1) a {
	border: 2px solid #111;
}
div#book .col-md-6:nth-of-type(2) a {
	background: #2427ce;
}
a#to_top {
	background: rgba(221, 221, 221, 0.62);
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	bottom: 515px;
	right: 50%;
	margin-right: -555px;
	border-radius: 50%;
	border: 1px solid #ccc;
}
a#to_top::before {
	position: absolute;
	content: "";
	border: 10px solid transparent;
	border-bottom-color: #2427ce;
	left: 50%;
	margin-left: -10px;
	top: 9px;
}
/* book counseling*/
#book-counseling {
	margin-bottom: 60px;
}
#book-counseling .container {
	position: relative;
}
#book-counseling .container::before {
	content: '';
	display: block;
	position: absolute;
	top: -185px;
	right: 200px;
	width: 278px;
	height: 185px;
	background: url(../../../../uploads/book_counseling_staff.png) no-repeat center center;
}
#book-counseling a {
	position: relative;
	display: inline-block;
	background: linear-gradient(#673DB9, #2427CE);
	padding: 30px 200px;
	line-height: 40px;
	border-radius: 50px;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
#book-counseling a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left: solid 12px #fff;
	position: absolute;
	top: calc(50% - 6px);
	right: 30px;
}
#book-counseling p {
	position: absolute;
	top: -180px;
	right: -20px;;
	background: #000;
	color: #fff;
	padding: 20px 25px;
	border-radius: 50%;
	transform: rotate(9deg);
}
#book-counseling p::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-top: solid 17px #000;
	transform: rotate(30deg);
	bottom: -6px;
}
#book-counseling p span {
	font-size: 18px;
}

/******************************
2nd-flow
******************************/
body.second {
	padding-top: 53px;
}
.parts-page {
	/*background: url("../../../../uploads/hige_title_back.jpg") no-repeat right bottom/cover;*/
	color: white !important;
	padding: 40px 0 0 0;
}
.parts-page:after {
	content: "";
	width: 100%;
	height: 150px;
	display: block;
}
#hige-title.parts-page:after {
	background: url("../../../../uploads/hige-main-ph.jpg") no-repeat center center/cover;
}
#body-pack.parts-page:after {
	background: url("../../../../uploads/other-main-ph.jpg") no-repeat center center/cover;
}
#esthe-title.parts-page:after {
    background: url(../../../../uploads/esthe-main-ph.jpg) no-repeat center center/cover;
}
body.second h1 {
	font-weight: bold;
	font-size: 2.8rem;
}
div.copy p,
p.copy {
	font-weight: bold;
	text-align: center
}
.copy + h2,
p.copy + h2 {
	margin-bottom: 1rem !important;
}
#hige-list, .lists {
	background: #efefef;
}
div#hige-parts {
	padding-top: 0;
}
#hige-list img {
	max-width: 100%;
}
#hige-about > .vc_element > .container > .vc_element > .wpb_column > .vc_column-inner,
#hige-about > .container > .wpb_column > .vc_column-inner {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}
#hige-about img {
	width: 50%;
}
#hige-about .circle {
	margin: 0 auto;
}
#hige-about .card, .about .card {
	margin-left: 0;
	margin-right: 0;
	background: none;
}
#hige-about h3.card-title, .about h3.card-title {
	border-bottom: 1px solid #111;
	padding-bottom: 5px;
}
.about h3.card-title {
	display: inline-block;
}
.circle {
	width: 150px;
	height: 120px;
	text-align: center;
	position: relative;
	padding-top: 0.3rem;
}
.circle img {
	display: inline;
	vertical-align: middle;
	margin: 1rem 0 0 0 !important;
}
#select3-about {
	padding-top: 0;
}
#select3-about .circle {
	width: 300px;
	height: 185px;
	margin: 0 auto;
	position: static;
}
#select3-about .row {
	margin: 0 !important;
}
#select3-about .row.justify-content-center > div > .wpb_wrapper {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#select3-about .row.justify-content-center > div > .wpb_wrapper > div {
	width: 33.3333%;
}
#select3-about img {
	width: 50%;
}
.card-back {
	margin: auto 10%;
	position: relative;
	border: 1px solid #ccc;
}
.card-back p.point {
	left: 5%;
	margin-left: 0;
	top: -5%;
}
.repeat {
	font-weight: bold !important;
}
.repeat strong {
	background: #2427CE;
	color: white;
	padding: 0.4rem;
	border-radius: 0.5rem;
	margin: 0 0.2rem;
}
.arrow-right, .arrow-bottom, .arrow-left, .arrow-top {
	position: relative;
}
.arrow-bottom:after, .arrow-left:after, .arrow-top:after, .arrow-right:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #ccc;
	position: absolute;
	left: 50%;
	bottom: -20%;
	margin-left: -30px;
}
p.card-text {
	padding-top: 10px;
}
.list-table > div.premium > h3 {
	position: relative
}
.list-table > div.premium > h3:after {
	content: "";
	background: #000 url("../../../../uploads/logo.svg") no-repeat center center;
	background-size: 90%;
	position: absolute;
	right: 3%;
	top: 25%;
	padding: 0.2rem;
	text-align: center;
	display: inline-block;
	width: 4em;
	height: 1.8em;
}
.list-table > div.category > div {
	border-left: 1px solid #848484;
	border-right: none;
}
.list-table > div.category > div:nth-child(2) {
	border-top: 1px solid #848484
}
.list-table > div > h3.no-display {
	background: none
}
.list-table > div.premium {
	box-sizing: border-box;
}
.list-table > div.premium > div {
	background: #e9e9fa;
}
.list-table > div.premium h3 {
	border-right: none;
}
.second .plan-title .parts strong,
.second .plan-title p.parts span {
	display: inline-block;
	padding: 0.2rem 0.7rem;
	background: #111;
	color: white;
	margin-right: 0.5rem;
	margin-left: 0;
	border: none;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	text-align: center;
	min-width: 3rem;
	width: auto;
}
.second .plan-title .parts strong {
	font-weight: normal;
}
.parts-all {
	padding: 0 4rem
}
/******************************
施術の流れ
******************************/
#guide-title {
	background: url("../../../../uploads/customize-bg.jpg") no-repeat center center/cover;
	color: white !important;
}
#guide-title .guide-title h1, #guide-title .guide-title p {
	color: #fff !important
}
/******************************
パーツ別脱毛プラン
******************************/
.selectparts-table .selectparts-price-head {
	background: repeating-linear-gradient(45deg, #1F1F1F, #1F1F1F 3px, #000 3px, #000 6px);
	border-right: 1px solid #fff;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1rem 1rem !important;
	align-content: center;
	height: 4.3rem;
}
.selectparts-table .selectparts-price-head h3 {
	line-height: 1.4em;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0;
}
.selectparts-table .selectparts-price-head p {
	width: 100%;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}
.selectparts-table .selectparts-price-text {
	border-right: 1px solid #848484;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding: 0.3rem 0 1rem !important;
	min-height: 7.7rem;
}
.selectparts-table p.selectparts-price {
	font-weight: bold;
	margin: 1rem 0 0;
	width: 50%;
	position: relative;
}
p.selectparts-price strong {
	margin-left: 0.6rem;
	font-size: 2rem;
}
.selectparts-table:nth-of-type(1) .selectparts-price-text {}
.selectparts-table .selectparts-price-head p {}
.off_text {
	position: absolute;
	right: 50%;
	bottom: 3.5rem;
	font-weight: normal;
	font-size: 0.8rem;
	transform: translateX(-4.4rem);
	display: none;
}
.off_price {
	position: absolute;
	bottom: 0.8rem;
	right: 50%;
	background: #2427CE;
	color: #fff;
	font-size: 0.7rem;
	border-radius: 50%;
	width: 3.4rem;
	height: 3.3rem;
	padding-top: 0.7rem;
	line-height: 1rem;
	transform: translateX(-2.3rem);
}
.selectparts-table-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.selectparts-table-wrap > h3 {
	width: 100%;
	text-align: center;
	font-weight: 700;
	margin-bottom: 0.6rem;
}
.selectparts-table {
	width: 50%;
	margin: 0 0 2rem;
	align-content: flex-start;
	border-bottom: 1px solid #848484;
}
.selectparts-table-container > .vc_element:first-child .wpb_column,
.selectparts-table-container > .wpb_column:first-child,
.selectparts-table:nth-of-type(2n+1) .selectparts-price-text {
	border-left: 1px solid #848484;
}
section#body-about,
div#body-about {
	padding: 64px 0;
}
section#select3pack {
	background: #efefef;
	padding-top: 68px !important;
}
section#select3pack h2 {
	margin-bottom: 1rem !important;
}
section#hige-title .copy,
section#select3pack .copy {
	margin-bottom: 1rem;
}
section#select3pack h3 {
	margin-top: 30px;
}
section#select3pack .price-table h3,
section#select3pack .staff_comment h3 {
	margin-top: 0;
}
section#select3pack .price-table > div {
	display: flex;
	flex-wrap: wrap;
}
section#selectpartsplan {
	padding-top: 68px !important;
}
#select3pack .staff_comment .vc_col-sm-9::after {
	border-left-color: #efefef;
}
.selectparts-table:nth-of-type(2n) .selectparts-price-text p.selectparts-price {
	padding-left: 3.7rem;
}
#bodypack .copy p {
	margin-bottom: 1rem;
}
/******************************
サロン情報
******************************/
section#salon-title,
div#salon-title {
	background: url(../../../../uploads/salon-bg.jpg) no-repeat center center/cover;
	color: white !important;
}
#salon-title .salon-title h1, #salon-title .salon-title p {
	color: #fff !important;
}
section#salon-map h2,
div#salon-map h2 {
	font-size: 1.4rem;
	font-weight: 700;
}
div#salon-main-photo {
	padding-bottom: 0;
}
div#salon-main-photo img {
	margin-bottom: 0.6rem !important;
}
section#salon-map,
div#salon-map {
	padding-top: 70px;
	padding-bottom: 68px !important;
	margin-top: -40px;
}
/******************************
FAQ
******************************/
.second div#faq {
	background: #fff;
}
.second #faq-list .container,
.second section#faq .container,
.second div#faq .container {
	max-width: 800px;
}
#faq-list .wpb_text_column {
	margin-bottom: 30px;
}
#faq-list .wpb_text_column p {
	position: relative;
	cursor: pointer;
}
#faq-list .wpb_text_column p::before {
	content: '＋';
	font-size: 18px;
	font-weight: 900;
	color: #2427CE;
}
#faq-list .wpb_text_column p.open::before {
	content: 'ー';
}
#faq-list .wpb_text_column ul {
	display: none;
	list-style: none;
	margin: 0;
}
#faq-list .wpb_text_column li {
	padding: 5px 0;
}
#faq-list .wpb_text_column a {
	padding-left: 15px;
	position: relative;
}
#faq-list .wpb_text_column a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: solid 5px transparent;
	border-top: solid 9px #CCCCCC;
	position: absolute;
	top: 4%;
	left: 0;
}
.second section#faq h3,
.second div#faq h3 {
	align-items: center;
	font-size: 1rem;
	margin-bottom: 1rem;
}
.second div#faq .row p::before {
	content: "A.";
	background: #111;
	color: #fff;
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	width: 3rem;
	height: 3rem;
	font-size: 1.6rem;
	top: 0;
	margin-top: 0;
}
.second div#faq .row p {
	position: relative;
	padding-left: 4rem;
	margin-bottom: 2rem;
}
.second #lecture1-title {
	text-align: left;
}
.second #lecture1-title img {
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}
.second #lecture1-title h1 {
	text-align: left;
	margin-bottom: 1rem;
}
.second #lecture1-title p {
	text-align: justify;
}
.second #lecture1-title p.copy {
	display: inline-block;
	padding: 5px 10px 3px 10px;
	width: auto;
	border: 2px solid #111;
	font-size: 1rem
}
.second.lecture-page p {
	line-height: 1.7;
	font-size: 14px;
}
.second.lecture-page .lecture h2 {
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 1.8rem;
	/*padding: 10px 20px;
	display: inline-block;
	background:#111;
	color: white!important;*/
}
.second.lecture-page .lecture h2:before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url("../../../../uploads/lecture-icon.png") no-repeat center center/100%;
	margin-right: 5px;
}
.second.lecture-page .page-section {
	padding: 68px 0 40px 0;
}
.second.lecture-page .lecture1-1 {
	/*background: url("../../../../uploads/lecture1-1-ph.jpg") no-repeat 120% top/45%;
	background-image:url("../../../../uploads/lecture1-1-2ph.jpg") ,url("../../../../uploadsg/lecture1-1-ph.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: 98% 80%,120% top;
	background-size: 25%,auto;*/
	padding-top: 20px;
}
.second.lecture-page .lecture1-2 {
	/*background: url("../../../../uploads/lecture1-2-ph.jpg") no-repeat 110% top/45%;
	background-image:url("../../../../uploads/lecture1-2-2ph.jpg") ,url("../../../../uploadsg/lecture1-2-ph.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: 98% 80%,110% top;
	background-size: 25%,auto;*/
	padding-top: 20px;
}
.second.lecture-page .lecture1-3 {
	/*background: url("../../../../uploads/lecture1-3-ph.jpg") no-repeat 120% top/45%;
	background-image:url("../../../../uploads/lecture1-3-2ph.jpg") ,url("../../../../uploadsg/lecture1-3-ph.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: 98% 80%,120% top;
	background-size: 25%,auto;*/
	padding-top: 20px;
}
.second.lecture-page .lecture img {
	width: 100%;
	margin-bottom: 1rem;
}
.second.lecture-page .lecture img.lecture-graph {
	display: block;
	margin: 10px auto;
}
.second.lecture-page div.lecture-lead {}
.second.lecture-page div.lecture-lead p {
	text-align: justify;
}
div.lecture-point-box {
	padding: 20px 0px 0px 0px;
	margin: 10px 0;
}
div.lecture-point-box h3 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 700;
}
.lecture div.lecture-point-box h3:before {
	content: "";
	border-left: 10px solid #2427CE;
	margin-right: 0.3rem;
}
.lecture1-1 div.lecture-point-box h3:before, .lecture3-3 div.lecture-point-box h3:before {
	display: none
}
div.lecture-point-box h3 span {
	padding: 5px 5px 3px 5px;
	background: #2427CE;
	color: white;
	font-size: 0.9rem;
	margin-right: 0.3rem;
}
.lecture3-3 div.lecture-point-box h3 span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	display: inline-block;
	font-size: 1rem;
}
div.lecture-point-box h4 {
	font-weight: 700;
}
.lecture3-3 div.lecture-point-box p span.a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	background: #111;
	color: white;
	font-size: 1rem;
	margin-right: 0.3rem;
}
div.lecture-point-box h3 span strong {
	font-size: 1.2rem;
	padding-left: 0.2rem
}
div.lecture-point-box p {
	padding-bottom: 1rem;
	text-align: justify;
}
div.lecture-point-box .row {
	align-items: center
}
div.lecture-point-box img.col-md-2 {}
.second .lecture-column {
	position: relative;
}
.second .lecture-column #lesson {
	background: none;
	padding: 120px 0px 0 50px;
	/*position: -webkit-sticky;*/ /* Safari用 */
	/*position: sticky;*/ /* 要素をスクロールに応じて固定 */
	top: 0; /* 縦スクロールに追従 */
	z-index: 100; /* z-indexで最前面に持ってくる */
}
.second div#lesson h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.2rem;
}
.lecture-column #lesson .row {
	display: block;
	/*flex-flow: column;*/
}
.lecture-column #lesson .row a {
	max-width: 100% !important;
}
.lecture-column #lesson .row h3 {
	padding-left: 4rem;
	position: relative;
	font-size: 16px;
	padding-top: 0.2rem;
}
.lecture-column #lesson .row h3 p.point {
	width: 3.5rem;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.page-section.breadcrumb {
	padding: 20px 0 0 0;
	background: none;
}
.page-section.breadcrumb a:after {
	content: ">";
	padding: 0 5px;
	font-size: 0.9rem;
}
/******************************
IE用
******************************/
@media all and (-ms-high-contrast: none) {
	.link-btn a {
		padding-top: 0.5rem;
	}
	.price-table > div > h3 {
		padding-top: 29px;
	}
	.price-table > div.premium > h3 {
		padding-top: 15px;
	}
	section#faq h3::before,
	div#faq h3::before {
		padding-top: 0.8rem !important;
	}
	div#book :nth-of-type(2).col-md-6 a {
		padding-top: 1.8rem;
	}
}
@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	.sp-only-break br {
		display: none;
	}
	.sp_only {
		display: none;
	}
	.reason.sp_only {
		display: none;
	}
	div.reason > div > div > div > p.point {
		position: absolute;
		left: 1.4rem;
		top: 60px;
		padding: 7px 0 0 0;
		/*background: rgba(36,39,206,0.8)*/
	}
	div#method .col-md-12::before {
		width: 190px;
		height: 190px;
		padding: 0;
	}
	div#flow .sp_only {
		display: none;
	}
	.card-back p.point {
		left: 50%;
		margin-left: -30px;
	}
	.price-table > div > h3, .price-table > div > div, .list-table > div > h3, .list-table > div > div {
		display: flex;
		justify-content: center;
		/*align-items: center;*/
		flex-wrap: wrap;
		border-left: none;
	}
	.price-table > div > h3, .price-table > div > div, .list-table > div > h3 {
		align-items: center;
	}
	.price-table > div > div:nth-of-type(1) {
		/*min-height: 190px;*/
	}

	.price-table .vc_element:first-child div.premium,
	.price-table > div.premium:first-child,
	.list-table > div.premium > div {
		border-left: 1px solid #848484;
	}

.price-table > div > div {
    /* padding: 10px; */
	padding: 0;
}
	.arrow-right:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 30px solid #ccc;
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		position: absolute;
		left: auto;
		bottom: auto;
		right: -5%;
		top: 50%;
		margin-top: -30px;
	}
	.arrow-left:after {
		content: "";
		width: 0;
		height: 0;
		border-right: 30px solid #ccc;
		border-top: 30px solid transparent;
		border-bottom: 30px solid transparent;
		position: absolute;
		left: -5%;
		bottom: auto;
		top: 50%;
		margin-top: -30px;
	}
	.arrow-bottom:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #ccc;
		position: absolute;
		left: 50%;
		bottom: -30%;
		margin-left: -30px;
	}
	.arrow-top:after {
		content: "";
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-bottom: 30px solid #ccc;
		border-top: 30px solid transparent;
		position: absolute;
		left: 50%;
		bottom: auto;
		top: -35%;
		margin-left: -30px;
	}
	a#nav-tel {
		display: block;
	}
	a#nav-book {
		display: block;
	}
	.navbar-light .navbar-nav .nav-link:hover {
		background: #000675;
		color: #fff;
		opacity: 1;
	}
	.nav-item {
		border: none;
		min-width: 8em;
		text-align: center;
	}
	.navbar-expand-md .navbar-nav {
		border-top: 1px solid #494949;
		justify-content: center;
	}
	section#select-plan .row > div p {
		background-size: auto 87px;
		padding-bottom: 97px;
		height: 47px !important;
		color: #111 !important;
	}
	section#select-plan .row > div a.customize-link p {
		background-size: auto 112px;
	}
	section#select-plan .row > div p br {
		display: block;
	}
	div#lesson .row a {
		display: block;
		border: none !important;
	}
	div#foot-link {
		text-align: left;
		padding-left: calc(25% + 2.8rem);
	}
	p#copyright {
		padding-left: calc(25% + 2.8rem);
		text-align: left !important;
	}
	#footer-contact {
		padding-left: calc(25% + 2.8rem);
	}
	footer.btext-white {
		padding: 3rem 0;
	}
	section#select-plan a.body-link > p {
		background-position: center bottom 10%;
	}
	#select-plan .container {
		padding: 0;
	}
	.select-plan-inner .wpb_column .vc_column-inner {
		padding: 20px 10px 10px;
	}
	#select-plan .wpb_text_column {
		font-size: 1rem;
	}
	.plan-title h2 {
		background: none !important;
		padding-top: 0rem;
		position: relative;
		padding-bottom: 0.1rem;
		text-align: center;
		font-size: 2.8rem;
		margin-bottom: 1.2rem;
		margin-top: -14px;
	}
	.plan-title {
		background: url(../../../../uploads/plan-hige.png) no-repeat center left 40px/auto 75%;
		padding-top: 0rem;
	}
	.second .plan-title {
		background: url(../../../../uploads/plan-hige.png) no-repeat center left 40px/auto 70%;
	}
	#vio-pack .plan-title {
		background-image: url(../../../../uploads/plan-vio.png);
	}
	#legs-pack .plan-title {
		background: url(../../../../uploads/plan-legs.png)no-repeat center left 40px/auto 80%;
	}
	#body-pack .plan-title, #customize-pack .plan-title {
		/* background-image: url(/mens/common/img/plan-body.png); */
		background-image: none;
	}
	.second #body-pack .plan-title {
		background: url(../../../../uploads/plan-body2.png) no-repeat center left 25px/auto 100%;
	}
	.second #try-body .plan-title {
		background: url(../../../../uploads/plan-body2.png) no-repeat center left 25px/auto 100%;
		min-height: 163.5px;
	}
	.second #try-hige .plan-title {
		background: url(../../../../uploads/plan-hige.png) no-repeat center left 40px/auto 100%;
	}
	.second #body-pack.body2 .plan-title {
		background-image: url(../../../../uploads/plan-body2.png);
	}
	.second #body-pack .plan-title.customize {
		background: url(../../../../uploads/plan-customize.png) no-repeat center left 40px/auto 110%;
	}


	#new-plan-pack1 .plan-title {
		background: url(../../../../uploads/new-plan-pack1.png) no-repeat center left 40px/auto 75%;
		padding-top: 0rem;
	}
	#new-plan-pack2 .plan-title {
		background: url(../../../../uploads/new-plan-pack2.png) no-repeat center left 40px/auto 75%;
		padding-top: 0rem;
	}


	.voice .col-md-2 {
		padding: 0;
	}
	.voice img {
		width: 80%;
	}
	.voice .col-md-10 {
		padding: 1rem;
		margin-bottom: 0 !important;
	}
	a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	div#tokyo-salon {
		background: url(../../../../uploads/tokyo-salon-bg.jpg)no-repeat top center /cover;
		padding: 0;
	}
	div#flow .col-md-4::before {
		top: -28px;
	}
	section#select-plan .row > div:nth-of-type(2n+1) {
		padding-right: 15px;
	}
	section#select-plan .row > div:nth-of-type(2n) {
		padding-left: 15px;
	}
	div#main-image-content {
/*		background: url(../../../../uploads/main_image_pc_20200701.jpg?rev=20200701100000) center /cover;
		height: 500px;*/
		background: url(../../../../uploads/main_image_pc_20200708.jpg?rev=20200708100000) center /cover;
		height: 686px;/* Image height */
	}
	.bullet-center{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	section#select-plan .row > div a::before {
		content: "";
		position: absolute;
		bottom: 14px;
		width: 30px;
		height: 30px;
		background: #111;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 50%;
	}
	section#select-plan .row > div a::after {
		content: "";
		position: absolute;
		bottom: 17px;
		left: 50%;
		transform: translateX(-50%);
		border: 7px solid transparent;
		border-top-color: #fff;
	}
	.second section#select-plan .row > div a::before, .second section#select-plan .row > div a::after {
		display: none
	}
	section#flow h3,
	div#flow h3, div#lesson h3 {
		padding-left: 60px;
		font-size: 1.2rem;
		margin-top: 18px;
		margin-bottom: 30px;
		font-weight: 700;
	}
	#lesson .row {
		border: none
	}
	div#lesson h3 {
		font-size: 1.1rem
	}
	div#lesson h3 {
		margin: 10px 10%;
		padding-left: 0px;
	}
	.second div#lesson h2 {
		font-size: 1.3rem;
	}
	.second div#lesson.lecture-link h2 {
		width: 80%;
		margin: 0 auto
	}
	.second div#lesson h3 {
		font-size: 1.1rem;
		font-weight: normal
	}
	div#lesson .row img {
		width: 80% !important;
		padding-left: 1rem;
		margin: 0 auto !important;
		display: block;
	}
	div#lesson .row a {
		/*display: block;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
		border: none;*/
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	#lesson .row > div {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#lesson .row {
		padding: 1rem 0;
		background-color: white;
		margin-left: 0;
	}
	#lesson .row, #lesson .row a {
		padding: 0;
		background-color: white;
	}
	#lesson .row a {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	div#flow .point, div#lesson .point {
		transform: translateY(-50%);
	}
	div#lesson .point {
		transform: none;
	}
	.second #lesson .row, .second #lesson .row a {
		background: none;
	}
	#lesson .row a:hover {
		background: white;
	}
	div#lesson .row img {
		padding-left: 0;
		border-radius: 0 !important
	}
	#lesson > div:last-child {
		border-bottom: none;
	}
	#lesson > div > div:last-child a {
		border-bottom: 1px solid #ccc;
		padding-bottom: 1rem
	}
	.second #lesson {
		/*background: #fff;
		border-top:1px solid #ccc;
		border-bottom:1px solid #ccc;*/
		padding: 50px 0;
	}
	.second #lesson > div.container {
		/*padding: 2rem;*/
	}
	section.plan,
	div.plan {
		height: auto;
		padding-top: 68px;
		padding-bottom: 68px;
	}
	p.point {
		position: relative;
	}
	div.reason h3 {
		padding-left: 0;
		margin-bottom: 1rem;
		text-align: center !important;
		justify-content: center;
	}
	div.reason h3 > br {
		display: inline-block;
	}
	section#select-plan {
		display: block;
		background: url(../../../../uploads/select-plan_bg.jpg) no-repeat center top/cover;
		padding: 68px 0;
	}
	.second section#select-plan {
		padding: 38px 0;
	}
	section#select-plan p {
		color: #fff !important;
	}
	section#select-plan h2 {
		color: #fff !important;
		margin-bottom: 35px !important;
	}
	.second section#select-plan h2 {
		margin-bottom: 20px !important;
	}
	section#select-plan .row {
		display: flex;
	}
	section#select-plan .row > div a {
		padding-bottom: 49px;
	}
	.second section#select-plan .row > div a {
		padding-bottom: 10px
	}
	section.plan::before,
	div.plan::before {
		display: none;
	}
	.link-btn a {
		width: 315px;
	}
	section#faq h3::before,
	div#faq h3::before {
		width: 3rem;
		height: 3rem;
		font-size: 1.6rem;
		top: 0;
		margin-top: 0;
	}
	section#faq p,
	div#faq p {
		padding-left: 60px;
	}
	section#faq p::before,
	div#faq p::before {
		font-size: 24px;
		width: 45px;
		height: 45px;
	}
	section#faq h3,
	div#faq h3 {
		padding-left: 4rem;
		height: 3rem;
		align-items: stretch
	}
	div#faq .col-md-3 {
		padding-left: 0;
		padding-right: 0;
	}
	div#faq .col-md-9 {
		padding-left: 2rem;
		padding-bottom: 1rem;
	}
	.navbar-light .navbar-toggler {
		top: 8px;
	}
	div#lesson .row p.vol {
		padding-left: 0.9rem;
		padding-right: 0.9rem;
	}
	.voice {
		padding: 1.5rem 0;
	}
	div#method .col-12 p {
		background-size: 67px !important;
		padding-top: 12px;
	}
	#hige-explanation img, .explanation img {
		width: 60%
	}
	#hige-about, .about {
		padding: 30px 0 20px 0
	}
	#hige-higepack, .pack-price {
		padding: 0 0 68px 0 !important;
	}
	#hige-pack .title.page-section, #legs-pack .title.page-section, #body-pack .title.page-section, #vio-pack .title.page-section {
		padding: 40px 0 0 0;
	}
	.parts-plan-image-container {
		margin-bottom: 40px;
		margin-top: 40px !important;
		text-align: center;
	}
	.parts-plan-image {
		display: flex;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 40px !important;
	}
	.parts-plan-image-container h3 {
		font-weight: bold;
		width: auto;
		display: inline-block;
		border-bottom: 1px solid #111;
		font-size: 20px;
		padding-bottom: 3px;
		margin-bottom: 20px;
	}
	.parts-plan-image h3 {
		font-weight: bold;
		width: auto;
		display: inline-block;
		border-bottom: 1px solid #111;
		font-size: 20px;
		padding-bottom: 3px;
		margin-bottom: 20px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.parts-plan-image .point-wide {
		width: 60%;
	}
	.parts-plan-image > div {
		width: 37%;
		position: relative;
		padding-top: 50px;
	}
	.parts-plan-image > div > div {
		height: 100%;
		display: flex;
		align-items: center;
	}
	.parts-plan-image > div > div img {
		width: 100%;
	}
	.parts-page:after {
		height: 360px;
	}
	#hige-title .container, #legs-pack .container, #body-pack.parts-page .container {
		padding-bottom: 20px;
		height: 244px;
		display: flex;
		align-items: center;
	}
	#hige-title .container .plan-title, #legs-pack .container .plan-title, #body-pack.parts-page .container .plan-title {
		width: 100%;
		min-height: 196px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}
	#hige-title .container .plan-title > *, #legs-pack .container .plan-title > *, #body-pack .container .plan-title > * {
		width: 100%;
	}
	/*.second div#flow .container{
		width:900px
	}*/
	.second section#flow div.row,
	.second div#flow div.row {
		background: #efefef
	}
	.about .card {
		padding-bottom: 0 !important
	}
	.about .card-body {
		margin: 0 !important
	}
	p.card-text {
		height: 3rem;
	}
	.second.lecture-page .lecture img.lecture-graph {
		width: 70%;
	}
}
@media (max-width: 768px) {
	div.reason h3 {
		font-size: 1rem;
		letter-spacing: -0.1rem
	}
	div.reason h3 > br {
		display: none
	}
}
@media (max-width: 767px) {
	.br-sp-hidden-wrapper br {
		display: none;
	}
	body.second {
		padding-top: 53px;
	}
	body.second h1 {
		font-size: 2.2rem
	}
	a.navbar-brand {
		padding-left: 0px;
		text-align: center;
		font-size: 10px;
		margin-left: 10px;
		padding-bottom: 0;
		padding-top: 34px;
		background-size: 88px;
		padding-right: 1em;
		padding-left: 1em;
		background-position: center top -24px;
	}
	a#nav-book {
		font-size: 11px;
		right: 66px;
	}
	.container .h2, .container h2, .salon-title h2 {
		font-size: 21px;
		margin-bottom: 10px !important;
	}
	#lesson h2 {
		/*font-size: 1.2rem*/
	}
	.second #lesson h2 {
		font-size: 1.2rem
	}
	.second #lesson h3 {
		font-weight: normal
	}
	.reason h2 {
		margin-bottom: 30px !important
	}
	.sub-head span {
		font-size: 15px;
	}
	.page-section {
		padding: 40px 0;
	}
	.second .title.page-section {
		padding: 20px 0;
	}
	#vio-pack .title.page-section {
		padding: 20px 0 0 0;
	}
	#vio-pack .about.page-section {
		padding: 0;
	}
	#vio-pack .pack-price.page-section {
		padding: 0 0 40px 0
	}
	#lesson.page-section {
		padding-bottom: 0;
	}
	.container {
		padding: 0 2rem
	}
	div#lesson .container {
		padding: 0px
	}
	#hige-about, .about {
		padding: 0px 0 0px 0
	}
	#hige-about .circle {
		position: static;
	}
	div#tokyo-salon .salon-title {
		padding: 40px 0 1rem 0;
	}
	#hige-higepack, .pack-price {
		padding: 20px 0 40px 0
	}
	p.point {
		font-size: 9px !important;
		height: 40px;
		padding-top: 9px;
		line-height: 14px;
		width: 40px !important;
		top: -1px;
	}
	div#flow h3 {
		margin-left: 0
	}
	div#lesson .row {
		position: relative;
		margin-left: 10px
	}
	div#lesson.lecture-link .row {
		margin-left: 0;
	}
	div#lesson h3 {
		height: 100%;
		position: relative;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		display: flex;
		align-items: center;
	}
	div#flow p.point, div#lesson p.point {
		height: auto;
		width: auto !important;
		padding: 4px 5px 2px 5px;
		border-radius: 0px
	}
	.lecture-column #lesson .row a {
		padding: 10px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 0 !important
	}
	.lecture-column #lesson .row {
		border-top: 1px dotted #ccc;
	}
	.lecture-column #lesson .row a img {
		margin: 0 !important
	}
	.lecture-column #lesson .row h3 {
		padding: 0;
		font-size: 12px;
	}
	.lecture-column #lesson .row h3 p.point {
		padding: 1px 5px 1px 5px;
		position: relative;
	}
	div#flow p.point strong, div#lesson p.point strong {
		display: inline
	}
	div#faq .row {
		margin-bottom: 0rem;
	}
	/*div#lesson .point{
	width: 30px!important;

	height: 30px!important;
	padding: 0.1rem!important
}*/
	p.point strong {
		font-size: 15px;
	}
	#hige-about p, .about p {
		text-align: left !important
	}
	.second .plan-title {
		background: url(../../../../uploads/plan-hige.png) no-repeat top 62% right -2%/auto 124px;
		padding-top: 0rem;
	}
	.second .try-hige .plan-title {
		background: url(../../../../uploads/plan-hige.png) no-repeat top 77% right -2%/auto 124px;
		padding-top: 0rem;
	}
	.second#vio-pack .plan-title {
		background: url(../../../../uploads/plan-vio.png) no-repeat top 50% right -6%/auto 35%;
		padding-top: 0rem;
	}
	.second#legs-pack .plan-title {
		background: url(../../../../uploads/plan-legs.png) no-repeat top 70% right -6%/auto 42%;
		padding-top: 0rem;
	}
	.second #body-pack .plan-title {
		background: url(../../../../uploads/plan-body2.png) no-repeat top 112% right -3%/auto 124px;
    padding-top: 0rem;
    min-height: 185px;
	}
	.second #body-pack.body2 .try-body .plan-title {
		background: url(../../../../uploads/plan-body2.png) no-repeat top 110% right -3%/auto 55%;
		padding-top: 0rem;
	}
	  .second #body-pack.body2 .try-body .plan-title {
		background: url(../../../../uploads/plan-body2.png) no-repeat top 87% right -3%/auto 50%;
    padding-top: 0rem;
    min-height: 251px;
  }
	.second #try-body .plan-title {
		background: url(../../../../uploads/plan-body2.png) no-repeat top 110% right -3%/auto 124px;
		padding-top: 0rem;
		min-height: 170px;
	}
	.second #try-hige .plan-title {
		background: url(../../../../uploads/plan-hige.png) no-repeat top 100% right -2%/auto 124px;
    padding-top: 0rem;
    min-height: 170px;
	}
	.second #body-pack.body2 .plan-title {
		background-image: url(../../../../uploads/plan-body2.png);
	}
	.second #body-pack .plan-title.customize {
		background: url(../../../../uploads/plan-customize.png) no-repeat top 80% right 1%/auto 124px;
	}
	.price-table, .list-table {
		background: none;
		margin-bottom: -1rem;
	}
	.price-table .wpb_column, .list-table > div > div {
		border-left: 1px solid #848484;
	}
	div.sale-period p,
	p.sale-period {
		font-size: 14px;
	}
	div.sale-period strong::before, div.sale-period strong::after,
	p.sale-period span::before, p.sale-period span::after {
		height: 15px;
		left: -9px;
	}
	div.sale-period strong::after,
	p.sale-period span::after {
		left: auto;
		right: -4px;
	}
	.price-table > div, .list-table > div {
		background: white
	}
	.list-table > div > div:nth-child(2), .list-table > div > div:nth-child(3), .list-table > div > div:nth-child(4), .list-table > div > div:nth-child(5), .list-table > div > div:nth-child(6) {
		height: auto;
	}
	.arrow-right, .arrow-bottom, .arrow-left, .arrow-top {
		margin-top: 0.5rem !important
	}
	div#method p {
		font-size: 12px;
		padding-top: 9px;
		background-position: center bottom 24px !important;
		padding-bottom: 40px;
	}
	div#method .col-md-12::before {
		width: 150px;
		height: 150px;
		padding: 0;
	}
	div.reason .row > div {
		margin-bottom: 15px !important;
	}
	.plan-title h2 {
		font-size: 15px;
		top: 18px;
		text-align: left;
	}
	.second .plan-title p {
		text-align: justify !important;
		width: 60%;
	}
	.second .plan-title h1 {
		text-align: justify !important;
	}
	.plan-title p.copy {
		text-align: left;
		width: 100%;
	}
	.plan-title p br {
		display: none;
	}
	div#customize {
		height: 53px;
		padding: 0;
		background: #efefef;
		overflow: hidden;
		position: relative;
		border: none;
	}
	div#customize .link-btn {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		justify-content: left;
	}
	div#customize .link-btn a {
		background: none;
		color: #111;
		font-size: 16px;
		text-align: left;
		display: block;
		width: 100%;
		padding-top: 16px;
		padding-left: 2rem;
	}
	div#customize::before {
		content: "";
		position: absolute;
		right: 15px;
		top: 25px;
		border: 5px solid transparent;
		border-top-color: #2427ce;
	}
	div#customize p {
		display: none;
	}
	#hige-about .card, .about .card {
		flex-direction: row;
		padding: 1rem 0.5rem !important
	}
	#vio-pack .about .card {
		padding: 0 0 1.5rem 0 !important;
		margin: 0 !important
	}
	#vio-pack .about .col-md-4 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important
	}
	#vio-pack .about .card .card-body, #vio-pack .about .card .card-body {
		padding: 0;
		margin: 0 !important
	}
	div#tokyo-salon .salon-info-bg {
		width: 80%;
		padding: 20px 0;
	}
	#hige-title, #body-pack {
		background: none;
		color: white !important;
		padding: 20px 0 10px 0;
	}
	#hige-pack .container, #vio-pack .container, #legs-pack .container, #body-pack .container, #three-pack .container {
		padding-left: 2rem;
		padding-bottom: 2rem
	}
	.second#vio-pack .container {
		padding-bottom: 0rem
	}
	#legs-pack .title .container {
		padding-bottom: 0
	}
	section#select-plan {
		padding-bottom: 0;
	}
	section#select-plan .container {
		max-width: 100%;
		padding: 0
	}
	section#select-plan .row {
	display: block;
	margin: 0;
}
	section#select-plan .row > div {
		max-width: 100%;
		margin-bottom: 0 !important;
		padding: 0 !important;
	}
	section#select-plan .row > div > a {
		padding: 0 1rem;
		background: #efefef;
		position: relative;
		box-sizing: border-box;
		border-bottom: 1px solid white;
	}

	section#select-plan .plan-link-title:last-child,
	section#select-plan .plan-link-title {
		color: inherit !important;
		line-height: 53px;
		height: 52px;
		font-size: 1.25rem;
		font-weight: bold;
		margin: 0;
		text-align: left;
	}
	section#select-plan .plan-link-title::after {
		content: "";
		position: absolute;
		right: 12px;
		top: 22px;
		border: 5px solid transparent;
		border-left-color: #2427ce;
	}
	.plan-link-img {
		display: none;
	}
	.plan-title {
		text-align: left !important
	}
	.select-plan-inner {
		display: block;
	}
	.select-plan-inner .vc_column-inner > div > :first-child,
	.select-plan-inner .vc_column-inner > div > :nth-child(2) {
		display: none;
	}
	.select-plan-inner > .vc_element > .wpb_column,
	.select-plan-inner .wpb_column {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.select-plan-inner .wpb_column .vc_column-inner {
		padding: 0;
	}
	#select-plan .select-plan-inner .wpb_column .vc_column-inner .vc_custom_heading,
	.select-plan-inner .wpb_single_image{
		display: none;
	}
	.select-plan-inner .wpb_text_column {
		background: #efefef;
		line-height: 53px;
		height: 53px;
		font-size: 1.25rem;
		font-weight: bold;
		position: relative;
		box-sizing: border-box;
		border-bottom: 1px solid white;
		margin-bottom: 0;
		text-decoration: none;
	}
	.select-plan-inner .wpb_text_column a {
		padding: 0 1rem;
		display: block;
		width: 100%;
		text-align: left;
	}
	.select-plan-inner .wpb_text_column a::before {
		content: "";
		position: absolute;
		right: 12px;
		top: 22px;
		border: 5px solid transparent;
		border-left-color: #2427ce;
	}
	.second #try-body .container, .second #try-hige .container, .second #hige-title .container, .second #body-pack .container {
		padding: 0 10px 0 15px;
	}
	body.second .plan-title {
		padding-top: 0;
	}
	.staff_comment {
		margin: 0 5px;
	}
	.staff_comment .vc_col-sm-9 {
		margin-bottom: 20px;
	}
	.compose-mode .vc_element:hover>.wpb_row.staff_comment>.vc_col-sm-9:before,
	.staff_comment .vc_col-sm-9::before,
	.staff_comment .col-md-9::before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: auto;
		bottom: -48px;
		left: 50%;
		margin-left: -17px;
		border: 16px solid transparent;
		border-top: 16px solid #000;
	}
	.staff_comment .vc_col-sm-9::after,
	.staff_comment .col-md-9::after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		top: auto;
		bottom: -40px;
		left: 50%;
		margin-left: -15px;
		border: 14px solid transparent;
		border-top: 14px solid #fff;
	}
	.staff_comment img:last-child,
	.staff_comment img {
		display: block;
		margin: 10px auto;
	}
	.about h3.card-title {
		border-bottom: none;
		text-align: left !important
	}
	#hige-about {
		margin: 30px 0;
	}
	#hige-about .wpb_single_image {
		margin-bottom: 30px;
	}
	#vio-pack h3.card-title {
		display: block;
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 0.5rem;
	}
	#vio-pack .about .col-xs-9 {
		width: 100%
	}
	p.card-text {
		padding-top: 20px;
	}
	#hige-about p.card-text, .about p.card-text {
		padding-top: 0px;
		ext-align: left !important
	}
	.card-back p.point {
		width: 50px !important;
		height: 50px !important;
		line-height: 1.6em !important
	}
	#hige-about .mb-5, .about .mb-5 {
		margin-bottom: 1rem !important
	}
	#hige-about .mt-5, .about .mt-5 {
		margin-top: 0 !important
	}
	.price-table > div > div p:nth-of-type(2)::before {
		left: 52%
	}
	.reverse {
		flex-direction: column-reverse;
	}
	span.side-border::before, span.side-border::after {
		margin-top: -10px;
	}
	div.reason.pc_only {
		display: none;
	}
	div.reason {
		padding-bottom: 30px;
	}
	div.reason h3 {
		font-size: 1.3rem;
		letter-spacing: 0
	}
	div.reason h3 > br {
		display: inline
	}
	div#faq h3 {
		font-size: 1.2rem
	}
	div#faq div.col-md-9 p strong {
		font-size: 1.2rem
	}
	div#faq > div > div.row > div:nth-child(5) h3:before {
		/* margin-top: -2rem; */
	}
	div#voices {
		padding-top: 10px;
	}
	.voice p {
		margin-bottom: 2px;
	}
	.voice p.voice-name {
		font-weight: bold;
	}
	.link-btn a {
		width: 200px;
		height: 40px;
	}
	div#flow .sub-head {
		display: none !important;
	}
	#flow h2 span {}
	section#flow h3,
	div#flow h3 {
		padding-left: 4.5rem;
		margin-top: 7px;
		margin-bottom: 20px;
	}
	section#flow p br,
	div#flow p br {
		display: none;
	}
	div#flow .row {
		padding-bottom: 10px;
	}
	div#flow .col-md-4::before {
		display: none;
	}
	div#flow .point {
		top: auto;
	}
	div#book p {
		text-align: left !important;
	}
	div#book .col-md-6 a p {
		text-align: center !important;
	}
	div#book .col-md-6 p.web-book {
		font-size: 20px;
	}
	div#book .col-md-6 a {
		border-radius: 90px;
	}
	.pc_only {
		display: none!important;
	}
	div#book .col-md-6 p.web-book::after {
		border-width: 7px;
		right: 7px;
	}
	div#book .col-md-6 p.number {
		margin-bottom: -5px;
	}
	div#book p.sp_only {
		margin-bottom: 26px;
		margin-top: -4px;
	}
	.plan-title strong, .copy b,
	.plan-title strong, .copy strong {
		display: block;
		margin: 3px auto 10px 0;
		width: 95px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	div#method .col-md-12 {
		margin-bottom: 10px !important;
	}
	div#method h2 {
		margin-top: -0.5rem;
		margin-bottom: 1.5rem !important;
		font-size: 1.3rem;
		text-align: center;
	}
	div#method h2 br {
		display: none;
	}
	div#method h2 br.sp_only {
		display: block;
	}
	div#flow img {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	div#salon-photos img {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	div#salon-photos .row {
		margin-bottom: 0;
	}
	div#flow .link-btn {
		margin-top: -10px;
	}
	.voice_wrap {
		overflow: hidden;
		height: 190px;
	}
	div#faq h3 br {
		display: none
	}
	.circle {
		width: 100px;
		height: auto;
		text-align: center;
		border: none;
		position: absolute;
		right: 10px;
		padding-top: 0rem;
	}
	.circle img {
		display: inline;
		vertical-align: middle;
		width: 100%;
	}
	.selectparts-table {
		width: 100%;
	}
	.selectparts-table .selectparts-price-text {
		border-left: 1px solid #848484;
	}
	.selectparts-table:nth-of-type(2n+1) {
		margin-bottom: 1.6rem;
	}
	section#select3pack .circle {
		width: 100px !important;
		height: auto;
	}
	.parts-all {
		padding: 0;
	}
	section#body-about,
	div#body-about {
		padding: 0 0 20px;
	}
	section#select3pack {
		padding: 40px 0 40px !important;
	}
	#bodypack .container > div > div > div > div > div:nth-child(2) h2,
	#bodypack .container > div > div > div > div > div:nth-child(3) p,
	#selectpartsplan .container > div > div > div > div > div:nth-child(2) h2,
	#selectpartsplan .container > div > div > div > div > div:nth-child(3) p,
	#selectpartsplan p.copy {
		/* text-align: left !important; */
	}
	#select3pack .staff_comment .vc_col-sm-9::after,
	#select3pack .staff_comment .col-md-9::after {
		border-top-color: #efefef;
		border-left-color: transparent;
	}
	.plan-price-title {
		font-size: 21px;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.copy + h2,
	p.copy + h2 {
		text-align: left !important;
	}
	.copy + h2 + .wpb_text_column p,
	.copy + h2 + p,
	p.copy + h2 + p {
		text-align: left !important;
		margin-bottom: 2rem;
	}
	div#select3-about > h3 {
		font-size: 1.3rem;
	}
	div.copy p,
	p.copy {
		text-align: left;
	}
	div#selectpartsplan {
		padding: 40px 0 !important;
	}
	.parts-plan-image {
		text-align: center;
	}
	.parts-plan-image div {
		width: 100%;
	}
	.parts-plan-image div.point-wide {
		margin-bottom: 20px;
	}
	.parts-plan-image-container {
		text-align: center;
	}
	.parts-plan-image-container h3,
	.parts-plan-image h3 {
		border-bottom: 1px solid #111;
		display: inline-block;
		font-size: 17px;
		font-weight: bold;
		margin-bottom: 14px;
	}
	.selectparts-table-wrap > h3 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	p.selectparts-price strong {
		font-size: 1.7rem;
	}
	.selectparts-table:nth-of-type(2n) .selectparts-price-text p.selectparts-price {
		padding-left: 3rem;
	}
	span.off_price {
		transform: translateX(-2.5rem);
	}
	section.plan,
	div.plan {
		padding: 0 !important;
	}
	div#customize-pack {
		border-bottom: 1px solid #ddd;
		padding-bottom: 40px !important;
	}
	section#salon-map .row,
	div#salon-map .row {
		flex-wrap: wrap-reverse;
	}
	.d-none {
		display: none !important
	}
	#legs-pack .title::after {
		height: 150px !important;
	}
	.second #lecture1-title {
		padding-bottom: 10px;
		padding-top: 30px;
	}
	.second #lecture1-title p.copy {
		font-size: 1.1rem;
		padding: 5px;
		margin-bottom: 0.5rem;
		margin-left: 0;
	}
	.second #lecture1-title h1 {
		font-size: 1.8rem;
		line-height: 1.4em;
		padding-left: 0;
	}
	.second #lecture1-title p {
		width: auto;
		padding: 0;
		font-size: 14px;
	}
	.second.lecture-page .lecture h2 {
		font-size: 1.4rem;
		padding: 10px;
		display: block;
	}
	.second.lecture-page .container {
		background: none !important
	}
	.second.lecture-page .page-section {
		background: none;
		padding: 20px 0;
	}
	.second.lecture-page div.lecture-lead {
		padding: 0;
		width: auto;
	}
	.second.lecture-page div.lecture-lead p {
		background: white;
		padding-top: 10px;
		margin: 0;
		font-size: 14px !important
	}
	.second.lecture-page div.lecture-lead p br {
		display: none
	}
	div.lecture-point-box {
		width: auto;
	}
	div.lecture-point-box p {
		padding-bottom: 0.5rem;
		font-size: 14px !important
	}
	div.lecture-point-box h3 {
		margin-bottom: 0.5rem
	}
	div.lecture-point-box h3 span {
		display: block;
		text-align: center;
		padding: 1px 5px;
		margin-bottom: 0.5rem
	}
	.lecture-point-box .row img.col-md-3 {
		width: 90%;
		display: block;
		margin: 0px auto 20px auto
	}
	.lecture-point-box .row .col-md-9 p {
		padding-bottom: 0
	}
	.second .lecture-column #lesson {
		padding: 20px 15px;
	}
	.second div#lesson h2 {
		width: auto;
		border: none;
	}
}
@media(min-width: 1000px) {
	.nav-item {
		width: 14%;
	}
}
@media(min-width: 1200px) {
	div.reason > div > div > div > p.point {
		left: 2.4rem;
	}
	.list-table > div > div:nth-child(2) {
		height: 6.5em;
	}
	.list-table > div > div:nth-child(3) {
		height: 4em;
	}
	.list-table > div > div:nth-child(4) {
		height: 4em;
	}
	.list-table > div > div:nth-child(5) {
		height: 5em;
	}
	.list-table > div > div:nth-child(6) {
		height: 6em;
	}
}
@media screen and (min-width:769px) and (max-width: 1200px) {
	.col-md-3 .mod-price-detail {
		padding-right: 10px;
		text-align: left;
	}
	.price-table > div.col-md-3 > div p.mod-price-detail span {
		font-size: 18px;
	}
	.price-table > div.col-md-3 > div p.mod-price-detail > span > span {
		font-size: 28px;
	}
	.price-table > div.col-md-3 > div p.mod-price-detail span.discount-rate {
		margin-right: 0;
		right: 0;
		top: 72%;
		font-size: 0.8rem
	}
	.price-table > div.col-md-3 > div, .list-table > div > div {
		padding: 0.5rem;
	}
}
@media(min-width: 1600px) {
	div#main-image-content {
		background-color: #030969; /* Old browsers */
		background-image: url(../../../../uploads/main_image_pc_20200708.jpg?rev=20200708110000), linear-gradient(60deg, #030969 0%, #910E6A 100%);
		background-repeat: repeat, no-repeat;
		background-position: center, center;
		background-size: contain, 100%;
	}
}
/* 良くある質問 */
#faq-title {
	background: url("../../../../uploads/faq_bg.jpg") no-repeat center center/cover;
	color: white !important;
}
.pagenation {
	text-align: center;
	margin: 1em 0;
}
.pagenation a {
	box-sizing: border-box;
	display: inline-block;
	margin: 1em 0.6em;
	padding: 0.5em 1em;
	border: 1px solid #000;
	background-color: #C6C6C6;
	color: black;
	text-decoration: none;
}
.pagenation a[href] {
	background-color: white;
}
.pagenation a:hover {
	background-color: #C6C6C6;
	color: white;
	opacity: 1;
}
.pagenation a[href]:hover {
	background-color: black;
	color: white;
}
.second#legs-pack .title::after {
	content: "";
	background: url("../../../../uploads/leg-main-ph.jpg") no-repeat center center/cover;
	width: 100%;
	height: 300px;
	display: block;
}
@media (min-width:768px) {
	.second#legs-pack .card-text br {
		display: none;
	}
}
#salon-map iframe {
	border: 0;
	width: 100%;
	height: 400px;
}

@media (max-width:400px) {
	#salon-map iframe {
		height: 300px;
	}
}
.second#vio-pack.copy-notice {
	font-size: 0.8em;
}
body#voice-page.second h1 {
	font-size: 42px;
}
#voice-title {
	background: #000 url("../../../../uploads/voice_bg.jpg") no-repeat center top/cover;
	color: white !important;
}
#voice-title .voice-title h1, .voice-title p {
	color:
		#fff !important;
}
.pagenation {
	text-align: center;
	margin: 1em 0;
}
.pagenation a {
	box-sizing: border-box;
	display: inline-block;
	margin: 1em 0.6em;
	padding: 0.5em 1em;
	border: 1px solid #000;
	background-color: #C6C6C6;
	color: black;
	text-decoration: none;
}
.pagenation a[href] {
	background-color: white;
}
.pagenation a:hover {
	background-color: #C6C6C6;
	color: white;
	opacity: 1;
}
.pagenation a[href]:hover {
	background-color: black;
	color: white;
}
@media (max-width:400px) {}
.voice_wrap {
	overflow: inherit;
	height: auto;
}
/* 404ページ */
#error-title {
	background: url("../../../../uploads/faq_bg.jpg") no-repeat center center/cover;
	color: white !important;
	margin-top:53px;
}
#error-title h1 {
	color: #fff!important;
	font-size: 2.5rem;
}
#error-title p {
	color: #fff!important;
}
.top-btn {
  width:180px;
	margin:0 auto;
	margin-top:40px;
}
.top-btn p {
	padding:15px 0;
	text-align:center;
	background-color:#2427CE;
	color: #fff!important;
}
.top-btn p:hover {
	opacity: 0.7;
}
.page-section div.error-text {
	background: #efefef;
	padding:20px 0;
}
.page-section div.error-text p {
	padding-left: 2em;
	padding-right: 2em;
}
.page-section div.error-text p img {
	width:1em;
	margin-right: 0.2em;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
#error-title h1 {
    font-size: 1.8rem;
  }
	.top-btn {
		margin-top:30px;
	}
}
/********* スライダー **********/
ul.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.slick-list {
	margin-bottom: 3px !important;
}
ul.slick-dots li {
	border-radius: 50%;
	overflow: hidden;
	background: none;
	margin: 0 8px;
	width: 8px;
	height: 8px;
	transition: 0.3s;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
ul.slick-dots li.slick-active {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: #fff;
}
ul.slick-dots li button {
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-129%);
	text-indent: -9999px;
	width: 35px !important;
	height: 35px !important;
	border: none;
	background: rgba(255, 255, 255, 0.9) !important;
	z-index: 2;
	outline: none !important;
	border-radius: 50%;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.slick-arrow::before, .slick-arrow::after {
	content: "";
	width: 9px;
	height: 1px;
	transform: rotate(45deg);
	background: #2427ce;
	top: 50%;
	display: block;
	left: 12px;
	position: absolute;
	margin-top: 3px;
}
.slick-arrow::after {
	transform: rotate(-45deg);
	margin-top: -3px;
}
.slick-next::before, .slick-next::after {
	left: auto;
	right: 13px;
}
.slick-next::before {
	transform: rotate(-45deg);
}
.slick-next::after {
	transform: rotate(45deg);
}
.slick-prev {
	left: -15px;
}
.slick-next {
	right: -15px;
}
div.slick-slide {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.salon-photos-slider {
	display: none !important;
}
.point-box-slider .slick-arrow {
	background: none;
	width: 39px;
}
.point-box-slider ul.slick-dots li.slick-active, .flow-slider ul.slick-dots li.slick-active {
	background: #2427ce;
}
.point-box-slider ul.slick-dots li, .flow-slider ul.slick-dots li {
	background: #ccc;
	border: none;
}
.point-box-slider .slick-slide > p {
	margin-bottom: 0;
}
.point-box-slider {
	margin-bottom: 35px;
}
.slick-slider {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.salon-photos-slider {
	margin-bottom: 20px !important;
}
.salon-photos-slider .slick-arrow {
	background: none;
}
.flow-slider .slick-next {
	right: -16px;
}
.flow-slider .slick-arrow {
	background: none;
	transform: translateY(-229%);
}
.flow-slider .slick-slide {
	padding-bottom: 0 !important;
}
.flow-slider .slick-prev {
	left: -15px;
}
.flow-slider {
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
@media (max-width: 767px) {
	.salon-photos-slider {
		display: block !important;
	}
	div.reason h3 {
		padding-left: 0;
		font-size: 15px;
		white-space: nowrap;
	}
	.point-box-slider p.point {
		top: 56px;
		padding-top: 3px;
		font-size: 8px !important;
		width: 35px !important;
		height: 35px !important;
		font-size: 8px !important;
		left: 22px;
	}
	#customize-pack .plan-title h2 {
		background-image: url(../../../../uploads/select-plan5.png);
		background-position: center top 35px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
.price-table .discount-rate {
	padding: 0.4em 3em;
}
	container {
    max-width: 767px;
}
div.reason .row > div {
    width: 50%;
    max-width: none;
    flex: 50%;
}
	section#select-plan .col-md-3 {
    max-width: none;
    flex: 30%;
}
	.price-table p.mod-price-detail > span > span {
    font-size: 21px!important;
}

.price-table  p.mod-price-detail span {
    font-size: 14px!important;
}
	div#method .col-12 p {
    background-position: center top 95px!important;
}

.price-table > div.col-md-3 > div p.mod-price-detail span.discount-rate {
    top: 53px;
}

.price-table > div.col-md-3 > div p.mod-price-detail > span > span {
    padding-top: 11px!important;
    display: inline-block;
}

.price-table > div > div p.mod-price-detail span.discount-rate {
    right: 0;
    margin-right: 0;
    bottom: -3px;
    top: auto;
}

.mod-price-detail {
    text-align: left;
    padding-right: 0;
    font-size: 11px;
}

.plan-title {
    background-position: left;
    background-size: auto 58%;
}

.effect p {
    background-size: contain;
}
	section#select-plan .col-md-3 {
    padding-left: 6px!important;
    padding-right: 6px!important;
}
	.second section#flow h3,
	.second div#flow h3 {
    margin-bottom: 6px;
    margin-top: 10px;
}

.second div#flow div.row .col-md-8 p {
    margin-bottom: 10px;
}
	body.second.page-template-page_narrow .container>*,
	body.second.not-plan .container>* {
    margin-left: 0!important;
    margin-right: 0!important;
}
	#select3-about .circle {
    width: 100%;
    height: 160px;
}

.about h3.card-title {
    font-size: 17px;
}

.about .card-body {
    padding: 0;
}


.parts-plan-image h3 {
    font-size: 18px;
}

.selectparts-table .selectparts-price-text {padding-left: 60px!important;}

.price-table > div > div.selectparts-price-text p.mod-price-detail span.discount-rate {
    right: 50px;
}

section#select-plan .row > div {padding-left: 10px!important;padding-right: 10px!important;}
div#book .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
    height: 140px;
}
	body.second h1 {
    font-size: 2.5rem;
}

.plan-title p {
    font-size: 12px;
}

.second .plan-title {
    background-position: center left;
    background-size: 110px auto;
}
.second #body-pack.body2 .plan-title,.second #try-hige .plan-title {
    background-position: center left;
}
.second #body-pack .plan-title,.second #try-body .plan-title {
	  background-position: center left -26px;
}
	.page-section {
    padding: 40px  0;
}
	footer.btext-white .row>div {
    width: 25%!important;
    flex: 25%;
    max-width: none;
}

footer.btext-white .row>div:last-child {
}
.plan-link-title,
.plan-link-title:last-child,
section#select-plan .row > div h3 {
    font-size: 1rem;
}

div#hige-pack .price-table .col-md-3>div {
}
	.price-table > div > h3 {
    font-size: 16px;
}
	div#book .row {
    align-items: stretch;
}
	div#book .col-md-6 p {
    font-size: 0.8rem;
}

}

@media (min-width: 851px) and (max-width: 1260px) {
	a#to_top {
    margin-right: 0;
    right: 30px;
}
}
@media (max-width:850px) {
a#to_top {
	margin-right: 0;
	right: 15px;
	position: fixed;
	bottom: 35px;
	width: 50px;
	height: 50px;
	z-index: 10;
}
}
a#to_top::before {
	top: 8px;
}

/*******************************************
review
*******************************************/
#review01-top {
	margin-top: 40px;
	margin-bottom: 60px;
}
#review01-top h2 {
	padding-top: 3em;
	margin: -3em 0 1.5rem;
}
#review-top .block-br span {
	display: inline-block;
}
#review-top .review__graph {
	position: relative;
}
#review-top .review__graph.pc_only {
	width: 645px;
	margin: 0 auto;
}
#review-top .review__graph a {
	position: absolute;
	text-align: right;
	font-weight: bold;
}
#review-top .review__graph a span {
	text-decoration: underline;
}
#review-top .review__graph a:before {
	content: "＞";
	padding-right: .3em;
}
#review-top .review__graph.pc_only a:nth-of-type(1) {
	right: 5px;
	top: 180px;
}
#review-top .review__graph.pc_only a:nth-of-type(2) {
	right: 35px;
	top: 415px;
}
#review-top .review__graph.pc_only a:nth-of-type(3) {
	right: 475px;
	top: 210px;
}
#review-top .review__graph.sp_only a:nth-of-type(1) {
	right: 5%;
	bottom: 16%;
}
#review-top .review__graph.sp_only a:nth-of-type(2) {
	right: 2%;
	bottom: -20px;
}
#review-top .review__graph.sp_only a:nth-of-type(3) {
	left: 8%;
	bottom: 8%;
}
#review01-top img.img-sheet {
	border: 1px solid #c1c1c1;
}
#review-top .review__comment__lead__q,
#review-top .review__comment__q {
	color: #2427ce;
}
#review-top .review__comment__lead__q:before,
#review-top .review__comment__q:before {
	content:"──";
	letter-spacing: 0;
	padding-right: .3em;
}
#review-top .review__comment__lead__a,
#review-top .review__comment__a {
	background-color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
#review-top .review__comment__lead__a {
	line-height: 1.8em;
	margin-left: 0.5em;
	position: relative;
}
#review-top .review__comment__lead__a span.quot {
	position: absolute;
	top: -0.3em;
	left: -0.5em;
}
#review-top .review__comment__lead__a span.caps {
	display: inline-block;
	letter-spacing: 0.02em;
}
#review-top .review__comment__lead__a span.caps:first-letter {
	font-size: 28px;
}
#review-top .review__comment__lead__a span.line {
	border-bottom: 2px solid rgba(36,39,206,0.6);
	padding-bottom: .2em;
}
#review-top .review__comment {
	background-color: #efefef;
	padding: 16px 12px 0;
}
#review-top .review__comment__q {
	text-align: right;
}
#review-top .review__comment .review__comment__box {
	display: flex;
}
#review-top .review__comment .review__comment__anonymous {
	width: 120px;
}
#review-top .review__comment__a {
	flex: 1;
	padding: 8px 14px 8px;
	margin-left: 8px;
	position:relative;
	border-right: 2px solid #c1c1c1;
	border-bottom: 2px solid #c1c1c1;
}
#review-top .review__comment__a span {
	font-size: 15px;
}
#review-top .review__comment__a:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	left: -10px;
	top: 35px;
	transform: rotate(45deg);
	border-bottom: 1px solid #c1c1c1;
}

@media (max-width: 992px) {
	#book-counseling {
		padding-top: 150px;
	}
	#book-counseling a {
		display: block;
		padding: 15px 20px;
		font-size: 24px;
	}
	#book-counseling .container::before {
		right: 100px;
	}
	#book-counseling p {
		right: 400px;
		transform: rotate(-10deg);
	}
	#book-counseling p::before {
		transform: rotate(-45deg);
		bottom: 3px;
		right: 10px;
	}
}

@media (max-width: 767px) {
	#review-top .review__comment {
		padding-left: 4px;
	}
	#review-top .review__comment__lead__a,
	#review-top .review__comment__a {
		font-size: 15px;
		padding-right: 4px;
	}
	#review-top .review__comment__a span {
		font-size: 13px;
	}
	#review-top .review__comment .review__comment__anonymous {
		width: 100px;
	}
	#review-top .review__comment .review__comment__anonymous img {
		width: 70px;
		height: 70px;
	}

	#book-counseling-text h2 {
		font-size: 18px;
		text-align: center;
	}
	#book-counseling .container {
		padding: 0 10px;
	}
	#book-counseling a {
		border-radius: 40px;
		font-size: 20px;
		line-height: 25px;
	}
	#book-counseling .container::before {
		width: 202px;
		height: 134px;
		top: -134px;
		right: 10px;
		background-size: contain;
	}
	#book-counseling p {
		right: auto;
		left: 10px;
		font-size: 11px;
	}
	#book-counseling p::span {
		font-size: 15px;
	}

	#sns {
		height: auto;
		padding: 30px 0 10px;
	}
	#sns .row {
		flex-wrap: wrap;
	}
	#sns h2 {
		width: 100%;
		padding-right: 0;
		font-size: 16px;
		height: auto;
		line-height: 1.4;
		text-align: center;
		border-right: none;
		border-bottom: solid 1px #fff;
		padding-bottom: 10px;
		margin-bottom: 20px !important;
	}
	#sns h2::before {
		top: auto;
		bottom: -11px;
		left: calc(50% - 5px);
		border: solid 5px transparent;
		border-top: solid 6px #fff;
	}
	#sns h2::after{
		top: auto;
		bottom: -9px;
		left: calc(50% - 4px);
		border: solid 4px transparent;
		border-top: solid 5px #000;
	}
	#sns h2 span {
		margin-left: 5px;
	}
	#sns a {
		width: 30px;
		height: 30px;
		padding-left: 0 !important;
		background-position: center center !important;
	}
	#sns a span {
		display: none;
	}
	footer.btext-white .row > .col-6 {
		max-width: 33.333%;
		flex: 0 0 33.333%;
		padding-left: 10px;
		padding-right: 10px;
	}
	footer ul {
		padding-left: 0;
	}
}
@media (max-width: 374px) {
	#book-counseling {
		padding-top: 200px;
	}
	#book-counseling p {
		top: -230px;
	}
	#book-counseling p::before {
		bottom: -15px;
		right: 70px;
	}
	a#nav-book {
		padding: 5px 10px;
		top: 13px;
		right: 54px;
	}
}
@media (min-width: 768px) {
	#salon-map .salon-img img {
		width:95%;
		margin:0 auto;
	}
}

/* 202304 totop add */

.add-table_layout table{
	margin-bottom: 20px;
}

.add-table_layout table th,
.add-table_layout table td{
    padding: 10px;
    font-size: 14px;
    border: solid 1px #dedede;
}

.add-table_layout table th p,
.add-table_layout table td p{
    margin: 0;
    padding: 0;
    line-height: 2 !important;
}

.add-table_layout table th{
    width: 25%;
    text-align: left;
    background: #f5f5f5;
}

.add-table_layout table td{
    width: 75%;
}

.add-table_layout table tbody tr:nth-child(even), table thead tr:nth-child(even) {
    background-color: #fafafa;
}

@media (max-width: 768px) {
/* .add-table_layout table th,
.add-table_layout table td{
    display: block;
	width: 100%;
} */
	
	.add-table_layout img{
		height: auto;
	}
/* 	.add-table_layout table tbody tr:nth-child(even), table thead tr:nth-child(even) {
    background-color: #fff;
} */
	
}

.add-table_layout .pros-cons-section {
    width: 96%;
    margin: 20px auto;
    padding: 0;
    color: #333;
}

.add-table_layout .pros-cons-box {
    width: 100%;
    margin: 0 auto 2em;
    padding: 0;
    border: 2px solid #2427CE;
    border-radius: 4px;
} 

.add-table_layout .pros-cons-box .pros-cons-title {
    margin: 0;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 1.3;
    background: #2427CE;
    color: #fff;
    text-shadow: #0056b3 2px 0px, #0056b3 -2px 0px, #0056b3 0px -2px, #0056b3 0px 2px, #0056b3 2px 2px, #0056b3 -2px 2px, #0056b3 2px -2px, #0056b3 -2px -2px, #0056b3 1px 2px, #0056b3 -1px 2px, #0056b3 1px -2px, #0056b3 -1px -2px, #0056b3 2px 1px, #0056b3 -2px 1px, #0056b3 2px -1px, #0056b3 -2px -1px;
}

.add-table_layout .pros-cons-box .pros-cons-list {
    margin: 0;
    padding: 8px 5px;
}

.add-table_layout .pros-cons-box .pros-cons-list li {
    position: relative;
    list-style-type: none;
    padding: 3px 5px 3px 30px;
}

.add-table_layout .marker-thinRed {
    background: linear-gradient(transparent 85%,#FFC6C6 85%);
}

		.pros-cons-box .pros-cons-list li:before {
/*     display: block; */
    position: absolute;
			top: 0.8em;
    left: 10px;
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 8px;
    border: 2px solid #0056b3;
    background: #2427CE;
}

/*  */

.add-table_layout .scroll {
    overflow: auto;
    white-space: nowrap;
}

.add-table_layout .scroll table {
    width: 100%;
    margin: 0em 0;
}

.add-table_layout .scroll tbody th, .add-table_layout .scroll tbody td {
		font-size: 13px;
    text-align: center;
    margin-bottom: -1;
}

.add-table_layout .scroll tbody th p, .add-table_layout.scroll tbody td p{
	margin: 0;
}

.add-table_layout .scroll tbody th,
.add-table_layout .scroll tbody th p{
    background-color: #f74e4e;
    color: #FFF !important;
}


.scroll tr:not(:last-child) {
    border: none;
}

.scroll thead th, .scroll tbody td, .scroll tbody th {
    border: 1px solid #ccc;
}

.scroll tbody td {
    vertical-align: middle;
}

.scroll img {
    border: none;
    margin: 0;
    max-width: none;
    padding: 0;
}

.scroll tbody tr td:first-child{
	width: 20%;
    background: #f0f0f0;
    position: sticky;
    position: sticky;
    left: 0;
    z-index: 5;
	border: none;
}

.scroll tbody tr td:first-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #dedede;
}

.scroll tbody tr td strong a{
position: relative;
    display: block;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #00bf2d;
    border-radius: 6px;
    border-bottom: solid 5px #6ca25f;
}

@media (max-width: 768px) {
.add-table_layout .scroll table th, .add-table_layout .scroll table td {
    display: table-cell;
    width: auto;
}
	
}
	
.add-table_layout .has-sango-main-color {
    color: var(--wp--preset--color--sango-main) !important;
}
	
.add-table_layout .keiko_yellow {
    background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}


@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
	.green-shiny {
    display: inline-block;
    position: relative;
    width: 96%;
    padding: 1.2em;
    margin: 10px 2% 0 !important;
    background-color: #00bf2d;
    box-shadow: 0 3px 0 0 #6ca25f;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
	.green-shiny::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
		
		.green-shiny a {
    color: #ffffff !important;
    text-decoration: none;
    display: block;
			font-size: 1.2rem;
}

.add-table_layout blockquote {
    margin: 0 0 1rem;
    background-color: #fafbfc;
    border: 1px solid #ddd;
    padding: 1.8em 2.8em;
    position: relative;
}

.add-table_layout blockquote::before {
    content: "“";
    line-height: 1.1;
    left: 10px;
    top: 0;
}

.add-table_layout blockquote::after {
    content: "”";
    line-height: 0;
    right: 10px;
    bottom: 0px;
}

.add-table_layout blockquote::before, blockquote::after {
    color: #C8C8C8;
    font-family: serif;
    position: absolute;
    font-size: 400%;
}

.add-table_layout .wpb_text_column p:last-child {
	margin: 0;
	padding: 0;
}