@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3",
	 "Hiragino Kaku Gothic Pro",
	 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #F6BAC3;
	margin: 0;
	padding: 0;
	color: #42210B;
	font-family: 'Rounded Mplus 1c';
}

#container {
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
	background-color: #FFE6E1;
}
@media only screen and (max-width: 599px) {
	#container {
		width: 100%;
		min-width: 320px;
		margin: 0 auto;
		background-color: #FFE6E1;
	}
}

ul {
	list-style-type: none;
	list-style-position: -1em;
}

.link, .jump, #menu_btn {
	cursor: pointer;
}

.txt_header {
	font-size: large;
	font-weight: bold;
}

.indent {
	margin-left: 1em;
}

.indent2 {
	margin-left: 2em;
}

.br_sp, .br_sp_small {
	display: none;
}
@media (max-width: 380px) {
	.br_sp_small {
		display: block;
	}
}
@media (max-width: 599px) {
	.br_pc {
		display: none;
	}

	.br_sp {
		display: block;
	}
}

.drawer-menu {
	background-color: #F6BAC3;
	height: 100%;
}

/* ヘッダ Start */
#header {
	top: 0;
	position: fixed;
	padding: 10px;
	width: 100%;
	max-width: 940px;
	height: 80px;
	border-bottom: double 5px #F6BAC3;
	background-color: #FFE6E1;
}
@media only screen and (max-width: 599px) {
	#header {
		top: 0;
		position: fixed;
		padding: 10px;
		width: 100%;
		height: 50px;
		border-bottom: double 5px #F6BAC3;
		background-color: #FFE6E1;
	}
}

#header img {
	height: 120px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 599px) {
	#header img {
		height: 80px;
		margin-bottom: 10px;
	}
}

#logo {
	float: left;
}

#menu {
	margin-top: 10px;
	margin-left: 140px;
}
@media only screen and (max-width: 599px) {
	#menu {
		margin-top: 0;
		margin-left: 90px;
	}
}

#menu span {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

#menu .split {
	display: inline;
	border-left:  solid 0.5px #F6BAC3;
	border-right: solid 0.5px #F6BAC3;
	margin: 0 5px;
}
@media only screen and (max-width: 599px) {
	#menu .split {
		display: none;
	}
}

#menu_btn {
	display: none;
}
@media only screen and (max-width: 599px) {
	#menu_btn {
		top: 10px;
		right: 10px;
		position: fixed;
		clear: both;
		display: block;
	}

	#menu_btn img {
		width: 36px;
		height: 36px;
	}
}

@media only screen and (max-width: 599px) {
	#menu .txt_header {
		display: block;
		font-size: 100%;
		font-weight: bold;
	}

	#menu .link {
		display: none;
	}
}

#content_header {
	clear: both;
	text-align: center;
	padding: 140px 10px 0 10px;
}
@media only screen and (max-width: 599px) {
	#content_header {
		clear: both;
		text-align: center;
		padding: 100px 10px 0 10px;
	}
}

#content_header img {
	max-width: 800px;
	width: 100%;
}
/* ヘッダ End */

/* コンテンツ Start */
#content {
	padding: 10px;
}

#content .start, .end {
	clear: both;
}

#content .caption {
	width: 100%;
	margin-bottom: 20px;
}

#content h2 {
	margin: 0;
	padding: 5px 10px;
	background-color: #F6BAC3;
	clear: both;
}

#content h3 {
	margin: 0;
	padding: 5px 10px;
	background-color: #FBCDCD;
	clear: both;
}

#content .emphasize {
	background-color: #C8DD79;
}

#content .caption_img {
	float: left;
	width: 300px;
	margin-top: 5px;
	margin-right: 5px;
}
@media only screen and (max-width: 599px) {
	#content .caption_img {
		width: 100%;
		clear: both;
		text-align: center;
		margin-bottom: 5px;
	}
}

#content .caption_img img {
	width: 300px;
	clear: both;
}
@media only screen and (max-width: 599px) {
	#content .caption_img img {
		width: inherit;
		max-width: 300px;
		clear: both;
	}
}

#content .caption_content_no_img {
	margin: 5px 10px;
	clear: both;
}

