/*
Theme Name: Rockstar Music School
Theme URI: https://kanna-lab.com/
Description: Rockstar Muxic School用のテンプレート
Version: 1.0
Author: Makoto Nishiguchi
Author URI: https://kanna-lab.com
*/

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

body {
	color:#101010;
	font-family: Noto Sans CJK JP,Hiragino Kaku Gothic ProN,HiraKakuProN-W3,Meiryo,Yu Gothic Medium,sans-serif;
	font-size: 16px;
	background-color: #fff;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ヘッダー */
header {
	padding-top: 16px;
}

#headerArea {
	width: 1020px;
	margin: 0 auto;
}

#logo {
	float: left;
	margin-bottom: 30px;
}
#logo img {
	width: 100%;
}

/* グローバルナビゲーション */
nav.globalMenuPc {
	margin-bottom: 10px;
}

ul#glonav {
	width: 1020px;
	margin: 0 auto;
}
ul#glonav li {
	border-right: 1px solid #101010;
	width: 166px;;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
ul#glonav li:last-child {
	border-right: none;
}

di.hamburger {
	display: none;
}

nav.globalMenuSp {
	display: none;
}

/* コンテンツ */
#contentArea {
	width: 1020px;
	margin: 0 auto 100px;
}

/* フッター */
footer {
	background-color: #c6c6c6;
	padding: 23px 0;
}

address {
	font-style: normal;
	font-size: 14px;
	text-align: center;
}

#page_top{
	width: 90px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 60px;
	opacity: 0.8;
	border: 3px solid #555;
	border-radius: 15px;
	background-color: #fff;
  }
  #page_top a{
	position: relative;
	display: block;
	width: 90px;
	height: 60px;
	text-decoration: none;
  }
  #page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 25px;
	color: #555;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -25px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }
  #page_top a::after{
	content: 'PAGE TOP';
	font-size: 13px;
	color: #555;
	position: absolute;
	top: 38px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
  }

/* ホーム
----------------------------------------------- */

/* メインビジュアル */
#mainVisual {
	margin-bottom: 78px;	
}
#mainVisual img {
	width:100%;
}

/* リード */
h2.homeLead {
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
}

div.leadLine {
	width: 356px;
	margin: 0 auto 47px;
	border-bottom: 4px solid #c6c6c6;
}

p.leadText {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 96px;
}

/* コンテンツメニュー */
ul.contentNavi {
	overflow: hidden;
	margin-bottom: 60px;
}

ul.contentNavi li {
	width: 464px;
	margin-bottom: 50px;
}
ul.contentNavi li:nth-child(odd) {
	float: left;
}
ul.contentNavi li:nth-child(even) {
	float: right;
}

ul.contentNavi li a {
	display: block;
	padding: 7px;
	border: 1px solid #b5b5b5;
}

p.navPhoto {
	margin-bottom: 18px;
}
p.navPhoto img {
	width: 100%;
}

p.navTitle {
	font-size: 24px;
	padding-left: 12px;
	margin-bottom: 14px;
}

p.navText {
	font-size: 18px;
	padding-left: 12px;
	margin-bottom: 14px;
}

/* お知らせ */
ul.newsList {
	border-top: 1px dashed #101010;
}

ul.newsList li {
	padding: 20px 30px;
	border-bottom: 1px dashed #101010;
}

p.newsDate {
	margin-bottom: 14px;
}

p.newsTitle {
	font-size: 18px;
}

/* 固定ページ
----------------------------------------------- */
#navUnderLine {
	height: 6px;
	background-color: #c6c6c6;
	margin-bottom: 32px;
}

h1.pageH1 {
	text-align: center;
	font-size: 36px;
	width: 400px;
	border-bottom: 5px solid #c6c6c6;
	margin: 0 auto 30px;
	padding-bottom: 30px;
}

#contentArea_small {
	width: 860px;
	margin: 0 auto 100px;
}

/* 投稿ページ
----------------------------------------------- */
h1.singleH1 {
	text-align: center;
	font-size: 30px;
	border-bottom: 3px solid #c6c6c6;
	margin: 0 auto 30px;
	padding-bottom: 30px;
}

div.newsArea {
	width: 860px;
	margin: 0 auto;
}

div.newsArea p {
	margin-bottom: 20px;
	line-height: 1.8em;
}

div.newsArea p a {
	color: #2271b1;
}

div.newsArea img {
	width: 100%;
}

/* コース案内
----------------------------------------------- */
h2.courseName {
	border-left: 11px solid #c6c6c6;
	font-size: 26px;
	padding: 10px 0 10px 13px;
	margin-bottom: 27px;
	margin-top: 40px;
}

