@charset "utf-8";
/* CSS Document */

/*　header
─────────────────────────────────────────*/
h1 {
	color: #000;
	/*position: fixed;
	top: 200px;
	transform: rotateZ( 90deg );
	z-index: 100;*/
}
#cont01 h2,
#cont02 h2 {
	border-bottom: 1px solid #ddd;
}
/*.btn {
	display: none;
}*/
.br_ttl {
	display: inline-block;
}

/*　main
─────────────────────────────────────────*/
#main {
	overflow: hidden;
}
#main .mainbg .inner {
	background-repeat: no-repeat;
	/*transform: scale(1.2);*/
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#main .n01 .inner {
	background-size: cover;
}
/*#main .n02 .inner {
	background-image: url(../img/main/01.png);
	background-color: #eee;
	background-position: center;
}*/
/*#main .mainbg.active .inner {
	transform: scale(1);
	transition: all 10s ease-in-out 0s;
}*/
.mainbg .inner .txt {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 0 10px;
	/*color: rgba(56, 38, 40, 0.8);*/
	color: #fff;
	opacity: 0;
	transition: all 6s;
	position: absolute;
	bottom: 0;
}
.mainbg.active .inner .txt {
	opacity: 1;
}
.mainbg .inner p {
	line-height: 1.4;
}
.mainbg .subtxt {
	letter-spacing: 0.1em;
	padding: 0 0 10px;
}
/*#main .n01 .inner p {
	color: rgba(255, 255, 255, 0.8);
}
#main .n02 .inner p {
	color: rgba(56, 38, 40, 0.8);
}*/

/*#main .slide-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.no1 {
	background-image: url(../img/main/AdobeStock_180663833_Preview.jpeg);
}
.no2 {
	background-image: url(../img/main/AdobeStock_56304786_Preview.jpeg);
}
.no3 {
	background-image: url(../img/main/main-03.jpg);
}*/

/*#cont01 {
	background-image: url(../img/ac/03.jpg);
	background-position: right 100px bottom;
	background-size: 600px;
}
#cont02 {
	background-image: url(../img/ac/02.jpg);
	background-position: left 100px bottom;
	background-size: 400px;
}
.move {
	background-repeat: no-repeat;
	transition: all 1.5s ease-in-out 0s;
}
#cont01.move.animated {
	background-position: right 100px bottom 200px;
}
#cont02.move.animated {
	background-position: left 100px bottom 100px;
}*/

#container {
	background-color: #fff;
	position: relative;
}

/*　first
─────────────────────────────────────────*/
#first {
	line-height: 2;
}
#first h2 {
	margin-bottom: 40px;
}
#first p {
	font-size: 110%;
	margin-bottom: 20px;
}

/*　contents
─────────────────────────────────────────*/
.content {
	line-height: 2;
}
.content img {
	display: block;
	width: 100%;
}
.content p {
	font-size: 110%;
	margin-top: 40px;
}
#cont02 .bold {
	color: olive;
	display: inline-block;
	font-family: 'Mrs Saint Delafield', cursive;
	font-weight: lighter;
	font-size: 200%;
	line-height: 1.6;
	letter-spacing: 0.038em;
	margin-top: 10px;
}

/*　therapist
─────────────────────────────────────────*/
#therapist h2 {
	margin-bottom: 40px;
}
#therapist li a {
	color: inherit;
}
#therapist img {
	display: block;
	width: 100%;
}
#therapist figcaption {
	font-size: 100%;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#therapist dd {
	display: inline-block;
	margin-right: 10px;
}
.shift {
	border-bottom: 2px solid #9a804f;
	padding: 10px 0;
}

/*──────────────────────────────────────────────────────────────────────

  PC｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 1367px) {
	h1 {
		padding: 15px 0 0 15px;
	}
	#main {
		padding: 20px 60px 0 0;
	}
	#main .mainbg {
		/*height: calc(100vh - 173px);*/
		height: 600px;
		overflow: hidden;
	}
	#main .n01 .inner {
		background-image: url(../img/main/main_02.jpg);
	}
	#main .mainbg .inner {
		height: 100%;
	}
	#main .n01 .inner {
		background-position: center;
	}
	#main .n02 .inner {
		background-size: 80px auto;
	}
	.mainbg .inner p {
		font-size: 400%;
	}
	.mainbg.active .inner .txt {
		bottom: 44%;
	}
	/*#main .slide-img {
		height: calc(100vh - 184px);
	}*/
	/*#main-slider .slick-prev,
	#main-slider .slick-next {
		top: 50%;
	}
	#main-slider .slick-prev {
		left: 40px;
	}
	#main-slider .slick-next {
		right: 40px;
	}*/
	#first {
		max-width: 800px;
		margin: 0 auto;
		padding: 40px;
		text-align: center;
	}
	#cont02 {
		margin-bottom: 140px;
	}
	.content .flex {
		display: flex;
		padding: 80px 6% 0;
	}
	#cont02 .reverse {
		flex-flow: row-reverse;
	}
	.content .txt {
		padding: 60px 40px;
		width: 53%;
	}
	.content .img {
		margin-top: -40px;
		width: 40%;
	}
	.content img {
		height: 700px;
		object-fit: cover;
		object-position: top center;
	}
	.content .right {
		margin-left: 7%;
	}

	#therapist {
		margin-bottom: 100px;
	}
	#therapist .inner {
		margin: 60px 40px;
	}
	#therapist .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#therapist li {
		width: calc(94% / 4);
	}
	#therapist .imgwrap {
		overflow: hidden;
		/*height: 256px;
		width: 456px;*/
	}
	#therapist img {
		transform: scale(1);
		transition: all 6s ease-in-out 0s;
		height: 380px;
		object-fit: cover;
		object-position: top center;
		width: 100%;
	}
	#therapist img:hover {
		transform: scale(1.2);
	}
	#therapist figcaption {
		margin-top: 20px;
	}
}

