@charset "UTF-8";
/* =========================
   Base
========================= */
html {
    font-size: 100%;
}
body {
    margin: 0;
    font-size: 0.8rem;
    color: #4D4539;
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-repeat: repeat;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 1rem;
	background-image: url("../img/footer.png");
}
/*--------------header-------------------*/
header {
    text-align: center;
    background-image: url("../img/top.png");
    background-size: 100%;
    background-position: center top;
    padding: 2rem 0 0 0
}
h1 img{
	margin: auto;
	width: 100%;
	max-width: 500px;
	padding: 3rem 3rem 0;
}
/*--------------main--------------------*/
img.main {
    width: 600px;
    margin: auto;
}
.slider {
		border: #B9A589 1px solid;
    border-top: #B9A589 10px solid;
    border-bottom: #B9A589 10px solid;

        margin: 0px 20px 0
}
.icon {
  transition: transform 0.3s ease;
}
.click{
	background-color: #B9A589;
	color: #fff;
	margin: 3rem 20px 0;
	text-align: center;
	padding-top: 0.5rem;
}
/*--------------message--------------------*/
.message {
    border: #B9A589 3px solid;
    padding: 0.5rem;
    text-align: center;
    margin: 1rem 20px 0;
    background-color: #fff;
}
.qr {
    display: flex;
    align-items: center;
    justify-content: center
}
.qr img {
    width: 50px;
}
.qr a {
    color: #4D4539
}
/*--------------section--------------------*/
section {
    border: #B9A589 3px solid;
    padding: 1rem;
    text-align: justify;
    margin: 0 15px;
    border-radius: 15px;
    background-color: #fff;
}
section img {
    box-shadow: 5px 5px 5px #ccc
}
h2 {
    border-top: #B9A589 3px solid;
    border-bottom: #B9A589 3px solid;
    margin-bottom: 1rem;
    font-size: 1rem;
}
.song {
    display: flex;
    gap: 1rem
}
.song_one {
    width: 45%;
    margin-bottom: 2rem
}
#Book {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
}
#Image {
    width: 35%;
    text-align: center
}
#Text {
    width: 65% !important;
}
.btn {
    width: 100%;
    white-space: nowrap;
    border: #B9A589 2px solid;
    text-align: center;
    line-height: 4rem;
    text-decoration: none;
    padding: 0.3rem 1rem;
    color: #000;
    margin-top: 2rem;
    border-radius: 15px;
    font-size: 0.8rem;
}
.move {
    display: flex;
    align-items: center;
}
.move img {
    width: 30px;
    height: auto;
    box-shadow: none;
}
/*--------------fotter--------------------*/
footer {
    background-image: url("../img/footer.png");
    background-size: cover;
    padding: 5rem 2rem 0rem 0;
}
footer img {
    width: 250px;
	padding-bottom: 1rem;
	margin: auto;
}
footer a {
    color: #fff;
    text-decoration: none;
}
/*--------------デスクトップ用--------------------*/
@media(min-width:750px) {
    body {
        background-image: url("../img/bg.jpg");
        background-size: contain;
        background-position: top left;
    }
    .bg {
        background-image: url("../img/top-l.png");
        background-size: contain;
        background-position: top left;
        background-repeat: no-repeat;
    }
    .wrapper {
        max-width: 600px;
        margin: 0 auto;
		background-image: none
    }
    header {
        background-image: none;
    }
    img.main {
        max-width: 700px;
        margin: auto;
   
    }
    .btn {
        margin-top: 0.3rem;
        line-height: 3rem;
        font-size: 1rem;
    }
	footer{
        background-image: none;
		text-align: right
         }
    footer img{
width: 400px;
}
}