@charset "UTF-8";


/*------------------
   ABOUT
------------------*/

.title h1{
	width:100%;
	text-align:center;
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	font-weight:100;
	margin-top:150px;
}
@media screen and (max-width:440px){
	.title h1{
		width:100%;
		margin-top:80px;
		font-size:24px;
	}
}

.planMenu .attention {
	text-align:center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin:30px auto 0;
	font-weight:bold;
	font-size:16px;
}
.planMenu .attention a{
	color:#4682B4;
	border-bottom:1px solid #4682B4;
	padding-bottom:5px;
}
@media screen and (max-width:440px){
	.planMenu .attention {
		margin:20px auto;
		font-size:14px;
	}
}
.planMenu .planMenuConts{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin:150px auto 0;
	max-width:900px;
}
.planMenu .planMenuConts .facial{
	background-image:url("../images/plan/facial.jpg");
}
.planMenu .planMenuConts .beauty{
	background-image:url("../images/plan/beauty.jpg");
}
.planMenu .planMenuConts .foot{
	background-image:url("../images/plan/foot.jpg");
}
.planMenu .planMenuConts .raindrop{
	background-image:url("../images/plan/raindrop.jpg");
}

/*
.planMenu .planMenuConts div{
	width:30%;
	margin:15px;
	position: relative;相対配置
	height:170px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:50% 50%;
}
*/
.planMenu .planMenuConts div{
	width:47%;
	margin:10px;
	position: relative;/*相対配置*/
	height:170px;
	background-repeat: no-repeat;
	background-size:cover;
	background-position:50% 50%;
}
.planMenu .planMenuConts div::before{
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.planMenu .planMenuConts div p{
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:normal;
	padding:70px 0;
}

@media screen and (max-width:768px){
	.planMenu .planMenuConts{
		margin:150px auto 50px;
	}
	.planMenu .planMenuConts div{
		width:29%;
		margin:10px;
		height:150px;
	}
	.planMenu .planMenuConts div p{
		font-size:14px;
		padding:60px 0 45px;
	}
}
@media screen and (max-width:440px){
	.planMenu .planMenuConts{
		margin-top:70px;
	}
	.planMenu .planMenuConts div{
		width:90%;
		margin:7px 10px;
		height:100px;
	}
	.planMenu .planMenuConts div p{
		font-size:15px;
		padding:30px 0 20px;
	}
}



.plan {
	width:900px;
	margin:0 auto;
	padding-top:150px;
	padding-bottom:150px;
}
.plan h2{
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	padding:30px;
	font-weight:100;
}
.plan .catch{
	text-align:center;
	font-family: 'Shippori Mincho B1', serif;
	margin:30px auto 0;
	color:#59665b;
	font-size:14px;
}
.plan img{
	width:100%;
	margin:70px auto 0;
}
.plan .txt {
	max-width:600px;
	margin:0 auto;
	padding:50px 50px 50px 50px;
}
.plan .txt p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:15px;
	line-height:1.7;
	margin:5px auto;
}
.plan .txt a{
	text-decoration: none;	
}
@media screen and (max-width:768px){
	.plan {
		width:100%;
		padding-top:100px;
		padding-bottom:100px;
	}
	.plan .txt {
		max-width:500px;
	}
	.plan .txt p{
		font-size:14px;	
	}
}
@media screen and (max-width:440px){
	.plan {
		width:100%;
		padding-top:50px;
		padding-bottom:50px;
	}
	.plan h2{
		font-size:24px;
	}
	.plan .txt {
		width:90%;
		padding:0;
		margin:30px auto;
	}
	.plan .txt p{
		font-size:13px;
	}
}

.plan .txt .aboutTreatment {
	margin:20px auto 20px 10px;
	padding:0;
}
.plan .txt .aboutTreatment p{
	font-size:13px;
	margin:5px auto;
}
@media screen and (max-width:768px){
	.plan .txt .aboutTreatment p{
		font-size:12px;
	}
}

