@charset "utf-8";
/* CSS Document */


/*



*/

body,
hr,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

address {
    font-style: normal;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

body * {
    box-sizing: border-box;
}

p {
    margin: 0 0 1.6rem 0;
}

img {
    max-width: 100%;
    display: block;
}

em {
    font-style: normal;
}

small {
    font-size: 0.8em;
}

.inner {
    max-width: 980px;
    padding: 0 3rem;
    margin: 3rem auto;
}

@media only screen and (max-width: 750px) {
    .inner {
        padding: 0 2rem;
        margin: 3rem auto;
    }
}

main {
    font-size: 1.6rem;
}




/*------------ MV ---------------*/

#MV {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 750px) {
    #MV {
        aspect-ratio: 428 / 699;
    }
}

@media only screen and (min-width: 750px) {
    #MV {
        aspect-ratio: 1366 / 711;
    }
}

/*------------ main ---------------*/

hr.pink {
    margin: 2rem 0;
    border: none;
    height: 2px;
    background: #ce005e;
}

h2.big span {
    display: block;
    color: #AF9447;
    font-family: 'WindSong', cursive;
    margin: 1rem auto;
    font-size: 4rem;
    margin-left: -20px;
    text-align: center;
    margin-bottom: 0;
}


/*------------ mainCaption ---------------*/

#mainCaption .inner {
    font-size: 0.9em;
}


/*------------ content ---------------*/

.days {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0;
    line-height: 1.2em;
    margin-bottom: 0.5rem;
}

.days_small {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 2rem;
    margin: 0;
}

.contentBlock {
    margin-bottom: 4em;
}

/*SMP*/
@media only screen and (max-width: 750px) {
    .contentBlock {
        margin-bottom: 2rem;
    }
}

/*PC*/
@media only screen and (min-width: 750px) {
    .contentBlock {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        flex-direction: row;
    }

    .contentBlock>div,
    .contentBlock>img {
        max-width: 450px;
        flex-basis: 50%;
    }
}

.contentBlock>div {
    .contentBlock {
        flex-direction: column;
    }
}

.content_textBlock {
    /*  background: #FFF0F8; */
    padding: 2rem;
    position: relative;
}

@media only screen and (max-width: 750px) {
    .oneDay .contentBlock:nth-child(2) .content_textBlock {
        padding-bottom: 0;
    }
}

.oneDay .content_textBlock h3 {
    font-size: 2.4rem;
    position: revert;
    position: relative;
    /*    border-left: solid 8px #ff0074; */
    /* text-indent: -9px; */
}

.oneDay .content_textBlock h3::before {
    content: "";
    background: url(../img/content_icon.png) no-repeat right;
    width: 33px;
    height: 33px;
    display: block;
    background-size: contain;
    position: absolute;
    left: -1.5em;
}

@media only screen and (max-width: 750px) {
    .oneDay .content_textBlock h3::before {
        left: -35px;
        top: 0;
    }
}

.content_textBlock h4 {
    font-size: 2rem;
}

.content_textBlock h3,
.content_textBlock h4 {
    color: #ff0074;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 0.5rem;
}


.contentBlock img {
    z-index: 3;
}

.contentBlock .icon {
    background: #ff0074;
    color: #fff;
    display: inline-block;
    padding: 2px 6px;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.2em;
}



.contentBlock .simpleFrame {
    text-align: center;
    border: 2px double #ff0074;
    padding: 1em;
}

@media only screen and (min-width: 750px) {

    .contentBlock {
        flex-direction: row-reverse;
    }

    .oneDay .contentBlock:first-child>img {
        margin-left: -12px;
        z-index: 3;
        margin-top: -24px;
    }
}

.oneDay .severalDays .contentBlock:first-child small {
    line-height: 2rem;
    display: inline-block;
}

.severalDays h3 {
    font-size: 2.4rem;
}

.severalDays h3 span {
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 2px;
}

/*------------ commcon ---------------*/

section#thought {}

section#thought .thought_conteiner h2 {
    font-size: 2.1rem;
    text-align: center;
}

