@charset "utf-8";
/* CSS Document */
@media screen and (max-width:850px){
	html {
		font-size: 8px;
	}
	body {
		max-width: 850px;
	}
	
	/*--- メインビジュアル ---*/
	.mainvisual {
		width: 100%;
		height: 60vh;
	}
	.catch-copy {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%);
	}
	.catch-copy h2 {
		font-size: 40px;
		line-height: 1.5;
	}
	.catch-copy h2 span {
		font-size: 60px;
	}
	
	/*--- news ---*/
	#news .inner {
		width: 90%;
	}
	
	/*--- about us ---*/
	.a-message {
		text-align: center;
		font-size: 28px;
		line-height: 1.5;
	}
	.a-message span {
		font-size: 40px;
	}
	#aboutus .inner .txt {
		position: relative;
		width: 400px;
		margin-left: 5%;
	}
	#aboutus .inner .txt p {
		width: 90%;
		margin: auto;
		font-size: 14px;
		line-height: 2;
	}
	#aboutus .inner .img {
		right: 5%;
		width: 350px;
	}
	
	#worries .inner {
		width: 90%;
	}
	#worries .inner .txt ul li {
		font-size: 14px;
	}
	
	/*--- twitter ---*/
	.twitter {
		width: 700px;
		margin: auto;
	}
	
	
	/*--- 下層 ---*/
	/*--- メインビジュアル ---*/
	.page-ttl {
		width: 70%;
	}
	.page-ttl h2 {
		font-size: 46px;
	}
	
	/*--- about ---*/
	/*あくせす*/
	.access-map {
		width: 80%;
	}
	.gallery-img {
		width: 80%;
	}

	#service .container {
		width: 100%;
	}
	#service .container p {
		font-size: 22px;
	}
	
	
	/*--- 施術内容 ---*/
	#treatment .inner {
		position: relative;
		z-index: 1;
	}
	#treatment .inner .txt {
		position: relative;
		width: 650px;
		margin-top: 25rem;
		margin-left: 10%;
		padding: 5rem 0;
		background: rgba(255,255,255,0.7);
		z-index: 2;
	}
	#treatment .inner .txt p {
		width: 90%;
		margin: auto;
		font-size: 18px;
		line-height: 2;
	}
	#treatment .inner .img {
		width: 500px;
		position: absolute;
		top: -20rem;
		left: 20%;
	}

	#beauty .inner {
		position: relative;
		z-index: 1;
	}
	#beauty .inner .txt {
		position: relative;
		width: 650px;
		margin-top: 25rem;
		margin-left: 10%;
		padding: 5rem 0;
		background: rgba(255,255,255,0.7);
		z-index: 2;
	}
	#beauty .inner .txt p {
		width: 90%;
		margin: auto;
		font-size: 18px;
		line-height: 2;
	}
	#beauty .inner .img {
		width: 500px;
		position: absolute;
		top: -20rem;
		right: 20%;
	}

	/*price*/
	#price .inner {
		margin: 3rem auto;
		justify-content: center;
		gap:5rem;
		align-items: center;
	}
	.price-box {
		width: 300px;
		padding: 2rem 0;
		background: #fff;
	}
	.p-ttl {
		text-align: center;
		font-size: 22px;
	}
	.p-price {
		text-align: center;
		font-size: 30px;
		font-style: book;
	}
	.p-price .price-b {
		font-size: 50px;
	}
	.p-price .price-s {
		font-size: 18px;
	}
	
	
	/*フォーム*/
	.contact-form {
		width: 90%;
	}
	.form {
		width: 95%;
	}
	
}