.plan .txt .price{
	background:#F2F3F4;
	list-style: none;
	padding:15px 20px;
	margin:40px auto;
}
.plan .txt .price li{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:15px;
	margin:10px 0 10px auto;
	border-bottom:2px dotted #fff;
	padding-bottom:5px;
	width:97%;
}
.plan .txt .price li span{
	font-size:13px;
}
.plan .txt .price li .off{
	color:#FD4A29;
	padding-left:10px;
}
.plan .txt .price .title{
	width:100%;
	font-size:17px;
	font-weight:bold;
	border-bottom:3px solid #fff;
	margin:5px auto 15px;
	color:#59665b;
	padding:10px 0 5px;
}
.plan .txt .price .title .caution{
	padding-left:5px;
	font-size:13px;
	font-weight:normal;
}
@media screen and (max-width:768px){
	.plan .txt .price{
		padding:2px 15px 10px;
		margin:20px auto;
	}
	.plan .txt .price li{
		font-size:14px;
	}
	.plan .txt .price .title{
		font-size:15px;
	}
}
@media screen and (max-width:440px){
	.plan .txt .price{
		padding:3px 13px 5px;
		margin:20px auto;
	}
	.plan .txt .price li{
		font-size:13px;
		margin:0 0 10 auto;
		padding-bottom:3px;
	}
	.plan .txt .price li span{
		font-size:12px;
	}
	.plan .txt .price .title{
		font-size:14px;
		margin:5px auto 10px;
	}
}

/* オプションのアコーディオン */
.plan .txt .price label {
	display:block;
	font-size:14px;
	color:#4682B4;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin:10px 0 10px auto;
/*	border-bottom:2px dotted #fff;*/
	width:97%;
/*
	margin-left:30px;
	background:#8B968D;
	padding:10px;
	border-radius:5px;
*/
}
.plan .txt .price label:before {
	content: '\f078';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding:5px;
}
.plan .txt .price .cssacc:checked + label:before {
	content: '\f077';
}
.plan .txt .price input {
    display: none;
}

.plan .txt .price .hidden_show {
    height: 0;
    padding: 0;
	border-radius:5px;
    overflow: hidden;
    opacity: 0;
	margin:0 0 0 auto;
    transition: 0s;
}
.plan .txt .price .hidden_show li{
	width:100%;
	border-bottom:1px solid #F2F3F4;
}
.plan .txt .price .hidden_show li.guide{
	margin-top:0;
}
.plan .txt .price input:checked ~ .hidden_show {
	background:#fff;
	width:90%;
    height: auto;
    opacity: 1;
	padding:15px;

}


.plan .txt .btn{
	padding:5px;
	background:#fff;
	color:#4b7699;
	border:2px solid #698aab;
	width:50%;
	margin:50px auto 0;
}
.plan .txt .btn p{
	text-align:center;
	font-size:18px;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	letter-spacing: 1px;
}
.plan .txt .btn:hover{
	background:#698aab;
	color:#fff;
	transition: 0.1s;
}
@media screen and (max-width:440px){
	.plan .txt .btn{
		padding:3px;
		border:2px solid #698aab;
		margin:30px auto 0;
	}
	.plan .txt .btn p{
		font-size:14px;
	}
}
.plan .txt .policy{
	color:#FD4A29;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
	padding-top:20px;
}
@media screen and (max-width:440px){
	.plan .txt .policy{
		font-size:14px;
		padding-top:10px;
	}
}

.backBlue{
	background:#F2F3F4;
}
.plan .txt .backBluePrice{
	background:#fff;
}
.plan .txt .backBluePrice li{
	border-bottom:2px dotted #F2F3F4;
}
.plan .txt .backBluePrice .title{
	border-bottom:3px solid #F2F3F4;
}


