@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


/*===============
基本
===============*/
html {
	font-size: 62.5%; 
}

body {
	font-size: 1.4rem;
	font-family: 'Noto Sans JP', sans-serif;
  color: #333;
	line-height: 1.67;
	background-color: #FFF;
}

@media (min-width: 900px) {
  body {
    font-size: 1.7rem;
	line-height: 1.57;
  }
}

a {
  color: #2f70da;
  text-decoration: none;
	outline: none;
}

a:hover {
  opacity: .8;
}

.pc-only {
	display: none;
}

@media (min-width: 900px) {
	.pc-only {
		display: block;
	}
	
	.sp-only {
		display: none;
	}
}

.container {
  width: 96%;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .container {
    width: 81%;
    max-width: 1000px;
  }
}

/*===============
ヘッダー
===============*/
.site_header {
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	background-color: #2c3139;
	width: 100%;
	padding: 8px 0;
	z-index:100;
}

.site_header .header_logo {
	width: 140px;
}

.main_wrap {
	padding-bottom: 5rem;
}

@media (min-width: 900px) {
	.site_header .header_logo {
		width: 180px;
	}
}


/*===============
ヒーロー
===============*/
.hero {
  margin-top: 56px;
}

.hero img {
  width: 100%;
}

.hero .container {
  width: 100%;
}

@media (min-width: 900px) {
	.hero {
	  margin-top: 67px;
	}
	.hero .container {
    width: 100%;
	  max-width: 1080px;
	}
}


/*===============
セクションタイトル
===============*/
.section_title {
	text-align: center;
	margin-bottom: 3rem;
}

.section_title_en {
	font-size: 1.4rem;
	font-weight: 700;
	color: #99cccc;
}

.section_title_jp {
	font-size: 2.5rem;
	font-weight: 700;
}

.section_title_border {
	width: 70px;
	height: 3px;
	background-color: #99cccc;
	margin: .7rem auto 0;
}


@media (min-width: 900px) {
	.section_title {
		margin-bottom: 6rem;
	}

	.section_title_en {
		font-size: 1.6rem;
	}

	.section_title_jp {
		font-size: 3.8rem;
		font-weight: 700;
	}

	.section_title_border {
		width: 170px;
		margin-top: 1.7rem;
	}
}


/*===============
メッセージ
===============*/
.message {
	padding: 3rem 0 4rem;
}

.message.about {
	padding-bottom: 5rem;
	background-color: #f5f5f5;
}

.message_item {
	text-align: center;
}

.message .message_item_copy {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -1px;
  padding-bottom: 2rem;
}

.message_item_comment_reason {
	margin-bottom: 2.4rem;
}

.message_item_comment_reason_title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #73c3c3;
}

.message_item_comment_reason_des {
	text-align: left;
}

.message_item_comment_about {
	text-align: left;
}


@media (min-width: 900px) {
	.message {
		padding: 6rem 0 10rem;
	}

    .message_item_comment_reason {
		margin-bottom: 4rem;
	}

	.message_item_comment_reason_title {
		font-size: 2rem;
		margin-bottom: 1rem;
	}

	.message.about {
		padding-bottom: 15rem;
	}

	.message_item_comment_about {
		text-align: center;
	}
}


/*===============
レッスンを始めたい方
===============*/
.how {
	text-align: center;
	padding: 3rem 0 6rem;
	background-color: #edf9f8;
}

.how_item {
	margin: 0 auto;
	display: flex;
	padding-bottom: 3rem;
	text-align:left;
	width: 85%;
}

.how_item_no {
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	background-color: #2c3139;
	color: #FFF;
}

.how_item_text {
	width: 80%;
	padding-left: 2rem;
	margin-top: -.6rem;
}

.how_item_title {
	font-size: 2rem;
	font-weight: 700;
}

@media (min-width: 900px) {
	.how {
		padding: 5rem 0 10rem;
	}

	.how_item {
		padding-bottom: 5rem;
		width: 60%;
	}

	.how_item_no {
		width: 70px;
		height: 70px;
		font-size: 3rem;
	}

    .how_item_text {
		padding-left: 2rem;
	}

	.how_item_title {
		font-size: 2.2rem;
	}
}


/*===============
コース会員
===============*/
.course_member {
	text-align: center;
	padding: 3rem 0 6rem;
}

.course_member_wrap {
	display: flex;
	  flex-wrap: wrap;
	  gap: 10px;
}