a.peatix_btn {
    background: #56AB48;
    color: #fff;
    text-decoration: none;
    padding: 1.6rem 2rem;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

a.big_btn {
    background: rgba(47, 55, 61, 0.95);
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
    padding: 1rem 2em;
    display: inline-block;
    border-radius: 50px;
}


.sine {
    margin: 0 auto;
    height: 300px;
}

/*------------ thought_conteiner ---------------*/

.thought_conteiner.inner {
    font-family: 'Noto Serif JP', serif;
    padding-top: 6rem;
    padding-bottom: 3rem;
    background: url(../img/thought_left_top.png), url(../img/thought_right_top.png), url(../img/thought_left_bottom.png), url(../img/thought_right_bottom.png);
    background-position: left top, right top, right bottom, left bottom;
    background-repeat: no-repeat;
    background-size: 10rem auto;
}

.thought_conteiner h2 {
    font-weight: bold;
    color: #ce005e;
    font-size: 2.4em;
}


@media only screen and (max-width: 750px) {
    /*    .thought_conteiner {
        font-weight: bold;
    } */

    .thought_conteiner.inner {}
}


/*------------ footer ---------------*/

footer {
    text-align: center;
    font-size: 1.6rem;
}

footer .logo_tosu {
    width: 240px;
    height: auto;
    margin: 0 auto;
}

@media only screen and (min-width: 750px) {
    .pic_tosu {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: 100% 69%;
    }
}

#footer_top {
    font-size: 1.4rem;
}


#footer_top a {
    color: #3a4147;
    font-size: 0.8em;
}

#footer_top address {
    font-size: 0.8em;
}

#footer_top img.qr_tosu.pc_display {
    width: 78px;
    height: 78px;
    margin-left: 0.5rem;
}

@media only screen and (min-width: 750px) {
    #footer_top .flex {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
}

#footer_bottom {
    background-color: #ce005e;
    color: #fff;
    font-size: 0.9em;
}

#footer_bottom .inner {
    padding: 2rem;
}

body #footer_bottom a {
    color: #fff;
}



/*------------ commcon ---------------*/

.bold {
    font-weight: bold !important;
}

.serif {
    font-family: serif;
}

.underline {
    text-decoration: underline !important;
}

.negative-indent05 {
    text-indent: -0.5em;
}

.red {
    color: red !important;
}

.FL {
    float: left;
}

.FR {
    float: right;
}

.minus_indent_05 {
    text-indent: -0.5em;
}

.minus_indent_1 {
    text-indent: -1em;
}

.font_size_09 {
    font-size: 0.9em;
}

@media only screen and (min-width: 750px) {
    .pc_flex {
        display: flex;
        align-items: center;
    }

    .pc_flex .wh30 {
        width: 30%;
    }

    .pc_flex .wh40 {
        width: 40%;
    }

    .pc_flex .wh60 {
        width: 60%;
    }

    .pc_flex .wh70 {
        width: 70%;
    }

    .pc_flex>div,
    .pc_flex>img {
        width: 50%;
        padding: 1rem;
    }

    .sp_display {
        display: none !important;
    }
}

@media only screen and (max-width: 750px) {
    .pc_display {
        display: none !important;
    }

    .sp_wh_50 {
        width: 50%;
    }

    .sp_side_pd {
        padding: 0 1rem;
    }
}

.inline-block {
    display: inline-block;
}

.indent_2nd>li,
.indent_2nd>div,
.indent_2nd>p {
    text-indent: -1em;
    padding-left: 1em;
}

.indent_2nd_3>li,
.indent_2nd_3>div,
.indent_2nd_3>p {
    text-indent: -3em;
    padding-left: 3em;
}

.wh50 {
    width: 50%;
}

.DIB {
    display: inline-block;
}

.TAC {
    text-align: center;
}

.TAL {
    text-align: left;
}

.TAR {
    text-align: right;
}


.mb0 {
    margin-bottom: 0 !important;
}

.mb05 {
    margin-bottom: 0.5rem !important;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mb2 {
    margin-bottom: 2rem !important;
}

.mb4 {
    margin-bottom: 4rem !important;
}

.mb1 {
    margin-bottom: 1rem !important;
}

.mb2 {
    margin-bottom: 2rem !important;
}

.mb3 {
    margin-bottom: 2rem !important;
}

.mb4 {
    margin-bottom: 4rem !important;
}