@media screen and (max-width:420px){
	html {
		font-size: 6px;
	}
	body {
		max-width: 420px;
	}
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	
	#header h1 a {
		font-size: 50px;
	}
	#header p {
		font-size: 10px;
		margin-top: 5px;
	}
	/*--- メインビジュアル ---*/
	.mainvisual {
		width: 100%;
		height: 90vh;
	}
	.catch-copy {
		width: 74%;
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%);
	}
	.catch-copy h2 {
		font-size: 40px;
		line-height: 2;
	}
	.catch-copy h2 span {
		font-size: 60px;
	}
	
	/*--- news ---*/
	#news .inner {
		width: 90%;
	}
	#news .inner dl {
		width: 90%;
		flex-direction: column;
	}
	#news .inner dl dt {
		width: 25%;
		border-bottom: none;
	}
	#news .inner dl dd {
		width: 100%;
	}
	
	/*--- about us ---*/
	.a-message {
		text-align: center;
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 5rem;
	}
	.a-message span {
		font-size: 28px;
	}
	#aboutus .inner .txt {
		position: relative;
		width: 380px;
		margin-top: 3rem;
		margin-left: auto;
		margin-right: auto;
	}
	#aboutus .inner .txt p {
		width: 90%;
		margin: auto;
		font-size: 14px;
		line-height: 2;
	}
	#aboutus .inner .img {
		position: static;
		width: 350px;
		margin: auto;
	}
	
	#worries p {
		font-size: 16px;
	}
	#worries .inner {
		width: 90%;
		flex-direction: column;
		gap:2rem;
	}
	#worries .inner .txt,
	#worries .inner .img {
		width: 100%;
	}
	#worries .page-link {
		margin-top: 2rem;
	}
	/*--- twitter ---*/
	.twitter {
		width: 350px;
		margin: auto;
	}
	
	/*--- フッター ---*/
	#footer h1 a {
		font-size: 40px;
	}
	#footer p {
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
	.foot-nav {
		margin-top: 20px;
	}
	.foot-nav ul {
		width: 100%;
		justify-content: center;
	}
	.foot-nav li {
		padding: 0 30px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.foot-nav li+ li {
		border-left: 0;
		border-right: 1px solid #fff;
	}
	.foot-nav ul li a {
		font-size: 14px;
		color: #fff;
	}
	#footer p {
		margin-top: 20px;
		text-align: center;
		font-size: 16px;
	}
	.bnrs {
		margin: 5rem auto 0 auto;
		justify-content: center;
		gap: 3rem;
	}
	.linkbnr {
		width: 350px;
		padding: 1.5rem 0;
		background: #fff;
	}
	
	
	
	/*--- 下層 ---*/
	/*--- メインビジュアル ---*/
	.s-mainvisual {
		height: 30vh;
	}
	.page-ttl {
		width: 100%;
	}
	.page-ttl h2 {
		font-size: 30px;
	}
	
	/*--- about ---*/
	/*あくせす*/
	.access-txt {
		font-size: 14px;
	}
	.access-map {
		width: 90%;
	}
	.access-map iframe {
		height: 200px;
	}
	.gallery-img {
		width: 90%;
	}

	#service .container {
		width: 100%;
	}
	#service .container p {
		font-size: 16px;
	}
	
	
	/*--- 施術内容 ---*/
	#treatment .inner {
		position: relative;
		z-index: 1;
	}
	#treatment .inner .txt {
		width: 90%;
		margin-top: 3rem;
		margin-left: auto;
		margin-right: auto;
	}
	#treatment .inner .txt p {
		width: 90%;
		margin: auto;
		font-size: 14px;
		line-height: 2;
	}
	#treatment .inner .img {
		width: 90%;
		position: static;
		margin: auto;
	}

	#beauty .inner {
		position: relative;
		z-index: 1;
	}
	#beauty .inner .txt {
		width: 90%;
		margin-top: 3rem;
		margin-left: auto;
		margin-right: auto;
	}
	#beauty .inner .txt p {
		width: 90%;
		margin: auto;
		font-size: 14px;
		line-height: 2;
	}
	#beauty .inner .img {
		width: 90%;
		position: static;
		margin: auto;
	}

	/*price*/
	#price .inner {
		margin: 3rem auto;
		flex-direction: column;
		gap:3rem;
	}
	.price-box {
		width: 300px;
		margin: auto;
	}
	
	/*--- 症例紹介 ---*/
	.wait {
		width: 300px;
	}
	.wait p {
		font-size: 16px;
	}

	/*フォーム*/
	.contact-form {
		width: 98%;
	}
	.form {
		width: 95%;
	}
	
	
	
}
