@charset "utf-8";
body {
    font-family: source-han-sans-japanese,sans-serif;
    font-weight: 700;
    font-style: normal;
}
a {
    color: #006787;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
img {
    display: block;
    max-width: 100%;
}
.abs {
    position: absolute;
}
.relative {
    position: relative;
}
.flex_area {
    display: flex;
}
.top_scroll {
    cursor: pointer;
}
#top_area {
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
}
#top_area .top_bg {
    width: 100%;
    right: 0;
}
#top_area .top_bg .pc {
    width: 100%;
    max-width: none;
}
/* #top_area img {
    width: 100%;
} */
#top_area .header_logo {
    top: 20px;
    left: 20px;
    width: 305px;
    justify-content: space-between;
    z-index: 500;
}
#top_area .header_logo a {
    padding: 0 10px;
}
#top_area .header_logo div {
    width: 30px;
    padding-top: 20px;
}
#top_area .header_logo a img {
    width: auto;
    height: 70px;
}
#top_area .fixed_logo {
    position: fixed;
    z-index: 999;
    top: 30px;
    right: 25px;
}
#top_area .fixed_logo a {
    display: block;
}
#top_area .fixed_logo a:last-child {
    width: 40px;
    margin: 300px 0 auto auto;
}
#top_area .area {
    position: relative;
    padding-top: 150px;
    padding-bottom: 300px;
}
#top_area .area .top_logo {
    margin-left: 70px;
}
#top_area .area .top_logo div:nth-child(2) {
    width: 30px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
/* #top_area .area .top_logo p {
    text-align:justify;
    text-align-last:justify;
    text-justify:inter-ideograph;
    font-size: 1.7rem;
    margin: 0 auto;
    width: 90%;
    -webkit-text-stroke: 2px #FFF;
    text-stroke: 2px #FFF;
}
svg {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  text {
    text-align:justify;
    text-align-last:justify;
    text-justify:inter-ideograph;
    font-size: 10px;
    margin: 0 auto;
    width: 90%;
    fill: #000;
  stroke: #FFF;
  stroke-width: 1;
  stroke-linejoin: round;
  } */
.top_logo_txt {
    width: 90%;
    margin: 0 auto;
}
#top_area .sakutoki_logo {
    margin: auto auto -60px;
    max-width: 500px;
}

#event_info_area {
    /* max-width: 1200px; */
    position: relative;
    /* z-index: 999; */
    /* margin: -300px auto 0; */
    padding: 300px 0 300px;
    background: #FFF;
    background: url(../img/info_bg.png);
    /* background-size: cover; */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: top;
    z-index: 5;
    margin-top: 35px;
}
#event_info_area .abs.bg {
    /* top: 1300px; */
    top: 500px;
    /* width: 100%; */
}
#event_info_area .abs.bg img {
    width: 100%;
}
.sakura {
    width: 172.5px;
}
#event_info_area .box {
    margin: 0 auto;
    margin-bottom: 150px;
    position: relative;
    max-width: 1600px;
}
#event_info_area .box:nth-of-type(2) .pc {
    max-width: 1143.75px;
    width: 80%;
}
#event_info_area .box:nth-of-type(3) .pc {
    max-width: 1181.25px;
    width: 80%;
}
#event_info_area .box:last-of-type .pc {
    max-width: 1008.75px;
}
#event_info_area .box:last-of-type {
    margin-bottom: 30px;
}
#event_info_area .box .relative {
    width: fit-content;
    margin: 40px auto;
}
#event_info_area .box .abs.treat {
    top: -127.5px;
    left: -86.25px;
    max-width: 161.25px;
}
#event_info_area .box .abs.btn {
    bottom: 110px;
    right: 0;
    left: 0;
    margin: auto;
    width: fit-content;
    max-width: 80%;
    
}
#event_info_area .box .abs.btn .pc {
    transition: .5s;
    max-width: 727.5px;
}
/* #event_info_area .box .abs.btn .pc:hover {
    transform: scale(105%);
} */
#event_info_area p {
    margin: 50px auto;
    font-size: 37.5px;
    text-align: center;
}
#event_info_area img {
    margin: 0 auto;
}
#event_info_area p img {
    display: inline-block;
    width: 37.5px;
    /* margin-right: 10px;
    transform: translateY(5px); */
    top: 9px;
    left: -45px;
}
#event_info_area .flex_area {
    width: 50%;
    min-width: 600px;
    margin: 0 auto 40px;
    color: #42210B;
    font-size: 1.5rem;
}
#event_info_area .flex_area p:nth-child(2) {
    width: 20%;
    margin-right: 30px;
}
#event_info_area .flex_area p {
    z-index: 1;
}

