@charset "utf-8";
/*-----reset-----*/
body{
	padding-top:55px;/*h1+header*/
	font-size:.85rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	line-height:1.4;
}
a{
	color:inherit;
	-webkit-tap-highlight-color: rgba(0,0,0,.2);
}
a:focus, a:hover{
	color:inherit;
	text-decoration:none;
}
h1,.h1{
	height: 15px;
	margin-bottom:0;
	padding-left:7px;
	display:block;
	line-height: 15px;
	font-size:10px;
	font-weight:normal;
	color: #818a91;
}
h2,.h2{
	font-size:1.2rem;
	font-weight:normal;
}
h3,.h3{
	font-size:1.1rem;
	font-weight:normal;
}
h4,.h4{
	font-size:1rem;
	font-weight:normal;
}
h5,.h5{
	font-size:.9rem;
	font-weight:normal;
}
h6,.h6{
	font-size:.8rem;
	font-weight:normal;
}
input[type="submit"]{
	-webkit-tap-highlight-color: rgba(0,0,0,.2);
}
p{
	margin-bottom:0;
}
p+p,.media+p,p+table{
	margin-top:.5rem;
}
p+h1,p+h2,p+h3,p+h4,p+h5{
	margin-top:1rem;
}
hr {
	margin-top: .5rem;
	margin-bottom: .5rem;
	border: 0;
	border-top: 1px dotted #bbb;
}
label:last-child,table:last-child,ul:last-child{
	margin-bottom:0;
}
ol, ul, dl {
	margin-bottom:.5rem;
}
dd,dt{
	margin-bottom:0;
}
/*-----parts-----*/
[canvas=container] .col-main{
	line-height: 1.7;
}
.inline-block{
	display: inline-block;
}

/*alert*/
.alert {
	padding: .5rem;
	margin-bottom: .5rem;
}

/*bg*/
.bg-white{
	background:#ffffff;
}
.bg-dark,.bg-dark:hover{
	background:#595757;
	color:#fff;
}
.bg-dark-medium{
	background:#cccccc;
}
.bg-dark-light{
	background:#fdfdfd;
}
.bg-dark-pale{
	background:#f5f5f5;
}
.bg-inverse-alpha{
	background-color:rgba(255,255,255,.85) !important;
}
.bg-primary,.bg-primary a,a.bg-primary:focus, a.bg-primary:hover{
	background:#d54960 !important;
	color:#fff;
}
.bg-primary-light{/* pink */
	background:#ffeff2;
}
.bg-secondary,.bg-secondary a,.bg-secondary:hover{
	background:#bc8332;
	color:#fff;
}
.bg-secondary-light,.bg-secondary-light:hover{
	background:#f5e9d9;
}
.bg-secondary-light .fa,.bg-secondary-light .icon-plus,.bg-secondary-light .icon-minus{
	color:#bc8332;
}
.bg-third{
	background:#fd7f88;
}
.bg-fourth{
	background: #2995cd;
}
.bg-fourth-light,.bg-fourth-light:hover{
	background:#e7f7fe;
}
.bg-fifth{
	background: #fcf8e3;
}
.bg-img-01{
	background:url(../img/common/bg-01.jpg) no-repeat top center #fff;
	background-size: 100%;
}
.bg-img-02{
	background:url(../img/common/bg-02.jpg) no-repeat top center #fcf8e3;
	background-size: 100%;
}
.bg-img-03{
	background:url(../img/common/bg-03.jpg?20171113) no-repeat top center #fdf2f2;
	background-size: 100%;
}
.bg-img-04{
	background:url(../img/common/bg-04.jpg?20171113) no-repeat top center #fdf2f2;
	background-size: 100%;
}
.bg-img-05{
	background:url(../img/common/bg-05.jpg) no-repeat top center #fdf2f2;
	background-size: 100%;
}
.bg-img-06{
	background:url(../img/column/column-bg.jpg) no-repeat 50% center #fdf2f2;
	background-size: cover;
}


.binder{
	padding:.5rem;
	padding-top:15px;
	position:relative;
	background:#bc8332;
}
.binder:after{
	content:"";
	width:200px;
	height:31px;
	display:block;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-100px;
	background:url(../img/common/binder.png) no-repeat 50% 50%;
	background-size:cover;
}
.binder-block{
	padding:2rem .5rem .5rem .5rem;
	background:#fff;
	box-shadow:1px 1px 3px 0px rgba(0,0,0,0.5);
}
.binder-block .center{
	text-align:center;
}
.binder-block .t_name{
	font-weight:bold;
	margin-bottom:1rem;
}
.binder-block .f_right{
	float: right;
  margin-left: 15px;
	overflow: hidden;
}
.voice-detail-binder-block img{
	width: 100%;
}
.binder-well{
	margin:1rem 0 0 0;
	padding:1rem;
	background:#ffffea;
	border:1px solid #ffcc99;
}

/*border*/
.border-primary{
	border:1px solid #d54960;
}
.border-primary-dotted{
	border-top:1px dotted #d54960;
}
.border-clear{
	border:1px solid #ccc;
}
.border-section-top{
	border-top:1px solid #ddd;
}
.border-section-bottom{
	border-bottom:1px solid #ddd;
}

/*breadcrumb*/
.breadcrumb{
	padding:.5rem;
	margin-bottom:0;
	background-color:inherit;
	border-radius: 0;
	font-size:.7rem;
}
.breadcrumb-item a{
	text-decoration:underline;
}
.breadcrumb-item + .breadcrumb-item::before {
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #818a91;
	content: ">";
}
.breadcrumb.breadcrumb-simulation{
	padding:1rem 0;
}
.breadcrumb-simulation a{
	margin-bottom:1rem;
	text-decoration:none;
	font-size:.8rem;
	display:inline-block;
}

.breadcrumb-scroll-area{
	overflow: auto;
}
.breadcrumb-scroll{
	overflow: visible;
	display: table;
}
.breadcrumb-scroll .breadcrumb-item{
	display: table-cell;
	white-space: nowrap;
	float: none;
}
/*button*/
.btn{
	position:relative;
	border-radius:0;
	font-size:.8rem;
}
.btn-rounded{
	border-radius:50px;
}
.btn-primary-light{
	background-color: #ffeff2;
	border-color: #d54960;
	color:#d54960;
}
.btn-primary-light:hover{
	color:#d54960;
}
.btn-secondary,.btn-secondary:hover{
	background-color:#bc8332;
	border-color:#bc8332;
	color:#fff;
}
.btn-secondary-light{
	background-color:#f6f1e3;
	border-color:#bc8332;
	color:#bc8332;
}
.btn-inset{
	box-shadow:inset 0 0 0 1px #fff;
}
.btn-glow:before{
	content:"";
	width:100%;
	height:100%;
	background:url(../img/common/bg-btn-glow.png) no-repeat top center;
	background-size:cover;
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.btn-triangle:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-bottom: 10px solid #d54960;
	border-left: 10px solid transparent;
	position:absolute;
	right:1px;
	bottom:1px;
}
.btn-triangle-inverse:after{
	border-bottom: 10px solid #fff;
}
.btn-triangle-secondary:after{
	border-bottom:10px solid #bc8332;
}
.btn-triangle-fourth:after{
	border-bottom:10px solid #2995cd;
}
.btn-group-justified{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}
.btn-bordered{
	border:1px solid #d54960;
	position:relative;
}
.btn-bordered-sepalate{
	width:1000px;
	padding:.5rem 0;
	display:table-cell;
	position:relative;
	background:#ffeff2;
	border:1px solid #d54960;
	border-top:none;
	color:#d54960;
	text-align:center;
	vertical-align:middle;
}
.btn-bordered-sepalate+.btn-bordered-sepalate{
	border-left:none;
}
.btn-textonly{
	padding:.75rem 0;
	display:inline-block;
	position:relative;
	background:#ffeff2;
	border:1px solid #d54960;
	color:#d54960;
	text-align:center;
}
.btn-textonly:hover,.btn-internal-link:hover{
	color:#d54960;
}
.bg-secondary.btn-internal-link{
	color:#fff;
}
.btn-textonly-alt{
	padding:.5rem 0;
	box-shadow:inset 0 0 0 1px #bc8332;
	text-align:center;
	position:relative;
	color:#bc8332;
}
.btn-textonly-alt.active{
	background:#bc8332;
	color:#fff;
}
.btn-textonly-alt.btn-triangle:after{
	border-bottom: 10px solid #bc8332;
}
.btn-textonly-alt+.btn-textonly-alt{
	border-left:.5rem solid #fff;
}
.btn-internal-link{
	padding-right:1.5rem;
}
.btn-internal-link:after{
	content:"\f13a";
	font-family:"FontAwesome";
	position:absolute;
	right:.5rem;
	top:50%;
	margin-top:-.375rem;
	line-height:1;
}
.btn-row-3{
	width:25%;
	height:4.8em;
	display:table-cell;
	vertical-align:middle;
	font-size: 0.9em;
}
.btn-form{
	background:#ddd;
	border:1px solid #ccc;
}

/*card*/
.card {
	margin-bottom: 0;
	background-color: #fff;
	border-left:1px solid #f2f2f2;
	border-top:1px solid #f2f2f2;
	border-radius:0;
	box-shadow:1px 1px 3px 0 rgba(0,0,0,0.1);
}
.card+*{
	margin-top:.4rem;
}
.card-block{
	padding:.4rem;
}
.card .card{
	border:1px solid #ddd;
	border-radius:0;
	box-shadow:none;
}

/*display*/
.ov-hidden{
	overflow:hidden;
}

/*flow*/
.flow{
	padding:.5em .5em .5em 2.4em;
	position:relative;
	counter-increment: numeber;
	border:1px solid #ccc;
	background:#fcfcfc;
}
.flow:before{
	content: counter(numeber);
	width:1.8em;
	height:1.4em;
	line-height:1.4em;
	display:inline-block;
	position:absolute;
	left:.5rem;
	top:.4rem;
	background:#ffeff2;
	border:1px solid #d54960;
	text-align:center;
	color:#d54960;
}
.flow+.flow{
	margin-top:10px;
}
.flow+.flow:after{
	content:"";
	height:10px;
	display:block;
	position:absolute;
	top:-11px;
	left:10px;
	border-left:1px solid #ccc;
}
.flow h3{
	padding-left: .5rem;
}
/*faq*/
.faq dt{
	margin-bottom:.5em;
	padding-left:1.4em;
	text-decoration:underline;
	font-weight:normal;
	cursor:pointer;
}
.faq dd{
	margin-bottom:1em;
	padding-left:2.4em;
	display:none;
}
.faq-expand{
	background: #fff;
}
.faq-expand dt,
.faq-expand .faq-expand-q{
	padding:.25rem .5rem .25rem 1.7rem;
	background:#ffeff2;
}
.faq-expand-q{
	font-weight: bold;
	font-size: .85rem;
	line-height: 1.7;
}
.faq-expand.case-box-accord .case-box-accord-title-open::after{
	content: none;
}
.faq-expand dd,
.faq-expand .faq-expand-a{
	margin-top:.5rem;
	padding:0 1rem 1rem 1.7rem;
}
.faq dt:before,.faq-expand dt:before,
.faq-expand .faq-expand-q:before{
	content:"Q";
	width:1.4em;
	height:1.4em;
	margin-left:-1.4em;
	margin-right:.4em;
	line-height:1.4em;
	display:block;
	float:left;
	background:#d54960;
	border-radius:3px;
	color:#fff;
	text-align:center;
}
.faq dd:before,.faq-expand dd:before,
.faq-expand .faq-expand-a:before{
	content:"A";
	width:1.4em;
	height:1.4em;
	margin-left:-1.4em;
	margin-right:.4em;
	line-height:1.4em;
	display:block;
	float:left;
	background:#bc8332;
	border-radius:3px;
	color:#fff;
	text-align:center;
}
.faq-expand-sp{
	position: relative;
}
.faq-expand-sp .readmore-torigger{
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding-top: 40px;
	line-height: 20px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 70%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 70%);
	text-align: center!important;
}