#content .img2 {
	display : flex;
	flex-wrap : wrap;
	justify-content : center;
}

#content .img2 img {
	box-sizing : border-box;
	width : 150px;
}

#content .caption_content {
	margin: 5px;
	margin-left: 305px;
}
@media only screen and (max-width: 599px) {
	#content .caption_content {
		margin: 5px;
		clear: both;
	}
}

#content .caption .span_block {
	display: block;
	line-height: 1.5em;
}

#content .caption .txt_header {
	display: inline;
}

#content .bold {
	font-weight: bold;	
}

#content .italic {
	font-style: italic;
}

#content .font_red {
	color: #f84040;
}

#content .highlight {
	background: linear-gradient(transparent 70%, #e5f256 70%);
}

#content .highlight2 {
	background: linear-gradient(transparent 70%, #fdb664 70%);
}

#content .font_small {
	font-size: small;
}

#content em {
	margin: 0 0.5em;
	text-decoration: underline dotted red;
}

#content .caption_content .google {
	margin-top: 10px;
	width: 100%;
	height: 300px;
	border-width: 0;
}

#content .caption_content .google .map {
	margin-left: 10px;
}

#content .caption_content .google_maptxt {
	font-size: small;
}

#content .link_caption {
	text-align: right;
	clear: both;
	margin-right: 10px;
	margin-top: -10px;
}

#content .link_btn {
  font-size: large;
  font-weight: bold;
  margin-top: -10px;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #e3ff64;
  border-bottom: solid 2px #9ce85a;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

#content .link_btn:active {
  border-bottom: solid 2px #89e04f;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#content .jump {
	clear: both;
	margin-top: 0;
	text-decoration: underline;
}

#content ul {
	margin-left: 10px;
	padding: 0;
}

#content li {
	margin: 0;
	padding: 0;
}

#content li:before {
	content: '>';
}

#content .list_mu_note li:before {
	content: '🎵';
	padding-left: 12px;
}

#content .list_square li:before {
	content: '🎹';
}

#content .list_score li:before {
	content: '🎼';
	padding-left: 12px;
}

#content .notes_circle:before {
	content: '◎';
}

#content .notes_caption:before {
	content: '※';
}

#content .notes_question:before {
	content: 'Q. ';
	margin-left: 10px;
}

#content li,.notes {
	padding-left: 1em;
	text-indent: -1em;
}

#content .notes_q {
	padding-left: 2em;
	text-indent: -2em;
}

#content .notes_a {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

#content .notes_answer:before {
	content: 'A. ';
}

#content .white_box {
	background:#ffffff;
	border:4px double #f98289;
	border-radius:10px;
	padding: 10px;
}

#content .voice_box {
	padding: 1em;
	max-width: 90%;
    background: #ffffff;
    box-shadow: 0px 0px 0px 6px #ffffff;
	border-radius:10px;
	display: inline-block;
	text-align: left;
}

.voice_box_parent {
    margin: 1.5em 1em;
	text-align: right;
	display: block;
}

.voice_box_parent:nth-of-type(even) {
    margin: 1.5em 1em;
	text-align: left;
	display: block;
}

#content .voice_box:nth-of-type(even) {
	margin: 10px auto;
}

#content .box_color1 {
    border: dashed 2px #c4eb7b;
}

#content .box_color2 {
    border: dashed 2px #fff45a;
}

#content .box_color3 {
    border: dashed 2px #ff9d48;
}

#content .box_color4 {
    border: dashed 2px #d987ff;
}

#content .voice_name {
	text-align: right;
	display: block;
}

.normal_img {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	display: block;
}

/* コンテンツ End */

/* フッタ Start */
#footer {
	clear: both;
	width: inherit;
	max-width: inherit;
	height: 50px;
	font-size: small;
	border-top: double 5px #F6BAC3;
	background-color: #FFE6E1;
}

#footer p {
	line-height: 1em;
	margin: 10px;
	margin-top: 5px;
}

#footer img {
	height: 36px;
	bottom: 10px;
	right: 10px;
	position: fixed;
}

#end {
	clear: both;
}
/* フッタ End */
