@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:120px;
		font-size:24px;
	}
}

.accessMenu .accessMenuConts{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin:150px auto 0;
	max-width:1000px;
}
.accessMenu .accessMenuConts div{
	width:30%;
	margin:15px;
	position: relative;/*相対配置*/
	height:200px;
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.accessMenu .accessMenuConts div::before{
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.accessMenu .accessMenuConts 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:75px 0 70px;
}
.accessMenu .accessMenuConts .kyoto{
	background-image:url("../images/access/kyoto.jpg");	
}
.accessMenu .accessMenuConts .tokyo{
	background-image:url("../images/access/tokyo.jpg");	
}
.accessMenu .accessMenuConts .home{
	background-image:url("../images/access/home.jpg");	
}

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



.access {
	width:900px;
	margin:0 auto;
	padding-top:150px;
	padding-bottom:150px;
}
.access h2{
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	padding:30px;
	font-weight:100;
}
.access img{
	width:100%;
	margin:70px auto 0;
}
.access .txt {
	max-width:600px;
	margin:0 auto;
	padding:50px 50px 0 50px;
}
.access .txt p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size:15px;
	line-height:1.7;
	margin:5px auto;
}
.access .txt .address{
	border-left:3px solid #C8D5BB;
	margin:30px 0 0;
	padding:5px 20px;
}
.access .txt .address p{
	font-size:13px;
	line-height:1.5;
	color:#595857;
}
.access .txt .address .title{
	color:#59665b;
	margin-bottom:0;
	font-weight:bold;
}
.access .txt .address p.naiyo{
	margin-bottom:15px;	
}
.access .txt .address .googleMap{
	margin-top:25px;
}
.access .txt .address .googleMap iframe{
	width:100%;
	height:300px;
}

@media screen and (max-width:768px){
	.access {
		width:100%;
		padding-top:100px;
		padding-bottom:100px;
	}
	.access .txt {
		max-width:500px;
	}
}
@media screen and (max-width:440px){
	.access {
		width:100%;
		padding-top:50px;
		padding-bottom:50px;
	}
	.access h2{
		font-size:24px;
	}
	.access .txt {
		width:85%;
		padding:0;
		margin:30px auto;
	}
	.access .txt p{
		font-size:14px;
	}
	.access .txt .address{
		border-left:3px solid #C8D5BB;
		margin:30px 0 0;
		padding:5px 15px;
	}
	.access .txt .address p{
		font-size:12px;
	}
	.access .txt .address .googleMap iframe{
		height:200px;
	}
}


.backBlue{
	background:#F2F3F4;
}



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

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