 @charset="UTF-8";
 
 
/* 共通部分 ----------------------------*/
html, body {
	over-flow-x:hidden;
}

html {
	font-size: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	color: #4A4A4A;
	background-color:#F2EEE8;
	line-height: 1.9;
	font-size: 14px;
	line-break: strict;
	overflow-wrap: break-word;
}
a {
	text-decoration: none;
	color: inherit;
}
p {
	margin-bottom: 20px;
	line-height: 1.9;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
ul {
	list-style: none;
}

.wrapper {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
}

.section-title{
    width: auto;
    margin: 0 0 40px;
}

.section-title img{
    display: none;
}

.title-text{
    position: static;
    transform: none;
    text-align: left;
}

.title-text h2{
    font-size: 22px;
    margin: 0;
}

.title-text h3{
	font-family: "Montserrat", sans-serif;
    font-size: 15px;
    margin-top: 0px;
    color: #8FA58E;
}

/* ヘッダー ----------------------------*/
.header {
	display: flex;
	align-items: center;
	padding: 20px 24px;
	background color: #FFFDF8;
	justify-content: center;
}

.icon {
	width: 42px;
	display: block;
}

.nav {
	padding-bottom: 6px;
}
	
.nav-list {
	display: flex;
	list-style: none;
	align-items: center;
	gap:20px;
	padding: 0;
	margin: 0;
}

.nav-list li{
	position: relative;
	padding: 0 16px;}

.nav-list li:not(:last-child)::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
	width: 1px;
	height: 14px;
	background-color:#FFFDF8;
}

.nav-list a {
	font-family: "Montserrat", sans-serif;
	display: flex;
	align-items: center; 
	text-decoration: none;
	color: #4A4A4A;
	font-size: 12px;
	letter-spacing: .04em;
}

.nav-list img {
	width: 22px;
	height: auto;
	display: block;
}

.nav-list a:hover {
	color: #7A9273
}

nav ul {
	gap: 20px;
}

/* トップ ----------------------------*/
.fv {
	min-height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	text-align: center;
	padding: 56px 24px 64px;
}

.fv-en{
	font-family: "Montserrat", sans-sarif;
	font-size: 20px;
	letter-spacing: .16em;
	color: #7A9273;
	animation: fadeUp 1s ease forwards;
	margin-bottom: -4px;
}

.fv-logo{
	width: 220px;
	animation: fadeUp 1s ease .2s forwards;
	opacity: 0;
}
	
.fv-copy{
	font-size: 14px;
	letter-spacing: .08em;
	color: #4A4A4A;
	animation: fadeUp 1s ease .4s forwards;
	opacity: 0;
}

.fv-gallery{
	display: flex;
	gap: 16px;
	justify-content: center;
	margin-top: 48px;
}

.gallery-item{
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 1s forwards;
	width: clamp(100px, 30vw, 260px);
	height: auto;
	border-radius: 16px;
}

.item1 {
	animation-delay: 1s;
}

.item2 {
	animation-delay: 2s;
}

.item3 {
	animation-delay: 3s;
}