/*──────────────────────────────────────────────────────────────────────

  laptop｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 1280px) and (max-width: 1366px) {
	h1 {
		padding: 15px 0 0 15px;
	}
	#main {
		margin: 20px 60px 0 0;
	}
	#main .mainbg {
		/*height: calc(100vh - 173px);*/
		height: 405px;
		overflow: hidden;
	}
	#main .n01 .inner {
		background-image: url(../img/main/main_02.jpg);
	}
	#main .mainbg .inner {
		height: 100%;
	}
	#main .n01 .inner {
		background-position: center;
	}
	#main .n02 .inner {
		background-size: 80px auto;
	}
	.mainbg .inner p {
		font-size: 380%;
	}
	.mainbg.active .inner .txt {
		bottom: 38%;
	}
	/*#main .slide-img {
		height: calc(100vh - 184px);
	}
	#main-slider .slick-prev,
	#main-slider .slick-next {
		top: 50%;
	}
	#main-slider .slick-prev {
		left: 40px;
	}
	#main-slider .slick-next {
		right: 40px;
	}*/
	#first {
		max-width: 800px;
		margin: 0 auto;
		padding: 40px;
		text-align: center;
	}
	#cont02 {
		margin-bottom: 80px;
	}
	.content .flex {
		display: flex;
		padding: 60px 6% 0;
	}
	#cont02 .reverse {
		flex-flow: row-reverse;
	}
	.content .txt {
		padding: 60px 40px;
		width: 53%;
	}
	.content .img {
		margin-top: -40px;
		width: 40%;
	}
	.content img {
		height: 620px;
		object-fit: cover;
		object-position: top center;
	}
	.content .right {
		margin-left: 7%;
	}


	#therapist {
		margin-bottom: 100px;
	}
	#therapist .inner {
		margin: 60px 80px;
	}
	#therapist .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#therapist li {
		width: calc(94% / 4);
	}
	#therapist .imgwrap {
		overflow: hidden;
		/*height: 189px;
		width: 336px;*/
	}
	#therapist img {
		transform: scale(1);
		transition: all 6s ease-in-out 0s;
		height: 300px;
		object-fit: cover;
		object-position: top center;
		width: 100%;
	}
	#therapist img:hover {
		transform: scale(1.2);
	}
	#therapist figcaption {
		margin-top: 20px;
	}
}

