@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
    overflow-y: auto;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: bottom;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:active,
a:focus {
    outline: none;
}

html {
    font-size: 62.5%;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}
/*---------------全体---------------*/
body {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    color: #333;
    overflow: hidden;
    line-height: 1.5;
    height: 100%;
    margin: 0 auto;
    letter-spacing: 2px;
}
.contents-bg a {
    cursor: pointer;
}
.about,
.event-area,
.info-event {
    margin-bottom: 80px;
}

.about-point {
    margin: 80px 0 0 0;
}

.contents-bg {
    box-sizing: border-box;
    color: #333;
    height: 100%;
    background: linear-gradient(to bottom right, #ebe7e1 50%, #f0efeb 50%);  
    padding: 80px 0;
}
.contents-bg ul li {
    list-style: initial;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 40px;
}
.title {
    padding: 64px 0;
    text-align: center;
}
.title div {
    font-size: 2rem;
}
.title h1 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #a69a87;
}
.btnarea {
    text-align: center;
    margin-bottom: 64px;
}
.btn {
    display: inline-block;
    padding: 1rem 6rem;
    text-decoration: none;
    color: #fff;
    border: solid 3px #d59e13;
     background-image: linear-gradient(177deg, rgba(255, 242, 58, 1), rgba(242, 209, 38, 1) 0%, rgba(224, 162, 8, 1) 90%);
    border-radius: 80px;
    transition: .4s;
    font-size: 20px;
    font-weight: bold;
}

.btn:hover {
    opacity: .5;
    color: #fff;
}

.DL span {
    display: block;
}

.info {
    margin:  0 40px;
}
.foriphone {
    margin: 16px;
}
.notes {
    text-align: left;
    border: 1px solid #c8c8c8;
    padding: 16px;
    margin: 40px 0 80px 0;
}
.notes h5{
    font-size: 1.5rem;
    margin: 0;
}
.notes ul {
    padding: 16px 0 0 24px;
}
.notes ul li {
    margin-bottom: 8px;
    list-style-type: disc;
}
@media only screen and (max-width: 780px) {
	.pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .contents-bg {
        padding: 16px 0;
    }
    .container {
        width: 95%;
    }
    .title {
        padding: 32px 0;
    }
    .info {
        margin: 0 24px;
    }
    .btn {
        padding: 1rem 3rem;
    }
    .foriphone {
        margin: 0;
    }
}