.course_member_item {
	width: calc((100% - 10px ) / 2);
	border: solid 1px #949494;
	display: flex;
	padding: 1.1rem 0;
	box-sizing: border-box;
	text-align: left;
}

.course_member_item_icon {
	width: 50px;
	margin: 0 .9rem;
}

.course_member_item_price {
	font-size: 1.6rem;
	font-weight: 700;
}

.course_member_item_price span{
	font-size: 1.3rem;
}

.course_member_item_des {
	font-size: 1.3rem;
	color: #9aa7a7;
}


@media (min-width: 900px) {
	.course_member {
		padding: 5rem 0 10rem;
	}

	.course_member_wrap {
		width: 80%;
		margin: 0 auto;
	}

	.course_member_item {
		padding: 1.5rem 0;
	}

	.course_member_item_icon {
		width: 70px;
		margin: 0 1.9rem;
	}

		.course_member_item_price {
		font-size: 2.6rem;
		font-weight: 700;
	}

	.course_member_item_price span{
		font-size: 1.9rem;
	}

	.course_member_item_des {
		font-size: 1.4rem;
	}
}



/*===============
チケット会員
===============*/
.ticket_member {
	text-align: center;
	padding: 1rem 0 6rem;
}

.ticket_member_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.ticket_member_item {
	border: solid 1px #949494;
	width: 31%;
	display: flex;
	padding: .8rem 0 2.8rem;
	box-sizing: border-box;
	text-align: left;
	flex-direction: column;
	align-items: center;
}

.ticket_member_item_icon {
	width: 80px;
	margin-bottom: .7rem;
}

.ticket_member_item_text {
	text-align: center;
}

.ticket_member_item_price {
	font-size: 1.8rem;
	font-weight: 700;
}

.ticket_member_item_des {
	font-size: 1.3rem;
	color: #9aa7a7;
}

@media (min-width: 900px) {
	.ticket_member {
		padding-bottom: 15rem;
	}
	.ticket_member_item {
		padding: 2rem 0 5rem;
	}

	.ticket_member_item_price {
		font-size: 2.8rem;
		font-weight: 700;
	}

	.ticket_member_item_des {
		font-size: 1.5rem;
	}
}


/*===============
インストラクター
===============*/
.instructor {
	text-align: center;
	padding: 3rem 0 6rem;
	background-color: #edf9f8;
}

.instructor_item {
	display: flex;
	flex-direction: column;
	width: 96%;
	margin: 0 auto 2rem auto;
	padding: .8rem;
	background-color: #ffffff6e;
	box-sizing: border-box;
}

.instructor_item_photo {
	width: 80%;
	margin-bottom: .5rem;
}

.instructor_item_name {
	font-size: 2.6rem;
	font-weight: 700;
}

.instructor_item_profile {
	padding: 2rem 0;
	text-align: left;
}

.instructor_item_profile dt {
	padding-bottom: .5rem;
	font-size: 1.6rem;
	font-weight: 700;
}

.instructor_item_profile dd {
	padding-bottom: 2.5rem;
}

@media (min-width: 900px) {
	.instructor_item {
		flex-direction: row;
		justify-content: space-between;
		padding: 2rem;
	}

	.instructor_item_photo {
		margin-top: 4rem;
	}

	.instructor_item_text {
		width: 90%;
		padding-left: 2rem;
	}
}


/*===============
スケジュール
===============*/
.schedule {
	text-align: center;
	padding: 3rem 0 6rem;
}


/*===============
お問い合わせ
===============*/
.contact {
	text-align: center;
	padding: 3rem 0 6rem;
	background-color: #edf9f8;
}

.contact_qr {
	width: 60%;
	margin: 0 auto;
}

.contact_qr img {
	margin-bottom: 1.5rem;
}

@media (min-width: 900px) {
	.contact_qr {
		width: 30%;
	}
}


/*===============
スタジオ
===============*/
.studio {
	text-align: center;
	padding: 3rem 0 4rem;
}

.studio_info {
	margin-bottom: 1rem;
}

.studio_map {
	width: 100%;
	height: 300px;
}
	
@media (min-width: 900px) {
	.studio_map {
		height: 500px;
	}
}




/*===============
フッター
===============*/
.site_footer {
  padding: 3rem 0 4rem;
  background-color: #2c3139;
  text-align: center;
  color: #FFF;
}

@media (min-width: 900px) {
	.site_footer {
	  padding: 5rem 0 6rem;
	}
}



/*===============
フェードイン
===============*/
body {
  animation: fade 1s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