/*for script*/
body,html{
	overflow:auto;
	height: auto;
	min-height: 100%;
}
.toggle-target .list-group-item{
	padding-left:1rem;
	background:#f5f5f5;
}
.toggle-target .toggle-target .list-group-item{
	padding-left:2rem;
	background:#eee;
}
.toggle-target,.toggle-target-text{
	display:none;
	margin-bottom:-1px;
}
.toggle-trigger .icon-minus{
	display:none;
}
[off-canvas]{
	color:inherit;
	background-color:#fff;
}
[off-canvas*=right],[off-canvas*=left]{
	width:290px;
}
.sb-blackout.sb-close{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5);
	z-index:1;
	display:none;
}


.ui-datepicker-current {
	display: none;
}
._holiday .ui-state-default,._sunday .ui-state-default{
	color: red !important;
}
._saturday .ui-state-default{
	color:blue !important;
}

/*form*/
[type="checkbox"], [type="radio"] {
	margin-right: 5px;
}
.form-inline textarea.form-control{
	width: 100%;
	display:block;
}
.form-check-inline{
	padding-left:0;
}
.form-check-inline + .form-check-inline {
	margin-top:0;
}
.js-validator-danger{
	background-color: #f2dede;
	border:1px solid #ebcccc;
	color: #a94442 !important;
}
input[type="radio"].alert{
	padding:0;
	margin:0;
}
label.alert-danger{
	display:block;
	text-align:center;
}
label.alert-danger:before{
	content:"\f071";
	font-family:"FontAwesome";
}
.custom-control-indicator{
	top:0;
}
.custom-control{
	margin-right:1rem;
}
.custom-control + .custom-control{
	margin-left:0;
}
.custom-control-input:checked ~ .custom-control-indicator{
	background-color:#d54960;
}
.custom-control{
	padding-left:1.2rem;
}
body.col-side-none header [canvas=container] ,
body.col-side-none header .col-origin,
body.col-side-none [canvas=container] ,
body.col-side-none .col-origin{
	width:740px;
	border: none;
}
body.col-side-none footer .col-origin{
	width:100%;
}
body.col-side-none [canvas=container]{
	border:none;
}
body.col-side-none header{
	border-bottom: 1px solid #ddd;
}
body.col-side-none header .col-header-access{
	margin-left: 175px;
}
body.col-side-none header .header-tel-numbers{
	right: 0;
	left: inherit;
}
.main_wrapper .col-side-fixed {
	opacity: 1;
	position: fixed;
	top: 85px;
	bottom: 0;
	animation-name: sidemenu;
	animation-duration: .5s;
}
@keyframes sidemenu {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.col-main-centering .col-main{
	margin-left:auto;
	margin-right: auto;
	padding: 0;
	float: none;
}
.col-main-centering .col-main-border{
	border:none;
}
.col-main-centering .table-form{
	margin-top: 2rem;
}
.col-main-centering .table-form th{
	width: 45%;
	background: #ffeff2;
	vertical-align: top;
}
.col-main-centering .table-form th .label{
	margin-left:.5rem;
}
.step{
	position: relative;
}
.step+.step:before{
	content: "\f0da";
	font-family: "fontAwesome";
	margin-top:-11px;
	position: absolute;
	top:50%;
	left:-3px;
	color: #bc8332;
}
.step .bg-secondary-light{
	color: #bc8332;
	text-shadow: 0 0 3px #fff,0 0 2px #fff,0 0 1px #fff;
}
.form-radio-fix input+label {
	height: 34px;
	margin: 0 -5px 0 0;
	padding: 0 1em;
	line-height: 34px;
	display: inline-block;
	background: #eeeeee;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
}
.form-radio-fix input {
	display: none;
}
.form-radio-fix input:checked+label {
	background: #d54960;
	color: #fff;
}
.form-radio-fix input:checked+label:before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 0.9em;
	margin-right: 4px;
}
.form-radio-fix input+label:first-of-type {
	border-radius: 5px 0 0 5px;
}
.form-radio-fix input+label:last-of-type {
	border-radius: 0 5px 5px 0;
}
.form-label-vertical-wrapper{
	border:1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
}
.form-label-vertical-wrapper label{
	margin-bottom: 0;
	display:block;
	font-size:1rem;
	padding:.5rem;
	cursor: pointer;
}
.form-label-vertical-wrapper label+label{
	border-top:1px dotted rgba(0,0,0,0.2);
}
.form-label-vertical-wrapper-half label {
	position: relative;
	width: 50%;
	float: left;
	padding-left: 1.7em;
}
.form-label-vertical-wrapper-half label input {
	position: absolute;
	left: .5em;
	top: 0.8em;
}
.form-label-vertical-wrapper-half label:nth-of-type(odd) {
	clear: both;
}
.form-label-vertical-wrapper-half label:nth-of-type(2) {
	border: none;
}
td.efocube-bgcolor{
	background-color:#fff !important;
}
td.efocube-bgcolor .form-label-vertical-wrapper{
	background:#fffded;
}

/*grid*/
.row-10{
	margin-left:-5px;
	margin-right:-5px;
}
.row-10 > div,.row-10 > li{
	padding-left:5px;
	padding-right:5px;
}

/*icon*/
.num,.num-sq{
	counter-reset:number;
}
.num-target:before{
	counter-increment: number;
	content: counter(number);
	width:1.5em;
	height:1.5em;
	display:inline-block;
	line-height:1.5em;
	border-radius:1.5em;
	vertical-align:middle;
	background:#d54960;
	color:#fff;
	text-align:center;
	font-size:80%;
}
.num-sq-target:before{
	counter-increment: number;
	content: counter(number);
	width:32px;
	height:32px;
	margin-right:10px;
	line-height:30px;
	display:block;
	float:left;
	background:#f6f1e3;
	border:1px solid #bc8332;
	text-align:center;
	font-size:1.4rem;
	color:#bc8332;
}

/*label*/
.label{
	margin-right:.1rem;
	padding:.05rem .2rem;
	border-radius:3px;
	color:#fff;
	display:inline-block;
	font-size:70%;
	vertical-align:bottom;
}
.label-primary{
	background:#d54960;
}
.label-secondary{
	background:#bc8332;
}
.label-timestamp{
	margin:0;
	background:#f6f1e3;
	border:1px solid #bc8332;
	color:#bc8332;
	display:block;
	text-align:center;
}
.label-primary-light{
	background:#ffeff2;
	border:1px solid #d54960;
	color:#d54960;
}
.label-base{
	background:#fff;
	border:1px solid #d54960;
	color:#d54960;
}
.label-shibuya{
	margin-right:1px;
	background:#ff616c;
}
.label-shinjyuku{
	margin-right:1px;
	background:#61a8ff;
}
.label-ikebukuro{
	margin-right:1px;
	background:#c6551e;
}
.label-ginza{
	margin-right:1px;
	background:#46a928;
}
.label-umeda{
	margin-right:1px;
	background:#cc00ff;
}
.label-shinsaibashi{
	margin-right:1px;
	background:#5280d6;
}
.label-inline{
	display: inline;
}

/*list*/
.list-text-link a{
	margin-left:.5rem;
	padding:.25rem 0;
	text-decoration:underline;
	display:block;
}
.list-text-link a:before{
	content:"\f105";
	font-family:"FontAwesome";
	margin-left:-.5rem;
	float:left;
}
.list-check li{
	margin-left:1em;
	display:block;
}
.list-check li+li{
	margin-top:.5em;
}
.list-check li:before{
	content:"\f046";
	font-family:"FontAwesome";
	margin-left:-1em;
	float:left;
	color:#d54960;
}
.list-dot{
	padding-left:1rem;
	display:block;
	list-style:none;
}
.list-dot li+li{
	margin-top:.25rem;
}
.list-dot li:before{
	content:"・";
	margin-left:-1rem;
	float:left;
}
.list-merit{
	padding-left:1rem;
	display:block;
	list-style:none;
}
.list-merit li+li{
	margin-top:.25rem;
}
.list-merit:before{
	color:#d54960;
	content:"\f10c";
	font-family:FontAwesome;
	margin-left:-1.1rem;
	float:left;
}
.list-none{
	list-style:none;
}
.list-career dt,.list-career dd{
	margin-bottom:0;
}

/*list-group*/
.list-group-item.bg-secondary,.list-group-item.bg-secondary-light{
	border:1px solid #fff;
}
.list-group-item{
	padding: .5rem;
	border-left:none !important;
	border-right:none !important;
}
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.ol-left-padding{
	padding-left: 1.2em;
}
/*nav*/
.nav-pills .nav-link{
	padding:.8rem;
	border-radius:0;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover {
	background-color: #fff;
}
.nav-justified{
	width: 100%;
	border-radius: 0;
}
#top-page .tab-content,
#list-page .tab-content{
	border: 4px solid #d54960;
}
.nav-justified .nav-item{
	width: 48%;
	margin-left: 1%!important;
	margin-right: 1%;
	margin-bottom: -2px;
}
.nav-justified .nav-item a{
	display: block;
	width: 100%;
	border: 2px solid #ccc;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
	text-align: center;
	color: #888888;
}
.nav-justified .nav-item .nav-link.active{
	border:2px solid #d54960;
	background-color: #d54960;
	font-weight: bold;
}
.nav-item-inner{
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: inline-block;
}
/*pager*/
.page-item:first-child .page-link,.page-item:last-child .page-link{
	border-radius:0;
}
.page-link {
	margin-left: 10px;
	color: #bc8332;
	background-color: #f5e9d9;
	border: 1px solid #bc8332;
}
.page-item{
	display: inline-block;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
	background-color: #bc8332;
	border-color: #bc8332;
}
.page-link:focus, .page-link:hover {
	color: #bc8332;
	background-color: #fff;
	border-color: #f5e9d9;
}