p.courseText {
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 16px;
}

div.voiceArea {
	border: 1px solid #626262;
	width: 90%;
	margin: 0 auto;
}

h3.voiceTitle {
	padding: 12px 27px;
	background-color: #e5e5e5;
	font-weight: bold;
}

p.courseVoice {
	padding: 20px 27px;
	line-height: 1.6em;
}
p.courseVoice span {
	display: block;
	margin-bottom: 16px;
}

div.courseArea:last-child {
	margin-bottom:60px;
}

div.coursePrice {
	background-color: #e5e5e5;
	border: 1px solid #626262;
	width: 420px;
	margin: 0 auto 66px;
	padding: 20px 27px;
	font-size: 18px;
	line-height: 2em;
}

/* 講師紹介
----------------------------------------------- */

h2.instructor {
	border-left: 11px solid #c6c6c6;
	font-size: 26px;
	padding: 10px 0 10px 13px;
	margin-bottom: 27px;
}
h2.instructor span {
	display: inline-block;
	font-size: 18px;
	padding-left: 32px;
}

div.instDetail {
	margin-bottom: 60px;
}

p.instPhoto {
	float: left;
	width: 166px;
}

p.instText {
	float: right;
	width: 680px;
	font-size: 18px;
	line-height: 2em;
}

/* オンラインレッスン
----------------------------------------------- */
p.onlineLead {
   font-size: 18px;
   line-height: 2em;
   padding: 0 27px;
	text-align: center;
	margin-bottom:30px;
}

h2.onlineTitle {
	border-left: 11px solid #c6c6c6;
	font-size: 26px;
	padding: 10px 0 10px 13px;
	margin-bottom: 27px;
}

p.onlineListNo {
	padding-left: 20px;
	font-size: 18px;
}

p.onlineDetail {
	line-height: 1.8em;
	padding: 9px 40px 34px;
	font-size: 18px;
}

ul.onlineLists {
	padding-left:50px;
	list-style: circle;
	margin-bottom: 34px;
}

ul.onlineLists li {
	font-size: 18px;
	margin-bottom: 18px;
	line-height: 1.8;
}

a.btn {
	display: block;
	width: 400px;
	text-align: center;
	padding: 20px 0;
	border: 1px solid #000;
	margin: 0 auto 60px;
}

/* アクセス
----------------------------------------------- */
p.vocalStudio {
	font-size: 18px;
	margin-bottom: 20px;
}
p.vocalStudio a{
	color: blue;
	text-decoration: underline;
}

/* お問い合わせ
----------------------------------------------- */
div.contactArea {
	width: 400px;
	margin:0 auto;
}

p.contactLead {
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 30px;
}

div.contactArea dl dt {
	margin-bottom: 16px;
}
div.contactArea dl dd {
	margin-bottom: 32px;
}

input[type="text"], input[type="email"], textarea {
	padding: 8px;
	font-size: 16px;
}

.btn_area {
	display: flex;
	justify-content: space-evenly;
}

.btn_contact {
	display: inline-block;
	border: none;
	border-radius: 8px;
	width: 160px;
	padding: 20px;
	text-align: center;
	background-color: #1da1f2;
	color: #fff;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
	display: block;
	margin-bottom: 10px;
}

dd input, dd textarea {
	width:100%;
}