@keyframes fadeUp{
	from{
		opacity: 0;
		transform: translateY(20px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}

/* 音楽療法とは ----------------------------*/
.about-bg {
	background-color: #FFFDF8;
	padding: 48px 20px 64px;
	width: 100%;
}

.about {
	max-width: 1200px;
	margin: 0 auto;
}

.about h2 {
	font-size: 20px;
	line-height: 1.7;
	margin-bottom: 24px;
}
.about h3 {
	font-size: 16px;
}
.about p{
	margin-bottom: 14px;
	line-height: 1.9;
	margin bottom:40px;
	width:92%;
}
.about-text {
	margin-top: 8px;
	width:92%;
}
.about .bird {
	width: 60px;
	margin-left: auto;
	margin-bottom: -10px;
}
.effect-list {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 8px;
	margin-bottom: 36px;
}
.effect-item {
	width: 31%;
	transition:0.3s;
}
.effect-item:hover {
	transform:translateY(-4px)
}
.circle-green{
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #DCE8D4;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.circle-green h3{
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 8px;
}

.circle-green img{
    width: 24px;
    height: auto;
}


/* About us ----------------------------*/
.profile{
    padding: 56px 24px 64px;
    position: relative;
    overflow: hidden;
}

.profile h4,
.profile p,
.profile .section-title {
    position: relative;
    z-index: 2;
}

.profile h4{
    font-size: 18px;
    text-align: center;
    margin-bottom: 28px;
}

.profile p{
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 20px;
}

/* piano */

.profile .piano{
    position: absolute;
    width: 190px;
    top: 360px;
    right: 20px;
    z-index: 1;
    display: block;
}

/* 活動内容 ----------------------------*/
.program-bg {
	background-color: #FFFDF8;
	padding: 56px 24px 64px;
	width: 100%;
}

.program {
	
}
.programs {
	margin-top: 32px;
}
.orange {
	background-color: #fff;
	border-radius: 24px;
	padding: 24px 20px;
	margin-bottom: 28px;
	text-align: left;
}
.program h4 {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 8px;
}
.program h5 {
	font-family: "Montserrat", sans-serif;
	margin-bottom: 16px;
	font-size: 14px;
}
.program h5 a {
	color: #8A7A6A;
	text-decoration: none;
	font-weight: 600;
}
.program h6 {
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: 8px;
}
.program p {
	line-height: 1.9;
	margin-bottom: 16px;
	color: #4A4A4A;
	margin-bottom: 20px;
}
.play {
	width: 28px;
	display: block;
}

.result-link {
	display:　block;
	width: 100%;
	margin: 24px 0 0 auto;
	text-decoration: underline;
	text-underline-offset: 4px;
	font-weight: 600;
	color: #8A7A6A;
}

.result-link:hover{
	text-decoration: underline;
}

/* 問い合わせフォーム ----------------------------*/
.contact{
    background-color: #F2EEE8;
    padding: 56px 24px 48px;
}

.contact-form{
    margin-top: 32px;
}

.contact-form h6{
    font-size: 14px;
    margin: 20px 0 8px;
}

.contact input,
.contact textarea{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
}

.contact input {
	padding: 14px;
}

.contact textarea{
    min-height: 110px;
}

.submit-btn{
    display: block;
    width: auto;
    min-width: 96px;
    margin: 32px auto 0;
    padding: 10px 28px;
    background-color: #DCE8D4;
    color: #4A4A4A;
    border: none;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
}


/* フッター ----------------------------*/
footer {
	padding-top: 50px;
	text-align: center;
}


/* メディアクエリー ----------------------------*/
@media screen and (min-width: 768px){

  body{
  	font-size: 15px;
  }
  
  .wrapper{
    width: 100%;
    margin: 0 auto;
    max-width: none;
  }

  .header{
    padding: 28px 0;
  }

  .nav-list{
    justify-content: center;
    gap: 0;
  }

  .nav-list li{
    position: relative;
    padding: 0 32px;
  }

  .nav-list li:not(:last-child)::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #CFC8BF;
  }

  .nav-list a{
    font-size: 14px;
    white-space: nowrap;
  }

  .fv{
    padding: 80px 24px 96px;
  }

  .fv-logo{
    width: 300px;
  }
  
  .fv-en {
  	font-size: 22px;
  	font-weight: 500;
  	letter-spacing: .18em;
  }
  
  .fv-logo{
  	width:360px;
  }
  
  .fv-copy{
  	font-size: 18px;]
  	font-weight: 500;
  }

  .about,
  .profile,
  .program,
  .contact{
    padding-left: 80px;
    padding-right: 80px;
  }

  .about h2{
    font-size: 30px;
    line-height: 1.7;
  }
  
  .about h3{
  	font-size: 20px;
  }
  
  
  .about h2, .about p{
  	max-width: 760px;
  }
  
  .about p{
  	font-size: 18px;
  	line-height: 2.1;
  }
  
  .about .bird{
  	width: 120px;
	margin-left: auto;
	margin-bottom: -10px;
  }
  
  .circle-green img{
    width: 45px;
    height: auto;
}
  
  .effect-list{
  	margin-top: 48px;
  	gap: 56px;
  }
  
  .circle-green{
  	width: clamp(180px, 25vw, 300px) !important;
  	height: clamp(180px, 25vw, 300px) !important;
  }
  
  .profile p{
  	font-size: 18px;
  	line-height: 2.3;
  }
  
  .profile-inner{
  	max-width: 900px;
  	margin: 0 auto;
  }
  
  .program{
  	padding: 88px 96px
  }
  
  .programs{
  	max-width: 820px;
  	margin: 56px auto 0;
  }
  
  .orange{
  	margin-bottom: 56px;
  }
  
  .program h4{
  	font-size: 22px;
  	line-height: 1.6;
  }
  
  .program h6{
  	font-size: 16px;
  	line-height: 1.8;
  }
  
  .program p{
  	font-size: 15px;
  	line-height: 2;
  }
  
  .h2 {
  	font-size: 42px;
  }
  
  .h3{
  	font-size: 36px;
  }
  
  .h4 {
  	font-size: 22px;
  }

  .p{
    font-size: 18px;
    line-height: 2;
  }
  
  .fv, .about, .profile, .program, .contact {
  	max-width: 1200px;
  	margin: 0 auto;
  }
}

.section-title{
	marigin-bottom: 80px;
}

@media screen and (max-width: 767px){	

	.nav-list{
		gap: 0;
		justify-content:center;
	}
	
	.nav-list li{
    	position: relative;
    	padding: 0 8px;
    }
    
    .nav-list a{
    	font-size: 11px;
    	white-space: nowrap;	
    }

  .nav-list li:not(:last-child)::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: #CFC8BF;
  }

}
