@charset "utf-8";
/*
	共通 
	update.2021.04.08
*/
*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 	word-break: break-all;
 	word-wrap: break-word;
    overflow-wrap: break-word;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea{
	margin: 0;
	padding: 0;
}
ol, ul{
	list-style:none;
}
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{
	text-align: left;
}
html{
	background:#fff;
	color:#333;
	overflow-y: scroll;
	font-size:10px;
}
body{
	background:#fff;
	color:#333;
	width: 100%;
	min-height: 100vh !important;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:10px;
	line-height: 1.5;
	letter-spacing:0;
	-webkit-text-size-adjust: 100%;
}
/* custom */
a {
	display:inline-block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:focus {
    outline:none;
}
a:link{
	color:#1d2087;
	text-decoration:underline;
}
a:visited{
    color:#1d2087;
    text-decoration:underline;
}
a:hover{
    color:#2969b7;
    text-decoration:underline;
}
a:active{
    color:#2969b7;
    text-decoration:underline;
}

a img, img {
	border: 0;
	vertical-align:bottom;
	line-height:0;
}

img {
	width:100%;
	max-width:none;
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.6;
	cursor: default;
}
table {
	width:100%;
}
a.button {
	display:block;
	width:100%;
	text-decoration:none;
	color:#595757;
}
a.button ,
a.button:hover,
a.button:active {
	color:#595757;
	transition: 0.3s;
}
a.button:hover,
a.button:active  {
	opacity:0.9;
	text-decoration:underline;
}
a.button-switch .on {
	transition: 0.3s;
	display:none;
	opacity:0;
}
a.button-switch .off {
	transition: 0.3s;
	display:inline;
	opacity:1;
}
a.button-switch:hover .on, 
a.button-switch:active .on {
	display:inline;
	opacity:1;
}
a.button-switch:hover .off, 
a.button-switch:active .off {
	display:none;
	opacity:0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}
.clearfix { 
	min-height: 1px;
}
.cleartxt {
	text-indent: -99999%;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}
.clr{
    clear:both;
}
@media print, screen and (min-width: 768px) {
	img {
		width:auto;
		max-width: 100%;
	}
}
/* layout */
.header ,
.main ,
.footer {
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	background:#fff;
}
.container {
	width:auto;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	padding:0 2%;
	overflow: hidden;
}
@media print, screen and (min-width: 768px){
	.header ,
	.main ,
	.footer {
		width:100%;
	}
	.container {
		padding:0 20px;
	}
}
/* s.header */
.header {
	background:url(../img/header.png) repeat-x center top;
	background-size:contain;
	padding:0;
}
.header .logo {
	width:80%;
	padding:2% 0 0;
	max-width:560px;
	margin:0 auto;
}
@media print, screen and (min-width: 768px){
	.header {
		background-size:auto;
	}
	.header .logo {
		padding:40px 0 0;
		width:560px;
	}
}
.main .container > .title {
	position: relative;
	font-size:2.4rem;
	text-align:center;
	line-height:1.2;
	font-weight:700;
	color:#333;
	margin:4% 0 0;
}
.main .section {
	position: relative;
	padding:4% 0 0;
}
.main .section > .title {
	position: relative;
	font-size:2rem;
	text-align:center;
	line-height:1.2;
	font-weight:700;
	color:#333;
	margin-top:4%;
}
.main .section > .text {
	position: relative;
	font-size:1.6rem;
	margin:3% 0 0;
	color:#000;
}
.main .section > *:first-child {
	margin-top:0 !important;
}
@media print, screen and (min-width: 768px){
	.main .container > .title {
		font-size:3.2rem;
		margin-top:40px;
	}
	.main .section {
		padding-top:40px;
	}
	.main .section > .title {
		font-size:2.8rem;
		margin-top:30px;
	}
	.main .section > .text {
		line-height:1.8;
		font-size:1.8rem;
		margin-top:20px;
	}
}
.footer {
	position: relative;
	background:url(../img/footer.png) repeat-x center bottom;
	background-size:contain;
	padding:6% 0 0;
	margin-bottom:3rem;
}
.footer:before {
	position:absolute;
	content:'© 風の音治療院';
	height:3rem;
	width:100%;
	left:0;
	bottom:-3rem;
	background: #8bc6af;
	text-align: center;
	font-size:1.4rem;
	line-height:3rem;
	color:#fff;
}
.footer .nav ul {
	padding:0;
	margin:0;
	font-size:0;
	text-align:center;
	border-top:1px solid #333;
}
.footer .nav li {
	display:inline-block;
	vertical-align: top;
	margin:0;
	padding:0;
	width:100%;
	border-bottom:1px solid #333;
}
.footer .nav a {
	display:block;
	font-size:1.6rem;
	padding:0.75em 0;
	color:#333;
	text-decoration:none;
}
.footer .logo {
	width:50%;
	margin:4% auto 14%;
	max-width:279px;
}
.footer .logo a {
	display:block;
}
@media print, screen and (min-width: 768px){ 
	.footer {
		padding:60px 0 0;
		background-size:auto;
	}
	.footer .nav ul {
		margin:0;
		padding:0;
		border:0;
	}
	.footer .nav li {
		width:auto;
		margin:0;
		padding:0;
		border:0;
		border-right:1px solid #666;
	}
	.footer .nav li:last-child {
		border-right:0;
	}
	.footer .nav li a {
		font-size:1.6rem;
		padding:0;
		margin:0 1em;
		line-height:1.2;
		color:#595757;
	}
	.footer .nav li a:hover, 
	.footer .nav li a:active {
		text-decoration:underline;
	}
	.footer .logo {
		width:279px;
		margin:20px auto 130px;
		padding:0;
	}
}
/* home */
.pg-home .main {
	font-family: 'Noto Serif JP', serif;
}
.pg-home .main .section-1 > .title {
	max-width:370px;
	margin-left:auto;
	margin-right:auto;
}
.pg-home .main .section-1 > .text {
	font-weight: 700;;
}
.pg-home .main .section-1 > .image {
	margin:3% 0 0;
	text-align:center;
	font-size:0;
}
.pg-home .main .section-1 > .image > img {
	display: inline-block;
	width:29%;
	max-width: 200px;
	margin:0 2%;
	vertical-align: top;
}
.pg-home .main .section-2 > .title span {
	position: relative;
	display: inline-block;
	color:#89b3af;
	overflow:visible;
	z-index: 1;
	padding:0 0 2px;
	font-weight: 700;
}
.pg-home .main .section-2 > .title span:before {
	content:'';
	position: absolute;
	background: #e7efc6;
	margin:0 auto;
	height:10px;
	bottom:0;
	left:-1em;
	right:-1em;
	z-index: -1;
}
.pg-home .main .section-2 > .link {
	position: relative;
	margin:0 0 0;
	text-align: center;

}
.pg-home .main .section-2 > .link > a {
	display: block;
	width:60%;
	max-width:300px;
	margin:4% auto 0;
}
.pg-home .main .section-2 > .contact {
	margin:2% 0 0;
}
.pg-home .main .section-2 > .contact > li {
	font-size:1.6rem;
	margin:2% 0 0;
}
.pg-home .main .section-2 > .contact > .title {
	font-weight: 700;
}
.pg-home .main .section-2 > .contact > .address {
	font-weight: 700;
}
.pg-home .main .section-2 > .contact > li > span {
	font-weight:400;
}
@media print, screen and (min-width: 768px){
	
	.pg-home .main .section > .text {
		text-align:center;
	}
	.pg-home .main .section-1 > .title {
		max-width: none;
	}
	.pg-home .main .section-1 > .image {
		margin:20px 0 0;
	}
	.pg-home .main .section-2 > .title span {
		padding:0 0 2px;
	}
	.pg-home .main .section-2 > .title span:before {
		height:10px;
	}
	.pg-home .main .section-2 > .link {
		margin:30px 0 0;
	
	}
	.pg-home .main .section-2 > .link > a {
		display: inline-block;
		vertical-align: middle;
		width:300px;
		margin:0 20px 0;
	}
	.pg-home .main .section-2 > .contact {
		margin:24px auto 0;
		width:700px;
	}
	.pg-home .main .section-2 > .contact > li {
		font-size:1.8rem;
		margin:6px 0 0;
	}
	.pg-home .main .section-2 > .disclaimer {
		text-align:left;
		width:700px;
		margin-left:auto;
		margin-right:auto;
	}

}
.pg-terms .main .section > .title,
.pg-privacy .main .section > .title {
	text-align: left;
}
.pc {
	display:none !important;
}
.sp {
	display:block !important;
}
br.pc {
	line-height:0 !important;
}
br.sp {
	line-height:0 !important;
}
@media print, screen and (min-width: 768px){
	.pc {
		display:block !important;
	}
	.sp {
		display:none !important;
	}
}
/* print */
@media print {
	html{ 
		background:#fff !important;
	 }
	body{
		background:#fff !important;
		-webkit-print-color-adjust: exact;
	}
	.footer {
		border-bottom:0 !important;
	}
}
@page {
	size: A4 portrait;  
	margin-left:   0;
 	margin-right:  0;
 	margin-top:    10mm;
 	margin-bottom: 10mm;
}