#plan-swp {
	padding-bottom:50px;
}
#plan-swp .swiper-pagination-bullet{
	width:10px;
	height:10px;
	border:1px solid #333;
	background:#fff;
	opacity: 1.0;
}
#plan-swp .swiper-pagination-bullet-active{
	background:#333;
}
@media screen and (max-width:440px){
	#plan-swp {
	}
	#plan-swp .swiper-slide img{
		margin-top:50px;
	}
}

.plan .img_box{
	text-align: center;
}
.plan .img_box img{
	width:100%;
	max-width:700px;
}

/*アコーディオン*/
.contents2 .aboutTherapist .txt p.btn{
	background:#8B968D;
	color:#fff;
	padding:5px 10px;
	border-radius:5px;
	display:inline-block;
	font-weight:bold;
}

.contents2 .aboutTherapist .txt label {
	background:#8B968D;
	color:#fff;
	padding:5px 10px;
    display: inline-block;
    margin-bottom: 1px;
    position: relative;
	border-radius:5px;
	font-weight:bold;
	font-family: YuGothic,'Yu Gothic','Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size:14px;
}
.contents2 .aboutTherapist .txt label:before {
	content: '＋';
}
.contents2 .aboutTherapist .txt .cssacc:checked + label:before {
	content: 'ー';
}

.contents2 .aboutTherapist .txt input {
    display: none;
}

.contents2 .aboutTherapist .txt .hidden_show {
	width:100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.contents2 .aboutTherapist .txt .hidden_show p{
	margin:5px auto;
	font-size:13px;
}

.contents2 .aboutTherapist .txt input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
@media screen and (max-width:440px){
	.contents2 .aboutTherapist .txt label {
		font-size:13px;
	}
	.contents2 .aboutTherapist .txt .hidden_show p{
		margin:5px auto;
		font-size:12px;
	}
}
.bar{      
	background-color: #333;    
}



/*------------------
   ABOUT
------------------*/

.aboutGeekgeek{
	position: relative;/*相対配置*/
	height:500px;
	background:url("../images/about/topAbout.jpg");
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
	z-index:0;
}
.aboutGeekgeek::before{
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}

.aboutGeekgeek h1{
	position:absolute;
	top:43%;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:40px;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
}

.contents1 .catchcopy{
	max-width:600px;
	margin:150px auto;
}
.contents1 .catchcopy p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin:15px auto;
	line-height:2;
	font-size:14px;
}
.contents1 .catchcopy p a{
	color:#5C80B0;
	text-decoration: underline;
}
@media screen and (max-width:768px){
	.contents1 .catchcopy{
		max-width:500px;
		margin:150px auto;
	}
	.contents1 .catchcopy p{
		font-size:14px;
	}
}
@media screen and (max-width:440px){
	.aboutGeekgeek{
		height:250px;
	}
	.aboutGeekgeek h1{
		top:45%;
		font-size:24px;
	}
	.contents1 .catchcopy{
		width:85%;
		margin:70px auto;
	}
}

.moreConts{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	width:100%;
	max-width:400px;
	margin:0 auto;
	padding-top:150px;
	padding-bottom:150px;
}
.moreConts div{
	width:100%;
}
.moreConts div h4{
	text-align:center;
	border:2px solid #C8D5BB;
	background:#C8D5BB;
	border-radius:5px;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	letter-spacing: 1px;
	font-size:20px;
	padding:18px 0 15px;
	margin-bottom:20px;
}
.moreConts div h4:hover{
	background:#fff;
	
}

@media screen and (max-width:768px){
	.moreConts{
/*		max-width:500px;*/
		margin:0px auto;
	}
	.moreConts div{
/*		width:45%;*/
	}
	.moreConts div h4{
		font-size:15px;
		padding:20px 0;
		margin-bottom:30px;
	}
}
@media screen and (max-width:440px){
	.moreConts{
		width:85%;
		margin:0 auto 20px;
		padding-top:70px;
		padding-bottom:70px;
	}
	.moreConts div{
		width:90%;
		margin:0px auto;
	}
	.moreConts div h4{
		padding:15px 0;
		margin-bottom:20px;
	}
}