/*position*/
.position-relative{
	position:relative;
}

/*radius*/
.rounded{
	overflow:hidden;
}

/*spacer*/
.margin-anti-xsmall{ margin-top:-.25rem; margin-right:-.25rem; margin-bottom:-.25rem; margin-left:-.25rem;}
.margin-s-anti-xsmall{ margin-right:-.25rem; margin-left:-.25rem;}
.margin-xsmall { margin: .25rem;}
.margin-small { margin: .5rem;}
.margin-medium { margin: 1rem;}
.margin-large { margin: 2rem;}
.margin-t-xsmall { margin-top: .25rem;}
.margin-t-small { margin-top: .5rem;}
.margin-t-medium { margin-top: 1rem;}
.margin-t-large { margin-top: 2rem;}
.margin-b-xsmall { margin-bottom: .25rem;}
.margin-b-small { margin-bottom: .5rem;}
.margin-b-medium { margin-bottom: 1rem;}
.margin-b-large { margin-bottom: 2rem;}
.margin-l-xsmall { margin-left: .25rem;}
.margin-l-small { margin-left: .5rem;}
.margin-l-medium { margin-left: 1rem;}
.margin-l-large { margin-left: 2rem;}
.margin-r-xsmall { margin-right: .25rem;}
.margin-r-small { margin-right: .5rem;}
.margin-r-medium { margin-right: 1rem;}
.margin-r-large { margin-right: 2rem;}
.margin-s-xsmall { margin-left: .25rem; margin-right: .25rem;}
.margin-s-small { margin-left: .5rem; margin-right: .5rem;}
.margin-s-medium { margin-left: 1rem; margin-right: 1rem;}
.margin-s-large { margin-left: 2rem; margin-right: 2rem;}
.margin-v-xsmall { margin-top: .25rem; margin-bottom: .25rem;}
.margin-v-small { margin-top: .5rem; margin-bottom: .5rem;}
.margin-v-medium { margin-top: 1rem; margin-bottom: 1rem;}
.margin-v-large { margin-top: 2rem; margin-bottom: 2rem;}
.margin-none{ margin:0;}
.margin-t-none { margin-top: 0;}
.margin-b-none { margin-bottom: 0;}
.margin-l-none { margin-left: 0;}
.margin-r-none { margin-right: 0;}
.margin-s-none { margin-right: 0; margin-left: 0;}
.padding-xsmall { padding: .25rem;}
.padding-xxsmall { padding: .15rem;}
.padding-small { padding: .5rem;}
.padding-medium { padding: 1rem;}
.padding-large { padding: 2rem;}
.padding-t-xsmall { padding-top: .25rem;}
.padding-t-small { padding-top: .5rem;}
.padding-t-medium { padding-top: 1rem;}
.padding-t-large { padding-top: 2rem;}
.padding-b-xsmall { padding-bottom: .25rem;}
.padding-b-small { padding-bottom: .5rem;}
.padding-b-medium { padding-bottom: 1rem;}
.padding-b-large { padding-bottom: 2rem;}
.padding-l-xsmall { padding-left: .25rem;}
.padding-l-small { padding-left: .5rem;}
.padding-l-medium { padding-left: 1rem;}
.padding-l-large { padding-left: 2rem;}
.padding-r-xsmall { padding-right: .25rem;}
.padding-r-small { padding-right: .5rem;}
.padding-r-medium { padding-right: 1rem;}
.padding-r-large { padding-right: 2rem;}
.padding-s-xsmall { padding-left: .25rem; padding-right: .25rem;}
.padding-s-small { padding-left: .6rem; padding-right: .6rem;}
.padding-s-medium { padding-left: 1rem; padding-right: 1rem;}
.padding-s-large { padding-left: 2rem; padding-right: 2rem;}
.padding-v-xsmall { padding-top: .25rem; padding-bottom: .25rem;}
.padding-v-small { padding-top: .5rem; padding-bottom: .5rem;}
.padding-v-medium { padding-top: 1rem; padding-bottom: 1rem;}
.padding-v-large { padding-top: 2rem; padding-bottom: 2rem;}
.padding-t-none { padding-top: 0;}
.padding-b-none { padding-bottom: 0;}
.padding-l-none { padding-left: 0;}
.padding-r-none { padding-right: 0;}
.padding-v-none { padding-bottom: 0; padding-top: 0;}
.padding-s-none { padding-right: 0; padding-left: 0;}
.padding-none { padding: 0;}

.padding-v-1rem{ padding-top: 1rem; padding-bottom: 1rem;}

/*table*/
.table th,.table td{
	padding:.5rem;
	vertical-align:middle;
}
.table.padding-small th,
.table.padding-small td{
	padding:.25rem;
}
.table thead th {
	border-bottom:0;
}
.table-td-right td{
	text-align:right;
}
.table-inverse {
	color: #fff;
	background-color: #d54960;
}
.table-rating .table-inverse th, .table-rating .table-inverse td, .table-rating .table-inverse thead th {
	border-color: #d54960;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #ea9ca9;
}
.table-bordered tbody th{
	background:#ffeff2;
	text-align:center;
	font-weight:normal;
}
.table-bordered-mens th, .table-bordered-mens td {
	border: 1px solid #88a4cb;
}
.table-bordered-mens tbody th{
	background:#e7f7fe;
}
.table-bordered-alt th, .table-bordered-alt td {
	border: 1px solid #bc8332;
}
.table-bordered-alt tbody th{
	background:#f5e9d9;
}
.table-rating.table-bordered tbody td{
	color:#d54960;
}
.table-scroll{
	overflow:auto;
	white-space:nowrap;
}

/*thumb*/
.thumb{
	width:90px;
}
.thumb-1x1{
	position:relative;
	display:block;
	border-bottom: #ddd 0.5px solid;
}
.thumb-1x1-border-right{
	border-right: #ddd 1px solid;
}
.thumb-1x1-border-bottom{
	border-bottom: #ddd 1px solid;
}
.thumb-inner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
}
.thumb-comment{
	position:relative;
}
.thumb-comment:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #ffeff2 transparent transparent;
	position:absolute;
	left:-10px;
	top:10px;
}

