@charset "UTF-8";

/*------------------
   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:200;
}

.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;
	}
}


.contents2 {
	padding:150px 0 100px;
	background:#F2F3F4;
}
.contents2 h2{
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	padding:30px;
}
.contents2 .aboutTherapist{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	width:100%;
	max-width:1000px;
	margin:0px auto 50px;
}
.contents2 .aboutTherapist div{
	width:45%;
	padding:25px;
}
.contents2 .aboutTherapist .img img{
	width:100%;
}
.contents2 .aboutTherapist .img img.imgSp{
	display:none;
}
.contents2 .aboutTherapist .txt p.name{
	font-size:26px;
	margin-top:0;
	margin-bottom:30px;
	font-family: 'Montserrat', sans-serif;
	line-height:1.5;
	font-weight:300;
}
.contents2 .aboutTherapist .txt p.name .title{
	font-size:22px;
	font-weight:200;
}
.contents2 .aboutTherapist .txt p{
	font-family: YuGothic,'Yu Gothic','Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size:13px;
	margin:15px auto;
}
.contents2 .aboutTreatment{
	margin-bottom:200px;
}
@media screen and (max-width:768px){
	.contents2 {
		padding:100px 0;
		background:#F2F3F4;
	}
	.contents2 h2{
		font-size:26px;
		padding:30px;
	}
	.contents2 .aboutTherapist{
		margin:50px auto 100px;
	}
	.contents2 .aboutTherapist div{
		width:45%;
		padding:10px;
	}
	.contents2 .aboutTherapist .txt p{
		font-size:13px;
	}
	.contents2 .aboutTreatment{
		margin-bottom:0;
	}
}
@media screen and (max-width:440px){
	.contents2 {
		padding:0 0 30px;
	}
	.contents2 h2{
		font-size:24px;
	}
	.contents2 .aboutTherapist{
		margin:0 auto 50px;
	}
	.contents2 .aboutTherapist div{
		width:100%;
		padding:0;
	}
	.contents2 .aboutTherapist .txt{
		padding:40px 30px 30px;
	}
	.contents2 .aboutTherapist .txt p.name{
		font-size:22px;
		margin-top:0;
		margin-bottom:30px;
		font-family: 'Montserrat', sans-serif;
		line-height:1.5;
	}
	.contents2 .aboutTherapist .txt p.name .title{
		font-size:18px;
	}
	.contents2 .aboutTherapist .img img.imgSp{
		display:block;
	}
	.contents2 .aboutTherapist .img img.imgDt{
		display:none;
	}
}

.contents2 .movie{
	display:none;
}
@media screen and (max-width:440px){
	.contents2 .movie{
		display:block;
		width:100%;
	}
	.contents2 .movie iframe{
		width:100%;
		height:200px;
	}
}

/*アコーディオン*/
.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;
	}
}