@charset "utf-8";
/* CSS Document */
/* In-page links */
.in-page_links ul {
    margin-bottom: 50px;
}
.in-page_links ul li {
    border-bottom: 1px solid #e8e8e8;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.in-page_links ul li:last-child {
    border-bottom: none;
}
.in-page_links ul li a {
    text-align: center;
    font-weight: bold;
	display: block;
	font-size: 1.5rem;
}
.in-page_links ul li a:visited,
.in-page_links ul li a:hover{
	text-decoration: none;
}
.in-page_links ul li a span.fa.fa-fw.fa-angle-right {
    color: #7948d5;
}

/*Read more*/
.btn_read_more {
	width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
a .btn_read_more {
	
    color: #1e1e1e;
    padding: 1rem 2rem;
    border: 1px solid #1e1e1e;
    margin: 1.5rem auto;
}
a:hover .btn_read_more {
    background-color: #1e1e1e;
    color: #ffffff;
	transition: all 0.3s ease;
	text-decoration: none;
}
a .btn_read_more::after {
	font-family: "FontAwesome";
    content: "\f105";
	padding-left: 1rem;
}
/* MATERIALS */
/* CRAFTMANSHIP */
[data-id="d1784516-2"] .row.grid::before,
[data-id="d1784516-2"] .row.grid::after{
	content: none;
}
[data-id="d1784516-2"] .row.grid {
    margin-bottom: 50px;
	display: flex;
    justify-content: space-between;
}
[data-id="1502492"],
[data-id="1502493"]{
    width: 47%;
}
[data-id="1502492"] img,
[data-id="1502493"] img{
    margin-bottom: 20px;
}

/* Grand Piano Top */
/* Musical Instrument Guide */
.btn_gp_top a,
.btn_musical_instrument_guide a{
    width: 50%;
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 2rem 4rem;
    border: 1px solid #1e1e1e;
    display: block;
    text-align: center;
    margin: 5px auto;
}
.btn_gp_top a:hover,
.btn_musical_instrument_guide a:hover{
    background-color: #fff;
    color: #1e1e1e;
    text-decoration: none;
	transition: all 0.3s ease;
}

.btn_musical_instrument_guide a{
	background-color: #7b316c;
	border: 1px solid #7b316c;
	margin-bottom: 100px;
}
.btn_musical_instrument_guide a:hover{
	background-color: #fff;
	color: #7b316c;
}

/* link_banner */
.link_banner {
	display: block;
    margin-bottom: 50px;
}
.link_banner_sp{
	display: none;
	margin-bottom: 50px;
}
/* make waves bar */
.bg_bar .container-fluid {
    max-width: 100%;
    margin: 100px 0;
    padding: 0;
}
.bg_bar .container-fluid img {
    width: 100%;
}

@media screen and (max-width: 767px){
/* MATERIALS */
/* CRAFTMANSHIP */
[data-id="d1784516-2"] .row.grid {
	display: inherit;
}
[data-id="1502492"],
[data-id="1502493"]{
    width: 100%;
}
/*Read more*/
/* Grand Piano Top */
/* Musical Instrument Guide */
.btn_read_more,
.btn_gp_top a,
.btn_musical_instrument_guide a{
    width: 80%;
}
/* link_banner */
.link_banner {
	display: none;
}
.link_banner_sp{
	display: block
}
/* make waves bar */
.bg_bar .container-fluid {
    margin: 50px 0;
}
}