h1 {
    color: white;
}

img {
    width: 100%;
    height: auto;
}

.mobile-image {
    display: none;
}

.photo {
    margin: 0 -5px;
}

.photoItem {
    /* width: 90%; */
    margin: 10px 5px;
}

.photo img {
    width: 100%;
    margin: 0 auto;
}

body {
    margin-bottom: 60px;
}

.top {
    /* background-image: url(./img/gallery01.JPG);
    background-size: contain;
    background-repeat: no-repeat; */
    width: 100%;
	height: auto;
	margin-top:30px;
}

header {
    /*position: absolute;*/
    left: 5%;
    top: 5%;
}

header ul {
    padding: 0;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
	display: block;
	text-align:center;
}

.calender {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 35px;
}

.title {
    font-size: 45px;
    color: black;
    font-weight: normal;
    font-family: "游明朝", "YuMincho", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro W1", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Georgia, serif;
}

li {
    color: white;
    font-size: 24px;
    font-family: "游明朝", "YuMincho", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro W1", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Georgia, serif;
    display: inline-block;
    margin-right: 20px;
}

a {
    text-decoration: none;
    color: white;
}

.content{
		position: absolute;
 top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.subTitle {
    font-size: 35px;
    font-weight: normal;
    font-family: "游明朝", "YuMincho", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro W1", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Georgia, serif;
    margin: 50px 0 40px 0;
}

.section {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1.2px;
    margin: 20px 0 15px 0;
    font-family: "游明朝", "YuMincho", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro W1", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Georgia, serif;
}

hr {
    padding-left: 0;
    margin: 0 20px;
}

.br-sp {
    display: none;
}

p {
    font-size: 18px;
    letter-spacing: 1.2px;
	line-height: 2.5;
	margin-top:30px;
    /*margin-bottom: 50px;*/
    font-family: "游明朝", "YuMincho", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 Pro W1", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Georgia, serif;
}

p.content {
	margin-bottom: 50px;

}

p.note {
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 2;
}

.instagram {
    color: black;
}
.qr_code{
	width:100%;
	margin:0 auto;
}
.qr_code img{
	max-width:80px;
	margin:0 auto;
}

.googleMap {
    color: black;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    font-size: 16px;
    border: none;
    outline: none;
    background: none;
    color: rgb(24, 24, 24);
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    z-index: 999;
}

@media (max-width: 600px) {
    .desktop-image {
        display: none;
    }

    .mobile-image {
        display: block;
    }

    .calender {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    body {
        margin-bottom: 20px;
    }

    .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    header {
        position: absolute;
        left: 5%;
        top: 2%;
    }

    .title {
        font-size: 24px;
    }

    .subTitle {
        font-size: 20px;
        margin: 20px 0 10px 0;
    }

    p {
        font-size: 10.5px;
        letter-spacing: 1px;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    p.note {
        font-size: 8.5px;
        letter-spacing: 0.8px;
        line-height: 1.5;
    }

    .section {
        font-size: 15px;
        letter-spacing: 1.2px;
        margin: 5px 0 10px 0;
    }

    p.content {
        margin-bottom: 0;
        margin-bottom: 20px;
    }

    header ul {
        margin: 1px 0;
    }

    li {
        color: black;
        font-size: 13.2px;
        display: inline-block;
        margin-right: 6px;
    }

    hr {
        padding-left: 0;
        margin: 0 10px;
    }

    .br-sp {
        display: inline;
    }

    #topBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 10px;
        font-size: 14px;
        border: none;
        outline: none;
        background: none;
        color: rgb(24, 24, 24);
        cursor: pointer;
        padding: 10px;
        border-radius: 50%;
        z-index: 999;
    }
}