footer {
    width: 100%;
    bottom: -300px;
    background-image: url(../img/footer.jpg);
    background-size: cover;
    z-index: 0;
    padding-top: 600px;
    padding-bottom: 150px;
    font-family: din-2014,sans-serif;
    font-weight: 700;
    font-style: normal;
    color: white;
}
footer .flex_area {
    max-width: 1200px;
    justify-content: space-around;
    margin: 0 auto;
}
footer .flex_area div img {
    margin: 0 auto;
}
footer .flex_area div a:first-of-type img {
    height: 220px;
}
footer .flex_area div a:last-of-type img {
    height: 70px;
}
footer .twitter {
    margin: 0 auto;
    margin-top: 220px;
}




.small{
	font-size: 16px;
}


@media screen and (max-width: 1300px) {
    #event_info_area .box .abs.btn {
        bottom: 100px;
    }
}
@media screen and (max-width: 1200px) {
    #event_info_area .box:nth-of-type(2) .pc,
    #event_info_area .box:nth-of-type(3) .pc,
    #event_info_area .box:last-of-type .pc {
        max-width: 90%;
    }
    #event_info_area .box .abs.btn .pc {
        max-width: 80%;
    }
    #event_info_area .box .abs.treat {
        display: none;
    }
}
@media screen and (max-width: 1150px) {
    #top_area .top_bg {
        width: 140%;
    }
    #top_area .sakutoki_logo {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 950px) {
    footer .flex_area div a:first-of-type img {
        height: 180px;
    }
}
@media screen and (max-width: 850px) {
    #top_area .area .top_logo p {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 750px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
	.small{
	font-size: small;
}
#top_area .top_bg {
    width: auto;
}
#top_area .header_logo {
    width: auto;
}
#top_area .header_logo a img {
    height: 50px;
}
#top_area .header_logo div {
    padding-top: 10px;
}
#top_area .area .top_logo div:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 0;
}
#top_area .fixed_logo {
    position: absolute;
}
#top_area .fixed_logo a:last-child {
    width: 20px;
    margin-top: 290px;
}
#top_area .area .top_logo {
    margin-left: 0;
}
#top_area .area .top_logo p {
    color: white;
    margin: 0 auto;
    width: 80%;
}
#top_area .area {
    padding-top: 430px;
}
#event_info_area {
    padding-top: 100px;
    padding-bottom: 150px;
    margin-top: 0;
}
#event_info_area .sakura {
    width: 110px;
}
#event_info_area .flex_area {
    min-width: auto;
    width: 90%;
    font-size: 1rem;
}
#event_info_area .box {
    margin-bottom: 80px;
}
#event_info_area p {
    font-size: 30px;
}
#event_info_area .flex_area p:first-child {
    margin-right: 5px;
}
#event_info_area p img {
    width: 30px;
    /* top: 3px; */
    left: -40px;
}
#event_info {
    font-size: small;
}

#event_info_area .box .abs.btn {
    bottom: 75px;
}
#event_info_area .box:last-of-type {
    margin-bottom: 70px;
}

footer {
    background-image: url(../img/footer_sp.jpg);
    bottom: -50px;
    padding-top: 150px;
}
footer .flex_area div a:first-of-type img {
    height: 70px;
    margin-bottom: 20px;
}
footer .flex_area div a:last-of-type img {
    height: 50px;
}
footer .twitter {
    margin-top: 170px;
    margin-bottom: 20px;
}

}
@media screen and (max-width: 450px) {
    #event_info_area {
        background-image: url(../img/info_bg_sp.png);
    }
}