/*title*/
.title-primary{
	position: relative;
	padding:0 0 .5rem;
	font-size:1.6rem;
	line-height:1.4;
	text-align:center;
	color: #e53c58;
	margin-bottom: 1.2rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
.title-primary .text-small{
	font-size:1.0rem;
}
#top-page .title-primary{
	line-height:1.2;
}
.title-primary::before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 16%;
	height: 2px;
	left: 42%;
	background:linear-gradient(#d54960 50%, #fff 50%);;
}
.title-primary.text-primary-mens{
	color: #2d61a1;
}
.title-primary.text-primary-mens::before{
	background:linear-gradient(#2d61a1 50%, #fff 50%);;
}

.title-secondary{
	padding:.8rem .5rem;
	background:#ffeff2;
	font-size:1.2rem;
	line-height: 1.4em;
}
.title-secondary span{
	font-size:1.2rem;
	padding-left:.5rem;
	border-left:4px solid #d54960;
	display:block;
}
.title-secondary-alt{
	padding:.8rem .5rem;
	background:#f5e9d9;
	font-size:1.2rem;
	position:relative;
	line-height: 1.4em;
}
.title-secondary-alt span{
	padding-left:.5rem;
	border-left:4px solid #bc8332;
	display:block;
}
.title-third{
	font-size:.85rem;
	font-weight:bold;
	color:#d54960;
	border-left: 3px solid #d54960;
	padding-left: .5em;
}
.title-third .label{
	background: #d54960;
	color:#ffffff;
	font-size: 100%;
	font-weight: normal;
	padding: .08rem .4rem
}
.title-third-no-border{
	border-left: none;
	padding-left: 0;
}
.title-merit{
	font-size:.8rem;
	font-weight:bold;
	color:#d54960;
}
.title-merit:before{
	content:"\f10c";
	font-family:FontAwesome;
	padding-right: .4em;
}
.title-demerit{
	font-size:.8rem;
	font-weight:bold;
	color:#1b4bff;
}
.title-demerit:before{
	content:"\f06a";
	font-family:FontAwesome;
	padding-right: .4em;
}
.title-fourth-alt{
	padding:.8rem .5rem;
	background:#e7f7fe;
	font-size:1.2rem;
	position:relative;
	line-height: 1.4em;
}
.title-fourth-alt span{
	padding-left:.5rem;
	border-left:4px solid #2995cd;
	display:block;
}

/*typo*/
.lead {
	font-size: .8rem;
	font-weight: 700;
}
.text-default{
	color:#333;
}
.text-white{
	color:#fff;
}
.text-primary,a.text-primary:hover{
	color:#d54960 !important;
}
.text-primary2,a.text-primary2:hover{
	color:#2995cd !important;
}
.text-secondary{
	color:#bc8332;
}
.text-third{
	color:#1A5BAF;
}
.text-fourth{
	color: #2995cd;
}
/*.text-mincho{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,"Sawarabi Mincho", メイリオ,Meiryo,serif;
}*/
.text-center{
	text-align:center;
}
.text-justify{
	text-align:justify;
}
.text-marker{
	background:#fffc00;
}
.text-danger{
	color: #a94442;
}
.line-height-none{
	line-height:0;
}
.line-height-small{
	line-height:1.2;
}
.line-height-large{
	line-height:1.6;
}
.letter-space-small{
	letter-spacing:-1px;
}
.fa-star{
	color:#fac94a;
}
.fa-star-disable{
	color:#cdcdcd;
}
.text-large{
	font-size: 2.0rem;
}
.text-pc-xlarge{
	font-size: 1.6rem;
}
.text-pc-large{
	font-size: 1.2rem;
}
.text-pc-medium{
	font-size: 1rem;
}
.text-small{
	font-size: 90%;
}
.text-shadow{
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
/*-----header-----*/
header{
	height:70px;/*h1+header*/
	width:100%;
	position:fixed;
	top:0;
	z-index:21;
}
header .pull-left,header .pull-right{
	width:15%;
}
header img{
	max-height:35px;
}
.header-wrapper{
	position:relative;
	clear:both;
}
.header-logo{
	width:69%;
	height:50px;
	padding:0 5%;
	line-height:50px;
	font-size:0;
	display:inline-block;
}
.sb-open-left,.sb-close,.sb-open-right{
	height:50px;
	line-height:50px;
	display:block;
	font-size:0;
	text-align:center;
}
header h1:after{
	content:"";
	width:40px;
	height:20px;
	position:fixed;
	right:0;
	top:0;
	display:block;
	background: rgba(242,242,242,1);
	background: -moz-linear-gradient(left, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-linear-gradient(left, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to right, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
}
header .table-scroll{
	background:rgba(242,242,242,1);
}
[canvas], [off-canvas*=push] {
	z-index: 20;
}
.header-wrapper-sp{
	height:60px;
}
.header-wrapper-sp .header-logo{
	height:55px;
	width:auto;
	padding: 1% 0;
}
.header-wrapper-sp .pull-left {
	padding-top: 1%;
}
.header-wrapper-sp .pull-right {
	width: 17%;
	padding-right: 2%;
	padding-top: 1%;
}
/*-----slidebar-----*/
.slidebar-left{
	padding-top:80px;
}
.slidebar-right{
	padding-top:70px;
}
.list-slidebar i,.list-slidebar .bg-dark-light,.list-slidebar span{
	color:#d54860;
}
.list-slidebar .list-group-item{
	font-size:.85rem;
}
.list-slidebar .h2{
	margin-bottom:-1px;
	padding:.8rem .5rem;
	border-top:2px solid #d54860;
	border-bottom:2px solid #d54860;
	color:#d54860;
	/*font-size:1rem; 2018-01-17変更*/
	font-size:.85rem;
}
.list-slidebar .h2+.list-group-item{
	border-top:1px solid #d54860;
}
.list-slidebar .h3{
	margin-bottom:-1px;
	padding:.7rem .5rem;
	font-size:.9rem;
}
.list-slidebar .h3 .media-body{
	padding-left:5px;
	border-left:3px solid #d54860;
}
.list-slidebar-secondary i,.list-slidebar-secondary span{
	color:#bc8332;
}
.list-slidebar-secondary .h2{
	border-top:2px solid #bc8332;
	border-bottom:2px solid #bc8332;
	color:#bc8332;
}
.list-slidebar-secondary .h2+.list-group-item{
	border-top:1px solid #bc8332;
}
.list-slidebar-secondary .h3 .media-body{
	border-left:3px solid #bc8332;
}

/*-----footer-----*/
footer small{
	font-size:70%;
}
a.footer-return{
	position: fixed;
	z-index:20;
	bottom: 15px;
	right: 10px;
	display:block;
	width:50px;
	height:50px;
	font-size:.8rem;
	color: #fff;
	background:#fd7f88 !important;
	border-radius:50px;
}
a.footer-subnavi {
	position: fixed;
	z-index:20;
	bottom: 15px;
	right: 70px;
	display:block;
	height:50px;
	padding: 0 1.5em;
	text-align: center;
	font-size:.8rem;
	color: #fff;
	background:#bc8332 !important;
	border-radius:70px;
}
a.footer-subnavi small {
	display: block;
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.analyse-tags img{
	position:absolute;
	top:0;
	left:0;
}

.fix-canpaign-bnr{
	position: fixed;
	bottom: 15px;
	left: 0;
	z-index:20;
	/*background: rgba(0,0,0,0.5);*/
	padding: 0 3vw;
	width: 48%;
}
.fix-canpaign-bnr img{
	width: 100%;
	box-shadow:1px 1px 3px 0 rgba(0,0,0,0.1);
	border: 1px solid rgba(0, 0, 0, 0.125);
}
footer .card .bg-white{
	background: #ffffff;
}

/*----top----*/
#top-page .col-main{
	line-height: 1.4;
}
.top-mv{
	background:url(../img/top/mv-sp.jpg?20171212) no-repeat 50% top;
	background-size: cover;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.top-mv-text-1{
	text-align: center;
	color: #e53c58;
	font-size:2.1rem;
	font-weight: 500;
	padding-top: 45%;
	line-height: 1.2;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 0.01rem;
	padding-bottom: 5px;
}
.top-mv-text-2{
	text-align: center;
	color: #bc8231;
	font-size:1.0rem;
	font-weight: 500;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	margin-top: 0;
	padding-bottom: 5px;
}
.top-mv-text-3{
	text-align: center;
	padding-bottom: 120px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}
.card-label{
	border: 1px solid #fff;
	background: #d54960; /* Old browsers */
	background: -moz-linear-gradient(left, #d54960 0%, #ff8297 50%, #d54960 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #d54960 0%,#ff8297 50%,#d54960 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #d54960 0%,#ff8297 50%,#d54960 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d54960', endColorstr='#d54960',GradientType=1 ); /* IE6-9 */
	color: #fff;
	border-radius: 50px;
	padding: 5px 0;
	text-align: center;
	margin-top: -15px;
	font-size: .8rem;
}
.ideal-img{
	width: 80%;
	position: relative;
}
.top-setplan01{
	background:url(../img/top/top-setplan01.png?20171113) no-repeat right top #fcf8e3;
	background-size: contain;
	margin-bottom: 1px;
}
.top-setplan02{
	background:url(../img/top/top-setplan02.png?20171113) no-repeat right top #ffeff2;
	background-size: contain;
	margin-bottom: 1px;
}
.top-setplan03{
	background:url(../img/top/top-setplan03.png?20171113) no-repeat right top #e7f7fe;
	background-size: contain;
	margin-bottom: 1px;
}
.nikibi-index-setplan{
	background:url(../img/top/top-setplan04.png?20171113) no-repeat right top #f5e9d9;
	background-size: contain;
	margin-bottom: 1px;
}
.top-setplan04,
.shimi-index-setplan{
	background:url(../img/top/top-setplan04.png?20171113) no-repeat right top #f5e9d9;
	background-size: contain;
	margin-bottom: 1px;
}
.nikibiato-index-setplan01{
	background:url(../img/top/nikibiato-setplan01.png) no-repeat right top #e4f6ff;
	background-size: contain;
	margin-bottom: 1px;
}

.nikibiato-index-setplan02{
	background:url(../img/top/nikibiato-setplan02.png) no-repeat right top #f5e9d9;
	background-size: contain;
	margin-bottom: 1px;
}

.top-glow{
	background:url(../img/top/generation-glow-sp.png?20171101) no-repeat center top;
	background-size: contain;
}
.border-offset{
	outline: solid 1px rgba(255,255,255,.6);
	outline-offset: -4px;
}

.recomend-first .recomend-caption{
	padding:.3rem .5rem;
	background:#ffeff2;
}
.recomend-first .recomend-caption span{
	padding-left:.3rem;
	border-left:4px solid #d54960;
	line-height:1;
	display:inline-block;
}
.recomend-secondary .recomend-caption{
	padding:.3rem .5rem;
	background:#e8efff;
}
.recomend-secondary .recomend-caption span{
	padding-left:.3rem;
	border-left:4px solid #142a5c;
	line-height:1;
	display:inline-block;
}
.recomend-third .recomend-caption{
	padding:.3rem .5rem;
	background:#feefe0;
}
.recomend-third .recomend-caption span{
	padding-left:.3rem;
	border-left:4px solid #ba6007;
	line-height:1;
	display:inline-block;
}
.recomend-other .recomend-caption{
	padding:.3rem .5rem;
	background:#f2f2f2;
}
.recomend-other .recomend-caption span{
	padding-left:.3rem;
	border-left:4px solid #595757;
	line-height:1;
	display:inline-block;
}
.bg-contact{
	padding:1rem .5rem;
	background:url(../img/top/top-contact-bg.jpg) no-repeat 50% 50%;
	background-size:cover;
	border-top: 1px solid #ddd;
}
.top-info{
	height:190px;
	overflow-y:scroll;
}

/*
-------------------------------------------------*/
/* indexindex slider : トップページ用スライダー
-----------------------------------------------*/
/*スマホMV下*/
.top-slide{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.top-slide .bg-primary-light{
	color: #e53c58;
}
.top-slide .bg-fourth-light{
	color: #2995cd;
}
.top-slide .bg-secondary-light{
	color: #bc8332;
}
.top-slide .mv-slide-text-1{
	position:relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	padding-top: 5px;
}
.top-slide .mv-slide-text-2{
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
	font-size:1.4rem;
	line-height: 1.2;
	padding-bottom: 5px;
}
.top-slide .bg-primary-light .mv-slide-text-1::before,
.top-slide .bg-fourth-light .mv-slide-text-1::before,	
.top-slide .bg-secondary-light .mv-slide-text-1::before{
	content: '';
	position: absolute;
	bottom: -5px;
	width: 20%;
	height: 2px;
	left: 40%;
}	
.top-slide .bg-primary-light .mv-slide-text-1::before {
	background: linear-gradient(#e53c58 50%, #fff 50%);
}
.top-slide .bg-fourth-light .mv-slide-text-1::before {
	background: linear-gradient(#2995cd 50%, #fff 50%);
}
.top-slide .bg-secondary-light .mv-slide-text-1::before {
	background: linear-gradient(#bc8332 50%, #fff 50%);
}
/*スライダー共通*/
.slide-area{
	padding-left: .3rem;
	padding-right: .3rem;
	overflow: hidden;
}
.slide-parts{
	margin-left: .2rem;
	margin-right: .2rem;
	padding-bottom: .3rem;
	box-sizing: border-box;
}
.slide-parts a .media,
.slide-parts a .media img{
	height: 85px;	
}
.slick-prev{
	z-index: 10;
}
.slick-next::before,
.slick-prev::after{
	width: 40px;
	height: 40px;
	content: "";
	position: absolute;
	top:-10px;
}	
.slick-next::before{
	background:url(../img/common/next-icon.png) no-repeat;
	background-size: contain;
	right: 10px;
}
.slick-prev::after{
	background:url(../img/common/prev-icon.png)no-repeat;
	background-size: contain;
	left: 10px;
}
.slick-prev::before{
	display: none;
}

/*スタッフスライダー*/
.slide-staff{
	position:relative;
}
.slide-staff-introduction{
	position: absolute;
	left: 0;
	bottom: -1px;
	background: rgba(213,73,96,.75);
	width: 100%;
	padding: .3rem .2rem;
	box-sizing: border-box;
	color: #fff;
	font-weight: 500;
}

/*-----mv-----*/
.default-mv-bg{
	background:url(../img/common/default-mv-bg-sp.jpg) right top no-repeat;
	background-size: cover;
	width: auto;
}
.datsumo-mv-bg{
	background:url(../img/datsumou/datsumo-mv-bg-sp.jpg) right top no-repeat;
	background-size: cover;
	width: auto;
}
.nikibi-mv-bg{
	background:url(../img/nikibi/nikibi-mv-bg-sp.jpg) right top no-repeat;
	background-size: cover;
	width: auto;
}
.shimi-mv-bg{
	background:url(../img/shimi/shimi-mv-bg-sp.jpg?20190220) right top no-repeat;
	background-size: cover;
	width: auto;
}
.wakiga-mv-bg{
	background:url(../img/wakiga/wakiga-mv-bg-sp.jpg?20190220) right bottom no-repeat;
	background-size: cover;
	width: auto;
}
.shibuya-mv-bg{
	background:url(../img/access/shibuya/shibuya-mv-bg-sp.jpg?20190205) right top no-repeat;
	background-size: cover;
	width: auto;
}
.shinjuku-mv-bg{
	background:url(../img/access/shinjuku/shinjuku-mv-bg-sp.jpg?20190205) right top no-repeat;
	background-size: cover;
	width: auto;
}
.ikebukuro-mv-bg{
	background:url(../img/access/ikebukuro/ikebukuro-mv-bg-sp.jpg?20190205_2) right top no-repeat;
	background-size: cover;
	width: auto;
}
.ginza-mv-bg{
	background:url(../img/access/ginza/ginza-mv-bg-sp.jpg?20190205_2) right top no-repeat;
	background-size: cover;
	width: auto;
}
.umeda-mv-bg{
	background:url(../img/access/umeda/umeda-mv-bg-sp.jpg?20190205_2) right top no-repeat;
	background-size: cover;
	width: auto;
}
.shinsaibashi-mv-bg{
	background:url(../img/access/shinsaibashi/shinsaibashi-mv-bg-sp.jpg?20190225) right top no-repeat;
	background-size: cover;
	width: auto;
}
.mv-text{
	height: auto;
	font-size: 1.6rem;
	color:#333;
	width: 100%;
	text-align: center;
	line-height: 1.2;
	padding: 40px 0;
}
.mv-text-clinic{
	font-size: 1.2rem;
	text-align: left;
	padding: 40px 10px;
	text-shadow: #ffffff 1px 1px 10px, #ffffff -1px 1px 10px,
		#ffffff 1px -1px 10px, #ffffff -1px -1px 10px;
}


/*-----datsumou-----*/
.qa-drs{
	background:url(../img/common/qa-drs-bg.jpg) 50% top;
	background-size: cover;
}
.recomend-plan{
	position: relative;
}
.recomend-plan h3,
.recomend-plan .recomend-plan-title{
	background-color: rgba(213,72,96,.75);
	margin-bottom: 0;
	width: 100%;
	margin-top: 0;
}
.recomend-plan .recomend-plan-title-mens{
	background-color: rgba(2,58,128,.75);
}
.text-primary-mens{
	color: #2d61a1;
}
.datsumou-parts{
	background:url(../img/datsumou/datsumou-parts-sp.jpg) center top no-repeat;
	background-size: contain;
	width: 100%;
	position: relative;
	padding-top: 1.4rem;
	padding-bottom: 1rem;
}
.datsumou-parts .btn{
	padding: 0.5rem 0;
	font-size: 11.5px;
}
.datsumou-parts .btn-block{
	margin-bottom: 0.8rem;
}
.datsumou-parts-left{
	width: 22%;
	float: left;
}
.datsumou-parts-center{
	width: 22%;
	margin-left: auto;
	margin-right: auto;
}
.datsumou-parts-right{
	width: 22%;
	position: absolute;
	top: 5.3rem;
	right: .5rem;
}
.datsumou-parts-center .datsumou-parts-finger{
	margin-top: 6.4rem;
}
.img-caption-area{
	position: relative;
}
.img-caption{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.bg-primary-light.recomend-menu{
	border-top:3px solid #d54960;
}
.icon-new:before{
	content:"NEW";
	padding:0 .2rem;
	background:#fbee18;
	color:#d54960;
	font-size:.6rem;
	display:inline-block;
	border-radius:3px;
}
.btn-enboss{
	background-size:72px 84px;
	background-repeat:no-repeat;
	background-position: right;
}
.bg-1of3{
	background-color:#ffe6e6;
}
.bg-1of3 h3{
	color:#d54960;
}
.bg-2of3{
	background-color:#e6fcf7;
}
.bg-2of3 h3{
	color:#18906d;
}
.bg-2of3.btn-triangle:after{
	border-bottom: 10px solid #18906d;
}
.bg-3of3{
	background-color:#fdf9ec;
}
.bg-3of3 h3{
	color:#9f7503;
}
.bg-3of3.btn-triangle:after{
	border-bottom: 10px solid #9f7503;
}
.bg-1of3.btn-enboss{
	background-image:url(../img/datsumou/bg-enboss-1.png);
}
.bg-2of3.btn-enboss{
	background-image:url(../img/datsumou/bg-enboss-2.png);
}
.bg-3of3.btn-enboss{
	background-image:url(../img/datsumou/bg-enboss-3.png);
}
.bg-dr{
	background:#fafaf8;
}

/*-----skin-----*/
.bg-nikibi-lead{
	background:url(../img/skin/nikibi-femmys-bg.png) no-repeat 50% 50%;
	background-size:cover;
}
.common-index-setplan-try{
	background:url(../img/common/common-index-setplan-try.png?20190220) no-repeat right top #ffeff2;
	background-size: contain;
	margin-bottom: 1px;
}
.bg-card-roaccutane{
	background:url(../img/nikibi/bg-card-roaccutane.png) no-repeat right top #f5e9d9;
	background-size: contain;
	margin-bottom: 1px;
}

/*-----shimi-----*/
.bg-shimi-lead{
	background:url(../img/shimi/shimi-femmys-bg.png) no-repeat 50% 50%;
	background-size:cover;
}

/*-----clinic-----*/
/*
.nav-clinic{
	margin-right:-.5rem;
}
*/
.nav-clinic .nav-item a{
	position:relative;
	padding:1rem 0;
	border:1px solid #bc8332;
	display:block;
	text-align:center;
	color:#bc8332;
}
.nav-clinic .nav-item a.active{
	background:#bc8332;
	color:#fff;
}
.clinic-recomend-menu{
	border-top:2px solid #d54960;
}
a.tel-link{
	text-decoration: underline;
}
.clinic-shibuya-mv{
	background:url(../img/access/shibuya/clinic-shibuya-mv-notext.png?20180824) no-repeat top right;
	height: 280px;
}
.clinic-ikebukuro-mv{
	background:url(../img/access/ikebukuro/clinic-ikebukuro-mv-notext.png?20180824) no-repeat top right;
	height: 280px;
}
.clinic-ginza-mv{
	background:url(../img/access/ginza/clinic-ginza-mv-notext.png?20180824) no-repeat top right;
	height: 280px;
}
.clinic-shinjuku-mv{
	background:url(../img/access/shinjuku/clinic-shinjuku-mv-notext.png?20180824) no-repeat top right;
	height: 280px;
}
.clinic-shinsaibashi-mv{
	background:url(../img/access/shinsaibashi/clinic-shinsaibashi-mv-notext.png?20190225) no-repeat top right;
	height: 280px;
}
.clinic-umeda-mv{
	background:url(../img/access/umeda/clinic-umeda-mv-notext.png?20180824) no-repeat top right;
	height: 280px;
}
.clinic-mv {
	padding-top: 15%;
	padding-bottom: 20px;
}
.clinic-mv-text{
	padding: 0 .5rem;
}
.clinic-mv-text .mv-title{
	font-size: 2rem;
	font-weight: bold;
}


/*-----voice-----*/
.voice-search-list{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.voice-search-list-author{
	border-top:1px dotted #ddd;
}
.col-famous-person{
	margin-top:-5px;
	padding:.5rem;
	background:url(../img/common/bg-famous-person.png) no-repeat top center;
	background-size:contain;
	border:1px solid #fa7ca2;
	border-top:none;
	border-radius:0 0 7px 7px;
}

/*-----campaign and plan-----*/
.col-datsumo{
	background:#fff8f9;
	border:1px solid #ffe4e9;
}
/*nikibi*/
.col-nikibi{
	background:#fafeff;
	border:1px solid #dcf4ff;
}
.col-nikibi .title-secondary ,.col-nikibi .bg-primary-light{
	background:#e7f7fe;
}
.col-nikibi .title-secondary span,.col-nikibi .table-bordered th,.col-nikibi .table-bordered td,.col-nikibi .title-third{
	border-color:#2995cd;
}
.col-nikibi .btn-triangle:after{
	border-bottom: 10px solid #2995cd;
}
.col-nikibi .table-inverse{
	background:#2995cd;
}
.col-nikibi .title-third,.col-nikibi .text-primary{
	color:#2995cd !important;
}
.col-nikibi .btn-textonly {
	background: #e7f7fe;
	border: 1px solid #2995cd;
	color: #2995cd;
}
/*shimi*/
.col-shimi{
	background:#fffcf6;
	border:1px solid #f5e9d9;
}
.col-shimi .title-secondary ,.col-shimi .bg-primary-light{
	background:#f5e9d9;
}
.col-shimi .title-secondary span,.col-shimi .table-bordered th,.col-shimi .table-bordered td,.col-shimi .title-third{
	border-color:#bc8332;
}
.col-shimi .btn-triangle:after{
	border-bottom: 10px solid #bc8332;
}
.col-shimi .table-inverse{
	background:#bc8332;
}
.col-shimi .title-third,.col-shimi .text-primary{
	color:#bc8332 !important;
}
.col-shimi .btn-textonly {
	background: #f5e9d9;
	border: 1px solid #bc8332;
	color: #bc8332;
}

/* 20170523　追加 */

.bg-primary-light2{/* blue */
	background:#fff;
}
.bg-primary-light3{/* blue2 */
	background:#CEE4FF;
}
.bg-primary-light2.recomend-menu2{
	border-top:3px solid #4697D9;
}
#link_1month,
#tukibarai {
	margin-top:-100px;
	padding-top:100px;
}
.f15{
	font-size:1.6rem;
	font-weight:normal;
}
.f08{
	font-size:.8rem;
	font-weight:normal;
}
.bd_b_blue {
	border-bottom: 3px solid #4697D9;
}

/*----case----*/
.case-list {
	position: relative;
	display: block;
	margin-bottom: -1px;
	padding: .7rem 1rem .7rem .7rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
.case-list:hover {
	background-color: #ffeff2;
}
.case-list::after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #d54960;
}
.case-box-parent {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
	background:#f5f5f5;
}
.case-box-space-none{
	margin-top: 0;
}
.case-box-caption {
	display: table-caption;
	text-align: center;
	background: #f5e9d9;
}
.case-box-inner {
	position: relative;
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding: .5rem 2.5%;
}
.case-box-inner img {
	width: auto;
	max-width: 100%;
	display: inline;
}
.case-box-inner figcaption {
	margin-top: .5rem;
}
.case-box-inner::after {
	position: absolute;
	z-index: 2;
	content: "▶";
	top: 50%;
	left: 100%;
	transform: translate(-50%,-50%);
	color: #d54960;
	line-height: 1;
}
.case-box-inner:last-of-type::after {
	content: none;
}
.case-box-detail {
	width: 100%;
}
.case-box-detail td,
.case-box-detail th {
	padding: 1em;
	border: 1px solid #f5e9d9;
}
.case-box-detail th {;
	border: 1px solid #fff;
	vertical-align: top;
	white-space: nowrap;
	color: #e53c58;
	background: #f5e9d9;
}
.case-box-detail {
	margin-bottom: 1em;
}

/*----generation----*/
.generation-fukidashi-light,
.generation-fukidashi-deep{
	border-radius: 5px;
	position: relative;
	width: 100%;
}
.generation-fukidashi-light:before,
.generation-fukidashi-deep:before{
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.check-icon{
  padding-left: 2.0rem;
  text-indent: -1.6rem;
}
.check-icon:before{
	content:"\f046";
	font-family:"FontAwesome";
}
/*1020*/
.fourth-color .generation-fukidashi-light{
	background: #e7f7fe;
}
.fourth-color .generation-fukidashi-light:before {
  border-top: 10px solid #e7f7fe;
}
.fourth-color .btn-textonly{
	background:#e7f7fe;
	border:1px solid #2995cd;
	color:#2995cd;
}
.fourth-color .btn-textonly:hover,
.fourth-color .check-icon:before{
	color:#2995cd;
}
.fourth-color .generation-fukidashi-deep{
	background:url(../img/top/generation-glow-sp.png?20171101) no-repeat center top #2995cd;
	background-size: contain;
}
.fourth-color .generation-fukidashi-deep:before {
  border-top: 10px solid #2995cd;
}
.fourth-color .generation-kodawari{
	background: linear-gradient(transparent 0%,transparent 20%, #e7f7fe 20%, #e7f7fe 90%, transparent 90%, transparent 100%);;
}
.fourth-color hr{
	border-color: #2995cd;
}
/*3040*/
.primary-light-color .generation-fukidashi-light{
	background: #ffeff2;
}
.primary-light-color .generation-fukidashi-light:before {
  border-top: 10px solid #ffeff2;
}
.primary-light-color .generation-fukidashi-deep{
	background:url(../img/top/generation-glow-sp.png?20171101) no-repeat center top #d54960;
	background-size: contain;
}
.primary-light-color .generation-fukidashi-deep:before {
  border-top: 10px solid #d54960;
}
.primary-light-color .generation-kodawari{
	background: linear-gradient(transparent 0%,transparent 20%, #ffeff2 20%, #ffeff2 90%, transparent 90%, transparent 100%);;
}
.primary-light-color hr{
	border-color: #d54960;
}
.primary-light-color .check-icon:before{
	color: #d54960;
}
/*5060*/
.secondary-color .generation-fukidashi-light{
	background: #f5e9d9;
}
.secondary-color .generation-fukidashi-light:before {
  border-top: 10px solid #f5e9d9;
}
.secondary-color .btn-textonly{
	background:#f5e9d9;
	border:1px solid #bc8332;
	color:#bc8332;
}
.secondary-color .btn-textonly:hover,
.secondary-color .check-icon:before{
	color:#bc8332;
}
.secondary-color .generation-fukidashi-deep{
	background:url(../img/top/generation-glow-sp.png?20171101) no-repeat center top #bc8332;
	background-size: contain;
}
.secondary-color .generation-fukidashi-deep:before {
  border-top: 10px solid #bc8332;
}
.secondary-color .generation-kodawari{
	background: linear-gradient(transparent 0%,transparent 20%, #f5e9d9 20%, #f5e9d9 90%, transparent 90%, transparent 100%);;
}
.secondary-color hr{
	border-color: #bc8332;
}

/*shinwa*/
.shinwa-link p a{
display: block;
text-align: center;
margin-top: 10px;
background: #c4b97f;
border: 1px solid #ccc;
padding: 10px 0;
color: #fff;
}

/*/clinic/症例用*/
#js-case-one .card-block{
		height: auto!important;
	}
/*----New Year特別キャンペーン 年末特別キャンペーン start----*/
.special-campaign-img{
	text-align: center;
	padding-bottom: 15px;
}
.special-campaign-box {    
	display: block;
	position: relative;
	margin: 15px auto;
	padding: 20px 0 60px;
	width: 100%;
}
.special-campaign-bg-datsumou{
	background: #fff7f7;
}
.special-campaign-bg-nikibi{
	background: #f2f7f9;
}
.special-campaign-bg-shimi{
	background: #faf5e8;
}
.special-campaign-title {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 -20px 0 -20px;
    width: calc(100% + 40px);
    font-size: 1.6rem;
    padding-left: 20px;
}
.special-campaign-title-datsumou{
    color: #db364f;
    background: #fbdce1;
}
.special-campaign-title-datsumou-line{
	border-left: 5px solid #db364f;
    padding-left: 10px;
}
.special-campaign-title-shimi{
    color: #cc6410;
    background: #f5dca1;
}
.special-campaign-title-shimi-line{
	border-left: 5px solid #cc6410;
    padding-left: 10px;
}
.special-campaign-title-nikibi{
    color: #1287c4;
    background: #cae4f2;
}
.special-campaign-title-nikibi-line{
	border-left: 5px solid #1287c4;
    padding-left: 10px;
}
.special-campaign-title:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
}
.special-campaign-title-datsumou:before{
    border-right: solid 20px #e9b1b9;
}
.special-campaign-title-nikibi:before{
    border-right: solid 20px #9ecde5;
}
.special-campaign-title-shimi:before{
    border-right: solid 20px #e0ba5f;
}
.special-campaign-title:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 15px transparent;
}
.special-campaign-title-datsumou:after{
    border-left: solid 20px #e9b1b9;
}
.special-campaign-title-nikibi:after{
    border-left: solid 20px #9ecde5;
}
.special-campaign-title-shimi:after{
    border-left: solid 20px #e0ba5f;
}
.special-campaign-inner{
	text-align: center;
	padding-top:38px;
}
.special-campaign-inner p + p{
	margin-top: 35px;
}
.special-campaign-mt{
	margin-top: 40px;
}
.special-campaign-points{
	padding:30px 25px 140px;
}
.special-campaign-points-title{
	color: #e53c58;
	font-size:1.1rem;
    border-left: solid 4px #e53c58;
    padding-left:10px;
    line-height: 1;
}
.special-campaign-points-list{
	font-size:.9rem;
	list-style-type:none;
	padding:20px 0 0 15px;
	margin-left:0;
}
.special-campaign-points-list li{
	padding-left:1em;
	text-indent:-1em;	
}
.special-campaign-points-list li + li{
	margin-top: 5px;
}
.special-campaign-pc{
	display: block;
}
.special-campaign-sp{
	display: none;
}
@media (max-width: 991px) {
	.special-campaign-img{
		padding-left: .6rem;
		padding-right: .6rem;		
	}
	.special-campaign-img img{
		width: 100%;
	}
	.special-campaign-box {    
		padding: 20px 0 0;
		width: 100%;	
	}
	.special-campaign-title {
	    font-size: 1.2rem;
	}

	.special-campaign-area{
		padding:0 25px;
	}
	.special-campaign-inner{
		text-align: center;
		padding:20px 10px;
	}
	.special-campaign-inner img{
		width: 100%;
	}
	.special-campaign-inner p + p{
		margin-top: 15px;
	}
	.special-campaign-mt{
		margin-top: 20px;
	}
	.special-campaign-points{
		padding:30px 25px;
	}
	.special-campaign-points-title{
		font-size:.8rem;
	}
	.special-campaign-points-list{
		font-size:.7rem;
	}
	.special-campaign-pc{
		display: none;
	}
	.special-campaign-sp{
		display: block;
	}
}
/*----New Year特別キャンペーン 年末特別キャンペーン end----*/
/*----responsive----*/
@media only screen and (max-width: 575px) {
	
	.img-fluid2{
		width:80%;
	}
	.step+.step:before{
		margin-top:-9px;
	}
	.col-main-centering .table-form th{
		width: 100%;
		padding-bottom:0;
	}
	.col-main-centering .table-form td{
		border-top:none;
	}
	.col-main-centering .table-form th,	.col-main-centering .table-form td{
		width:100%;
		padding-left:0;
		padding-right:0;
		display: block;
		background: #ffffff;
	}
	.mv-text-sp-br{
		top: 40%;
		line-height: 1.2;
	}
	/*----case----*/
	.case-list {
		padding: .5rem 1.2rem .5rem .5rem;
	}
	.case-list .media-left {
		display: block;
		float: left;
	}
	.case-list .media-body {
		display: block;
		width: auto;
		overflow: visible;
	}
	.case-box-parent {
		margin: 15px;
	}
	.case-box-space-none{
		margin: 0;
	}
	.case-box-horizontal {
		display: block;
	}
	.case-box-horizontal .case-box-inner {
		display: block;
		text-align: center;
	}
	.case-box-horizontal .case-box-inner img {
		width: 100%;
	}
	.case-box-horizontal .case-box-inner {
		margin-bottom: 2rem;
	}
	.case-box-horizontal .case-box-inner::after {
		content: "▼";
		top: 100%;
		left: 50%;
		transform: translate(-50%,.5rem);
	}
	.case-box-horizontal .case-box-inner:last-of-type {
		margin-bottom: 0;
	}
	.case-box-horizontal .case-box-inner:last-of-type::after {
		content: none;
	}
	.case-box-caption {
		display: block;
	}
	.case-box-accord .case-box-accord-title {
		display: block;
		cursor: pointer;
		padding: .75rem 0;
		position: relative;
		background: #ffeff2;
		border: 1px solid #d54960;
		color: #d54960;
		text-align: center;
	}
	.case-box-accord .case-box-accord-title::after,
	.accord-title::after{
		content: "▼";
		padding-left: .5em;
	}
	.case-box-accord .case-box-accord-title-open::after,
	.case-box-accord-title-open::after{
		content: "▲";
	}
	.case-box-accord .case-box-accord-body {
		display: none;
	}
	
	/*----clinic----*/
	.clinic-shibuya-mv{
		background:url(../img/access/shibuya/clinic-shibuya-mv-sp.png) no-repeat top center;
		background-size: 100%;
		height: auto;
	}
	.clinic-ginza-mv{
		background:url(../img/access/ginza/clinic-ginza-mv-sp.png) no-repeat top center;
		background-size: 100%;
		height: auto;
	}
	.clinic-ikebukuro-mv{
		background:url(../img/access/ikebukuro/clinic-ikebukuro-mv-sp.png) no-repeat top center;
		background-size: 100%;
		height: auto;
	}
	.clinic-shinjuku-mv{
		background:url(../img/access/shinjuku/clinic-shinjuku-mv-sp.png) no-repeat top center;
		background-size: 100%;
		height: auto;
	}
	.clinic-shinsaibashi-mv{
		background:url(../img/access/shinsaibashi/clinic-shinsaibashi-mv-sp.png?20190225) no-repeat top center;
		background-size: 100%;
		height: auto;
	}
	.clinic-umeda-mv{
		background:url(../img/access/umeda/clinic-umeda-mv-sp.png) no-repeat top center;
		background-size: 100%;
		height: auto;
	}
	.clinic-shibuya-mv{
		background:url(../img/access/shibuya/clinic-shibuya-mv-sp.png) no-repeat top center;
		background-size: 100%;
		height: auto;
	}
	.clinic-mv{
		padding-top: 45%;
		padding-bottom: 0px;
		border-bottom: 1px solid #ddd;
	}
	.clinic-mv-text{
		background: rgba(255,255,255,.8);
		padding: 1rem .5rem;
	}
	.clinic-mv-text .mv-title{
		font-size: 1.6rem;
		font-weight: bold;
	}
	.clinic-mv-text p{
		color: #838383;
	}
	.accord-body {
		display: none;
	}
	.case-box-accord .case-box-accord-title {
		display: block;
		cursor: pointer;
		padding: .75rem 0;
		position: relative;
		background: #ffeff2;
		border: 1px solid #d54960;
		color: #d54960;
		text-align: center;
	}
	.case-box-accord .case-box-accord-title::after {
		content: "▼";
		padding-left: .5em;
	}
	.case-box-accord .case-box-accord-title-open::after {
		content: "▲";
	}


	/* 20180824 */
	.grad-wrap {
	  position: relative;
		padding-bottom: 40px;
	}
	.grad-wrap + .grad-wrap {
	  margin-top: 40px;
	}
	.grad-trigger {
		display: inherit;
	  z-index: 2;
	  position: absolute;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  width: 50%;
	  margin: auto;
	  padding: .5em 0;
	  border-radius: 2px;
	  background: #e86f74;
	  color: #fff;
	  font-size: 100%;
	  text-align: center;
	  cursor: pointer;
	  transition: .2s ease;
	  box-shadow: 0 0 3px rgba(0,0,0,.3);
	}
	.grad-trigger::before {
	  content: "続きを読む";
		margin-left: 6%;
	}
	.grad-trigger:hover {
	  background: #fff;
	  color: #e86f74;
	}
	.grad-trigger .fa {
	  margin-left: .5em;
	}
	.grad-item {
	  position: relative;
	  overflow: hidden;
	}
	.grad-item.is-hide {
	  height: 200px;
	}
	.grad-item p + p {
	  margin-top: 1em;
	}
	.grad-item::before {
	  display: block;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  content: "";
	  width: 100%;
	  height: 40px; /*グラデーションで隠す高さ*/
	  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	}
	.grad-trigger.is-show {
	  bottom: 0;
	}
	.grad-trigger.is-show::before {
	  content: "閉じる"
	}
	.grad-trigger.is-show .fa {
	  transform: rotate(180deg);
	}
	.grad-trigger.is-show + .grad-item::before {
	  display: none;
	}

}

@media only screen and (min-width: 576px) {
	.img-fluid{
		width:100%;
	}
	.text-pc-xlarge{
		font-size: 2.4rem;
	}
	.text-pc-large{
		font-size: 1.6rem;
	}
	.padding-r-xsmall-pc { padding-right: .5rem;}
	.padding-l-xsmall-pc { padding-left: .5rem;}
	
	header .img-fluid{
		width:auto;
	}
	header .col-side-fade img{
		width:100%;
		max-height:100%;
	}
	.header-wrapper-sp .pull-left,
	.header-wrapper-sp .pull-right{
		padding-top: 0;
	}
	.img-fluid2{
		width:80%;
	}
	.faq-expand-sp .readmore-torigger{
		bottom: 2px;
		padding-top: 20px;
	}
	/*-----mv-----*/
	.default-mv-bg{
		background:url(../img/common/default-mv-bg.jpg) right top no-repeat;
		background-size: cover;
		width: auto;
	}
	.datsumo-mv-bg{
		background:url(../img/datsumou/datsumo-mv-bg.jpg) right top no-repeat;
		background-size: cover;
		width: auto;
	}
	.nikibi-mv-bg{
		background:url(../img/nikibi/nikibi-mv-bg.jpg) right top no-repeat;
		background-size: cover;
		width: auto;
	}
	.shimi-mv-bg{
		background:url(../img/shimi/shimi-mv-bg.jpg?20190220) right top no-repeat;
		background-size: cover;
		width: auto;
	}
	.wakiga-mv-bg{
		background:url(../img/wakiga/wakiga-mv-bg.jpg) right top no-repeat;
		background-size: cover;
		width: auto;
	}
	.shibuya-mv-bg{
		background:url(../img/access/shibuya/shibuya-mv-bg.jpg?20190205) right top no-repeat;
		background-size: 100%;
		width: auto;
	}
	.shinjuku-mv-bg{
		background:url(../img/access/shinjuku/shinjuku-mv-bg.jpg?20190205) right top no-repeat;
		background-size: 100%;
		width: auto;
	}
	.ikebukuro-mv-bg{
		background:url(../img/access/ikebukuro/ikebukuro-mv-bg.jpg?20190205) right top no-repeat;
		background-size: 100%;
		width: auto;
	}
	.ginza-mv-bg{
		background:url(../img/access/ginza/ginza-mv-bg.jpg?20190205) right top no-repeat;
		background-size: 100%;
		width: auto;
	}
	.umeda-mv-bg{
		background:url(../img/access/umeda/umeda-mv-bg.jpg?20190205) right top no-repeat;
		background-size: 100%;
		width: auto;
	}
	.shinsaibashi-mv-bg{
		background:url(../img/access/shinsaibashi/shinsaibashi-mv-bg.jpg?20190225) right top no-repeat;
		background-size: 100%;
		width: auto;
	}
	.mv-text{
		padding: 90px 0;
		font-size: 2.0rem;
	}
	.mv-text-clinic{
		padding: 71px 0;
		font-size: 2.0rem;
		text-align: center;
	}
	/*-----datsumou-----*/
	.recomend-plan-middle{
		position: relative;
		height: 120px;
	}
	.recomend-plan-middle-text{
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.datsumou-parts{
		background:url(../img/datsumou/datsumou-parts-pc.jpg) center top no-repeat;
		background-size: auto;
		padding-top: 4rem;
		height: 616px;
	}
	.datsumou-parts .btn {
		padding: .8rem;
		font-size: 14px;
	}
	.datsumou-parts-center{
		padding-top: 3.8rem;
	}
	.datsumou-parts-right{
		top:8rem;
	}
	.datsumou-parts-center .datsumou-parts-finger{
		margin-top: 7.6rem;
	}
	.datsumou-parts-right .datsumou-parts-o{
		margin-top: 7.2rem;
	}
	.case-box-accord .case-box-accord-title {
		display: none;
	}
	.case-box-accord .case-box-accord-body {
		display: block !important;
	}
	/*-----clinic-----*/
	.accord-body {
		display: block !important;
	}
}
@media print, screen and (min-width: 992px) {
	/*reset*/
	body{
		padding-top:85px;
		font-size:1rem;
	}
	a:hover{
		opacity:.85;
	}
	h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
		margin-bottom:1rem;
	}
	h5,.h5,h6,.h6{
		font-size:1.1rem;
	}
	/*label*/
	.label{
		padding:.2rem;
	}
	header{
		height:85px;
		background:rgba(256,256,256,.6);
	}
	header h1,.h1{
		height:24px;
		padding-left:7px;
		line-height:24px;
		background:#fff;
		color:#666;
	}
	header img{
		max-height:40px;
	}
	header .pull-left, header .pull-right{
		width:auto;
	}
	header .label{
		width:65px;
		text-align:center;
		margin:1px; 
	}
	header .label:hover{
		background:#ffeff2; 
	}
	header .btn-glow{
		height:50px;
		padding:0 10px;
		line-height:48px;
		font-size:.7rem;
	}
	header .hidden-md-down{
		margin-top:-24px; /*anti-h1sHeight*/
	}
	header .hidden-md-down .col-origin{
		border-bottom: 1px solid #ddd;
	}
	header .col-main{
		margin-top:24px; /*h1sHeight*/
		z-index:12;
		position:relative;
	}
	header .col-side{
		z-index:13;
		position:relative;
	}
	.header-logo{
		width:300px;
		height:85px;
		padding:0;
		line-height:85px;
	}
	.header-tel-numbers{
		width:320px;
		padding:10px;
		position:absolute;
		top:46px;
		left:0;
		background:rgba(0,0,0,0.3);
		z-index:14;
		visibility:hidden;
		opacity:0;
	}
	header .label-tel{
		height:49px;
		padding:.5rem 0;
	}
	header .label-tel:hover+.header-tel-numbers,.header-tel-numbers:hover{
		visibility:visible;
		opacity:1;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	header .col-header-responsive{
		margin-left:300px;
	}
	header h1:after{
		display:none;
	}
	header .table-scroll{
		background:none;
	}
	header .header-wrapper-pc{
		margin-top: 0px;
	}
	header .header-wrapper-pc .col-main{
		margin-top: 16px;
	}
	header .header-wrapper-pc .col-origin{
		border-bottom: 1px solid #ddd;
	}
	hr{
		margin-top:1rem;
		margin-bottom:1rem;
	}
	a.footer-return {
		bottom:10px;
	}
	a.footer-subnavi {
		right: 0;
		bottom: 50%;
		padding: 1em;
		width: 3em;
		height: auto;
		font-size:1rem;
		transform: translateY(50%);
		border-radius: 6px 0 0 6px;
	}
	a.footer-subnavi small {
		transform: none;
	}
	p+p, .media+p, p+table {
			margin-top: 1rem;
	}
	p+h1, p+h2, p+h3, p+h4, p+h5 {
			margin-top: 2rem;
	}
	.text-pc-large{
		font-size: 2.0rem;
	}
	.text-pc-medium{
		font-size: 1.5rem;
	}
	.text-small{
		font-size: 80%;
	}
	.lead{
		font-size:1rem;
	}
	[canvas=container] {
		float: right;
		width: 720px;
	}
	.col-origin{
		width:100%;
		margin:0 auto;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
		position:relative;
	}
	.main_wrapper {
		border-left: 1px solid #ddd;
		border-right:1px solid #ddd;
	}
	.main_wrapper [canvas=container] {
		border-left: none;
		border-right: none;
	}
	.main_wrapper [canvas=container] .col-main {
		margin-left: 0;
		padding-left: 0;
	}
	.main_wrapper [canvas=container] .col-side {
		display: none;
	}
	.col-origin-noborder{
		border:none;
	}
	.bg-contact{
		padding:2rem 0;
	}
	.bg-contact .card,footer .footer-menu{
		width:950px;
		margin:0 auto;
	}
	.bg-contact .card-block,footer .bg-dark .card-block{
		padding:2rem 6rem;
	}
	footer{
		position:relative;
		z-index:12;
	}
	footer .bg-dark li,footer .bg-primary-light{
		font-size:.8rem;
	}
	footer .card{
		font-size:.9rem;
	}
	footer .card .label{
		font-size:.9rem;
		padding: 0 .3rem;
	}
	
	/*top*/
	.top-mv{
		margin-top: -85px;
		height: 686px;
		background:url(../img/top/mv.jpg?20171212) no-repeat 80% bottom;
		border: none; /*年始バナー撤去したらこれは消す*/
	}
	.top-mv-text-1{
		font-size:3.7rem;
		font-weight: 400;
		padding-top: 160px;
		padding-right: 38%;
		-webkit-text-stroke-width: 0;
	}
	.top-mv-text-2{
		font-size:2.2rem;
		font-weight: 400;
		padding-right: 38%;
		padding-bottom: 30px;
		margin-top: 1rem;
	}
	.top-mv-text-3{
		text-align: right;
		padding-right: 20px;
	}
	.card-label{
		padding: 5px 0;
		margin-top: -30px;
		font-size: 1rem;
	}
	.top-glow{
		background:url(../img/top/generation-glow-pc.png) no-repeat center top;
	}
	.ideal-img{
		width: auto;
	}
	
	
	/*----topスライド----*/
	.top-slide .card div{
		height: 140px;
	}
	.sp-horizontal{
		overflow: inherit;
	}
	.sp-slide-3{
		width: 230px;
	}
	.slide-area{
		margin-left: 0;
		margin-right: 0;
		overflow: inherit;
	}
	.slide-parts{
		margin-left: .2rem;
		margin-right: .2rem;
	}
	/*スタッフスライダー*/
	.slide-staff-introduction{
		padding: .5rem;
		font-weight: 400;
		font-size: 1.1rem;
	}

	/*etc*/
	.btn-lg{
		padding: 1rem 1.5rem;
	}
	.binder-block{
		padding:1rem;
	}
	.voice-detail-binder-block img{
		width: auto;
	}
	.breadcrumb{
		padding:1rem;
	}
	.col-famous-person{
		padding:1rem;
	}
	.col-side{
		overflow: auto;
		width:300px;
		padding:20px;
		float:left;
		position:relative;
		background:#fff;
	}
	.col-side-fade{
		width:300px;
		padding:95px 20px 20px 20px;
		background:#fff;
		position:fixed;
		/*top:85px;*/
		top:0px;
		display:none;
		height: 100%;/*2018-01-17追加*/
		overflow: scroll;/*2018-01-17追加*/
	}
	.col-main{
		width:100%;
		float:left;
		margin-left:-300px;
		padding-left:300px;
	}
	
	.col-main-border{
		min-height:1290px;
		border-left:1px solid #ddd;
	}
	.col-responsive,
	.title-primary{
		width:648px;
		margin:0 auto;
		position:relative;
	}
	.col-responsive>.padding-small,.col-responsive>.padding-s-small{
		padding-left:0;
		padding-right:0;
	}
	.col-responsive .list-group-item{
		/*padding:1rem;*/
		padding:0.7rem;
	}
	.custom-control-indicator {
		top:.25rem;
	}
	.btn{
		font-size:.9rem;
	}
	.card+*{
		margin-top:1rem;
	}
	.card-block{
		padding:1rem;
	}
	
	a .card-block:hover{
		box-shadow:inset 0 0 0 1px #d54960;
	}
	.col-index-menu-wrapper{
		width:50%;
		margin-top:0;
		float:left;
	}
	.col-index-menu{
		width:12.5%;
	}
	.famous-person-wrapper{
		width:707px;
		margin:0 auto;
	}
	.hase-wrapper{
		width:690px;
		margin:0 auto;
	}
	.faq-expand dt,
	.faq-expand .faq-expand-q{
		padding:.5rem .5rem .5rem 2rem;
	}
	.faq-expand-q{
		font-size: 1rem;
	}
	.faq-expand dd,
	.faq-expand .faq-expand-a{
		padding:0 1rem 1rem 2rem;
	}
	.faq dt:before, .faq-expand dt:before,.faq dd:before, .faq-expand dd:before,
	.faq-expand .faq-expand-q:before,.faq-expand .faq-expand-a:before{
		margin-top:5px;
		font-size:.7rem;
	}
	.faq-expand-sp .readmore-target .coll-hidden{
		display: block!important;
	}
	.faq-expand-sp .readmore-torigger{
		display: none;
	}
	.flow{
	  padding: 1rem 1rem 1rem 2.2rem;
	}
	.flow:before{
		top:1rem;
		font-size:.8rem;
	}
	
	.form-wrapper{
		padding-top:2rem;
	}
	
	.list-slidebar a:hover{
		background:#ffeff2;
	}
	.media-body-ov-auto{
		overflow:auto;
	}
	.table th, .table td {
	padding:1rem;
	vertical-align: middle;
	}
	.table.padding-small th,
	.table.padding-small td{
		padding:1rem;
	}
	.thumb{
		width:auto;
	}
	.title-primary,
	#top-page .title-primary{
		font-size:2.0rem;
		margin-bottom: 2.0rem;
	}
	.title-primary .text-small{
		font-size:70%;
	}
	.title-secondary span {
	border-left: 5px solid #d54960;
	}
	.title-secondary-alt span {
	border-left: 5px solid #bc8332;
	}
	.title-secondary,.title-secondary-alt,.title-fourth-alt{
		font-size:1.6rem;
	}
	.title-third,.title-merit,.title-demerit{
		font-size:1.1rem;
	}
	.title-merit,.title-demerit,.title-third{
		margin-bottom:.5rem;
	}
	.top-info {
			height: 250px;
	}
	.recomend-caption{
		padding:1rem !important;
		font-size:1.2rem;
	}
	.recomend-menu{
		padding:1rem;
	}
	
	/*spacer*/
	.margin-anti-xsmall{ margin-top:-.5rem; margin-right:-.5rem; margin-bottom:-.5rem; margin-left:-.5rem;}
	.margin-s-anti-xsmall{ margin-right:-.5rem; margin-left:-.5rem;}
	.margin-xsmall { margin: .5rem;}
	.margin-small { margin: 1rem;}
	.margin-medium { margin: 2rem;}
	.margin-large { margin: 3rem;}
	.margin-t-xsmall { margin-top: .5rem;}
	.margin-t-small { margin-top: 1rem;}
	.margin-t-medium { margin-top: 2rem;}
	.margin-t-large { margin-top: 3rem;}
	.margin-b-xsmall { margin-bottom: .5rem;}
	.margin-b-small { margin-bottom: 1rem;}
	.margin-b-medium { margin-bottom: 2rem;}
	.margin-b-large { margin-bottom: 3rem;}
	.margin-l-xsmall { margin-left: .5rem;}
	.margin-l-small { margin-left: 1rem;}
	.margin-l-medium { margin-left: 2rem;}
	.margin-l-large { margin-left: 3rem;}
	.margin-r-xsmall { margin-right: .5rem;}
	.margin-r-small { margin-right: 1rem;}
	.margin-r-medium { margin-right: 2rem;}
	.margin-r-large { margin-right: 3rem;}
	.margin-s-xsmall { margin-left: .5rem; margin-right: .5rem;}
	.margin-s-small { margin-left: 1rem; margin-right: 1rem;}
	.margin-s-medium { margin-left: 2rem; margin-right: 2rem;}
	.margin-s-large { margin-left: 3rem; margin-right: 3rem;}
	.margin-v-xsmall { margin-top: .5rem; margin-bottom: .5rem;}
	.margin-v-small { margin-top: 1rem; margin-bottom: 1rem;}
	.margin-v-medium { margin-top: 2rem; margin-bottom: 2rem;}
	.margin-v-large { margin-top: 3rem; margin-bottom: 3rem;}
	.padding-xsmall { padding: .5rem;}
	.padding-small { padding: 1rem;}
	.padding-medium { padding: 2rem;}
	.padding-large { padding: 3rem;}
	.padding-t-xsmall { padding-top: .5rem;}
	.padding-t-small { padding-top: 1rem;}
	.padding-t-medium { padding-top: 2rem;}
	.padding-t-large { padding-top: 3rem;}
	.padding-b-xsmall { padding-bottom: .5rem;}
	.padding-b-small { padding-bottom: 1rem;}
	.padding-b-medium { padding-bottom: 2rem;}
	.padding-b-large { padding-bottom: 3rem;}
	.padding-l-xsmall { padding-left: .5rem;}
	.padding-l-small { padding-left: 1rem;}
	.padding-l-medium { padding-left: 2rem;}
	.padding-l-large { padding-left: 3rem;}
	.padding-r-xsmall { padding-right: .5rem;}
	.padding-r-small { padding-right: 1rem;}
	.padding-r-medium { padding-right: 2rem;}
	.padding-r-large { padding-right: 3rem;}
	.padding-s-xsmall { padding-left: .5rem; padding-right: .5rem;}
	.padding-s-small { padding-left: 1rem; padding-right: 1rem;}
	.padding-s-medium { padding-left: 2rem; padding-right: 2rem;}
	.padding-s-large { padding-left: 3rem; padding-right: 3rem;}
	.padding-v-xsmall { padding-top: .5rem; padding-bottom: .5rem;}
	.padding-v-small { padding-top: 1rem; padding-bottom: 1rem;}
	.padding-v-medium { padding-top: 2rem; padding-bottom: 2rem;}
	.padding-v-large { padding-top: 3rem; padding-bottom: 3rem;}
	.margin-none{ margin:0; }
	.margin-t-none { margin-top: 0;}
	.margin-b-none { margin-bottom: 0;}
	.margin-l-none { margin-left: 0;}
	.margin-r-none { margin-right: 0;}
	.margin-s-none { margin-right: 0; margin-left: 0;}
	.padding-t-none { padding-top: 0;}
	.padding-b-none { padding-bottom: 0;}
	.padding-l-none { padding-left: 0;}
	.padding-r-none { padding-right: 0;}
	.padding-v-none { padding-bottom: 0; padding-top: 0;}
	.padding-s-none { padding-right: 0; padding-left: 0;}
	.padding-none { padding: 0;}
	
	
}

@media print, screen and (min-width: 1200px) {
	[canvas=container] {
		float: right;
		width: 898px;
	}
	.main_wrapper, .col-origin{
		width:1200px;
		overflow: initial;
		margin:0 auto;
	}
	body.col-side-none header [canvas=container] ,
	body.col-side-none header .col-origin,
	body.col-side-none [canvas=container] ,
	body.col-side-none .col-origin{
		width:740px;
		border: none;
	}
	body.col-side-none footer .col-origin{
		width:100%;
	}
	.col-responsive,
	.title-primary{
		width:740px;
	}
	.bg-contact .card,footer .footer-menu{
		width:1040px;
	}
	header .btn-glow{
		font-size:.8rem;
	}
	/*-----datsumou-----*/
	.recomend-plan-middle{
		position: relative;
		height: 143px;
	}
}
@media only screen and  (max-width: 1040px) and (min-width: 992px) {
	[canvas=container] {
		float: right;
		width: 673px;
	}
}
@media print {
	body {
		width: 1200px;
	}
	.col-side{
		display: block!important;
	}
	.hidden-lg-up{
		display: none!important;
	}
	.hidden-md-down{
		display: block!important;
	}
	.header-print{
		display: block!important;
	}
	@page {
		margin-top:0.4cm;
		margin: 0.5cm;
	}
}