/*──────────────────────────────────────────────────────────────────────

  Tablet｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (min-width: 835px) and (max-width: 1279px) {
	h1 {
		padding: 15px;
	}
	#main .mainbg {
		/*height: calc(70vh - 184px);
		min-height: 540px;*/
		height: 540px;
	}
	#main .n01 .inner {
		background-image: url(../img/main/main_02.jpg);
	}
	#main .mainbg .inner {
		height: 100%;
	}
	#main .n01 .inner {
		background-position: center;
	}
	#main .n02 .inner {
		background-size: 80px auto;
	}
	.mainbg .inner p {
		font-size: 380%;
	}
	.mainbg.active .inner .txt {
		bottom: 44%;
	}
	/*#main .slide-img {
		height: calc(70vh - 184px);
		min-height: 540px;
	}
	#main-slider .slick-prev,
	#main-slider .slick-next {
		top: 50%;
	}
	#main-slider .slick-prev {
		left: 40px;
	}
	#main-slider .slick-next {
		right: 40px;
	}*/
	#first {
		max-width: 800px;
		margin: 0 auto;
		padding: 40px;
		text-align: center;
	}
	#cont02 {
		margin-bottom: 20px;
	}
	.content .flex {
		display: flex;
		padding: 80px 60px 0;
	}
	#cont02 .reverse {
		flex-flow: row-reverse;
	}
	.content .txt {
		padding: 0 40px 60px;
		width: 53%;
	}
	.content .img {
		margin-top: -40px;
		width: 40%;
	}
	.content .right {
		margin-left: 7%;
	}

	#therapist {
		margin: 100px 60px;
	}
	#therapist .flex {
		display: -webkit-box;
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#therapist li {
		width: calc(94% / 4);
	}
	#therapist img {
		height: 240px;
		object-fit: cover;
		object-position: top center;
		width: 100%;
	}
	#therapist figcaption {
		margin-top: 20px;
	}
}
@media screen and (min-width: 569px) and (max-width: 834px) {
	h1 {
		padding: 15px;
	}
	#main .mainbg {
		/*height: calc(70vh - 184px);
		min-height: 320px;*/
		height: 400px;
	}
	#main .n01 .inner {
		background-image: url(../img/main/main_02_sp.jpg);
	}
	#main .mainbg .inner {
		height: 100%;
	}
	#main .n01 .inner {
		background-position: center;
	}
	#main .n02 .inner {
		background-size: 80px auto;
	}
	.mainbg .inner p {
		font-size: 360%;
	}
	.mainbg.active .inner .txt {
		bottom: 38%;
	}
	/*#main .slide-img {
		height: calc(70vh - 184px);
		min-height: 320px;
	}
	#main-slider .slick-prev,
	#main-slider .slick-next {
		top: 50%;
	}
	#main-slider .slick-prev {
		left: 40px;
	}
	#main-slider .slick-next {
		right: 40px;
	}*/
	#first {
		padding: 20px 100px;
		text-align: center;
	}
	.content .flex {
		display: flex;
		padding: 60px 40px 0;
	}
	#cont02 .reverse {
		flex-flow: row-reverse;
	}
	.content .txt {
		width: 53%;
	}
	.content .right.txt {
		padding: 0 10px 40px 20px;
	}
	.content .left.txt {
		padding: 0 20px 40px 10px;
	}
	.content .img {
		margin-top: -40px;
		width: 45%;
	}
	.content img {
		height: 540px;
		object-fit: cover;
		object-position: top center;
	}
	.content .right {
		margin-left: 2%;
	}

	#therapist {
		margin: 60px 40px 100px;
	}
	#therapist .overflow {
		overflow-x: auto;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 40px;
	}
	#therapist ul {
		display: inline-table;
		max-width: 100%;
	}
	#therapist li {
		display: table-cell;
		min-width: 320px;
		width: calc(100% / 4);
	}
	#therapist figure {
		margin-right: 20px;
	}
	#therapist img {
		height: 300px;
		object-fit: cover;
		object-position: top center;
		width: 100%;
	}
	#therapist figcaption {
		margin-top: 20px;
	}
}


/*──────────────────────────────────────────────────────────────────────

  smartphone｜layout

──────────────────────────────────────────────────────────────────────*/
@media screen and (max-width: 568px) {
	h1 {
		text-align: center;
		padding: 15px;
	}
	h2 {
		text-align: center;
	}
	#main .mainbg {
		/*height: calc(100vh - 94px);
		height: calc(100vh - 134px);
		max-height: 540px;
		min-height: 320px;*/
		height: 500px;
	}
	#main .n01 .inner {
		background-image: url(../img/main/main_02_sp.jpg);
	}
	#main .mainbg .inner {
		height: 100%;
	}
	#main .n01 .inner {
		background-position: center;
	}
	#main .n02 .inner {
		background-size: 80px auto;
	}
	.mainbg .inner p {
		font-size: 280%;
	}
	.mainbg.active .inner .txt {
		bottom: 42%;
	}
	/*#main .slide-img {
		height: calc(100vh - 94px);
		min-height: 320px;
	}
	#main-slider .slick-prev,
	#main-slider .slick-next {
		bottom: 5%;
	}
	#main-slider .slick-prev {
		left: 20px;
	}
	#main-slider .slick-next {
		right: 20px;
	}*/
	/*#first p .br {
		display: none;
	}*/
	/*.img {
		padding: 0 40px;
	}*/
	#first {
		padding: 40px 20px 20px;
	}
	#cont02 .sp_br {
		display: block;
	}
	.content img {
		height: 460px;
		object-fit: cover;
		object-position: top center;
	}
	.txt {
		padding: 40px 20px;
	}


	#therapist {
		padding: 20px;
	}
	#therapist h2 {
		text-align: center;
	}
	#therapist .overflow {
		overflow-x: auto;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 40px;
	}
	#therapist ul {
		display: inline-table;
		max-width: 100%;
	}
	#therapist li {
		display: table-cell;
		min-width: 320px;
		width: calc(100% / 4);
	}
	#therapist li img {
		height: 320px;
		object-fit: cover;
		object-position: top center;
		width: 100%;
	}
	#therapist figure {
		margin-right: 20px;
	}
	#therapist figcaption {
		margin-top: 10px;
	}
}

@media screen and (min-width: 320px) and (max-width: 359px) {
	.btn {
		margin: 40px;
	}
}