@charset "UTF=8";

h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
    margin-top: 0;
}

body {
    margin: 0;

    color: #707070;
    font-family: 'Zen Kaku Gothic New', sans-serif;    
    background-image: url(images/bg-i.svg);
    background-repeat: repeat;
}

.wrapper{
    max-width: 980px;
    margin: 0 auto;
}
.small {
    font-size: 1.4rem;
    color:#BB8DBE;
    line-height: 1.4;
}
.txt-center {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.lead {
    padding: 0 10px;
    margin-bottom: 40px;

    font-size: 1.1rem;
    line-height: 2;
}
h1{
    margin-bottom: 0;
}
h1 img {
    width: 100%; 
}

/*-- 見出しのスタイル --*/

.main-title {
    margin-top: 80px;

    font-size: 5rem;
    font-family: 'Kaisei Tokumin', serif;

    color: #BB8DBE;
    text-shadow: 2px 2px 2px #071169;

    border-bottom: dotted 7px #59C3E1;
    display: inline-block;
}
.content-title {
    padding: 0 10px;
    margin-bottom: 30px;

    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.1;

    border-bottom: dotted 4px #D5EAD8;
    display: inline-block;
}


/*-- access --*/

.access-area {
    background:linear-gradient(0deg,#D5EAD8 0%,#D5EAD8 50%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 100%);
    position: relative;
}
.access {
    padding-top: 70px;
    margin-bottom: 0;

    color: #BB8DBE;
    font-size: 2rem;
    font-family: 'Alexandria', sans-serif;

    position: absolute;
    left: 1rem;
}
.access-dt {
    padding-top: 160px;
    font-size: 1.8rem;
    
    position: absolute;
    left: 3rem;
}
.access-dd{
    padding-top: 62px;

    position: absolute;
    left: 9rem;
}
.access-dl {
    height: 240px;

    margin-bottom: 0;
}
.map {
    position: absolute;
    right: 1rem;
}


/*-- imgのレイアウト --*/

.schedule {
    position: absolute;
    
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.5rem;
    box-shadow: 2px 2px 10px rgba(187, 141, 190, 0.9);
    font-size: 1rem;
}


/*-- イルミネーション --*/
.relative-area {
    position: relative;
}
.relative-area__ill {
    height: 860px;
}
.ill-img01,
.ill-img02,
.ill-img03,
.ill-img04 {
    position: absolute;
}
.ill-img01 {
    width: 36%;
    top: 1%;
    left: 63%;
}
.ill-img02 {
    width: 25%;
    top: 24%;
    left: 44%;
}
.ill-img03 {
    width: 48%;
    top: 50%;
    left: 46%;
}
.ill-img04 {
    width: 43%;
    top: 33%;
    left: 9%;
}
.illumination-schedule {
    top: 78.5%;
    left: 17%;
}

/*-- 雪まつり --*/
.relative-area__snow {
    height: 900px;
}
.snow-img01,
.snow-img02,
.snow-img03,
.snow-img04 {
    position: absolute;
}
.snow-img01 {
    width: 23%;
    top: 0;
    left: 26%;
}
.snow-img02 {
    width: 36%;
    top: 15%;
}
.snow-img03 {
    width: 48%;
    top: 32%;
    left: 48%;
}
.snow-img04 {
    width: 43%;
    top: 50%;
    left: 12%;
}
.snow-schedule {
    top: 80%;
    left: 60%;
}

/*-- 雪灯路 --*/
.relative-area__sl {
    height: 810px;
}
.sl-img01,
.sl-img02,
.sl-img03,
.sl-img04 {
    position: absolute;
}
.sl-img01 {
    width: 36%;
    top: 0;
    left: 63%;
}
.sl-img02 {
    width: 25%;
    top: 75%;
    left: 37.8%;
}
.sl-img03 {
    width: 48%;
    top: 39%;
    left: 52%;
}
.sl-img04 {
    width: 43%;
    top: 36%;
    left: 8%;
}
.snow-light-schedule {
    top: 93%;
    left: 64%;
}

/*-- 温泉街 --*/
.relative-area__hs {
    height: 750px;
}
.hs-img01,
.hs-img02,
.hs-img03 {
    position: absolute;
}
.hs-img01 {
    width: 48%;
    top: 5%;
    
}
.hs-img02 {
    width: 35%;
    top: 30%;
    left: 42%;
}
.hs-img03 {
    width: 25%;
    top: 60%;
    left: 26%;
}

/*-- footer --*/
footer p {
    text-align: center;
}

/*-- totop --*/

.totop {
    width: 5em;
    height: 5rem;
    border-radius: 5rem;
    background-color: rgba(182, 113, 209, 0.5);
}
.totop {
    position: sticky;
    bottom : 3rem;
    margin-left: auto;
}
.totop a {
    display: block;
    width: 100%;
    height: 100%;

    font-size: 0.9rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;

    display: flex;
    justify-content: center;
    align-items: center;
    
}
html {
    scroll-behavior: smooth;
}

/*--attention--*/
.attention {
    margin: 4rem 0 0;
    padding: 2.3rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(187, 141, 190, 0.9);
}
.attention-title {
    margin-bottom: 0;
    color: #9b0202;
}
.attention-dl {
    padding: 1rem 0.5rem;
    margin-bottom: 0;
}
.attention-dt {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #284766;
    border-bottom: dotted 2px #D5EAD8;
}
.attention-dd {
    margin-bottom: 0.5rem;
    line-height: 1.8;
}
.end {
    margin-bottom: 0;
    font-size: 1.3rem;
    color: #BB8DBE;
    /* text-shadow: 2px 2px 2px #071169; */
    text-align: center;
}
.end-br {
    display: none;
}