@charset "utf-8";
/* home
===============================*/
#index{
	background: #f2f2f2 url("../commons/img/bg_gray.png");
	padding-bottom: 100px;
}
#index h2{
	font-weight: normal;
}
#index h2 .en{
	display: block;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: .1em;
}
#index h2 .min{
	display: block;
	font-size: 16px;
}
.top_linkbtn a{
	display: inline-block;
	padding: 0 20px 5px 5px;
	border-bottom: 1px solid #73716d;
	font-size: 16px;
	line-height: 1.4;
	position: relative;
	color: #73716d;
}
.top_linkbtn a::after{
	position: absolute;
    top: 20%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #73716d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mvBox{
	margin-bottom: 90px;
	position: relative;
}
.mv_logo{
	text-align: center;
    position: absolute;
    top: 40%;
	right: 0;
	left: 0;
	margin: auto;
	z-index:10;
}
.mv_logo img{
	width: 205px;
}
.mv_date{
	font-size:20px;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	position: absolute;
    top: calc(43% + 60px);
	right: 0;
	left: 0;
	margin: auto;
	z-index:10;
}
.mvBox .slick-slide img {
	width: 100%;
	height: calc(100vh - 65px);
	object-fit: cover;
	margin: auto;
}
.mvBox .mv_scroll{
	font-size: 16px;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
	position: absolute;
    bottom: 50px;
	right: 0;
	left: 0;
	margin: auto;
	z-index:10;
}
.mvBox .mv_scroll_icon{
	display: block;
    width: 1px;
    height: 50px;
    background: #fff;
	position: absolute;
    bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
/*.mvBox .mv_scroll_icon{
	display: block;
    width: 1px;
    height: 50px;
    background: #fff;
    animation: mv_scroll_icon 2.5s infinite ease-out;
	position: absolute;
    bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
@keyframes mv_scroll_icon {
    0% {
      transform: translateY(-10px);
      opacity: 0
    }
    30% {
      opacity: 1
    }
    60% {
      opacity: 1
    }
    to {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      opacity: 0
    }
  }*/
.top_concept{
	padding: 100px 0 80px;
	margin-bottom: 90px;
	background: #777 url("../commons/img/bg_bl.png");
	color: #fff;
}
.top_concept ul{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top_concept ul li h2{
	margin-bottom: 80px;
}
.top_concept ul li h2 + p{
	font-size: 28px;
	line-height: 2.1;
	letter-spacing: .15em;
}
.top_concept ul li .top_concept_txt{
	color: #edebe6;
	font-size: 15px;
	line-height: 3.2;
	margin-bottom: 60px;
}
.top_concept ul li .top_linkbtn{
	text-align: right;
}
.top_concept .top_linkbtn{
	text-align: right;
}
.top_concept .top_linkbtn a{
	color: #fff;
    border-bottom: 1px solid #fff;
}
.top_concept .top_linkbtn a::after{
	border-color: #fff;
}
.top_campaign{
	margin: auto;
	background: #fff url("../img/concept/bg_stone.png") repeat center center; 
	margin-bottom: 100px;
	position: relative;
}
.top_campaign ul{
	text-align: center;
	padding: 120px 0;
	box-sizing: border-box;
	width: 50%;
	margin: 0 auto;
}
.top_campaign ul li span{
	font-size: 15px;
	font-weight: bold;
	color: #b56b71;
}
.top_campaign ul li span.big{
	font-size: 22px;
}
.top_campaign ul li:last-child{
	margin-top: 30px;
}
.top_campaign::before{
	content:'';
	display: block;
	width: 466px;
	height: 117px;
	position: absolute;
	left: 0;
	top: -20px;
background: url("../img/home/campaign_deco.png") no-repeat top center / 466px auto; 
	
	margin-bottom: 100px;
}
.top_menu01{
	margin-bottom: 130px;
}
.top_menu01 h2{
	text-align: center;
	margin-bottom: 40px;
}
.top_menu01 h2 + p{
	font-size: 15px;
	line-height: 2.1;
	text-align: center;
	margin-bottom: 40px;
}
.top_menu01 ul{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top_menu01 ul li{
	width: 32%;
}
.top_menu01 ul li a{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}
.top_menu01 ul li a figure{
	margin-bottom: 20px;
}
.top_menu01 ul li a h3{
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 0 20px;
	margin-bottom: 10px;
}
.top_menu01 ul li a h3 .min{
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	letter-spacing: .1em;
}
.top_menu01 ul li a .top_menu_txt{
	font-size: 15px;
	line-height: 2.1;
	letter-spacing: 0;
	padding: 0 20px;
	margin-bottom: 20px
}
.top_menu01 ul li a .top_menu_btn{
	text-align: right;
	padding: 0 20px 20px;
}
.top_menu01 ul li a .top_menu_btn span{
	display: inline-block;
	font-size: 13px;
	letter-spacing: -.05em;;
	padding: 0 30px 0 5px;
    border-bottom: 1px solid #73716d;
    position: relative;
}
.top_menu01 ul li a .top_menu_btn span::after{
	position: absolute;
	top: 27%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #73716d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top_menu02{
	padding:100px 0 150px;
	margin-bottom: 100px;
	background: #fff;
}
.top_menu02 .top_menu02_box{
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.top_menu02 .top_menu02_box:nth-child(1){
	margin-bottom: 150px;
}
.top_menu02 .top_menu02_box ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top_menu02 .top_menu02_box ul li h2{
	margin-bottom: 10px;
}
.top_menu02 .top_menu02_box ul li h2 + p{
	font-size: 15px;
	line-height: 2.4;
	margin-bottom: 40px;
}
.top_menu02 .top_menu02_box ul li.txt_box{
	width: 40%;
}
.top_menu02 .top_menu02_box ul li.img_box{
	width: 55%;
	position: relative;
}
.top_menu02 .top_menu02_box ul li.img_box::before{
	content:'';
	display: block;
	width: 42px;
	height: 40px;
	background: url("../img/home/menu_deco_up.png") no-repeat top center / 42px auto;
	position: absolute;
	top: -13px;
    left: -13px;
}
.top_menu02 .top_menu02_box ul li.img_box::after{
	content:'';
	display: block;
	width: 42px;
	height: 40px;
	background: url("../img/home/menu_deco_down.png") no-repeat top center / 42px auto;
	position: absolute;
	bottom: -13px;
	right: -13px;
}
.top_menu02 .top_menu02_box ul li .top_linkbtn a{
	text-align: left;
	width: 200px;
    box-sizing: border-box;
}
.top_menu02 .top_menu02_box:nth-child(2) ul li .top_linkbtn{
	text-align: right;
}
.top_blog {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 100px;
}
.top_blog .top_blog_box:nth-child(1){
	width: 30%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.top_blog .top_blog_box:nth-child(2){
	width: 70%;
}
.top_blog .top_blog_box ul{
	margin-bottom: 20px;
}
.top_blog .top_blog_box ul li{
	border-bottom: 1px solid #edebe6;
}
.top_blog .top_blog_box ul li a{
	display: block;
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
}
.top_blog .top_blog_box ul li .date{
	display: inline-block;
	font-size: 14px;
	letter-spacing: .1em;
	margin-right: 60px;
}
.top_blog .top_blog_box .top_linkbtn{
	text-align: right;
}
.top_blog .top_blog_box .top_linkbtn a{
	font-size: 14px;
}
.top_insta h2{
	text-align: center;
	margin-bottom: 20px;
}
.top_insta .top_insta_box{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 40px;
}
.top_insta .top_linkbtn{
	text-align: center;
}
.top_insta .top_linkbtn{
	text-align: center;
}

/* inner page common
===================================*/
#innerPage{
	padding: 100px 0;
}
#innerPage .innerPage_ttl h2{
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	width: 1300px;
	margin: 0 auto 40px;
	color: #959188;
}
#innerPage .innerPage_ttl h2 span{
	display: block;
	font-size: 16px;
	padding-top: 10px;
	color: #959188;
}
.pagettlArea {
    width: 100%;
    background: url("../img/concept/mv_concept.jpg") no-repeat center /cover;
    padding: 470px 0 30px;
    box-sizing: border-box;
    margin-bottom: 115px;
}
/* concept
===================================*/
.concept_main h3{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 20px;
    line-height: normal;
}
.concept_main h3 + p{
	font-size:15px; 
	margin-bottom: 100px;
}
.concept_main figure{
	text-align: center;
}
.concept_point{
	margin-bottom: 150px;
}
.txtBox_ttl{
	font-size: 24px;
	margin-bottom: 70px;
	font-weight: normal;
}
.concept_point01{
	width: 100%;
    margin: 0 auto 150px;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    align-items: center;
	background-image:url("../img/concept/bg_gray.jpg") ;
	padding: 120px 0;
}
.concept_point01 .txtBox{
	width: 50%;
    padding: 70px;
	
}
.concept_point01 figure{
	height: 550px;
}

.concept_point01 figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.concept_point02{
	width: 100%;
    margin: 0 auto 150px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    align-items: center;
}
.concept_point02 .txtBox{
	width: 50%;
    padding: 70px;
}
.concept_point02 figure{
	height: 550px;
}

.concept_point02 figure img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.concept_cream{
	background: url("../img/concept/bg_stone.png") repeat center center / auto;
	padding: 80px 0;
	margin-bottom: 120px;
}
.concept_cream h3{
	font-size: 22px;
	font-weight: normal;
	text-align:center;
	margin-bottom: 40px;
}
.concept_cream h3+p{
	font-size: 15px;
	text-align:center;
	margin-bottom: 80px;
}
.concept_cream ul{
	width: 1300px;
    margin: 0 auto;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.concept_cream ul li{
	width: 350px;
	background-color: #fff;
	padding: 26px;
}
.concept_cream ul li figure{
	margin-bottom: 40px;
}
.concept_salon{
	padding-top: 100px;
	margin-top: -100px;
}
.concept_salon h2{
	font-size: 24px;
	line-height: 1;
	width: 1300px;
	font-weight: 100;
	margin: 0 auto 70px;
	text-align: center;
}
.concept_salon span{
	display: block;
	font-size: 16px;
	padding-top: 10px;
	text-align: center;
}
.concept_salon ul{
	max-width: 1200px;
	width: 100%;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0 auto 80px;
}
.concept_salon p.salon_name{
	margin-bottom: 30px;
}
.concept_salon iframe{
	display: block;
	width: 530px;
	height: 270px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.concept_salon th,td {
    border: solid 1px #c8c6c3;   
	padding: 15px 20px;
}
.concept_salon td.graytxt{
	color: #73716d;
}
.concept_salon table {
    border-collapse:  collapse; 
    width:  650px;    
	margin: auto;
}
/* therapeutic 0416追記
===================================*/
.pagettlArea.therapeutic{
    background: url("../img/therapeutic/mv_therapeautic.jpg") no-repeat center /cover;
	margin-bottom: 0;
}
.concept_main.therapeutic{
	background: url("../img/concept/bg_gray.jpg");
	padding: 120px 0;
}
.concept_main.therapeutic p{
	font-size: 18px;
	line-height: 44px;
}
.therapeutic_contents01{
	background: url("../img/therapeutic/bg_therapeautic.jpg") no-repeat center /cover;
}
.therapeutic_contents01 h3{
	padding-top: 60px;
	text-align: center;
	margin-bottom: 35px;
}
.therapeutic_contents01 ul{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 800px;
	margin: 0 auto 60px;
	align-items: baseline;
}
.therapeutic_contents01 ul li{
	position: relative;
    padding: 30px 0 10px 60px;
    width: 260px;
    border-bottom: solid 1px #6d786d;
    margin: 0 auto;
}
.therapeutic_contents01 ul li::before{
	content: "";
	position: absolute;
	background: url("../img/therapeutic/therapeutic_item01.png")no-repeat center /cover;
    width: 21px;
    height: 17px;
    top: 32px;
    left: 20px;
}
.therapeutic_contents02{
	background: url("../img/concept/bg_gray.jpg");
	padding: 120px 0;
}
.therapeutic_contents02:nth-of-type(3n){
	margin-bottom: 120px;
}
.therapeutic_contents02 .therapeutic_inner{
	max-width: 1200px;
    padding: 0 12%;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	margin: 0 auto;
}
.therapeutic_contents02 .txtBox{
	width: 100%;
    padding: 70px;
}
.therapeutic_contents02 .txtBox_ttl span{
	line-height: 1;
	padding-top: 0 !important;
}
.therapeutic_contents02.reverse{
	background: none;
}
.therapeutic_contents02.reverse .therapeutic_inner{
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.therapeutic_contents02.reverse .txtBox{
	padding: 70px 0px 70px 140px
}
.therapeutic_contents02 .txtBox_ttl{
	font-size: 30px;
}
.therapeutic_contents02 .txtBox_ttl span{
	display: block;
	font-size: 16px;
}
.therapeutic_contents02 img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.therapeutic_contents03 h3 span{
	display: block;
	font-size: 16px;
}
.therapeutic_contents03 .price{
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
    align-items: baseline;
	border-bottom: solid 1px #73716d;
    width: 250px;
    margin: 0 auto 100px;
}
.therapeutic_contents03 .price .priceItem{
	font-size: 24px !important;
}
.therapeutic_contents03 .price .tax {
	font-size: 12px !important;
}
.therapeutic_contents03 .priceText{
	width: 750px;
    text-align: left;
    margin: 0 auto 120px;
}
/* improve
===================================*/
.pagettlArea.improve{
	background: url("../img/improve/mv_improve.jpg")no-repeat center /cover;
	margin-bottom: 0;
}
/* growth
===================================*/
.pagettlArea.growth{
	background: url("../img/growth/mv_growth.jpg")center /cover;
	margin-bottom: 0;
}
/* owner
===================================*/
.pagettlArea.owner{
	background: url("../img/owner/mv_owner.jpg")center /cover;
	margin-bottom: 0;
}
.therapeutic_contents02.reverse.owner{
	background: url("../img/concept/bg_gray.jpg");
	padding: 120px 0 20px;
}
.therapeutic_contents02.reverse.owner .txtBox_ttl span{
	line-height: 1;
}
.therapeutic_contents02.reverse.owner .owner_inner{
	max-width: 1200px;
    padding: 0 12%;
	margin: auto;
}
.therapeutic_contents02.reverse.owner .owner_inner h4{
	color: #fff;
	background-color: #73716d;
	font-size: 16px;
	width: 172px;
	padding: 5px 10px;
    text-align: center;
	font-weight: normal;
}
.therapeutic_contents02.reverse.owner .owner_inner h4 span{
	display: inline-block !important;
	padding: 0 !important;
}
.therapeutic_contents02.reverse.owner .owner_inner p{
	position: relative;
	margin: 40px 0;
}
.therapeutic_contents02.reverse.owner .owner_inner p:last-child::before{
	content: "";
	position: absolute;
	border-top: solid 1px #73716d;
    width: 100%;
    left: 0;
    top: -40px;
}
.therapeutic_contents02.owner{
	background: none;
}
.therapeutic_contents02.owner .therapeutic_inner.owner{
	align-items: flex-end;
}
.therapeutic_contents02.owner .therapeutic_inner .img01{
	width: 85%;
}
.therapeutic_contents02.owner .therapeutic_inner .img02{
	width: 90%;
    margin-left: 10%;
}
/* seminar
===================================*/
.pagettlArea.seminar{
	background: url("../img/seminar/mv_seminar.jpg")no-repeat center /cover;
	margin-bottom: 0;
}
/* blog
===================================*/
#blogContent{
	background: #fff;
	color: #73716d;
}
#blogContent h1,
#blogContent h2,
#blogContent h3{
	text-align: left;
}
#blogContent .widget ul li,
#blogContent .widget ol li{
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
#blogContent button, input[type="button"], input[type="submit"]{
	background-color: #777;
}
#blogContent .prev.page-numbers,
#blogContent .next.page-numbers{
	background-color: #eee;
}
#blogContent .post-thumbnail{
	display: none;
}
@media screen and (max-width: 768px) {
	/* home
	=====================*/
	#index{
		padding-bottom: 60px;
	}
	#index h2 .en{
		font-size: 28px;
	}
	#index h2 .min{
		font-size: 15px;
	}
	.mvBox{
		display: block;
		margin-bottom: 60px;
	}
	/*.mvBox .slick-slide img{
		height: 100vh;
	}*/
	.mv_date{
		font-size: 18px;
	}
	.top_linkbtn a{
		font-size: 15px;
	}
	.top_concept{
		margin-bottom: 60px;
		padding: 60px 5%;
		box-sizing: border-box;
	}
	.top_concept ul li h2{
		margin-bottom: 30px;
	}
	.top_concept ul li h2 + p{
		font-size: 20px;
		line-height: 1.8;
	}
	.top_concept ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.top_concept ul li:nth-child(1){
		margin-bottom: 20px;	
	}
	.top_concept ul li .top_concept_txt{
		line-height: 2;
		margin-bottom: 40px;
	}
	.top_campaign{
		margin-bottom: 60px;
	}
	.top_campaign::before{
		width: 300px;
		height: 76px;
		background: url(../img/home/campaign_deco.png) no-repeat top center / 300px auto;
	}
	.top_campaign{
	margin: auto;
	background: #fff url("../img/concept/bg_stone.png") repeat center right; 
	margin-bottom: 100px;
	position: relative;
}
	.top_campaign ul{
	text-align: center;
	padding: 120px 0 70px;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
}
.top_campaign ul li span{
	font-size: 15px;
	font-weight: bold;
	color: #b56b71;
}
.top_campaign ul li span.big{
	font-size: 22px;
}
	.top_menu01{
		margin-bottom: 60px;
	}
	.top_menu01 h2{
		margin-bottom: 20px;
	}
	.top_menu01 h2 + p{
		width: 90%;
		margin: 0 auto 20px;
		text-align: left;
	}
	.top_menu01 ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 80%;
		margin: auto;
	}
	.top_menu01 ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.top_menu01 ul li:last-child{
		margin-bottom: 0;
	}
	.top_menu01 ul li a h3 .min{
		display: block;
		margin: 5px 0 0;
	}
	.top_menu02{
		margin-bottom: 60px;
		padding: 60px 5%;
		box-sizing: border-box;
	}
	.top_menu02 .top_menu02_box ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.top_menu02 .top_menu02_box ul li.txt_box{
		width: 100%;
	}
	.top_menu02 .top_menu02_box ul li.img_box{
		width: 95%;
		margin: 0 auto 20px;
	}
	.top_menu02 .top_menu02_box:nth-child(1){
		margin-bottom: 80px;
	}
	.top_menu02 .top_menu02_box:nth-child(1) ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.top_menu02 .top_menu02_box ul li.img_box::before{
		left: -5%;
	}
	.top_menu02 .top_menu02_box ul li.img_box::after{
		right: -5%;
	}
	.top_menu02 .top_menu02_box ul li h2 + p{
		margin-bottom: 20px;
	}
	.top_menu02 .top_menu02_box ul li .top_linkbtn{
		text-align: right;
	}
	.top_menu02 .top_menu02_box ul li .top_linkbtn a{
		width: 60%;
	}
	.top_blog{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 90%;
		margin: 0 auto 60px;
	}
	.top_blog .top_blog_box:nth-child(1){
		width: 100%;
	}
	.top_blog .top_blog_box:nth-child(2){
		width: 100%;
	}
	.top_blog .top_blog_box ul li .date{
		display: block;
	}
	.top_blog .top_blog_box ul li a{
		font-size: 15px;
	}
	.top_insta .top_insta_box{
		width: 90%;
		margin: 0 auto 20px;
	}
	/* inner page common
	===================================*/
	#innerPage{
		padding: 80px 0;
	}
	#innerPage .innerPage_ttl h2{
		width: 100%;
		padding-left: 3%;
		box-sizing: border-box;	
	}
	.pagettlArea{
		padding: 50px 0;
	}
	/* concept
	===================================*/
	.concept_main h3{
		font-size: 22px;
		margin-bottom: 10px;
		line-height: normal;
	}
	.concept_main h3 + p{
		font-size:15px; 
		margin-bottom: 100px;
	}
	.concept_main figure{
		text-align: center;
	}
	.concept_point{
		margin-bottom: 150px;
	}
	.txtBox_ttl{
		font-size: 22px;
		margin-bottom: 20px;
		font-weight: normal;
	}
	.concept_point01{
		width: 100%;
		margin: 0 auto 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 40px 0 0;
	}
	.concept_point01 .txtBox{
		width: 88%;
		padding: 20px;
		margin: 0 auto;
	}
	.concept_point01 figure{
		height: auto;
	}

	.concept_point01 figure img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.concept_point02{
		width: 100%;
		margin: 0 auto 70px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		}
	.concept_point02 .txtBox{
		width: 88%;
		padding: 20px;
		margin: 0 auto;
	}
	.concept_point02 figure{
		height: auto;
	}
	.concept_point02 figure img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.concept_cream{
		padding: 60px 0;
		margin-bottom: 60px;
	}
	.concept_cream h3{
		font-size: 18px;
		text-align:center;
		padding: 0 10%;
		margin-bottom: 20px;
	}
	.concept_cream h3+p{
		font-size: 15px;
		text-align:center;
		margin-bottom: 30px;
		padding: 0 3%;
	}
	.concept_cream ul{
		width: 98%;
		margin: 0 auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	 }
	.concept_cream ul li{
		width: 80%;
		background-color: #fff;
		padding:20px;
		margin: 0 auto 20px;
	}
	.concept_cream ul li:last-child{
		margin-bottom: 0;
	}
	.concept_cream ul li figure{
		margin-bottom: 20px;
	}

	.concept_salon h2{
		font-size: 24px;
		line-height: 1;
		width: 98%;
		font-weight: 100;
		margin: 0 auto 40px;
		text-align: center;
	}
	.concept_salon span{
		display: block;
		font-size: 16px;
		padding-top: 10px;
		text-align: center;
	}
	.concept_salon ul{
		width:90%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto 60px;
	}
	.concept_salon p.salon_name{
		margin-bottom: 15px;
	}
		.concept_salon ul li:first-child{
			margin-bottom: 15px;
		}
	.concept_saloniframe{
		width: 80%;
		height:auto;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		margin-top: 30px;
	}
	.concept_salon iframe{
		display: block;
		width: 100%;
		height: auto;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
	}	
	.concept_salon th,td {
		border: solid 1px #c8c6c3;   
		padding: 15px 20px;
	}
	.concept_salon td.graytxt{
		color: #73716d;
	}
	.concept_salon table {
		border-collapse:  collapse; 
		width:  90%;    
		margin: auto;
	}
	.concept_salon div.day_scroll{
		width: 90%;
		margin: 0 auto;
		  display: block;
		  overflow-x: scroll;
		  white-space: nowrap;
		  -webkit-overflow-scrolling: touch;
	}
	/* therapeutic
	===================================*/
	.concept_main.therapeutic{
		padding: 85px 0;
	}
	.concept_main.therapeutic p{
		font-size: 15px;
		padding: 0 1%;
	}
	.therapeutic_contents01 h3{
		padding-top: 50px;
		margin-bottom: 0;
	}
	.therapeutic_contents01 ul{
		display: block;
		width: 100%;
	}
	.therapeutic_contents01 ul li{
		width: 80%;
		box-sizing: border-box;
	}
	.therapeutic_contents02{
		padding: 60px 0;
	}
	.therapeutic_contents02:nth-of-type(3n){
		margin-bottom: 60px;
	}
	.therapeutic_contents02 .therapeutic_inner{
		display: block;
		padding: 0 10%;
	}
	.therapeutic_contents02 .txtBox_ttl{
		font-size: 28px;
	}
	.therapeutic_contents02 .txtBox{
		padding: 0;
		margin-bottom: 20px;
	}
	.therapeutic_contents02.reverse .txtBox{
		padding: 0;
	}
	.therapeutic_contents03 .price{
		width: 75%;
		margin-bottom: 50px;
	}
	.therapeutic_contents03 .priceText {
		width: 90%;
		margin: auto;
	}
	/* improve
	===================================*/

	/* owner
	===================================*/
	.therapeutic_contents02.reverse.owner{
		padding: 60px 0 10px;
	}
	.therapeutic_contents02.reverse.owner .owner_inner{
		padding: 0 6%
	}
	.therapeutic_contents02.reverse.owner .owner_inner h4{
		width: 140px;
	}
	.therapeutic_contents02.reverse.owner .owner_inner h4::after{
		width: 200%;
	}
	.therapeutic_contents02.owner .therapeutic_inner .img01 {
		width: 70%;
	}
	.therapeutic_contents02.owner .therapeutic_inner .img02 {
		width: 100%;
		margin-top: 40px;
		margin-left: 0%;
	}
	.therapeutic_contents02.owner:nth-of-type(3n){
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