/* ==============================================
 レスポンシブ
=============================================== */
/* タブレット縦
----------------------------------------------- */
@media screen and (max-width: 1019px) {
	nav.globalMenuPc {
		display: none;
	}

	#headerArea {
		width: 100%;
	}

	#logo {
		width: 300px;
		margin-left: 14px;
		margin-bottom: 20px;
	}

	#contentArea {
		width: 98%;
	}

	/*　ハンバーガーボタン　*/
	.hamburger {
		display : block;
		position: absolute;
		z-index : 3;
		right : 13px;
		top   : 16px;
		width : 42px;
		height: 42px;
		cursor: pointer;
		text-align: center;
  	}
  	.hamburger span {
		display : block;
		position: absolute;
		width   : 30px;
		height  : 2px ;
		left    : 6px;
		background : #555;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition   : 0.5s ease-in-out;
		transition        : 0.5s ease-in-out;
  	}
  	.hamburger span:nth-child(1) {
		top: 10px;
  	}
  	.hamburger span:nth-child(2) {
		top: 20px;
  	}
  	.hamburger span:nth-child(3) {
		top: 30px;
  	}
  
  /* ナビ開いてる時のボタン */
  	.hamburger.active span:nth-child(1) {
		top : 16px;
		left: 6px;
		-webkit-transform: rotate(315deg);
		-moz-transform   : rotate(315deg);
		transform        : rotate(315deg);
  	}
  
  	.hamburger.active span:nth-child(2),
  	.hamburger.active span:nth-child(3) {
		top: 16px;
		-webkit-transform: rotate(-315deg);
		-moz-transform   : rotate(-315deg);
		transform        : rotate(-315deg);
  	}

	  nav.globalMenuSp {
		display: block;
		position: fixed;
		z-index : 2;
		top  : 0;
		left : 0;
		color: #000;
		background: #fff;
		text-align: center;
		transform: translateX(100%);
		transition: all 0.6s;
		width: 100%;
  	}
  
	nav.globalMenuSp ul {
		background: #ccc;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
  
	nav.globalMenuSp ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	nav.globalMenuSp ul li:hover{
		background :#ddd;
	}
  
	nav.globalMenuSp ul li a {
		display: block;
		color: #000;
		padding: 1.6em 0;
		text-decoration :none;
	}
  
	/* このクラスを、jQueryで付与・削除する */
	nav.globalMenuSp.active {
		transform: translateX(0%);
	}

	/* ホーム
	-------------------------------------------- */

	#mainVIsual {
		margin-bottom: 30px;
	}

	h2.homeLead {
		font-size: 24px;
	}

	div.leadLine {
		margin-bottom: 20px;
	}

	p.leadText {
		line-height: 1.6;
		margin-bottom: 50px;
	}

	ul.contentNavi li {
		width: 48%;
		margin-bottom: 30px;
	}

	p.navTitle {
		font-size: 20px;
	}

	p.navText {
		font-size: 14px;
	}

	/* 固定ページ
	----------------------------------------------- */
	#contentArea_small {
		width: 90%;
	}
	
	a.btn {
		width: 86%;
	}
	
	/* 講師紹介
	----------------------------------------------- */
	p.instText {
		width: 70%;
	}

}

/* スマートフォン縦
----------------------------------------------- */
@media screen and (max-width: 599px) {

    address {
		font-size: 12px;
	}
	
	/* ホーム
	-------------------------------------------- */
	#mainVisual {
		margin-bottom: 30px;
	} 
	h2.homeLead {
		font-size: 22px;
	}
	
	h2.homeLead span {
		display: block;
	}

	p.leadText {
		text-align: left;
		width: 88%;
		margin: 0 auto 38px;
	}

	p.navTitle {
		font-size: 20px;
	}
	p.navText {
		font-size: 14px;
	}

	ul.contentNavi {
		margin-bottom: 38px;
	}

	ul.contentNavi li {
		width: 90%;
		margin: 0 auto 30px;
	}

	ul.contentNavi li:nth-child(odd) {
		float: none;
	}
	ul.contentNavi li:nth-child(even) {
		float: none;
	}
	
	/* 固定ページ
	----------------------------------------------- */
	h1.pageH1 {
		width:300px;
		font-size: 24px;
		padding-bottom: 20px;
	}

	/* 投稿ページ
	----------------------------------------------- */
	h1.singleH1 {
		font-size: 20px;
		padding-bottom: 20px;
	}
	
	div.newsArea {
		width: 98%;
	}

	/* コース案内
	----------------------------------------------- */
	h2.courseName {
		font-size: 20px;
	}
	
	p.courseText {
		font-size: 16px;
		margin-bottom: 28px;
	}
	
	div.coursePrice {
		width: auto;
		margin: 28px auto;
		font-size: 16px;
	}
	
	/* 講師紹介
	----------------------------------------------- */
	h2.instructor {
		font-size:20px;
	}
	h2.instructor span {
		display: block;
		font-size: 14px;
		padding-left: 0;
		margin-top: 10px;
	}
	
	p.instPhoto { 
		float: none;
		margin: 0 auto 20px;
	}
	
	p.instText {
		float: none;
		width: 100%;
		font-size:14px;
	}
	
	/* オンラインレッスン
	----------------------------------------------- */
	p.onlineLead {
		font-size: 14px;
		padding: 0;
	}
	
	h2.onlineTitle {
		font-size: 20px;
	}
	
	p.onlineListNo {
		font-size: 16px;
	}
	
	p.onlineDetail {
		font-size: 16px;
		padding: 0px 30px 30px;
	}
	
	ul.onlineLists li {
		font-size: 16px;
		padding-right: 20px;
	}
	
	/* お問い合わせ
	-------------------------------------------- */
	div.contactArea {
		width: 96%;
	}
 
}
